
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	/* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	/* Dark Gray 800 */
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	/* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {}

@keyframes jello {}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.7, .7, .7);
		transform: scale3d(.7, .7, .7);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.7, .7, .7);
		transform: scale3d(.7, .7, .7);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset;
		animation: unset;
		-webkit-transition: none;
		transition: none;
	}
}

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, ::after, ::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0;
}

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

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

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

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.h1, h1 {
	font-size: 2.5rem;
}

.h2, h2 {
	font-size: 2rem;
}

.h3, h3 {
	font-size: 1.75rem;
}

.h4, h4 {
	font-size: 1.5rem;
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.small, small {
	font-size: 80%;
	font-weight: 400;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

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

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

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

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-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: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

.table .table {
	background-color: #fff;
}

.table-sm td, .table-sm th {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8daff;
}

.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #7abaff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #9fcdff;
}

.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #d6d8db;
}

.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #c8cbcf;
}

.table-success, .table-success>td, .table-success>th {
	background-color: #c3e6cb;
}

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #b1dfbb;
}

.table-info, .table-info>td, .table-info>th {
	background-color: #bee5eb;
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5;
}

.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffeeba;
}

.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffe8a1;
}

.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f5c6cb;
}

.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #f1b0b7;
}

.table-light, .table-light>td, .table-light>th {
	background-color: #fdfdfe;
}

.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6;
}

.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca;
}

.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe;
}

.table-active, .table-active>td, .table-active>th {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #32383e;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

select.form-control[multiple], select.form-control[size] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col, .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right calc(2.25rem / 4);
	background-size: calc(2.25rem / 2) calc(2.25rem / 2);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
}

.form-control.is-valid.nitro-lazy, .was-validated .form-control:valid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
	display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: 2.25rem;
	background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: 3.4375rem;
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip {
	display: block;
}

.form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
	display: block;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #28a745;
}

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
	display: block;
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #28a745;
}

.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
	display: block;
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745;
}

.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
	display: block;
}

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right calc(2.25rem / 4);
	background-size: calc(2.25rem / 2) calc(2.25rem / 2);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23dc3545\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23d9534f\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E");
}

.form-control.is-invalid.nitro-lazy, .was-validated .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
	display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: 2.25rem;
	background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: 3.4375rem;
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23dc3545\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23d9534f\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip {
	display: block;
}

.form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
	display: block;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545;
}

.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545;
}

.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	
	.form-inline .custom-select, .form-inline .input-group {
		width: auto;
	}
	
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn.disabled, .btn:disabled {
	opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

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

.btn-block+.btn-block {
	margin-top: .5rem;
}

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

.fade {
	transition: opacity .15s linear;
}

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

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

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

.dropdown, .dropleft, .dropright, .dropup {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:first-child {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.dropdown-item:last-child {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index: 1;
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index: 1;
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

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

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3;
}

.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0;
}

.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
	height: calc(2.875rem + 2px);
}

.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
	height: calc(1.8125rem + 2px);
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem;
}

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

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

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none;
}

.custom-select[multiple].nitro-lazy, .custom-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-control-label::before, .custom-file-label, .custom-select {
		transition: none;
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar>.container, .navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:first-child .card-header, .card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0;
	}
	
	.card-group>.card:first-child .card-footer, .card-group>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group>.card:last-child .card-header, .card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0;
	}
	
	.card-group>.card:last-child .card-footer, .card-group>.card:last-child .card-img-bottom {
		border-bottom-left-radius: 0;
	}
	
	.card-group>.card:only-child {
		border-radius: .25rem;
	}
	
	.card-group>.card:only-child .card-header, .card-group>.card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
	}
	
	.card-group>.card:only-child .card-footer, .card-group>.card:only-child .card-img-bottom {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem;
	}
	
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}
	
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion .card {
	overflow: hidden;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion .card .card-header {
	margin-bottom: -1px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

a.badge:focus, a.badge:hover {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc;
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34;
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b;
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00;
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130;
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5;
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.list-group-item:focus, .list-group-item:hover {
	z-index: 1;
	text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
}

.toast:not(:last-child) {
	margin-bottom: .75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
	padding: .75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - ( .5rem * 2 ));
	content: "";
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - ( 1.75rem * 2 ));
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}

.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
	bottom: calc(( .5rem + 1px ) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
	left: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
	top: calc(( .5rem + 1px ) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
	right: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s .6s opacity;
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.align-text-bottom {
	vertical-align: text-bottom;
}

.align-text-top {
	vertical-align: text-top;
}

.bg-primary {
	background-color: #007bff;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #0062cc;
}

.bg-secondary {
	background-color: #6c757d;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #545b62;
}

.bg-success {
	background-color: #28a745;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34;
}

.bg-info {
	background-color: #17a2b8;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b;
}

.bg-warning {
	background-color: #ffc107;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00;
}

.bg-danger {
	background-color: #dc3545;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #bd2130;
}

.bg-light {
	background-color: #f8f9fa;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5;
}

.bg-dark {
	background-color: #343a40;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124;
}

.bg-white {
	background-color: #fff;
}

.bg-transparent {
	background-color: transparent;
}

.border {
	border: 1px solid #dee2e6;
}

.border-top {
	border-top: 1px solid #dee2e6;
}

.border-right {
	border-right: 1px solid #dee2e6;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6;
}

.border-left {
	border-left: 1px solid #dee2e6;
}

.border-0 {
	border: 0;
}

.border-top-0 {
	border-top: 0;
}

.border-right-0 {
	border-right: 0;
}

.border-bottom-0 {
	border-bottom: 0;
}

.border-left-0 {
	border-left: 0;
}

.border-primary {
	border-color: #007bff;
}

.border-secondary {
	border-color: #6c757d;
}

.border-success {
	border-color: #28a745;
}

.border-info {
	border-color: #17a2b8;
}

.border-warning {
	border-color: #ffc107;
}

.border-danger {
	border-color: #dc3545;
}

.border-light {
	border-color: #f8f9fa;
}

.border-dark {
	border-color: #343a40;
}

.border-white {
	border-color: #fff;
}

.rounded {
	border-radius: .25rem;
}

.rounded-top {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.rounded-right {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.rounded-left {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.rounded-circle {
	border-radius: 50%;
}

.rounded-pill {
	border-radius: 50rem;
}

.rounded-0 {
	border-radius: 0;
}

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

.d-none {
	display: none;
}

.d-inline {
	display: inline;
}

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

.d-block {
	display: block;
}

.d-table {
	display: table;
}

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

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

.d-flex {
	display: -ms-flexbox;
	display: flex;
}

.d-inline-flex {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

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

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

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

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

@media print {
	.d-print-none {
		display: none;
	}
	
	.d-print-inline {
		display: inline;
	}
	
	.d-print-inline-block {
		display: inline-block;
	}
	
	.d-print-block {
		display: block;
	}
	
	.d-print-table {
		display: table;
	}
	
	.d-print-table-row {
		display: table-row;
	}
	
	.d-print-table-cell {
		display: table-cell;
	}
	
	.d-print-flex {
		display: -ms-flexbox;
		display: flex;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-3by4::before {
	padding-top: 133.333333%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

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

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

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

.flex-fill {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-grow-0 {
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.flex-grow-1 {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

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

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

.justify-content-start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-content-end {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center;
}

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

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

.align-items-start {
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-items-end {
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}

.align-items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline;
}

.align-items-stretch {
	-ms-flex-align: stretch;
	align-items: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	.flex-sm-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center;
		align-items: center;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	
	.align-items-sm-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end;
		align-content: flex-end;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center;
		align-content: center;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute;
		align-content: space-around;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.flex-md-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	.flex-md-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.align-items-md-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.align-items-md-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.align-items-md-center {
		-ms-flex-align: center;
		align-items: center;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end;
		align-content: flex-end;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center;
		align-content: center;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute;
		align-content: space-around;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	.flex-lg-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center;
		align-items: center;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end;
		align-content: flex-end;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center;
		align-content: center;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute;
		align-content: space-around;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.flex-xl-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	.flex-xl-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center;
		align-items: center;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end;
		align-content: flex-end;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center;
		align-content: center;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute;
		align-content: space-around;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

@media (min-width:576px) {
	.float-sm-left {
		float: left;
	}
	
	.float-sm-right {
		float: right;
	}
	
	.float-sm-none {
		float: none;
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left;
	}
	
	.float-md-right {
		float: right;
	}
	
	.float-md-none {
		float: none;
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left;
	}
	
	.float-lg-right {
		float: right;
	}
	
	.float-lg-none {
		float: none;
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left;
	}
	
	.float-xl-right {
		float: right;
	}
	
	.float-xl-none {
		float: none;
	}
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.position-static {
	position: static;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-fixed {
	position: fixed;
}

.position-sticky {
	position: -webkit-sticky;
	position: sticky;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.shadow-none {
	box-shadow: none;
}

.w-25 {
	width: 25%;
}

.w-50 {
	width: 50%;
}

.w-75 {
	width: 75%;
}

.w-100 {
	width: 100%;
}

.w-auto {
	width: auto;
}

.h-25 {
	height: 25%;
}

.h-50 {
	height: 50%;
}

.h-75 {
	height: 75%;
}

.h-100 {
	height: 100%;
}

.h-auto {
	height: auto;
}

.mw-100 {
	max-width: 100%;
}

.mh-100 {
	max-height: 100%;
}

.min-vw-100 {
	min-width: 100vw;
}

.min-vh-100 {
	min-height: 100vh;
}

.vw-100 {
	width: 100vw;
}

.vh-100 {
	height: 100vh;
}

.m-0 {
	margin: 0;
}

.mt-0, .my-0 {
	margin-top: 0;
}

.mr-0, .mx-0 {
	margin-right: 0;
}

.mb-0, .my-0 {
	margin-bottom: 0;
}

.ml-0, .mx-0 {
	margin-left: 0;
}

.m-1 {
	margin: .25rem;
}

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

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

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

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

.m-2 {
	margin: .5rem;
}

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

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

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

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

.m-3 {
	margin: 1rem;
}

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

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

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

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

.m-4 {
	margin: 1.5rem;
}

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

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

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

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

.m-5 {
	margin: 3rem;
}

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

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

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

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

.p-0 {
	padding: 0;
}

.pt-0, .py-0 {
	padding-top: 0;
}

.pr-0, .px-0 {
	padding-right: 0;
}

.pb-0, .py-0 {
	padding-bottom: 0;
}

.pl-0, .px-0 {
	padding-left: 0;
}

.p-1 {
	padding: .25rem;
}

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

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

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

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

.p-2 {
	padding: .5rem;
}

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

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

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

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

.p-3 {
	padding: 1rem;
}

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

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

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

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

.p-4 {
	padding: 1.5rem;
}

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

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

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

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

.p-5 {
	padding: 3rem;
}

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

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

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

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

.m-n1 {
	margin: -.25rem;
}

.mt-n1, .my-n1 {
	margin-top: -.25rem;
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem;
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem;
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem;
}

.m-n2 {
	margin: -.5rem;
}

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

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

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

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

.m-n3 {
	margin: -1rem;
}

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

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

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

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

.m-n4 {
	margin: -1.5rem;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem;
}

.m-n5 {
	margin: -3rem;
}

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

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

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

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

.m-auto {
	margin: auto;
}

.mt-auto, .my-auto {
	margin-top: auto;
}

.mr-auto, .mx-auto {
	margin-right: auto;
}

.mb-auto, .my-auto {
	margin-bottom: auto;
}

.ml-auto, .mx-auto {
	margin-left: auto;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0;
	}
	
	.m-sm-1 {
		margin: .25rem;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem;
	}
	
	.m-sm-2 {
		margin: .5rem;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem;
	}
	
	.m-sm-3 {
		margin: 1rem;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem;
	}
	
	.m-sm-4 {
		margin: 1.5rem;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem;
	}
	
	.m-sm-5 {
		margin: 3rem;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem;
	}
	
	.p-sm-0 {
		padding: 0;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0;
	}
	
	.p-sm-1 {
		padding: .25rem;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem;
	}
	
	.p-sm-2 {
		padding: .5rem;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem;
	}
	
	.p-sm-3 {
		padding: 1rem;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem;
	}
	
	.p-sm-4 {
		padding: 1.5rem;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem;
	}
	
	.p-sm-5 {
		padding: 3rem;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem;
	}
	
	.m-sm-n1 {
		margin: -.25rem;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem;
	}
	
	.m-sm-n2 {
		margin: -.5rem;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem;
	}
	
	.m-sm-n3 {
		margin: -1rem;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem;
	}
	
	.m-sm-n4 {
		margin: -1.5rem;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem;
	}
	
	.m-sm-n5 {
		margin: -3rem;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem;
	}
	
	.m-sm-auto {
		margin: auto;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto;
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0;
	}
	
	.m-md-1 {
		margin: .25rem;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem;
	}
	
	.m-md-2 {
		margin: .5rem;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem;
	}
	
	.m-md-3 {
		margin: 1rem;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem;
	}
	
	.m-md-4 {
		margin: 1.5rem;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem;
	}
	
	.m-md-5 {
		margin: 3rem;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem;
	}
	
	.p-md-0 {
		padding: 0;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0;
	}
	
	.p-md-1 {
		padding: .25rem;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem;
	}
	
	.p-md-2 {
		padding: .5rem;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem;
	}
	
	.p-md-3 {
		padding: 1rem;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem;
	}
	
	.p-md-4 {
		padding: 1.5rem;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem;
	}
	
	.p-md-5 {
		padding: 3rem;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem;
	}
	
	.m-md-n1 {
		margin: -.25rem;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem;
	}
	
	.m-md-n2 {
		margin: -.5rem;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem;
	}
	
	.m-md-n3 {
		margin: -1rem;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem;
	}
	
	.m-md-n4 {
		margin: -1.5rem;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem;
	}
	
	.m-md-n5 {
		margin: -3rem;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem;
	}
	
	.m-md-auto {
		margin: auto;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0;
	}
	
	.m-lg-1 {
		margin: .25rem;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem;
	}
	
	.m-lg-2 {
		margin: .5rem;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem;
	}
	
	.m-lg-3 {
		margin: 1rem;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem;
	}
	
	.m-lg-4 {
		margin: 1.5rem;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem;
	}
	
	.m-lg-5 {
		margin: 3rem;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem;
	}
	
	.p-lg-0 {
		padding: 0;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0;
	}
	
	.p-lg-1 {
		padding: .25rem;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem;
	}
	
	.p-lg-2 {
		padding: .5rem;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem;
	}
	
	.p-lg-3 {
		padding: 1rem;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem;
	}
	
	.p-lg-4 {
		padding: 1.5rem;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem;
	}
	
	.p-lg-5 {
		padding: 3rem;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem;
	}
	
	.m-lg-n1 {
		margin: -.25rem;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem;
	}
	
	.m-lg-n2 {
		margin: -.5rem;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem;
	}
	
	.m-lg-n3 {
		margin: -1rem;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem;
	}
	
	.m-lg-n4 {
		margin: -1.5rem;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem;
	}
	
	.m-lg-n5 {
		margin: -3rem;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem;
	}
	
	.m-lg-auto {
		margin: auto;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto;
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0;
	}
	
	.m-xl-1 {
		margin: .25rem;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem;
	}
	
	.m-xl-2 {
		margin: .5rem;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem;
	}
	
	.m-xl-3 {
		margin: 1rem;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem;
	}
	
	.m-xl-4 {
		margin: 1.5rem;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem;
	}
	
	.m-xl-5 {
		margin: 3rem;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem;
	}
	
	.p-xl-0 {
		padding: 0;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0;
	}
	
	.p-xl-1 {
		padding: .25rem;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem;
	}
	
	.p-xl-2 {
		padding: .5rem;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem;
	}
	
	.p-xl-3 {
		padding: 1rem;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem;
	}
	
	.p-xl-4 {
		padding: 1.5rem;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem;
	}
	
	.p-xl-5 {
		padding: 3rem;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem;
	}
	
	.m-xl-n1 {
		margin: -.25rem;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem;
	}
	
	.m-xl-n2 {
		margin: -.5rem;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem;
	}
	
	.m-xl-n3 {
		margin: -1rem;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem;
	}
	
	.m-xl-n4 {
		margin: -1.5rem;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem;
	}
	
	.m-xl-n5 {
		margin: -3rem;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem;
	}
	
	.m-xl-auto {
		margin: auto;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
	text-align: justify;
}

.text-wrap {
	white-space: normal;
}

.text-nowrap {
	white-space: nowrap;
}

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

.text-left {
	text-align: left;
}

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

.text-center {
	text-align: center !important;
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left;
	}
	
	.text-sm-right {
		text-align: right;
	}
	
	.text-sm-center {
		text-align: center;
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left;
	}
	
	.text-md-right {
		text-align: right;
	}
	
	.text-md-center {
		text-align: center;
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left;
	}
	
	.text-xl-right {
		text-align: right;
	}
	
	.text-xl-center {
		text-align: center;
	}
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-lighter {
	font-weight: lighter;
}

.font-weight-normal {
	font-weight: 400;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-bolder {
	font-weight: bolder;
}

.font-italic {
	font-style: italic;
}

.text-white {
	color: #fff;
}

.text-primary {
	color: #007bff;
}

a.text-primary:focus, a.text-primary:hover {
	color: #0056b3;
}

.text-secondary {
	color: #6c757d;
}

a.text-secondary:focus, a.text-secondary:hover {
	color: #494f54;
}

.text-success {
	color: #28a745;
}

a.text-success:focus, a.text-success:hover {
	color: #19692c;
}

.text-info {
	color: #17a2b8;
}

a.text-info:focus, a.text-info:hover {
	color: #0f6674;
}

.text-warning {
	color: #ffc107;
}

a.text-warning:focus, a.text-warning:hover {
	color: #ba8b00;
}

.text-danger {
	color: #dc3545;
}

a.text-danger:focus, a.text-danger:hover {
	color: #a71d2a;
}

.text-light {
	color: #f8f9fa;
}

a.text-light:focus, a.text-light:hover {
	color: #cbd3da;
}

.text-dark {
	color: #343a40;
}

a.text-dark:focus, a.text-dark:hover {
	color: #121416;
}

.text-body {
	color: #212529;
}

.text-muted {
	color: #6c757d;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5);
}

.text-white-50 {
	color: rgba(255, 255, 255, .5);
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none;
}

.text-reset {
	color: inherit;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

@media print {
	*, ::after, ::before {
		text-shadow: none;
		box-shadow: none;
	}
	
	a:not(.btn) {
		text-decoration: underline;
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	pre {
		white-space: pre-wrap;
	}
	
	blockquote, pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	@page {
		size: a3;
	}
	
	body {
		min-width: 992px;
	}
	
	.container {
		min-width: 992px;
	}
	
	.navbar {
		display: none;
	}
	
	.badge {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse;
	}
	
	.table td, .table th {
		background-color: #fff;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #dee2e6;
	}
	
	.table-dark {
		color: inherit;
	}
	
	.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
		border-color: #dee2e6;
	}
	
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

.breadcrumb__list {
	display: none;
	gap: 8px;
}

@media only screen and (min-width:992px) {
	.breadcrumb__list {
		display: flex;
	}
}

.breadcrumb__list .breadcrumb__item {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.breadcrumb__list .breadcrumb__item:not(:last-child):after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBmaWxsPSIjZmZmIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzE3LjMgMjU2bC0yMi42IDIyLjYtMTkyIDE5Mkw4MCA0OTMuMyAzNC43IDQ0OGwyMi42LTIyLjZMMjI2LjcgMjU2IDU3LjQgODYuNiAzNC43IDY0IDgwIDE4LjdsMjIuNiAyMi42IDE5MiAxOTJMMzE3LjMgMjU2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: center;
	width: 12px;
	height: 12px;
	display: block;
}

.breadcrumb__list .breadcrumb__item.breadcrumb__item--active .breadcrumb__text {
	font-weight: 800;
}

.breadcrumb__list .breadcrumb__text {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.card--primary {
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	height: 100%;
	transition: box-shadow .2s ease-in-out;
}

.card--primary:after {
	content: "";
	background: linear-gradient(0deg, #fff 0, #fff 57.81%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: opacity .2s ease-in-out;
	pointer-events: none;
}

.card--primary:hover {
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
}

.card--primary:hover:after {
	opacity: 1;
}

.card--primary .card__img-wrapper {
	width: 100%;
	height: 150px;
	min-height: 150px;
}

.card--primary .card__img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card--primary .card__img {
	width: 100%;
	height: 100%;
}

.card--primary .card__content {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px 20px 24px 20px;
	z-index: 1;
}

.card--primary .card__title {
	color: #000;
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
	margin: 0;
}

.card--primary .card__footer {
	border-top: 1px solid #f4f8fe;
	padding-top: 16px;
	margin-top: auto;
}

.card--primary .card__info__list {
	display: flex;
	flex-direction: column;
	column-gap: 24px;
	row-gap: 5px;
}

.card--primary .card_info__item {
	display: flex;
	align-items: baseline;
	column-gap: 6px;
}

.card--primary .card_info__item svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	top: 4px;
	position: relative;
}

.card--primary .card__info__item__text {
	color: #72757a;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.tag__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 8px;
}

.tag {
	background: #1a8bcb;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .3px;
	border-radius: 12px;
	padding: 4px 8px;
}

.tag.tag--blue {
	background: #1a8bcb;
	color: #fff;
}

.tag.tag--yellow {
	background: #f7d440;
	color: #000;
}

.tag.tag--blue-sky {
	background: #b5e0f6;
	color: #000;
}

.tag.tag--red {
	background: #ea8473;
	color: #000;
}

.tag.tag--green {
	background: #a3c86a;
	color: #000;
}

.tag.tag--pink {
	background: #e59a9e;
	color: #000;
}

.tag.tag--purple-pink {
	background: #ceaecf;
	color: #000;
}

.tag.tag--purple-blue {
	background: #93a9d7;
	color: #000;
}

.tag.tag--article {
	background: #d1e8f5;
	color: #1a8bcb;
}

.tag.tag-category {
	color: #000;
}

.formation__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 160px;
	border-radius: 16px;
	padding: 20px 24px;
	overflow: hidden;
}

@media only screen and (min-width:992px) {
	.formation__card {
		height: 240px;
	}
}

.formation__card:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .32) 53.16%, rgba(0, 0, 0, .7) 93.63%, rgba(0, 0, 0, .8) 115.98%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.formation__card.show .formation__card__content {
	margin-top: 4px;
}

.formation__card .formation__card__title {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.formation__card .formation__card__title {
		font-size: 20px;
		font-weight: 700;
	}
}

.formation__card .formation__card__content {
	display: flex;
	flex-direction: column;
	z-index: 1;
	opacity: 0;
	height: 0;
	margin-top: 4px;
}

.formation__card .formation__card__description {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.formation__card .formation__card__arrow {
	margin-top: 12px;
	margin-left: auto;
	flex-shrink: 0;
}

.formation__card .formation__card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.formation__card .formation__card__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.article__card {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	border-radius: 8px 8px 16px 16px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow .2s ease-in-out;
}

.article__card.article__card--large {
	height: max-content;
}

@media only screen and (min-width:992px) {
	.article__card.article__card--large {
		flex-direction: row;
	}
}

.article__card.article__card--large .article__card__img-wrapper {
	width: 100%;
	min-height: 180px;
	max-height: 180px;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

@media only screen and (min-width:992px) {
	.article__card.article__card--large .article__card__img-wrapper {
		min-height: 340px;
		max-height: 340px;
		width: 485px;
	}
}

.article__card.article__card--large .article__card__body {
	height: initial;
	justify-content: center;
	padding: 16px 32px;
}

.article__card.article__card--large .article__card__title {
	margin-bottom: 8px;
}

.article__card.article__card--large .article__card__description {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.article__card.article__card--large .article__card__description {
		font-size: 16px;
	}
}

.article__card.article__card--large .article__card__circle--desktop {
	right: -32px !important;
}

.article__card:hover {
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
}

.article__card:hover .article__card__circle, .article__card:hover .article__card__circle--desktop {
	opacity: 0;
}

.article__card:hover .article__card__arrow, .article__card:hover .article__card__arrow--desktop {
	opacity: 1 !important;
}

.article__card .article__card__img-wrapper {
	position: relative;
	width: 100%;
	height: 180px;
	flex-shrink: 0;
}

.article__card .article__card__img-wrapper:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .32) 53.16%, rgba(0, 0, 0, .7) 93.63%, rgba(0, 0, 0, .8) 115.98%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article__card .article__card__img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.article__card .article__card__img-wrapper .article__card__circle {
	position: absolute;
	right: 0;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.article__card .article__card__img-wrapper .article__card__arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	transition: opacity .2s ease-in-out;
}

.article__card .article__card__img-wrapper .article__card__circle--desktop, .article__card .article__card__img-wrapper .article__card__circle--mobile {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.article__card .article__card__img-wrapper .article__card__arrow--desktop, .article__card .article__card__img-wrapper .article__card__arrow--mobile {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	.article__card .article__card__img-wrapper .article__card__circle--mobile {
		display: none;
	}
}

@media only screen and (min-width:992px) {
	.article__card .article__card__img-wrapper .article__card__arrow--mobile {
		display: none;
	}
}

.article__card .article__card__img-wrapper .article__card__arrow--desktop, .article__card .article__card__img-wrapper .article__card__circle--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.article__card .article__card__img-wrapper .article__card__arrow--desktop, .article__card .article__card__img-wrapper .article__card__circle--desktop {
		display: block;
	}
}

.article__card .tag {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
}

.article__card .article__card__body {
	display: flex;
	flex-direction: column;
	padding: 16px 20px 24px 20px;
	height: 100%;
}

.article__card .article__card__title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.article__card .article__card__date {
	color: #72757a;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.blog__card {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.blog__card {
		flex-direction: row;
	}
}

.blog__card:hover .article__card__circle {
	opacity: 0;
}

.blog__card:hover .article__card__arrow {
	opacity: 1 !important;
}

.blog__card .blog__card__img-wrapper {
	width: 282px;
	height: 253px;
	max-width: 100%;
	margin-right: 17px;
	position: relative;
}

@media only screen and (min-width:992px) {
	.blog__card .blog__card__img-wrapper {
		margin-bottom: 24px;
		margin-right: 0;
	}
}

.blog__card .blog__card__img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog__card .blog__card__img-wrapper .article__card__circle {
	position: absolute;
	right: 32px;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.blog__card .blog__card__img-wrapper .article__card__arrow {
	position: absolute;
	right: 32px;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity .2s ease-in-out;
}

.blog__card .tag__list {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 40px;
	width: fit-content;
}

.blog__card .blog__card__date {
	color: rgba(0, 0, 0, .5);
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.blog__card .blog__card__title {
	color: #000;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.blog__card .blog__card__title {
		font-size: 24px;
	}
}

.blog__card .blog__card__body {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 282px;
	background: #fff;
	display: flex;
	padding: 24px 16px;
	flex-direction: column;
	gap: 12px;
	margin-left: auto;
	margin-top: -46px;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.blog__card .blog__card__body {
		height: auto;
		max-width: 440px;
		margin-top: 24px;
		padding: 24px 32px;
		margin-left: -32px;
	}
}

.blog__card .blog__card__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	overflow-y: auto;
}

@media only screen and (min-width:992px) {
	.blog__card .blog__card__description {
		font-size: 16px;
	}
}

.splide .testimony__card {
	position: relative;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 40px 32px 24px 32px;
	height: 100%;
	width: 100%;
}

@media only screen and (min-width:1200px) {
	.splide .testimony__card {
		width: 586px;
		padding: 40px 40px 0 40px;
	}
}

.splide .testimony__card .testimony__card__content {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	height: 100%;
	overflow-y: auto;
}

.splide .testimony__card .testimony__card__content::-webkit-scrollbar {
	width: 3px;
}

.splide .testimony__card .testimony__card__content::-webkit-scrollbar-track {
	background: 0 0;
}

.splide .testimony__card .testimony__card__content::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}

.splide .testimony__card .testimony__card__content::-webkit-scrollbar-thumb:hover {
	background: #b0b0b0;
}

.splide .testimony__card svg {
	position: absolute;
	top: -35px;
	right: 0;
	transition: opacity .2s ease-in-out;
}

.splide .testimony__card .testimony__card__description {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.splide .testimony__card .testimony__card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #f4f8fe;
	margin-top: auto;
	padding-top: 10px;
}

@media only screen and (min-width:1200px) {
	.splide .testimony__card .testimony__card__footer {
		padding-bottom: 18px;
	}
}

.splide .testimony__card .testimony__card__author {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}

.splide .testimony__card .testimony__card__name {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.splide .testimony__card .testimony__card__job {
	color: #72757a;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.splide .testimony__card img {
	display: none;
	max-width: 100%;
	height: 42px;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	.splide .testimony__card img {
		display: block;
	}
}

.button--primary {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0;
	border-radius: 40px;
	background: var(--Turquoise-gradient, linear-gradient(93deg, #1ab4bf 0, #1a8bcd 104.17%));
	padding: 12px 34px;
	width: max-content;
	height: max-content;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out;
}

.button--primary:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDM5OTkgMTAuNzg0N0M1LjE4MzU0IDExLjExIDUuMjM5MzQgMTEuNTgxNiA1LjU2NDYyIDExLjgzOEM1Ljg4OTkgMTIuMDk0NSA2LjM2MTQ4IDEyLjAzODcgNi42MTc5MyAxMS43MTM0TDEwLjg0MDcgNi4zNTcyNEMxMS4wNTg4IDYuMDgwNTIgMTEuMDU0OSA1LjY4OTIzIDEwLjgzMTMgNS40MTY5MUw2LjYwODU2IDAuMjc1MDA4QzYuMzQ1NjcgLTAuMDQ1MDk0NCA1Ljg3MzA3IC0wLjA5MTQ4MTEgNS41NTI5NyAwLjE3MTQwMUM1LjIzMjg3IDAuNDM0MjgzIDUuMTg2NDggMC45MDY4ODYgNS40NDkzNiAxLjIyNjk5TDguNzUyODUgNS4yNDk1NEwwLjc0OTk5NyA1LjI0OTU0QzAuMzM1NzgzIDUuMjQ5NTQgLTMuMTA1MTJlLTA2IDUuNTg1MzMgLTMuMTIzMjNlLTA2IDUuOTk5NTRDLTMuMTQxMzNlLTA2IDYuNDEzNzUgMC4zMzU3ODMgNi43NDk1NCAwLjc0OTk5NyA2Ljc0OTU0TDguNjIxMjkgNi43NDk1NEw1LjQzOTk5IDEwLjc4NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.button--primary:hover {
	background: linear-gradient(93deg, #1ab4bf -74.61%, #1a8bcd 185.51%);
	column-gap: 8px;
	padding: 12px 30px;
}

.button--primary:hover:after {
	opacity: 1;
}

.button--primary .button__text {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--download {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	border-radius: 40px;
	background: linear-gradient(93deg, #1ab4bf 0, #1a8bcd 290.46%);
	padding: 12px 34px;
	width: max-content;
	height: max-content;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out;
}

.button--download:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InRhYmxlcjpkb3dubG9hZCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0zLjgzMzUgMTQuMTY2NlYxNS44MzMzQzMuODMzNSAxNi4yNzUzIDQuMDA5MDkgMTYuNjk5MiA0LjMyMTY1IDE3LjAxMThDNC42MzQyMSAxNy4zMjQzIDUuMDU4MTQgMTcuNDk5OSA1LjUwMDE2IDE3LjQ5OTlIMTUuNTAwMkMxNS45NDIyIDE3LjQ5OTkgMTYuMzY2MSAxNy4zMjQzIDE2LjY3ODcgMTcuMDExOEMxNi45OTEyIDE2LjY5OTIgMTcuMTY2OCAxNi4yNzUzIDE3LjE2NjggMTUuODMzM1YxNC4xNjY2TTYuMzMzNSA5LjE2NjU5TDEwLjUwMDIgMTMuMzMzM00xMC41MDAyIDEzLjMzMzNMMTQuNjY2OCA5LjE2NjU5TTEwLjUwMDIgMTMuMzMzM1YzLjMzMzI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=");
}

.button--download:hover {
	background: linear-gradient(93deg, #1ab4bf -74.61%, #1a8bcd 185.51%);
}

.button--download .button__text {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--white {
	display: flex;
	align-items: center;
	column-gap: 0;
	border-radius: 40px;
	background: #fff;
	padding: 12px 34px;
	width: max-content;
	max-width: 100%;
	cursor: pointer;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out, background .2s ease-in-out;
}

.button--white:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDM5OTkgMTAuNzg0N0M1LjE4MzU0IDExLjExIDUuMjM5MzQgMTEuNTgxNiA1LjU2NDYyIDExLjgzOEM1Ljg4OTkgMTIuMDk0NSA2LjM2MTQ4IDEyLjAzODcgNi42MTc5MyAxMS43MTM0TDEwLjg0MDcgNi4zNTcyNEMxMS4wNTg4IDYuMDgwNTIgMTEuMDU0OSA1LjY4OTIzIDEwLjgzMTMgNS40MTY5MUw2LjYwODU2IDAuMjc1MDA4QzYuMzQ1NjcgLTAuMDQ1MDk0NCA1Ljg3MzA3IC0wLjA5MTQ4MTEgNS41NTI5NyAwLjE3MTQwMUM1LjIzMjg3IDAuNDM0MjgzIDUuMTg2NDggMC45MDY4ODYgNS40NDkzNiAxLjIyNjk5TDguNzUyODUgNS4yNDk1NEwwLjc0OTk5NyA1LjI0OTU0QzAuMzM1NzgzIDUuMjQ5NTQgLTMuMTA1MTJlLTA2IDUuNTg1MzMgLTMuMTIzMjNlLTA2IDUuOTk5NTRDLTMuMTQxMzNlLTA2IDYuNDEzNzUgMC4zMzU3ODMgNi43NDk1NCAwLjc0OTk5NyA2Ljc0OTU0TDguNjIxMjkgNi43NDk1NEw1LjQzOTk5IDEwLjc4NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.button--white:hover {
	background: linear-gradient(94deg, #1ab4bf -70.45%, #1a8bcd 114.02%);
	column-gap: 8px;
	padding: 12px 30px;
}

.button--white:hover .button__text {
	color: #fff;
}

.button--white:hover:after {
	opacity: 1;
}

.button--white.button--bordered {
	border: 1px solid #1ab4bf;
}

.button--white .button__text {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--white.arrow-down {
	column-gap: 16px;
	padding: 12px 30px;
}

.button--white.arrow-down:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTAuMzQ1MjAxIDEwLjEwMzlDMC4zNDUyMDEgMTAuMTAzOSA0LjA5OTU4IDEzLjg1NTcgNS41NjEzMiAxNS4zMTY3QzUuNjgzIDE1LjQzOTIgNS44NDMwMSAxNS41IDYuMDAzMDIgMTUuNUM2LjE2MzAyIDE1LjUgNi4zMjMwMyAxNS40MzkyIDYuNDQ0NzEgMTUuMzE2N0M3LjkwNjQ1IDEzLjg1NjYgMTEuNjUyNSAxMC4xMTMgMTEuNjUyNSAxMC4xMTNDMTEuNzcyNSA5Ljk5MzAzIDExLjgzMjUgOS44MzQ2OSAxMS44MzMzIDkuNjc3MThDMTEuODMzMyA5LjUxNjMzIDExLjc3MTcgOS4zNTU0OSAxMS42NDkyIDkuMjMyMTVDMTEuNDA1IDguOTg3OTcgMTEuMDEwOCA4Ljk4NzE0IDEwLjc2ODMgOS4yMjg4Mkw2LjYyODA1IDEzLjM2OVYxLjEyNTAzQzYuNjI4MDUgMC43ODAwMTYgNi4zNDgwMyAwLjUgNi4wMDMwMiAwLjVDNS42NTggMC41IDUuMzc3OTggMC43ODAwMTYgNS4zNzc5OCAxLjEyNTAzVjEzLjM2OUwxLjIyODU4IDkuMjIwNDhDMC45ODc3MzYgOC45Nzk2NCAwLjU5NDM4MSA4Ljk4MTMxIDAuMzUwMjAxIDkuMjI1NDhDMC4yMjY4NiA5LjM0ODgzIDAuMTY1MTkxIDkuNTA5NjcgMC4xNjYwMjQgOS42NzA1MUMwLjE2NjAyNCA5LjgyODAyIDAuMjI1MTk0IDkuOTg0NjkgMC4zNDUyMDEgMTAuMTAzOVoiIGZpbGw9IiMxQUI0QkYiLz4KPC9zdmc+Cg==");
	opacity: 1;
	line-height: 0;
}

.button--transparent {
	display: flex;
	align-items: center;
	column-gap: 0;
	border-radius: 40px;
	background: 0 0;
	border: 2px solid #fff;
	padding: 12px 34px;
	width: max-content;
	max-width: 100%;
	cursor: pointer;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out, background .2s ease-in-out;
}

.button--transparent:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMDE1MjEgMTAuNzU2M0M1Ljc0MzE5IDExLjA2ODYgNS43NzU4OSAxMS41NDI0IDYuMDg4MjYgMTEuODE0NEM2LjQwMDYzIDEyLjA4NjQgNi44NzQzNyAxMi4wNTM3IDcuMTQ2NCAxMS43NDE0TDExLjgxMDcgNi4zODUzMkMxMi4wNjA0IDYuMDk4NjIgMTIuMDU2IDUuNjcwNDUgMTEuODAwNiA1LjM4ODg3TDcuMTM2MyAwLjI0NzA3M0M2Ljg1OCAtMC4wNTk3MTg3IDYuMzgzNjkgLTAuMDgyODE0OCA2LjA3NjkgMC4xOTU0ODdDNS43NzAxMSAwLjQ3Mzc5IDUuNzQ3MDEgMC45NDgxIDYuMDI1MzEgMS4yNTQ4OUw5LjY0ODYgNS4yNDkxTDAuNzQ5OTg2IDUuMjQ5MUMwLjMzNTc3MiA1LjI0OTEgLTEuMzU5NTVlLTA1IDUuNTg0ODkgLTEuMzYxMzZlLTA1IDUuOTk5MUMtMS4zNjMxN2UtMDUgNi40MTMzMSAwLjMzNTc3MiA2Ljc0OTEgMC43NDk5ODYgNi43NDkxTDkuNTA0ODYgNi43NDkxTDYuMDE1MjEgMTAuNzU2M1oiIGZpbGw9IiMxQThCQ0IiLz4KPC9zdmc+Cg==");
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.button--transparent:hover {
	background: #fff;
	column-gap: 8px;
	padding: 12px 30px;
}

.button--transparent:hover .button__text {
	color: #1a8bcb;
}

.button--transparent:hover:after {
	opacity: 1;
}

.button--transparent .button__text {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--simple {
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out;
}

.button--simple:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDM4MjggMTAuNzg0N0M1LjE4MTgzIDExLjExIDUuMjM3NjMgMTEuNTgxNiA1LjU2MjkxIDExLjgzOEM1Ljg4ODE5IDEyLjA5NDUgNi4zNTk3NyAxMi4wMzg3IDYuNjE2MjIgMTEuNzEzNEwxMC44MzkgNi4zNTcyNEMxMS4wNTcxIDYuMDgwNTIgMTEuMDUzMiA1LjY4OTIzIDEwLjgyOTYgNS40MTY5MUw2LjYwNjg1IDAuMjc1MDA4QzYuMzQzOTcgLTAuMDQ1MDk0NCA1Ljg3MTM2IC0wLjA5MTQ4MTEgNS41NTEyNiAwLjE3MTQwMUM1LjIzMTE2IDAuNDM0MjgzIDUuMTg0NzcgMC45MDY4ODYgNS40NDc2NSAxLjIyNjk5TDguNzUxMTQgNS4yNDk1NEwwLjc0ODI4OCA1LjI0OTU0QzAuMzM0MDc0IDUuMjQ5NTQgLTAuMDAxNzEyMDkgNS41ODUzMyAtMC4wMDE3MTIxMSA1Ljk5OTU0Qy0wLjAwMTcxMjEzIDYuNDEzNzUgMC4zMzQwNzQgNi43NDk1NCAwLjc0ODI4OCA2Ljc0OTU0TDguNjE5NTggNi43NDk1NEw1LjQzODI4IDEwLjc4NDdaIiBmaWxsPSIjMUFCNEJGIi8+Cjwvc3ZnPgo=");
}

.button--simple:hover {
	column-gap: 16px;
}

.button--simple .button__text {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--simple-white {
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out;
}

.button--simple-white:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDQwMjMgMTEuMjg0N0M1LjE4Mzc4IDExLjYxIDUuMjM5NTggMTIuMDgxNiA1LjU2NDg2IDEyLjMzOEM1Ljg5MDE0IDEyLjU5NDUgNi4zNjE3MyAxMi41Mzg3IDYuNjE4MTcgMTIuMjEzNEwxMC44NDA5IDYuODU3MjRDMTEuMDU5MSA2LjU4MDUyIDExLjA1NTIgNi4xODkyMyAxMC44MzE2IDUuOTE2OTFMNi42MDg4IDAuNzc1MDA4QzYuMzQ1OTIgMC40NTQ5MDYgNS44NzMzMiAwLjQwODUxOSA1LjU1MzIxIDAuNjcxNDAxQzUuMjMzMTEgMC45MzQyODMgNS4xODY3MiAxLjQwNjg5IDUuNDQ5NjEgMS43MjY5OUw4Ljc1MzEgNS43NDk1NEwwLjc1MDI0MSA1Ljc0OTU0QzAuMzM2MDI3IDUuNzQ5NTQgMC4wMDAyNDEwMzYgNi4wODUzMyAwLjAwMDI0MTAxNyA2LjQ5OTU0QzAuMDAwMjQwOTk5IDYuOTEzNzUgMC4zMzYwMjcgNy4yNDk1NCAwLjc1MDI0MSA3LjI0OTU0TDguNjIxNTMgNy4yNDk1NEw1LjQ0MDIzIDExLjI4NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}

.button--simple-white:hover {
	column-gap: 16px;
}

.button--simple-white .button__text {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--simple-black {
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out;
}

.button--simple-black:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDQwMjMgMTAuNzg0N0M1LjE4Mzc4IDExLjExIDUuMjM5NTggMTEuNTgxNiA1LjU2NDg2IDExLjgzOEM1Ljg5MDE0IDEyLjA5NDUgNi4zNjE3MyAxMi4wMzg3IDYuNjE4MTcgMTEuNzEzNEwxMC44NDA5IDYuMzU3MjRDMTEuMDU5MSA2LjA4MDUyIDExLjA1NTIgNS42ODkyMyAxMC44MzE2IDUuNDE2OTFMNi42MDg4IDAuMjc1MDA4QzYuMzQ1OTIgLTAuMDQ1MDk0NCA1Ljg3MzMyIC0wLjA5MTQ4MTEgNS41NTMyMSAwLjE3MTQwMUM1LjIzMzExIDAuNDM0MjgzIDUuMTg2NzIgMC45MDY4ODYgNS40NDk2MSAxLjIyNjk5TDguNzUzMSA1LjI0OTU0TDAuNzUwMjQxIDUuMjQ5NTRDMC4zMzYwMjcgNS4yNDk1NCAwLjAwMDI0MTAzNiA1LjU4NTMzIDAuMDAwMjQxMDE3IDUuOTk5NTRDMC4wMDAyNDA5OTkgNi40MTM3NSAwLjMzNjAyNyA2Ljc0OTU0IDAuNzUwMjQxIDYuNzQ5NTRMOC42MjE1MyA2Ljc0OTU0TDUuNDQwMjMgMTAuNzg0N1oiIGZpbGw9IiMyMzI1MjUiLz4KPC9zdmc+Cg==");
}

.button--simple-black:hover {
	column-gap: 16px;
}

.button--simple-black .button__text {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (min-width:992px) {
	.faq__list {
		max-width: 996px;
		margin-left: auto;
		margin-right: auto;
	}
}

.faq__list .faq__item.show .faq__card {
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
}

.faq__list .faq__item.show .faq__btn {
	transform: rotate(180deg);
}

.faq__list .faq__item.show .faq__content {
	opacity: 1;
	margin-top: 4px;
}

.faq__list .faq__item:not(.show) .faq__description {
	pointer-events: none;
}

.faq__list .faq__card {
	background: #fff;
	padding: 24px;
	transition: box-shadow .2s ease-in-out;
}

.faq__list .faq__head {
	display: flex;
	justify-content: space-between;
	column-gap: 16px;
	cursor: pointer;
}

@media only screen and (min-width:992px) {
	.faq__list .faq__head {
		column-gap: 58px;
	}
}

.faq__list .faq__title {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	margin: 0;
}

@media only screen and (min-width:992px) {
	.faq__list .faq__title {
		font-size: 24px;
	}
}

.faq__list .faq__btn {
	align-self: flex-start;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	transition: transform .2s ease-in-out;
}

.faq__list .faq__btn:focus, .faq__list .faq__btn:focus-visible {
	outline: 0;
}

.faq__list .faq__content {
	opacity: 0;
	height: 0;
	padding-left: 16px;
	transition: margin-top .2s ease-in-out;
}

.faq__list .faq__description {
	color: #72757a;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.faq__list .faq__description {
		max-width: 855px;
	}
}

.faq__list .faq__description p {
	color: #72757a;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.faq__list .faq__description p:not(:last-child) {
	margin-bottom: 20px;
}

.faq__list .faq__description ul {
	list-style: initial;
	padding-left: 20px;
}

.faq__list .faq__description ul:not(:last-child) {
	margin-bottom: 20px;
}

.select--custom {
	position: relative;
	width: 100%;
}

.select--custom:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Imljb25hbW9vbjpzZWFyY2giPgo8cGF0aCBpZD0iVmVjdG9yIDciIGQ9Ik0zIDVMOCAxMEwxMyA1IiBzdHJva2U9IiMxQThCQ0IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
}

.select--custom select {
	appearance: none;
	display: flex;
	padding: 12px 16px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-radius: 42px;
	background: var(--Bg, #f4f8fe);
	border: none;
	width: 100%;
	color: var(--Gray, #72757a);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-dropdown {
	position: relative;
	width: 100%;
	z-index: 1000;
}

.custom-dropdown.show .custom-dropdown__list {
	opacity: 1;
	pointer-events: initial;
}

.custom-dropdown.show .custom-dropdown__selector:after {
	transform: translateY(-50%) rotate(180deg);
}

.custom-dropdown .custom-dropdown__selector {
	position: relative;
	display: flex;
	padding: 13px 16px;
	justify-content: space-between;
	align-items: center;
	border-radius: 42px;
	background: var(--Bg, #f4f8fe);
	border: none;
	width: 100%;
	min-height: 48px;
	cursor: pointer;
	color: var(--Gray, #72757a);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-dropdown .custom-dropdown__selector:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Imljb25hbW9vbjpzZWFyY2giPgo8cGF0aCBpZD0iVmVjdG9yIDciIGQ9Ik0zIDVMOCAxMEwxMyA1IiBzdHJva2U9IiMxQThCQ0IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	line-height: 0;
	transition: transform .2s ease-in-out;
}

.custom-dropdown .custom-dropdown__list {
	opacity: 0;
	display: flex;
	width: 100%;
	height: max-content;
	position: absolute;
	top: 58px;
	left: 0;
	padding: 16px;
	flex-direction: column;
	gap: 12px;
	border-radius: 8px;
	background: var(--Bg, #f4f8fe);
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
	pointer-events: none;
	transition: opacity .2s ease-in-out;
}

.custom-dropdown .custom-dropdown__item {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
}

.custom-dropdown .custom-dropdown__item.selected {
	color: var(--Brand-colors-Blue, #1a8bcb);
	font-weight: 700;
}

.custom-dropdown .custom-dropdown__item:hover {
	color: var(--Brand-colors-Blue, #1a8bcb);
}

.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scaleX(-1);
}

.fa-flip-vertical {
	transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-abacus:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acorn:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adobe:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-alarm-clock:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alicorn:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-analytics:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angel:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-crate:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-alt-down:before {
	content: "";
}

.fa-arrow-alt-from-bottom:before {
	content: "";
}

.fa-arrow-alt-from-left:before {
	content: "";
}

.fa-arrow-alt-from-right:before {
	content: "";
}

.fa-arrow-alt-from-top:before {
	content: "";
}

.fa-arrow-alt-left:before {
	content: "";
}

.fa-arrow-alt-right:before {
	content: "";
}

.fa-arrow-alt-square-down:before {
	content: "";
}

.fa-arrow-alt-square-left:before {
	content: "";
}

.fa-arrow-alt-square-right:before {
	content: "";
}

.fa-arrow-alt-square-up:before {
	content: "";
}

.fa-arrow-alt-to-bottom:before {
	content: "";
}

.fa-arrow-alt-to-left:before {
	content: "";
}

.fa-arrow-alt-to-right:before {
	content: "";
}

.fa-arrow-alt-to-top:before {
	content: "";
}

.fa-arrow-alt-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-from-bottom:before {
	content: "";
}

.fa-arrow-from-left:before {
	content: "";
}

.fa-arrow-from-right:before {
	content: "";
}

.fa-arrow-from-top:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-square-down:before {
	content: "";
}

.fa-arrow-square-left:before {
	content: "";
}

.fa-arrow-square-right:before {
	content: "";
}

.fa-arrow-square-up:before {
	content: "";
}

.fa-arrow-to-bottom:before {
	content: "";
}

.fa-arrow-to-left:before {
	content: "";
}

.fa-arrow-to-right:before {
	content: "";
}

.fa-arrow-to-top:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-atom-alt:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-axe:before {
	content: "";
}

.fa-axe-battle:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backpack:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-badge:before {
	content: "";
}

.fa-badge-check:before {
	content: "";
}

.fa-badge-dollar:before {
	content: "";
}

.fa-badge-percent:before {
	content: "";
}

.fa-badger-honey:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ball-pile:before {
	content: "";
}

.fa-ballot:before {
	content: "";
}

.fa-ballot-check:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-barcode-alt:before {
	content: "";
}

.fa-barcode-read:before {
	content: "";
}

.fa-barcode-scan:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-basketball-hoop:before {
	content: "";
}

.fa-bat:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-bolt:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-slash:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-school:before {
	content: "";
}

.fa-bell-school-slash:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bells:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blanket:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bone-break:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-alt:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-heart:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-book-spells:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-books:before {
	content: "";
}

.fa-boot:before {
	content: "";
}

.fa-booth-curtain:before {
	content: "";
}

.fa-bow-arrow:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-bowling-pins:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-alt:before {
	content: "";
}

.fa-box-ballot:before {
	content: "";
}

.fa-box-check:before {
	content: "";
}

.fa-box-fragile:before {
	content: "";
}

.fa-box-full:before {
	content: "";
}

.fa-box-heart:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-up:before {
	content: "";
}

.fa-box-usd:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-boxes-alt:before {
	content: "";
}

.fa-boxing-glove:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-browser:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bullseye-arrow:before {
	content: "";
}

.fa-bullseye-pointer:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-bus-school:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-cabinet-filing:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calculator-alt:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-edit:before {
	content: "";
}

.fa-calendar-exclamation:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-star:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-alt:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campfire:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candle-holder:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-candy-corn:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-bump:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-garage:before {
	content: "";
}

.fa-car-mechanic:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-car-tilt:before {
	content: "";
}

.fa-car-wash:before {
	content: "";
}

.fa-caret-circle-down:before {
	content: "";
}

.fa-caret-circle-left:before {
	content: "";
}

.fa-caret-circle-right:before {
	content: "";
}

.fa-caret-circle-up:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cauldron:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chair-office:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-line-down:before {
	content: "";
}

.fa-chart-network:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-chart-pie-alt:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-bishop-alt:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-clock:before {
	content: "";
}

.fa-chess-clock-alt:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-king-alt:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-knight-alt:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-pawn-alt:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-queen-alt:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chess-rook-alt:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-double-down:before {
	content: "";
}

.fa-chevron-double-left:before {
	content: "";
}

.fa-chevron-double-right:before {
	content: "";
}

.fa-chevron-double-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-square-down:before {
	content: "";
}

.fa-chevron-square-left:before {
	content: "";
}

.fa-chevron-square-right:before {
	content: "";
}

.fa-chevron-square-up:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chimney:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-claw-marks:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clipboard-list-check:before {
	content: "";
}

.fa-clipboard-prescription:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-drizzle:before {
	content: "";
}

.fa-cloud-hail:before {
	content: "";
}

.fa-cloud-hail-mixed:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-rainbow:before {
	content: "";
}

.fa-cloud-showers:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sleet:before {
	content: "";
}

.fa-cloud-snow:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-clouds:before {
	content: "";
}

.fa-clouds-moon:before {
	content: "";
}

.fa-clouds-sun:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-club:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-coffee-togo:before {
	content: "";
}

.fa-coffin:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-alt-check:before {
	content: "";
}

.fa-comment-alt-dollar:before {
	content: "";
}

.fa-comment-alt-dots:before {
	content: "";
}

.fa-comment-alt-edit:before {
	content: "";
}

.fa-comment-alt-exclamation:before {
	content: "";
}

.fa-comment-alt-lines:before {
	content: "";
}

.fa-comment-alt-minus:before {
	content: "";
}

.fa-comment-alt-plus:before {
	content: "";
}

.fa-comment-alt-slash:before {
	content: "";
}

.fa-comment-alt-smile:before {
	content: "";
}

.fa-comment-alt-times:before {
	content: "";
}

.fa-comment-check:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-edit:before {
	content: "";
}

.fa-comment-exclamation:before {
	content: "";
}

.fa-comment-lines:before {
	content: "";
}

.fa-comment-minus:before {
	content: "";
}

.fa-comment-plus:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-smile:before {
	content: "";
}

.fa-comment-times:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-alt:before {
	content: "";
}

.fa-comments-alt-dollar:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-slash:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-compress-wide:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-container-storage:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-conveyor-belt:before {
	content: "";
}

.fa-conveyor-belt-alt:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-corn:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-credit-card-blank:before {
	content: "";
}

.fa-credit-card-front:before {
	content: "";
}

.fa-cricket:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-curling:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dagger:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deer:before {
	content: "";
}

.fa-deer-rudolph:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-desktop-alt:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dewpoint:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d10:before {
	content: "";
}

.fa-dice-d12:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d4:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-d8:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-diploma:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-do-not-enter:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dog-leashed:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-empty:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-dolly-flatbed-alt:before {
	content: "";
}

.fa-dolly-flatbed-empty:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-circle:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-draw-square:before {
	content: "";
}

.fa-dreidel:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-duck:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-ear:before {
	content: "";
}

.fa-ear-muffs:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-eclipse:before {
	content: "";
}

.fa-eclipse-alt:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-elephant:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-h-alt:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ellipsis-v-alt:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-empty-set:before {
	content: "";
}

.fa-engine-warning:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-dollar:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-square:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expand-wide:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-evil:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-field-hockey:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-certificate:before {
	content: "";
}

.fa-file-chart-line:before {
	content: "";
}

.fa-file-chart-pie:before {
	content: "";
}

.fa-file-check:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-edit:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-exclamation:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-minus:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-plus:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-spreadsheet:before {
	content: "";
}

.fa-file-times:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-user:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-film-alt:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-smoke:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-fireplace:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-alt:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flame:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-poison:before {
	content: "";
}

.fa-flask-potion:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-fog:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-times:before {
	content: "";
}

.fa-folders:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-football-helmet:before {
	content: "";
}

.fa-forklift:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-fragile:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frosty-head:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-function:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gas-pump-slash:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gift-card:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-gingerbread-man:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-champagne:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glass-whiskey-rocks:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glasses-alt:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-globe-snow:before {
	content: "";
}

.fa-globe-stand:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-golf-club:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-h1:before {
	content: "";
}

.fa-h2:before {
	content: "";
}

.fa-h3:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hammer-war:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-heart:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-box:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-magic:before {
	content: "";
}

.fa-hand-holding-seedling:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-receiving:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-heart:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-usd:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-santa:before {
	content: "";
}

.fa-hat-winter:before {
	content: "";
}

.fa-hat-witch:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-haykal:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side:before {
	content: "";
}

.fa-head-vr:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heart-circle:before {
	content: "";
}

.fa-heart-rate:before {
	content: "";
}

.fa-heart-square:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-helmet-battle:before {
	content: "";
}

.fa-hexagon:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-mask:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-hockey-sticks:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-home-heart:before {
	content: "";
}

.fa-hood-cloak:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-flood:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-humidity:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-skate:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-inbox-in:before {
	content: "";
}

.fa-inbox-out:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-industry-alt:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-info-square:before {
	content: "";
}

.fa-inhaler:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-integral:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-intersection:before {
	content: "";
}

.fa-inventory:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-jack-o-lantern:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-key-skeleton:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-keynote:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kidneys:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kite:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-knife-kitchen:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-lambda:before {
	content: "";
}

.fa-lamp:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-layer-minus:before {
	content: "";
}

.fa-layer-plus:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leaf-heart:before {
	content: "";
}

.fa-leaf-maple:before {
	content: "";
}

.fa-leaf-oak:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lightbulb-dollar:before {
	content: "";
}

.fa-lightbulb-exclamation:before {
	content: "";
}

.fa-lightbulb-on:before {
	content: "";
}

.fa-lightbulb-slash:before {
	content: "";
}

.fa-lights-holiday:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lips:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-circle:before {
	content: "";
}

.fa-location-slash:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-alt:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-lock-open-alt:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-loveseat:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luchador:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-mace:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-mandolin:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-marker-alt-slash:before {
	content: "";
}

.fa-map-marker-check:before {
	content: "";
}

.fa-map-marker-edit:before {
	content: "";
}

.fa-map-marker-exclamation:before {
	content: "";
}

.fa-map-marker-minus:before {
	content: "";
}

.fa-map-marker-plus:before {
	content: "";
}

.fa-map-marker-question:before {
	content: "";
}

.fa-map-marker-slash:before {
	content: "";
}

.fa-map-marker-smile:before {
	content: "";
}

.fa-map-marker-times:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaphone:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-mind-share:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-hexagon:before {
	content: "";
}

.fa-minus-octagon:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mistletoe:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-mobile-android:before {
	content: "";
}

.fa-mobile-android-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monitor-heart-rate:before {
	content: "";
}

.fa-monkey:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-moon-cloud:before {
	content: "";
}

.fa-moon-stars:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountains:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-mug-marshmallows:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-narwhal:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-nintendo-switch:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octagon:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-temp:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-omega:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-ornament:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-brush-alt:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-pallet-alt:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-parking-circle:before {
	content: "";
}

.fa-parking-circle-slash:before {
	content: "";
}

.fa-parking-slash:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paw-alt:before {
	content: "";
}

.fa-paw-claws:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pegasus:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-paintbrush:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-pennant:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-carry:before {
	content: "";
}

.fa-person-dolly:before {
	content: "";
}

.fa-person-dolly-empty:before {
	content: "";
}

.fa-person-sign:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-office:before {
	content: "";
}

.fa-phone-plus:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pi:before {
	content: "";
}

.fa-pie:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pig:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-alt:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-hexagon:before {
	content: "";
}

.fa-plus-octagon:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-podium:before {
	content: "";
}

.fa-podium-star:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poll-people:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-presentation:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-print-slash:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pumpkin:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-question-square:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-rabbit:before {
	content: "";
}

.fa-rabbit-fast:before {
	content: "";
}

.fa-racquet:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-raindrops:before {
	content: "";
}

.fa-ram:before {
	content: "";
}

.fa-ramp-loading:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-rectangle-landscape:before {
	content: "";
}

.fa-rectangle-portrait:before {
	content: "";
}

.fa-rectangle-wide:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-repeat-1:before {
	content: "";
}

.fa-repeat-1-alt:before {
	content: "";
}

.fa-repeat-alt:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-retweet-alt:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-route-highway:before {
	content: "";
}

.fa-route-interstate:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-triangle:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rv:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-scalpel:before {
	content: "";
}

.fa-scalpel-path:before {
	content: "";
}

.fa-scanner:before {
	content: "";
}

.fa-scanner-keyboard:before {
	content: "";
}

.fa-scanner-touchscreen:before {
	content: "";
}

.fa-scarecrow:before {
	content: "";
}

.fa-scarf:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-old:before {
	content: "";
}

.fa-scrubber:before {
	content: "";
}

.fa-scythe:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-all:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-sheep:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-check:before {
	content: "";
}

.fa-shield-cross:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shipping-timed:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shovel:before {
	content: "";
}

.fa-shovel-snow:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shredder:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-shuttlecock:before {
	content: "";
}

.fa-sigma:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signal-1:before {
	content: "";
}

.fa-signal-2:before {
	content: "";
}

.fa-signal-3:before {
	content: "";
}

.fa-signal-4:before {
	content: "";
}

.fa-signal-alt:before {
	content: "";
}

.fa-signal-alt-1:before {
	content: "";
}

.fa-signal-alt-2:before {
	content: "";
}

.fa-signal-alt-3:before {
	content: "";
}

.fa-signal-alt-slash:before {
	content: "";
}

.fa-signal-slash:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-skeleton:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-ski-jump:before {
	content: "";
}

.fa-ski-lift:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sledding:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-sliders-h-square:before {
	content: "";
}

.fa-sliders-v:before {
	content: "";
}

.fa-sliders-v-square:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-plus:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoke:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snake:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snow-blowing:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowflakes:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowmobile:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-spade:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spider-black-widow:before {
	content: "";
}

.fa-spider-web:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-spinner-third:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-squirrel:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-staff:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-christmas:before {
	content: "";
}

.fa-star-exclamation:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-stars:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-steering-wheel:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stocking:before {
	content: "";
}

.fa-stomach:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-cloud:before {
	content: "";
}

.fa-sun-dust:before {
	content: "";
}

.fa-sun-haze:before {
	content: "";
}

.fa-sunrise:before {
	content: "";
}

.fa-sunset:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-sword:before {
	content: "";
}

.fa-swords:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablet-android:before {
	content: "";
}

.fa-tablet-android-alt:before {
	content: "";
}

.fa-tablet-rugged:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tachometer-alt-average:before {
	content: "";
}

.fa-tachometer-alt-fast:before {
	content: "";
}

.fa-tachometer-alt-fastest:before {
	content: "";
}

.fa-tachometer-alt-slow:before {
	content: "";
}

.fa-tachometer-alt-slowest:before {
	content: "";
}

.fa-tachometer-average:before {
	content: "";
}

.fa-tachometer-fast:before {
	content: "";
}

.fa-tachometer-fastest:before {
	content: "";
}

.fa-tachometer-slow:before {
	content: "";
}

.fa-tachometer-slowest:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tally:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-frigid:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-hot:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-tennis-ball:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-theta:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-thunderstorm:before {
	content: "";
}

.fa-thunderstorm-moon:before {
	content: "";
}

.fa-thunderstorm-sun:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tilde:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-times-hexagon:before {
	content: "";
}

.fa-times-octagon:before {
	content: "";
}

.fa-times-square:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tire:before {
	content: "";
}

.fa-tire-flat:before {
	content: "";
}

.fa-tire-pressure-warning:before {
	content: "";
}

.fa-tire-rugged:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-alt:before {
	content: "";
}

.fa-tombstone:before {
	content: "";
}

.fa-tombstone-alt:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-toothbrush:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-cone:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-traffic-light-go:before {
	content: "";
}

.fa-traffic-light-slow:before {
	content: "";
}

.fa-traffic-light-stop:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-treasure-chest:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-alt:before {
	content: "";
}

.fa-tree-christmas:before {
	content: "";
}

.fa-tree-decorated:before {
	content: "";
}

.fa-tree-large:before {
	content: "";
}

.fa-trees:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-triangle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trophy-alt:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-container:before {
	content: "";
}

.fa-truck-couch:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plow:before {
	content: "";
}

.fa-truck-ramp:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-turkey:before {
	content: "";
}

.fa-turtle:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-tv-retro:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-unicorn:before {
	content: "";
}

.fa-union:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usd-circle:before {
	content: "";
}

.fa-usd-square:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-chart:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-crown:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-class:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-crown:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-fork:before {
	content: "";
}

.fa-utensil-knife:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-utensils-alt:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-value-absolute:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-plus:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-slash:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-nay:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-wand:before {
	content: "";
}

.fa-wand-magic:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-warehouse-alt:before {
	content: "";
}

.fa-watch:before {
	content: "";
}

.fa-watch-fitness:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-water-lower:before {
	content: "";
}

.fa-water-rise:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whale:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheat:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whistle:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wifi-1:before {
	content: "";
}

.fa-wifi-2:before {
	content: "";
}

.fa-wifi-slash:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-wind-warning:before {
	content: "";
}

.fa-window:before {
	content: "";
}

.fa-window-alt:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-windsock:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wreath:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fal {
	font-weight: 300;
}

.fal, .far {
	font-family: "Font Awesome 5 Pro";
}

.far {
	font-weight: 400;
}

.fa, .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

/*! 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/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* 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;
	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 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 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;
	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 {
	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 {
	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-radio-label.ui-checkboxradio-checked .ui-icon.nitro-lazy, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon.nitro-lazy {
	background-image: none !important;
}

.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 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	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 0;
	padding: 1px;
	height: 20px;
}

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

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

.ui-dialog .ui-dialog-buttonpane.nitro-lazy {
	background-image: none !important;
}

.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%;
	opacity: .25;
}

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

.ui-progressbar-indeterminate .ui-progressbar-value.nitro-lazy {
	background-image: none !important;
}

.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 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 {
	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: 0 0;
	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: 0 0;
}

.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;
	font-size: 1em;
}

.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 {
	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 a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	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.nitro-lazy, .ui-widget-content .ui-state-disabled.nitro-lazy, .ui-widget-header .ui-state-disabled.nitro-lazy {
	background-image: none !important;
}

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

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

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("https://www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/images/ui-icons_444444_256x240.png");
}

.ui-icon.nitro-lazy, .ui-widget-content .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header .ui-icon {
	background-image: url("https://www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
	background-image: url("https://www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/images/ui-icons_555555_256x240.png");
}

.ui-button:focus .ui-icon.nitro-lazy, .ui-button:hover .ui-icon.nitro-lazy, .ui-state-focus .ui-icon.nitro-lazy, .ui-state-hover .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
	background-image: url("https://www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/images/ui-icons_ffffff_256x240.png");
}

.ui-button:active .ui-icon.nitro-lazy, .ui-state-active .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
	background-image: url("https://www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/images/ui-icons_777620_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon.nitro-lazy, .ui-state-highlight .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("https://www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/images/ui-icons_cc0000_256x240.png");
}

.ui-state-error .ui-icon.nitro-lazy, .ui-state-error-text .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-button .ui-icon {
	background-image: url("https://www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/images/ui-icons_777777_256x240.png");
}

.ui-button .ui-icon.nitro-lazy {
	background-image: none !important;
}

.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-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	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: .003;
	filter: Alpha(Opacity=.3);
}

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

.slick-loading .slick-list {
	background: #fff url("https://www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/./ajax-loader.gif") center center no-repeat;
}

.slick-loading .slick-list.nitro-lazy {
	background: none !important;
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25;
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000;
}

.slick-slider {
	position: relative;
	display: block;
	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 {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

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

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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;
}

.slick-arrow.slick-hidden {
	display: none;
}

.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb>.splide__list {
	display: block;
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9;
}

.splide__arrow:disabled {
	opacity: .3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset:-3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}

@supports (outline-offset:-3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	
	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf;
	}
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0;
}

#menu {
	background-color: #fff;
	height: 76px;
	transition: top .3s, box-shadow .3s;
}

@media only screen and (min-width:1200px) {
	#menu {
		height: 142px;
	}
}

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

@media only screen and (min-width:1200px) {
	#menu .menu__container {
		max-width: 1230px;
	}
}

@media only screen and (min-width:1200px) {
	#menu .menu--mobile {
		display: none;
	}
}

#menu .menu--mobile.show .menu__content {
	display: flex;
	top: 0;
	pointer-events: initial;
}

#menu .menu--mobile .menu__head {
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
}

#menu .menu--mobile .menu__content {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: -110%;
	left: 0;
	background: #f4f8fe;
	width: 100%;
	height: 100%;
	transition: top .2s ease-in-out;
	pointer-events: none;
	padding: 16px 24px;
}

#menu .menu--mobile .menu__btn-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 33px;
	width: max-content;
	margin-left: auto;
}

#menu .menu--mobile .menu__search-btn, #menu .menu--mobile .menu__toggler-btn {
	border: none;
	background-color: transparent;
	padding: 0;
}

#menu .menu--mobile .menu__content__head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 36px;
	margin-bottom: 16px;
}

#menu .menu--mobile .menu__content__head .menu__logo__link {
	padding: 0;
}

#menu .menu--mobile .menu__content__close-btn {
	position: relative;
	border: none;
	background-color: transparent;
	padding: 0;
	z-index: 1;
}

#menu .menu--mobile .menu__content__body {
	padding-top: 16px;
}

#menu .menu--mobile .menu__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}

#menu .menu--mobile .menu__top__left__link {
	display: flex;
	align-items: center;
	column-gap: 8px;
	cursor: pointer;
}

#menu .menu--mobile .menu__top__left__text {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}

#menu .menu--mobile .menu__list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#menu .menu--mobile .menu__item__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 8px;
}

#menu .menu--mobile .menu__item__link:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDcgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgOCIgZD0iTTEgMTEuNUw2IDYuMzk3OTZMMSAxLjUiIHN0cm9rZT0iIzFBOEJDQiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
	border: none;
	margin: 0;
}

#menu .menu--mobile .menu__item__text {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

#menu .menu--mobile .menu__small__list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#menu .menu--mobile .menu__small__item__link {
	cursor: pointer;
}

#menu .menu--mobile .menu__small__item__text {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

#menu .menu--mobile .menu__mobile__btn {
	margin-left: auto;
	margin-right: auto;
}

#menu .menu--mobile .menu__dropdown {
	border-radius: 0;
	border: none;
	overflow: auto;
}

#menu .menu--mobile .menu__dropdown.show {
	position: fixed !important;
	transform: initial !important;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#menu .menu--mobile .menu__dropdown__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px;
}

#menu .menu--mobile .menu__dropdown__title {
	display: flex;
	align-items: center;
	column-gap: 16px;
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

#menu .menu--mobile .menu__dropdown__title:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgOCIgZD0iTTYgMUwxIDYuMTAyMDRMNiAxMSIgc3Ryb2tlPSIjMUE4QkNCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

#menu .menu--mobile .menu__dropdown__body {
	padding: 16px 24px;
}

#menu .menu--mobile .menu__dropdown__list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

#menu .menu--mobile .menu__dropdown__item.has-children .menu__dropdown__item__link:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgOCIgZD0iTTEgMS41TDYuMTAyMDQgNi41TDExIDEuNSIgc3Ryb2tlPSIjMUE4QkNCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
	margin-left: auto;
}

#menu .menu--mobile .menu__dropdown__item__link {
	display: flex;
	align-items: center;
	column-gap: 8px;
	cursor: pointer;
}

#menu .menu--mobile .menu__dropdown__item__icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	padding: 5px;
	transition: background-color .1s ease-in-out;
}

#menu .menu--mobile .menu__dropdown__item__icon-wrapper.turquoise {
	background-color: #b3e4eb;
}

#menu .menu--mobile .menu__dropdown__item__icon-wrapper.red {
	background-color: #ffd8d2;
}

#menu .menu--mobile .menu__dropdown__item__icon-wrapper.blue {
	background-color: #b3d7ef;
}

#menu .menu--mobile .menu__dropdown__item__icon-wrapper.yellow {
	background-color: #fff3d7;
}

#menu .menu--mobile .menu__dropdown__item__icon-wrapper.orange {
	background-color: #f7d8c9;
}

#menu .menu--mobile .menu__dropdown__item__icon-wrapper.pink {
	background-color: #fad0d8;
}

#menu .menu--mobile .menu__dropdown__item__icon-wrapper.gold {
	background-color: #ffe6b6;
}

#menu .menu--mobile .menu__dropdown__item__icon-wrapper.green {
	background-color: #baece3;
}

#menu .menu--mobile .menu__dropdown__item__icon {
	width: 100%;
	height: 100%;
}

#menu .menu--mobile .menu__dropdown__item__icon img {
	width: 100%;
	height: 100%;
}

#menu .menu--mobile .menu__dropdown__item__text {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

#menu .menu--mobile .menu__dropdown__submenu {
	display: none;
	padding-left: 40px;
}

#menu .menu--mobile .menu__dropdown__submenu.show {
	display: block;
}

#menu .menu--mobile .menu__dropdown__submenu__list {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	margin-top: 12px;
}

#menu .menu--mobile .menu__dropdown__submenu__item.add-separator {
	margin-bottom: 8px;
}

#menu .menu--mobile .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue {
	margin-bottom: 8px;
}

#menu .menu--mobile .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue .menu__dropdown__submenu__text {
	color: #1a8bcb;
	font-weight: 700;
}

#menu .menu--mobile .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue.link_group {
	margin-bottom: 0;
	margin-top: 12px;
}

#menu .menu--mobile .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue.link_group_first {
	margin-bottom: 0;
}

#menu .menu--mobile .menu__dropdown__submenu__text {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

#menu .menu--desktop {
	display: none;
}

@media only screen and (min-width:1200px) {
	#menu .menu--desktop {
		display: block;
	}
}

#menu .menu--desktop .menu__top {
	display: flex;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f4f8fe;
}

#menu .menu--desktop .menu__top__left__link {
	display: flex;
	align-items: center;
	column-gap: 8px;
	cursor: pointer;
}

#menu .menu--desktop .menu__top__left__text {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}

#menu .menu--desktop .menu__top__right {
	display: flex;
	align-items: center;
	column-gap: 24px;
	justify-content: flex-end;
	margin-left: auto;
}

#menu .menu--desktop .menu__top__right__list {
	display: flex;
	align-items: center;
	column-gap: 24px;
}

#menu .menu--desktop .menu__top__right__item {
	width: max-content;
}

#menu .menu--desktop .menu__top__right__item__link {
	cursor: pointer;
}

#menu .menu--desktop .menu__top__right__item__text {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}

#menu .menu--desktop .menu__main {
	display: flex;
	align-items: center;
	column-gap: 20px;
	position: relative;
	padding-top: 8px;
	padding-bottom: 16px;
	height: 78px;
}

#menu .menu--desktop .menu__main__btn {
	flex-shrink: 0;
}

#menu .menu--desktop .menu__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 40px;
	width: 100%;
	height: 100%;
}

#menu .menu--desktop .menu__item {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

#menu .menu--desktop .menu__item__link {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

#menu .menu--desktop .menu__item__link:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgMiIgZD0iTTEgMS41TDYuMTAyMDQgNi41TDExIDEuNSIgc3Ryb2tlPSIjMUE4QkNCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
	border: none;
	margin: 0;
}

#menu .menu--desktop .menu__item__text {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

#menu .menu--desktop .menu__dropdown {
	top: 59px;
	transform: translateX(-50%);
	left: 50%;
	padding: 16px;
	border-radius: 8px;
	border: none;
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
	width: max-content;
}

#menu .menu--desktop .menu__dropdown:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlBvbHlnb24gMiIgZD0iTTEyIDBMMjMuMjU4MyAxNy4yNUgwLjc0MTY3TDEyIDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}

#menu .menu--desktop .menu__dropdown__list {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

#menu .menu--desktop .menu__dropdown--advanced .menu__dropdown__body {
	display: flex;
	column-gap: 16px;
	transition: column-gap .2s ease-in-out;
}

#menu .menu--desktop .menu__dropdown--advanced .menu__dropdown__list {
	min-width: 340px;
}

#menu .menu--desktop .menu__dropdown--advanced .menu__dropdown__item {
	padding: 8px 16px;
	border-radius: 8px;
}

#menu .menu--desktop .menu__dropdown--advanced .menu__dropdown__content {
	background: #f4f8fe;
	width: 364px;
	max-width: 364px;
	transition: padding .2s ease-in-out;
	overflow: hidden;
	padding: 16px 24px;
}

#menu .menu--desktop .menu__dropdown__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	margin-bottom: 12px;
	padding-left: 16px;
}

#menu .menu--desktop .menu__dropdown__title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	width: max-content;
}

#menu .menu--desktop .menu__dropdown__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	border-radius: 16px;
	padding: 12px 24px;
	transition: background .1s ease-in-out;
	width: 100%;
}

#menu .menu--desktop .menu__dropdown__item.hovering, #menu .menu--desktop .menu__dropdown__item:hover {
	background: #f4f8fe;
}

#menu .menu--desktop .menu__dropdown__item.hovering .menu__dropdown__item__icon-wrapper, #menu .menu--desktop .menu__dropdown__item:hover .menu__dropdown__item__icon-wrapper {
	background-color: #fff;
}

#menu .menu--desktop .menu__dropdown__item.hovering .menu__dropdown__item__text, #menu .menu--desktop .menu__dropdown__item:hover .menu__dropdown__item__text {
	color: #1a8bcb;
}

#menu .menu--desktop .menu__dropdown__item.has-children:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgOCIgZD0iTTEgMTFMNiA1Ljg5Nzk2TDEgMSIgc3Ryb2tlPSIjMUE4QkNCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

#menu .menu--desktop .menu__dropdown__item__link {
	display: flex;
	align-items: center;
	column-gap: 16px;
	cursor: pointer;
}

#menu .menu--desktop .menu__dropdown__item__icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	padding: 6px;
	transition: background-color .1s ease-in-out;
}

#menu .menu--desktop .menu__dropdown__item__icon-wrapper.turquoise {
	background-color: #b3e4eb;
}

#menu .menu--desktop .menu__dropdown__item__icon-wrapper.red {
	background-color: #ffd8d2;
}

#menu .menu--desktop .menu__dropdown__item__icon-wrapper.blue {
	background-color: #b3d7ef;
}

#menu .menu--desktop .menu__dropdown__item__icon-wrapper.yellow {
	background-color: #fff3d7;
}

#menu .menu--desktop .menu__dropdown__item__icon-wrapper.orange {
	background-color: #f7d8c9;
}

#menu .menu--desktop .menu__dropdown__item__icon-wrapper.pink {
	background-color: #fad0d8;
}

#menu .menu--desktop .menu__dropdown__item__icon-wrapper.gold {
	background-color: #ffe6b6;
}

#menu .menu--desktop .menu__dropdown__item__icon-wrapper.green {
	background-color: #baece3;
}

#menu .menu--desktop .menu__dropdown__item__icon {
	width: 100%;
	height: 100%;
}

#menu .menu--desktop .menu__dropdown__item__text {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	transition: color .1s ease-in-out;
}

#menu .menu--desktop .menu__dropdown__submenu {
	display: none;
	flex-direction: column;
}

#menu .menu--desktop .menu__dropdown__submenu.menu__dropdown__submenu--cloned {
	display: flex;
}

#menu .menu--desktop .menu__dropdown__submenu__list {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

#menu .menu--desktop .menu__dropdown__submenu__text {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

#menu .menu--desktop .menu__dropdown__submenu__item {
	display: flex;
	align-items: center;
	column-gap: 8px;
	width: max-content;
	max-width: 316px;
}

#menu .menu--desktop .menu__dropdown__submenu__item.add-separator {
	margin-bottom: 28px;
}

#menu .menu--desktop .menu__dropdown__submenu__item .menu__dropdown__submenu__link:hover {
	text-decoration: underline !important;
}

#menu .menu--desktop .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue {
	margin-bottom: 24px;
}

#menu .menu--desktop .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDM5OTkgMTAuNzg0N0M1LjE4MzU0IDExLjExIDUuMjM5MzQgMTEuNTgxNiA1LjU2NDYyIDExLjgzOEM1Ljg4OTkgMTIuMDk0NSA2LjM2MTQ4IDEyLjAzODcgNi42MTc5MyAxMS43MTM0TDEwLjg0MDcgNi4zNTcyNEMxMS4wNTg4IDYuMDgwNTIgMTEuMDU0OSA1LjY4OTIzIDEwLjgzMTMgNS40MTY5MUw2LjYwODU2IDAuMjc1MDA4QzYuMzQ1NjggLTAuMDQ1MDk0OSA1Ljg3MzA3IC0wLjA5MTQ4MTYgNS41NTI5NyAwLjE3MTQwMUM1LjIzMjg3IDAuNDM0MjgzIDUuMTg2NDggMC45MDY4ODYgNS40NDkzNiAxLjIyNjk5TDguNzUyODUgNS4yNDk1NEwwLjc0OTk5NyA1LjI0OTU0QzAuMzM1NzgzIDUuMjQ5NTQgLTIuNTgyNTNlLTA2IDUuNTg1MzMgLTIuNjAwNjRlLTA2IDUuOTk5NTRDLTIuNjE4NzRlLTA2IDYuNDEzNzUgMC4zMzU3ODMgNi43NDk1NCAwLjc0OTk5NyA2Ljc0OTU0TDguNjIxMjkgNi43NDk1NEw1LjQzOTk5IDEwLjc4NDdaIiBmaWxsPSIjMUE4QkNCIi8+Cjwvc3ZnPgo=");
}

#menu .menu--desktop .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue .menu__dropdown__submenu__text {
	color: #1a8bcb;
	font-size: 16px;
	font-weight: 700;
}

#menu .menu--desktop .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue .menu__dropdown__submenu__link:hover {
	text-decoration: none !important;
}

#menu .menu--desktop .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue.link_group {
	margin-bottom: 0;
	margin-top: 24px;
}

#menu .menu--desktop .menu__dropdown__submenu__item.menu__dropdown__submenu__item--blue.link_group_first {
	margin-bottom: 0;
}

#menu .menu__logo__link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	height: 100%;
	width: auto;
	padding-top: 16px;
	padding-bottom: 16px;
}

@media only screen and (min-width:992px) {
	#menu .menu__logo__link {
		padding-top: 8px;
		padding-bottom: 16px;
	}
}

#menu .menu__logo__link img {
	height: 100%;
}

#menu form[role=search] {
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	#menu form[role=search] {
		max-width: 260px;
		margin-bottom: 0;
	}
}

#menu .input-wrapper {
	position: relative;
}

#menu .menu__search__input {
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	border-radius: 40px;
	background: #fff;
	border: none;
	height: 32px;
	padding: 8px 16px;
	margin: 0;
}

@media only screen and (min-width:992px) {
	#menu .menu__search__input {
		background: #f4f8fe;
	}
}

#menu .menu__search__input::-webkit-search-cancel-button {
	appearance: none;
}

#menu .menu__search__input:focus-visible {
	outline: 0;
}

#menu .menu__search__input__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

#menu .menu__search__input__btn:focus, #menu .menu__search__input__btn:focus-visible {
	outline: 0;
}

@media only screen and (min-width:992px) {
	#menu.disable {
		top: -150px;
	}
}

#newsletterModal .modal-content {
	border-radius: 6px;
	background-color: #f5f7fa;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#newsletterModal .modal-header {
	border-bottom: 0;
}

#newsletterModal .modal-footer {
	border-top: 0;
}

#newsletterModal .modal-body {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	#newsletterModal .modal-body {
		padding: 30px;
	}
}

#newsletterModal .modal-body .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
	margin-bottom: 25px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:992px) {
	#newsletterModal .modal-body .title-h {
		margin-bottom: 50px;
		margin-top: 20px;
	}
}

#newsletterModal .modal-body .close {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #000;
	padding: 9px;
	padding-right: 11px;
	background-color: transparent;
	padding-left: 15px;
	opacity: 1;
	border-radius: 0;
	outline-style: none;
}

#newsletterModal .modal-body .close i {
	color: #000;
	font-size: 23px;
	font-weight: 500;
}

#newsletterModal .modal-body .close :focus, #newsletterModal .modal-body .close:active {
	outline-style: none;
}

footer {
	background: #1a1a1a;
	padding-top: 46px;
}

footer .footer__head__body {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}

@media only screen and (min-width:992px) {
	footer .footer__head__body {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 24px;
	}
}

footer .footer__head__logo img {
	height: 100%;
	width: fit-content;
	max-width: 100%;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	footer .footer__head__logo img {
		height: 140px;
		width: auto;
		max-width: 100%;
	}
}

footer .footer__head__description {
	color: #fff;
	margin-top: 20px;
}

footer .footer__head__title {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}

footer .footer__head__list {
	display: flex;
	align-items: center;
	column-gap: 16px;
}

footer .footer__main {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	footer .footer__main {
		padding-bottom: 85px;
	}
}

footer .footer__main__body {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	footer .footer__main__body {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 24px;
	}
}

footer .footer__main__title {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	footer .footer__main__title {
		font-size: 20px;
		font-weight: 700;
	}
}

footer .footer__main__list {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

footer .footer__main__item__text, footer .footer__main__link {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
	transition: color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	footer .footer__main__item__text, footer .footer__main__link {
		font-size: 16px;
	}
}

footer .footer__main__item__text:hover, footer .footer__main__link:hover {
	color: #a4a4a4;
}

footer .sub-footer {
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
}

@media only screen and (min-width:992px) {
	footer .sub-footer {
		padding-top: 18px;
		padding-bottom: 18px;
	}
}

footer .sub-footer .subfooter__body {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

@media only screen and (min-width:992px) {
	footer .sub-footer .subfooter__body {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

footer .sub-footer .subfooter__left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 22px;
}

footer .sub-footer .logo {
	height: 47px;
}

footer .sub-footer .subfooter__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 8px;
}

@media only screen and (min-width:992px) {
	footer .sub-footer .subfooter__list {
		flex-direction: row;
		column-gap: 40px;
	}
}

footer .sub-footer .subfooter__item {
	cursor: pointer;
}

footer .sub-footer .obs-active, footer .sub-footer a {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

body {
	font-display: swap;
}

@media only screen and (min-width:1200px) {
	.container {
		max-width: 1230px;
	}
}

#page {
	height: 100%;
	padding-top: 76px;
}

@media only screen and (min-width:992px) {
	#page {
		padding-top: 142px;
	}
}

.data-obs-active:hover {
	text-decoration: underline;
	cursor: pointer;
}

.object-contain {
	object-fit: contain;
}

.button {
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 21px;
	padding-right: 21px;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
	border-radius: 3px;
	border: 0;
	transition: .3s;
	overflow: hidden;
}

.button .text {
	transition: .3s;
	left: 0;
	position: relative;
}

.button:hover {
	cursor: pointer;
}

.button:active, .button:focus {
	outline: 0;
}

@media only screen and (min-width:992px) {
	.button {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.button .array {
	padding: 13px;
	background-color: #d85951;
	top: -1px;
	position: relative;
	right: -21px;
	border-radius: 0 3px 3px 0;
}

@media only screen and (min-width:992px) {
	.button .array {
		right: -40px;
	}
}

.button .array i {
	position: relative;
	top: 2px;
}

.button.blue {
	background-color: #128ea4;
	color: #fff;
}

.button.blue:hover {
	color: #fff;
	background-color: #0c6c89;
}

.button.blue:active, .button.blue:focus {
	background-color: #128ea4;
	color: #fff;
}

.button.blue .array {
	background-color: #0c6c89;
}

.button.devis {
	background-color: #fc8370;
	color: #fff;
}

.button.devis:hover {
	color: #fff;
	background-color: #d85951;
}

.button.devis:active, .button.devis:focus {
	background-color: #fc8370;
	color: #fff;
}

.button.white {
	background-color: #fff;
	color: #002135;
}

.button.white:hover {
	color: #fff;
	background-color: #0c6c89;
}

.button.white:active, .button.white:focus {
	background-color: #fff;
	color: #002135;
}

.button.red {
	color: #fff;
	background-color: #fc8370;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 15px;
	top: 4px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 300;
}

.button.red:hover {
	color: #fff;
	background-color: #d85951;
}

.button.red:active, .button.red:focus {
	background-color: #fc8370;
	color: #fff;
}

.button.green {
	color: #fff;
	background-color: #1ab394;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 15px;
	top: 4px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 300;
}

.button.green:hover {
	color: #fff;
	background-color: #18a689;
}

.button.green:active, .button.green:focus {
	background-color: #18a689;
	color: #fff;
}

.button.btn--rounded {
	border-radius: 24px;
	padding: 13px 20px;
}

.toast {
	position: fixed;
	top: 165px;
	right: 10px;
}

body {
	font-family: Nunito;
}

h1 {
	color: #fff;
	font-family: Nunito;
	font-size: 34px;
	font-weight: 900;
	line-height: 43px;
}

@media only screen and (min-width:992px) {
	h1 {
		font-size: 40px;
		font-weight: 900;
		line-height: 52px;
	}
}

h2 {
	color: #343434;
	font-family: Nunito;
	font-size: 25px;
	font-weight: 900;
	line-height: 32px;
}

@media only screen and (min-width:992px) {
	h2 {
		font-size: 30px;
		font-weight: 900;
		line-height: 40px;
	}
}

.title-h {
	font-family: Nunito;
	color: #128ea4;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 37px;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.title-h {
		font-size: 33px;
		line-height: 37px;
	}
}

h3 {
	font-family: Nunito;
}

p {
	font-family: Nunito;
	margin-bottom: 0;
	font-weight: 300;
}

.description {
	color: #002135;
	font-family: Nunito;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	font-weight: 300;
}

.title {
	color: #343434;
	font-family: Nunito;
	font-size: 20px;
	font-weight: 900;
	line-height: 25px;
}

span {
	font-family: Nunito;
	font-weight: 300;
}

.wysiwyg {
	color: #002135;
}

@media only screen and (min-width:992px) {
	.wysiwyg {
		max-width: 792px;
		margin: 0 auto;
	}
}

.wysiwyg h2 {
	color: var(--Black, #000);
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.wysiwyg h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

.wysiwyg h2:not(:first-child) {
	margin-top: 30px;
}

.wysiwyg h3 {
	color: var(--Black, #000);
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.wysiwyg h3 {
		font-size: 24px;
	}
}

.wysiwyg h3:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background: #ffd879;
	margin-top: 8px;
}

.wysiwyg h4 {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	color: var(--Black, #000);
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.wysiwyg h4 {
		font-size: 24px;
	}
}

.wysiwyg h4:after {
	content: "";
	background-color: #ffd879;
	width: 59px;
	height: 2px;
}

.wysiwyg p {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

.wysiwyg p:not(:last-child) {
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.wysiwyg p {
		font-size: 16px;
	}
}

.wysiwyg p a {
	word-break: break-word;
}

.wysiwyg figure {
	max-width: 100%;
}

.wysiwyg figure figcaption {
	color: var(--Gray, #72757a);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin-top: 8px;
}

.wysiwyg a {
	color: #128ea4;
	transition: .3s;
}

.wysiwyg a:link {
	color: #128ea4;
	transition: .3s;
}

.wysiwyg a:hover {
	color: #128ea4;
	text-decoration: underline;
}

.wysiwyg a:hover {
	color: #14b5c0;
}

.wysiwyg blockquote {
	max-width: 555px;
	border-top: 1px solid #128ea4;
	border-bottom: 1px solid #128ea4;
}

.wysiwyg blockquote p {
	color: #128ea4;
	text-align: left;
}

.wysiwyg img {
	height: auto;
}

.wysiwyg img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.wysiwyg img.alignright {
	margin-left: auto;
	display: block;
}

.wysiwyg picture {
	max-width: 100%;
	height: auto;
}

.wysiwyg picture.aligncenter img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.wysiwyg picture.alignright img {
	margin-left: auto;
	display: block;
}

.wysiwyg img {
	max-width: 100%;
	object-fit: contain;
}

.wysiwyg table {
	margin-bottom: 20px;
}

.wysiwyg ol {
	margin-bottom: 20px;
}

.wysiwyg ul {
	padding-left: 16px;
	margin-bottom: 20px;
}

.wysiwyg ul li {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 15px;
	position: relative;
	list-style-type: none;
	margin-bottom: 12px;
}

@media only screen and (min-width:992px) {
	.wysiwyg ul li {
		font-size: 16px;
	}
}

.wysiwyg ul li:last-child {
	margin-bottom: 0;
}

.wysiwyg ul li:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background-color: #1ab4bf;
	left: 0;
	top: 7px;
}

a {
	font-family: Nunito;
}

.link-a {
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	position: relative;
}

.link-a i {
	top: 0;
	position: relative;
	left: 4px;
	font-size: 12px;
	font-weight: 600;
}

.link-a.blue {
	color: #128ea4;
	position: relative;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
}

.link-a.blue i {
	left: 0;
	transition: .3s;
}

.link-a.blue:hover {
	color: #128ea4;
}

.link-a.blue:hover i {
	left: 5px;
}

.link-a.orange {
	color: #fc8370;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
	transition-duration: .3s;
}

.link-a.orange i {
	left: 0;
	transition: .3s;
}

.link-a.orange:hover {
	color: #d85951;
}

.link-a.orange:hover i {
	left: 5px;
}

.link-a.white {
	color: #fff;
}

.link-a.white i {
	margin-left: 0;
	transition: .3s;
}

.link-a.white:hover {
	color: #dcdcdc;
}

.link-a.white:hover i {
	margin-left: 5px;
}

.link-a.white:active, .link-a.white:focus {
	color: #fff;
}

#home {
	background-color: #14b5c0;
	transition: all .5s ease;
	margin-top: 0;
	padding-top: 88px;
	padding-bottom: 88px;
}

@media only screen and (min-width:992px) {
	#home {
		padding-top: 150px;
		padding-bottom: 126px;
		margin-top: 10px;
	}
}

#home .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

#home .on-title {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	#home .on-title {
		text-align: left;
		font-size: 14px;
		line-height: 19px;
	}
}

#home .description p {
	margin-bottom: 16px;
}

#home .header-home-title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
}

@media only screen and (min-width:992px) {
	#home .header-home-title {
		text-align: left;
		font-size: 40px;
		line-height: 42px;
	}
}

#home .sub-title {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 27px;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	#home .sub-title {
		text-align: left;
		font-size: 30px;
		line-height: 41px;
	}
}

#home img {
	padding-left: 100px;
	padding-right: 100px;
	height: auto;
	width: auto;
	margin-top: 70px;
	max-width: 100%;
}

@media only screen and (min-width:992px) {
	#home img {
		max-height: 305px;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}
}

.dark {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
	transition: all .15s linear;
}

.tag-infos {
	background-color: #f5f7fa;
	padding-top: 50px;
	padding-bottom: 50px;
}

.tag-infos .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:992px) {
	.tag-infos .content .info {
		padding-right: 70px;
	}
}

.tag-infos .content .info .title-up {
	color: #002135;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	text-transform: uppercase;
}

@media only screen and (min-width:992px) {
	.tag-infos .content .info .title-up {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 19px;
	}
}

.tag-infos .content .info .list-fiche .line {
	color: #fc8370;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 22px;
	margin-top: 7px;
	transition: .3s;
}

.tag-infos .content .info .list-fiche .line a {
	color: #fc8370;
	transition: .3s;
}

.tag-infos .content .info .list-fiche .line a i {
	margin-left: 3px;
}

.tag-infos .content .info .list-fiche .line a:hover {
	color: #d85951;
	cursor: pointer;
}

.tag-infos .content .info .list-fiche .line a:active, .tag-infos .content .info .list-fiche .line a:focus {
	color: #d85951;
}

.tag-infos .content .description p {
	margin-bottom: 16px;
}

.tag-infos .content .image {
	text-align: center;
}

.tag-infos .content .image img {
	height: 241px;
	width: auto;
	max-width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

.blue-infos {
	background-color: #0c6c89;
	padding-bottom: 50px;
	padding-top: 50px;
}

.blue-infos .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.blue-infos .content .title-up {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	text-transform: uppercase;
}

@media only screen and (min-width:992px) {
	.blue-infos .content .title-up {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 19px;
	}
}

.blue-infos .content .title-h {
	color: #fff;
}

.blue-infos .content .description {
	color: #fff;
}

.module-infos {
	padding-bottom: 70px;
	padding-top: 70px;
}

@media only screen and (min-width:992px) {
	.module-infos {
		padding-bottom: 100px;
		padding-top: 100px;
	}
}

.module-infos.grey {
	background-color: #f5f7fa;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.module-infos.grey {
		padding-bottom: 85px;
		padding-top: 85px;
	}
}

.module-infos .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:992px) {
	.module-infos .content .info {
		padding-right: 30px;
	}
}

.module-infos .content .info .title-h {
	color: #fc8370;
	font-size: 25px;
}

@media only screen and (min-width:992px) {
	.module-infos .content .sidebar {
		position: sticky;
		top: 30px;
		max-height: calc(100vh - 50px);
		overflow-y: auto;
		overflow-x: hidden;
	}
}

.module-infos .content .sidebar .card {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 10px;
	position: relative;
}

@media only screen and (min-width:992px) {
	.module-infos .content .sidebar .card {
		margin-bottom: 15px;
		padding-left: 23px;
		padding-right: 23px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.module-infos .content .sidebar .card .subtitle {
	color: #002135;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px;
	text-align: center;
}

.module-infos .content .sidebar .card .draps .drap {
	height: auto;
	width: 20px;
	object-fit: contain;
	margin-bottom: 19px;
	position: relative;
	top: 7px;
}

.module-infos .content .sidebar .card .icon img {
	height: 30px;
	width: auto;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	.module-infos .content .sidebar .card .icon {
		position: absolute;
		top: 22px;
		left: 23px;
	}
	
	.module-infos .content .sidebar .card .icon img {
		height: 20px;
	}
}

.module-infos .content .sidebar .card .title {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
}

@media only screen and (min-width:992px) {
	.module-infos .content .sidebar .card .title {
		padding-left: 35px;
		font-size: 18px;
	}
}

.picture-story {
	padding-bottom: 50px;
	padding-top: 50px;
}

@media only screen and (min-width:992px) {
	.picture-story {
		padding-top: 85px;
		padding-bottom: 85px;
	}
}

.picture-story.grey {
	background-color: #f5f7fa;
}

.picture-story .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.picture-story .content .title-h {
	font-size: 25px;
	color: #04395b;
	line-height: 30px;
}

.picture-story .content .image {
	padding-right: 90px;
	width: 100%;
}

.picture-story .content .image.right {
	padding-right: 0;
	padding-left: 90px;
}

.picture-story .content .image img {
	height: 402px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.picture-story .content .image.logo {
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.picture-story .content .image.logo img {
	height: 160px;
	width: auto;
}

.picture-story .content .image.contain img {
	object-fit: contain;
}

.picture-story .content .link {
	margin-top: 25px;
}

.card-list {
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #f5f7fa;
}

@media only screen and (min-width:992px) {
	.card-list {
		padding-bottom: 85px;
		padding-top: 85px;
	}
}

.card-list .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.card-list .content .title-h {
	font-size: 25px;
	color: #04395b;
	line-height: 30px;
}

.card-list .content .card {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background-color: #fff;
}

.card-list .content .card .image img {
	height: 175px;
	width: 100%;
	object-fit: cover;
}

.card-list .content .card .title {
	color: #002135;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.link-list {
	padding-bottom: 50px;
	padding-top: 50px;
}

@media only screen and (min-width:992px) {
	.link-list {
		padding-bottom: 85px;
		padding-top: 85px;
	}
}

.link-list .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.link-list.full .subtitle {
	color: #002135;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	margin-bottom: 15px;
}

.link-list .content .title-h {
	font-size: 25px;
	color: #04395b;
	line-height: 30px;
}

.link-list .content .links {
	margin-top: 30px;
}

.link-list .content .links .link {
	padding-left: 15px;
	position: relative;
	list-style-type: none;
	margin-bottom: 12px;
	font-size: 16px;
	color: #128ea4;
	cursor: pointer;
}

@media only screen and (min-width:992px) {
	.link-list .content .links .link {
		margin-bottom: 7px;
	}
}

.link-list .content .links .link:hover {
	cursor: pointer;
}

.link-list .content .links .link:last-child {
	margin-bottom: 0;
}

.link-list .content .links .link:before {
	position: absolute;
	content: "";
	height: 7px;
	width: 7px;
	background-color: #128ea4;
	left: 0;
	top: 8px;
}

.link-list .content .image {
	padding-left: 110px;
}

.link-list .content .image img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.link-list .content .image.logo {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
}

.link-list .content .image.logo img {
	height: 160px;
	width: auto;
}

.notice {
	background-color: #feefe2;
}

@media only screen and (min-width:992px) {
	.notice {
		background-color: transparent;
	}
}

.notice .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.notice .content {
	background-color: #feefe2;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

@media only screen and (min-width:992px) {
	.notice .content {
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 196px;
		padding-right: 196px;
	}
}

.notice .content .title-h {
	color: #04395b;
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 15px;
}

@media only screen and (min-width:992px) {
	.notice .content .title-h {
		margin-bottom: 22px;
	}
}

.notice .content .name {
	color: #002135;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 4px;
}

.notice .content .function {
	color: #002135;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 19px;
	text-align: center;
}

.notice .content .quote-left {
	position: absolute;
	top: 35px;
	left: 50px;
	height: 50px;
	width: auto;
}

.notice .content .quote-right {
	position: absolute;
	bottom: 25px;
	right: 5px;
	height: 31px;
	width: auto;
}

@media only screen and (min-width:992px) {
	.notice .content .quote-right {
		bottom: 35px;
		right: 50px;
		height: 50px;
	}
}

.cta {
	background-color: #feefe2;
}

.cta .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.cta .content {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

@media only screen and (min-width:992px) {
	.cta .content {
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 196px;
		padding-right: 196px;
	}
}

.cta .content .title-h {
	color: #04395b;
	font-size: 25px;
	line-height: 34px;
}

.cta .content .link {
	margin-top: 32px;
	margin-bottom: 15px;
}

.cta .content .logo-1 {
	position: absolute;
	top: 40px;
	left: 0;
	height: 51px;
	width: auto;
}

.cta .content .logo-1 img {
	height: 100%;
}

.cta .content .logo-2 {
	position: absolute;
	top: 61px;
	right: -50px;
	height: 38px;
	width: auto;
}

.cta .content .logo-2 img {
	height: 100%;
}

.cta .content .logo-3 {
	position: absolute;
	bottom: 66px;
	left: -50px;
	height: 38px;
	width: auto;
}

.cta .content .logo-3 img {
	height: 100%;
}

.cta .content .logo-4 {
	position: absolute;
	bottom: 45px;
	right: 0;
	height: 51px;
	width: auto;
}

.cta .content .logo-4 img {
	height: 100%;
}

.cta .content.theme-2 .logo-1 {
	position: absolute;
	top: 44px;
	left: -50px;
	height: 51px;
	width: auto;
}

.cta .content.theme-2 .logo-1 img {
	height: 100%;
}

.cta .content.theme-2 .logo-2 {
	position: absolute;
	top: 47px;
	right: -50px;
	height: 51px;
	width: auto;
}

.cta .content.theme-2 .logo-2 img {
	height: 100%;
}

.cta .content.theme-2 .logo-3 {
	position: absolute;
	bottom: 85px;
	left: 0;
	height: 38px;
	width: auto;
}

.cta .content.theme-2 .logo-3 img {
	height: 100%;
}

.cta .content.theme-2 .logo-4 {
	position: absolute;
	bottom: 85px;
	right: 0;
	height: 38px;
	width: auto;
}

.cta .content.theme-2 .logo-4 img {
	height: 100%;
}

.logo-list .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.logo-list .content {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.logo-list .content .title-h {
	color: #04395b;
	font-size: 25px;
	line-height: 34px;
}

.logo-list .content .link {
	margin-top: 6px;
}

.logo-list .content .logos {
	margin-top: 40px;
}

.logo-list .content .logos .logo {
	margin-bottom: 30px;
	text-align: center;
}

.logo-list .content .logos .logo img {
	width: 100%;
	max-height: 50px;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	.logo-list .content .logos .logo img {
		max-height: 55px;
	}
}

.logo-list .content .logos .logo.whithout-srcset img {
	width: auto;
	height: auto;
	object-fit: contain;
	max-height: 100%;
}

.list-formations {
	background-color: #f5f7fa;
	padding-top: 50px;
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.list-formations {
		padding-top: 80px;
		padding-bottom: 60px;
	}
}

.list-formations.white {
	background-color: #fff;
}

.list-formations .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
}

.list-formations .description {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px;
}

@media only screen and (min-width:992px) {
	.list-formations .description {
		margin-bottom: 40px;
	}
}

.list-formations .list .col-12 {
	margin-bottom: 15px;
}

@media only screen and (min-width:992px) {
	.list-formations .list .col-12 {
		margin-bottom: 30px;
	}
}

.list-formations .list .card {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background-color: #fff;
	height: 100%;
	box-shadow: 0 0 0 0 transparent;
	transition: .3s;
}

.list-formations .list .card:hover {
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
}

.list-formations .list .card .image img {
	height: 175px;
	width: 100%;
	object-fit: contain;
}

.list-formations .list .card .title {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 34px;
	padding-right: 34px;
	color: #002135;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
}

.page-simple .introduction .container {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.page-simple .introduction .title-up {
	color: #002135;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	margin-top: 30px;
}

@media only screen and (min-width:992px) {
	.page-simple .introduction .title-up {
		font-size: 14px;
		line-height: 19px;
	}
}

.page-simple .introduction .info {
	margin-top: 20px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 30px;
}

.page-simple .avantages-contenu {
	padding-top: 20px;
}

.page-simple .avantages-contenu .avantage {
	text-align: left;
	margin-bottom: 40px;
}

.page-simple .avantages-contenu .avantage img {
	margin-bottom: 15px;
	height: 50px;
	width: 50px;
	object-fit: contain;
}

.page-simple .avantages-contenu .avantage .title {
	margin-bottom: 15px;
}

.page-simple .contenu {
	padding-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-simple .contenu {
		padding-bottom: 80px;
	}
}

.page-simple .contenu iframe {
	width: 100%;
	border: 0;
}

.page-simple .contenu .container {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.page-simple .list-videos iframe {
	width: 100%;
	margin-bottom: 25px;
}

.page-simple.devis .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.page-simple.devis .contenu .info {
	margin-top: 20px;
}

.fil {
	padding-top: 44px;
}

.fil .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.fil .content .separate {
	margin-left: 6px;
	margin-right: 6px;
}

.fil .content a, .fil .content span {
	color: #444;
	font-family: Nunito;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 19px;
}

.fil .content a.current, .fil .content span.current {
	font-weight: 300;
}

.fil .content a {
	color: #444;
	transition: .3s;
}

.fil .content a:hover {
	color: #000;
}

.fil.grey {
	background-color: #f5f7fa;
}

.fil.white {
	background-color: #fff;
}

.fil.blue {
	background-color: #0c6c89;
}

.fil.blue a, .fil.blue span {
	color: #fff;
}

.fil.blue a {
	color: #fff;
	transition: .3s;
}

.fil.blue a:hover {
	color: #d0d0d0;
}

.input-group {
	margin-bottom: 17px;
}

.input-group input[type=email], .input-group input[type=tel], .input-group input[type=text], .input-group textarea {
	margin-bottom: 0;
}

.input-row.input-row--2 {
	margin-bottom: 24px;
}

@media only screen and (min-width:992px) {
	.input-row.input-row--2 .input-group {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width:992px) {
	.input-row.input-row--2 {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 16px;
	}
}

input[type=checkbox].has-error, input[type=email].has-error, input[type=tel].has-error, input[type=text].has-error, select.has-error, textarea.has-error {
	border-color: red;
}

input[type=checkbox].has-error {
	appearance: none;
	border: 1px solid red;
	width: 13px;
	height: 13px;
	border-radius: 3px;
}

.custom-checkbox {
	display: flex;
	column-gap: 16px;
}

.custom-checkbox input[type=checkbox] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	appearance: none;
	border-radius: 6px;
	border: 1px solid var(--Brand-colors-Blue, #1a8bcb);
	background: var(--White, #fff);
	width: 25px;
	height: 25px;
	transition: 120ms background ease-in-out;
}

.custom-checkbox input[type=checkbox]:before {
	content: "";
	display: block;
	width: .65em;
	height: .65em;
	background-color: #fff;
	transform-origin: bottom left;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
}

.custom-checkbox input[type=checkbox]:checked {
	background: #1a8bcb;
}

.custom-checkbox input[type=checkbox]:checked:before {
	transform: scale(1);
}

.custom-checkbox label {
	color: var(--Black, #000);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 2px;
}

.custom-select {
	height: 49px;
	width: 100% !important;
}

.select2 {
	width: 100% !important;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-color: #fff;
}

.select2 .select2-selection {
	min-height: 46px !important;
}

.select2 .select2-selection li {
	vertical-align: top !important;
}

.select2 .select2-selection li:before {
	content: "";
	display: none;
}

.summary_article {
	max-width: 600px;
	margin: auto;
	padding-bottom: 1px;
	background-color: #fff;
	padding-top: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #1ab4bf;
	padding-bottom: 5px;
}

.summary_article .summary_title {
	font-size: 19px;
	font-weight: 600;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #1ab4bf;
}

.summary_article ol {
	padding-right: 20px;
}

.summary_article ol li {
	font-size: 16px;
	color: #000 !important;
	transition: .3s;
	margin-bottom: 4px;
}

.summary_article ol li::marker {
	font-size: initial;
}

.summary_article ol li:hover {
	color: #6e6e6e !important;
}

.summary_article ol {
	counter-reset: h2-counter;
	list-style: none;
	padding-left: 20px;
}

.summary_article ol>li {
	counter-increment: h2-counter;
	counter-reset: h3-counter;
}

.summary_article ol>li::before {
	content: counter(h2-counter) ". ";
	font-weight: 700;
}

.summary_article ol>li>ol {
	counter-reset: h3-counter;
	list-style: none;
	padding-left: 20px;
}

.summary_article ol>li>ol>li {
	counter-increment: h3-counter;
}

.summary_article ol>li>ol>li::before {
	content: counter(h2-counter) "." counter(h3-counter) ". ";
}

.summary_article .summary_title {
	position: relative;
	cursor: pointer;
	padding-right: 1.25rem;
}

.summary_article .summary_title:hover {
	cursor: pointer;
}

.summary_article .summary_title::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	width: .55rem;
	height: .55rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	transition: transform .25s ease;
	pointer-events: none;
}

.summary_article.is-open .summary_title::after {
	transform: translateY(-50%) rotate(224deg);
}

.summary_article .summary_content.animating {
	transition: height .25s ease, opacity .2s ease;
}

.error-msg {
	color: red;
	font-size: 14px;
}

input:not([type=checkbox]), textarea {
	display: flex;
	width: 422px;
	padding: 12px 16px;
	justify-content: space-between;
	align-items: center;
	border-radius: 42px;
	background: var(--Bg, #f4f8fe);
	border: none;
	font-size: 16px;
	font-weight: 500;
}

input:not([type=checkbox]).wpcf7-not-valid, textarea.wpcf7-not-valid {
	margin-bottom: 5px;
}

textarea {
	border-radius: 16px;
}

.wpcf7 input:not([type=checkbox]) {
	height: 49px;
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 17px;
	padding-left: 15px;
	padding-right: 15px;
}

.wpcf7 input:not([type=checkbox]).wpcf7-not-valid {
	margin-bottom: 5px;
}

.wpcf7 .wpcf7-not-valid-tip {
	margin-bottom: 13px;
}

.wpcf7 button {
	width: 100%;
	margin-top: 15px;
}

.wpcf7 #checkbox-accept {
	margin-top: 10px;
	margin-bottom: 11px;
}

.wpcf7 #checkbox-politique .wpcf7-not-valid-tip {
	position: absolute;
	width: 500px;
	display: none;
}

.splide__list {
	height: initial;
}

.blog-pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.blog-pagination ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin-bottom: 0;
	margin-left: -3px;
	margin-right: -3px;
}

.blog-pagination li {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 3px;
	margin-right: 3px;
	height: 27px;
	width: 28px;
	border-radius: 50%;
	transition: .3s;
}

.blog-pagination li:hover {
	color: #000;
}

.blog-pagination li.active {
	border: 1px solid #1ab4bf;
	background-color: #fff;
	color: #1ab4bf;
	font-weight: 600;
}

.blog-pagination li.next-btn, .blog-pagination li.previous-btn {
	background-color: #1ab4bf;
	color: #fff;
	font-size: 11px;
	opacity: 1;
}

.blog-pagination li.next-btn:hover, .blog-pagination li.previous-btn:hover {
	opacity: .5;
}

.delay-0-1s {
	animation-delay: .1s;
}

.delay-0-2s {
	animation-delay: .2s;
}

.delay-0-3s {
	animation-delay: .3s;
}

.delay-0-4s {
	animation-delay: .4s;
}

.delay-0-5s {
	animation-delay: .5s;
}

.delay-0-6s {
	animation-delay: .6s;
}

.delay-0-7s {
	animation-delay: .7s;
}

.delay-0-8s {
	animation-delay: .8s;
}

.delay-0-9s {
	animation-delay: .9s;
}

.padding-top-0 {
	padding-top: 0 !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

.padding-top-140 {
	padding-top: 140px !important;
}

.padding-top-150 {
	padding-top: 150px !important;
}

.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-bottom-120 {
	padding-bottom: 120px !important;
}

.padding-bottom-140 {
	padding-bottom: 140px !important;
}

.padding-bottom-150 {
	padding-bottom: 150px !important;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-120 {
	margin-top: 120px !important;
}

.margin-top-140 {
	margin-top: 140px !important;
}

.margin-top-150 {
	margin-top: 150px !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.margin-bottom-150 {
	margin-bottom: 150px !important;
}

@media only screen and (min-width:992px) {
	.padding-top-lg-0 {
		padding-top: 0 !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-top-lg-30 {
		padding-top: 30px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-top-lg-40 {
		padding-top: 40px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-top-lg-60 {
		padding-top: 60px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-top-lg-80 {
		padding-top: 80px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-top-lg-100 {
		padding-top: 100px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-top-lg-120 {
		padding-top: 120px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-top-lg-140 {
		padding-top: 140px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-top-lg-150 {
		padding-top: 150px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-bottom-lg-0 {
		padding-bottom: 0 !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-bottom-lg-30 {
		padding-bottom: 30px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-bottom-lg-40 {
		padding-bottom: 40px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-bottom-lg-60 {
		padding-bottom: 60px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-bottom-lg-80 {
		padding-bottom: 80px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-bottom-lg-100 {
		padding-bottom: 100px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-bottom-lg-120 {
		padding-bottom: 120px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-bottom-lg-140 {
		padding-bottom: 140px !important;
	}
}

@media only screen and (min-width:992px) {
	.padding-bottom-lg-150 {
		padding-bottom: 150px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-top-lg-0 {
		margin-top: 0 !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-top-lg-30 {
		margin-top: 30px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-top-lg-40 {
		margin-top: 40px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-top-lg-60 {
		margin-top: 60px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-top-lg-80 {
		margin-top: 80px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-top-lg-100 {
		margin-top: 100px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-top-lg-120 {
		margin-top: 120px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-top-lg-140 {
		margin-top: 140px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-top-lg-150 {
		margin-top: 150px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-bottom-lg-0 {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-bottom-lg-30 {
		margin-bottom: 30px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-bottom-lg-40 {
		margin-bottom: 40px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-bottom-lg-60 {
		margin-bottom: 60px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-bottom-lg-80 {
		margin-bottom: 80px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-bottom-lg-100 {
		margin-bottom: 100px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-bottom-lg-120 {
		margin-bottom: 120px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-bottom-lg-140 {
		margin-bottom: 140px !important;
	}
}

@media only screen and (min-width:992px) {
	.margin-bottom-lg-150 {
		margin-bottom: 150px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-top-m-0 {
		padding-top: 0 !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-top-m-30 {
		padding-top: 30px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-top-m-40 {
		padding-top: 40px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-top-m-60 {
		padding-top: 60px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-top-m-80 {
		padding-top: 80px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-top-m-100 {
		padding-top: 100px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-top-m-120 {
		padding-top: 120px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-top-m-140 {
		padding-top: 140px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-top-m-150 {
		padding-top: 150px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-bottom-m-0 {
		padding-bottom: 0 !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-bottom-m-30 {
		padding-bottom: 30px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-bottom-m-40 {
		padding-bottom: 40px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-bottom-m-60 {
		padding-bottom: 60px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-bottom-m-80 {
		padding-bottom: 80px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-bottom-m-100 {
		padding-bottom: 100px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-bottom-m-120 {
		padding-bottom: 120px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-bottom-m-140 {
		padding-bottom: 140px !important;
	}
}

@media only screen and (max-width:767px) {
	.padding-bottom-m-150 {
		padding-bottom: 150px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-top-m-0 {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-top-m-30 {
		margin-top: 30px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-top-m-40 {
		margin-top: 40px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-top-m-60 {
		margin-top: 60px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-top-m-80 {
		margin-top: 80px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-top-m-100 {
		margin-top: 100px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-top-m-120 {
		margin-top: 120px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-top-m-140 {
		margin-top: 140px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-top-m-150 {
		margin-top: 150px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-bottom-m-0 {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-bottom-m-30 {
		margin-bottom: 30px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-bottom-m-40 {
		margin-bottom: 40px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-bottom-m-60 {
		margin-bottom: 60px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-bottom-m-80 {
		margin-bottom: 80px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-bottom-m-100 {
		margin-bottom: 100px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-bottom-m-120 {
		margin-bottom: 120px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-bottom-m-140 {
		margin-bottom: 140px !important;
	}
}

@media only screen and (max-width:767px) {
	.margin-bottom-m-150 {
		margin-bottom: 150px !important;
	}
}

.is-bg-white {
	background-color: #fff !important;
}

.mejs-offscreen {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.mejs-container {
	background: #000;
	box-sizing: border-box;
	font-family: Helvetica, Arial, serif;
	position: relative;
	text-align: left;
	text-indent: 0;
	vertical-align: top;
}

.mejs-container * {
	box-sizing: border-box;
}

.mejs-container video::-webkit-media-controls, .mejs-container video::-webkit-media-controls-panel, .mejs-container video::-webkit-media-controls-panel-container, .mejs-container video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none !important;
}

.mejs-fill-container, .mejs-fill-container .mejs-container {
	height: 100%;
	width: 100%;
}

.mejs-fill-container {
	background: 0 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.mejs-container:focus {
	outline: 0;
}

.mejs-iframe-overlay {
	height: 100%;
	position: absolute;
	width: 100%;
}

.mejs-embed, .mejs-embed body {
	background: #000;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.mejs-fullscreen {
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
	height: 100% !important;
	width: 100% !important;
}

.mejs-background {
	left: 0;
	position: absolute;
	top: 0;
}

.mejs-mediaelement {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.mejs-poster {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

:root .mejs-poster-img {
	display: none;
}

.mejs-poster-img {
	border: 0;
	padding: 0;
}

.mejs-overlay {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
}

.mejs-layer {
	z-index: 1;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	background: url("https://cdn-ileggfi.nitrocdn.com/TWHqWrBeimsiNBPWpEiZgWtSMmEaqJLV/assets/images/optimized/rev-88b737e/www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/mejs-controls.svg") no-repeat;
	background-position: 0 -39px;
	height: 80px;
	width: 80px;
}

.mejs-overlay-button.nitro-lazy {
	background: none !important;
}

.mejs-overlay:hover>.mejs-overlay-button {
	background-position: -80px -39px;
}

.mejs-overlay-loading {
	height: 80px;
	width: 80px;
}

.mejs-overlay-loading-bg-img {
	-webkit-animation: mejs-loading-spinner 1s linear infinite;
	animation: mejs-loading-spinner 1s linear infinite;
	background: transparent url("https://cdn-ileggfi.nitrocdn.com/TWHqWrBeimsiNBPWpEiZgWtSMmEaqJLV/assets/images/optimized/rev-88b737e/www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/mejs-controls.svg") -160px -40px no-repeat;
	display: block;
	height: 80px;
	width: 80px;
	z-index: 1;
}

.mejs-overlay-loading-bg-img.nitro-lazy {
	background: none !important;
}

@-webkit-keyframes mejs-loading-spinner {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes mejs-loading-spinner {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.mejs-controls {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.mejs-button, .mejs-time, .mejs-time-rail {
	font-size: 10px;
	height: 40px;
	line-height: 10px;
	margin: 0;
	width: 32px;
}

.mejs-button>button {
	background: transparent url("https://cdn-ileggfi.nitrocdn.com/TWHqWrBeimsiNBPWpEiZgWtSMmEaqJLV/assets/images/optimized/rev-88b737e/www.neo-forma.fr/wp-content/themes/69pixl-basic/assets/dist/css/mejs-controls.svg");
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin: 10px 6px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-decoration: none;
	width: 20px;
}

.mejs-button>button.nitro-lazy {
	background: none !important;
}

.mejs-button>button:focus {
	outline: dotted 1px #999;
}

.mejs-container-keyboard-inactive [role=slider], .mejs-container-keyboard-inactive [role=slider]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus {
	outline: 0;
}

.mejs-time {
	box-sizing: content-box;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	height: 24px;
	overflow: hidden;
	padding: 16px 6px 0;
	text-align: center;
	width: auto;
}

.mejs-play>button {
	background-position: 0 0;
}

.mejs-pause>button {
	background-position: -20px 0;
}

.mejs-replay>button {
	background-position: -160px 0;
}

.mejs-time-rail {
	direction: ltr;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 40px;
	margin: 0 10px;
	padding-top: 10px;
	position: relative;
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	height: 10px;
	position: absolute;
}

.mejs-time-total {
	background: rgba(255, 255, 255, .3);
	margin: 5px 0 0;
	width: 100%;
}

.mejs-time-buffering {
	-webkit-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
	background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
	background: linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
	background-size: 15px 15px;
	width: 100%;
}

@-webkit-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	
	to {
		background-position: 30px 0;
	}
}

@keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	
	to {
		background-position: 30px 0;
	}
}

.mejs-time-loaded {
	background: rgba(255, 255, 255, .3);
}

.mejs-time-current, .mejs-time-handle-content {
	background: rgba(255, 255, 255, .9);
}

.mejs-time-hovered {
	background: rgba(255, 255, 255, .5);
	z-index: 10;
}

.mejs-time-hovered.negative {
	background: rgba(0, 0, 0, .2);
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded {
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: .15s ease-in all;
	transition: .15s ease-in all;
	width: 100%;
}

.mejs-time-buffering {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.mejs-time-hovered {
	-webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
	transition: height .1s cubic-bezier(.44, 0, 1, 1);
}

.mejs-time-hovered.no-hover {
	-webkit-transform: scaleX(0) !important;
	-ms-transform: scaleX(0) !important;
	transform: scaleX(0) !important;
}

.mejs-time-handle, .mejs-time-handle-content {
	border: 4px solid transparent;
	cursor: pointer;
	left: 0;
	position: absolute;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 11;
}

.mejs-time-handle-content {
	border: 4px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	height: 10px;
	left: -7px;
	top: -4px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px;
}

.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mejs-time-float {
	background: #eee;
	border: solid 1px #333;
	bottom: 100%;
	color: #111;
	display: none;
	height: 17px;
	margin-bottom: 9px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 36px;
}

.mejs-time-float-current {
	display: block;
	left: 0;
	margin: 2px;
	text-align: center;
	width: 30px;
}

.mejs-time-float-corner {
	border: solid 5px #eee;
	border-color: #eee transparent transparent;
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	line-height: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.mejs-long-video .mejs-time-float {
	margin-left: -23px;
	width: 64px;
}

.mejs-long-video .mejs-time-float-current {
	width: 60px;
}

.mejs-broadcast {
	color: #fff;
	height: 10px;
	position: absolute;
	top: 15px;
	width: 100%;
}

.mejs-fullscreen-button>button {
	background-position: -80px 0;
}

.mejs-unfullscreen>button {
	background-position: -100px 0;
}

.mejs-mute>button {
	background-position: -60px 0;
}

.mejs-unmute>button {
	background-position: -40px 0;
}

.mejs-volume-button {
	position: relative;
}

.mejs-volume-button>.mejs-volume-slider {
	-webkit-backface-visibility: hidden;
	background: rgba(50, 50, 50, .7);
	border-radius: 0;
	bottom: 100%;
	display: none;
	height: 115px;
	left: 50%;
	margin: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 25px;
	z-index: 1;
}

.mejs-volume-button:hover {
	border-radius: 0 0 4px 4px;
}

.mejs-volume-total {
	background: rgba(255, 255, 255, .5);
	height: 100px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 8px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
}

.mejs-volume-current {
	background: rgba(255, 255, 255, .9);
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

.mejs-volume-handle {
	background: rgba(255, 255, 255, .9);
	border-radius: 1px;
	cursor: ns-resize;
	height: 6px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 16px;
}

.mejs-horizontal-volume-slider {
	display: block;
	height: 36px;
	position: relative;
	vertical-align: middle;
	width: 56px;
}

.mejs-horizontal-volume-total {
	background: rgba(50, 50, 50, .8);
	border-radius: 2px;
	font-size: 1px;
	height: 8px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	width: 50px;
}

.mejs-horizontal-volume-current {
	background: rgba(255, 255, 255, .8);
	border-radius: 2px;
	font-size: 1px;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mejs-horizontal-volume-handle {
	display: none;
}

.mejs-captions-button, .mejs-chapters-button {
	position: relative;
}

.mejs-captions-button>button {
	background-position: -140px 0;
}

.mejs-chapters-button>button {
	background-position: -180px 0;
}

.mejs-captions-button>.mejs-captions-selector, .mejs-chapters-button>.mejs-chapters-selector {
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	border-radius: 0;
	bottom: 100%;
	margin-right: -43px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 50%;
	visibility: visible;
	width: 86px;
}

.mejs-chapters-button>.mejs-chapters-selector {
	margin-right: -55px;
	width: 110px;
}

.mejs-captions-selector-list, .mejs-chapters-selector-list {
	list-style-type: none !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.mejs-captions-selector-list-item, .mejs-chapters-selector-list-item {
	color: #fff;
	cursor: pointer;
	display: block;
	list-style-type: none !important;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0;
}

.mejs-captions-selector-list-item:hover, .mejs-chapters-selector-list-item:hover {
	background-color: #c8c8c8 !important;
	background-color: rgba(255, 255, 255, .4) !important;
}

.mejs-captions-selector-input, .mejs-chapters-selector-input {
	clear: both;
	float: left;
	left: -1000px;
	margin: 3px 3px 0 5px;
	position: absolute;
}

.mejs-captions-selector-label, .mejs-chapters-selector-label {
	cursor: pointer;
	float: left;
	font-size: 10px;
	line-height: 15px;
	padding: 4px 10px 0;
	width: 100%;
}

.mejs-captions-selected, .mejs-chapters-selected {
	color: #21f8f8;
}

.mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px;
}

.mejs-captions-layer {
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
}

.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: 400;
}

.mejs-captions-position {
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 100%;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text, .mejs-captions-text * {
	background: rgba(20, 20, 20, .5);
	box-shadow: 5px 0 0 rgba(20, 20, 20, .5), -5px 0 0 rgba(20, 20, 20, .5);
	padding: 0;
	white-space: pre-wrap;
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
	display: none;
}

.mejs-overlay-error {
	position: relative;
}

.mejs-overlay-error>img {
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.mejs-cannotplay, .mejs-cannotplay a {
	color: #fff;
	font-size: .8em;
}

.mejs-cannotplay {
	position: relative;
}

.mejs-cannotplay a, .mejs-cannotplay p {
	display: inline-block;
	padding: 0 15px;
	width: 100%;
}

@media only screen and (min-width:992px) {
	#section-testimonies .section__img {
		max-height: 450px;
	}
}

.breadcrumb__list {
	display: none;
	gap: 8px;
}

@media only screen and (min-width:992px) {
	.breadcrumb__list {
		display: flex;
	}
}

.breadcrumb__list .breadcrumb__item {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.breadcrumb__list .breadcrumb__item:not(:last-child):after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBmaWxsPSIjZmZmIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzE3LjMgMjU2bC0yMi42IDIyLjYtMTkyIDE5Mkw4MCA0OTMuMyAzNC43IDQ0OGwyMi42LTIyLjZMMjI2LjcgMjU2IDU3LjQgODYuNiAzNC43IDY0IDgwIDE4LjdsMjIuNiAyMi42IDE5MiAxOTJMMzE3LjMgMjU2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: center;
	width: 12px;
	height: 12px;
	display: block;
}

.breadcrumb__list .breadcrumb__item.breadcrumb__item--active .breadcrumb__text {
	font-weight: 800;
}

.breadcrumb__list .breadcrumb__text {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.card--primary {
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	height: 100%;
	transition: box-shadow .2s ease-in-out;
}

.card--primary:after {
	content: "";
	background: linear-gradient(0deg, #fff 0, #fff 57.81%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: opacity .2s ease-in-out;
	pointer-events: none;
}

.card--primary:hover {
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
}

.card--primary:hover:after {
	opacity: 1;
}

.card--primary .card__img-wrapper {
	width: 100%;
	height: 150px;
	min-height: 150px;
}

.card--primary .card__img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card--primary .card__img {
	width: 100%;
	height: 100%;
}

.card--primary .card__content {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px 20px 24px 20px;
	z-index: 1;
}

.card--primary .card__title {
	color: #000;
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
	margin: 0;
}

.card--primary .card__footer {
	border-top: 1px solid #f4f8fe;
	padding-top: 16px;
	margin-top: auto;
}

.card--primary .card__info__list {
	display: flex;
	flex-direction: column;
	column-gap: 24px;
	row-gap: 5px;
}

.card--primary .card_info__item {
	display: flex;
	align-items: baseline;
	column-gap: 6px;
}

.card--primary .card_info__item svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	top: 4px;
	position: relative;
}

.card--primary .card__info__item__text {
	color: #72757a;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.tag__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 8px;
}

.tag {
	background: #1a8bcb;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .3px;
	border-radius: 12px;
	padding: 4px 8px;
}

.tag.tag--blue {
	background: #1a8bcb;
	color: #fff;
}

.tag.tag--yellow {
	background: #f7d440;
	color: #000;
}

.tag.tag--blue-sky {
	background: #b5e0f6;
	color: #000;
}

.tag.tag--red {
	background: #ea8473;
	color: #000;
}

.tag.tag--green {
	background: #a3c86a;
	color: #000;
}

.tag.tag--pink {
	background: #e59a9e;
	color: #000;
}

.tag.tag--purple-pink {
	background: #ceaecf;
	color: #000;
}

.tag.tag--purple-blue {
	background: #93a9d7;
	color: #000;
}

.tag.tag--article {
	background: #d1e8f5;
	color: #1a8bcb;
}

.tag.tag-category {
	color: #000;
}

.formation__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 160px;
	border-radius: 16px;
	padding: 20px 24px;
	overflow: hidden;
}

@media only screen and (min-width:992px) {
	.formation__card {
		height: 240px;
	}
}

.formation__card:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .32) 53.16%, rgba(0, 0, 0, .7) 93.63%, rgba(0, 0, 0, .8) 115.98%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.formation__card.show .formation__card__content {
	margin-top: 4px;
}

.formation__card .formation__card__title {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.formation__card .formation__card__title {
		font-size: 20px;
		font-weight: 700;
	}
}

.formation__card .formation__card__content {
	display: flex;
	flex-direction: column;
	z-index: 1;
	opacity: 0;
	height: 0;
	margin-top: 4px;
}

.formation__card .formation__card__description {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.formation__card .formation__card__arrow {
	margin-top: 12px;
	margin-left: auto;
	flex-shrink: 0;
}

.formation__card .formation__card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.formation__card .formation__card__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.article__card {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	border-radius: 8px 8px 16px 16px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow .2s ease-in-out;
}

.article__card.article__card--large {
	height: max-content;
}

@media only screen and (min-width:992px) {
	.article__card.article__card--large {
		flex-direction: row;
	}
}

.article__card.article__card--large .article__card__img-wrapper {
	width: 100%;
	min-height: 180px;
	max-height: 180px;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

@media only screen and (min-width:992px) {
	.article__card.article__card--large .article__card__img-wrapper {
		min-height: 340px;
		max-height: 340px;
		width: 485px;
	}
}

.article__card.article__card--large .article__card__body {
	height: initial;
	justify-content: center;
	padding: 16px 32px;
}

.article__card.article__card--large .article__card__title {
	margin-bottom: 8px;
}

.article__card.article__card--large .article__card__description {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.article__card.article__card--large .article__card__description {
		font-size: 16px;
	}
}

.article__card.article__card--large .article__card__circle--desktop {
	right: -32px !important;
}

.article__card:hover {
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
}

.article__card:hover .article__card__circle, .article__card:hover .article__card__circle--desktop {
	opacity: 0;
}

.article__card:hover .article__card__arrow, .article__card:hover .article__card__arrow--desktop {
	opacity: 1 !important;
}

.article__card .article__card__img-wrapper {
	position: relative;
	width: 100%;
	height: 180px;
	flex-shrink: 0;
}

.article__card .article__card__img-wrapper:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .32) 53.16%, rgba(0, 0, 0, .7) 93.63%, rgba(0, 0, 0, .8) 115.98%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article__card .article__card__img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.article__card .article__card__img-wrapper .article__card__circle {
	position: absolute;
	right: 0;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.article__card .article__card__img-wrapper .article__card__arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	transition: opacity .2s ease-in-out;
}

.article__card .article__card__img-wrapper .article__card__circle--desktop, .article__card .article__card__img-wrapper .article__card__circle--mobile {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.article__card .article__card__img-wrapper .article__card__arrow--desktop, .article__card .article__card__img-wrapper .article__card__arrow--mobile {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	.article__card .article__card__img-wrapper .article__card__circle--mobile {
		display: none;
	}
}

@media only screen and (min-width:992px) {
	.article__card .article__card__img-wrapper .article__card__arrow--mobile {
		display: none;
	}
}

.article__card .article__card__img-wrapper .article__card__arrow--desktop, .article__card .article__card__img-wrapper .article__card__circle--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.article__card .article__card__img-wrapper .article__card__arrow--desktop, .article__card .article__card__img-wrapper .article__card__circle--desktop {
		display: block;
	}
}

.article__card .tag {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
}

.article__card .article__card__body {
	display: flex;
	flex-direction: column;
	padding: 16px 20px 24px 20px;
	height: 100%;
}

.article__card .article__card__title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.article__card .article__card__date {
	color: #72757a;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.blog__card {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.blog__card {
		flex-direction: row;
	}
}

.blog__card:hover .article__card__circle {
	opacity: 0;
}

.blog__card:hover .article__card__arrow {
	opacity: 1 !important;
}

.blog__card .blog__card__img-wrapper {
	width: 282px;
	height: 253px;
	max-width: 100%;
	margin-right: 17px;
	position: relative;
}

@media only screen and (min-width:992px) {
	.blog__card .blog__card__img-wrapper {
		margin-bottom: 24px;
		margin-right: 0;
	}
}

.blog__card .blog__card__img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog__card .blog__card__img-wrapper .article__card__circle {
	position: absolute;
	right: 32px;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.blog__card .blog__card__img-wrapper .article__card__arrow {
	position: absolute;
	right: 32px;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity .2s ease-in-out;
}

.blog__card .tag__list {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 40px;
	width: fit-content;
}

.blog__card .blog__card__date {
	color: rgba(0, 0, 0, .5);
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.blog__card .blog__card__title {
	color: #000;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.blog__card .blog__card__title {
		font-size: 24px;
	}
}

.blog__card .blog__card__body {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 282px;
	background: #fff;
	display: flex;
	padding: 24px 16px;
	flex-direction: column;
	gap: 12px;
	margin-left: auto;
	margin-top: -46px;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.blog__card .blog__card__body {
		height: auto;
		max-width: 440px;
		margin-top: 24px;
		padding: 24px 32px;
		margin-left: -32px;
	}
}

.blog__card .blog__card__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	overflow-y: auto;
}

@media only screen and (min-width:992px) {
	.blog__card .blog__card__description {
		font-size: 16px;
	}
}

.splide .testimony__card {
	position: relative;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 40px 32px 24px 32px;
	height: 100%;
	width: 100%;
}

@media only screen and (min-width:1200px) {
	.splide .testimony__card {
		width: 586px;
		padding: 40px 40px 0 40px;
	}
}

.splide .testimony__card .testimony__card__content {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	height: 100%;
	overflow-y: auto;
}

.splide .testimony__card .testimony__card__content::-webkit-scrollbar {
	width: 3px;
}

.splide .testimony__card .testimony__card__content::-webkit-scrollbar-track {
	background: 0 0;
}

.splide .testimony__card .testimony__card__content::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}

.splide .testimony__card .testimony__card__content::-webkit-scrollbar-thumb:hover {
	background: #b0b0b0;
}

.splide .testimony__card svg {
	position: absolute;
	top: -35px;
	right: 0;
	transition: opacity .2s ease-in-out;
}

.splide .testimony__card .testimony__card__description {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.splide .testimony__card .testimony__card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #f4f8fe;
	margin-top: auto;
	padding-top: 10px;
}

@media only screen and (min-width:1200px) {
	.splide .testimony__card .testimony__card__footer {
		padding-bottom: 18px;
	}
}

.splide .testimony__card .testimony__card__author {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}

.splide .testimony__card .testimony__card__name {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.splide .testimony__card .testimony__card__job {
	color: #72757a;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.splide .testimony__card img {
	display: none;
	max-width: 100%;
	height: 42px;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	.splide .testimony__card img {
		display: block;
	}
}

.button--primary {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0;
	border-radius: 40px;
	background: var(--Turquoise-gradient, linear-gradient(93deg, #1ab4bf 0, #1a8bcd 104.17%));
	padding: 12px 34px;
	width: max-content;
	height: max-content;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out;
}

.button--primary:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDM5OTkgMTAuNzg0N0M1LjE4MzU0IDExLjExIDUuMjM5MzQgMTEuNTgxNiA1LjU2NDYyIDExLjgzOEM1Ljg4OTkgMTIuMDk0NSA2LjM2MTQ4IDEyLjAzODcgNi42MTc5MyAxMS43MTM0TDEwLjg0MDcgNi4zNTcyNEMxMS4wNTg4IDYuMDgwNTIgMTEuMDU0OSA1LjY4OTIzIDEwLjgzMTMgNS40MTY5MUw2LjYwODU2IDAuMjc1MDA4QzYuMzQ1NjcgLTAuMDQ1MDk0NCA1Ljg3MzA3IC0wLjA5MTQ4MTEgNS41NTI5NyAwLjE3MTQwMUM1LjIzMjg3IDAuNDM0MjgzIDUuMTg2NDggMC45MDY4ODYgNS40NDkzNiAxLjIyNjk5TDguNzUyODUgNS4yNDk1NEwwLjc0OTk5NyA1LjI0OTU0QzAuMzM1NzgzIDUuMjQ5NTQgLTMuMTA1MTJlLTA2IDUuNTg1MzMgLTMuMTIzMjNlLTA2IDUuOTk5NTRDLTMuMTQxMzNlLTA2IDYuNDEzNzUgMC4zMzU3ODMgNi43NDk1NCAwLjc0OTk5NyA2Ljc0OTU0TDguNjIxMjkgNi43NDk1NEw1LjQzOTk5IDEwLjc4NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.button--primary:hover {
	background: linear-gradient(93deg, #1ab4bf -74.61%, #1a8bcd 185.51%);
	column-gap: 8px;
	padding: 12px 30px;
}

.button--primary:hover:after {
	opacity: 1;
}

.button--primary .button__text {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--download {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	border-radius: 40px;
	background: linear-gradient(93deg, #1ab4bf 0, #1a8bcd 290.46%);
	padding: 12px 34px;
	width: max-content;
	height: max-content;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out;
}

.button--download:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InRhYmxlcjpkb3dubG9hZCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0zLjgzMzUgMTQuMTY2NlYxNS44MzMzQzMuODMzNSAxNi4yNzUzIDQuMDA5MDkgMTYuNjk5MiA0LjMyMTY1IDE3LjAxMThDNC42MzQyMSAxNy4zMjQzIDUuMDU4MTQgMTcuNDk5OSA1LjUwMDE2IDE3LjQ5OTlIMTUuNTAwMkMxNS45NDIyIDE3LjQ5OTkgMTYuMzY2MSAxNy4zMjQzIDE2LjY3ODcgMTcuMDExOEMxNi45OTEyIDE2LjY5OTIgMTcuMTY2OCAxNi4yNzUzIDE3LjE2NjggMTUuODMzM1YxNC4xNjY2TTYuMzMzNSA5LjE2NjU5TDEwLjUwMDIgMTMuMzMzM00xMC41MDAyIDEzLjMzMzNMMTQuNjY2OCA5LjE2NjU5TTEwLjUwMDIgMTMuMzMzM1YzLjMzMzI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=");
}

.button--download:hover {
	background: linear-gradient(93deg, #1ab4bf -74.61%, #1a8bcd 185.51%);
}

.button--download .button__text {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--white {
	display: flex;
	align-items: center;
	column-gap: 0;
	border-radius: 40px;
	background: #fff;
	padding: 12px 34px;
	width: max-content;
	max-width: 100%;
	cursor: pointer;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out, background .2s ease-in-out;
}

.button--white:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDM5OTkgMTAuNzg0N0M1LjE4MzU0IDExLjExIDUuMjM5MzQgMTEuNTgxNiA1LjU2NDYyIDExLjgzOEM1Ljg4OTkgMTIuMDk0NSA2LjM2MTQ4IDEyLjAzODcgNi42MTc5MyAxMS43MTM0TDEwLjg0MDcgNi4zNTcyNEMxMS4wNTg4IDYuMDgwNTIgMTEuMDU0OSA1LjY4OTIzIDEwLjgzMTMgNS40MTY5MUw2LjYwODU2IDAuMjc1MDA4QzYuMzQ1NjcgLTAuMDQ1MDk0NCA1Ljg3MzA3IC0wLjA5MTQ4MTEgNS41NTI5NyAwLjE3MTQwMUM1LjIzMjg3IDAuNDM0MjgzIDUuMTg2NDggMC45MDY4ODYgNS40NDkzNiAxLjIyNjk5TDguNzUyODUgNS4yNDk1NEwwLjc0OTk5NyA1LjI0OTU0QzAuMzM1NzgzIDUuMjQ5NTQgLTMuMTA1MTJlLTA2IDUuNTg1MzMgLTMuMTIzMjNlLTA2IDUuOTk5NTRDLTMuMTQxMzNlLTA2IDYuNDEzNzUgMC4zMzU3ODMgNi43NDk1NCAwLjc0OTk5NyA2Ljc0OTU0TDguNjIxMjkgNi43NDk1NEw1LjQzOTk5IDEwLjc4NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.button--white:hover {
	background: linear-gradient(94deg, #1ab4bf -70.45%, #1a8bcd 114.02%);
	column-gap: 8px;
	padding: 12px 30px;
}

.button--white:hover .button__text {
	color: #fff;
}

.button--white:hover:after {
	opacity: 1;
}

.button--white.button--bordered {
	border: 1px solid #1ab4bf;
}

.button--white .button__text {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--white.arrow-down {
	column-gap: 16px;
	padding: 12px 30px;
}

.button--white.arrow-down:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTAuMzQ1MjAxIDEwLjEwMzlDMC4zNDUyMDEgMTAuMTAzOSA0LjA5OTU4IDEzLjg1NTcgNS41NjEzMiAxNS4zMTY3QzUuNjgzIDE1LjQzOTIgNS44NDMwMSAxNS41IDYuMDAzMDIgMTUuNUM2LjE2MzAyIDE1LjUgNi4zMjMwMyAxNS40MzkyIDYuNDQ0NzEgMTUuMzE2N0M3LjkwNjQ1IDEzLjg1NjYgMTEuNjUyNSAxMC4xMTMgMTEuNjUyNSAxMC4xMTNDMTEuNzcyNSA5Ljk5MzAzIDExLjgzMjUgOS44MzQ2OSAxMS44MzMzIDkuNjc3MThDMTEuODMzMyA5LjUxNjMzIDExLjc3MTcgOS4zNTU0OSAxMS42NDkyIDkuMjMyMTVDMTEuNDA1IDguOTg3OTcgMTEuMDEwOCA4Ljk4NzE0IDEwLjc2ODMgOS4yMjg4Mkw2LjYyODA1IDEzLjM2OVYxLjEyNTAzQzYuNjI4MDUgMC43ODAwMTYgNi4zNDgwMyAwLjUgNi4wMDMwMiAwLjVDNS42NTggMC41IDUuMzc3OTggMC43ODAwMTYgNS4zNzc5OCAxLjEyNTAzVjEzLjM2OUwxLjIyODU4IDkuMjIwNDhDMC45ODc3MzYgOC45Nzk2NCAwLjU5NDM4MSA4Ljk4MTMxIDAuMzUwMjAxIDkuMjI1NDhDMC4yMjY4NiA5LjM0ODgzIDAuMTY1MTkxIDkuNTA5NjcgMC4xNjYwMjQgOS42NzA1MUMwLjE2NjAyNCA5LjgyODAyIDAuMjI1MTk0IDkuOTg0NjkgMC4zNDUyMDEgMTAuMTAzOVoiIGZpbGw9IiMxQUI0QkYiLz4KPC9zdmc+Cg==");
	opacity: 1;
	line-height: 0;
}

.button--transparent {
	display: flex;
	align-items: center;
	column-gap: 0;
	border-radius: 40px;
	background: 0 0;
	border: 2px solid #fff;
	padding: 12px 34px;
	width: max-content;
	max-width: 100%;
	cursor: pointer;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out, background .2s ease-in-out;
}

.button--transparent:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMDE1MjEgMTAuNzU2M0M1Ljc0MzE5IDExLjA2ODYgNS43NzU4OSAxMS41NDI0IDYuMDg4MjYgMTEuODE0NEM2LjQwMDYzIDEyLjA4NjQgNi44NzQzNyAxMi4wNTM3IDcuMTQ2NCAxMS43NDE0TDExLjgxMDcgNi4zODUzMkMxMi4wNjA0IDYuMDk4NjIgMTIuMDU2IDUuNjcwNDUgMTEuODAwNiA1LjM4ODg3TDcuMTM2MyAwLjI0NzA3M0M2Ljg1OCAtMC4wNTk3MTg3IDYuMzgzNjkgLTAuMDgyODE0OCA2LjA3NjkgMC4xOTU0ODdDNS43NzAxMSAwLjQ3Mzc5IDUuNzQ3MDEgMC45NDgxIDYuMDI1MzEgMS4yNTQ4OUw5LjY0ODYgNS4yNDkxTDAuNzQ5OTg2IDUuMjQ5MUMwLjMzNTc3MiA1LjI0OTEgLTEuMzU5NTVlLTA1IDUuNTg0ODkgLTEuMzYxMzZlLTA1IDUuOTk5MUMtMS4zNjMxN2UtMDUgNi40MTMzMSAwLjMzNTc3MiA2Ljc0OTEgMC43NDk5ODYgNi43NDkxTDkuNTA0ODYgNi43NDkxTDYuMDE1MjEgMTAuNzU2M1oiIGZpbGw9IiMxQThCQ0IiLz4KPC9zdmc+Cg==");
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.button--transparent:hover {
	background: #fff;
	column-gap: 8px;
	padding: 12px 30px;
}

.button--transparent:hover .button__text {
	color: #1a8bcb;
}

.button--transparent:hover:after {
	opacity: 1;
}

.button--transparent .button__text {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--simple {
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out;
}

.button--simple:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDM4MjggMTAuNzg0N0M1LjE4MTgzIDExLjExIDUuMjM3NjMgMTEuNTgxNiA1LjU2MjkxIDExLjgzOEM1Ljg4ODE5IDEyLjA5NDUgNi4zNTk3NyAxMi4wMzg3IDYuNjE2MjIgMTEuNzEzNEwxMC44MzkgNi4zNTcyNEMxMS4wNTcxIDYuMDgwNTIgMTEuMDUzMiA1LjY4OTIzIDEwLjgyOTYgNS40MTY5MUw2LjYwNjg1IDAuMjc1MDA4QzYuMzQzOTcgLTAuMDQ1MDk0NCA1Ljg3MTM2IC0wLjA5MTQ4MTEgNS41NTEyNiAwLjE3MTQwMUM1LjIzMTE2IDAuNDM0MjgzIDUuMTg0NzcgMC45MDY4ODYgNS40NDc2NSAxLjIyNjk5TDguNzUxMTQgNS4yNDk1NEwwLjc0ODI4OCA1LjI0OTU0QzAuMzM0MDc0IDUuMjQ5NTQgLTAuMDAxNzEyMDkgNS41ODUzMyAtMC4wMDE3MTIxMSA1Ljk5OTU0Qy0wLjAwMTcxMjEzIDYuNDEzNzUgMC4zMzQwNzQgNi43NDk1NCAwLjc0ODI4OCA2Ljc0OTU0TDguNjE5NTggNi43NDk1NEw1LjQzODI4IDEwLjc4NDdaIiBmaWxsPSIjMUFCNEJGIi8+Cjwvc3ZnPgo=");
}

.button--simple:hover {
	column-gap: 16px;
}

.button--simple .button__text {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--simple-white {
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out;
}

.button--simple-white:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDQwMjMgMTEuMjg0N0M1LjE4Mzc4IDExLjYxIDUuMjM5NTggMTIuMDgxNiA1LjU2NDg2IDEyLjMzOEM1Ljg5MDE0IDEyLjU5NDUgNi4zNjE3MyAxMi41Mzg3IDYuNjE4MTcgMTIuMjEzNEwxMC44NDA5IDYuODU3MjRDMTEuMDU5MSA2LjU4MDUyIDExLjA1NTIgNi4xODkyMyAxMC44MzE2IDUuOTE2OTFMNi42MDg4IDAuNzc1MDA4QzYuMzQ1OTIgMC40NTQ5MDYgNS44NzMzMiAwLjQwODUxOSA1LjU1MzIxIDAuNjcxNDAxQzUuMjMzMTEgMC45MzQyODMgNS4xODY3MiAxLjQwNjg5IDUuNDQ5NjEgMS43MjY5OUw4Ljc1MzEgNS43NDk1NEwwLjc1MDI0MSA1Ljc0OTU0QzAuMzM2MDI3IDUuNzQ5NTQgMC4wMDAyNDEwMzYgNi4wODUzMyAwLjAwMDI0MTAxNyA2LjQ5OTU0QzAuMDAwMjQwOTk5IDYuOTEzNzUgMC4zMzYwMjcgNy4yNDk1NCAwLjc1MDI0MSA3LjI0OTU0TDguNjIxNTMgNy4yNDk1NEw1LjQ0MDIzIDExLjI4NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}

.button--simple-white:hover {
	column-gap: 16px;
}

.button--simple-white .button__text {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.button--simple-black {
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
	transition: column-gap .2s ease-in-out;
}

.button--simple-black:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDQwMjMgMTAuNzg0N0M1LjE4Mzc4IDExLjExIDUuMjM5NTggMTEuNTgxNiA1LjU2NDg2IDExLjgzOEM1Ljg5MDE0IDEyLjA5NDUgNi4zNjE3MyAxMi4wMzg3IDYuNjE4MTcgMTEuNzEzNEwxMC44NDA5IDYuMzU3MjRDMTEuMDU5MSA2LjA4MDUyIDExLjA1NTIgNS42ODkyMyAxMC44MzE2IDUuNDE2OTFMNi42MDg4IDAuMjc1MDA4QzYuMzQ1OTIgLTAuMDQ1MDk0NCA1Ljg3MzMyIC0wLjA5MTQ4MTEgNS41NTMyMSAwLjE3MTQwMUM1LjIzMzExIDAuNDM0MjgzIDUuMTg2NzIgMC45MDY4ODYgNS40NDk2MSAxLjIyNjk5TDguNzUzMSA1LjI0OTU0TDAuNzUwMjQxIDUuMjQ5NTRDMC4zMzYwMjcgNS4yNDk1NCAwLjAwMDI0MTAzNiA1LjU4NTMzIDAuMDAwMjQxMDE3IDUuOTk5NTRDMC4wMDAyNDA5OTkgNi40MTM3NSAwLjMzNjAyNyA2Ljc0OTU0IDAuNzUwMjQxIDYuNzQ5NTRMOC42MjE1MyA2Ljc0OTU0TDUuNDQwMjMgMTAuNzg0N1oiIGZpbGw9IiMyMzI1MjUiLz4KPC9zdmc+Cg==");
}

.button--simple-black:hover {
	column-gap: 16px;
}

.button--simple-black .button__text {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (min-width:992px) {
	.faq__list {
		max-width: 996px;
		margin-left: auto;
		margin-right: auto;
	}
}

.faq__list .faq__item.show .faq__card {
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
}

.faq__list .faq__item.show .faq__btn {
	transform: rotate(180deg);
}

.faq__list .faq__item.show .faq__content {
	opacity: 1;
	margin-top: 4px;
}

.faq__list .faq__item:not(.show) .faq__description {
	pointer-events: none;
}

.faq__list .faq__card {
	background: #fff;
	padding: 24px;
	transition: box-shadow .2s ease-in-out;
}

.faq__list .faq__head {
	display: flex;
	justify-content: space-between;
	column-gap: 16px;
	cursor: pointer;
}

@media only screen and (min-width:992px) {
	.faq__list .faq__head {
		column-gap: 58px;
	}
}

.faq__list .faq__title {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	margin: 0;
}

@media only screen and (min-width:992px) {
	.faq__list .faq__title {
		font-size: 24px;
	}
}

.faq__list .faq__btn {
	align-self: flex-start;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	transition: transform .2s ease-in-out;
}

.faq__list .faq__btn:focus, .faq__list .faq__btn:focus-visible {
	outline: 0;
}

.faq__list .faq__content {
	opacity: 0;
	height: 0;
	padding-left: 16px;
	transition: margin-top .2s ease-in-out;
}

.faq__list .faq__description {
	color: #72757a;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.faq__list .faq__description {
		max-width: 855px;
	}
}

.faq__list .faq__description p {
	color: #72757a;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.faq__list .faq__description p:not(:last-child) {
	margin-bottom: 20px;
}

.faq__list .faq__description ul {
	list-style: initial;
	padding-left: 20px;
}

.faq__list .faq__description ul:not(:last-child) {
	margin-bottom: 20px;
}

.select--custom {
	position: relative;
	width: 100%;
}

.select--custom:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Imljb25hbW9vbjpzZWFyY2giPgo8cGF0aCBpZD0iVmVjdG9yIDciIGQ9Ik0zIDVMOCAxMEwxMyA1IiBzdHJva2U9IiMxQThCQ0IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
}

.select--custom select {
	appearance: none;
	display: flex;
	padding: 12px 16px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-radius: 42px;
	background: var(--Bg, #f4f8fe);
	border: none;
	width: 100%;
	color: var(--Gray, #72757a);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-dropdown {
	position: relative;
	width: 100%;
	z-index: 1000;
}

.custom-dropdown.show .custom-dropdown__list {
	opacity: 1;
	pointer-events: initial;
}

.custom-dropdown.show .custom-dropdown__selector:after {
	transform: translateY(-50%) rotate(180deg);
}

.custom-dropdown .custom-dropdown__selector {
	position: relative;
	display: flex;
	padding: 13px 16px;
	justify-content: space-between;
	align-items: center;
	border-radius: 42px;
	background: var(--Bg, #f4f8fe);
	border: none;
	width: 100%;
	min-height: 48px;
	cursor: pointer;
	color: var(--Gray, #72757a);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-dropdown .custom-dropdown__selector:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Imljb25hbW9vbjpzZWFyY2giPgo8cGF0aCBpZD0iVmVjdG9yIDciIGQ9Ik0zIDVMOCAxMEwxMyA1IiBzdHJva2U9IiMxQThCQ0IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	line-height: 0;
	transition: transform .2s ease-in-out;
}

.custom-dropdown .custom-dropdown__list {
	opacity: 0;
	display: flex;
	width: 100%;
	height: max-content;
	position: absolute;
	top: 58px;
	left: 0;
	padding: 16px;
	flex-direction: column;
	gap: 12px;
	border-radius: 8px;
	background: var(--Bg, #f4f8fe);
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
	pointer-events: none;
	transition: opacity .2s ease-in-out;
}

.custom-dropdown .custom-dropdown__item {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
}

.custom-dropdown .custom-dropdown__item.selected {
	color: var(--Brand-colors-Blue, #1a8bcb);
	font-weight: 700;
}

.custom-dropdown .custom-dropdown__item:hover {
	color: var(--Brand-colors-Blue, #1a8bcb);
}

strong {
	font-weight: 800;
}

#section-header {
	background: #14b5c0;
	padding-top: 30px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	#section-header {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}

#section-header .row-header {
	gap: 30px;
}

@media only screen and (min-width:992px) {
	#section-header .row-header {
		gap: 0;
	}
}

#section-header .title-up {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

@media only screen and (min-width:992px) {
	#section-header .title-up {
		font-size: 14px;
	}
}

#section-header .title-h {
	color: #fff;
	margin-top: 30px;
}

@media only screen and (min-width:992px) {
	#section-header .title-h {
		margin-top: 50px;
		font-size: 40px;
		font-weight: 700;
		line-height: 52px;
	}
}

#section-header .description {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

@media only screen and (min-width:992px) {
	#section-header .description {
		font-size: 20px;
	}
}

#section-header .image img, #section-header .image picture {
	border-radius: 20px;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	#section-header .image img, #section-header .image picture {
		border-radius: 50px;
		max-width: 450px;
	}
}

#section-sante-securite {
	padding: 50px 0;
}

@media only screen and (min-width:992px) {
	#section-sante-securite {
		padding: 60px 0;
	}
}

#section-sante-securite .row-body {
	flex-direction: column-reverse;
}

@media only screen and (min-width:992px) {
	#section-sante-securite .row-body {
		flex-direction: row;
		margin-top: 30px;
	}
}

#section-sante-securite .title-h {
	color: #14b5c0;
	font-size: 25px;
}

@media only screen and (min-width:992px) {
	#section-sante-securite .title-h {
		font-size: 30px;
		line-height: normal;
		text-align: center;
	}
}

#section-sante-securite .image img {
	max-height: 230px;
	object-fit: contain;
}

#section-sante-securite .info .description {
	padding-bottom: 10px;
}

@media only screen and (min-width:992px) {
	#section-sante-securite .info .description {
		padding-top: 20px;
		padding-bottom: 0;
	}
}

#section-landing-cta {
	background: #ffd277;
	padding: 50px 0;
}

@media only screen and (min-width:992px) {
	#section-landing-cta {
		padding: 40px 0;
	}
}

#section-landing-cta .section__body {
	flex-direction: column;
}

#section-landing-cta .image img {
	position: absolute;
}

@media only screen and (min-width:992px) {
	#section-landing-cta .image img {
		left: 0;
		top: 10px;
		width: 220px;
		height: 281px;
	}
}

#section-landing-cta .content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#section-landing-cta .content .main_title .title-m {
	color: #04395b;
	font-size: 34px;
	font-weight: 800;
	line-height: normal;
	text-align: center;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	#section-landing-cta .content .main_title .title-m {
		font-size: 40px;
		text-align: left;
	}
}

#section-landing-cta .content .section__body .description, #section-landing-cta .content .section__body .subtitle {
	text-align: center;
}

#section-landing-cta .content .section__body .subtitle {
	color: #04395b;
	font-size: 25px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	#section-landing-cta .content .section__body .subtitle {
		font-size: 30px;
	}
}

@media only screen and (min-width:992px) {
	#section-landing-cta .content .section__body .description {
		font-weight: 400;
		line-height: normal;
		width: 650px;
	}
}

#section-landing-cta .content .section__body .cta-side .button {
	padding: 13px 40px;
}

.pack {
	background: #f5f7fa;
	padding-top: 50px;
	padding-bottom: 85px;
}

@media only screen and (min-width:992px) {
	.pack {
		padding: 80px 0;
	}
}

.pack .title-h {
	color: #04395b;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.pack .title-h {
		font-size: 30px;
	}
}

.pack .links {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

@media only screen and (min-width:992px) {
	.pack .links {
		margin-top: 30px;
	}
}

.pack .card {
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
	height: 100%;
}

.pack .card .img-wrapper {
	margin-bottom: 20px;
}

.pack .card .img-wrapper img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 180px;
	max-width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.pack .card .img-wrapper img {
		min-height: 200px;
		height: 100%;
	}
}

@media only screen and (min-width:992px) {
	.pack .card .img-wrapper .pack-env {
		min-height: 160px;
	}
}

@media only screen and (min-width:992px) {
	.pack .card .solution-title .surtitre {
		color: #14b5c0;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		line-height: normal;
	}
}

.pack .card .solution-title .main-title {
	color: #04395b;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin-bottom: 0;
	padding: 0 20px;
}

@media only screen and (min-width:992px) {
	.pack .card .solution-title .main-title {
		padding: 0 25px;
	}
}

.pack .card .text-contain .separation-ligne {
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	margin: 20px 0;
}

.pack .card .text-contain .description {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.pack .notice .row-content {
		justify-content: center;
	}
}

@media only screen and (min-width:992px) {
	.pack .notice .row-content .col-xl-4:nth-child(4), .pack .notice .row-content .col-xl-4:nth-child(5) {
		margin-top: 30px;
	}
}

.pack .container--custom {
	padding-right: 0;
}

.pack .pack-content {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}

.pack .pack-content .splide .splide__pagination {
	bottom: -30px;
}

.pack .pack-content .splide .splide__pagination__page {
	background: 0 0;
	width: 15px;
	height: 15px;
	border: 1px solid #128ea4;
	margin: 0 7px;
	opacity: 1;
}

.pack .pack-content .splide .splide__pagination__page.is-active {
	background: #128ea4;
	transform: scale(1);
}

.pack .pack-content .splide .splide__track {
	padding-bottom: 15px !important;
}

@media only screen and (min-width:992px) {
	#section-cta-pack-1 .image {
		width: 409px;
		height: 342px;
	}
}

.cta-bloc {
	padding-top: 50px;
	background-color: #fff;
}

@media only screen and (min-width:992px) {
	.cta-bloc {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.cta-bloc .mobile {
	gap: 20px;
}

@media only screen and (min-width:992px) {
	.cta-bloc .mobile {
		gap: 0;
	}
}

.cta-bloc .row-cta-mobile {
	flex-direction: column-reverse;
}

@media only screen and (min-width:992px) {
	.cta-bloc .row-cta-mobile {
		flex-direction: row;
	}
}

.cta-bloc .cta-content {
	margin-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.cta-bloc .cta-content {
		margin-bottom: 0;
	}
}

.cta-bloc .cta-content .info .title {
	color: #14b5c0;
	font-weight: 700;
	line-height: normal;
	font-size: 25px;
}

@media only screen and (min-width:992px) {
	.cta-bloc .cta-content .info .title {
		font-size: 30px;
	}
}

.cta-bloc .cta-content .info .description {
	color: #002135;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
}

.cta-bloc .cta-content .info .cta-side, .cta-bloc .cta-content .info .links {
	margin-top: 30px;
}

.cta-bloc .cta-content .info .cta-side .button {
	padding: 13px 40px;
}

.cta-bloc .cta-content img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	.cta-bloc .cta-content .image {
		margin-right: 40px;
	}
}

.cta-bloc .cta-content .image .img-specific {
	border-radius: 20px;
}

#section-cta-devis {
	background: #f5f7fa;
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	#section-cta-devis {
		padding-bottom: 80px;
	}
}

#section-cta-devis .image {
	margin-top: 40px;
}

@media only screen and (min-width:992px) {
	#section-cta-devis .image {
		margin-top: 0;
	}
}

@media only screen and (min-width:992px) {
	#section-cta-devis .image img {
		position: relative;
		top: -25px;
	}
}

#section-cta-devis .info .title {
	color: #04395b;
}

#section-galerie {
	background: #128ea4;
	padding: 50px 0;
}

@media only screen and (min-width:992px) {
	#section-galerie {
		padding: 60px 0;
	}
}

#section-galerie .content .title-h {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	#section-galerie .content .title-h {
		font-size: 30px;
		text-align: center;
	}
}

#section-galerie .notice {
	margin-top: 30px;
	background-color: transparent;
}

@media only screen and (min-width:992px) {
	#section-galerie .notice {
		margin-top: 40px;
	}
}

#section-galerie .notice .row--custom .col-6:nth-child(odd) {
	padding-left: 0;
	padding-right: 5px;
}

@media only screen and (min-width:992px) {
	#section-galerie .notice .row--custom .col-6:nth-child(odd) {
		padding: 0 15px;
	}
}

#section-galerie .notice .row--custom .col-6:nth-child(even) {
	padding-right: 0;
	padding-left: 5px;
}

@media only screen and (min-width:992px) {
	#section-galerie .notice .row--custom .col-6:nth-child(even) {
		padding: 0 15px;
	}
}

#section-galerie .notice .row--custom .col-6:nth-child(1), #section-galerie .notice .row--custom .col-6:nth-child(2) {
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	#section-galerie .notice .row--custom .col-6:nth-child(1), #section-galerie .notice .row--custom .col-6:nth-child(2) {
		margin-bottom: 0;
	}
}

#section-galerie .notice .card {
	border-radius: 3px;
	border: 1px solid #eee;
	background: #fff;
	height: 100%;
}

#section-galerie .notice .card img {
	height: 127px;
	width: 100%;
	object-fit: contain;
}

#section-galerie .notice .card .title {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding: 20px 30px;
}

#section-cta-specific {
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	#section-cta-specific {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}

#section-cta-specific .mobile {
	gap: 30px;
}

@media only screen and (min-width:992px) {
	#section-cta-specific .mobile {
		gap: 0;
	}
}

@media only screen and (min-width:992px) {
	#section-cta-specific .image {
		margin-right: 25px;
	}
}

#section-modules {
	background: #f5f7fa;
	padding-top: 50px;
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	#section-modules {
		padding: 80px 0;
	}
}

@media only screen and (min-width:992px) {
	#section-modules .container {
		max-width: 880px;
		margin-left: auto;
		margin-right: auto;
	}
}

#section-modules .title-h {
	font-size: 25px;
	font-weight: 700;
	line-height: normal;
	color: #04395b;
}

@media only screen and (min-width:992px) {
	#section-modules .title-h {
		font-size: 30px;
	}
}

#section-modules .title {
	color: #002135;
	font-weight: 600;
	line-height: 21px;
	font-size: 16px;
}

#section-modules .description {
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
}

@media only screen and (min-width:992px) {
	#section-modules .info {
		padding-top: 40px;
	}
}

#section-modules .card-columns {
	column-count: 1;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width:992px) {
	#section-modules .card-columns {
		padding-top: 40px;
		padding-left: 0;
		padding-right: 0;
		column-count: 2;
	}
}

#section-modules .card-columns .card {
	background: 0 0;
	border: none;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #14b5c0;
}

::-webkit-scrollbar-thumb:hover {
	background: #128ea4;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	color: #000 !important;
	font-size: .75rem;
}

@media only screen and (min-width:992px) {
	body {
		font-size: 1rem;
	}
}

h1 strong.yellow, h2 strong.yellow, h3 strong.yellow {
	color: #ffd879;
}

h1 strong.blue, h2 strong.blue, h3 strong.blue {
	color: #1a8bcb;
}

a {
	color: inherit;
}

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

.section__title {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin: 0;
}

@media only screen and (min-width:992px) {
	.section__title {
		font-size: 40px;
		line-height: 50px;
	}
}

.section__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.section__description {
		font-size: 16px;
	}
}

.top-0 {
	top: 0;
}

.section__body {
	position: relative;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.section__body {
		flex-direction: row;
	}
}

#cookie-notice {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
}

#cookie-notice #cn-notice-buttons {
	top: 8px;
	position: relative;
}

#cookie-notice #cn-notice-text {
	top: -4px;
	position: relative;
}

.alert-wrapper {
	position: fixed;
	z-index: 9999;
	width: 100%;
}

.scroll-down {
	position: absolute;
	bottom: 90px;
	right: 60px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: all .15s linear;
	cursor: pointer;
	z-index: 1;
}

.scroll-down:hover {
	background-color: rgba(150, 150, 150, .4);
}

.scroll-down i {
	color: #fff;
	font-size: 25px;
	position: absolute;
	left: 17px;
	top: 12px;
}

.edit-link {
	display: none;
}

figure {
	position: relative;
	overflow: hidden;
	width: 100%;
}

figcaption {
	width: 100% !important;
	height: 100% !important;
}

span.wpcf7-list-item {
	margin: 0;
}

.error404 .site-content-contain {
	min-height: 100vh;
}

input:not([type=checkbox]):not([type=submit]), label, textarea {
	width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.front-page .multi-hero {
	background-color: transparent !important;
	padding-top: 25px !important;
	padding-bottom: 15px !important;
	overflow: hidden;
}

@media only screen and (min-width:992px) {
	.front-page .multi-hero {
		padding-top: 0 !important;
		padding-bottom: 25px !important;
	}
}

.front-page .multi-hero .hero {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}

@media only screen and (min-width:992px) {
	.front-page .multi-hero .hero {
		height: 100%;
	}
}

.front-page .multi-hero .hero .header-home-title {
	color: #fff;
	font-family: Nunito;
	font-size: 40px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 42px;
	text-align: center !important;
	margin-bottom: 25px;
}

.front-page .multi-hero .hero .sub-title {
	color: #fff;
	font-family: Nunito;
	font-size: 30px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center !important;
}

.front-page .multi-hero .hero img {
	object-fit: contain;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.front-page .multi-hero .hero .link {
	margin-top: 20px;
}

@media only screen and (min-width:992px) {
	.front-page .multi-hero .hero .link {
		margin-top: 40px;
	}
}

.front-page .multi-hero .col-12:nth-child(1) {
	margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.front-page .multi-hero .col-12:nth-child(1) {
		padding-right: 0;
		margin-bottom: 0;
	}
}

.front-page .multi-hero .col-12:nth-child(1) .hero {
	background-color: #128ea4;
}

@media only screen and (min-width:1200px) {
	.front-page .multi-hero .col-12:nth-child(1) .hero {
		padding-left: 0;
		padding-right: 100px;
	}
}

@media only screen and (min-width:992px) {
	.front-page .multi-hero .col-12:nth-child(1) .hero .border-color-navigation {
		background-color: #128ea4;
		height: 100%;
		position: absolute;
		width: 10000px;
		top: 0;
		right: 0;
	}
}

@media only screen and (min-width:992px) {
	.front-page .multi-hero .col-12:nth-child(2) {
		padding-left: 0;
	}
}

.front-page .multi-hero .col-12:nth-child(2) .hero {
	background-color: #fc8370;
}

@media only screen and (min-width:1200px) {
	.front-page .multi-hero .col-12:nth-child(2) .hero {
		padding-right: 0;
		padding-left: 100px;
	}
}

@media only screen and (min-width:992px) {
	.front-page .multi-hero .col-12:nth-child(2) .hero .border-color-navigation {
		background-color: #fc8370;
		height: 100%;
		position: absolute;
		width: 10000px;
		top: 0;
		left: 0;
	}
}

@media only screen and (min-width:992px) {
	.front-page .multi-hero .col-12:nth-child(2) .hero img {
		position: relative;
		left: -18px;
	}
}

.front-page .formations {
	background-color: #128ea4;
	padding-top: 40px;
	padding-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.front-page .formations {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (min-width:992px) {
	.front-page .formations .container {
		max-width: 1220px;
		margin-left: auto;
		margin-right: auto;
	}
}

.front-page .formations .col-6 {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.front-page .formations .col-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.front-page .formations .card {
	border: 1px solid #eee;
	border-radius: 3px;
	background-color: #fff;
	padding: 20px;
	padding-top: 30px;
	height: 100%;
	box-shadow: 0 0 0 0 transparent;
	transition: .3s;
}

.front-page .formations .card:hover {
	cursor: pointer;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3);
}

.front-page .formations .card img {
	height: 90px;
	width: auto;
}

.front-page .formations .card .title {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	margin-top: 34px;
	font-weight: 400;
}

.front-page .picture-story .sub-title {
	color: #128ea4;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 27px;
	margin-top: 17px;
}

.front-page .picture-story .link .button {
	width: 100%;
}

@media only screen and (min-width:992px) {
	.front-page .picture-story .link .button {
		width: initial;
	}
}

.front-page .presentations .content .link {
	margin-top: 5px;
}

.front-page .presentations .content .bloc {
	margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.front-page .presentations .content .bloc {
		margin-bottom: 80px;
	}
}

.front-page .presentations .content .bloc:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.front-page .presentations .content .bloc .image {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width:992px) {
	.front-page .temoignages .container {
		max-width: 790px;
		margin-left: auto;
		margin-right: auto;
	}
}

.front-page .temoignages .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
}

.front-page .temoignages .temoignages-list {
	margin-top: 25px;
	padding-bottom: 35px;
}

@media only screen and (min-width:992px) {
	.front-page .temoignages .temoignages-list {
		padding-bottom: 90px;
	}
}

.front-page .temoignages .temoignages-list .update-bloc {
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 10;
	display: none;
	cursor: pointer;
}

@media only screen and (min-width:992px) {
	.front-page .temoignages .temoignages-list .update-bloc {
		right: 40px;
		top: 50px;
	}
}

.front-page .temoignages .temoignages-list .update-bloc.active {
	display: block;
}

.front-page .temoignages .temoignages-list .update-bloc i {
	color: #128ea4;
	font-size: 20px;
	letter-spacing: 0;
}

.front-page .temoignages .temoignages-list .card {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin-bottom: 15px;
}

@media only screen and (min-width:992px) {
	.front-page .temoignages .temoignages-list .card {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
}

.front-page .temoignages .temoignages-list .card img {
	height: 40px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.front-page .temoignages .temoignages-list .card .name {
	color: #002135;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 5px;
}

@media only screen and (min-width:992px) {
	.front-page .temoignages .temoignages-list .card .name {
		margin-top: 0;
	}
}

.front-page .temoignages .temoignages-list .card .function {
	color: #002135;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 19px;
}

.front-page .temoignages .temoignages-list .card .temoignage {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	margin-top: 15px;
	display: none;
}

.front-page .temoignages .temoignages-list .card .temoignage.active {
	display: block;
}

.front-page .actualites .info {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.front-page .actualites .info {
		width: 420px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.front-page .actualites .info .title-h {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
}

.front-page .actualites .info .description {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	margin-top: 17px;
}

.front-page .actualites .info .link {
	margin-top: 20px;
}

.front-page .actualites .info .link button {
	width: 100%;
}

@media only screen and (min-width:992px) {
	.front-page .actualites .info .link button {
		width: initial;
	}
}

.front-page .actualites .info-actualite {
	background-color: #128ea4;
}

@media only screen and (min-width:992px) {
	.front-page .actualites .info-actualite .info {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
}

.front-page .actualites .info-blog {
	background-color: #0c6c89;
}

@media only screen and (min-width:992px) {
	.front-page .actualites .info-blog .info {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
}

.front-page .actualites .info-blog .info .button:hover {
	background-color: #128ea4;
}

.front-page .certifications .content .image img {
	height: auto;
}

.blog-single .formulaire {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.blog-single .formulaire {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.blog-single .formulaire .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
}

.blog-single .formulaire .form {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
	border-radius: 10px;
	background-color: #fff;
	padding: 25px;
}

.blog-single .background {
	background-color: #0c6c89;
	height: 144px;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.blog-single .background {
		height: 200px;
	}
}

.blog-single .introduction .heading {
	margin-bottom: 40px;
}

.blog-single .introduction .heading .container {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.blog-single .introduction .image {
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.blog-single .introduction .image {
		margin-bottom: 0;
	}
}

.blog-single .introduction .image img {
	height: 172px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

@media only screen and (min-width:992px) {
	.blog-single .introduction .image img {
		height: 415px;
	}
}

.blog-single .introduction .title-up {
	color: #002135;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	margin-top: 30px;
}

@media only screen and (min-width:992px) {
	.blog-single .introduction .title-up {
		font-size: 14px;
		line-height: 19px;
	}
}

.blog-single .introduction .title-h {
	color: #128ea4;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 37px;
	margin-bottom: 20px;
}

.blog-single .introduction .date-wrapper {
	display: flex;
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 15px;
}

.blog-single .introduction .date-wrapper .separator {
	margin-left: 10px;
	margin-right: 10px;
}

.blog-single .introduction .actions-wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.blog-single .introduction .actions-wrapper {
		flex-direction: row;
	}
}

.blog-single .introduction .actions {
	display: flex;
	align-items: center;
	color: #002135;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	margin-top: 10px;
}

@media only screen and (min-width:992px) {
	.blog-single .introduction .actions {
		margin-top: 0;
	}
}

.blog-single .introduction .actions .separator {
	height: 16px;
	width: 1px;
	background-color: #002135;
	margin-left: 15px;
	margin-right: 15px;
}

.blog-single .introduction ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin-bottom: 0;
	margin-left: -7px;
	margin-right: -7px;
	align-items: center;
}

.blog-single .introduction ul li {
	margin-left: 7px;
	margin-right: 7px;
}

.blog-single .introduction ul .icon {
	cursor: pointer;
}

.blog-single .introduction .author {
	margin-top: 0;
	color: #0c0c0c;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
}

.blog-single .introduction .author i {
	color: #128ea4;
	margin-right: 5px;
}

.blog-single .share-wrapper {
	border-radius: 10px;
	background-color: #feefe2;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.blog-single .share-wrapper h3 {
	color: #128ea4;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
	margin: 0;
}

.blog-single .share-wrapper p {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	margin-bottom: 15px;
}

.blog-single .share-wrapper ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin-bottom: 0;
	margin-left: -12px;
	margin-right: -12px;
	align-items: center;
}

.blog-single .share-wrapper ul li {
	margin-left: 12px;
	margin-right: 12px;
	font-size: 23px;
	color: #128ea4;
}

@media only screen and (min-width:992px) {
	.blog-single .contenu {
		transform: translateY(-55px);
	}
}

.blog-single .contenu .container {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.blog-single .contenu .content {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .11);
}

.blog-single .comments-section {
	padding-bottom: 45px;
	margin-top: 40px;
}

@media only screen and (min-width:992px) {
	.blog-single .comments-section {
		margin-top: 0;
	}
}

.blog-single .comments-section .container {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.blog-single .comments-section h2 {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
	margin-bottom: 35px;
}

.blog-single #comments h2 {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	margin-bottom: 15px;
	text-align: left;
}

.blog-single #comments .comment__list {
	list-style: none;
	padding: 0;
}

.blog-single ul.children {
	padding-left: 80px;
}

.blog-single li::marker {
	font-size: 0;
}

.blog-single .comment-body {
	position: relative;
	display: flex;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

.blog-single .comment-body .comment-author {
	margin-right: 15px;
}

.blog-single .comment-body .comment-author img {
	height: 45px;
	width: 45px;
	border-radius: 100%;
	object-fit: cover;
}

.blog-single .comment-body .author {
	font-size: 16px;
	line-height: 21px;
}

.blog-single .comment-body .author cite {
	color: #128ea4;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	font-style: normal;
}

.blog-single .comment-body .commentmetadata .date {
	font-size: 10px;
	line-height: 21px;
	margin-bottom: 5px;
}

.blog-single .comment-body .commentmetadata .date a {
	color: #939393;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
}

.blog-single .comment-body .comment-text p {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.blog-single .comment-body .reply {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 12px;
	background-color: #f5f7fa;
	color: #002135;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	padding: 2px 10px;
	text-transform: uppercase;
}

.blog-single .comment-reply-title {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog-single label {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 4px;
}

.blog-single input[type=email], .blog-single input[type=text], .blog-single textarea {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px;
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.blog-single input[type=email], .blog-single input[type=text] {
	min-height: 50px;
}

.blog-single .comment-notes {
	display: none;
}

@media only screen and (min-width:992px) {
	.blog-single .comment-form-author {
		width: 49%;
		float: left;
	}
}

@media only screen and (min-width:992px) {
	.blog-single .comment-form-email {
		width: 49%;
		float: right;
	}
}

.blog-single #reply-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-single .form-submit input[type=submit] {
	border-radius: 3px;
	background-color: #fc8370;
	border: 1px solid #fc8370;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	padding: 13px 50px;
	cursor: pointer;
	transition: all .2s ease;
	margin-top: 15px;
	margin-bottom: 20px;
}

.blog-single .form-submit input[type=submit]:hover {
	background-color: #d85951;
	border: 1px solid #d85951;
}

.blog-single .form-submit input[type=submit]:active, .blog-single .form-submit input[type=submit]:focus {
	background-color: #fc8370;
	border: 1px solid #fc8370;
}

.blog-single .other-articles {
	padding-top: 45px;
}

.blog-single .other-articles h2 {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
	margin-bottom: 35px;
}

.article-col {
	height: auto;
	margin-bottom: 30px;
}

.article-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
}

.article-card .category-tag {
	border-radius: 4px;
	background-color: #fc8370;
	padding: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 16px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.article-card.last-article {
		flex-direction: row;
		max-height: 330px;
	}
}

.article-card.last-article .img-wrapper {
	border-radius: 10px 0 0 10px;
	height: 100%;
}

@media only screen and (min-width:992px) {
	.article-card.last-article .img-wrapper {
		min-width: 555px;
	}
}

.article-card.last-article h3 {
	margin-bottom: 15px;
}

.article-card.last-article .excerpt {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.article-card.last-article .body {
	padding: 30px 20px;
}

@media only screen and (min-width:992px) {
	.article-card.large {
		flex-direction: row;
	}
	
	.article-card.large .img-wrapper {
		border-radius: 10px 0 0 10px;
		min-width: 360px;
		height: 100%;
	}
	
	.article-card.large h3 {
		margin-bottom: 15px;
	}
	
	.article-card.large .excerpt {
		color: #002135;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
	}
	
	.article-card.large .body {
		padding: 30px 20px;
	}
}

.article-card .img-wrapper {
	position: relative;
	min-height: 200px;
	height: 100%;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.article-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-card h3 {
	color: #128ea4;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	margin: 0;
}

.article-card .img-wrapper {
	height: 200px;
}

.article-card .content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.article-card .content {
		height: -moz-available;
		height: -webkit-fill-available;
		height: fill-available;
		height: 100%;
	}
}

.article-card .body {
	padding: 20px;
}

.article-card .footer {
	margin-top: auto;
	padding: 15px 20px 20px 20px;
	border-top: 1px solid #e6e6e6;
}

.article-card .date-wrapper {
	display: flex;
	color: #002135;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px;
}

.article-card .date-wrapper .separator {
	margin-left: 5px;
	margin-right: 5px;
}

.formations {
	padding-top: 0;
}

@media only screen and (min-width:992px) {
	.formations {
		padding-top: 8px;
	}
}

@media only screen and (min-width:992px) {
	.formations .tag-infos {
		padding-bottom: 80px;
	}
}

@media only screen and (min-width:992px) {
	.formations .tag-infos .image {
		margin-left: auto;
	}
}

@media only screen and (min-width:992px) {
	.formations .tag-infos .image img {
		height: auto;
	}
}

.formations .module-infos {
	padding-top: 30px;
	padding-bottom: 0;
}

.formations .module-infos .content {
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
}

.formations .list-videos .container {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.formations .list-videos .content .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 29px;
	text-align: center;
}

@media only screen and (min-width:992px) {
	.formations .list-videos .content .title-h {
		text-align: left;
	}
}

.formations .list-videos .content iframe {
	width: 100%;
	margin-bottom: 25px;
	height: 250px;
	margin-top: 15px;
}

@media only screen and (min-width:992px) {
	.formations .list-videos .content iframe {
		height: 400px;
	}
}

.template {
	margin-top: 200px;
	margin-bottom: 60px;
}

.formation .presentations .content .link {
	margin-top: 5px;
}

.formation .presentations .content .bloc {
	margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.formation .presentations .content .bloc {
		margin-bottom: 80px;
	}
}

.formation .presentations .content .bloc:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.formation .presentations .content .bloc .image {
		padding-left: 0;
		padding-right: 0;
	}
}

.formation .presentations .content .bloc .image img .presentations .content .link {
	margin-top: 5px;
}

.formation .presentations .content .bloc .image img .presentations .content .bloc {
	margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.formation .presentations .content .bloc .image img .presentations .content .bloc {
		margin-bottom: 80px;
	}
}

.formation .presentations .content .bloc .image img .presentations .content .bloc:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.formation .presentations .content .bloc .image img .presentations .content .bloc .image {
		padding-left: 0;
		padding-right: 0;
	}
}

.formation .description-avantages-gen {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

@media only screen and (min-width:992px) {
	.formation .description-avantages-gen {
		padding-top: 50px;
	}
}

.formation .avantages {
	padding-top: 25px;
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.formation .avantages {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

.formation .avantages .container {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.formation .avantages .card {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
	padding: 30px;
	padding-top: 47px;
	position: relative;
	height: 100%;
}

.formation .avantages .card .icon {
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: #fff;
	height: 67px;
	width: 67px;
}

.formation .avantages .card .icon img {
	height: 42px;
	width: 37px;
	position: relative;
	top: -4px;
}

.formation .avantages .card .info .title {
	color: #0c0c0c;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 31px;
	text-align: center;
}

.formation .e-learning {
	margin-top: 40px;
}

@media only screen and (min-width:992px) {
	.formation .e-learning {
		margin-top: 90px;
	}
}

.formation .e-learning .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.formation .e-learning .icon-info {
	position: absolute;
	top: 25px;
	left: 64px;
	padding: 16px;
	background-color: #fff;
}

.formation .e-learning .icon-info img {
	height: 24px;
	width: 24px;
	position: relative;
}

.formation .e-learning .content {
	border-radius: 6px;
	background-color: #f5f7fa;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width:992px) {
	.formation .e-learning .content {
		padding-left: 139px;
		padding-right: 115px;
	}
}

.formation .e-learning .content .title-h {
	font-size: 25px;
}

.formation .e-learning .content .links .button {
	color: #128ea4;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.formation .e-learning .content .links .button {
		width: auto;
	}
}

.formation .e-learning .content .links .button:hover {
	color: #fff;
}

@media only screen and (min-width:992px) {
	.formation .e-learning .content .links {
		display: inline-block;
	}
}

.formation .e-learning .content .fiche {
	color: #fc8370;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 22px;
	margin-top: 7px;
	transition: .3s;
	margin-top: 20px;
}

.formation .e-learning .content .fiche i {
	margin-left: 3px;
}

.formation .e-learning .content .fiche:hover {
	color: #d85951;
	cursor: pointer;
}

.formation .e-learning .content .fiche:active, .formation .e-learning .content .fiche:focus {
	color: #d85951;
}

@media only screen and (min-width:992px) {
	.formation .e-learning .content .fiche {
		display: inline-block;
		margin-left: 20px;
	}
}

.formation .information-cta {
	margin-top: 30px;
}

@media only screen and (min-width:992px) {
	.formation .information-cta {
		margin-top: 65px;
	}
}

.formation .information-cta .container {
	max-width: 946px;
	margin-left: auto;
	margin-right: auto;
}

.formation .information-cta .content {
	border-radius: 3px;
	background-color: #128ea4;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:992px) {
	.formation .information-cta .content {
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.formation .information-cta .content .button {
	width: 100%;
}

@media only screen and (min-width:992px) {
	.formation .information-cta .content .button {
		width: initial;
	}
}

.formation .information-cta .content .title-h {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
}

.formation .information-cta .content .title {
	color: #fff;
}

.formation .information-cta .content .link-a {
	background-color: #fff;
	color: #002135;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 7px;
	padding-bottom: 5px;
	width: 100%;
	display: block;
}

@media only screen and (min-width:992px) {
	.formation .information-cta .content .link-a {
		top: 7px;
		position: relative;
	}
}

.atelier-entreprise .info-notice {
	margin-top: 40px;
	margin-bottom: 40px;
}

.atelier-entreprise .info-notice .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.atelier-entreprise .info-notice .content {
	background-color: #128ea4;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 26px;
	padding-bottom: 26px;
	position: relative;
	border-radius: 4px;
}

.atelier-entreprise .info-notice .content .icon {
	background-color: #fff;
	padding: 8px;
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 41px;
}

.atelier-entreprise .info-notice .content .icon img {
	height: 24px;
	width: 24px;
	position: relative;
	top: 1px;
}

.atelier-entreprise .info-notice .content .description {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 22px;
	padding-left: 64px;
}

.atelier-entreprise .list-formations {
	background-color: #fff;
}

.webinaire .presentations {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.webinaire .presentations {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.webinaire .presentations .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 31px;
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.webinaire .presentations .image img {
	height: 160px;
	width: auto;
}

.webinaire .presentations .title {
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
}

.webinaire .objectifs {
	background-color: #f5f7fa;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.webinaire .objectifs {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.webinaire .objectifs .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.webinaire .objectifs .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
}

.webinaire .list-formations {
	background-color: #fff;
}

.formation-formateur .module-infos {
	padding-top: 40px;
	padding-bottom: 40px;
}

.formation-formateur .list-formations {
	background-color: #fff;
}

.partenaires .file-presse, .presse .file-presse {
	border-top: 1px solid #128ea4;
	margin-top: 20px;
}

.partenaires .file-presse .title, .presse .file-presse .title {
	color: #04395b;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	margin-bottom: 8px;
}

.partenaires .file-presse .button img, .presse .file-presse .button img {
	height: 17px;
	position: relative;
	top: -3px;
	margin-right: 10px;
	object-fit: contain;
}

.partenaires .list-item, .presse .list-item {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.partenaires .list-item, .presse .list-item {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.partenaires .list-item .container, .presse .list-item .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.partenaires .list-item .title-h, .presse .list-item .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
}

.partenaires .list-item .card, .presse .list-item .card {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background-color: #fff;
	height: 100%;
}

.partenaires .list-item .card .image, .presse .list-item .card .image {
	width: 100%;
}

.partenaires .list-item .card .image img, .presse .list-item .card .image img {
	height: 213px;
	width: 100%;
	object-fit: contain;
}

.partenaires .list-item .card .info, .presse .list-item .card .info {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 20px;
	margin-top: 20px;
}

@media only screen and (min-width:992px) {
	.partenaires .list-item .card .info, .presse .list-item .card .info {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.partenaires .list-item .card .info .description, .presse .list-item .card .info .description {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
}

.partenaires .list-item.articles, .presse .list-item.articles {
	padding-top: 0;
	padding-bottom: 30px;
}

.partenaires .list-item.articles .card, .presse .list-item.articles .card {
	border: 0;
}

.partenaires .list-item.articles .card .info, .presse .list-item.articles .card .info {
	margin-top: 15px;
}

.presse .tag-infos .container {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.presse .tag-infos .container .info {
	padding-right: 0;
}

.osteopathie .avantages {
	padding-top: 50px;
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.osteopathie .avantages {
		padding-top: 100px;
		padding-bottom: 60px;
	}
}

.osteopathie .avantages .container {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.osteopathie .avantages .card {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
	padding: 30px;
	padding-top: 47px;
	position: relative;
	height: 100%;
}

.osteopathie .avantages .card .icon {
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: #fff;
	height: 67px;
	width: 67px;
}

.osteopathie .avantages .card .icon img {
	height: 42px;
	width: 37px;
	position: relative;
	top: -4px;
}

.osteopathie .avantages .card .info .title {
	color: #0c0c0c;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 31px;
	text-align: center;
}

.osteopathie .module-infos {
	padding-top: 0;
}

.osteopathie .module-infos .container {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.osteopathie .module-infos .info {
	padding-right: 0;
}

.offre .modules-infos .video {
	margin-top: 30px;
}

.offre .modules-infos .video video {
	max-width: 100%;
}

.offre .presentations .content .link {
	margin-top: 5px;
}

.offre .presentations .content .bloc {
	margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.offre .presentations .content .bloc {
		margin-bottom: 80px;
	}
}

.offre .presentations .content .bloc:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.offre .presentations .content .bloc .image {
		padding-left: 0;
		padding-right: 0;
	}
}

.offre .module-infos {
	padding-top: 0;
}

.offre .module-infos .container {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.offre .module-infos .info {
	padding-right: 0;
}

.references .introduction {
	background-color: #f5f7fa;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.references .introduction {
		padding-bottom: 84px;
	}
}

.references .introduction .container {
	max-width: 585px;
	margin-left: auto;
	margin-right: auto;
}

.references .introduction .title-up {
	color: #002135;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	margin-top: 60px;
	text-align: center;
}

@media only screen and (min-width:992px) {
	.references .introduction .title-up {
		font-size: 14px;
		line-height: 19px;
	}
}

.references .introduction .title-h {
	text-align: center;
}

.references .introduction .description {
	text-align: center;
}

.references .logos {
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.references .logos {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.references .logos .logo {
	margin-bottom: 30px;
	text-align: center;
}

.references .logos .logo img {
	width: 100%;
	max-height: 100px !important;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	.references .logos .logo img {
		max-height: 97px;
		max-height: 50px;
	}
}

@media only screen and (min-width:992px) {
	.references .picture-story .container {
		max-height: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}

.references .picture-story .title-h {
	text-align: center;
}

@media only screen and (min-width:992px) {
	.references .picture-story .title-h {
		max-height: 555px;
		margin-left: auto;
		margin-right: auto;
	}
}

.references .picture-story .description {
	text-align: center;
}

.e-learning .picture-story iframe {
	width: 100%;
	height: 250px;
}

.osteopathie .picture-story iframe {
	width: 100%;
	height: 250px;
}

.osteopathie .module-infos {
	padding-top: 0;
}

.osteopathie .module-infos .container {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.actualites .wpcf7-form-control-wrap.checkbox-accept, .boutique .wpcf7-form-control-wrap.checkbox-accept, .temoignages .wpcf7-form-control-wrap.checkbox-accept {
	display: block;
}

.actualites .introduction, .boutique .introduction, .temoignages .introduction {
	background-color: #0c6c89;
	padding-bottom: 50px;
	padding-top: 50px;
}

@media only screen and (min-width:992px) {
	.actualites .introduction, .boutique .introduction, .temoignages .introduction {
		padding-bottom: 84px;
		padding-top: 60px;
	}
}

.actualites .introduction .container, .boutique .introduction .container, .temoignages .introduction .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.actualites .introduction .title-up, .boutique .introduction .title-up, .temoignages .introduction .title-up {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	text-align: left;
}

@media only screen and (min-width:992px) {
	.actualites .introduction .title-up, .boutique .introduction .title-up, .temoignages .introduction .title-up {
		font-size: 14px;
		line-height: 19px;
	}
}

.actualites .introduction .title-h, .boutique .introduction .title-h, .temoignages .introduction .title-h {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 37px;
	text-align: left;
}

@media only screen and (min-width:992px) {
	.actualites .introduction .title-h, .boutique .introduction .title-h, .temoignages .introduction .title-h {
		font-size: 33px;
		line-height: 37px;
	}
}

.actualites .introduction .description, .boutique .introduction .description, .temoignages .introduction .description {
	text-align: center;
}

.actualites .articles, .boutique .articles, .temoignages .articles {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}

@media only screen and (min-width:992px) {
	.actualites .articles, .boutique .articles, .temoignages .articles {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.actualites .articles .container, .boutique .articles .container, .temoignages .articles .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.actualites .articles .article, .boutique .articles .article, .temoignages .articles .article {
	scroll-margin-top: 20px;
	margin-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.actualites .articles .article .info, .boutique .articles .article .info, .temoignages .articles .article .info {
		padding-right: 50px;
	}
}

.actualites .articles .article .info .title, .boutique .articles .article .info .title, .temoignages .articles .article .info .title {
	color: #128ea4;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
}

.actualites .articles .article .info .description, .boutique .articles .article .info .description, .temoignages .articles .article .info .description {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.actualites .articles .article img, .boutique .articles .article img, .temoignages .articles .article img {
	height: 230px;
	width: 100%;
	object-fit: contain;
}

.actualites .articles .article iframe, .boutique .articles .article iframe, .temoignages .articles .article iframe {
	height: 230px;
	width: 100%;
}

.actualites .pagination .pagination-list ul, .boutique .pagination .pagination-list ul, .temoignages .pagination .pagination-list ul {
	text-align: center;
	padding-left: 0;
}

.actualites .pagination .pagination-list ul li, .boutique .pagination .pagination-list ul li, .temoignages .pagination .pagination-list ul li {
	display: inline-block;
	list-style: none;
	margin-left: 6px;
	margin-right: 6px;
}

.actualites .pagination .pagination-list ul li .current, .boutique .pagination .pagination-list ul li .current, .temoignages .pagination .pagination-list ul li .current {
	color: #128ea4;
	border: 1px solid #128ea4;
	border-radius: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.actualites .pagination .pagination-list ul li .first, .boutique .pagination .pagination-list ul li .first, .temoignages .pagination .pagination-list ul li .first {
	border-radius: 2px;
	background-color: #128ea4;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #fff;
}

.actualites .pagination .pagination-list ul li .first i, .boutique .pagination .pagination-list ul li .first i, .temoignages .pagination .pagination-list ul li .first i {
	font-weight: 500;
	font-size: 14px;
}

.actualites .pagination .pagination-list ul li .last, .boutique .pagination .pagination-list ul li .last, .temoignages .pagination .pagination-list ul li .last {
	border-radius: 2px;
	background-color: #128ea4;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #fff;
}

.actualites .pagination .pagination-list ul li .last i, .boutique .pagination .pagination-list ul li .last i, .temoignages .pagination .pagination-list ul li .last i {
	font-weight: 500;
	font-size: 14px;
}

.blog-category .back-btn {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 22px;
	text-decoration: underline;
	text-align: center;
}

.blog-category .title-h {
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.blog-category .list-formations {
	background-color: #fff;
}

.blog-category .list-formations .title-h {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: left;
	margin-bottom: 20px;
}

.blog-category .list-formations h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
	margin: 0;
}

.blog-category .list-formations .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.blog-category .list-formations .content {
	background-color: #0c6c89;
	border-radius: 10px;
	padding: 30px;
}

@media only screen and (min-width:992px) {
	.blog-category .list-formations .content {
		padding: 45px 100px;
	}
}

.blog-category .list-formations .list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.blog-category .list-formations .formation-wrapper {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.blog-category .list-formations .formation-tag {
	border-radius: 4px;
	background-color: #fc8370;
	padding: 10px;
}

.blog-category .list-formations .formation-tag:hover {
	background-color: #d85951;
}

.blog-category .list-formations .formation-tag:active, .blog-category .list-formations .formation-tag:focus {
	background-color: #fc8370;
}

.blog-category .introduction {
	position: relative;
	height: 290px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 60px;
}

.blog-category .introduction .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
}

.blog-category .introduction .fil {
	color: #fff;
	padding-top: 0;
	padding-bottom: 60px;
}

.blog-category .introduction .fil .content a {
	font-weight: 600;
	color: #fff;
}

.blog-category .introduction .fil .content span {
	font-weight: 600;
	color: #fff;
}

.blog-category .introduction .title-up {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px;
	text-align: center;
	margin-bottom: 10px;
}

.blog-category .introduction .description {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: left;
	max-width: 550px;
}

.blog-category .list-articles {
	padding-top: 70px;
}

.blog-category .list-articles hr {
	margin-top: 45px;
	margin-bottom: 15px;
}

.blog-category .list-articles h2 {
	color: #04395b;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 27px;
	margin-bottom: 20px;
}

.blog-category .list-articles .article-col {
	height: auto;
	margin-bottom: 30px;
}

.blog-category .list-articles .article-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
}

@media only screen and (min-width:992px) {
	.blog-category .list-articles .article-card.last-article {
		flex-direction: row;
		max-height: 330px;
	}
}

.blog-category .list-articles .article-card.last-article .img-wrapper {
	border-radius: 10px 0 0 10px;
	height: 100%;
}

@media only screen and (min-width:992px) {
	.blog-category .list-articles .article-card.last-article .img-wrapper {
		min-width: 555px;
	}
}

.blog-category .list-articles .article-card.last-article h3 {
	margin-bottom: 15px;
}

.blog-category .list-articles .article-card.last-article .excerpt {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.blog-category .list-articles .article-card.last-article .body {
	padding: 30px 20px;
}

.blog-category .list-articles .article-card.large h3 {
	margin-bottom: 15px;
}

@media only screen and (min-width:992px) {
	.blog-category .list-articles .article-card.large {
		flex-direction: row;
	}
	
	.blog-category .list-articles .article-card.large .img-wrapper {
		border-radius: 10px 0 0 10px;
		min-width: 360px;
		height: 100%;
	}
	
	.blog-category .list-articles .article-card.large .excerpt {
		color: #002135;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
	}
	
	.blog-category .list-articles .article-card.large .body {
		padding: 30px 20px;
	}
}

.blog-category .list-articles .article-card .img-wrapper {
	position: relative;
	min-height: 200px;
	height: 100%;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.blog-category .list-articles .article-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-category .list-articles .article-card h3 {
	color: #128ea4;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	margin: 0;
}

.blog-category .list-articles .article-card .img-wrapper {
	height: 200px;
}

.blog-category .list-articles .article-card .content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.blog-category .list-articles .article-card .content {
		height: inherit;
		height: -moz-available;
		height: -webkit-fill-available;
		height: fill-available;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}

.blog-category .list-articles .article-card .body {
	padding: 20px;
}

.blog-category .list-articles .article-card .footer {
	margin-top: auto;
	padding: 15px 20px 20px 20px;
	border-top: 1px solid #e6e6e6;
}

.blog-category .list-articles .article-card .date {
	color: #002135;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px;
}

.blog-category .newsletter-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background-color: #f5f7fa;
	height: 100%;
	padding: 30px;
}

@media only screen and (min-width:992px) {
	.blog-category .newsletter-wrapper {
		padding: 85px 60px;
	}
}

.blog-category .newsletter-wrapper img {
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.blog-category .newsletter-wrapper img {
		margin-bottom: 0;
	}
}

.blog-category .newsletter-wrapper h2 {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
	margin-bottom: 24px;
}

.blog-category .newsletter-wrapper p {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
}

.blog-category .formulaire {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.blog-category .formulaire {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.blog-category .formulaire .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
}

.blog-category .formulaire .form {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
	border-radius: 10px;
	background-color: #fff;
	padding: 25px;
}

.blog-category .articles {
	padding-bottom: 0;
}

.blog-category .articles .article img {
	border-radius: 4px 4px 0 0;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.blog-category .articles .article .title {
	color: #128ea4;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	padding-top: 27px;
	padding-bottom: 29px;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-radius: 0 0 4px 4px;
}

@media only screen and (min-width:992px) {
	.blog-category .articles .article .description {
		padding-left: 30px;
	}
}

.blog .title-h {
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.blog .introduction {
	position: relative;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 60px;
}

.blog .introduction .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
}

.blog .introduction .title-up {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px;
	text-align: center;
	margin-bottom: 10px;
}

.blog .introduction .fil {
	color: #fff;
	padding-top: 0;
	padding-bottom: 60px;
}

.blog .introduction .fil .content a {
	font-weight: 600;
	color: #fff;
}

.blog .introduction .fil .content span {
	font-weight: 600;
	color: #fff;
}

.blog .introduction .description {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: left;
	max-width: 550px;
}

.blog .list-formations {
	background-color: #fff;
}

.blog .list-formations .title-h {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: left;
	margin-bottom: 20px;
}

.blog .list-formations h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
	margin: 0;
}

.blog .list-formations .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.blog .list-formations .content {
	background-color: #128ea4;
	border-radius: 10px;
	padding: 30px;
}

@media only screen and (min-width:992px) {
	.blog .list-formations .content {
		padding: 45px 100px;
	}
}

.blog .list-formations .list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.blog .list-formations .formation-wrapper {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.blog .list-formations .formation-tag {
	border-radius: 4px;
	background-color: #fc8370;
	padding: 10px;
}

.blog .list-formations .formation-tag:hover {
	background-color: #d85951;
}

.blog .list-formations .formation-tag:active, .blog .list-formations .formation-tag:focus {
	background-color: #fc8370;
}

.blog .list-articles h2 {
	color: #04395b;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 27px;
	margin-bottom: 20px;
}

.blog .list-articles .article-col {
	height: auto;
	margin-bottom: 30px;
}

.blog .list-articles .article-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
}

@media only screen and (min-width:992px) {
	.blog .list-articles .article-card.large {
		flex-direction: row;
	}
	
	.blog .list-articles .article-card.large .img-wrapper {
		border-radius: 10px 0 0 10px;
		width: 360px;
		height: 100%;
	}
	
	.blog .list-articles .article-card.large h3 {
		margin-bottom: 15px;
	}
	
	.blog .list-articles .article-card.large .excerpt {
		color: #002135;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
	}
	
	.blog .list-articles .article-card.large .body {
		padding: 30px 20px;
	}
}

.blog .list-articles .article-card .img-wrapper {
	position: relative;
	min-height: 200px;
	height: 100%;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.blog .list-articles .article-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog .list-articles .article-card h3 {
	color: #128ea4;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	margin: 0;
}

.blog .list-articles .article-card .img-wrapper {
	height: 200px;
}

.blog .list-articles .article-card .content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.blog .list-articles .article-card .content {
		height: inherit;
		height: -moz-available;
		height: -webkit-fill-available;
		height: fill-available;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}

.blog .list-articles .article-card .body {
	padding: 20px;
}

.blog .list-articles .article-card .footer {
	margin-top: auto;
	padding: 15px 20px 20px 20px;
	border-top: 1px solid #e6e6e6;
}

.blog .list-articles .article-card .date {
	color: #002135;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px;
}

.blog .socials-block {
	border-radius: 10px;
	background-color: #0c6c89;
	padding: 30px;
	margin-top: 40px;
	margin-bottom: 70px;
}

@media only screen and (min-width:992px) {
	.blog .socials-block {
		padding: 45px 65px;
	}
}

.blog .socials-block h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	margin-top: auto;
	margin-bottom: auto;
}

.blog .socials-block ul {
	list-style: none;
	display: flex;
	padding: 0;
	align-items: center;
	margin: 15px -10px 0 -10px;
}

@media only screen and (min-width:992px) {
	.blog .socials-block ul {
		justify-content: flex-end;
		margin-top: 0;
	}
}

.blog .socials-block .icon {
	background-color: #fff;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
	color: #0c6c89;
}

@media only screen and (min-width:992px) {
	.blog .socials-block .icon {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}
}

.blog .blog-pagination {
	display: flex;
	justify-content: center;
}

.blog .blog-pagination ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin-bottom: 0;
	margin-left: -3px;
	margin-right: -3px;
}

.blog .blog-pagination li {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 3px;
	margin-right: 3px;
	height: 28px;
	width: 26px;
	border-radius: 2px;
}

.blog .blog-pagination li.active {
	border: 1px solid #128ea4;
	background-color: #fff;
	color: #128ea4;
	font-weight: 600;
}

.blog .blog-pagination li.next-btn, .blog .blog-pagination li.previous-btn {
	background-color: #128ea4;
	color: #fff;
	font-size: 11px;
}

.blog .newsletter-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	height: 100%;
	padding: 0;
}

.blog .newsletter-wrapper img {
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.blog .newsletter-wrapper img {
		margin-bottom: 0;
	}
}

.blog .newsletter-wrapper h2 {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
	margin-bottom: 24px;
}

.blog .newsletter-wrapper p {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
}

.blog .formulaire {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.blog .formulaire {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.blog .formulaire .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
}

.blog .formulaire .form {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .09);
	border-radius: 10px;
	background-color: #fff;
	padding: 25px;
}

.boutique .contenu {
	padding-top: 50px;
	padding-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.boutique .contenu {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}

.boutique .contenu .container {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.contact .introduction {
	background-color: #f5f7fa;
	padding-bottom: 50px;
	padding-top: 50px;
}

@media only screen and (min-width:992px) {
	.contact .introduction {
		padding-bottom: 84px;
		padding-top: 60px;
	}
}

.contact .introduction .container {
	max-width: 555px;
	margin-left: auto;
	margin-right: auto;
}

.contact .introduction .title-up {
	color: #002135;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	text-align: center;
}

@media only screen and (min-width:992px) {
	.contact .introduction .title-up {
		font-size: 14px;
		line-height: 19px;
	}
}

.contact .introduction .title-h {
	color: #128ea4;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 37px;
	text-align: center;
}

@media only screen and (min-width:992px) {
	.contact .introduction .title-h {
		font-size: 33px;
		line-height: 37px;
	}
}

.contact .introduction .description {
	text-align: center;
}

.contact .information-cta {
	margin-top: 30px;
}

@media only screen and (min-width:992px) {
	.contact .information-cta {
		margin-top: 65px;
		margin-bottom: 65px;
	}
}

.contact .information-cta .container {
	max-width: 946px;
	margin-left: auto;
	margin-right: auto;
}

.contact .information-cta .content {
	border-radius: 3px;
	background-color: #128ea4;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.contact .information-cta .content {
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.contact .information-cta .content .button {
	width: 100%;
}

@media only screen and (min-width:992px) {
	.contact .information-cta .content .button {
		width: initial;
	}
}

.contact .information-cta .content .title-h {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
}

@media only screen and (min-width:992px) {
	.contact .information-cta .content .link-a {
		top: 7px;
		position: relative;
	}
}

.contact .informations-contact {
	background-color: #f5f7fa;
	padding-bottom: 50px;
	padding-top: 50px;
}

@media only screen and (min-width:992px) {
	.contact .informations-contact {
		padding-bottom: 84px;
		padding-top: 80px;
	}
}

.contact .informations-contact .container {
	max-width: 946px;
	margin-left: auto;
	margin-right: auto;
}

.contact .informations-contact .map {
	height: 300px;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.contact .informations-contact .map {
		padding-right: 50px;
		height: 426px;
	}
}

.contact .informations-contact .map iframe {
	height: 300px;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.contact .informations-contact .map iframe {
		padding-right: 50px;
		height: 426px;
	}
}

.contact .informations-contact .info {
	position: relative;
}

.contact .informations-contact .info .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	text-align: left;
}

.contact .informations-contact .info i {
	color: #128ea4;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: -2px;
}

.contact .informations-contact .info i.fa-envelope {
	top: -1px;
}

.contact .informations-contact .info .value {
	padding-left: 25px;
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

@media only screen and (min-width:992px) {
	.contact .informations-contact .info .network {
		margin-left: 7px;
	}
}

.contact .informations-contact .info .network .col-6:nth-child(odd) {
	padding-right: 5px;
}

@media only screen and (min-width:992px) {
	.contact .informations-contact .info .network .col-6:nth-child(odd) {
		padding-left: 7px;
		padding-right: 7px;
	}
}

.contact .informations-contact .info .network .col-6:nth-child(even) {
	padding-left: 5px;
}

@media only screen and (min-width:992px) {
	.contact .informations-contact .info .network .col-6:nth-child(even) {
		padding-left: 7px;
		padding-right: 7px;
	}
}

.contact .informations-contact .info .network .col-6:nth-child(1) i {
	color: #3a559f;
}

.contact .informations-contact .info .network .col-6:nth-child(2) i {
	color: #1da1f2;
}

.contact .informations-contact .info .network .col-6:nth-child(3) i {
	color: #0077b5;
}

.contact .informations-contact .info .network .col-6:nth-child(4) i {
	color: red;
}

.contact .informations-contact .info .network .col-6:nth-child(5) i {
	color: #c536a4;
}

.contact .informations-contact .info .network .col-6:nth-child(6) i {
	color: #c9363d;
}

.contact .informations-contact .info .network .item {
	border-radius: 4px;
	background-color: #feefe2;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	margin-bottom: 8px;
}

.contact .informations-contact .info .network .item i {
	position: relative;
	margin-right: 6px;
	top: 1px;
}

.contact .informations-contact .info .network .item .value {
	color: #002135;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 16px;
	display: inline-block;
	padding-left: 0;
}

.contact .reglementation {
	padding-bottom: 50px;
	padding-top: 50px;
}

@media only screen and (min-width:992px) {
	.contact .reglementation {
		padding-bottom: 84px;
		padding-top: 80px;
	}
}

.contact .reglementation .container {
	max-width: 946px;
	margin-left: auto;
	margin-right: auto;
}

.contact .reglementation .info {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.contact .reglementation .info {
		border-bottom: 0;
		border-right: 1px solid #e1e1e1;
		padding-bottom: 0;
		margin-bottom: 0;
		padding-right: 40px;
	}
}

.contact .reglementation .info .title-h {
	color: #04395b;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
}

.contact .reglementation .info .button {
	width: 100%;
}

@media only screen and (min-width:992px) {
	.contact .reglementation .info .button {
		width: initial;
	}
}

@media only screen and (min-width:992px) {
	.contact .reglementation .pages {
		padding-left: 50px;
	}
}

.contact .reglementation .pages .title {
	color: #002135;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.mix-page h1 {
	margin-top: 50px;
	margin-bottom: 40px;
}

.mix-page .entry-content {
	margin-bottom: 70px;
}

.mix-page .entry-content p {
	margin-bottom: 15px;
}

.mix-page .entry-content h2 {
	color: #242936;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 28px;
	font-family: Raleway;
	margin-bottom: 20px;
}

.mix-page .entry-content h3 {
	color: #242936;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 26px;
	font-family: Raleway;
}

.mix-page .entry-content p {
	color: #242936;
	font-size: 16px;
	line-height: 26px;
}

.mix-page .entry-content ul li {
	list-style: initial;
	list-style-type: disc;
}

.mix-page .entry-content a {
	color: #adadad;
}

.mix-page .entry-content img {
	width: auto;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mix-page .entry-content img.alignnone {
	width: 100%;
}

.mix-page .entry-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mix-page .entry-content img.alignright {
	display: block;
	margin-left: auto;
}

#toast {
	top: 160px;
	right: 10px;
	position: fixed;
	z-index: 99999;
}

#toast .toast-header i {
	margin-right: 10px;
}

#toast .toast-header .close i {
	color: #8d9499;
	margin: 0;
}

#toast.success i {
	color: #23aa56;
}

.page-emma .no-border .info {
	border-bottom: none;
}

.page-emma .list-formations .with-margin {
	margin-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.page-emma .list-formations .with-margin {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width:992px) {
	.page-emma .list-formations .container {
		max-width: 1332px;
	}
}

@media only screen and (min-width:992px) {
	.page-emma .list-formations .emma-content {
		margin: 0 80px;
	}
}

.page-emma .list-formations .emma-content .col-12 {
	margin-bottom: 20px;
}

.page-emma .list-formations .emma-content .col-12:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	.page-emma .list-formations .emma-content .col-12 {
		margin-bottom: 0;
	}
}

.page-emma .list-formations .emma-article-card {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}

.page-emma .list-formations .emma-article-card .img-wrapper {
	height: 180px;
	min-height: 180px;
}

.page-emma .list-formations .emma-article-card .img-wrapper img {
	height: 180px;
}

.page-emma .list-formations .emma-article-card .date-wrapper {
	margin-top: 20px;
	position: absolute;
	bottom: 76px;
}

.page-emma .list-formations .content {
	position: relative;
}

.page-emma .list-formations .content .body h3 {
	padding-bottom: 38px;
}

.page-emma .list-formations .content .footer .link {
	font-size: 16px;
	color: #128ea4;
}

.page-emma .list-formations .content .footer .link i {
	position: relative;
	top: 2px;
}

.page-emma .emma_info iframe {
	width: 345px;
	height: 121px;
}

@media only screen and (min-width:992px) {
	.page-emma .emma_info iframe {
		width: 749px;
		height: 263px;
	}
}

.page-emma .module-infos {
	padding-top: 0;
}

.page-emma .module-infos .container {
	max-width: 880px;
}

.page-emma .module-infos .container .description {
	font-weight: 400;
}

@media only screen and (min-width:992px) {
	.page-emma .module-infos .container .description {
		padding-right: 58px;
	}
}

.single-metier .no-box-sizing {
	box-sizing: none;
}

.single-metier .tag-infos {
	padding-top: 0;
}

.single-metier .tag-infos .container {
	max-width: 990px;
}

.single-metier .tag-infos .container img {
	height: 168px;
	width: 300px;
}

.single-metier .fil .container {
	max-width: 990px;
}

.single-metier .module-infos {
	padding-top: 40px;
	padding-bottom: 0;
}

@media only screen and (min-width:992px) {
	.single-metier .module-infos {
		padding-top: 80px;
		padding-bottom: 0;
	}
}

.single-metier .module-infos .container {
	max-width: 880px;
}

.single-metier .picture-story {
	padding-top: 0;
	padding-bottom: 0;
}

@media only screen and (min-width:992px) {
	.single-metier .list-formations .container {
		max-width: 1332px;
	}
}

@media only screen and (min-width:992px) {
	.single-metier .list-articles .container {
		max-width: 1332px;
	}
}

.single-metier .list-articles .link {
	color: #128ea4;
	font-size: 16px;
}

.single-metier .list-articles .link i {
	position: relative;
	top: 2px;
}

@media only screen and (min-width:992px) {
	.single-metier .notice .container {
		max-width: 1332px;
	}
}

.single-metier .notice.format {
	background-color: #fff;
}

.single-metier .notice.theme {
	background-color: #f5f7fa;
}

.single-metier .notice .card.formation {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: #feefe2;
	border-style: none;
}

@media only screen and (min-width:992px) {
	.single-metier .notice .card.formation {
		width: 100%;
		border-radius: 4px;
		background-color: #feefe2;
		border-style: none;
	}
}

.single-metier .notice .card .intern-content {
	padding: 0 20px;
	height: 100%;
}

.single-metier .notice .card .formation-title {
	color: #fc8370;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
}

.single-metier .notice .card .description {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
}

.single-metier .notice .card .button {
	margin-bottom: 20px;
	font-weight: 600;
	background-color: #fff;
}

.single-metier .notice .card.solution {
	box-shadow: 0 6px 10px rgba(0, 0, 0, .09);
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.single-metier .notice .card.solution {
		width: 100%;
	}
}

.single-metier .notice .card.solution .img-wrapper img {
	max-width: 100%;
	height: 150px;
	object-fit: cover;
}

.single-metier .notice .card .solution-title {
	margin-top: 37px;
	margin-bottom: 5px;
	text-align: center;
}

.single-metier .notice .card .solution-title .main-title {
	color: #04395b;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
}

.single-metier .notice .card .text-contain {
	margin-bottom: 20px;
}

.single-metier .notice .card .separation-ligne {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	height: 2px;
	background-color: rgba(230, 230, 230, .5);
}

.single-metier .notice .card .square {
	list-style-type: square;
	margin-bottom: .5rem;
}

.single-metier .notice .card .text-content {
	color: #128ea4;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.single-metier .row {
	justify-content: center;
}

.single-metier .row .article-card {
	width: 100%;
}

.single-metier .row .article-card .np_tag {
	position: relative;
	min-height: 50px;
	height: 100%;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.single-metier .row .article-card .np_tag .np_category-tag {
	width: auto;
	height: 32px;
	border-radius: 4px;
	background-color: #feefe2;
	padding: 6px;
	color: #fc8370;
	font-family: Nunito;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.livres-blancs .container {
	max-width: 958px;
}

.livres-blancs .livres-list {
	margin-top: 40px;
}

@media only screen and (min-width:992px) {
	.livres-blancs .livres-list {
		margin-top: 90px;
	}
}

.livres-blancs .livres-list img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 500px;
	margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.livres-blancs .livres-list img {
		margin-bottom: 0;
	}
}

.livres-blancs .livres-list .row:nth-child(even) {
	text-align: right;
}

.livres-blancs .livres-list .row:nth-child(even) img {
	object-position: right;
}

.livres-blancs .livres-list .row:nth-child(odd) {
	text-align: left;
}

.livres-blancs .livres-list .row:nth-child(odd) img {
	object-position: left;
}

.recherche .introduction .container {
	max-width: 1140px;
}

.recherche .article-display {
	border-top: 2px solid #e6e6e6;
}

.recherche .article-display:last-child {
	border-bottom: 2px solid #e6e6e6;
}

.recherche .articles {
	margin: 0 20px;
}

.recherche .articles .article {
	margin-bottom: 15px;
}

.recherche .articles .article .article_tag {
	position: relative;
	min-height: 50px;
	height: 100%;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.recherche .articles .article .article_tag .article_category-tag {
	width: auto;
	height: 32px;
	border-radius: 4px;
	background-color: #feefe2;
	padding: 6px;
	color: #fc8370;
	font-family: Nunito;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}

.recherche .articles .article .content-disposition {
	margin-top: 15px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
}

.recherche .articles .article .content-disposition .main-title {
	color: #128ea4;
	font-family: Nunito;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 21px;
	text-align: left;
}

.recherche .articles .article .content-disposition .link {
	color: #128ea4;
	font-family: Nunito;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.recherche .articles .article .content-disposition .link i {
	position: relative;
	top: 2px;
}

.page-landing .background-blue {
	background: #14b5c0;
}

.page-landing .title-h-multi {
	color: #14b5c0;
	font-weight: 400;
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-landing .title-h-multi.small-title {
		font-size: 25px;
		max-width: 580px;
		line-height: 34px;
	}
}

.page-landing .title-h-multi b {
	font-weight: 600;
}

@media only screen and (min-width:992px) {
	.page-landing .title-h-multi {
		margin-bottom: 20px;
	}
}

.page-landing .introduction {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.page-landing .introduction {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.page-landing .introduction .container {
	max-width: 1140px;
}

.page-landing .introduction .title-up {
	color: #fff;
	margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.page-landing .introduction .title-up {
		margin-bottom: 50px;
	}
}

.page-landing .introduction .info {
	max-width: 410px;
	border-bottom: 0;
}

.page-landing .introduction .title-h {
	color: #fff;
}

.page-landing .introduction .description {
	color: #fff;
}

@media only screen and (min-width:992px) {
	.page-landing .introduction .image-right {
		padding-left: 84px;
	}
}

.page-landing .introduction .image-right img {
	background: #fff;
	border-radius: 20px;
	max-width: 100%;
}

.page-landing .introduction .logos {
	text-align: center;
}

@media only screen and (min-width:992px) {
	.page-landing .introduction .logos {
		text-align: left;
	}
}

.page-landing .introduction .logos .logo {
	margin-right: 20px;
	max-height: 35px;
	object-fit: contain;
	margin-top: 35px;
	display: inline-block;
}

@media only screen and (min-width:992px) {
	.page-landing .introduction .logos .logo {
		margin-top: 0;
	}
}

.page-landing .introduction .logos .logo img {
	max-height: 35px;
	object-fit: contain;
}

.page-landing .contenu {
	padding-top: 30px;
}

@media only screen and (min-width:992px) {
	.page-landing .contenu {
		padding-top: 60px;
	}
}

.page-landing .contenu .container {
	max-width: 1140px;
}

.page-landing .cta-simple {
	margin-bottom: 60px;
}

@media only screen and (min-width:992px) {
	.page-landing .cta-simple {
		margin-bottom: 60px;
	}
}

.page-landing .cta-simple .container {
	max-width: 860px;
	text-align: center;
}

.page-landing .image-contenu {
	max-width: 100%;
	object-fit: contain;
}

.page-landing .image-contenu img {
	max-width: 100%;
	object-fit: contain;
}

.page-landing .about-us {
	position: relative;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us {
		margin-top: 120px;
	}
}

.page-landing .about-us .title-h-multi {
	position: relative;
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .title-h-multi {
		margin-bottom: 40px;
		margin-bottom: 60px;
	}
}

.page-landing .about-us .title-h-multi:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #ffce51;
	position: absolute;
	bottom: -20px;
	left: 0;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .title-h-multi:after {
		width: 460px;
	}
}

.page-landing .about-us .bloc {
	background: #14b5c0;
	border-radius: 20px;
	padding: 15px;
	position: relative;
	margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .bloc {
		padding: 40px;
		border-radius: 70px;
		margin-bottom: 0;
	}
}

.page-landing .about-us .bloc .title {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}

.page-landing .about-us .bloc .list .line {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

.page-landing .about-us .bloc.bloc-left .picto {
	height: 50px;
	width: 50px;
	display: none;
	position: absolute;
	top: 40px;
	left: 40px;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .bloc.bloc-left .picto {
		display: block;
	}
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .bloc.bloc-left .title {
		padding-left: 60px;
	}
}

.page-landing .about-us .bloc.bloc-left .list {
	position: relative;
	margin-top: 15px;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .bloc.bloc-left .list {
		margin-top: 30px;
		padding-left: 120px;
	}
}

.page-landing .about-us .bloc.bloc-left .list .img-array {
	width: 51px;
	height: auto;
	object-fit: contain;
	display: none;
	position: absolute;
	left: 30px;
	top: -10px;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .bloc.bloc-left .list .img-array {
		display: block;
	}
}

.page-landing .about-us .bloc.bloc-right .picto {
	height: 72px;
	width: 72px;
	display: none;
	position: absolute;
	top: 40px;
	left: 40px;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .bloc.bloc-right .picto {
		display: block;
	}
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .bloc.bloc-right .title {
		padding-left: 82px;
	}
}

.page-landing .about-us .bloc.bloc-right .list {
	position: relative;
	margin-top: 15px;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .bloc.bloc-right .list {
		margin-top: 20px;
		padding-left: 82px;
	}
}

.page-landing .about-us .bloc.bloc-right .list .line {
	margin-bottom: 10px;
}

@media only screen and (min-width:992px) {
	.page-landing .about-us .bloc.bloc-right .list .line {
		margin-bottom: 15px;
	}
}

.page-landing .about-us .bloc.bloc-right .list .line:before {
	content: ".";
	font-size: 50px;
	color: #fff;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.page-landing .about-us .bloc.bloc-right .list .line:last-child {
	margin-bottom: 0;
}

.page-landing .avantages {
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-landing .avantages {
		margin-bottom: 120px;
	}
}

.page-landing .avantages .title-h-multi {
	margin-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.page-landing .avantages .title-h-multi {
		margin-bottom: 50px;
	}
}

.page-landing .avantages .bloc {
	background: #14b5c0;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

@media only screen and (min-width:992px) {
	.page-landing .avantages .bloc {
		border-radius: 50px;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 40px;
		padding-bottom: 40px;
		min-height: 202px;
		margin-bottom: 0;
	}
}

.page-landing .form-devis .image {
	max-width: 100%;
	object-fit: contain;
}

.splide__arrow:focus, .splide__arrow:focus-visible {
	outline: 0;
}

.splide__arrow:disabled {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #page {
		padding-top: 148px;
	}
}

.page-template-landing-elearning #section-header {
	position: relative;
	background-color: #14b5c0;
	padding-top: 30px;
	padding-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header {
		padding-top: 60px;
		padding-bottom: 70px;
	}
}

.page-template-landing-elearning #section-header.section-header--secondary .section__logo__list {
	margin-top: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header.section-header--secondary .section__logo__list {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0;
	}
}

.page-template-landing-elearning #section-header.section-header--secondary .section__img {
	top: 68px;
	max-width: 100%;
	object-fit: content;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header.section-header--secondary .section__img {
		max-width: 550px;
	}
}

.page-template-landing-elearning #section-header .section__content {
	position: relative;
	display: flex;
	flex-direction: column;
}

.page-template-landing-elearning #section-header .section__left {
	position: relative;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header .section__left {
		max-width: 605px;
	}
}

.page-template-landing-elearning #section-header .page-title {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: 42px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header .page-title {
		font-size: 40px;
		line-height: 52px;
		text-align: left;
		margin-bottom: 30px;
	}
}

.page-template-landing-elearning #section-header .page-title strong {
	font-weight: 800;
}

.page-template-landing-elearning #section-header .section__subtitle {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.page-template-landing-elearning #section-header .section__description {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header .section__description {
		font-size: 20px;
		line-height: 27px;
		text-align: left;
		margin-bottom: 30px;
	}
}

.page-template-landing-elearning #section-header .section__links {
	display: flex;
	flex-direction: column;
	column-gap: 20px;
	row-gap: 15px;
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header .section__links {
		flex-direction: row;
		margin-bottom: 60px;
	}
}

.page-template-landing-elearning #section-header .button {
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header .button {
		width: max-content;
	}
}

.page-template-landing-elearning #section-header .section__img {
	order: 1;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header .section__img {
		order: initial;
		position: absolute;
		top: -10px;
		right: -10px;
	}
}

.page-template-landing-elearning #section-header .section__logo__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 40px;
	row-gap: 30px;
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header .section__logo__list {
		display: flex;
		column-gap: 40px;
		margin-bottom: 0;
	}
}

.page-template-landing-elearning #section-header .section__logo__item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-template-landing-elearning #section-header form {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	background: #fc8370;
	padding: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-header form {
		padding: 30px;
	}
}

.page-template-landing-elearning #section-header form [class^=col-] {
	padding: 0 7px;
}

.page-template-landing-elearning #section-header form input[type=email], .page-template-landing-elearning #section-header form input[type=text] {
	border-radius: 10px;
}

.page-template-landing-elearning #section-header form .intl-tel-input {
	margin-bottom: 17px;
}

.page-template-landing-elearning #section-header form button[type=submit] {
	color: #14b5c0;
	font-size: 16px;
	line-height: 21px;
	font-weight: 800;
	width: max-content;
	margin: 15px auto 0 auto;
	background-color: #fff;
	transition: .2s;
}

.page-template-landing-elearning #section-header form button[type=submit]:hover {
	background-color: #eae8e8;
}

.page-template-landing-elearning #section-video {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-video {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.page-template-landing-elearning #section-video .section__title {
	color: #14b5c0;
	font-size: 25px;
	line-height: 34px;
	font-weight: 800;
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-video .section__title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 40px;
	}
}

.page-template-landing-elearning #section-video .section__body {
	display: flex;
	flex-direction: column;
	column-gap: 55px;
	row-gap: 30px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-video .section__body {
		flex-direction: row;
		align-items: center;
	}
}

.page-template-landing-elearning #section-video .section__video {
	background-color: #fc8370;
	width: 100%;
	border-radius: 50px;
	overflow: hidden;
	padding: 25px 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-video .section__video {
		background-color: transparent;
		max-width: 650px;
		padding: 0;
	}
}

.page-template-landing-elearning #section-video .section__video video {
	border-radius: 30px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-video .section__video video {
		border-radius: 0;
	}
}

.page-template-landing-elearning #section-video .video-js .vjs-tech {
	position: relative;
}

.page-template-landing-elearning #section-video .vjs-big-play-button {
	transform: translate3d(-50%, -50%, 0);
	border: none;
	background-color: transparent;
	width: 60px;
	height: 60px;
	margin: 0;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-video .vjs-big-play-button {
		width: 106px;
		height: 106px;
	}
}

.page-template-landing-elearning #section-video .vjs-big-play-button .vjs-icon-placeholder:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlBsYXllci12aWRlbyI+CjxnIGlkPSJFbGxpcHNlIDMiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2JfMjA0XzIwNzQpIj4KPGNpcmNsZSBjeD0iMzAiIGN5PSIzMCIgcj0iMzAiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L2c+CjxwYXRoIGlkPSJQb2x5Z29uIDEiIGQ9Ik0zOS43NzIyIDI4Ljg2MkM0MS4xMDU2IDI5LjYzMTggNDEuMTA1NiAzMS41NTYzIDM5Ljc3MjIgMzIuMzI2MUwyNS43MjI3IDQwLjQzNzZDMjQuMzg5NCA0MS4yMDc0IDIyLjcyMjcgNDAuMjQ1MSAyMi43MjI3IDM4LjcwNTVMMjIuNzIyNyAyMi40ODI2QzIyLjcyMjcgMjAuOTQzIDI0LjM4OTQgMTkuOTgwNyAyNS43MjI3IDIwLjc1MDVMMzkuNzcyMiAyOC44NjJaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2JfMjA0XzIwNzQiIHg9Ii03IiB5PSItNyIgd2lkdGg9Ijc0IiBoZWlnaHQ9Ijc0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlRml4IiBzdGREZXZpYXRpb249IjMuNSIvPgo8ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfYmFja2dyb3VuZEJsdXJfMjA0XzIwNzQiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2JhY2tncm91bmRCbHVyXzIwNF8yMDc0IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=");
	transition: opacity .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-video .vjs-big-play-button .vjs-icon-placeholder:before {
		content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4IiBoZWlnaHQ9IjEwNyIgdmlld0JveD0iMCAwIDEwOCAxMDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGlkPSJQbGF5ZXItdmlkZW8iPgo8ZyBpZD0iRWxsaXBzZSAzIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9iXzIwMl8zMjYpIj4KPGNpcmNsZSBjeD0iNTMuOTczNCIgY3k9IjUzLjQ5OTkiIHI9IjUzLjE2MjQiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L2c+CjxwYXRoIGlkPSJQb2x5Z29uIDEiIGQ9Ik03My42MDY5IDUyLjgyMDZDNzQuOTQwMyA1My41OTA0IDc0Ljk0MDMgNTUuNTE0OSA3My42MDY5IDU2LjI4NDdMNDQuMDc3NiA3My4zMzM1QzQyLjc0NDMgNzQuMTAzMyA0MS4wNzc2IDczLjE0MTEgNDEuMDc3NiA3MS42MDE1TDQxLjA3NzYgMzcuNTAzOUM0MS4wNzc2IDM1Ljk2NDMgNDIuNzQ0MyAzNS4wMDIxIDQ0LjA3NzYgMzUuNzcxOUw3My42MDY5IDUyLjgyMDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2JfMjAyXzMyNiIgeD0iLTYuMTg4OTYiIHk9Ii02LjY2MjQ4IiB3aWR0aD0iMTIwLjMyNSIgaGVpZ2h0PSIxMjAuMzI1IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlRml4IiBzdGREZXZpYXRpb249IjMuNSIvPgo8ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfYmFja2dyb3VuZEJsdXJfMjAyXzMyNiIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfYmFja2dyb3VuZEJsdXJfMjAyXzMyNiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K");
	}
}

.page-template-landing-elearning #section-video .vjs-big-play-button:hover .vjs-icon-placeholder:before {
	opacity: .8;
}

.page-template-landing-elearning #section-video .section__content {
	display: flex;
	flex-direction: column;
}

.page-template-landing-elearning #section-video .section__link {
	margin: 0 auto;
}

.page-template-landing-elearning #section-video p {
	color: #002135;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}

.page-template-landing-elearning #section-video .module__list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.page-template-landing-elearning #section-video .module__card {
	border-radius: 40px;
	background: #14b9c2;
	padding: 16px 20px;
}

.page-template-landing-elearning #section-video .module__text {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-video .module__text {
		font-size: 20px;
		line-height: 27px;
	}
}

.page-template-landing-elearning #section-cta {
	background-color: #14b5c0;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-cta {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.page-template-landing-elearning #section-cta .section__body {
	display: flex;
	flex-direction: column;
}

.page-template-landing-elearning #section-cta .section__title {
	color: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-cta .section__title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 40px;
	}
}

.page-template-landing-elearning #section-cta .section__title strong {
	font-weight: 600;
}

.page-template-landing-elearning #section-cta .section__link {
	margin: 0 auto;
}

.page-template-landing-elearning #section-services {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-services {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.page-template-landing-elearning #section-services .section__title {
	color: #14b5c0;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: 800;
	margin-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-services .section__title {
		font-size: 30px;
		line-height: 40px;
	}
}

.page-template-landing-elearning #section-services .service__list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-services .service__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 30px;
	}
}

.page-template-landing-elearning #section-services .service__item {
	border-radius: 40px;
	background: #fc8370;
	padding: 20px;
}

.page-template-landing-elearning #section-services .service__head {
	border-radius: 20px;
	background: #fff;
	padding: 7px;
	margin-bottom: 20px;
}

.page-template-landing-elearning #section-services .service__title {
	text-align: center;
	margin-bottom: 0;
}

.page-template-landing-elearning #section-services .service__number {
	display: block;
	color: #fc8370;
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
}

.page-template-landing-elearning #section-services .service__subtitle {
	display: block;
	color: #fc8370;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}

.page-template-landing-elearning #section-services .service__description {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
}

.page-template-landing-elearning #section-formation {
	background-color: #14b5c0;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.page-template-landing-elearning #section-formation .container--custom {
	padding-right: 0;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .container--custom {
		padding-right: 21px;
	}
}

.page-template-landing-elearning #section-formation .section__body {
	display: flex;
	flex-direction: column;
}

.page-template-landing-elearning #section-formation .section__head {
	display: flex;
	flex-direction: column;
	align-content: center;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .section__head {
		max-width: 720px;
		margin: 0 auto;
	}
}

.page-template-landing-elearning #section-formation .section__title {
	color: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 34px;
	font-weight: 800;
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .section__title {
		font-size: 30px;
	}
}

.page-template-landing-elearning #section-formation .section__description {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 30px;
}

.page-template-landing-elearning #section-formation .section__description strong {
	font-weight: 800;
}

.page-template-landing-elearning #section-formation .section__link {
	margin: 0 auto;
}

.page-template-landing-elearning #section-formation .section__formation {
	display: flex;
	flex-direction: column;
	row-gap: 95px;
	padding-top: 50px;
	padding-bottom: 145px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .section__formation {
		padding-top: 80px;
		padding-bottom: 175px;
		row-gap: 195px;
	}
}

.page-template-landing-elearning #section-formation .formation__categories.green .formation__section__title {
	background-color: #6acd4e;
}

.page-template-landing-elearning #section-formation .formation__categories.pink .formation__section__title {
	background-color: #e480bb;
}

.page-template-landing-elearning #section-formation .formation__categories.purple .formation__section__title {
	background-color: #b194eb;
}

.page-template-landing-elearning #section-formation .formation__categories.blue .formation__section__title {
	background-color: #289cdc;
}

.page-template-landing-elearning #section-formation .formation__section__title {
	background-color: #d76256;
	border-radius: 30px;
	padding: 10px 30px;
	color: #fff;
	font-size: 25px;
	line-height: 34px;
	font-weight: 800;
	width: max-content;
	min-width: 306px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .formation__section__title {
		font-size: 30px;
		line-height: 40px;
		min-width: 326px;
	}
}

.page-template-landing-elearning #section-formation .splide {
	margin-top: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .splide {
		margin-top: 40px;
	}
}

.page-template-landing-elearning #section-formation .splide__pagination {
	bottom: -46px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .splide__pagination {
		bottom: -60px;
	}
}

.page-template-landing-elearning #section-formation .splide__pagination__page {
	background: 0 0;
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	margin: 0 7px;
	opacity: 1;
}

.page-template-landing-elearning #section-formation .splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1);
}

.page-template-landing-elearning #section-formation .splide__arrow {
	top: initial;
	bottom: -75px;
	transform: initial;
	width: 45px;
	height: 45px;
	opacity: 1;
	background: 0 0;
	border: 2px solid #fff;
}

.page-template-landing-elearning #section-formation .splide__arrow:focus {
	outline: 0;
}

.page-template-landing-elearning #section-formation .splide__arrow svg {
	fill: #fff;
}

.page-template-landing-elearning #section-formation .splide__arrow.splide__arrow--prev svg {
	transform: initial;
}

.page-template-landing-elearning #section-formation .formation__card {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	border-radius: 40px;
	background: #fff;
	padding: 20px 16px;
	height: 100%;
}

.page-template-landing-elearning #section-formation .formation__img {
	border-radius: 20px;
	max-width: 100%;
	object-fit: cover;
	overflow: hidden;
}

.page-template-landing-elearning #section-formation .formation__img img {
	width: 100%;
	object-fit: cover;
}

.page-template-landing-elearning #section-formation .formation__name {
	border-radius: 20px;
	background: #14b5c0;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: 800;
	margin-top: auto;
}

.page-template-landing-elearning #section-formation .section__security .security__title {
	background-color: #dfb840;
	border-radius: 30px;
	padding: 10px 30px;
	color: #fff;
	font-size: 25px;
	line-height: 34px;
	font-weight: 800;
	width: max-content;
	margin: 0 auto;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .section__security .security__title {
		font-size: 30px;
		line-height: 40px;
		margin: initial;
	}
}

.page-template-landing-elearning #section-formation .section__security .security__body {
	display: flex;
	flex-direction: column;
	column-gap: 110px;
	margin-top: 30px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .section__security .security__body {
		flex-direction: row;
		margin-top: 50px;
	}
}

.page-template-landing-elearning #section-formation .section__security .security__img {
	max-width: 180px;
	margin: 0 auto;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .section__security .security__img {
		max-width: 100%;
		margin: initial;
	}
}

.page-template-landing-elearning #section-formation .section__security img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page-template-landing-elearning #section-formation .section__security .security__content {
	border-radius: 50px;
	background: #fff;
	padding: 30px 20px;
	margin-top: 22px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #section-formation .section__security .security__content {
		border-radius: 70px;
		max-width: 800px;
		width: 100%;
		flex-shrink: 0;
		padding: 80px 65px;
		margin-top: 0;
	}
}

.page-template-landing-elearning #section-formation .section__security .security__content p {
	color: #002135;
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
}

.page-template-landing-elearning #section-formation .section__security .security__content p strong {
	color: #14b5c0;
	font-weight: 800;
}

.page-template-landing-elearning #demoModal {
	align-items: center;
	justify-content: center;
}

.page-template-landing-elearning #demoModal.show {
	display: flex !important;
}

.page-template-landing-elearning #demoModal [class^=col-] {
	padding: 0 7px;
}

.page-template-landing-elearning #demoModal .modal-dialog {
	max-width: 605px;
}

.page-template-landing-elearning #demoModal .close {
	cursor: pointer;
	margin-bottom: 10px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #demoModal .close {
		margin-bottom: 20px;
	}
}

.page-template-landing-elearning #demoModal .modal-content {
	border-radius: 20px;
	background: #fc8370;
}

.page-template-landing-elearning #demoModal .modal-body {
	padding: 20px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-elearning #demoModal .modal-body {
		padding: 30px;
	}
}

.page-template-landing-elearning #demoModal form {
	display: flex;
	flex-direction: column;
}

.page-template-landing-elearning #demoModal input[type=email], .page-template-landing-elearning #demoModal input[type=text] {
	border-radius: 10px;
}

.page-template-landing-elearning #demoModal .intl-tel-input {
	margin-bottom: 17px;
}

.page-template-landing-elearning #demoModal button[type=submit] {
	color: #14b5c0;
	font-size: 16px;
	line-height: 21px;
	font-weight: 800;
	width: max-content;
	margin: 15px auto 0 auto;
}

#section-formation-essential, .section-formation-elearning, .section-formation-workshop {
	padding-top: 56px;
	padding-bottom: 127px;
}

@media only screen and (min-width:992px) {
	#section-formation-essential, .section-formation-elearning, .section-formation-workshop {
		padding-top: 80px;
		padding-bottom: 145px;
	}
}

#section-formation-essential .section__head, .section-formation-elearning .section__head, .section-formation-workshop .section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	#section-formation-essential .section__head, .section-formation-elearning .section__head, .section-formation-workshop .section__head {
		margin-bottom: 34px;
	}
}

#section-formation-essential .section__head__button, .section-formation-elearning .section__head__button, .section-formation-workshop .section__head__button {
	align-items: center;
	column-gap: 8px;
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	transition: column-gap .2s ease-in-out;
}

#section-formation-essential .section__head__button:after, .section-formation-elearning .section__head__button:after, .section-formation-workshop .section__head__button:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDM4MjggMTAuNzg0N0M1LjE4MTgzIDExLjExIDUuMjM3NjMgMTEuNTgxNiA1LjU2MjkxIDExLjgzOEM1Ljg4ODE5IDEyLjA5NDUgNi4zNTk3NyAxMi4wMzg3IDYuNjE2MjIgMTEuNzEzNEwxMC44MzkgNi4zNTcyNEMxMS4wNTcxIDYuMDgwNTIgMTEuMDUzMiA1LjY4OTIzIDEwLjgyOTYgNS40MTY5MUw2LjYwNjg1IDAuMjc1MDA4QzYuMzQzOTcgLTAuMDQ1MDk0NCA1Ljg3MTM2IC0wLjA5MTQ4MTEgNS41NTEyNiAwLjE3MTQwMUM1LjIzMTE2IDAuNDM0MjgzIDUuMTg0NzcgMC45MDY4ODYgNS40NDc2NSAxLjIyNjk5TDguNzUxMTQgNS4yNDk1NEwwLjc0ODI4OCA1LjI0OTU0QzAuMzM0MDc0IDUuMjQ5NTQgLTAuMDAxNzEyMDkgNS41ODUzMyAtMC4wMDE3MTIxMSA1Ljk5OTU0Qy0wLjAwMTcxMjEzIDYuNDEzNzUgMC4zMzQwNzQgNi43NDk1NCAwLjc0ODI4OCA2Ljc0OTU0TDguNjE5NTggNi43NDk1NEw1LjQzODI4IDEwLjc4NDdaIiBmaWxsPSIjMUFCNEJGIi8+Cjwvc3ZnPgo=");
}

#section-formation-essential .section__head__button:hover, .section-formation-elearning .section__head__button:hover, .section-formation-workshop .section__head__button:hover {
	column-gap: 16px;
}

#section-formation-essential .section__head__button--desktop, .section-formation-elearning .section__head__button--desktop, .section-formation-workshop .section__head__button--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	#section-formation-essential .section__head__button--desktop, .section-formation-elearning .section__head__button--desktop, .section-formation-workshop .section__head__button--desktop {
		display: flex;
	}
}

#section-formation-essential .section__head__button--mobile, .section-formation-elearning .section__head__button--mobile, .section-formation-workshop .section__head__button--mobile {
	position: absolute;
	bottom: -62px;
	right: 24px;
}

@media only screen and (min-width:992px) {
	#section-formation-essential .section__head__button--mobile, .section-formation-elearning .section__head__button--mobile, .section-formation-workshop .section__head__button--mobile {
		display: none;
	}
}

#section-formation-essential .section__title, .section-formation-elearning .section__title, .section-formation-workshop .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin: 0;
}

@media only screen and (min-width:992px) {
	#section-formation-essential .section__title, .section-formation-elearning .section__title, .section-formation-workshop .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

#section-formation-essential #splide-formation-essential, #section-formation-essential .splide-formation-elearnings, #section-formation-essential .splide-formation-workshop, .section-formation-elearning #splide-formation-essential, .section-formation-elearning .splide-formation-elearnings, .section-formation-elearning .splide-formation-workshop, .section-formation-workshop #splide-formation-essential, .section-formation-workshop .splide-formation-elearnings, .section-formation-workshop .splide-formation-workshop {
	margin-left: 24px;
}

@media only screen and (min-width:992px) {
	#section-formation-essential #splide-formation-essential, #section-formation-essential .splide-formation-elearnings, #section-formation-essential .splide-formation-workshop, .section-formation-elearning #splide-formation-essential, .section-formation-elearning .splide-formation-elearnings, .section-formation-elearning .splide-formation-workshop, .section-formation-workshop #splide-formation-essential, .section-formation-workshop .splide-formation-elearnings, .section-formation-workshop .splide-formation-workshop {
		margin-left: calc(( 100vw - 1215px ) / 2);
	}
}

#section-formation-essential #splide-formation-essential .splide__track, #section-formation-essential .splide-formation-elearnings .splide__track, #section-formation-essential .splide-formation-workshop .splide__track, .section-formation-elearning #splide-formation-essential .splide__track, .section-formation-elearning .splide-formation-elearnings .splide__track, .section-formation-elearning .splide-formation-workshop .splide__track, .section-formation-workshop #splide-formation-essential .splide__track, .section-formation-workshop .splide-formation-elearnings .splide__track, .section-formation-workshop .splide-formation-workshop .splide__track {
	padding-bottom: 25px;
}

#section-formation-essential #splide-formation-essential .splide__arrow, #section-formation-essential .splide-formation-elearnings .splide__arrow, #section-formation-essential .splide-formation-workshop .splide__arrow, .section-formation-elearning #splide-formation-essential .splide__arrow, .section-formation-elearning .splide-formation-elearnings .splide__arrow, .section-formation-elearning .splide-formation-workshop .splide__arrow, .section-formation-workshop #splide-formation-essential .splide__arrow, .section-formation-workshop .splide-formation-elearnings .splide__arrow, .section-formation-workshop .splide-formation-workshop .splide__arrow {
	opacity: 1;
	top: initial;
	transform: initial;
	bottom: -65px;
	background-color: transparent;
	border: 2px solid #1ab4bf;
	width: 32px;
	height: 32px;
	transition: background-color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	#section-formation-essential #splide-formation-essential .splide__arrow, #section-formation-essential .splide-formation-elearnings .splide__arrow, #section-formation-essential .splide-formation-workshop .splide__arrow, .section-formation-elearning #splide-formation-essential .splide__arrow, .section-formation-elearning .splide-formation-elearnings .splide__arrow, .section-formation-elearning .splide-formation-workshop .splide__arrow, .section-formation-workshop #splide-formation-essential .splide__arrow, .section-formation-workshop .splide-formation-elearnings .splide__arrow, .section-formation-workshop .splide-formation-workshop .splide__arrow {
		width: 40px;
		height: 40px;
	}
}

#section-formation-essential #splide-formation-essential .splide__arrow:hover, #section-formation-essential .splide-formation-elearnings .splide__arrow:hover, #section-formation-essential .splide-formation-workshop .splide__arrow:hover, .section-formation-elearning #splide-formation-essential .splide__arrow:hover, .section-formation-elearning .splide-formation-elearnings .splide__arrow:hover, .section-formation-elearning .splide-formation-workshop .splide__arrow:hover, .section-formation-workshop #splide-formation-essential .splide__arrow:hover, .section-formation-workshop .splide-formation-elearnings .splide__arrow:hover, .section-formation-workshop .splide-formation-workshop .splide__arrow:hover {
	background-color: #1ab4bf;
}

#section-formation-essential #splide-formation-essential .splide__arrow:hover path, #section-formation-essential .splide-formation-elearnings .splide__arrow:hover path, #section-formation-essential .splide-formation-workshop .splide__arrow:hover path, .section-formation-elearning #splide-formation-essential .splide__arrow:hover path, .section-formation-elearning .splide-formation-elearnings .splide__arrow:hover path, .section-formation-elearning .splide-formation-workshop .splide__arrow:hover path, .section-formation-workshop #splide-formation-essential .splide__arrow:hover path, .section-formation-workshop .splide-formation-elearnings .splide__arrow:hover path, .section-formation-workshop .splide-formation-workshop .splide__arrow:hover path {
	fill: #fff;
}

#section-formation-essential #splide-formation-essential .splide__arrow svg, #section-formation-essential .splide-formation-elearnings .splide__arrow svg, #section-formation-essential .splide-formation-workshop .splide__arrow svg, .section-formation-elearning #splide-formation-essential .splide__arrow svg, .section-formation-elearning .splide-formation-elearnings .splide__arrow svg, .section-formation-elearning .splide-formation-workshop .splide__arrow svg, .section-formation-workshop #splide-formation-essential .splide__arrow svg, .section-formation-workshop .splide-formation-elearnings .splide__arrow svg, .section-formation-workshop .splide-formation-workshop .splide__arrow svg {
	width: 36px;
	height: 36px;
}

#section-formation-essential #splide-formation-essential .splide__arrow--prev, #section-formation-essential .splide-formation-elearnings .splide__arrow--prev, #section-formation-essential .splide-formation-workshop .splide__arrow--prev, .section-formation-elearning #splide-formation-essential .splide__arrow--prev, .section-formation-elearning .splide-formation-elearnings .splide__arrow--prev, .section-formation-elearning .splide-formation-workshop .splide__arrow--prev, .section-formation-workshop #splide-formation-essential .splide__arrow--prev, .section-formation-workshop .splide-formation-elearnings .splide__arrow--prev, .section-formation-workshop .splide-formation-workshop .splide__arrow--prev {
	left: 0;
	transform: rotate(180deg);
}

@media only screen and (min-width:992px) {
	#section-formation-essential #splide-formation-essential .splide__arrow--prev, #section-formation-essential .splide-formation-elearnings .splide__arrow--prev, #section-formation-essential .splide-formation-workshop .splide__arrow--prev, .section-formation-elearning #splide-formation-essential .splide__arrow--prev, .section-formation-elearning .splide-formation-elearnings .splide__arrow--prev, .section-formation-elearning .splide-formation-workshop .splide__arrow--prev, .section-formation-workshop #splide-formation-essential .splide__arrow--prev, .section-formation-workshop .splide-formation-elearnings .splide__arrow--prev, .section-formation-workshop .splide-formation-workshop .splide__arrow--prev {
		left: initial;
		right: calc(( 100vw - 1215px ) / 2 + 40px + 16px);
	}
}

#section-formation-essential #splide-formation-essential .splide__arrow--next, #section-formation-essential .splide-formation-elearnings .splide__arrow--next, #section-formation-essential .splide-formation-workshop .splide__arrow--next, .section-formation-elearning #splide-formation-essential .splide__arrow--next, .section-formation-elearning .splide-formation-elearnings .splide__arrow--next, .section-formation-elearning .splide-formation-workshop .splide__arrow--next, .section-formation-workshop #splide-formation-essential .splide__arrow--next, .section-formation-workshop .splide-formation-elearnings .splide__arrow--next, .section-formation-workshop .splide-formation-workshop .splide__arrow--next {
	left: 48px;
	right: initial;
}

@media only screen and (min-width:992px) {
	#section-formation-essential #splide-formation-essential .splide__arrow--next, #section-formation-essential .splide-formation-elearnings .splide__arrow--next, #section-formation-essential .splide-formation-workshop .splide__arrow--next, .section-formation-elearning #splide-formation-essential .splide__arrow--next, .section-formation-elearning .splide-formation-elearnings .splide__arrow--next, .section-formation-elearning .splide-formation-workshop .splide__arrow--next, .section-formation-workshop #splide-formation-essential .splide__arrow--next, .section-formation-workshop .splide-formation-elearnings .splide__arrow--next, .section-formation-workshop .splide-formation-workshop .splide__arrow--next {
		left: initial;
		right: calc(( 100vw - 1215px ) / 2);
	}
}

#section-references .section__left {
	background: linear-gradient(101deg, #1ab4bf 0, #1a8bcb 109.01%);
	padding: 70px 24px 60px 24px;
	margin: 0 24px;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	#section-references .section__left {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: calc(50% + 70px);
		padding-top: 84px;
		padding-bottom: 86px;
		padding-right: 102px;
		padding-left: calc(( 100vw - 1215px ) / 2);
		margin: 0;
	}
}

#section-references .section__content {
	max-width: 530px;
	margin: auto;
}

#section-references .section__title {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 8px;
}

#section-references .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #f4f8fe;
	margin-bottom: 8px;
}

#section-references .section__description {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 32px;
}

#section-references .section__button {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

#section-references .reference__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 24px;
}

#section-references .reference__img {
	object-fit: contain;
	max-width: 100%;
	width: 144px;
	height: 64px;
}

#section-references .reference__img img {
	object-fit: contain;
	max-width: 100%;
	width: 144px;
	height: 64px;
}

#section-references .section__right {
	display: flex;
	align-items: center;
	background: #f4f8fe;
	padding: 80px 24px 56px 24px;
	margin-top: -28px;
}

@media only screen and (min-width:992px) {
	#section-references .section__right {
		width: 50%;
		min-height: 410px;
		padding-top: 80px;
		padding-bottom: 80px;
		padding-left: 120px;
		padding-right: calc(( 100vw - 1215px ) / 2);
		margin-left: auto;
		margin-top: 0;
	}
}

#section-solutions {
	background-color: #232525;
	padding-top: 56px;
	padding-bottom: 120px;
}

@media only screen and (min-width:992px) {
	#section-solutions {
		padding-top: 120px;
		padding-bottom: 192px;
	}
}

#section-solutions .section__title {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	#section-solutions .section__title {
		font-size: 40px;
		line-height: 50px;
	}
}

#section-solutions #splide-solutions {
	margin-left: 24px;
}

@media only screen and (min-width:992px) {
	#section-solutions #splide-solutions {
		margin-left: calc(( 100vw - 1215px ) / 2);
	}
}

#section-solutions #splide-solutions .splide__arrow {
	opacity: 1;
	top: initial;
	transform: initial;
	bottom: -64px;
	background-color: #fff;
	border: 2px solid #fff;
	width: 32px;
	height: 32px;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	#section-solutions #splide-solutions .splide__arrow {
		width: 40px;
		height: 40px;
		bottom: -72px;
	}
}

#section-solutions #splide-solutions .splide__arrow:hover {
	background-color: #1ab4bf;
	border: 2px solid #1ab4bf;
}

#section-solutions #splide-solutions .splide__arrow:hover path {
	fill: #fff;
}

#section-solutions #splide-solutions .splide__arrow svg {
	width: 36px;
	height: 36px;
}

#section-solutions #splide-solutions .splide__arrow--prev {
	left: 0;
	transform: rotate(180deg);
}

@media only screen and (min-width:992px) {
	#section-solutions #splide-solutions .splide__arrow--prev {
		left: initial;
		right: calc(( 100vw - 1215px ) / 2 + 40px + 16px);
	}
}

#section-solutions #splide-solutions .splide__arrow--next {
	left: 48px;
	right: initial;
}

@media only screen and (min-width:992px) {
	#section-solutions #splide-solutions .splide__arrow--next {
		left: initial;
		right: calc(( 100vw - 1215px ) / 2);
	}
}

#section-solutions .solution__card {
	position: relative;
	display: flex;
	align-items: flex-end;
	position: relative;
	height: 150px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	padding: 16px 16px 32px 16px;
}

#section-solutions .solution__card:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .32) 53.16%, rgba(0, 0, 0, .7) 93.63%, rgba(0, 0, 0, .8) 115.98%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

#section-solutions .solution__card:hover:after {
	opacity: 1;
}

#section-solutions .solution__card.solution__card--turquoise .solution__card__circle {
	background-color: #1ab4bf;
}

#section-solutions .solution__card.solution__card--red .solution__card__circle {
	background-color: #fc8373;
}

#section-solutions .solution__card.solution__card--blue .solution__card__circle {
	background-color: #1a8bcb;
}

#section-solutions .solution__card.solution__card--yellow .solution__card__circle {
	background-color: #ffd879;
}

#section-solutions .solution__card.solution__card--orange .solution__card__circle {
	background-color: #ff8d4d;
}

#section-solutions .solution__card.solution__card--green .solution__card__circle {
	background-color: #1abfa1;
}

#section-solutions .solution__card__circle {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 87px;
	height: 87px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	border-radius: 100%;
	background-color: #1ab4bf;
	padding: 19px;
}

#section-solutions img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

#section-solutions .solution__card__title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
}

#section-elearnings, #section-formations-presential, #section-last-blog, #section-last-news, .section-slider-liste-temoignages {
	padding-top: 56px;
	padding-bottom: 85px;
}

@media only screen and (min-width:992px) {
	#section-elearnings, #section-formations-presential, #section-last-blog, #section-last-news, .section-slider-liste-temoignages {
		padding-top: 80px;
	}
}

#section-elearnings .section__head, #section-formations-presential .section__head, #section-last-blog .section__head, #section-last-news .section__head, .section-slider-liste-temoignages .section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

#section-elearnings .section__head__button, #section-formations-presential .section__head__button, #section-last-blog .section__head__button, #section-last-news .section__head__button, .section-slider-liste-temoignages .section__head__button {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

#section-elearnings .section__head__button--desktop, #section-formations-presential .section__head__button--desktop, #section-last-blog .section__head__button--desktop, #section-last-news .section__head__button--desktop, .section-slider-liste-temoignages .section__head__button--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	#section-elearnings .section__head__button--desktop, #section-formations-presential .section__head__button--desktop, #section-last-blog .section__head__button--desktop, #section-last-news .section__head__button--desktop, .section-slider-liste-temoignages .section__head__button--desktop {
		display: flex;
	}
}

#section-elearnings .section__head__button--mobile, #section-formations-presential .section__head__button--mobile, #section-last-blog .section__head__button--mobile, #section-last-news .section__head__button--mobile, .section-slider-liste-temoignages .section__head__button--mobile {
	position: absolute;
	bottom: -44px;
	right: 24px;
}

@media only screen and (min-width:992px) {
	#section-elearnings .section__head__button--mobile, #section-formations-presential .section__head__button--mobile, #section-last-blog .section__head__button--mobile, #section-last-news .section__head__button--mobile, .section-slider-liste-temoignages .section__head__button--mobile {
		display: none;
	}
}

#section-elearnings #splide-blog, #section-elearnings #splide-elearnings, #section-elearnings #splide-formations-presential, #section-elearnings #splide-news, #section-elearnings #splide-presentiel, #section-formations-presential #splide-blog, #section-formations-presential #splide-elearnings, #section-formations-presential #splide-formations-presential, #section-formations-presential #splide-news, #section-formations-presential #splide-presentiel, #section-last-blog #splide-blog, #section-last-blog #splide-elearnings, #section-last-blog #splide-formations-presential, #section-last-blog #splide-news, #section-last-blog #splide-presentiel, #section-last-news #splide-blog, #section-last-news #splide-elearnings, #section-last-news #splide-formations-presential, #section-last-news #splide-news, #section-last-news #splide-presentiel, .section-slider-liste-temoignages #splide-blog, .section-slider-liste-temoignages #splide-elearnings, .section-slider-liste-temoignages #splide-formations-presential, .section-slider-liste-temoignages #splide-news, .section-slider-liste-temoignages #splide-presentiel {
	margin-left: 24px;
}

@media only screen and (min-width:992px) {
	#section-elearnings #splide-blog, #section-elearnings #splide-elearnings, #section-elearnings #splide-formations-presential, #section-elearnings #splide-news, #section-elearnings #splide-presentiel, #section-formations-presential #splide-blog, #section-formations-presential #splide-elearnings, #section-formations-presential #splide-formations-presential, #section-formations-presential #splide-news, #section-formations-presential #splide-presentiel, #section-last-blog #splide-blog, #section-last-blog #splide-elearnings, #section-last-blog #splide-formations-presential, #section-last-blog #splide-news, #section-last-blog #splide-presentiel, #section-last-news #splide-blog, #section-last-news #splide-elearnings, #section-last-news #splide-formations-presential, #section-last-news #splide-news, #section-last-news #splide-presentiel, .section-slider-liste-temoignages #splide-blog, .section-slider-liste-temoignages #splide-elearnings, .section-slider-liste-temoignages #splide-formations-presential, .section-slider-liste-temoignages #splide-news, .section-slider-liste-temoignages #splide-presentiel {
		margin-left: calc(( 100vw - 1215px ) / 2);
	}
}

#section-elearnings #splide-blog .splide__track, #section-elearnings #splide-elearnings .splide__track, #section-elearnings #splide-formations-presential .splide__track, #section-elearnings #splide-news .splide__track, #section-elearnings #splide-presentiel .splide__track, #section-formations-presential #splide-blog .splide__track, #section-formations-presential #splide-elearnings .splide__track, #section-formations-presential #splide-formations-presential .splide__track, #section-formations-presential #splide-news .splide__track, #section-formations-presential #splide-presentiel .splide__track, #section-last-blog #splide-blog .splide__track, #section-last-blog #splide-elearnings .splide__track, #section-last-blog #splide-formations-presential .splide__track, #section-last-blog #splide-news .splide__track, #section-last-blog #splide-presentiel .splide__track, #section-last-news #splide-blog .splide__track, #section-last-news #splide-elearnings .splide__track, #section-last-news #splide-formations-presential .splide__track, #section-last-news #splide-news .splide__track, #section-last-news #splide-presentiel .splide__track, .section-slider-liste-temoignages #splide-blog .splide__track, .section-slider-liste-temoignages #splide-elearnings .splide__track, .section-slider-liste-temoignages #splide-formations-presential .splide__track, .section-slider-liste-temoignages #splide-news .splide__track, .section-slider-liste-temoignages #splide-presentiel .splide__track {
	padding-bottom: 25px;
}

#section-elearnings #splide-blog .splide__arrow, #section-elearnings #splide-elearnings .splide__arrow, #section-elearnings #splide-formations-presential .splide__arrow, #section-elearnings #splide-news .splide__arrow, #section-elearnings #splide-presentiel .splide__arrow, #section-formations-presential #splide-blog .splide__arrow, #section-formations-presential #splide-elearnings .splide__arrow, #section-formations-presential #splide-formations-presential .splide__arrow, #section-formations-presential #splide-news .splide__arrow, #section-formations-presential #splide-presentiel .splide__arrow, #section-last-blog #splide-blog .splide__arrow, #section-last-blog #splide-elearnings .splide__arrow, #section-last-blog #splide-formations-presential .splide__arrow, #section-last-blog #splide-news .splide__arrow, #section-last-blog #splide-presentiel .splide__arrow, #section-last-news #splide-blog .splide__arrow, #section-last-news #splide-elearnings .splide__arrow, #section-last-news #splide-formations-presential .splide__arrow, #section-last-news #splide-news .splide__arrow, #section-last-news #splide-presentiel .splide__arrow, .section-slider-liste-temoignages #splide-blog .splide__arrow, .section-slider-liste-temoignages #splide-elearnings .splide__arrow, .section-slider-liste-temoignages #splide-formations-presential .splide__arrow, .section-slider-liste-temoignages #splide-news .splide__arrow, .section-slider-liste-temoignages #splide-presentiel .splide__arrow {
	opacity: 1;
	top: initial;
	transform: initial;
	bottom: -47px;
	background-color: #fff;
	border: 2px solid #1ab4bf;
	width: 32px;
	height: 32px;
	transition: background-color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	#section-elearnings #splide-blog .splide__arrow, #section-elearnings #splide-elearnings .splide__arrow, #section-elearnings #splide-formations-presential .splide__arrow, #section-elearnings #splide-news .splide__arrow, #section-elearnings #splide-presentiel .splide__arrow, #section-formations-presential #splide-blog .splide__arrow, #section-formations-presential #splide-elearnings .splide__arrow, #section-formations-presential #splide-formations-presential .splide__arrow, #section-formations-presential #splide-news .splide__arrow, #section-formations-presential #splide-presentiel .splide__arrow, #section-last-blog #splide-blog .splide__arrow, #section-last-blog #splide-elearnings .splide__arrow, #section-last-blog #splide-formations-presential .splide__arrow, #section-last-blog #splide-news .splide__arrow, #section-last-blog #splide-presentiel .splide__arrow, #section-last-news #splide-blog .splide__arrow, #section-last-news #splide-elearnings .splide__arrow, #section-last-news #splide-formations-presential .splide__arrow, #section-last-news #splide-news .splide__arrow, #section-last-news #splide-presentiel .splide__arrow, .section-slider-liste-temoignages #splide-blog .splide__arrow, .section-slider-liste-temoignages #splide-elearnings .splide__arrow, .section-slider-liste-temoignages #splide-formations-presential .splide__arrow, .section-slider-liste-temoignages #splide-news .splide__arrow, .section-slider-liste-temoignages #splide-presentiel .splide__arrow {
		width: 40px;
		height: 40px;
	}
}

#section-elearnings #splide-blog .splide__arrow:hover, #section-elearnings #splide-elearnings .splide__arrow:hover, #section-elearnings #splide-formations-presential .splide__arrow:hover, #section-elearnings #splide-news .splide__arrow:hover, #section-elearnings #splide-presentiel .splide__arrow:hover, #section-formations-presential #splide-blog .splide__arrow:hover, #section-formations-presential #splide-elearnings .splide__arrow:hover, #section-formations-presential #splide-formations-presential .splide__arrow:hover, #section-formations-presential #splide-news .splide__arrow:hover, #section-formations-presential #splide-presentiel .splide__arrow:hover, #section-last-blog #splide-blog .splide__arrow:hover, #section-last-blog #splide-elearnings .splide__arrow:hover, #section-last-blog #splide-formations-presential .splide__arrow:hover, #section-last-blog #splide-news .splide__arrow:hover, #section-last-blog #splide-presentiel .splide__arrow:hover, #section-last-news #splide-blog .splide__arrow:hover, #section-last-news #splide-elearnings .splide__arrow:hover, #section-last-news #splide-formations-presential .splide__arrow:hover, #section-last-news #splide-news .splide__arrow:hover, #section-last-news #splide-presentiel .splide__arrow:hover, .section-slider-liste-temoignages #splide-blog .splide__arrow:hover, .section-slider-liste-temoignages #splide-elearnings .splide__arrow:hover, .section-slider-liste-temoignages #splide-formations-presential .splide__arrow:hover, .section-slider-liste-temoignages #splide-news .splide__arrow:hover, .section-slider-liste-temoignages #splide-presentiel .splide__arrow:hover {
	background-color: #1ab4bf;
}

#section-elearnings #splide-blog .splide__arrow:hover path, #section-elearnings #splide-elearnings .splide__arrow:hover path, #section-elearnings #splide-formations-presential .splide__arrow:hover path, #section-elearnings #splide-news .splide__arrow:hover path, #section-elearnings #splide-presentiel .splide__arrow:hover path, #section-formations-presential #splide-blog .splide__arrow:hover path, #section-formations-presential #splide-elearnings .splide__arrow:hover path, #section-formations-presential #splide-formations-presential .splide__arrow:hover path, #section-formations-presential #splide-news .splide__arrow:hover path, #section-formations-presential #splide-presentiel .splide__arrow:hover path, #section-last-blog #splide-blog .splide__arrow:hover path, #section-last-blog #splide-elearnings .splide__arrow:hover path, #section-last-blog #splide-formations-presential .splide__arrow:hover path, #section-last-blog #splide-news .splide__arrow:hover path, #section-last-blog #splide-presentiel .splide__arrow:hover path, #section-last-news #splide-blog .splide__arrow:hover path, #section-last-news #splide-elearnings .splide__arrow:hover path, #section-last-news #splide-formations-presential .splide__arrow:hover path, #section-last-news #splide-news .splide__arrow:hover path, #section-last-news #splide-presentiel .splide__arrow:hover path, .section-slider-liste-temoignages #splide-blog .splide__arrow:hover path, .section-slider-liste-temoignages #splide-elearnings .splide__arrow:hover path, .section-slider-liste-temoignages #splide-formations-presential .splide__arrow:hover path, .section-slider-liste-temoignages #splide-news .splide__arrow:hover path, .section-slider-liste-temoignages #splide-presentiel .splide__arrow:hover path {
	fill: #fff;
}

#section-elearnings #splide-blog .splide__arrow svg, #section-elearnings #splide-elearnings .splide__arrow svg, #section-elearnings #splide-formations-presential .splide__arrow svg, #section-elearnings #splide-news .splide__arrow svg, #section-elearnings #splide-presentiel .splide__arrow svg, #section-formations-presential #splide-blog .splide__arrow svg, #section-formations-presential #splide-elearnings .splide__arrow svg, #section-formations-presential #splide-formations-presential .splide__arrow svg, #section-formations-presential #splide-news .splide__arrow svg, #section-formations-presential #splide-presentiel .splide__arrow svg, #section-last-blog #splide-blog .splide__arrow svg, #section-last-blog #splide-elearnings .splide__arrow svg, #section-last-blog #splide-formations-presential .splide__arrow svg, #section-last-blog #splide-news .splide__arrow svg, #section-last-blog #splide-presentiel .splide__arrow svg, #section-last-news #splide-blog .splide__arrow svg, #section-last-news #splide-elearnings .splide__arrow svg, #section-last-news #splide-formations-presential .splide__arrow svg, #section-last-news #splide-news .splide__arrow svg, #section-last-news #splide-presentiel .splide__arrow svg, .section-slider-liste-temoignages #splide-blog .splide__arrow svg, .section-slider-liste-temoignages #splide-elearnings .splide__arrow svg, .section-slider-liste-temoignages #splide-formations-presential .splide__arrow svg, .section-slider-liste-temoignages #splide-news .splide__arrow svg, .section-slider-liste-temoignages #splide-presentiel .splide__arrow svg {
	width: 36px;
	height: 36px;
}

#section-elearnings #splide-blog .splide__arrow--prev, #section-elearnings #splide-elearnings .splide__arrow--prev, #section-elearnings #splide-formations-presential .splide__arrow--prev, #section-elearnings #splide-news .splide__arrow--prev, #section-elearnings #splide-presentiel .splide__arrow--prev, #section-formations-presential #splide-blog .splide__arrow--prev, #section-formations-presential #splide-elearnings .splide__arrow--prev, #section-formations-presential #splide-formations-presential .splide__arrow--prev, #section-formations-presential #splide-news .splide__arrow--prev, #section-formations-presential #splide-presentiel .splide__arrow--prev, #section-last-blog #splide-blog .splide__arrow--prev, #section-last-blog #splide-elearnings .splide__arrow--prev, #section-last-blog #splide-formations-presential .splide__arrow--prev, #section-last-blog #splide-news .splide__arrow--prev, #section-last-blog #splide-presentiel .splide__arrow--prev, #section-last-news #splide-blog .splide__arrow--prev, #section-last-news #splide-elearnings .splide__arrow--prev, #section-last-news #splide-formations-presential .splide__arrow--prev, #section-last-news #splide-news .splide__arrow--prev, #section-last-news #splide-presentiel .splide__arrow--prev, .section-slider-liste-temoignages #splide-blog .splide__arrow--prev, .section-slider-liste-temoignages #splide-elearnings .splide__arrow--prev, .section-slider-liste-temoignages #splide-formations-presential .splide__arrow--prev, .section-slider-liste-temoignages #splide-news .splide__arrow--prev, .section-slider-liste-temoignages #splide-presentiel .splide__arrow--prev {
	left: 0;
	transform: rotate(180deg);
}

@media only screen and (min-width:992px) {
	#section-elearnings #splide-blog .splide__arrow--prev, #section-elearnings #splide-elearnings .splide__arrow--prev, #section-elearnings #splide-formations-presential .splide__arrow--prev, #section-elearnings #splide-news .splide__arrow--prev, #section-elearnings #splide-presentiel .splide__arrow--prev, #section-formations-presential #splide-blog .splide__arrow--prev, #section-formations-presential #splide-elearnings .splide__arrow--prev, #section-formations-presential #splide-formations-presential .splide__arrow--prev, #section-formations-presential #splide-news .splide__arrow--prev, #section-formations-presential #splide-presentiel .splide__arrow--prev, #section-last-blog #splide-blog .splide__arrow--prev, #section-last-blog #splide-elearnings .splide__arrow--prev, #section-last-blog #splide-formations-presential .splide__arrow--prev, #section-last-blog #splide-news .splide__arrow--prev, #section-last-blog #splide-presentiel .splide__arrow--prev, #section-last-news #splide-blog .splide__arrow--prev, #section-last-news #splide-elearnings .splide__arrow--prev, #section-last-news #splide-formations-presential .splide__arrow--prev, #section-last-news #splide-news .splide__arrow--prev, #section-last-news #splide-presentiel .splide__arrow--prev, .section-slider-liste-temoignages #splide-blog .splide__arrow--prev, .section-slider-liste-temoignages #splide-elearnings .splide__arrow--prev, .section-slider-liste-temoignages #splide-formations-presential .splide__arrow--prev, .section-slider-liste-temoignages #splide-news .splide__arrow--prev, .section-slider-liste-temoignages #splide-presentiel .splide__arrow--prev {
		left: initial;
		right: calc(( 100vw - 1215px ) / 2 + 40px + 16px);
	}
}

#section-elearnings #splide-blog .splide__arrow--next, #section-elearnings #splide-elearnings .splide__arrow--next, #section-elearnings #splide-formations-presential .splide__arrow--next, #section-elearnings #splide-news .splide__arrow--next, #section-elearnings #splide-presentiel .splide__arrow--next, #section-formations-presential #splide-blog .splide__arrow--next, #section-formations-presential #splide-elearnings .splide__arrow--next, #section-formations-presential #splide-formations-presential .splide__arrow--next, #section-formations-presential #splide-news .splide__arrow--next, #section-formations-presential #splide-presentiel .splide__arrow--next, #section-last-blog #splide-blog .splide__arrow--next, #section-last-blog #splide-elearnings .splide__arrow--next, #section-last-blog #splide-formations-presential .splide__arrow--next, #section-last-blog #splide-news .splide__arrow--next, #section-last-blog #splide-presentiel .splide__arrow--next, #section-last-news #splide-blog .splide__arrow--next, #section-last-news #splide-elearnings .splide__arrow--next, #section-last-news #splide-formations-presential .splide__arrow--next, #section-last-news #splide-news .splide__arrow--next, #section-last-news #splide-presentiel .splide__arrow--next, .section-slider-liste-temoignages #splide-blog .splide__arrow--next, .section-slider-liste-temoignages #splide-elearnings .splide__arrow--next, .section-slider-liste-temoignages #splide-formations-presential .splide__arrow--next, .section-slider-liste-temoignages #splide-news .splide__arrow--next, .section-slider-liste-temoignages #splide-presentiel .splide__arrow--next {
	left: 48px;
	right: initial;
}

@media only screen and (min-width:992px) {
	#section-elearnings #splide-blog .splide__arrow--next, #section-elearnings #splide-elearnings .splide__arrow--next, #section-elearnings #splide-formations-presential .splide__arrow--next, #section-elearnings #splide-news .splide__arrow--next, #section-elearnings #splide-presentiel .splide__arrow--next, #section-formations-presential #splide-blog .splide__arrow--next, #section-formations-presential #splide-elearnings .splide__arrow--next, #section-formations-presential #splide-formations-presential .splide__arrow--next, #section-formations-presential #splide-news .splide__arrow--next, #section-formations-presential #splide-presentiel .splide__arrow--next, #section-last-blog #splide-blog .splide__arrow--next, #section-last-blog #splide-elearnings .splide__arrow--next, #section-last-blog #splide-formations-presential .splide__arrow--next, #section-last-blog #splide-news .splide__arrow--next, #section-last-blog #splide-presentiel .splide__arrow--next, #section-last-news #splide-blog .splide__arrow--next, #section-last-news #splide-elearnings .splide__arrow--next, #section-last-news #splide-formations-presential .splide__arrow--next, #section-last-news #splide-news .splide__arrow--next, #section-last-news #splide-presentiel .splide__arrow--next, .section-slider-liste-temoignages #splide-blog .splide__arrow--next, .section-slider-liste-temoignages #splide-elearnings .splide__arrow--next, .section-slider-liste-temoignages #splide-formations-presential .splide__arrow--next, .section-slider-liste-temoignages #splide-news .splide__arrow--next, .section-slider-liste-temoignages #splide-presentiel .splide__arrow--next {
		left: initial;
		right: calc(( 100vw - 1215px ) / 2);
	}
}

#section-elearnings #splide-blog .splide__slide, #section-elearnings #splide-elearnings .splide__slide, #section-elearnings #splide-formations-presential .splide__slide, #section-elearnings #splide-news .splide__slide, #section-elearnings #splide-presentiel .splide__slide, #section-formations-presential #splide-blog .splide__slide, #section-formations-presential #splide-elearnings .splide__slide, #section-formations-presential #splide-formations-presential .splide__slide, #section-formations-presential #splide-news .splide__slide, #section-formations-presential #splide-presentiel .splide__slide, #section-last-blog #splide-blog .splide__slide, #section-last-blog #splide-elearnings .splide__slide, #section-last-blog #splide-formations-presential .splide__slide, #section-last-blog #splide-news .splide__slide, #section-last-blog #splide-presentiel .splide__slide, #section-last-news #splide-blog .splide__slide, #section-last-news #splide-elearnings .splide__slide, #section-last-news #splide-formations-presential .splide__slide, #section-last-news #splide-news .splide__slide, #section-last-news #splide-presentiel .splide__slide, .section-slider-liste-temoignages #splide-blog .splide__slide, .section-slider-liste-temoignages #splide-elearnings .splide__slide, .section-slider-liste-temoignages #splide-formations-presential .splide__slide, .section-slider-liste-temoignages #splide-news .splide__slide, .section-slider-liste-temoignages #splide-presentiel .splide__slide {
	height: max-content;
}

#section-last-news {
	background: #f4f8fe;
	padding-top: 56px;
	padding-bottom: 110px;
}

@media only screen and (min-width:992px) {
	#section-last-news {
		padding-top: 100px;
		padding-bottom: 138px;
	}
}

#section-last-blog {
	background: #f4f8fe;
	padding-top: 32px;
	padding-bottom: 134px;
}

@media only screen and (min-width:992px) {
	#section-last-blog {
		padding-top: 100px;
		padding-bottom: 138px;
	}
}

#section-testimonies {
	background: #ffd879;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:1200px) {
	#section-testimonies {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

#section-testimonies .section__body {
	flex-direction: column;
}

@media only screen and (min-width:1200px) {
	#section-testimonies .section__body {
		column-gap: 20px;
		flex-direction: row;
	}
}

@media only screen and (min-width:1366px) {
	#section-testimonies .section__body {
		column-gap: 64px;
	}
}

#section-testimonies .section__left {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

@media only screen and (min-width:1200px) {
	#section-testimonies .section__left {
		max-width: 480px;
		width: 100%;
	}
}

@media only screen and (min-width:1366px) {
	#section-testimonies .section__left {
		max-width: 550px;
	}
}

#section-testimonies .section__left .section__img {
	margin-top: auto;
}

#section-testimonies .section__left img {
	width: max-content;
	max-width: 100%;
	object-fit: contain;
}

#section-testimonies .section__title {
	color: #232525;
	margin-bottom: 8px;
}

#section-testimonies .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

#section-testimonies .section__description {
	color: #232525;
	margin-bottom: 44px;
}

#section-testimonies .section__img--mobile {
	margin-top: 50px;
}

@media only screen and (min-width:1200px) {
	#section-testimonies .section__img--mobile {
		display: none;
	}
}

#section-testimonies .section__img--mobile img {
	max-width: 100%;
}

#section-testimonies .section__img--desktop {
	display: none;
}

@media only screen and (min-width:1200px) {
	#section-testimonies .section__img--desktop {
		display: block;
	}
}

#section-testimonies .section__img--desktop img {
	max-width: 100%;
}

#section-testimonies .section__button {
	color: #232525;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

#section-testimonies .section__button:not(:last-child) {
	margin-bottom: 56px;
}

@media only screen and (min-width:1200px) {
	#section-testimonies .section__button:not(:last-child) {
		margin-bottom: 44px;
	}
}

#section-testimonies #splide-testimonies {
	padding-bottom: 96px;
}

@media only screen and (min-width:1200px) {
	#section-testimonies #splide-testimonies {
		padding-bottom: 0;
	}
}

#section-testimonies #splide-testimonies .splide__track {
	padding-top: 21px;
}

@media only screen and (min-width:1200px) {
	#section-testimonies #splide-testimonies .splide__track {
		padding-top: 0;
	}
}

#section-testimonies #splide-testimonies .splide__pagination--ttb {
	display: flex;
	justify-content: flex-start;
	left: initial;
	right: -50px;
	row-gap: 8px;
}

#section-testimonies #splide-testimonies .splide__pagination--ttb li {
	display: flex;
}

#section-testimonies #splide-testimonies .splide__pagination--ltr {
	left: initial;
	right: 0;
	column-gap: 8px;
}

#section-testimonies #splide-testimonies .splide__pagination__page {
	background: #fff;
	border: 0;
	border-radius: 50%;
	height: 6px;
	margin: 0;
	opacity: .6;
	width: 6px;
	transition: transform .2s linear, height .2s ease-in-out, opacity .2s ease-in-out, border-radius .2s ease-in-out;
}

#section-testimonies #splide-testimonies .splide__pagination__page.is-active {
	transform: initial;
	width: 24px;
	border-radius: 3px;
	opacity: 1;
}

@media only screen and (min-width:1200px) {
	#section-testimonies #splide-testimonies .splide__pagination__page.is-active {
		height: 24px;
		width: 6px;
	}
}

#section-testimonies #splide-testimonies .splide__arrow {
	opacity: 1;
	transform: initial;
	background-color: #fff;
	border: 2px solid #fff;
	width: 32px;
	height: 32px;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}

@media only screen and (min-width:1200px) {
	#section-testimonies #splide-testimonies .splide__arrow {
		left: initial;
		right: -64px;
		width: 40px;
		height: 40px;
	}
}

#section-testimonies #splide-testimonies .splide__arrow:hover {
	background-color: #1ab4bf;
	border: 2px solid #1ab4bf;
}

#section-testimonies #splide-testimonies .splide__arrow:hover path {
	fill: #fff;
}

#section-testimonies #splide-testimonies .splide__arrow svg {
	width: 36px;
	height: 36px;
}

#section-testimonies #splide-testimonies .splide__arrow--prev {
	transform: rotate(180deg);
	top: initial;
	left: 0;
	bottom: 0;
}

@media only screen and (min-width:1200px) {
	#section-testimonies #splide-testimonies .splide__arrow--prev {
		left: initial;
		bottom: 56px;
	}
}

#section-testimonies #splide-testimonies .splide__arrow--next {
	top: initial;
	bottom: 0;
	left: 48px;
}

@media only screen and (min-width:1200px) {
	#section-testimonies #splide-testimonies .splide__arrow--next {
		left: initial;
	}
}

@media only screen and (min-width:1200px) {
	#section-testimonies #splide-testimonies .splide__list {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width:1366px) {
	#section-testimonies #splide-testimonies .splide__list {
		align-items: flex-start;
	}
}

#section-testimonies #splide-testimonies .splide__slide {
	display: flex;
	justify-content: center;
}

@media only screen and (min-width:1200px) {
	#section-testimonies #splide-testimonies .splide__slide:not(.is-active) .testimony__card {
		width: 540px;
		padding: 40px 32px 0 32px;
	}
}

#section-contact, #section-cta-contact-elearning {
	background: #f4f8fe;
	margin-bottom: 88px;
}

@media only screen and (min-width:992px) {
	#section-contact, #section-cta-contact-elearning {
		margin-bottom: 0;
	}
}

#section-contact .section__body, #section-cta-contact-elearning .section__body {
	padding-top: 56px;
	padding-bottom: 300px;
}

@media only screen and (min-width:992px) {
	#section-contact .section__body, #section-cta-contact-elearning .section__body {
		min-height: 440px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width:992px) {
	#section-contact .section__left, #section-cta-contact-elearning .section__left {
		width: calc(100% - 440px);
		min-height: 440px;
	}
}

#section-contact .section__title, #section-cta-contact-elearning .section__title {
	color: #000;
	margin-bottom: 8px;
}

#section-contact .section__title:before, #section-cta-contact-elearning .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

#section-contact .section__description, #section-cta-contact-elearning .section__description {
	margin-bottom: 32px;
	padding-left: 16px;
}

#section-contact img, #section-cta-contact-elearning img {
	position: absolute;
	bottom: -32px;
	object-fit: contain;
	width: 100%;
	height: 296px;
}

@media only screen and (min-width:992px) {
	#section-contact img, #section-cta-contact-elearning img {
		right: 0;
		bottom: auto;
		max-width: 440px;
		height: 400px;
	}
}

@media only screen and (min-width:992px) {
	#section-contact .section__body {
		padding-left: 117px;
	}
}

#section-faq {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	#section-faq {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

#section-faq .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 48px;
}

#section-faq .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

#section-faq .section__cta__contact {
	color: #72757a;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-top: 48px;
}

#section-faq .section__cta__contact p {
	color: #72757a;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

#section-faq .section__cta__contact .obs-active, #section-faq .section__cta__contact a {
	color: #000;
	font-weight: 700;
	cursor: pointer;
}

.page-template-actualites .section-header, .page-template-blog .section-header {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.page-template-actualites .section-header, .page-template-blog .section-header {
		padding-top: 74px;
		padding-bottom: 110px;
	}
}

.page-template-actualites .section-header .section__img, .page-template-actualites .section-header .section__img img, .page-template-blog .section-header .section__img, .page-template-blog .section-header .section__img img {
	max-width: 100%;
	margin-top: 40px;
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-actualites .section-header .section__img, .page-template-actualites .section-header .section__img img, .page-template-blog .section-header .section__img, .page-template-blog .section-header .section__img img {
		margin-top: 0;
		max-width: 550px;
	}
}

.page-template-actualites .section-header .section__body, .page-template-blog .section-header .section__body {
	align-items: center;
	column-gap: 70px;
}

.page-template-actualites .section-header .section__title, .page-template-blog .section-header .section__title {
	color: var(--White, #fff);
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
}

@media only screen and (min-width:992px) {
	.page-template-actualites .section-header .section__title, .page-template-blog .section-header .section__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.page-template-actualites .section-header .section__description, .page-template-blog .section-header .section__description {
	margin-top: 16px;
	padding-left: 16px;
}

.page-template-actualites .section-header .section__description *, .page-template-blog .section-header .section__description * {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-actualites .section-header .section__description *, .page-template-blog .section-header .section__description * {
		font-size: 18px;
	}
}

.page-template-actualites .filter__wrapper, .page-template-blog .filter__wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
	width: 100%;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.page-template-actualites .filter__wrapper, .page-template-blog .filter__wrapper {
		flex-direction: row;
		align-items: center;
		column-gap: 24px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width:992px) {
	.page-template-actualites .select-category, .page-template-blog .select-category {
		max-width: 543px;
	}
}

.page-template-actualites .filter__label, .page-template-blog .filter__label {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: max-content;
}

.page-template-actualites .section-articles, .page-template-blog .section-articles {
	padding-bottom: 56px;
	margin-top: -48px;
}

@media only screen and (min-width:992px) {
	.page-template-actualites .section-articles, .page-template-blog .section-articles {
		padding-bottom: 80px;
		margin-top: -72px;
	}
}

.page-template-actualites .section-articles .filter__card, .page-template-blog .section-articles .filter__card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #fff;
	padding: 24px 16px;
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-actualites .section-articles .filter__card, .page-template-blog .section-articles .filter__card {
		flex-direction: row;
		column-gap: 96px;
		justify-content: space-between;
		align-items: center;
		padding: 24px 32px;
		margin-bottom: 48px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-actualites .section-articles .select-sort, .page-template-blog .section-articles .select-sort {
		max-width: 250px;
	}
}

.page-template-actualites .section-articles .filter__card__title, .page-template-blog .section-articles .filter__card__title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	flex-shrink: 0;
	margin-bottom: 4px;
}

@media only screen and (min-width:992px) {
	.page-template-actualites .section-articles .filter__card__title, .page-template-blog .section-articles .filter__card__title {
		margin-bottom: 0;
	}
}

.page-template-actualites .section-articles .article__list, .page-template-blog .section-articles .article__list {
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-actualites .section-articles .article__list, .page-template-blog .section-articles .article__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 40px;
	}
}

.page-template-auteurs .breadcrumb__list {
	margin-bottom: 60px;
}

.page-template-auteurs .section-header {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-header {
		padding-top: 20px;
		padding-bottom: 110px;
	}
}

.page-template-auteurs .section-header .section__img, .page-template-auteurs .section-header .section__img img {
	max-width: 100%;
	margin-top: 40px;
	border-radius: 16px;
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-header .section__img, .page-template-auteurs .section-header .section__img img {
		margin-top: 0;
		max-width: 550px;
	}
}

.page-template-auteurs .section-header .section__body {
	align-items: center;
	column-gap: 70px;
}

.page-template-auteurs .section-header .section__title {
	color: var(--White, #fff);
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-header .section__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.page-template-auteurs .section-header .section__description {
	margin-top: 16px;
}

.page-template-auteurs .section-header .section__description * {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-header .section__description * {
		font-size: 18px;
	}
}

.page-template-auteurs .section-articles {
	padding-bottom: 56px;
	margin-top: -48px;
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-articles {
		padding-bottom: 80px;
		margin-top: -72px;
	}
}

.page-template-auteurs .section-articles .filter__card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #fff;
	padding: 24px 16px;
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-articles .filter__card {
		flex-direction: row;
		column-gap: 96px;
		justify-content: space-between;
		align-items: center;
		padding: 24px 32px;
		margin-bottom: 48px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-articles .select-sort {
		max-width: 250px;
	}
}

.page-template-auteurs .section-articles .filter__card__title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	flex-shrink: 0;
	margin-bottom: 4px;
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-articles .filter__card__title {
		margin-bottom: 0;
	}
}

.page-template-auteurs .section-articles .article__list {
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-articles .article__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 40px;
	}
}

.page-template-auteurs .section-articles .article__list img {
	object-position: top;
}

.page-template-auteurs .section-articles .article__list .article__card .article__card__title {
	margin-bottom: 0;
	margin-top: auto;
}

.page-template-auteurs .section-articles .article__list .article__card .article__card__img-wrapper {
	height: 340px;
}

@media only screen and (min-width:992px) {
	.page-template-auteurs .section-articles .article__list .article__card .article__card__img-wrapper {
		height: 340px;
	}
}

.page-template-new-landing-elearning.isbuilder #section-hero {
	min-height: auto;
	padding-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning.isbuilder #section-hero {
		padding-bottom: 80px;
	}
}

.page-template-new-landing-elearning.isbuilder #section-hero img, .page-template-new-landing-elearning.isbuilder #section-hero picture {
	max-height: 260px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning.isbuilder #section-hero img, .page-template-new-landing-elearning.isbuilder #section-hero picture {
		max-height: 100%;
		margin-right: 0;
		margin-top: 0;
		max-width: 600px;
		object-fit: cover;
	}
}

.tax-formations_el-category.isBuilder #section-formations {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category.isBuilder #section-formations {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.home.isbuilder {
	overflow: hidden;
}

.home.isbuilder #section-certification {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.home.isbuilder #section-certification {
		flex-direction: row;
		padding-top: 100px;
	}
}

@media only screen and (min-width:992px) {
	.home.isbuilder #section-certification .section__img {
		position: relative;
		z-index: -1;
		max-height: 360px;
	}
	
	.home.isbuilder #section-certification .section__right {
		left: -120px;
		height: max-content;
	}
}

.home.isbuilder #section-certification.img-position--top .section__img--mobile {
	order: -1;
}

.home.isbuilder #section-certification.img-position--top .section__body {
	margin-top: -10px;
}

.home.isbuilder #section-certification.img-position--bottom .section__img--mobile {
	order: 1;
}

.home.isbuilder #section-certification .section__description {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.home.isbuilder #section-certification .section__description p {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.home.isbuilder #section-certification .section__description p {
		font-size: 16px;
	}
}

@media only screen and (min-width:992px) {
	.home.isbuilder #section-certification .section__description {
		font-size: 16px;
	}
}

.home.isbuilder #section-postures {
	display: flex;
	flex-direction: column;
	padding-top: 86px;
}

@media only screen and (min-width:992px) {
	.home.isbuilder #section-postures {
		flex-direction: row;
		padding-top: 100px;
	}
}

@media only screen and (min-width:992px) {
	.home.isbuilder #section-postures .section__img {
		z-index: -1;
	}
	
	.home.isbuilder #section-postures .section__left {
		height: max-content;
	}
	
	.home.isbuilder #section-postures svg {
		top: -60px;
	}
}

.home.isbuilder #section-postures .section__left {
	padding: 24px;
}

@media only screen and (min-width:992px) {
	.home.isbuilder #section-postures .section__left {
		padding: 32px 24px;
	}
}

.home.isbuilder #section-postures.img-position--top .section__img--mobile {
	order: -1;
}

.home.isbuilder #section-postures.img-position--top .section__body {
	margin-top: -10px;
}

.home.isbuilder #section-postures.img-position--bottom .section__img--mobile {
	order: 1;
}

.home.isbuilder #section-postures .section__description {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.home.isbuilder #section-postures .section__description p {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.home.isbuilder #section-postures .section__description p {
		font-size: 16px;
	}
}

@media only screen and (min-width:992px) {
	.home.isbuilder #section-postures .section__description {
		font-size: 16px;
	}
}

.page-template-new-landing-elearning.isbuilder #section-services {
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 0;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning.isbuilder #section-services {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.section-hero-button_infos {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
	justify-content: center;
	margin-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.section-hero-button_infos {
		margin-bottom: 80px;
	}
}

.section-hero-button_infos .infos {
	color: var(--Gray, #72757a);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-hero-button_infos.no_padding_bottom {
	margin-bottom: 20px;
}

#section-hero-button {
	position: relative;
	background: linear-gradient(90deg, #1a8bcd 3.44%, #1ab4bf 70.46%, #ffd879 121.8%);
	padding-top: 80px;
	padding-bottom: 60px;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) {
	#section-hero-button {
		padding-top: 16px;
		padding-bottom: 80px;
		margin-bottom: 0;
	}
}

#section-hero-button .section__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width:992px) {
	#section-hero-button .section__content {
		max-width: 810px;
		margin: 0 auto;
		padding-top: 100px;
	}
}

#section-hero-button .section__title {
	color: var(--White, #fff);
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	#section-hero-button .section__title {
		font-size: 56px;
		line-height: 66px;
	}
}

#section-hero-button .section__description {
	color: var(--White, #fff);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	#section-hero-button .section__description {
		margin-top: 16px;
	}
}

#section-hero-button .section__button {
	margin-top: 32px;
}

#section-hero-button .svg-circle {
	display: none;
}

@media only screen and (min-width:992px) {
	#section-hero-button .svg-circle {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
}

#section-hero-button .svg-circle-2 {
	display: none;
}

@media only screen and (min-width:992px) {
	#section-hero-button .svg-circle-2 {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

#section-hero-button .svg-circle-mobile {
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (min-width:992px) {
	#section-hero-button .svg-circle-mobile {
		display: none;
	}
}

#section-hero-button .svg-circle-mobile-2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media only screen and (min-width:992px) {
	#section-hero-button .svg-circle-mobile-2 {
		display: none;
	}
}

#section-download-description {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (min-width:992px) {
	#section-download-description .section__content {
		display: flex;
		align-items: center;
		column-gap: 60px;
	}
}

#section-download-description .section__card {
	border-radius: 16px;
	background: var(--White, #fff);
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
	padding: 32px 24px;
}

@media only screen and (min-width:992px) {
	#section-download-description .section__card {
		max-width: 347px;
		width: 100%;
	}
}

#section-download-description .section__title {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	align-items: center;
	justify-content: center;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
}

#section-download-description .section__title:after {
	content: "";
	background: #ffd879;
	width: 59px;
	height: 2px;
}

#section-download-description .section__body {
	display: flex;
	flex-direction: row;
	column-gap: 16px;
}

#section-download-description .filename {
	color: var(--Black, #000);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

#section-download-description .filesize {
	color: var(--Gray, #72757a);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 8px;
}

#section-download-description .filesize .type {
	text-transform: uppercase;
}

#section-download-description .section__button {
	margin-top: 16px;
}

#section-download-description .section__description {
	color: var(--Gray, #72757a);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 48px;
}

@media only screen and (min-width:992px) {
	#section-download-description .section__description {
		margin-top: 0;
	}
}

.section-contenu-wysiwyg {
	padding-bottom: 40px;
}

.section-contenu-podcast {
	padding-bottom: 30px;
	padding-top: 30px;
}

@media only screen and (min-width:992px) {
	.section-contenu-podcast {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.section-contenu-podcast .content_podcast {
	display: flex;
	align-items: center;
	border-radius: 16px;
	background: var(--White, #fff);
	gap: 32px;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.section-contenu-podcast .content_podcast {
		flex-direction: row;
	}
}

.section-contenu-podcast .content_podcast .podcast_image, .section-contenu-podcast .content_podcast .podcast_image img {
	max-width: 100%;
	object-fit: contain;
	height: 100%;
	width: 100%;
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.section-contenu-podcast .content_podcast .podcast_image, .section-contenu-podcast .content_podcast .podcast_image img {
		width: 485px;
	}
}

.section-contenu-podcast .content_podcast .podcast_image img {
	max-width: initial;
}

.section-contenu-podcast .content_podcast .podcast_date {
	color: rgba(0, 0, 0, .5);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}

.section-contenu-podcast .content_podcast .podcast_title {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

.section-contenu-podcast .content_podcast .podcast_description {
	color: var(--Gray, #72757a);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.section-contenu-podcast .content_podcast .podcast_description {
		padding-left: 16px;
	}
}

.section-contenu-podcast .content_podcast .podcast_media audio {
	width: 100%;
}

.section-contenu-texte-liste-liens {
	padding: 40px 0;
}

.section-contenu-texte-liste-liens h4 {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	color: var(--Black, #000);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.section-contenu-texte-liste-liens h4:after {
	content: "";
	background-color: #ffd879;
	width: 59px;
	height: 2px;
}

.section-contenu-texte-liste-liens h5 {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	color: var(--Black, #000);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	margin-bottom: 16px;
}

.section-contenu-texte-liste-liens h5:after {
	content: "";
	background-color: #ffd879;
	width: 59px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:992px) {
	.section-contenu-texte-liste-liens .section__content {
		max-width: 588px;
		width: 100%;
		flex-shrink: 0;
	}
}

@media only screen and (min-width:992px) {
	.section-contenu-texte-liste-liens .section__body {
		display: flex;
		gap: 24px;
		width: 100%;
		max-width: 996px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section-contenu-texte-liste-liens .section__card {
	border-radius: 16px;
	background: var(--White, #fff);
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
	padding: 32px 24px;
	width: 100%;
	margin-top: 24px;
}

@media only screen and (min-width:992px) {
	.section-contenu-texte-liste-liens .section__card {
		margin-top: 0;
	}
}

.section-contenu-texte-liste-liens .link__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.section-contenu-texte-liste-liens .link__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--Brand-colors-Blue, #1a8bcb);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-contenu-texte-liste-liens .link__item:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24iPgo8Y2lyY2xlIGlkPSJFbGxpcHNlIDEiIGN4PSIxMiIgY3k9IjEyLjUiIHI9IjExLjI1IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjAxNzUgMTYuNzkxNEMxMS43MzYxIDE3LjA5NTMgMTEuNzU0NCAxNy41Njk5IDEyLjA1ODQgMTcuODUxMkMxMi4zNjIzIDE4LjEzMjYgMTIuODM2OCAxOC4xMTQzIDEzLjExODIgMTcuODEwNEwxNy42NTI0IDEyLjkxMjRDMTcuOTIyNiAxMi42MjA2IDE3LjkxOCAxMi4xNjg2IDE3LjY0MTkgMTEuODgyM0wxMy4xMDc3IDcuMTgwMjZDMTIuODIwMiA2Ljg4MjA5IDEyLjM0NTQgNi44NzM0NyAxMi4wNDcyIDcuMTYwOTlDMTEuNzQ5MSA3LjQ0ODUxIDExLjc0MDUgNy45MjMzMSAxMi4wMjggOC4yMjE0N0wxNS40MzE0IDExLjc1MDlMNi44OTk2NSAxMS43NTA5QzYuNDg1NDQgMTEuNzUwOSA2LjE0OTY1IDEyLjA4NjcgNi4xNDk2NSAxMi41MDA5QzYuMTQ5NjUgMTIuOTE1MSA2LjQ4NTQ0IDEzLjI1MDkgNi44OTk2NSAxMy4yNTA5TDE1LjI5NSAxMy4yNTA5TDEyLjAxNzUgMTYuNzkxNFoiIGZpbGw9IiMxQThCQ0IiLz4KPC9nPgo8L3N2Zz4K");
}

#section-certification {
	display: none;
}

@media only screen and (min-width:992px) {
	#section-certification {
		display: block;
		padding-bottom: 80px;
	}
}

#section-certification .section__img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	#section-certification .section__img {
		position: absolute;
	}
}

@media only screen and (min-width:992px) {
	#section-certification .section__img {
		width: 704px;
		height: auto;
	}
}

#section-certification .section__img img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	#section-certification .section__img img {
		width: 704px;
		height: auto;
	}
}

#section-certification .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	#section-certification .section__img--desktop {
		display: block;
	}
}

#section-certification .section__img--mobile {
	display: block;
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	#section-certification .section__img--mobile {
		display: none;
	}
}

#section-certification .section__right {
	position: relative;
	background: #fff;
	z-index: 1;
	padding: 32px 24px;
}

@media only screen and (min-width:992px) {
	#section-certification .section__right {
		margin-top: 60px;
		margin-left: auto;
		width: 585px;
		padding: 32px 48px;
		z-index: auto;
	}
}

#section-certification .section__logo, #section-certification .section__logo img {
	margin-bottom: 8px;
	max-width: 100%;
}

@media only screen and (min-width:992px) {
	#section-certification .section__logo, #section-certification .section__logo img {
		max-width: 340px;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width:992px) {
	#section-certification .section__logo img, #section-certification .section__logo img img {
		max-width: 340px;
		margin-bottom: 15px;
	}
}

#section-certification .section__title {
	color: #1a1a1a;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 16px;
}

#section-certification .section__description {
	padding-left: 16px;
	margin-bottom: 32px;
}

#section-certification .section__description p {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	#section-certification .section__description p {
		font-size: 16px;
	}
}

#section-certification svg {
	position: absolute;
	top: -30px;
	right: -66px;
	z-index: -1;
}

@media only screen and (min-width:992px) {
	#section-certification svg {
		right: -35px;
		bottom: -36px;
		top: auto;
	}
}

.section-slider-liste-temoignages {
	background: #f4f8fe;
}

@media only screen and (min-width:992px) {
	.section-slider-liste-temoignages {
		padding-top: 100px;
		padding-bottom: 100px;
		margin-top: 80px;
	}
}

.section-citation-surligne {
	padding-bottom: 40px;
}

.section-citation-surligne .section__body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width:992px) {
	.section-citation-surligne .section__body {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section-citation-surligne .section__description {
	color: var(--Brand-colors-Blue, #1a8bcb);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.section-citation-surligne .section__description:before {
	content: "";
	background: linear-gradient(to top, #ff0 50%, transparent 50%);
}

.section-citation-surligne .section__description .highlighted {
	position: relative;
	display: inline-block;
	color: var(--Brand-colors-Blue, #1a8bcb);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.section-citation-surligne .section__description .highlighted:before {
	content: " ";
	display: block;
	height: 70%;
	width: 135%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(to top, #ffe095 70%, transparent 50%);
	bottom: 0;
	z-index: -1;
}

.section-citation-surligne .section__name {
	color: var(--Gray, #72757a);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 7px;
}

.section-citation-surligne .section__enterprise {
	color: var(--Black, #000);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 8px;
}

.section-hero-bouton-image {
	position: relative;
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.section-hero-bouton-image {
		padding-top: 74px;
		padding-bottom: 112px;
	}
}

@media only screen and (min-width:992px) {
	.section-hero-bouton-image .section__body {
		column-gap: 69px;
		align-items: center;
	}
}

@media only screen and (min-width:992px) {
	.section-hero-bouton-image .section__content {
		max-width: 645px;
		margin: 0 auto;
	}
}

.section-hero-bouton-image .section__title {
	color: var(--White, #fff);
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.section-hero-bouton-image .section__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.section-hero-bouton-image .section__description {
	color: var(--White, #fff);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.section-hero-bouton-image .section__description {
		margin-top: 16px;
	}
}

.section-hero-bouton-image .section__button {
	margin-top: 32px;
}

.section-hero-bouton-image .section__img, .section-hero-bouton-image .section__img img {
	border-radius: 8px;
	margin-top: 40px;
	max-width: 100%;
}

@media only screen and (min-width:992px) {
	.section-hero-bouton-image .section__img, .section-hero-bouton-image .section__img img {
		margin-top: 0;
		max-width: 550px;
	}
}

.section-cta-titre-bouton-texte {
	padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.section-cta-titre-bouton-texte {
		padding-bottom: 80px;
	}
}

@media only screen and (min-width:992px) {
	.section-cta-titre-bouton-texte .section__body {
		align-items: center;
		gap: 30px;
	}
}

.section-cta-titre-bouton-texte .section__head {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (min-width:992px) {
	.section-cta-titre-bouton-texte .section__head {
		max-width: 585px;
		flex-shrink: 0;
	}
}

.section-cta-titre-bouton-texte .section__title {
	color: var(--Brand-colors-Blue, #1a8bcb);
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 42px;
}

@media only screen and (min-width:992px) {
	.section-cta-titre-bouton-texte .section__title {
		font-size: 40px;
		line-height: 50px;
	}
}

.section-cta-titre-bouton-texte .section__description {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width:992px) {
	.section-cta-titre-bouton-texte .section__description {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.section-cta-titre-bouton-texte .section__button--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.section-cta-titre-bouton-texte .section__button--desktop {
		display: flex;
	}
}

@media only screen and (min-width:992px) {
	.section-cta-titre-bouton-texte .section__button--mobile {
		display: none;
	}
}

.section-liste-4-colonnes-picto-titre-texte-bouton {
	background: var(--Bg, #f4f8fe);
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-liste-4-colonnes-picto-titre-texte-bouton .section__title {
	color: #1a1a1a;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 38px;
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.section-liste-4-colonnes-picto-titre-texte-bouton .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.section-liste-4-colonnes-picto-titre-texte-bouton .bloc__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (min-width:992px) {
	.section-liste-4-colonnes-picto-titre-texte-bouton .bloc__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.section-liste-4-colonnes-picto-titre-texte-bouton .bloc__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	background: var(--White, #fff);
	padding: 24px;
}

.section-liste-4-colonnes-picto-titre-texte-bouton .bloc__picto {
	width: 56px;
	height: 56px;
	margin-bottom: 15px;
}

.section-liste-4-colonnes-picto-titre-texte-bouton .bloc__title {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.section-liste-4-colonnes-picto-titre-texte-bouton .bloc__title {
		font-size: 20px;
		font-weight: 700;
	}
}

.section-liste-4-colonnes-picto-titre-texte-bouton .bloc__description {
	color: var(--Gray, #72757a);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 24px;
}

@media only screen and (min-width:992px) {
	.section-liste-4-colonnes-picto-titre-texte-bouton .bloc__description {
		font-size: 16px;
	}
}

.section-liste-4-colonnes-picto-titre-texte-bouton .bloc__button {
	margin-top: auto;
}

.section-cta-newsletter {
	background: var(--Brand-colors-Yellow, #ffd879);
}

@media only screen and (min-width:992px) {
	.section-cta-newsletter .section__body {
		padding-left: 117px;
	}
}

.section-cta-newsletter .section__left {
	padding-top: 56px;
}

@media only screen and (min-width:992px) {
	.section-cta-newsletter .section__left {
		max-width: 724px;
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.section-cta-newsletter .section__title {
	color: var(--Black, #000);
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 8px;
}

.section-cta-newsletter .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.section-cta-newsletter .section__title strong {
	color: var(--Brand-colors-Blue, #1a8bcb);
}

.section-cta-newsletter .section__description {
	padding-left: 16px;
}

.section-cta-newsletter .section__button {
	margin-top: 32px;
}

.section-cta-newsletter .section__img, .section-cta-newsletter .section__img img {
	object-fit: contain;
	margin-top: 32px;
	max-width: 100%;
}

@media only screen and (min-width:992px) {
	.section-cta-newsletter .section__img, .section-cta-newsletter .section__img img {
		max-height: 410px;
		margin-top: auto;
		margin-bottom: 11px;
	}
}

.section-cta-orange .section__content {
	display: flex;
	flex-direction: column;
	padding: 24px;
	justify-content: center;
	align-items: center;
	gap: 24px;
	border-radius: 8px;
	background: var(--Brand-colors-Red, #fc8373);
	margin-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.section-cta-orange .section__content {
		flex-direction: row;
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
	}
}

.section-cta-orange .section__description {
	color: var(--White, #fff);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

@media only screen and (min-width:992px) {
	.section-cta-orange .section__description {
		font-size: 16px;
		text-align: left;
	}
}

.section-cta-orange .section__value {
	color: var(--White, #fff);
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.section-slider-avis-google {
	padding-bottom: 30px;
	padding-top: 30px;
}

@media only screen and (min-width:992px) {
	.section-slider-avis-google {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.page-template-contact-remerciement .section-main {
	padding-top: 40px;
	padding-bottom: 150px;
}

.page-template-contact-remerciement .section__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-template-contact-remerciement .section__img {
	margin-bottom: 10px;
	max-width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-contact-remerciement .section__img {
		max-width: 250px;
	}
}

.page-template-contact-remerciement .section__title {
	color: #000;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 36px;
}

@media only screen and (min-width:992px) {
	.page-template-contact-remerciement .section__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.page-template-contact-remerciement .section__description {
	color: var(--Gray, #72757a);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 8px;
}

.page-template-contact-remerciement .section__button {
	margin-top: 32px;
}

.page-template-devis section.devis {
	padding-top: 56px;
	background: var(--Contact-us-gradient, linear-gradient(180deg, #1a8bcb 0, #1ab4bf 100%));
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis {
		padding-top: 100px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .container {
		max-width: 1230px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .section__body {
		column-gap: 126px;
	}
}

.page-template-devis section.devis .section__content {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .section__content {
		max-width: 590px;
		width: 100%;
		flex-shrink: 0;
	}
}

.page-template-devis section.devis .section__content__head {
	padding-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .section__content__head {
		padding-bottom: 24px;
		border-bottom: 1px solid #f4f8fe;
	}
}

.page-template-devis section.devis .section__title {
	color: var(--White, #fff);
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .section__title {
		font-size: 56px;
		line-height: 66px;
		margin-bottom: 8px;
	}
}

.page-template-devis section.devis .section__description {
	color: var(--White, #fff);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .section__description {
		font-size: 18px;
	}
}

.page-template-devis section.devis .contact__wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	margin-top: 10px;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .contact__wrapper {
		margin-top: 16px;
	}
}

.page-template-devis section.devis .contact__item {
	display: flex;
	align-items: center;
	column-gap: 16px;
}

.page-template-devis section.devis .contact__item__text {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.page-template-devis section.devis .section__content__cta {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .section__content__cta {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px;
		margin-top: 24px;
	}
}

.page-template-devis section.devis .section__content__cta__item__title {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 26px;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .section__content__cta__item__title {
		font-size: 18px;
	}
}

.page-template-devis section.devis .section__content__cta__item__description {
	color: var(--White, #fff);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .section__content__cta__item__description {
		font-size: 16px;
		font-weight: 400;
	}
}

.page-template-devis section.devis .section__content__cta__item__btn {
	margin-top: 20px;
}

.page-template-devis section.devis .content--mobile {
	border-top: 1px solid #f4f8fe;
	padding-top: 32px;
	margin-top: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .content--mobile {
		display: none;
	}
}

.page-template-devis section.devis .content--mobile .section__content__img {
	width: 100%;
	margin-top: 64px;
}

.page-template-devis section.devis .content--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .content--desktop {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}

.page-template-devis section.devis .content--desktop .section__content__img {
	margin-top: auto;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .content--desktop .section__content__img {
		margin-bottom: 0;
		max-width: 358px;
		padding-top: 20px;
		object-fit: contain;
	}
}

.page-template-devis section.devis .form__wrapper {
	border-radius: 8px;
	background: var(--White, #fff);
	box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
	padding: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-devis section.devis .form__wrapper {
		margin-bottom: 140px;
	}
}

.page-template-devis section.devis .form__title {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 24px;
}

.page-template-devis section.devis .step__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 38px;
}

.page-template-devis section.devis .step__number {
	position: relative;
	display: flex;
	padding: 2px 11px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: var(--White, #fff);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border-radius: 30px;
	opacity: .7;
	background: var(--Brand-colors-Blue, #1a8bcb);
	width: 37px;
	height: 37px;
}

.page-template-devis section.devis .step__number.step__number--first {
	cursor: pointer;
}

.page-template-devis section.devis .step__number.current {
	opacity: 1;
}

.page-template-devis section.devis .step__number.current:before {
	content: "";
	border-radius: 40px;
	border: 2px solid var(--Brand-colors-Red, #fc8373);
	width: 45px;
	height: 45px;
	position: absolute;
	top: -4px;
	left: -4px;
}

.page-template-devis section.devis .step__line {
	width: 129px;
	height: 1px;
	background: #1a8bcb;
}

.page-template-devis section.devis .input-group:not(:last-child) {
	margin-bottom: 24px;
}

.page-template-devis section.devis .select2 {
	border: none;
}

.page-template-devis section.devis .select2-search__field {
	border-radius: 0;
	margin-top: 0;
}

.page-template-devis section.devis .select2-container--default .select2-selection--multiple {
	border-radius: 42px;
	background: var(--Bg, #f4f8fe);
	border: none;
	padding: 12px 16px;
}

.page-template-devis section.devis .send-btn {
	margin-left: auto;
	margin-right: auto;
}

.page-template-devis section.devis .policy {
	color: var(--Gray, #72757a);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 24px;
}

.page-template-devis section.devis .policy a {
	color: var(--Brand-colors-Blue, #1a8bcb);
	font-weight: 700;
}

.page-template-devis .page-template-new-landing-elearning #section-services {
	padding-top: 72px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-devis .page-template-new-landing-elearning #section-services {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-devis .page-template-new-landing-elearning #section-services .section__title {
	margin-bottom: 32px;
}

.page-template-devis .page-template-new-landing-elearning #section-services .service__list {
	background: var(--Bg, #f4f8fe);
}

.page-template-devis #section-address {
	padding-top: 65px;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-address {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.page-template-devis #section-address .section__content {
	position: relative;
	background: var(--White, #fff);
	padding: 16px 24px;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-address .section__content {
		padding: 32px 48px;
		position: absolute;
		left: 0;
		bottom: 23px;
		max-width: 615px;
		width: 100%;
	}
}

.page-template-devis #section-address .section__circle {
	position: absolute;
	top: -65px;
	left: -50px;
	z-index: -1;
}

.page-template-devis #section-address .section__title {
	color: #1a1a1a;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-address .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-devis #section-address .section__description {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-address .section__description {
		font-size: 16px;
	}
}

.page-template-devis #section-address .social-list {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 32px;
}

.page-template-devis #section-address .section__img, .page-template-devis #section-address .section__img img {
	width: 100%;
	padding-left: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-address .section__img, .page-template-devis #section-address .section__img img {
		width: initial;
		margin-left: auto;
		padding-left: 0;
	}
}

.page-template-devis #section-certification {
	display: block;
	padding-top: 80px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-certification {
		padding-top: 0;
		padding-bottom: 76px;
	}
}

.page-template-devis #section-certification svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-certification svg {
		display: block;
	}
}

.page-template-devis #section-regulation {
	position: relative;
	background: var(--Brand-colors-Blue, #1a8bcb);
	padding-top: 64px;
	padding-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-regulation {
		padding-top: 0;
		padding-bottom: 0;
		min-height: 430px;
	}
}

.page-template-devis #section-regulation .section__body {
	display: flex;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-regulation .section__body {
		column-gap: 45px;
		padding-left: 100px;
		padding-right: 70px;
	}
}

.page-template-devis #section-regulation .section__content {
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-devis #section-regulation .section__content {
		padding-top: 120px;
		padding-bottom: 120px;
		max-width: 590px;
		margin-bottom: 0;
	}
}

.page-template-devis #section-regulation .section__title {
	color: var(--White, #fff);
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 8px;
}

.page-template-devis #section-regulation .section__description {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

.page-template-devis #section-regulation .section__btn {
	margin-top: 32px;
}

.page-template-devis #section-regulation .section__img {
	max-width: 100%;
}

.page-template-devis #section-regulation .section__img img {
	max-width: 100%;
}

.page-template-new-e-learning #section-hero {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	min-height: 547px;
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-hero {
		padding-top: 16px;
		padding-bottom: 100px;
	}
}

.page-template-new-e-learning #section-hero .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-hero .breadcrumb__list {
		display: flex;
	}
}

.page-template-new-e-learning #section-hero .section__body {
	column-gap: 69px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-hero .section__body {
		margin-top: 48px;
	}
}

.page-template-new-e-learning #section-hero .section__left {
	max-width: 645px;
	width: 100%;
	flex-shrink: 0;
}

.page-template-new-e-learning #section-hero .hero__title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-hero .hero__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.page-template-new-e-learning #section-hero .hero__description {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-hero .hero__description {
		font-size: 18px;
	}
}

.page-template-new-e-learning #section-hero img {
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
	margin-top: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-hero img {
		margin-top: 0;
	}
}

.page-template-new-e-learning #section-formations {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-new-e-learning #section-formations .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-formations .section__title {
		text-align: left;
	}
}

.page-template-new-e-learning #section-formations .formation__list {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-formations .formation__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 50px;
	}
}

.page-template-new-e-learning #section-cta {
	background: #fff;
	padding: 0;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-cta {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-e-learning #section-cta img {
	width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-cta img {
		position: absolute;
		top: 0;
		left: 0;
		width: 704px;
		height: 361px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-cta .section__img--mobile {
		display: none;
	}
}

.page-template-new-e-learning #section-cta .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-cta .section__img--desktop {
		display: block;
	}
}

.page-template-new-e-learning #section-cta .section__right {
	position: relative;
	background: #fff;
	padding: 32px 24px;
	max-width: 585px;
	width: 100%;
	flex-shrink: 0;
	margin-left: auto;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-cta .section__right {
		margin-top: 60px;
		padding: 32px 48px;
	}
}

.page-template-new-e-learning #section-cta .section__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-cta .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-new-e-learning #section-cta .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-new-e-learning #section-cta .section__description {
	padding-left: 16px;
}

.page-template-new-e-learning #section-cta .section__description ul {
	list-style: initial;
	margin-left: 25px;
}

.page-template-new-e-learning #section-cta .section__description li, .page-template-new-e-learning #section-cta .section__description p {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.page-template-new-e-learning #section-cta .section__btn-row {
	display: flex;
	flex-direction: column;
	column-gap: 20px;
	row-gap: 16px;
	margin-top: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-cta .section__btn-row {
		flex-direction: row;
	}
}

.page-template-new-e-learning #section-cta svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-cta svg {
		display: block;
		position: absolute;
		bottom: -59px;
		right: -35px;
	}
}

.page-template-new-e-learning #section-elearnings {
	padding-top: 88px;
	padding-bottom: 120px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-elearnings {
		padding-top: 40px;
		padding-bottom: 152px;
	}
}

.page-template-new-e-learning #section-video {
	background: #f4f8fe;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-video {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-e-learning #section-video .section__body {
	flex-direction: column;
}

.page-template-new-e-learning #section-video .section__circle {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-video .section__circle {
		display: block;
		position: absolute;
		top: -49px;
		left: -70px;
	}
}

.page-template-new-e-learning #section-video .section__circle-2 {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-video .section__circle-2 {
		display: block;
		position: absolute;
		bottom: -66px;
		right: -63px;
	}
}

.page-template-new-e-learning #section-video .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

.page-template-new-e-learning #section-video .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-new-e-learning #section-video .section__description {
	display: none;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-video .section__description {
		display: block;
		max-width: 788px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-new-e-learning #section-video .embed-container {
	position: relative;
	width: 100%;
	height: 183px;
	border-radius: 24px;
	margin: 0 auto;
}

@media only screen and (min-width:992px) {
	.page-template-new-e-learning #section-video .embed-container {
		width: 996px;
		height: 557px;
	}
}

.page-template-new-e-learning #section-video .embed-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	z-index: 1;
}

.page-template-new-e-learning #section-video .section__button {
	margin: 32px auto 0 auto;
}

.page-template-new-e-learning #section-references {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-evenement-entreprise .section-main {
	position: relative;
	padding-bottom: 56px;
	margin-top: -48px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise .section-main {
		padding-bottom: 80px;
		margin-top: -72px;
	}
}

.page-template-evenement-entreprise .section-main .tag__list {
	margin-bottom: 0;
}

.page-template-evenement-entreprise .section-main .tag--blue {
	background: #d1e8f5;
	color: var(--Brand-colors-Blue, #1a8bcb);
}

.page-template-evenement-entreprise .section-main .filter__card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #fff;
	padding: 24px 16px;
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise .section-main .filter__card {
		flex-direction: row;
		column-gap: 40px;
		align-items: center;
		padding: 24px 32px;
		margin-bottom: 48px;
	}
}

.page-template-evenement-entreprise .section-main .filter__card .select--custom {
	max-width: 250px;
}

.page-template-evenement-entreprise .section-main .filter__card__title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	flex-shrink: 0;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise .section-main .filter__card__title {
		margin-bottom: 0;
	}
}

.page-template-evenement-entreprise .section-main .section__content {
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise .section-main .section__content {
		max-width: 775px;
	}
}

.page-template-evenement-entreprise .section-main p {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise .section-main p {
		font-size: 16px;
	}
}

.page-template-evenement-entreprise #section-tabs {
	padding-top: 0;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs {
		padding-bottom: 80px;
	}
}

.page-template-evenement-entreprise #section-tabs .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .section__title {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-evenement-entreprise #section-tabs .tab__list {
	display: flex;
	border-radius: 30px;
	border: 1px solid #1a8bcb;
	background: #f4f8fe;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .tab__list {
		margin-bottom: 80px;
	}
}

.page-template-evenement-entreprise #section-tabs .select-custom {
	position: relative;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .select-custom {
		display: none;
	}
}

.page-template-evenement-entreprise #section-tabs .select-custom:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDQyOTk4Ij4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDY0MzcgNS40NzQ4MUMyLjc1NDI5IDUuMTc4OTcgMy4yMjkxNCA1LjE3NDE3IDMuNTI0OTggNS40NjQwOUw4LjA5MTI1IDkuOTM5MDRMMTIuNDY0MyA1LjQ3NDkyQzEyLjc1NDEgNS4xNzkwMiAxMy4yMjkgNS4xNzQxMyAxMy41MjQ5IDUuNDYzOTlDMTMuODIwOCA1Ljc1Mzg0IDEzLjgyNTcgNi4yMjg2OSAxMy41MzU4IDYuNTI0NTlMOC42Mzc4NCAxMS41MjQ2QzguNDk4NjMgMTEuNjY2NyA4LjMwODY1IDExLjc0NzcgOC4xMDk3MiAxMS43NDk3QzcuOTEwOCAxMS43NTE3IDcuNzE5MjEgMTEuNjc0NyA3LjU3NzEyIDExLjUzNTRMMi40NzUwOCA2LjUzNTQxQzIuMTc5MjUgNi4yNDU0OSAyLjE3NDQ1IDUuNzcwNjQgMi40NjQzNyA1LjQ3NDgxWiIgZmlsbD0iIzFBOEJDQiIvPgo8L2c+Cjwvc3ZnPgo=");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.page-template-evenement-entreprise #section-tabs .tab__list--mobile {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	appearance: none;
	outline: 0;
	border-radius: 40px;
	background: #f4f8fe;
	border: none;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .tab__list--mobile {
		display: none;
	}
}

.page-template-evenement-entreprise #section-tabs .tab__list--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .tab__list--desktop {
		display: flex;
	}
}

.page-template-evenement-entreprise #section-tabs .tab__item {
	position: relative;
	width: 100%;
}

.page-template-evenement-entreprise #section-tabs .tab__item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #f4f8fe;
	display: none;
}

.page-template-evenement-entreprise #section-tabs .tab__item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 40px;
	background-color: #1a8bcb;
}

.page-template-evenement-entreprise #section-tabs .tab__item.active:before {
	display: block;
}

.page-template-evenement-entreprise #section-tabs .tab__item.active:after {
	display: none;
}

.page-template-evenement-entreprise #section-tabs .tab__item.active .tab__btn {
	border-radius: 30px;
	background: #1a8bcb;
}

.page-template-evenement-entreprise #section-tabs .tab__item.active .tab__btn__text {
	color: #fff;
}

.page-template-evenement-entreprise #section-tabs .tab__btn {
	padding: 16px 47px;
	border: none;
	background-color: transparent;
	width: 100%;
	cursor: pointer;
}

.page-template-evenement-entreprise #section-tabs .tab__btn:focus {
	outline: 0;
}

.page-template-evenement-entreprise #section-tabs .tab__btn__text {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

.page-template-evenement-entreprise #section-tabs .tab__body {
	position: relative;
	display: none;
	flex-direction: column;
}

.page-template-evenement-entreprise #section-tabs .tab__body.active {
	display: flex;
}

.page-template-evenement-entreprise #section-tabs .tab__body svg {
	position: absolute;
	top: -56px;
	left: -66px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .tab__body svg {
		top: 0;
		left: -50px;
	}
}

.page-template-evenement-entreprise #section-tabs .tab__body img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .tab__body img {
		position: absolute;
		top: 0;
		right: 0;
		width: 704px;
		height: 361px;
	}
}

.page-template-evenement-entreprise #section-tabs .tab__content {
	padding: 32px 24px;
	background-color: #fff;
	width: 100%;
	flex-shrink: 0;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .tab__content {
		max-width: 615px;
		margin-top: 65px;
		padding: 32px 48px;
	}
}

.page-template-evenement-entreprise #section-tabs .tab__content__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .tab__content__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-evenement-entreprise #section-tabs .tab__content__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-evenement-entreprise #section-tabs .tab__content__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-tabs .tab__content__description {
		font-size: 16px;
	}
}

.page-template-evenement-entreprise #section-formations {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-evenement-entreprise #section-formations .section__title {
	color: #000;
	margin-bottom: 8px;
}

.page-template-evenement-entreprise #section-formations .section__title:before {
	content: "";
	display: block;
	width: 59px;
	height: 2px;
	background: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-evenement-entreprise #section-formations .section__description {
	color: var(--Gray, #72757a);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-formations .section__description {
		font-size: 16px;
	}
}

.page-template-evenement-entreprise #section-formations .formation__list {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-formations .formation__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 50px;
	}
}

.page-template-evenement-entreprise #section-formations .formation__item {
	max-width: 282px;
	height: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-formations .formation__item {
		max-width: 100%;
	}
}

.page-template-evenement-entreprise .section-customization {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-evenement-entreprise .section-customization .section__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise .section-customization .section__content {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-evenement-entreprise .section-customization .section__title {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	text-align: center;
	margin-bottom: 32px;
}

.page-template-evenement-entreprise .section-customization .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-evenement-entreprise .section-customization .section__button {
	margin-top: 32px;
}

.page-template-evenement-entreprise .section-customization {
	padding-top: 0;
}

.page-template-evenement-entreprise .section-formation-workshop {
	background: var(--Bg, #f4f8fe);
	margin-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise .section-formation-workshop {
		margin-bottom: 80px;
	}
}

.page-template-new-formations #section-hero {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	min-height: 547px;
	padding-top: 16px;
	padding-bottom: 100px;
}

.page-template-new-formations #section-hero .section__body {
	column-gap: 69px;
	margin-top: 48px;
}

.page-template-new-formations #section-hero .section__left {
	max-width: 645px;
	width: 100%;
	flex-shrink: 0;
}

.page-template-new-formations #section-hero .hero__title {
	color: #fff;
	font-size: 56px;
	font-weight: 800;
	line-height: 66px;
	margin-bottom: 16px;
}

.page-template-new-formations #section-hero .hero__description {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
	margin-bottom: 32px;
}

.page-template-new-formations #section-hero img {
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.page-template-new-formations #section-formations {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-new-formations #section-formations .section__title {
	color: #000;
	font-size: 40px;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 32px;
}

.page-template-new-formations #section-formations .formation__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 24px;
	row-gap: 50px;
}

.page-template-new-formations #section-cta {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fff;
}

.page-template-new-formations #section-cta img {
	position: absolute;
	top: 0;
	left: 0;
	width: 704px;
	height: 361px;
}

.page-template-new-formations #section-cta .section__right {
	position: relative;
	background: #fff;
	padding: 32px 48px;
	max-width: 585px;
	width: 100%;
	flex-shrink: 0;
	margin-top: 60px;
	margin-left: auto;
}

.page-template-new-formations #section-cta .section__title {
	color: #1a1a1a;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 16px;
}

.page-template-new-formations #section-cta .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-new-formations #section-cta .section__description {
	padding-left: 16px;
}

.page-template-new-formations #section-cta .section__description ul {
	list-style: initial;
	margin-left: 25px;
}

.page-template-new-formations #section-cta .section__description li, .page-template-new-formations #section-cta .section__description p {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.page-template-new-formations #section-cta .section__btn-row {
	display: flex;
	column-gap: 20px;
	margin-top: 32px;
}

.page-template-new-formations #section-video {
	background: #f4f8fe;
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-new-formations #section-video .section__title {
	color: #000;
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 32px;
}

.page-template-new-formations #section-video .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-new-formations #section-video .section__description {
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-formations #section-video .section__description {
		max-width: 788px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-new-formations #section-video .embed-container {
	width: 996px;
	height: 557px;
	border-radius: 24px;
	margin: 0 auto;
}

.page-template-new-formations #section-video .embed-container iframe {
	width: 100%;
	height: 100%;
	border-radius: 24px;
}

.page-template-new-formations #section-video .section__button {
	margin: 32px auto 0 auto;
}

.page-template-new-formations #section-references {
	padding-top: 80px;
	padding-bottom: 80px;
}

.tax-formations_el-category #section-hero {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(126deg, #1ab4bf -2.17%, #ffd879 105.33%);
	min-height: 547px;
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-hero {
		background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
		padding-top: 16px;
		padding-bottom: 100px;
	}
}

.tax-formations_el-category #section-hero .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-hero .breadcrumb__list {
		display: flex;
	}
}

.tax-formations_el-category #section-hero .section__body {
	column-gap: 69px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-hero .section__body {
		margin-top: 48px;
	}
}

.tax-formations_el-category #section-hero .section__left {
	max-width: 645px;
	width: 100%;
	flex-shrink: 0;
}

.tax-formations_el-category #section-hero .hero__title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-hero .hero__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.tax-formations_el-category #section-hero .hero__description {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-hero .hero__description {
		font-size: 18px;
	}
}

.tax-formations_el-category #section-hero img {
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
	margin-top: 40px;
	max-width: 500px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-hero img {
		margin-top: 0;
	}
}

.tax-formations_el-category #section-formations {
	padding-top: 80px;
	padding-bottom: 80px;
}

.tax-formations_el-category #section-formations .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-formations .section__title {
		text-align: left;
	}
}

.tax-formations_el-category #section-formations .formation__list {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-formations .formation__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 50px;
	}
}

.tax-formations_el-category #section-formations .formation__item {
	max-width: 282px;
	height: 100%;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-formations .formation__item {
		max-width: 100%;
	}
}

.tax-formations_el-category #section-cta {
	background: #fff;
	padding: 0;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-cta {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.tax-formations_el-category #section-cta img {
	width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-cta img {
		position: absolute;
		top: 0;
		left: 0;
		width: 704px;
		height: 361px;
	}
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-cta .section__img--mobile {
		display: none;
	}
}

.tax-formations_el-category #section-cta .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-cta .section__img--desktop {
		display: block;
		max-width: 704px;
	}
}

.tax-formations_el-category #section-cta .section__right {
	position: relative;
	background: #fff;
	padding: 32px 24px;
	max-width: 585px;
	width: 100%;
	flex-shrink: 0;
	margin-left: auto;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-cta .section__right {
		margin-top: 60px;
		padding: 32px 48px;
	}
}

.tax-formations_el-category #section-cta .section__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-cta .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.tax-formations_el-category #section-cta .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.tax-formations_el-category #section-cta .section__description {
	padding-left: 16px;
}

.tax-formations_el-category #section-cta .section__description ul {
	list-style: initial;
	margin-left: 25px;
}

.tax-formations_el-category #section-cta .section__description li, .tax-formations_el-category #section-cta .section__description p {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.tax-formations_el-category #section-cta .section__btn-row {
	display: flex;
	flex-direction: column;
	column-gap: 20px;
	row-gap: 16px;
	margin-top: 32px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-cta .section__btn-row {
		flex-direction: row;
	}
}

.tax-formations_el-category #section-cta svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-cta svg {
		display: block;
		position: absolute;
		bottom: -59px;
		right: -35px;
	}
}

.tax-formations_el-category #section-elearnings {
	padding-top: 88px;
	padding-bottom: 120px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-elearnings {
		padding-top: 40px;
		padding-bottom: 152px;
	}
}

.tax-formations_el-category #section-video {
	background: #f4f8fe;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-video {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.tax-formations_el-category #section-video .section__body {
	flex-direction: column;
}

.tax-formations_el-category #section-video .section__circle {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-video .section__circle {
		display: block;
		position: absolute;
		top: -49px;
		left: -70px;
	}
}

.tax-formations_el-category #section-video .section__circle-2 {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-video .section__circle-2 {
		display: block;
		position: absolute;
		bottom: -66px;
		right: -63px;
	}
}

.tax-formations_el-category #section-video .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

.tax-formations_el-category #section-video .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.tax-formations_el-category #section-video .section__description {
	display: none;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-video .section__description {
		display: block;
		max-width: 788px;
		margin-left: auto;
		margin-right: auto;
	}
}

.tax-formations_el-category #section-video .embed-container {
	position: relative;
	width: 100%;
	min-height: 183px;
	border-radius: 24px;
	margin: 0 auto;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-video .embed-container {
		width: 996px;
		min-height: 557px;
	}
}

.tax-formations_el-category #section-video .embed-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 183px;
	border-radius: 24px;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.tax-formations_el-category #section-video .embed-container iframe {
		min-height: 557px;
	}
}

.tax-formations_el-category #section-video .embed-container .cmplz-blocked-content-notice {
	max-width: calc(100% - 20px);
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #1ab4bf;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	column-gap: 0;
	border-radius: 40px;
	border: none;
	background: #fff;
	padding: 12px 34px;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out, background .2s ease-in-out;
	cursor: pointer;
	z-index: 1;
}

.tax-formations_el-category #section-video .embed-container .cmplz-blocked-content-notice:hover {
	background: linear-gradient(94deg, #1ab4bf -70.45%, #1a8bcd 114.02%);
	color: #fff;
}

.tax-formations_el-category #section-video .section__button {
	margin: 32px auto 0 auto;
}

.tax-formations_el-category #section-references {
	padding-top: 80px;
	padding-bottom: 80px;
}

.tax-ateliers-category #section-hero, .tax-formations_el-category #section-hero, .tax-formations_presen-category #section-hero {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(126deg, #1ab4bf -2.17%, #ffd879 105.33%);
	min-height: 547px;
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-hero, .tax-formations_el-category #section-hero, .tax-formations_presen-category #section-hero {
		background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
		padding-top: 16px;
		padding-bottom: 100px;
	}
}

.tax-ateliers-category #section-hero .breadcrumb__list, .tax-formations_el-category #section-hero .breadcrumb__list, .tax-formations_presen-category #section-hero .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-hero .breadcrumb__list, .tax-formations_el-category #section-hero .breadcrumb__list, .tax-formations_presen-category #section-hero .breadcrumb__list {
		display: flex;
	}
}

.tax-ateliers-category #section-hero .section__body, .tax-formations_el-category #section-hero .section__body, .tax-formations_presen-category #section-hero .section__body {
	column-gap: 69px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-hero .section__body, .tax-formations_el-category #section-hero .section__body, .tax-formations_presen-category #section-hero .section__body {
		margin-top: 48px;
	}
}

.tax-ateliers-category #section-hero .section__left, .tax-formations_el-category #section-hero .section__left, .tax-formations_presen-category #section-hero .section__left {
	max-width: 645px;
	width: 100%;
	flex-shrink: 0;
}

.tax-ateliers-category #section-hero .hero__title, .tax-formations_el-category #section-hero .hero__title, .tax-formations_presen-category #section-hero .hero__title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-hero .hero__title, .tax-formations_el-category #section-hero .hero__title, .tax-formations_presen-category #section-hero .hero__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.tax-ateliers-category #section-hero .hero__description, .tax-formations_el-category #section-hero .hero__description, .tax-formations_presen-category #section-hero .hero__description {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-hero .hero__description, .tax-formations_el-category #section-hero .hero__description, .tax-formations_presen-category #section-hero .hero__description {
		font-size: 18px;
	}
}

.tax-ateliers-category #section-hero img, .tax-ateliers-category #section-hero picture, .tax-formations_el-category #section-hero img, .tax-formations_el-category #section-hero picture, .tax-formations_presen-category #section-hero img, .tax-formations_presen-category #section-hero picture {
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
	margin-top: 40px;
	max-width: 500px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-hero img, .tax-ateliers-category #section-hero picture, .tax-formations_el-category #section-hero img, .tax-formations_el-category #section-hero picture, .tax-formations_presen-category #section-hero img, .tax-formations_presen-category #section-hero picture {
		margin-top: 0;
	}
}

.tax-ateliers-category #section-formations, .tax-formations_el-category #section-formations, .tax-formations_presen-category #section-formations {
	padding-top: 80px;
	padding-bottom: 80px;
}

.tax-ateliers-category #section-formations .section__title, .tax-formations_el-category #section-formations .section__title, .tax-formations_presen-category #section-formations .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-formations .section__title, .tax-formations_el-category #section-formations .section__title, .tax-formations_presen-category #section-formations .section__title {
		text-align: left;
	}
}

.tax-ateliers-category #section-formations .formation__list, .tax-formations_el-category #section-formations .formation__list, .tax-formations_presen-category #section-formations .formation__list {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-formations .formation__list, .tax-formations_el-category #section-formations .formation__list, .tax-formations_presen-category #section-formations .formation__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 50px;
	}
}

.tax-ateliers-category #section-formations .formation__item, .tax-formations_el-category #section-formations .formation__item, .tax-formations_presen-category #section-formations .formation__item {
	max-width: 100%;
	height: 100%;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-formations .formation__item, .tax-formations_el-category #section-formations .formation__item, .tax-formations_presen-category #section-formations .formation__item {
		max-width: 100%;
	}
}

.tax-ateliers-category #section-cta, .tax-formations_el-category #section-cta, .tax-formations_presen-category #section-cta {
	background: #fff;
	padding: 0;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-cta, .tax-formations_el-category #section-cta, .tax-formations_presen-category #section-cta {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.tax-ateliers-category #section-cta img, .tax-formations_el-category #section-cta img, .tax-formations_presen-category #section-cta img {
	width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-cta img, .tax-formations_el-category #section-cta img, .tax-formations_presen-category #section-cta img {
		position: absolute;
		top: 0;
		left: 0;
		width: 704px;
		height: 361px;
	}
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-cta .section__img--mobile, .tax-formations_el-category #section-cta .section__img--mobile, .tax-formations_presen-category #section-cta .section__img--mobile {
		display: none;
	}
}

.tax-ateliers-category #section-cta .section__img--desktop, .tax-formations_el-category #section-cta .section__img--desktop, .tax-formations_presen-category #section-cta .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-cta .section__img--desktop, .tax-formations_el-category #section-cta .section__img--desktop, .tax-formations_presen-category #section-cta .section__img--desktop {
		display: block;
		max-width: 704px;
	}
}

.tax-ateliers-category #section-cta .section__right, .tax-formations_el-category #section-cta .section__right, .tax-formations_presen-category #section-cta .section__right {
	position: relative;
	background: #fff;
	padding: 32px 24px;
	max-width: 585px;
	width: 100%;
	flex-shrink: 0;
	margin-left: auto;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-cta .section__right, .tax-formations_el-category #section-cta .section__right, .tax-formations_presen-category #section-cta .section__right {
		margin-top: 60px;
		padding: 32px 48px;
	}
}

.tax-ateliers-category #section-cta .section__title, .tax-formations_el-category #section-cta .section__title, .tax-formations_presen-category #section-cta .section__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-cta .section__title, .tax-formations_el-category #section-cta .section__title, .tax-formations_presen-category #section-cta .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.tax-ateliers-category #section-cta .section__title:before, .tax-formations_el-category #section-cta .section__title:before, .tax-formations_presen-category #section-cta .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.tax-ateliers-category #section-cta .section__description, .tax-formations_el-category #section-cta .section__description, .tax-formations_presen-category #section-cta .section__description {
	padding-left: 16px;
}

.tax-ateliers-category #section-cta .section__description ul, .tax-formations_el-category #section-cta .section__description ul, .tax-formations_presen-category #section-cta .section__description ul {
	list-style: initial;
	margin-left: 25px;
}

.tax-ateliers-category #section-cta .section__description li, .tax-ateliers-category #section-cta .section__description p, .tax-formations_el-category #section-cta .section__description li, .tax-formations_el-category #section-cta .section__description p, .tax-formations_presen-category #section-cta .section__description li, .tax-formations_presen-category #section-cta .section__description p {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.tax-ateliers-category #section-cta .section__btn-row, .tax-formations_el-category #section-cta .section__btn-row, .tax-formations_presen-category #section-cta .section__btn-row {
	display: flex;
	flex-direction: column;
	column-gap: 20px;
	row-gap: 16px;
	margin-top: 32px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-cta .section__btn-row, .tax-formations_el-category #section-cta .section__btn-row, .tax-formations_presen-category #section-cta .section__btn-row {
		flex-direction: row;
	}
}

.tax-ateliers-category #section-cta svg, .tax-formations_el-category #section-cta svg, .tax-formations_presen-category #section-cta svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-cta svg, .tax-formations_el-category #section-cta svg, .tax-formations_presen-category #section-cta svg {
		display: block;
		position: absolute;
		bottom: -59px;
		right: -35px;
	}
}

.tax-ateliers-category #section-elearnings, .tax-formations_el-category #section-elearnings, .tax-formations_presen-category #section-elearnings {
	padding-top: 88px;
	padding-bottom: 120px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-elearnings, .tax-formations_el-category #section-elearnings, .tax-formations_presen-category #section-elearnings {
		padding-top: 40px;
		padding-bottom: 152px;
	}
}

.tax-ateliers-category #section-video, .tax-formations_el-category #section-video, .tax-formations_presen-category #section-video {
	background: #f4f8fe;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-video, .tax-formations_el-category #section-video, .tax-formations_presen-category #section-video {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.tax-ateliers-category #section-video .section__body, .tax-formations_el-category #section-video .section__body, .tax-formations_presen-category #section-video .section__body {
	flex-direction: column;
}

.tax-ateliers-category #section-video .section__circle, .tax-formations_el-category #section-video .section__circle, .tax-formations_presen-category #section-video .section__circle {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-video .section__circle, .tax-formations_el-category #section-video .section__circle, .tax-formations_presen-category #section-video .section__circle {
		display: block;
		position: absolute;
		top: -49px;
		left: -70px;
	}
}

.tax-ateliers-category #section-video .section__circle-2, .tax-formations_el-category #section-video .section__circle-2, .tax-formations_presen-category #section-video .section__circle-2 {
	display: none;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-video .section__circle-2, .tax-formations_el-category #section-video .section__circle-2, .tax-formations_presen-category #section-video .section__circle-2 {
		display: block;
		position: absolute;
		bottom: -66px;
		right: -63px;
	}
}

.tax-ateliers-category #section-video .section__title, .tax-formations_el-category #section-video .section__title, .tax-formations_presen-category #section-video .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

.tax-ateliers-category #section-video .section__title:before, .tax-formations_el-category #section-video .section__title:before, .tax-formations_presen-category #section-video .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.tax-ateliers-category #section-video .section__description, .tax-formations_el-category #section-video .section__description, .tax-formations_presen-category #section-video .section__description {
	display: none;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-video .section__description, .tax-formations_el-category #section-video .section__description, .tax-formations_presen-category #section-video .section__description {
		display: block;
		max-width: 788px;
		margin-left: auto;
		margin-right: auto;
	}
}

.tax-ateliers-category #section-video .embed-container, .tax-formations_el-category #section-video .embed-container, .tax-formations_presen-category #section-video .embed-container {
	position: relative;
	width: 100%;
	min-height: 183px;
	border-radius: 24px;
	margin: 0 auto;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-video .embed-container, .tax-formations_el-category #section-video .embed-container, .tax-formations_presen-category #section-video .embed-container {
		width: 996px;
		min-height: 557px;
	}
}

.tax-ateliers-category #section-video .embed-container iframe, .tax-formations_el-category #section-video .embed-container iframe, .tax-formations_presen-category #section-video .embed-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 183px;
	border-radius: 24px;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.tax-ateliers-category #section-video .embed-container iframe, .tax-formations_el-category #section-video .embed-container iframe, .tax-formations_presen-category #section-video .embed-container iframe {
		min-height: 557px;
	}
}

.tax-ateliers-category #section-video .embed-container .cmplz-blocked-content-notice, .tax-formations_el-category #section-video .embed-container .cmplz-blocked-content-notice, .tax-formations_presen-category #section-video .embed-container .cmplz-blocked-content-notice {
	max-width: calc(100% - 20px);
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #1ab4bf;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	column-gap: 0;
	border-radius: 40px;
	border: none;
	background: #fff;
	padding: 12px 34px;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out, background .2s ease-in-out;
	cursor: pointer;
	z-index: 1;
}

.tax-ateliers-category #section-video .embed-container .cmplz-blocked-content-notice:hover, .tax-formations_el-category #section-video .embed-container .cmplz-blocked-content-notice:hover, .tax-formations_presen-category #section-video .embed-container .cmplz-blocked-content-notice:hover {
	background: linear-gradient(94deg, #1ab4bf -70.45%, #1a8bcd 114.02%);
	color: #fff;
}

.tax-ateliers-category #section-video .section__button, .tax-formations_el-category #section-video .section__button, .tax-formations_presen-category #section-video .section__button {
	margin: 32px auto 0 auto;
}

.tax-ateliers-category #section-references, .tax-formations_el-category #section-references, .tax-formations_presen-category #section-references {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-evenement-entreprise #section-hero, .page-template-formation-formateur #section-hero, .page-template-formation-sst #section-hero, .page-template-formations #section-hero {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	min-height: 547px;
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-hero, .page-template-formation-formateur #section-hero, .page-template-formation-sst #section-hero, .page-template-formations #section-hero {
		padding-top: 16px;
		padding-bottom: 100px;
	}
}

.page-template-evenement-entreprise #section-hero .breadcrumb__list, .page-template-formation-formateur #section-hero .breadcrumb__list, .page-template-formation-sst #section-hero .breadcrumb__list, .page-template-formations #section-hero .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-hero .breadcrumb__list, .page-template-formation-formateur #section-hero .breadcrumb__list, .page-template-formation-sst #section-hero .breadcrumb__list, .page-template-formations #section-hero .breadcrumb__list {
		display: flex;
	}
}

.page-template-evenement-entreprise #section-hero .section__body, .page-template-formation-formateur #section-hero .section__body, .page-template-formation-sst #section-hero .section__body, .page-template-formations #section-hero .section__body {
	column-gap: 69px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-hero .section__body, .page-template-formation-formateur #section-hero .section__body, .page-template-formation-sst #section-hero .section__body, .page-template-formations #section-hero .section__body {
		margin-top: 48px;
	}
}

.page-template-evenement-entreprise #section-hero .section__left, .page-template-formation-formateur #section-hero .section__left, .page-template-formation-sst #section-hero .section__left, .page-template-formations #section-hero .section__left {
	max-width: 645px;
	width: 100%;
	flex-shrink: 0;
}

.page-template-evenement-entreprise #section-hero .hero__title, .page-template-formation-formateur #section-hero .hero__title, .page-template-formation-sst #section-hero .hero__title, .page-template-formations #section-hero .hero__title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-hero .hero__title, .page-template-formation-formateur #section-hero .hero__title, .page-template-formation-sst #section-hero .hero__title, .page-template-formations #section-hero .hero__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.page-template-evenement-entreprise #section-hero .hero__description, .page-template-formation-formateur #section-hero .hero__description, .page-template-formation-sst #section-hero .hero__description, .page-template-formations #section-hero .hero__description {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-hero .hero__description, .page-template-formation-formateur #section-hero .hero__description, .page-template-formation-sst #section-hero .hero__description, .page-template-formations #section-hero .hero__description {
		font-size: 18px;
	}
}

.page-template-evenement-entreprise #section-hero img, .page-template-formation-formateur #section-hero img, .page-template-formation-sst #section-hero img, .page-template-formations #section-hero img {
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
	margin-top: 40px;
	max-width: 500px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-hero img, .page-template-formation-formateur #section-hero img, .page-template-formation-sst #section-hero img, .page-template-formations #section-hero img {
		margin-top: 0;
	}
}

.page-template-evenement-entreprise #section-formations, .page-template-formation-formateur #section-formations, .page-template-formation-sst #section-formations, .page-template-formations #section-formations {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-evenement-entreprise #section-formations .section__title, .page-template-formation-formateur #section-formations .section__title, .page-template-formation-sst #section-formations .section__title, .page-template-formations #section-formations .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-formations .section__title, .page-template-formation-formateur #section-formations .section__title, .page-template-formation-sst #section-formations .section__title, .page-template-formations #section-formations .section__title {
		text-align: left;
	}
}

.page-template-evenement-entreprise #section-formations .formation__list, .page-template-formation-formateur #section-formations .formation__list, .page-template-formation-sst #section-formations .formation__list, .page-template-formations #section-formations .formation__list {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-formations .formation__list, .page-template-formation-formateur #section-formations .formation__list, .page-template-formation-sst #section-formations .formation__list, .page-template-formations #section-formations .formation__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 50px;
	}
}

.page-template-evenement-entreprise #section-formations .formation__item, .page-template-formation-formateur #section-formations .formation__item, .page-template-formation-sst #section-formations .formation__item, .page-template-formations #section-formations .formation__item {
	max-width: 282px;
	height: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-formations .formation__item, .page-template-formation-formateur #section-formations .formation__item, .page-template-formation-sst #section-formations .formation__item, .page-template-formations #section-formations .formation__item {
		max-width: 100%;
	}
}

.page-template-evenement-entreprise #section-cta, .page-template-formation-formateur #section-cta, .page-template-formation-sst #section-cta, .page-template-formations #section-cta {
	background: #fff;
	padding: 0;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-cta, .page-template-formation-formateur #section-cta, .page-template-formation-sst #section-cta, .page-template-formations #section-cta {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-evenement-entreprise #section-cta img, .page-template-formation-formateur #section-cta img, .page-template-formation-sst #section-cta img, .page-template-formations #section-cta img {
	width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-cta img, .page-template-formation-formateur #section-cta img, .page-template-formation-sst #section-cta img, .page-template-formations #section-cta img {
		position: absolute;
		top: 0;
		left: 0;
		width: 704px;
		height: 361px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-cta .section__img--mobile, .page-template-formation-formateur #section-cta .section__img--mobile, .page-template-formation-sst #section-cta .section__img--mobile, .page-template-formations #section-cta .section__img--mobile {
		display: none;
	}
}

.page-template-evenement-entreprise #section-cta .section__img--desktop, .page-template-formation-formateur #section-cta .section__img--desktop, .page-template-formation-sst #section-cta .section__img--desktop, .page-template-formations #section-cta .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-cta .section__img--desktop, .page-template-formation-formateur #section-cta .section__img--desktop, .page-template-formation-sst #section-cta .section__img--desktop, .page-template-formations #section-cta .section__img--desktop {
		display: block;
		max-width: 550px;
	}
}

.page-template-evenement-entreprise #section-cta .section__right, .page-template-formation-formateur #section-cta .section__right, .page-template-formation-sst #section-cta .section__right, .page-template-formations #section-cta .section__right {
	position: relative;
	background: #fff;
	padding: 32px 24px;
	max-width: 585px;
	width: 100%;
	flex-shrink: 0;
	margin-left: auto;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-cta .section__right, .page-template-formation-formateur #section-cta .section__right, .page-template-formation-sst #section-cta .section__right, .page-template-formations #section-cta .section__right {
		margin-top: 60px;
		padding: 32px 48px;
	}
}

.page-template-evenement-entreprise #section-cta .section__title, .page-template-formation-formateur #section-cta .section__title, .page-template-formation-sst #section-cta .section__title, .page-template-formations #section-cta .section__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-cta .section__title, .page-template-formation-formateur #section-cta .section__title, .page-template-formation-sst #section-cta .section__title, .page-template-formations #section-cta .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-evenement-entreprise #section-cta .section__title:before, .page-template-formation-formateur #section-cta .section__title:before, .page-template-formation-sst #section-cta .section__title:before, .page-template-formations #section-cta .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-evenement-entreprise #section-cta .section__description, .page-template-formation-formateur #section-cta .section__description, .page-template-formation-sst #section-cta .section__description, .page-template-formations #section-cta .section__description {
	padding-left: 16px;
}

.page-template-evenement-entreprise #section-cta .section__description ul, .page-template-formation-formateur #section-cta .section__description ul, .page-template-formation-sst #section-cta .section__description ul, .page-template-formations #section-cta .section__description ul {
	list-style: initial;
	margin-left: 25px;
}

.page-template-evenement-entreprise #section-cta .section__description li, .page-template-evenement-entreprise #section-cta .section__description p, .page-template-formation-formateur #section-cta .section__description li, .page-template-formation-formateur #section-cta .section__description p, .page-template-formation-sst #section-cta .section__description li, .page-template-formation-sst #section-cta .section__description p, .page-template-formations #section-cta .section__description li, .page-template-formations #section-cta .section__description p {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.page-template-evenement-entreprise #section-cta .section__btn-row, .page-template-formation-formateur #section-cta .section__btn-row, .page-template-formation-sst #section-cta .section__btn-row, .page-template-formations #section-cta .section__btn-row {
	display: flex;
	flex-direction: column;
	column-gap: 20px;
	row-gap: 16px;
	margin-top: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-cta .section__btn-row, .page-template-formation-formateur #section-cta .section__btn-row, .page-template-formation-sst #section-cta .section__btn-row, .page-template-formations #section-cta .section__btn-row {
		flex-direction: row;
	}
}

.page-template-evenement-entreprise #section-cta svg, .page-template-formation-formateur #section-cta svg, .page-template-formation-sst #section-cta svg, .page-template-formations #section-cta svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-cta svg, .page-template-formation-formateur #section-cta svg, .page-template-formation-sst #section-cta svg, .page-template-formations #section-cta svg {
		display: block;
		position: absolute;
		bottom: -59px;
		right: -35px;
	}
}

.page-template-evenement-entreprise #section-elearnings, .page-template-formation-formateur #section-elearnings, .page-template-formation-sst #section-elearnings, .page-template-formations #section-elearnings {
	padding-top: 88px;
	padding-bottom: 120px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-elearnings, .page-template-formation-formateur #section-elearnings, .page-template-formation-sst #section-elearnings, .page-template-formations #section-elearnings {
		padding-top: 40px;
		padding-bottom: 152px;
	}
}

.page-template-evenement-entreprise #section-video, .page-template-formation-formateur #section-video, .page-template-formation-sst #section-video, .page-template-formations #section-video {
	background: #f4f8fe;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-video, .page-template-formation-formateur #section-video, .page-template-formation-sst #section-video, .page-template-formations #section-video {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-evenement-entreprise #section-video .section__body, .page-template-formation-formateur #section-video .section__body, .page-template-formation-sst #section-video .section__body, .page-template-formations #section-video .section__body {
	flex-direction: column;
}

.page-template-evenement-entreprise #section-video .section__circle, .page-template-formation-formateur #section-video .section__circle, .page-template-formation-sst #section-video .section__circle, .page-template-formations #section-video .section__circle {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-video .section__circle, .page-template-formation-formateur #section-video .section__circle, .page-template-formation-sst #section-video .section__circle, .page-template-formations #section-video .section__circle {
		display: block;
		position: absolute;
		top: -49px;
		left: -70px;
	}
}

.page-template-evenement-entreprise #section-video .section__circle-2, .page-template-formation-formateur #section-video .section__circle-2, .page-template-formation-sst #section-video .section__circle-2, .page-template-formations #section-video .section__circle-2 {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-video .section__circle-2, .page-template-formation-formateur #section-video .section__circle-2, .page-template-formation-sst #section-video .section__circle-2, .page-template-formations #section-video .section__circle-2 {
		display: block;
		position: absolute;
		bottom: -66px;
		right: -63px;
	}
}

.page-template-evenement-entreprise #section-video .section__title, .page-template-formation-formateur #section-video .section__title, .page-template-formation-sst #section-video .section__title, .page-template-formations #section-video .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

.page-template-evenement-entreprise #section-video .section__title:before, .page-template-formation-formateur #section-video .section__title:before, .page-template-formation-sst #section-video .section__title:before, .page-template-formations #section-video .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-evenement-entreprise #section-video .section__description, .page-template-formation-formateur #section-video .section__description, .page-template-formation-sst #section-video .section__description, .page-template-formations #section-video .section__description {
	display: none;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-video .section__description, .page-template-formation-formateur #section-video .section__description, .page-template-formation-sst #section-video .section__description, .page-template-formations #section-video .section__description {
		display: block;
		max-width: 788px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-evenement-entreprise #section-video .embed-container, .page-template-formation-formateur #section-video .embed-container, .page-template-formation-sst #section-video .embed-container, .page-template-formations #section-video .embed-container {
	position: relative;
	width: 100%;
	min-height: 183px;
	border-radius: 24px;
	margin: 0 auto;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-video .embed-container, .page-template-formation-formateur #section-video .embed-container, .page-template-formation-sst #section-video .embed-container, .page-template-formations #section-video .embed-container {
		width: 996px;
		min-height: 557px;
	}
}

.page-template-evenement-entreprise #section-video .embed-container iframe, .page-template-formation-formateur #section-video .embed-container iframe, .page-template-formation-sst #section-video .embed-container iframe, .page-template-formations #section-video .embed-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 183px;
	border-radius: 24px;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-evenement-entreprise #section-video .embed-container iframe, .page-template-formation-formateur #section-video .embed-container iframe, .page-template-formation-sst #section-video .embed-container iframe, .page-template-formations #section-video .embed-container iframe {
		min-height: 557px;
	}
}

.page-template-evenement-entreprise #section-video .embed-container .cmplz-blocked-content-notice, .page-template-formation-formateur #section-video .embed-container .cmplz-blocked-content-notice, .page-template-formation-sst #section-video .embed-container .cmplz-blocked-content-notice, .page-template-formations #section-video .embed-container .cmplz-blocked-content-notice {
	max-width: calc(100% - 20px);
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #1ab4bf;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	column-gap: 0;
	border-radius: 40px;
	border: none;
	background: #fff;
	padding: 12px 34px;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out, background .2s ease-in-out;
	cursor: pointer;
	z-index: 1;
}

.page-template-evenement-entreprise #section-video .embed-container .cmplz-blocked-content-notice:hover, .page-template-formation-formateur #section-video .embed-container .cmplz-blocked-content-notice:hover, .page-template-formation-sst #section-video .embed-container .cmplz-blocked-content-notice:hover, .page-template-formations #section-video .embed-container .cmplz-blocked-content-notice:hover {
	background: linear-gradient(94deg, #1ab4bf -70.45%, #1a8bcd 114.02%);
	color: #fff;
}

.page-template-evenement-entreprise #section-video .section__button, .page-template-formation-formateur #section-video .section__button, .page-template-formation-sst #section-video .section__button, .page-template-formations #section-video .section__button {
	margin: 32px auto 0 auto;
}

.page-template-evenement-entreprise #section-references, .page-template-formation-formateur #section-references, .page-template-formation-sst #section-references, .page-template-formations #section-references {
	padding-top: 80px;
	padding-bottom: 80px;
}

.home #section-hero {
	background: linear-gradient(358deg, #fff 1.02%, rgba(255, 255, 255, .94) 18.96%, rgba(255, 255, 255, .06) 44.65%, rgba(255, 255, 255, 0) 49.53%), linear-gradient(100deg, #1ab4bf 20.97%, #1a8bcb 80.44%);
	padding-top: 48px;
	padding-bottom: 48px;
}

@media only screen and (min-width:992px) {
	.home #section-hero {
		padding-top: 70px;
		padding-bottom: 60px;
	}
}

.home .hero__head {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.home .hero__head {
		flex-direction: row;
		column-gap: 120px;
		align-items: center;
	}
}

.home .hero__head img {
	width: 100%;
	max-width: 100%;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:768px) {
	.home .hero__head img {
		width: 100%;
		max-width: 250px;
		min-width: 500px;
	}
}

.home .hero__title {
	position: relative;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 14px;
}

@media only screen and (min-width:992px) {
	.home .hero__title {
		font-size: 56px;
		line-height: 66px;
		margin-bottom: 8px;
	}
}

.home .hero__title:before {
	content: "";
	display: block;
	width: 59px;
	height: 2px;
	background-color: #ffd879;
	margin-bottom: 16px;
}

.home .hero__subtitle {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.home .hero__subtitle {
		font-size: 20px;
		margin-bottom: 32px;
	}
}

.home .hero__description {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 40px;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.home .hero__description {
		font-size: 18px;
		margin-bottom: 0;
	}
}

.home .hero__cta__list {
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	padding: 0;
	margin-top: 48px;
}

@media only screen and (min-width:992px) {
	.home .hero__cta__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		margin-top: 58px;
	}
}

.home .hero__cta__item__link:hover .hero__cta__item__arrow circle {
	fill: #1ab4bf;
	stroke: #1ab4bf;
}

.home .hero__cta__item__link:hover .hero__cta__item__arrow path {
	fill: #fff;
}

.home .hero__cta__item__card {
	display: flex;
	align-items: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
	padding: 24px 16px;
}

.home .hero__cta__item__icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.home .hero__cta__item__title {
	color: #000;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.home .hero__cta__item__title {
		font-size: 24px;
	}
}

.home .hero__cta__item__arrow {
	margin-left: auto;
}

.home .hero__cta__item__arrow circle {
	transition: fill .2s ease-in-out, stroke .2s ease-in-out;
}

.home .hero__cta__item__arrow path {
	transition: fill .2s ease-in-out;
}

.home #section-formation-essential {
	padding-top: 32px;
	padding-bottom: 130px;
}

@media only screen and (min-width:992px) {
	.home #section-formation-essential {
		padding-bottom: 145px;
	}
}

.home #section-references {
	padding-top: 64px;
}

@media only screen and (min-width:992px) {
	.home #section-references {
		padding-top: 0;
	}
}

.home #section-certification {
	display: none;
}

@media only screen and (min-width:992px) {
	.home #section-certification {
		display: block;
		padding-bottom: 76px;
	}
}

.home #section-certification .section__img {
	width: 100%;
	height: 210px;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	.home #section-certification .section__img {
		position: absolute;
	}
}

@media only screen and (min-width:992px) {
	.home #section-certification .section__img {
		width: 704px;
		height: auto;
	}
}

.home #section-certification .section__img img {
	width: 100%;
	height: 210px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	.home #section-certification .section__img img {
		width: 704px;
		height: auto;
	}
}

.home #section-certification .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.home #section-certification .section__img--desktop {
		display: block;
	}
}

.home #section-certification .section__img--mobile {
	display: block;
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.home #section-certification .section__img--mobile {
		display: none;
	}
}

.home #section-certification .section__right {
	position: relative;
	background: #fff;
	z-index: 1;
	padding: 32px 24px;
}

@media only screen and (min-width:992px) {
	.home #section-certification .section__right {
		margin-top: 60px;
		margin-left: auto;
		width: 585px;
		padding: 32px 48px;
		z-index: auto;
	}
}

.home #section-certification .section__logo {
	margin-bottom: 8px;
	max-width: 100%;
}

@media only screen and (min-width:992px) {
	.home #section-certification .section__logo {
		max-width: 340px;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width:992px) {
	.home #section-certification .section__logo img {
		max-width: 340px;
		margin-bottom: 15px;
	}
}

.home #section-certification .section__title {
	color: #1a1a1a;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 16px;
}

.home #section-certification .section__description {
	padding-left: 16px;
}

.home #section-certification svg {
	position: absolute;
	top: -30px;
	right: -66px;
	z-index: -1;
}

@media only screen and (min-width:992px) {
	.home #section-certification svg {
		right: -35px;
		bottom: -36px;
		top: auto;
	}
}

.home #section-services {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.home #section-services {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width:992px) {
	.home #section-services .section__body {
		align-items: center;
		column-gap: 64px;
	}
}

@media only screen and (min-width:992px) {
	.home #section-services .section__head {
		flex-shrink: 0;
		max-width: 290px;
	}
}

.home #section-services .section__title {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.home #section-services .section__title {
		font-size: 40px;
		line-height: 50px;
	}
}

.home #section-services .section__description {
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.home #section-services .section__description {
		margin-bottom: 32px;
	}
}

.home #section-services .service__list {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	row-gap: 40px;
}

@media only screen and (min-width:992px) {
	.home #section-services .service__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 40px;
		margin-top: 0;
	}
}

.home #section-services .service__card {
	height: 100%;
	border-radius: 16px;
	background: #f4f8fe;
	padding: 32px 24px;
}

@media only screen and (min-width:992px) {
	.home #section-services .service__card {
		padding: 48px 32px;
	}
}

.home #section-services .service__title {
	display: flex;
	margin-bottom: 8px;
}

.home #section-services .service__title span {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.home #section-services .service__title span {
		font-size: 20px;
		font-weight: 700;
	}
}

.home #section-services .service__title span:first-child {
	margin-right: 8px;
}

.home #section-services .service__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.home #section-services .service__description {
		font-size: 16px;
	}
}

.home #section-services .section__button--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.home #section-services .section__button--desktop {
		display: flex;
	}
}

.home #section-services .section__button--mobile {
	margin-top: 24px;
}

@media only screen and (min-width:992px) {
	.home #section-services .section__button--mobile {
		display: none;
	}
}

.home #section-postures {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.home #section-postures {
		padding-top: 40px;
		padding-bottom: 134px;
	}
}

.home #section-postures img {
	width: 100%;
	height: 210px;
	margin-top: 0 !important;
	object-fit: contain;
}

@media only screen and (min-width:992px) {
	.home #section-postures img {
		position: absolute;
		top: 0;
		right: 0;
		width: 500px;
		height: 361px;
		object-fit: contain;
		bottom: 0;
		margin: auto !important;
	}
}

.home #section-postures .section__left {
	position: relative;
	background: #fff;
	z-index: 1;
	padding: 32px 24px;
}

@media only screen and (min-width:992px) {
	.home #section-postures .section__left {
		margin-top: 60px;
		max-width: 585px;
		width: 100%;
		flex-shrink: 0;
		padding: 64px 48px 32px 48px;
		z-index: auto;
	}
}

.home #section-postures .section__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.home #section-postures .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.home #section-postures .section__description {
	padding-left: 16px;
}

.home #section-postures .section__button {
	margin-top: 32px;
}

.home #section-postures .section__img--desktop {
	display: none;
	z-index: -1;
}

@media only screen and (min-width:992px) {
	.home #section-postures .section__img--desktop {
		display: block;
	}
}

.home #section-postures .section__img--mobile {
	display: block;
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.home #section-postures .section__img--mobile {
		display: none;
	}
}

.home #section-postures svg {
	position: absolute;
	top: -56px;
	left: -66px;
	z-index: -1;
}

@media only screen and (min-width:992px) {
	.home #section-postures svg {
		top: 0;
		left: -50px;
	}
}

.home #section-elearnings {
	padding-top: 32px;
	padding-bottom: 110px;
}

@media only screen and (min-width:992px) {
	.home #section-elearnings {
		padding-top: 40px;
		padding-bottom: 127px;
	}
}

.home #section-last-news {
	padding-bottom: 85px;
}

@media only screen and (min-width:992px) {
	.home #section-last-news {
		padding-bottom: 48px;
	}
}

.home #section-last-blog {
	padding-bottom: 110px;
}

@media only screen and (min-width:992px) {
	.home #section-last-blog {
		padding-top: 48px;
		padding-bottom: 147px;
	}
}

.home #section-numbers {
	background: linear-gradient(94deg, #1ab4bf 0, #1a8bcd 100%);
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.home #section-numbers {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.home #section-numbers .section__title {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.home #section-numbers .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #f4f8fe;
	margin: 0 auto 16px auto;
}

.home #section-numbers .number__list {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}

@media only screen and (min-width:992px) {
	.home #section-numbers .number__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 32px;
	}
}

.home #section-numbers .number__card {
	height: 100%;
	border-radius: 16px;
	background: #f4f8fe;
	padding: 24px 64px;
}

.home #section-numbers .number__title {
	color: #1a8bcb;
	text-align: center;
	font-size: 50px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

.home #section-numbers .number__description {
	color: #72757a;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.home #section-numbers .number__description {
		font-size: 20px;
		font-weight: 400;
	}
}

.home #section-appointment {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.home #section-appointment {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width:992px) {
	.home #section-appointment .section__body {
		align-items: center;
		justify-content: center;
		column-gap: 56px;
	}
}

.home #section-appointment img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.home #section-appointment img {
		max-width: 483px;
		margin-bottom: 0;
	}
}

.home #section-appointment .section__right {
	max-width: 483px;
}

.home #section-appointment .section__title {
	color: #1a1a1a;
	margin-bottom: 16px;
}

.home #section-appointment .section__description {
	margin-bottom: 32px;
	padding-left: 16px;
}

.home #section-contact {
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.home #section-contact {
		margin-bottom: 0;
	}
}

.home #section-contact img {
	position: absolute;
	bottom: -32px;
	object-fit: contain;
	width: 100%;
	height: 296px;
}

@media only screen and (min-width:992px) {
	.home #section-contact img {
		right: 0;
		bottom: auto;
		max-width: 440px;
		height: 400px;
	}
}

.page-template-livres-blancs .section-white-paper {
	position: relative;
	padding-bottom: 56px;
	margin-top: -48px;
}

@media only screen and (min-width:992px) {
	.page-template-livres-blancs .section-white-paper {
		margin-top: -72px;
		padding-bottom: 80px;
	}
}

.page-template-livres-blancs .filter__card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #fff;
	padding: 24px 16px;
	margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.page-template-livres-blancs .filter__card {
		flex-direction: row;
		column-gap: 96px;
		justify-content: space-between;
		align-items: center;
		padding: 24px 32px;
		margin-bottom: 48px;
	}
}

.page-template-livres-blancs .filter__card .select-sort {
	max-width: 250px;
}

.page-template-livres-blancs .filter__card__title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	flex-shrink: 0;
	margin-bottom: 4px;
}

@media only screen and (min-width:992px) {
	.page-template-livres-blancs .filter__card__title {
		margin-bottom: 0;
	}
}

.page-template-livres-blancs .white-paper__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-livres-blancs .white-paper__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.page-template-livres-blancs .white-paper__card {
	background: var(--Bg, #f4f8fe);
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	height: 100%;
	overflow: hidden;
}

.page-template-livres-blancs .white-paper__card__img-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffd879;
	width: 100%;
	height: 295px;
}

.page-template-livres-blancs .white-paper__card__img, .page-template-livres-blancs .white-paper__card__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page-template-livres-blancs .white-paper__card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	height: 100%;
	padding: 32px 20px;
	margin-top: -32px;
}

.page-template-livres-blancs .white-paper__card__body__svg {
	position: absolute;
	top: -48px;
	left: 0;
	width: 100%;
}

.page-template-livres-blancs .white-paper__card__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	color: var(--Black, #000);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.page-template-livres-blancs .white-paper__card__title:after {
	content: "";
	background-color: #ffd879;
	width: 59px;
	height: 2px;
	margin-top: 8px;
}

.page-template-livres-blancs .white-paper__card__description {
	position: relative;
	color: var(--Gray, #72757a);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 24px;
	margin-top: 8px;
}

.page-template-livres-blancs .white-paper__card__btn {
	position: relative;
	margin-top: auto;
}

.page-template-livres-blancs .section-cta-newsletter {
	margin-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-livres-blancs .section-cta-newsletter {
		margin-bottom: 80px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-livres-blancs #section-references {
		margin-bottom: 80px;
	}
}

.page-template-new-landing-elearning #section-hero {
	background: linear-gradient(358deg, #fff 1.02%, rgba(255, 255, 255, .85) 18.96%, rgba(255, 255, 255, .06) 44.65%, rgba(255, 255, 255, 0) 49.53%), linear-gradient(100deg, #1ab4bf 20.97%, #1a8bcb 80.44%);
	padding-top: 48px;
	padding-bottom: 200px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-hero {
		background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 17.87%, rgba(255, 255, 255, .08) 25.08%, rgba(255, 255, 255, 0) 30.09%, rgba(255, 255, 255, 0) 30.09%), linear-gradient(100deg, #1ab4bf 20.97%, #1a8bcb 80.44%);
		padding-top: 16px;
		min-height: 667px;
	}
}

.page-template-new-landing-elearning #section-hero .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-hero .breadcrumb__list {
		display: flex;
	}
}

.page-template-new-landing-elearning #section-hero .section__content {
	display: flex;
	column-gap: 93px;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-hero .section__content {
		padding-top: 80px;
		flex-direction: row;
	}
}

.page-template-new-landing-elearning #section-hero .page-title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-hero .page-title {
		font-size: 56px;
		font-weight: 800;
		line-height: 66px;
	}
}

.page-template-new-landing-elearning #section-hero .page-title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #ffd879;
	margin-bottom: 16px;
}

.page-template-new-landing-elearning #section-hero .section__description {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 32px;
	padding-left: 16px;
}

.page-template-new-landing-elearning #section-hero .section__btn-row {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-hero .section__btn-row {
		flex-direction: row;
	}
}

.page-template-new-landing-elearning #section-hero img {
	max-width: 100%;
}

@media only screen and (min-width:768px) {
	.page-template-new-landing-elearning #section-hero img {
		max-width: 366px;
	}
}

.page-template-new-landing-elearning #section-services {
	margin-top: -152px;
	padding-bottom: 48px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-services {
		margin-top: -70px;
		padding-bottom: 40px;
	}
}

.page-template-new-landing-elearning #section-services .section__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 32px;
}

.page-template-new-landing-elearning #section-services .section__title:before {
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-services .section__title {
		font-size: 40px;
		line-height: 50px;
	}
}

.page-template-new-landing-elearning #section-services .service__list {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	border-radius: 16px;
	background: #fff;
	padding: 40px 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-services .service__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 80px;
	}
}

.page-template-new-landing-elearning #section-services .service__list.is-grey {
	background: var(--Bg, #f4f8fe);
}

.page-template-new-landing-elearning #section-services .service__block img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin-bottom: 24px;
}

.page-template-new-landing-elearning #section-services .service__title {
	color: #1a8bcb;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 6px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-services .service__title {
		font-size: 24px;
	}
}

.page-template-new-landing-elearning #section-services .service__description {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-services .service__description {
		font-size: 16px;
	}
}

.page-template-new-landing-elearning #section-elearnings {
	padding-top: 40px;
	padding-bottom: 152px;
}

.page-template-new-landing-elearning .section-formation-elearning {
	background: #f4f8fe;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning .section-formation-elearning {
		padding-top: 82px;
	}
}

.page-template-new-landing-elearning .section-formation-elearning .section__head__button--mobile {
	bottom: -62px !important;
}

.page-template-new-landing-elearning .section-formation-elearning .splide__arrow {
	bottom: -65px !important;
}

.page-template-new-landing-elearning #section-presentation {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-presentation {
		padding-top: 85px;
		padding-bottom: 80px;
	}
}

.page-template-new-landing-elearning #section-presentation svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-presentation svg {
		display: block;
		position: absolute;
		top: 0;
		left: -50px;
	}
}

.page-template-new-landing-elearning #section-presentation .section__left {
	background-color: #fff;
	width: 100%;
	padding: 32px 24px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-presentation .section__left {
		max-width: 615px;
		padding: 32px 48px;
		margin-top: 65px;
	}
}

.page-template-new-landing-elearning #section-presentation .section__title {
	color: #1a1a1a;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-presentation .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-new-landing-elearning #section-presentation .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-new-landing-elearning #section-presentation .section__description {
	padding-left: 16px;
	margin-bottom: 32px;
}

.page-template-new-landing-elearning #section-presentation .section__button {
	width: max-content;
}

.page-template-new-landing-elearning #section-presentation .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-presentation .section__img--desktop {
		display: block;
	}
}

.page-template-new-landing-elearning #section-presentation .section__img--mobile {
	height: 210px;
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-presentation .section__img--mobile {
		display: none;
	}
}

.page-template-new-landing-elearning #section-presentation img {
	object-fit: cover;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-presentation img {
		position: absolute;
		top: 0;
		right: 0;
		width: 704px;
		height: 499px;
	}
}

.page-template-new-landing-elearning #section-cta {
	background-color: #f4f8fe;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-cta {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-landing-elearning #section-cta .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-cta .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-new-landing-elearning #section-cta .cta-block__list {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-cta .cta-block__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 24px;
	}
}

.page-template-new-landing-elearning #section-cta .cta-block {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	background-color: #fff;
	height: 100%;
}

.page-template-new-landing-elearning #section-cta .cta-block:hover .cta-block__circle {
	opacity: 0;
}

.page-template-new-landing-elearning #section-cta .cta-block:hover .cta-block__arrow {
	opacity: 1;
}

.page-template-new-landing-elearning #section-cta .cta-block__img-wrapper {
	position: relative;
	width: 100%;
	height: 200px;
	flex-shrink: 0;
}

.page-template-new-landing-elearning #section-cta .cta-block__img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-new-landing-elearning #section-cta .cta-block__circle {
	position: absolute;
	right: 0;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.page-template-new-landing-elearning #section-cta .cta-block__arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	transition: opacity .2s ease-in-out;
}

.page-template-new-landing-elearning #section-cta .cta-block__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 16px 20px 24px 20px;
}

.page-template-new-landing-elearning #section-cta .cta-block__title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

.page-template-new-landing-elearning #section-cta .cta-block__description {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}

.page-template-new-landing-elearning #section-cta .cta-block__btn {
	display: flex;
	align-items: center;
	column-gap: 8px;
	padding: 0;
	border: none;
	background-color: transparent;
	margin-top: auto;
}

.page-template-new-landing-elearning #section-cta .cta-block__btn:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDQwMjMgMTAuNzg0N0M1LjE4Mzc4IDExLjExIDUuMjM5NTggMTEuNTgxNiA1LjU2NDg2IDExLjgzOEM1Ljg5MDE0IDEyLjA5NDUgNi4zNjE3MyAxMi4wMzg3IDYuNjE4MTcgMTEuNzEzNEwxMC44NDA5IDYuMzU3MjRDMTEuMDU5MSA2LjA4MDUyIDExLjA1NTIgNS42ODkyMyAxMC44MzE2IDUuNDE2OTFMNi42MDg4IDAuMjc1MDA4QzYuMzQ1OTIgLTAuMDQ1MDk0NCA1Ljg3MzMyIC0wLjA5MTQ4MTEgNS41NTMyMSAwLjE3MTQwMUM1LjIzMzExIDAuNDM0MjgzIDUuMTg2NzIgMC45MDY4ODYgNS40NDk2MSAxLjIyNjk5TDguNzUzMSA1LjI0OTU0TDAuNzUwMjQxIDUuMjQ5NTRDMC4zMzYwMjcgNS4yNDk1NCAwLjAwMDI0MTAzNiA1LjU4NTMzIDAuMDAwMjQxMDE3IDUuOTk5NTRDMC4wMDAyNDA5OTkgNi40MTM3NSAwLjMzNjAyNyA2Ljc0OTU0IDAuNzUwMjQxIDYuNzQ5NTRMOC42MjE1MyA2Ljc0OTU0TDUuNDQwMjMgMTAuNzg0N1oiIGZpbGw9IiMxQUI0QkYiLz4KPC9zdmc+Cg==");
}

.page-template-new-landing-elearning #section-cta .cta-block__btn__text {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.page-template-new-landing-elearning #section-video {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-video {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-landing-elearning #section-video .section__body {
	flex-direction: column;
}

.page-template-new-landing-elearning #section-video .section__circle {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-video .section__circle {
		display: block;
		position: absolute;
		top: 72px;
		left: 34px;
	}
}

.page-template-new-landing-elearning #section-video .section__circle-2 {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-video .section__circle-2 {
		display: block;
		position: absolute;
		bottom: 23px;
		right: 43px;
	}
}

.page-template-new-landing-elearning #section-video .section__title {
	text-align: center;
	margin-bottom: 32px;
}

.page-template-new-landing-elearning #section-video .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-new-landing-elearning #section-video .embed-container {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
	position: relative;
	width: 100%;
	min-height: 183px;
	border-radius: 16px;
	margin: 0 auto;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-video .embed-container {
		width: 996px;
		min-height: 557px;
		border-radius: 24px;
	}
}

.page-template-new-landing-elearning #section-video .embed-container iframe {
	width: 100%;
	height: 100%;
	min-height: 183px;
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-video .embed-container iframe {
		min-height: 557px;
	}
}

.page-template-new-landing-elearning #section-video .embed-container .cmplz-blocked-content-notice {
	max-width: calc(100% - 20px);
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #1ab4bf;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	column-gap: 0;
	border-radius: 40px;
	border: none;
	background: #fff;
	padding: 12px 34px;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out, background .2s ease-in-out;
	cursor: pointer;
	z-index: 1;
}

.page-template-new-landing-elearning #section-video .embed-container .cmplz-blocked-content-notice:hover {
	background: linear-gradient(94deg, #1ab4bf -70.45%, #1a8bcd 114.02%);
	color: #fff;
}

.page-template-new-landing-elearning #section-video .section__button {
	margin: 32px auto 0 auto;
}

.page-template-new-landing-elearning #section-steps {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-steps {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-landing-elearning #section-steps .section__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 223px;
	background: var(--Turquoise-gradient, linear-gradient(93deg, #1ab4bf 0, #1a8bcd 290.46%));
	z-index: -1;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-steps .section__bg {
		left: initial;
		bottom: initial;
		top: 0;
		right: 0;
		width: 223px;
		height: 100%;
	}
}

.page-template-new-landing-elearning #section-steps .section__head {
	margin-bottom: 48px;
	max-width: 588px;
	width: 100%;
}

.page-template-new-landing-elearning #section-steps .section__body {
	column-gap: 56px;
}

.page-template-new-landing-elearning #section-steps .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-steps .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-new-landing-elearning #section-steps .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 16px;
}

.page-template-new-landing-elearning #section-steps .section__description {
	padding-left: 16px;
}

.page-template-new-landing-elearning #section-steps .step__list {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
	width: 100%;
	margin-bottom: 48px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-steps .step__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 23px;
		max-width: 588px;
		margin-bottom: 0;
	}
}

.page-template-new-landing-elearning #section-steps .step__block img {
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
}

.page-template-new-landing-elearning #section-steps .step__title {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-steps .step__title {
		font-size: 20px;
	}
}

.page-template-new-landing-elearning #section-steps .step__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-steps .step__description {
		font-size: 16px;
	}
}

.page-template-new-landing-elearning #section-steps img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.page-template-new-landing-elearning #section-tabs {
	padding-top: 56px;
	padding-bottom: 56px;
}

.page-template-new-landing-elearning #section-tabs .container {
	padding: 0;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .container {
		padding: 0 15px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-landing-elearning #section-tabs .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .section__title {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-new-landing-elearning #section-tabs .tab__list {
	display: flex;
	border-radius: 30px;
	border: 1px solid #1a8bcb;
	background: #f4f8fe;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .tab__list {
		margin-bottom: 80px;
	}
}

.page-template-new-landing-elearning #section-tabs .select-custom {
	position: relative;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .select-custom {
		display: none;
	}
}

.page-template-new-landing-elearning #section-tabs .select-custom:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDQyOTk4Ij4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDY0MzcgNS40NzQ4MUMyLjc1NDI5IDUuMTc4OTcgMy4yMjkxNCA1LjE3NDE3IDMuNTI0OTggNS40NjQwOUw4LjA5MTI1IDkuOTM5MDRMMTIuNDY0MyA1LjQ3NDkyQzEyLjc1NDEgNS4xNzkwMiAxMy4yMjkgNS4xNzQxMyAxMy41MjQ5IDUuNDYzOTlDMTMuODIwOCA1Ljc1Mzg0IDEzLjgyNTcgNi4yMjg2OSAxMy41MzU4IDYuNTI0NTlMOC42Mzc4NCAxMS41MjQ2QzguNDk4NjMgMTEuNjY2NyA4LjMwODY1IDExLjc0NzcgOC4xMDk3MiAxMS43NDk3QzcuOTEwOCAxMS43NTE3IDcuNzE5MjEgMTEuNjc0NyA3LjU3NzEyIDExLjUzNTRMMi40NzUwOCA2LjUzNTQxQzIuMTc5MjUgNi4yNDU0OSAyLjE3NDQ1IDUuNzcwNjQgMi40NjQzNyA1LjQ3NDgxWiIgZmlsbD0iIzFBOEJDQiIvPgo8L2c+Cjwvc3ZnPgo=");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.page-template-new-landing-elearning #section-tabs .tab__list--mobile {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	appearance: none;
	outline: 0;
	border-radius: 40px;
	background: #f4f8fe;
	border: none;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .tab__list--mobile {
		display: none;
	}
}

.page-template-new-landing-elearning #section-tabs .tab__list--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .tab__list--desktop {
		display: flex;
	}
}

.page-template-new-landing-elearning #section-tabs .tab__item {
	position: relative;
	width: 100%;
}

.page-template-new-landing-elearning #section-tabs .tab__item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #f4f8fe;
	display: none;
}

.page-template-new-landing-elearning #section-tabs .tab__item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 40px;
	background-color: #1a8bcb;
}

.page-template-new-landing-elearning #section-tabs .tab__item.active:before {
	display: block;
}

.page-template-new-landing-elearning #section-tabs .tab__item.active:after {
	display: none;
}

.page-template-new-landing-elearning #section-tabs .tab__item.active .tab__btn {
	border-radius: 30px;
	background: #1a8bcb;
}

.page-template-new-landing-elearning #section-tabs .tab__item.active .tab__btn__text {
	color: #fff;
}

.page-template-new-landing-elearning #section-tabs .tab__btn {
	padding: 16px 47px;
	border: none;
	background-color: transparent;
	width: 100%;
	cursor: pointer;
}

.page-template-new-landing-elearning #section-tabs .tab__btn:focus {
	outline: 0;
}

.page-template-new-landing-elearning #section-tabs .tab__btn__text {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

.page-template-new-landing-elearning #section-tabs .tab__body {
	position: relative;
	display: none;
	flex-direction: column;
}

.page-template-new-landing-elearning #section-tabs .tab__body.active {
	display: flex;
}

.page-template-new-landing-elearning #section-tabs .tab__body svg {
	position: absolute;
	top: -56px;
	left: -66px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .tab__body svg {
		top: 0;
		left: -50px;
	}
}

.page-template-new-landing-elearning #section-tabs .tab__body img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .tab__body img {
		position: absolute;
		top: 0;
		right: 0;
		width: 704px;
		height: 361px;
	}
}

.page-template-new-landing-elearning #section-tabs .tab__content {
	padding: 32px 24px;
	background-color: #fff;
	width: calc(100% - 48px);
	margin: 0 auto;
	flex-shrink: 0;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .tab__content {
		width: 100%;
		max-width: 615px;
		margin: 65px 0 0 0;
		padding: 32px 48px;
	}
}

.page-template-new-landing-elearning #section-tabs .tab__content__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .tab__content__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-new-landing-elearning #section-tabs .tab__content__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-new-landing-elearning #section-tabs .tab__content__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .tab__content__description {
		font-size: 16px;
	}
}

.page-template-new-landing-elearning #section-tabs .tab__content__img {
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-tabs .tab__content__img {
		margin-top: 0;
	}
}

.page-template-new-landing-elearning #section-simple-cta {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-new-landing-elearning #section-simple-cta .section__title {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 32px;
}

.page-template-new-landing-elearning #section-simple-cta .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-new-landing-elearning #section-simple-cta .section__button {
	margin: auto;
}

.page-template-new-landing-elearning #section-references {
	padding-top: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-landing-elearning #section-references {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-landing-atelier #section-hero, .page-template-landing-presentiel #section-hero, .page-template-new-landing-elearning #section-hero {
	background: linear-gradient(358deg, #fff 1.02%, rgba(255, 255, 255, .85) 18.96%, rgba(255, 255, 255, .06) 44.65%, rgba(255, 255, 255, 0) 49.53%), linear-gradient(100deg, #1ab4bf 20.97%, #1a8bcb 80.44%);
	padding-top: 48px;
	padding-bottom: 200px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-hero, .page-template-landing-presentiel #section-hero, .page-template-new-landing-elearning #section-hero {
		background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 17.87%, rgba(255, 255, 255, .08) 25.08%, rgba(255, 255, 255, 0) 30.09%, rgba(255, 255, 255, 0) 30.09%), linear-gradient(100deg, #1ab4bf 20.97%, #1a8bcb 80.44%);
		padding-top: 16px;
		min-height: 667px;
	}
}

.page-template-landing-atelier #section-hero .breadcrumb__list, .page-template-landing-presentiel #section-hero .breadcrumb__list, .page-template-new-landing-elearning #section-hero .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-hero .breadcrumb__list, .page-template-landing-presentiel #section-hero .breadcrumb__list, .page-template-new-landing-elearning #section-hero .breadcrumb__list {
		display: flex;
	}
}

.page-template-landing-atelier #section-hero .section__content, .page-template-landing-presentiel #section-hero .section__content, .page-template-new-landing-elearning #section-hero .section__content {
	display: flex;
	column-gap: 93px;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-hero .section__content, .page-template-landing-presentiel #section-hero .section__content, .page-template-new-landing-elearning #section-hero .section__content {
		padding-top: 80px;
		flex-direction: row;
	}
}

.page-template-landing-atelier #section-hero .page-title, .page-template-landing-presentiel #section-hero .page-title, .page-template-new-landing-elearning #section-hero .page-title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-hero .page-title, .page-template-landing-presentiel #section-hero .page-title, .page-template-new-landing-elearning #section-hero .page-title {
		font-size: 56px;
		font-weight: 800;
		line-height: 66px;
	}
}

.page-template-landing-atelier #section-hero .page-title:before, .page-template-landing-presentiel #section-hero .page-title:before, .page-template-new-landing-elearning #section-hero .page-title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #ffd879;
	margin-bottom: 16px;
}

.page-template-landing-atelier #section-hero .section__description, .page-template-landing-presentiel #section-hero .section__description, .page-template-new-landing-elearning #section-hero .section__description {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 32px;
	padding-left: 16px;
}

.page-template-landing-atelier #section-hero .section__btn-row, .page-template-landing-presentiel #section-hero .section__btn-row, .page-template-new-landing-elearning #section-hero .section__btn-row {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-hero .section__btn-row, .page-template-landing-presentiel #section-hero .section__btn-row, .page-template-new-landing-elearning #section-hero .section__btn-row {
		flex-direction: row;
	}
}

.page-template-landing-atelier #section-hero img, .page-template-landing-presentiel #section-hero img, .page-template-new-landing-elearning #section-hero img {
	max-width: 100%;
	border-radius: 16px;
	object-fit: cover;
}

@media only screen and (min-width:768px) {
	.page-template-landing-atelier #section-hero img, .page-template-landing-presentiel #section-hero img, .page-template-new-landing-elearning #section-hero img {
		max-width: 600px;
	}
}

.page-template-landing-atelier #section-services, .page-template-landing-presentiel #section-services, .page-template-new-landing-elearning #section-services {
	margin-top: -152px;
	padding-bottom: 48px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-services, .page-template-landing-presentiel #section-services, .page-template-new-landing-elearning #section-services {
		margin-top: -70px;
		padding-bottom: 40px;
	}
}

.page-template-landing-atelier #section-services .section__title, .page-template-landing-presentiel #section-services .section__title, .page-template-new-landing-elearning #section-services .section__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 32px;
}

.page-template-landing-atelier #section-services .section__title:before, .page-template-landing-presentiel #section-services .section__title:before, .page-template-new-landing-elearning #section-services .section__title:before {
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-services .section__title, .page-template-landing-presentiel #section-services .section__title, .page-template-new-landing-elearning #section-services .section__title {
		font-size: 40px;
		line-height: 50px;
	}
}

.page-template-landing-atelier #section-services .service__list, .page-template-landing-presentiel #section-services .service__list, .page-template-new-landing-elearning #section-services .service__list {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	border-radius: 16px;
	background: #fff;
	padding: 40px 32px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-services .service__list, .page-template-landing-presentiel #section-services .service__list, .page-template-new-landing-elearning #section-services .service__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 80px;
	}
}

.page-template-landing-atelier #section-services .service__list.is-grey, .page-template-landing-presentiel #section-services .service__list.is-grey, .page-template-new-landing-elearning #section-services .service__list.is-grey {
	background: var(--Bg, #f4f8fe);
}

.page-template-landing-atelier #section-services .service__block img, .page-template-landing-presentiel #section-services .service__block img, .page-template-new-landing-elearning #section-services .service__block img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin-bottom: 24px;
}

.page-template-landing-atelier #section-services .service__title, .page-template-landing-presentiel #section-services .service__title, .page-template-new-landing-elearning #section-services .service__title {
	color: #1a8bcb;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 6px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-services .service__title, .page-template-landing-presentiel #section-services .service__title, .page-template-new-landing-elearning #section-services .service__title {
		font-size: 24px;
	}
}

.page-template-landing-atelier #section-services .service__description, .page-template-landing-presentiel #section-services .service__description, .page-template-new-landing-elearning #section-services .service__description {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-services .service__description, .page-template-landing-presentiel #section-services .service__description, .page-template-new-landing-elearning #section-services .service__description {
		font-size: 16px;
	}
}

.page-template-landing-atelier #section-elearnings, .page-template-landing-presentiel #section-elearnings, .page-template-new-landing-elearning #section-elearnings {
	padding-top: 40px;
	padding-bottom: 152px;
}

.page-template-landing-atelier .section-formation-elearning, .page-template-landing-presentiel .section-formation-elearning, .page-template-new-landing-elearning .section-formation-elearning {
	background: #f4f8fe;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier .section-formation-elearning, .page-template-landing-presentiel .section-formation-elearning, .page-template-new-landing-elearning .section-formation-elearning {
		padding-top: 82px;
	}
}

.page-template-landing-atelier .section-formation-elearning .section__head__button--mobile, .page-template-landing-presentiel .section-formation-elearning .section__head__button--mobile, .page-template-new-landing-elearning .section-formation-elearning .section__head__button--mobile {
	bottom: -62px !important;
}

.page-template-landing-atelier .section-formation-elearning .splide__arrow, .page-template-landing-presentiel .section-formation-elearning .splide__arrow, .page-template-new-landing-elearning .section-formation-elearning .splide__arrow {
	bottom: -65px !important;
}

.page-template-landing-atelier #section-presentation, .page-template-landing-presentiel #section-presentation, .page-template-new-landing-elearning #section-presentation {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-presentation, .page-template-landing-presentiel #section-presentation, .page-template-new-landing-elearning #section-presentation {
		padding-top: 85px;
		padding-bottom: 80px;
	}
}

.page-template-landing-atelier #section-presentation svg, .page-template-landing-presentiel #section-presentation svg, .page-template-new-landing-elearning #section-presentation svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-presentation svg, .page-template-landing-presentiel #section-presentation svg, .page-template-new-landing-elearning #section-presentation svg {
		display: block;
		position: absolute;
		top: 0;
		left: -50px;
	}
}

.page-template-landing-atelier #section-presentation .section__left, .page-template-landing-presentiel #section-presentation .section__left, .page-template-new-landing-elearning #section-presentation .section__left {
	background-color: #fff;
	width: 100%;
	padding: 32px 24px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-presentation .section__left, .page-template-landing-presentiel #section-presentation .section__left, .page-template-new-landing-elearning #section-presentation .section__left {
		max-width: 615px;
		padding: 32px 48px;
		margin-top: 65px;
	}
}

.page-template-landing-atelier #section-presentation .section__title, .page-template-landing-presentiel #section-presentation .section__title, .page-template-new-landing-elearning #section-presentation .section__title {
	color: #1a1a1a;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-presentation .section__title, .page-template-landing-presentiel #section-presentation .section__title, .page-template-new-landing-elearning #section-presentation .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-landing-atelier #section-presentation .section__title:before, .page-template-landing-presentiel #section-presentation .section__title:before, .page-template-new-landing-elearning #section-presentation .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-landing-atelier #section-presentation .section__description, .page-template-landing-presentiel #section-presentation .section__description, .page-template-new-landing-elearning #section-presentation .section__description {
	padding-left: 16px;
	margin-bottom: 32px;
}

.page-template-landing-atelier #section-presentation .section__button, .page-template-landing-presentiel #section-presentation .section__button, .page-template-new-landing-elearning #section-presentation .section__button {
	width: max-content;
}

.page-template-landing-atelier #section-presentation .section__img--desktop, .page-template-landing-presentiel #section-presentation .section__img--desktop, .page-template-new-landing-elearning #section-presentation .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-presentation .section__img--desktop, .page-template-landing-presentiel #section-presentation .section__img--desktop, .page-template-new-landing-elearning #section-presentation .section__img--desktop {
		display: block;
	}
}

.page-template-landing-atelier #section-presentation .section__img--mobile, .page-template-landing-presentiel #section-presentation .section__img--mobile, .page-template-new-landing-elearning #section-presentation .section__img--mobile {
	height: 210px;
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-presentation .section__img--mobile, .page-template-landing-presentiel #section-presentation .section__img--mobile, .page-template-new-landing-elearning #section-presentation .section__img--mobile {
		display: none;
	}
}

.page-template-landing-atelier #section-presentation img, .page-template-landing-presentiel #section-presentation img, .page-template-new-landing-elearning #section-presentation img {
	object-fit: cover;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-presentation img, .page-template-landing-presentiel #section-presentation img, .page-template-new-landing-elearning #section-presentation img {
		position: absolute;
		top: 0;
		right: 0;
		width: 704px;
		height: 499px;
	}
}

.page-template-landing-atelier #section-cta, .page-template-landing-presentiel #section-cta, .page-template-new-landing-elearning #section-cta {
	background-color: #f4f8fe;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-cta, .page-template-landing-presentiel #section-cta, .page-template-new-landing-elearning #section-cta {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-landing-atelier #section-cta .section__title, .page-template-landing-presentiel #section-cta .section__title, .page-template-new-landing-elearning #section-cta .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-cta .section__title, .page-template-landing-presentiel #section-cta .section__title, .page-template-new-landing-elearning #section-cta .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-landing-atelier #section-cta .cta-block__list, .page-template-landing-presentiel #section-cta .cta-block__list, .page-template-new-landing-elearning #section-cta .cta-block__list {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-cta .cta-block__list, .page-template-landing-presentiel #section-cta .cta-block__list, .page-template-new-landing-elearning #section-cta .cta-block__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 24px;
	}
}

.page-template-landing-atelier #section-cta .cta-block, .page-template-landing-presentiel #section-cta .cta-block, .page-template-new-landing-elearning #section-cta .cta-block {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	background-color: #fff;
	height: 100%;
}

.page-template-landing-atelier #section-cta .cta-block:hover .cta-block__circle, .page-template-landing-presentiel #section-cta .cta-block:hover .cta-block__circle, .page-template-new-landing-elearning #section-cta .cta-block:hover .cta-block__circle {
	opacity: 0;
}

.page-template-landing-atelier #section-cta .cta-block:hover .cta-block__arrow, .page-template-landing-presentiel #section-cta .cta-block:hover .cta-block__arrow, .page-template-new-landing-elearning #section-cta .cta-block:hover .cta-block__arrow {
	opacity: 1;
}

.page-template-landing-atelier #section-cta .cta-block__img-wrapper, .page-template-landing-presentiel #section-cta .cta-block__img-wrapper, .page-template-new-landing-elearning #section-cta .cta-block__img-wrapper {
	position: relative;
	width: 100%;
	height: 200px;
	flex-shrink: 0;
}

.page-template-landing-atelier #section-cta .cta-block__img-wrapper img, .page-template-landing-presentiel #section-cta .cta-block__img-wrapper img, .page-template-new-landing-elearning #section-cta .cta-block__img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-landing-atelier #section-cta .cta-block__circle, .page-template-landing-presentiel #section-cta .cta-block__circle, .page-template-new-landing-elearning #section-cta .cta-block__circle {
	position: absolute;
	right: 0;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.page-template-landing-atelier #section-cta .cta-block__arrow, .page-template-landing-presentiel #section-cta .cta-block__arrow, .page-template-new-landing-elearning #section-cta .cta-block__arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	transition: opacity .2s ease-in-out;
}

.page-template-landing-atelier #section-cta .cta-block__body, .page-template-landing-presentiel #section-cta .cta-block__body, .page-template-new-landing-elearning #section-cta .cta-block__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 16px 20px 24px 20px;
}

.page-template-landing-atelier #section-cta .cta-block__title, .page-template-landing-presentiel #section-cta .cta-block__title, .page-template-new-landing-elearning #section-cta .cta-block__title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

.page-template-landing-atelier #section-cta .cta-block__description, .page-template-landing-presentiel #section-cta .cta-block__description, .page-template-new-landing-elearning #section-cta .cta-block__description {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}

.page-template-landing-atelier #section-cta .cta-block__btn, .page-template-landing-presentiel #section-cta .cta-block__btn, .page-template-new-landing-elearning #section-cta .cta-block__btn {
	display: flex;
	align-items: center;
	column-gap: 8px;
	padding: 0;
	border: none;
	background-color: transparent;
	margin-top: auto;
}

.page-template-landing-atelier #section-cta .cta-block__btn:after, .page-template-landing-presentiel #section-cta .cta-block__btn:after, .page-template-new-landing-elearning #section-cta .cta-block__btn:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDQwMjMgMTAuNzg0N0M1LjE4Mzc4IDExLjExIDUuMjM5NTggMTEuNTgxNiA1LjU2NDg2IDExLjgzOEM1Ljg5MDE0IDEyLjA5NDUgNi4zNjE3MyAxMi4wMzg3IDYuNjE4MTcgMTEuNzEzNEwxMC44NDA5IDYuMzU3MjRDMTEuMDU5MSA2LjA4MDUyIDExLjA1NTIgNS42ODkyMyAxMC44MzE2IDUuNDE2OTFMNi42MDg4IDAuMjc1MDA4QzYuMzQ1OTIgLTAuMDQ1MDk0NCA1Ljg3MzMyIC0wLjA5MTQ4MTEgNS41NTMyMSAwLjE3MTQwMUM1LjIzMzExIDAuNDM0MjgzIDUuMTg2NzIgMC45MDY4ODYgNS40NDk2MSAxLjIyNjk5TDguNzUzMSA1LjI0OTU0TDAuNzUwMjQxIDUuMjQ5NTRDMC4zMzYwMjcgNS4yNDk1NCAwLjAwMDI0MTAzNiA1LjU4NTMzIDAuMDAwMjQxMDE3IDUuOTk5NTRDMC4wMDAyNDA5OTkgNi40MTM3NSAwLjMzNjAyNyA2Ljc0OTU0IDAuNzUwMjQxIDYuNzQ5NTRMOC42MjE1MyA2Ljc0OTU0TDUuNDQwMjMgMTAuNzg0N1oiIGZpbGw9IiMxQUI0QkYiLz4KPC9zdmc+Cg==");
}

.page-template-landing-atelier #section-cta .cta-block__btn__text, .page-template-landing-presentiel #section-cta .cta-block__btn__text, .page-template-new-landing-elearning #section-cta .cta-block__btn__text {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.page-template-landing-atelier #section-video, .page-template-landing-presentiel #section-video, .page-template-new-landing-elearning #section-video {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-video, .page-template-landing-presentiel #section-video, .page-template-new-landing-elearning #section-video {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-landing-atelier #section-video .section__body, .page-template-landing-presentiel #section-video .section__body, .page-template-new-landing-elearning #section-video .section__body {
	flex-direction: column;
}

.page-template-landing-atelier #section-video .section__circle, .page-template-landing-presentiel #section-video .section__circle, .page-template-new-landing-elearning #section-video .section__circle {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-video .section__circle, .page-template-landing-presentiel #section-video .section__circle, .page-template-new-landing-elearning #section-video .section__circle {
		display: block;
		position: absolute;
		top: 72px;
		left: 34px;
	}
}

.page-template-landing-atelier #section-video .section__circle-2, .page-template-landing-presentiel #section-video .section__circle-2, .page-template-new-landing-elearning #section-video .section__circle-2 {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-video .section__circle-2, .page-template-landing-presentiel #section-video .section__circle-2, .page-template-new-landing-elearning #section-video .section__circle-2 {
		display: block;
		position: absolute;
		bottom: 23px;
		right: 43px;
	}
}

.page-template-landing-atelier #section-video .section__title, .page-template-landing-presentiel #section-video .section__title, .page-template-new-landing-elearning #section-video .section__title {
	text-align: center;
	margin-bottom: 32px;
}

.page-template-landing-atelier #section-video .section__title:before, .page-template-landing-presentiel #section-video .section__title:before, .page-template-new-landing-elearning #section-video .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-landing-atelier #section-video .embed-container, .page-template-landing-presentiel #section-video .embed-container, .page-template-new-landing-elearning #section-video .embed-container {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
	position: relative;
	width: 100%;
	min-height: 183px;
	border-radius: 16px;
	margin: 0 auto;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-video .embed-container, .page-template-landing-presentiel #section-video .embed-container, .page-template-new-landing-elearning #section-video .embed-container {
		width: 996px;
		min-height: 557px;
		border-radius: 24px;
	}
}

.page-template-landing-atelier #section-video .embed-container iframe, .page-template-landing-presentiel #section-video .embed-container iframe, .page-template-new-landing-elearning #section-video .embed-container iframe {
	width: 100%;
	height: 100%;
	min-height: 183px;
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-video .embed-container iframe, .page-template-landing-presentiel #section-video .embed-container iframe, .page-template-new-landing-elearning #section-video .embed-container iframe {
		min-height: 557px;
	}
}

.page-template-landing-atelier #section-video .embed-container .cmplz-blocked-content-notice, .page-template-landing-presentiel #section-video .embed-container .cmplz-blocked-content-notice, .page-template-new-landing-elearning #section-video .embed-container .cmplz-blocked-content-notice {
	max-width: calc(100% - 20px);
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #1ab4bf;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	column-gap: 0;
	border-radius: 40px;
	border: none;
	background: #fff;
	padding: 12px 34px;
	transition: column-gap .2s ease-in-out, padding .2s ease-in-out, background .2s ease-in-out;
	cursor: pointer;
	z-index: 1;
}

.page-template-landing-atelier #section-video .embed-container .cmplz-blocked-content-notice:hover, .page-template-landing-presentiel #section-video .embed-container .cmplz-blocked-content-notice:hover, .page-template-new-landing-elearning #section-video .embed-container .cmplz-blocked-content-notice:hover {
	background: linear-gradient(94deg, #1ab4bf -70.45%, #1a8bcd 114.02%);
	color: #fff;
}

.page-template-landing-atelier #section-video .section__button, .page-template-landing-presentiel #section-video .section__button, .page-template-new-landing-elearning #section-video .section__button {
	margin: 32px auto 0 auto;
}

.page-template-landing-atelier #section-steps, .page-template-landing-presentiel #section-steps, .page-template-new-landing-elearning #section-steps {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-steps, .page-template-landing-presentiel #section-steps, .page-template-new-landing-elearning #section-steps {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-landing-atelier #section-steps .section__bg, .page-template-landing-presentiel #section-steps .section__bg, .page-template-new-landing-elearning #section-steps .section__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 223px;
	background: var(--Turquoise-gradient, linear-gradient(93deg, #1ab4bf 0, #1a8bcd 290.46%));
	z-index: -1;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-steps .section__bg, .page-template-landing-presentiel #section-steps .section__bg, .page-template-new-landing-elearning #section-steps .section__bg {
		left: initial;
		bottom: initial;
		top: 0;
		right: 0;
		width: 223px;
		height: 100%;
	}
}

.page-template-landing-atelier #section-steps .section__head, .page-template-landing-presentiel #section-steps .section__head, .page-template-new-landing-elearning #section-steps .section__head {
	margin-bottom: 48px;
	max-width: 588px;
	width: 100%;
}

.page-template-landing-atelier #section-steps .section__body, .page-template-landing-presentiel #section-steps .section__body, .page-template-new-landing-elearning #section-steps .section__body {
	column-gap: 56px;
}

.page-template-landing-atelier #section-steps .section__title, .page-template-landing-presentiel #section-steps .section__title, .page-template-new-landing-elearning #section-steps .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-steps .section__title, .page-template-landing-presentiel #section-steps .section__title, .page-template-new-landing-elearning #section-steps .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-landing-atelier #section-steps .section__title:before, .page-template-landing-presentiel #section-steps .section__title:before, .page-template-new-landing-elearning #section-steps .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 16px;
}

.page-template-landing-atelier #section-steps .section__description, .page-template-landing-presentiel #section-steps .section__description, .page-template-new-landing-elearning #section-steps .section__description {
	padding-left: 16px;
}

.page-template-landing-atelier #section-steps .step__list, .page-template-landing-presentiel #section-steps .step__list, .page-template-new-landing-elearning #section-steps .step__list {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
	width: 100%;
	margin-bottom: 48px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-steps .step__list, .page-template-landing-presentiel #section-steps .step__list, .page-template-new-landing-elearning #section-steps .step__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 23px;
		max-width: 588px;
		margin-bottom: 0;
	}
}

.page-template-landing-atelier #section-steps .step__block img, .page-template-landing-presentiel #section-steps .step__block img, .page-template-new-landing-elearning #section-steps .step__block img {
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
}

.page-template-landing-atelier #section-steps .step__title, .page-template-landing-presentiel #section-steps .step__title, .page-template-new-landing-elearning #section-steps .step__title {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-steps .step__title, .page-template-landing-presentiel #section-steps .step__title, .page-template-new-landing-elearning #section-steps .step__title {
		font-size: 20px;
	}
}

.page-template-landing-atelier #section-steps .step__description, .page-template-landing-presentiel #section-steps .step__description, .page-template-new-landing-elearning #section-steps .step__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-steps .step__description, .page-template-landing-presentiel #section-steps .step__description, .page-template-new-landing-elearning #section-steps .step__description {
		font-size: 16px;
	}
}

.page-template-landing-atelier #section-steps img, .page-template-landing-presentiel #section-steps img, .page-template-new-landing-elearning #section-steps img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-steps img, .page-template-landing-presentiel #section-steps img, .page-template-new-landing-elearning #section-steps img {
		max-width: 550px;
	}
}

.page-template-landing-atelier #section-tabs, .page-template-landing-presentiel #section-tabs, .page-template-new-landing-elearning #section-tabs {
	padding-top: 56px;
	padding-bottom: 56px;
}

.page-template-landing-atelier #section-tabs .container, .page-template-landing-presentiel #section-tabs .container, .page-template-new-landing-elearning #section-tabs .container {
	padding: 0;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .container, .page-template-landing-presentiel #section-tabs .container, .page-template-new-landing-elearning #section-tabs .container {
		padding: 0 15px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs, .page-template-landing-presentiel #section-tabs, .page-template-new-landing-elearning #section-tabs {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-landing-atelier #section-tabs .section__title, .page-template-landing-presentiel #section-tabs .section__title, .page-template-new-landing-elearning #section-tabs .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .section__title, .page-template-landing-presentiel #section-tabs .section__title, .page-template-new-landing-elearning #section-tabs .section__title {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-landing-atelier #section-tabs .tab__list, .page-template-landing-presentiel #section-tabs .tab__list, .page-template-new-landing-elearning #section-tabs .tab__list {
	display: flex;
	border-radius: 30px;
	border: 1px solid #1a8bcb;
	background: #f4f8fe;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .tab__list, .page-template-landing-presentiel #section-tabs .tab__list, .page-template-new-landing-elearning #section-tabs .tab__list {
		margin-bottom: 80px;
	}
}

.page-template-landing-atelier #section-tabs .select-custom, .page-template-landing-presentiel #section-tabs .select-custom, .page-template-new-landing-elearning #section-tabs .select-custom {
	position: relative;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .select-custom, .page-template-landing-presentiel #section-tabs .select-custom, .page-template-new-landing-elearning #section-tabs .select-custom {
		display: none;
	}
}

.page-template-landing-atelier #section-tabs .select-custom:after, .page-template-landing-presentiel #section-tabs .select-custom:after, .page-template-new-landing-elearning #section-tabs .select-custom:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDQyOTk4Ij4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDY0MzcgNS40NzQ4MUMyLjc1NDI5IDUuMTc4OTcgMy4yMjkxNCA1LjE3NDE3IDMuNTI0OTggNS40NjQwOUw4LjA5MTI1IDkuOTM5MDRMMTIuNDY0MyA1LjQ3NDkyQzEyLjc1NDEgNS4xNzkwMiAxMy4yMjkgNS4xNzQxMyAxMy41MjQ5IDUuNDYzOTlDMTMuODIwOCA1Ljc1Mzg0IDEzLjgyNTcgNi4yMjg2OSAxMy41MzU4IDYuNTI0NTlMOC42Mzc4NCAxMS41MjQ2QzguNDk4NjMgMTEuNjY2NyA4LjMwODY1IDExLjc0NzcgOC4xMDk3MiAxMS43NDk3QzcuOTEwOCAxMS43NTE3IDcuNzE5MjEgMTEuNjc0NyA3LjU3NzEyIDExLjUzNTRMMi40NzUwOCA2LjUzNTQxQzIuMTc5MjUgNi4yNDU0OSAyLjE3NDQ1IDUuNzcwNjQgMi40NjQzNyA1LjQ3NDgxWiIgZmlsbD0iIzFBOEJDQiIvPgo8L2c+Cjwvc3ZnPgo=");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.page-template-landing-atelier #section-tabs .tab__list--mobile, .page-template-landing-presentiel #section-tabs .tab__list--mobile, .page-template-new-landing-elearning #section-tabs .tab__list--mobile {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	appearance: none;
	outline: 0;
	border-radius: 40px;
	background: #f4f8fe;
	border: none;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .tab__list--mobile, .page-template-landing-presentiel #section-tabs .tab__list--mobile, .page-template-new-landing-elearning #section-tabs .tab__list--mobile {
		display: none;
	}
}

.page-template-landing-atelier #section-tabs .tab__list--desktop, .page-template-landing-presentiel #section-tabs .tab__list--desktop, .page-template-new-landing-elearning #section-tabs .tab__list--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .tab__list--desktop, .page-template-landing-presentiel #section-tabs .tab__list--desktop, .page-template-new-landing-elearning #section-tabs .tab__list--desktop {
		display: flex;
	}
}

.page-template-landing-atelier #section-tabs .tab__item, .page-template-landing-presentiel #section-tabs .tab__item, .page-template-new-landing-elearning #section-tabs .tab__item {
	position: relative;
	width: 100%;
}

.page-template-landing-atelier #section-tabs .tab__item:not(:first-child):before, .page-template-landing-presentiel #section-tabs .tab__item:not(:first-child):before, .page-template-new-landing-elearning #section-tabs .tab__item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #f4f8fe;
	display: none;
}

.page-template-landing-atelier #section-tabs .tab__item:not(:last-child):after, .page-template-landing-presentiel #section-tabs .tab__item:not(:last-child):after, .page-template-new-landing-elearning #section-tabs .tab__item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 40px;
	background-color: #1a8bcb;
}

.page-template-landing-atelier #section-tabs .tab__item.active:before, .page-template-landing-presentiel #section-tabs .tab__item.active:before, .page-template-new-landing-elearning #section-tabs .tab__item.active:before {
	display: block;
}

.page-template-landing-atelier #section-tabs .tab__item.active:after, .page-template-landing-presentiel #section-tabs .tab__item.active:after, .page-template-new-landing-elearning #section-tabs .tab__item.active:after {
	display: none;
}

.page-template-landing-atelier #section-tabs .tab__item.active .tab__btn, .page-template-landing-presentiel #section-tabs .tab__item.active .tab__btn, .page-template-new-landing-elearning #section-tabs .tab__item.active .tab__btn {
	border-radius: 30px;
	background: #1a8bcb;
}

.page-template-landing-atelier #section-tabs .tab__item.active .tab__btn__text, .page-template-landing-presentiel #section-tabs .tab__item.active .tab__btn__text, .page-template-new-landing-elearning #section-tabs .tab__item.active .tab__btn__text {
	color: #fff;
}

.page-template-landing-atelier #section-tabs .tab__btn, .page-template-landing-presentiel #section-tabs .tab__btn, .page-template-new-landing-elearning #section-tabs .tab__btn {
	padding: 16px 47px;
	border: none;
	background-color: transparent;
	width: 100%;
	cursor: pointer;
}

.page-template-landing-atelier #section-tabs .tab__btn:focus, .page-template-landing-presentiel #section-tabs .tab__btn:focus, .page-template-new-landing-elearning #section-tabs .tab__btn:focus {
	outline: 0;
}

.page-template-landing-atelier #section-tabs .tab__btn__text, .page-template-landing-presentiel #section-tabs .tab__btn__text, .page-template-new-landing-elearning #section-tabs .tab__btn__text {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

.page-template-landing-atelier #section-tabs .tab__body, .page-template-landing-presentiel #section-tabs .tab__body, .page-template-new-landing-elearning #section-tabs .tab__body {
	position: relative;
	display: none;
	flex-direction: column;
}

.page-template-landing-atelier #section-tabs .tab__body.active, .page-template-landing-presentiel #section-tabs .tab__body.active, .page-template-new-landing-elearning #section-tabs .tab__body.active {
	display: flex;
}

.page-template-landing-atelier #section-tabs .tab__body svg, .page-template-landing-presentiel #section-tabs .tab__body svg, .page-template-new-landing-elearning #section-tabs .tab__body svg {
	position: absolute;
	top: -56px;
	left: -66px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .tab__body svg, .page-template-landing-presentiel #section-tabs .tab__body svg, .page-template-new-landing-elearning #section-tabs .tab__body svg {
		top: 0;
		left: -50px;
	}
}

.page-template-landing-atelier #section-tabs .tab__body img, .page-template-landing-presentiel #section-tabs .tab__body img, .page-template-new-landing-elearning #section-tabs .tab__body img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .tab__body img, .page-template-landing-presentiel #section-tabs .tab__body img, .page-template-new-landing-elearning #section-tabs .tab__body img {
		position: absolute;
		top: 0;
		right: 0;
		width: 704px;
		height: 361px;
	}
}

.page-template-landing-atelier #section-tabs .tab__content, .page-template-landing-presentiel #section-tabs .tab__content, .page-template-new-landing-elearning #section-tabs .tab__content {
	padding: 32px 24px;
	background-color: #fff;
	width: calc(100% - 48px);
	margin: 0 auto;
	flex-shrink: 0;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .tab__content, .page-template-landing-presentiel #section-tabs .tab__content, .page-template-new-landing-elearning #section-tabs .tab__content {
		width: 100%;
		max-width: 615px;
		margin: 65px 0 0 0;
		padding: 32px 48px;
	}
}

.page-template-landing-atelier #section-tabs .tab__content__title, .page-template-landing-presentiel #section-tabs .tab__content__title, .page-template-new-landing-elearning #section-tabs .tab__content__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .tab__content__title, .page-template-landing-presentiel #section-tabs .tab__content__title, .page-template-new-landing-elearning #section-tabs .tab__content__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-landing-atelier #section-tabs .tab__content__title:before, .page-template-landing-presentiel #section-tabs .tab__content__title:before, .page-template-new-landing-elearning #section-tabs .tab__content__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-landing-atelier #section-tabs .tab__content__description, .page-template-landing-presentiel #section-tabs .tab__content__description, .page-template-new-landing-elearning #section-tabs .tab__content__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .tab__content__description, .page-template-landing-presentiel #section-tabs .tab__content__description, .page-template-new-landing-elearning #section-tabs .tab__content__description {
		font-size: 16px;
	}
}

.page-template-landing-atelier #section-tabs .tab__content__img, .page-template-landing-presentiel #section-tabs .tab__content__img, .page-template-new-landing-elearning #section-tabs .tab__content__img {
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-tabs .tab__content__img, .page-template-landing-presentiel #section-tabs .tab__content__img, .page-template-new-landing-elearning #section-tabs .tab__content__img {
		margin-top: 0;
	}
}

.page-template-landing-atelier #section-simple-cta, .page-template-landing-presentiel #section-simple-cta, .page-template-new-landing-elearning #section-simple-cta {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-landing-atelier #section-simple-cta .section__title, .page-template-landing-presentiel #section-simple-cta .section__title, .page-template-new-landing-elearning #section-simple-cta .section__title {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 32px;
}

.page-template-landing-atelier #section-simple-cta .section__title:before, .page-template-landing-presentiel #section-simple-cta .section__title:before, .page-template-new-landing-elearning #section-simple-cta .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-landing-atelier #section-simple-cta .section__button, .page-template-landing-presentiel #section-simple-cta .section__button, .page-template-new-landing-elearning #section-simple-cta .section__button {
	margin: auto;
}

.page-template-landing-atelier #section-references, .page-template-landing-presentiel #section-references, .page-template-new-landing-elearning #section-references {
	padding-top: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-landing-atelier #section-references, .page-template-landing-presentiel #section-references, .page-template-new-landing-elearning #section-references {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-offre #section-hero {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	min-height: 772px;
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-hero {
		background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
		padding-top: 16px;
		padding-bottom: 100px;
		min-height: 581px;
	}
}

.page-template-new-offre #section-hero .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-hero .breadcrumb__list {
		display: flex;
	}
}

.page-template-new-offre #section-hero .section__content {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-hero .section__content {
		flex-direction: row;
		column-gap: 69px;
		margin-top: 48px;
	}
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-hero .section__left {
		max-width: 645px;
	}
}

.page-template-new-offre #section-hero .page-title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-hero .page-title {
		font-size: 56px;
		font-weight: 800;
		line-height: 66px;
	}
}

.page-template-new-offre #section-hero .section__description {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 32px;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-hero .section__description {
		font-size: 18px;
	}
}

.page-template-new-offre #section-hero .section__btn-row {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-hero .section__btn-row {
		flex-direction: row;
	}
}

.page-template-new-offre #section-hero img {
	width: 100%;
	margin-top: 40px;
	max-width: 550px;
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-hero img {
		margin-top: 0;
	}
}

.page-template-new-offre #section-hero .section__img {
	max-width: 550px;
}

.page-template-new-offre #section-services {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-services {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}

.page-template-new-offre #section-services .section__body {
	align-items: center;
	column-gap: 56px;
}

.page-template-new-offre #section-services .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	height: max-content;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-services .section__title {
		font-size: 32px;
		line-height: 42px;
		max-width: 290px;
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 0;
	}
}

.page-template-new-offre #section-services .service__list {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-services .service__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 40px;
	}
}

.page-template-new-offre #section-services .service__block {
	border-radius: 16px;
	background: #f4f8fe;
	padding: 48px 32px;
	height: 100%;
}

.page-template-new-offre #section-services .service__title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-services .service__title {
		font-size: 20px;
	}
}

.page-template-new-offre #section-services .service__description {
	padding-left: 16px;
}

.page-template-new-offre #section-services .service__description * {
	color: #72757a;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-services .service__description * {
		font-size: 16px;
	}
}

.page-template-new-offre #section-services .service__description ul {
	list-style: initial;
	padding-left: 26px;
}

.page-template-new-offre #section-customizations {
	padding-top: 56px;
	padding-bottom: 110px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-customizations {
		padding-top: 40px;
		padding-bottom: 144px;
	}
}

.page-template-new-offre #section-customizations .section__title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 24px;
}

.page-template-new-offre #section-customizations #splide-customizations {
	margin-left: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-customizations #splide-customizations {
		margin-left: calc(( 100vw - 1215px ) / 2);
	}
}

.page-template-new-offre #section-customizations #splide-customizations .splide__arrow {
	opacity: 1;
	top: initial;
	transform: initial;
	bottom: -72px;
	background-color: transparent;
	border: 2px solid #1ab4bf;
	width: 32px;
	height: 32px;
	transition: background-color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-customizations #splide-customizations .splide__arrow {
		width: 40px;
		height: 40px;
	}
}

.page-template-new-offre #section-customizations #splide-customizations .splide__arrow:hover {
	background-color: #1ab4bf;
}

.page-template-new-offre #section-customizations #splide-customizations .splide__arrow:hover path {
	fill: #fff;
}

.page-template-new-offre #section-customizations #splide-customizations .splide__arrow svg {
	width: 36px;
	height: 36px;
}

.page-template-new-offre #section-customizations #splide-customizations .splide__arrow--prev {
	left: 0;
	transform: rotate(180deg);
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-customizations #splide-customizations .splide__arrow--prev {
		left: initial;
		right: calc(( 100vw - 1215px ) / 2 + 40px + 16px);
	}
}

.page-template-new-offre #section-customizations #splide-customizations .splide__arrow--next {
	left: 48px;
	right: initial;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-customizations #splide-customizations .splide__arrow--next {
		left: initial;
		right: calc(( 100vw - 1215px ) / 2);
	}
}

.page-template-new-offre #section-customizations .customization__card {
	position: relative;
	display: flex;
	align-items: flex-end;
	border-radius: 16px;
	padding: 28px 22px;
	min-height: 215px;
	height: 100%;
	overflow: hidden;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-customizations .customization__card {
		min-height: 320px;
	}
}

.page-template-new-offre #section-customizations .customization__card:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 47.34%, rgba(100, 100, 100, .19) 64.02%, rgba(0, 0, 0, .32) 79.57%, rgba(0, 0, 0, .7) 103.73%, rgba(0, 0, 0, .8) 117.19%);
	z-index: 1;
}

.page-template-new-offre #section-customizations .customization__card img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.page-template-new-offre #section-customizations .customization__card__title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	z-index: 2;
}

.page-template-new-offre #section-functioning, .page-template-new-offre #section-presentation {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-functioning, .page-template-new-offre #section-presentation {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-offre #section-functioning .section__body, .page-template-new-offre #section-presentation .section__body {
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-functioning .section__body, .page-template-new-offre #section-presentation .section__body {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-new-offre #section-functioning .section__title, .page-template-new-offre #section-presentation .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-functioning .section__title, .page-template-new-offre #section-presentation .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-new-offre #section-functioning .section__title:before, .page-template-new-offre #section-presentation .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-new-offre #section-functioning .section__description, .page-template-new-offre #section-presentation .section__description {
	padding-left: 16px;
	margin-bottom: 32px;
}

.page-template-new-offre #section-functioning .section__description *, .page-template-new-offre #section-presentation .section__description * {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-functioning .section__description *, .page-template-new-offre #section-presentation .section__description * {
		font-size: 16px;
	}
}

.page-template-new-offre #section-functioning .section__button, .page-template-new-offre #section-presentation .section__button {
	width: max-content;
}

.page-template-new-offre #section-functioning .section__img--desktop, .page-template-new-offre #section-presentation .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-functioning .section__img--desktop, .page-template-new-offre #section-presentation .section__img--desktop {
		display: block;
	}
}

.page-template-new-offre #section-functioning .section__img--mobile, .page-template-new-offre #section-presentation .section__img--mobile {
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-functioning .section__img--mobile, .page-template-new-offre #section-presentation .section__img--mobile {
		display: none;
	}
}

.page-template-new-offre #section-functioning img, .page-template-new-offre #section-presentation img {
	object-fit: cover;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-functioning img, .page-template-new-offre #section-presentation img {
		position: absolute;
		top: 0;
		right: 0;
		width: 704px;
		height: 499px;
	}
}

.page-template-new-offre #section-elearnings {
	padding-top: 40px;
	padding-bottom: 152px;
	background: #f4f8fe;
}

.page-template-new-offre #section-steps {
	background: #f4f8fe;
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-steps {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-offre #section-steps .section__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 223px;
	background: var(--Turquoise-gradient, linear-gradient(93deg, #1ab4bf 0, #1a8bcd 290.46%));
	z-index: 0;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-steps .section__bg {
		left: initial;
		bottom: initial;
		top: 0;
		right: 0;
		width: 223px;
		height: 100%;
	}
}

.page-template-new-offre #section-steps .section__head {
	margin-bottom: 48px;
	max-width: 588px;
	width: 100%;
}

.page-template-new-offre #section-steps .section__body {
	column-gap: 56px;
}

.page-template-new-offre #section-steps .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-steps .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-new-offre #section-steps .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 16px;
}

.page-template-new-offre #section-steps .section__description {
	padding-left: 16px;
}

.page-template-new-offre #section-steps .step__list {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
	width: 100%;
	margin-bottom: 48px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-steps .step__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 23px;
		max-width: 588px;
		margin-bottom: 0;
	}
}

.page-template-new-offre #section-steps .step__block img {
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
}

.page-template-new-offre #section-steps .step__title {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-steps .step__title {
		font-size: 20px;
	}
}

.page-template-new-offre #section-steps .step__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-steps .step__description {
		font-size: 16px;
	}
}

.page-template-new-offre #section-steps img {
	width: 100%;
	height: 354px;
	object-fit: cover;
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-steps img {
		height: max-content;
		object-fit: contain;
	}
}

.page-template-new-offre #section-offers {
	padding-bottom: 72px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-offers {
		padding-bottom: 80px;
	}
}

.page-template-new-offre #section-offers img {
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-offers img {
		position: absolute;
		top: 0;
		left: 0;
		width: 704px;
	}
}

.page-template-new-offre #section-offers .section__img {
	display: block;
	object-fit: cover;
}

.page-template-new-offre #section-offers .section__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page-template-new-offre #section-offers .section__img--mobile {
	width: 100%;
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-offers .section__img--mobile {
		display: none;
	}
}

.page-template-new-offre #section-offers .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-offers .section__img--desktop {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 704px;
		height: 361px;
	}
}

.page-template-new-offre #section-offers .section__right {
	background: #fff;
	padding: 32px 24px;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-offers .section__right {
		margin-top: 60px;
		margin-left: auto;
		width: 585px;
		padding: 32px 48px;
	}
}

.page-template-new-offre #section-offers .section__title {
	color: #1a1a1a;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 16px;
}

.page-template-new-offre #section-offers .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-new-offre #section-offers .section__description {
	padding-left: 16px;
	margin-bottom: 32px;
}

.page-template-new-offre #section-offers .section__description * {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.page-template-new-offre #section-offers svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-offers svg {
		display: block;
		position: absolute;
		right: -35px;
		bottom: -50px;
		z-index: -1;
	}
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-benefits {
		padding-top: 100px;
	}
}

.page-template-new-offre #section-benefits svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-benefits svg {
		display: block;
		position: absolute;
		top: 0;
		left: -50px;
	}
}

.page-template-new-offre #section-benefits .section__left {
	background-color: #fff;
	width: 100%;
	padding: 32px 24px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-benefits .section__left {
		max-width: 615px;
		padding: 32px 48px;
		margin-top: 65px;
	}
}

.page-template-new-offre #section-benefits .section__title {
	color: #1a1a1a;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-benefits .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-new-offre #section-benefits .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-new-offre #section-benefits .section__description {
	padding-left: 16px;
	margin-bottom: 32px;
}

.page-template-new-offre #section-benefits .section__button {
	width: max-content;
}

.page-template-new-offre #section-benefits .section__img {
	display: block;
	object-fit: cover;
}

.page-template-new-offre #section-benefits .section__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page-template-new-offre #section-benefits .section__img--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-benefits .section__img--desktop {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 704px;
		height: 361px;
	}
}

.page-template-new-offre #section-benefits .section__img--mobile {
	width: 100%;
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-benefits .section__img--mobile {
		display: none;
	}
}

.page-template-new-offre #section-tabs {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-new-offre #section-tabs .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .section__title {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-new-offre #section-tabs .tab__list {
	display: flex;
	border-radius: 30px;
	outline: 1px solid #1a8bcb;
	background: #f4f8fe;
	margin-bottom: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .tab__list {
		margin-bottom: 80px;
		margin-bottom: 32px;
	}
}

.page-template-new-offre #section-tabs .select-custom {
	position: relative;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .select-custom {
		display: none;
	}
}

.page-template-new-offre #section-tabs .select-custom:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDQyOTk4Ij4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDY0MzcgNS40NzQ4MUMyLjc1NDI5IDUuMTc4OTcgMy4yMjkxNCA1LjE3NDE3IDMuNTI0OTggNS40NjQwOUw4LjA5MTI1IDkuOTM5MDRMMTIuNDY0MyA1LjQ3NDkyQzEyLjc1NDEgNS4xNzkwMiAxMy4yMjkgNS4xNzQxMyAxMy41MjQ5IDUuNDYzOTlDMTMuODIwOCA1Ljc1Mzg0IDEzLjgyNTcgNi4yMjg2OSAxMy41MzU4IDYuNTI0NTlMOC42Mzc4NCAxMS41MjQ2QzguNDk4NjMgMTEuNjY2NyA4LjMwODY1IDExLjc0NzcgOC4xMDk3MiAxMS43NDk3QzcuOTEwOCAxMS43NTE3IDcuNzE5MjEgMTEuNjc0NyA3LjU3NzEyIDExLjUzNTRMMi40NzUwOCA2LjUzNTQxQzIuMTc5MjUgNi4yNDU0OSAyLjE3NDQ1IDUuNzcwNjQgMi40NjQzNyA1LjQ3NDgxWiIgZmlsbD0iIzFBOEJDQiIvPgo8L2c+Cjwvc3ZnPgo=");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.page-template-new-offre #section-tabs .tab__list--mobile {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	appearance: none;
	outline: 0;
	border-radius: 40px;
	background: #f4f8fe;
	border: none;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .tab__list--mobile {
		display: none;
	}
}

.page-template-new-offre #section-tabs .tab__list--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .tab__list--desktop {
		display: flex;
	}
}

.page-template-new-offre #section-tabs .tab__item {
	position: relative;
	width: 100%;
}

.page-template-new-offre #section-tabs .tab__item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #f4f8fe;
	display: none;
}

.page-template-new-offre #section-tabs .tab__item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 40px;
	background-color: #1a8bcb;
}

.page-template-new-offre #section-tabs .tab__item.active:before {
	display: block;
}

.page-template-new-offre #section-tabs .tab__item.active:after {
	display: none;
}

.page-template-new-offre #section-tabs .tab__item.active .tab__btn {
	border-radius: 30px;
	background: #1a8bcb;
}

.page-template-new-offre #section-tabs .tab__item.active .tab__btn__text {
	color: #fff;
}

.page-template-new-offre #section-tabs .tab__btn {
	padding: 16px 47px;
	border: none;
	background-color: transparent;
	width: 100%;
	cursor: pointer;
}

.page-template-new-offre #section-tabs .tab__btn:focus {
	outline: 0;
}

.page-template-new-offre #section-tabs .tab__btn__text {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

.page-template-new-offre #section-tabs .tab__body {
	position: relative;
	display: none;
	flex-direction: column-reverse;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .tab__body {
		flex-direction: column;
	}
}

.page-template-new-offre #section-tabs .tab__body.active {
	display: flex;
}

.page-template-new-offre #section-tabs .tab__body svg {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .tab__body svg {
		display: block;
		position: absolute;
		bottom: -38px;
		right: -35px;
	}
}

.page-template-new-offre #section-tabs .tab__body img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .tab__body img {
		position: absolute;
		top: 0;
		left: 0;
		width: 704px;
		height: 361px;
	}
}

.page-template-new-offre #section-tabs .tab__content {
	padding: 32px 24px;
	background-color: #fff;
	width: 100%;
	flex-shrink: 0;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .tab__content {
		max-width: 615px;
		min-height: 382px;
		margin-top: 65px;
		margin-left: auto;
		padding: 32px 48px;
	}
}

.page-template-new-offre #section-tabs .tab__content__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .tab__content__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-new-offre #section-tabs .tab__content__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.page-template-new-offre #section-tabs .tab__content__description {
	padding-left: 16px;
}

.page-template-new-offre #section-tabs .tab__content__description * {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-tabs .tab__content__description * {
		font-size: 16px;
	}
}

.page-template-new-offre #section-tabs .tab__content__description p:not(:last-child) {
	margin-bottom: 8px;
}

.page-template-new-offre #section-tabs .tab__content__description ul li {
	display: flex;
	column-gap: 8px;
}

.page-template-new-offre #section-tabs .tab__content__description ul li:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDYgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGlkPSJGcmFtZSA0Mjk3MCI+CjxjaXJjbGUgaWQ9IkVsbGlwc2UgMjAiIGN4PSIzIiBjeT0iMTAiIHI9IjMiIGZpbGw9IiMxQUI0QkYiLz4KPC9nPgo8L3N2Zz4K");
	transform: translateY(2px);
}

.page-template-new-offre #section-references {
	padding-top: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-new-offre #section-references {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-references .section-header {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.page-template-references .section-header {
		padding-top: 74px;
		padding-bottom: 110px;
	}
}

.page-template-references .section-header .section__img img {
	max-width: 100%;
	margin-top: 40px;
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-references .section-header .section__img img {
		margin-top: 0;
		max-width: 550px;
		border-radius: 16px;
	}
}

.page-template-references .section-header .section__body {
	align-items: center;
	column-gap: 70px;
}

.page-template-references .section-header .section__title {
	color: var(--White, #fff);
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
}

@media only screen and (min-width:992px) {
	.page-template-references .section-header .section__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.page-template-references .section-header .section__description {
	margin-top: 16px;
	padding-left: 16px;
}

.page-template-references .section-header .section__description * {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-references .section-header .section__description * {
		font-size: 18px;
	}
}

.page-template-references .section-clients {
	padding-bottom: 56px;
	margin-top: -48px;
}

@media only screen and (min-width:992px) {
	.page-template-references .section-clients {
		padding-bottom: 80px;
		margin-top: -72px;
	}
}

.page-template-references .section-clients .filter__card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #fff;
	padding: 24px 16px;
	margin-bottom: 48px;
}

@media only screen and (min-width:992px) {
	.page-template-references .section-clients .filter__card {
		flex-direction: row;
		column-gap: 96px;
		justify-content: space-between;
		align-items: center;
		padding: 24px 32px;
	}
}

.page-template-references .section-clients .filter__card .custom-checkbox {
	flex-shrink: 0;
}

.page-template-references .section-clients .filter__wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-references .section-clients .filter__wrapper {
		flex-direction: row;
		align-items: center;
		column-gap: 24px;
		margin-bottom: 0;
	}
}

.page-template-references .section-clients .filter__wrapper .filter__label {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: max-content;
}

.page-template-references .section-clients .filter__wrapper .select--custom {
	max-width: 543px;
}

.page-template-references .section-clients .filter__wrapper .custom-dropdown {
	max-width: 352px;
}

.page-template-references .section-clients .client__list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-references .section-clients .client__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
	}
}

.page-template-references .section-clients .client__card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: var(--White, #fff);
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
	padding: 32px;
	height: 100%;
}

.page-template-references .section-clients .client__card .hover {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: var(--Turquoise-gradient, linear-gradient(93deg, #1ab4bf 0, #1a8bcd 104.17%));
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
	text-align: center;
	transition: .3s;
	opacity: 0;
}

.page-template-references .section-clients .client__card .hover .content_hover {
	color: var(--White, #fff);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding: 32px;
	padding-left: 48px;
	padding-right: 48px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: max-content;
	width: 100%;
}

.page-template-references .section-clients .client__card .hover .content_hover svg {
	margin-top: 8px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:992px) {
	.page-template-references .section-clients .client__card:hover .hover {
		z-index: 10;
		opacity: 1;
	}
}

.page-template-references .section-clients .client__logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #f4f8fe;
	padding: 15px;
}

.page-template-references .section-clients .client__logo-wrapper .client__logo, .page-template-references .section-clients .client__logo-wrapper .client__logo img {
	max-width: 100%;
}

.page-template-references .section-clients .client__name {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 8px;
}

.page-template-references .section-clients .client__sector {
	color: var(--Gray, #72757a);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 4px;
	padding-right: 40px;
}

.page-template-references .section-clients .client__arrow {
	position: absolute;
	bottom: 32px;
	right: 32px;
}

.page-template-references .select2 {
	border: none;
}

.page-template-references .select2-container--default .select2-selection--multiple {
	border-radius: 42px;
	background: var(--Bg, #f4f8fe);
	border: none;
	padding: 12px 16px;
}

.single-auteur .breadcrumb__list {
	margin-bottom: 60px;
}

.single-auteur .section-header {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.single-auteur .section-header {
		padding-top: 20px;
		padding-bottom: 110px;
	}
}

.single-auteur .section-header .section__img, .single-auteur .section-header .section__img img {
	max-width: 100%;
	margin-top: 40px;
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.single-auteur .section-header .section__img, .single-auteur .section-header .section__img img {
		margin-top: 0;
		max-width: 400px;
	}
}

.single-auteur .section-header .section__body {
	align-items: center;
	column-gap: 70px;
}

.single-auteur .section-header .section__title {
	color: var(--White, #fff);
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
}

@media only screen and (min-width:992px) {
	.single-auteur .section-header .section__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.single-auteur .section-header .section__description {
	margin-top: 16px;
	margin-bottom: 35px;
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.single-auteur .section-header .section__description {
		font-size: 18px;
	}
}

.single-auteur .section-header .section__linkedin, .single-auteur .section-header .section__metier {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.single-auteur .section-header .section__linkedin, .single-auteur .section-header .section__metier {
		font-size: 18px;
	}
}

.single-auteur .section-header .section__linkedin {
	margin-top: 10px;
}

.single-auteur .section-header .section__linkedin svg {
	position: relative;
	top: -3px;
}

.single-blog .summary-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: clamp(16px, 3vw, 32px);
	flex-wrap: wrap;
}

@media only screen and (min-width:992px) {
	.single-blog .summary-wrap {
		flex-wrap: nowrap;
	}
}

.single-blog .summary-wrap>* {
	flex: 1 1 100%;
	min-width: 0;
	margin-top: 0;
}

@media only screen and (min-width:992px) {
	.single-blog .summary-wrap>* {
		flex: 1 1 50%;
	}
}

.single-blog .summary-wrap>:only-child {
	flex: 0 1 min(800px, 100%);
}

.single-blog .summary-wrap .summary-resume {
	padding: 20px;
	margin-bottom: 40px;
	padding-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #1ab4bf;
}

.single-blog .summary-wrap .summary-resume .summary-resume_title {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #1ab4bf;
}

.single-blog .summary-wrap .summary-resume .wysiwyg li, .single-blog .summary-wrap .summary-resume .wysiwyg p {
	color: #000 !important;
}

.single-blog .section_hero_blog {
	padding-bottom: 40px !important;
	padding-top: 0 !important;
}

@media only screen and (min-width:992px) {
	.single-blog .section_hero_blog {
		padding-bottom: 60px !important;
	}
}

@media only screen and (min-width:992px) {
	.single-blog .section_hero_blog .breadcrumb__list {
		padding-top: 16px;
	}
}

.single-blog .section_hero_blog .section__content {
	display: flex;
	column-gap: 93px;
	flex-direction: column !important;
	max-width: 100% !important;
	padding-top: 0 !important;
}

@media only screen and (min-width:992px) {
	.single-blog .section_hero_blog .section__content {
		padding-top: 60px !important;
		flex-direction: row !important;
	}
}

.single-blog .section_hero_blog .section__left {
	padding-top: 56px;
}

@media only screen and (min-width:992px) {
	.single-blog .section_hero_blog .section__left {
		max-width: 724px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.single-blog .section_hero_blog .section__img {
	max-width: 100%;
	border-radius: 16px;
	margin-top: 30px !important;
}

@media only screen and (min-width:768px) {
	.single-blog .section_hero_blog .section__img {
		max-width: 509px;
		margin-top: 0 !important;
	}
}

.single-blog .section_hero_blog .section__img img {
	max-width: 100%;
}

.single-blog .section_hero_blog .section__title {
	text-align: left !important;
}

.single-blog .section_hero_blog .section__description {
	text-align: left !important;
}

.single-blog .blog_contenu {
	margin-top: 30px;
	padding-bottom: 40px;
}

@media only screen and (min-width:992px) {
	.single-blog .blog_contenu {
		margin-top: 80;
		padding-bottom: 90px;
	}
}

.page-template-semaine-qvt #section-hero {
	background: #1ab4bf;
	padding-top: 56px;
	padding-bottom: 120px;
	min-height: 214px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-hero {
		padding-top: 16px;
		padding-bottom: 60px;
	}
}

.page-template-semaine-qvt #section-hero .section__body {
	flex-direction: column;
}

.page-template-semaine-qvt #section-hero .section__img--mobile {
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	width: 100%;
	height: 234px;
	object-fit: cover;
	bottom: calc(-100% - 40px);
	border-radius: 12px;
}

.page-template-semaine-qvt #section-hero .section__img--mobile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-hero .section__img--mobile {
		display: none !important;
	}
}

.page-template-semaine-qvt #section-hero .tag__list {
	margin-top: 16px;
}

.page-template-semaine-qvt #section-hero .tag {
	font-size: 12px;
	padding: 4px 10px;
}

.page-template-semaine-qvt .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .breadcrumb__list {
		display: flex;
		margin-bottom: 48px;
	}
}

.page-template-semaine-qvt .page-title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin: 0;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .page-title {
		font-size: 56px;
		line-height: 66px;
		max-width: 894px;
	}
}

.page-template-semaine-qvt #section-content {
	padding-top: 40px;
	padding-bottom: 50px;
}

.page-template-semaine-qvt #section-content .section__body {
	flex-direction: column-reverse;
	column-gap: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-content .section__body {
		flex-direction: row;
		display: flex;
	}
}

.page-template-semaine-qvt .tab__list {
	display: flex;
	border-radius: 30px;
	border: 1px solid #1a8bcb;
	background: #f4f8fe;
	margin-bottom: 32px;
}

.page-template-semaine-qvt .tab__list--mobile {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	appearance: none;
	outline: 0;
	border-radius: 40px;
	background: #f4f8fe;
	border: none;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .tab__list--mobile {
		display: none;
	}
}

.page-template-semaine-qvt .select-custom {
	position: relative;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .select-custom {
		display: none;
	}
}

.page-template-semaine-qvt .select-custom:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDQyOTk4Ij4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDY0MzcgNS40NzQ4MUMyLjc1NDI5IDUuMTc4OTcgMy4yMjkxNCA1LjE3NDE3IDMuNTI0OTggNS40NjQwOUw4LjA5MTI1IDkuOTM5MDRMMTIuNDY0MyA1LjQ3NDkyQzEyLjc1NDEgNS4xNzkwMiAxMy4yMjkgNS4xNzQxMyAxMy41MjQ5IDUuNDYzOTlDMTMuODIwOCA1Ljc1Mzg0IDEzLjgyNTcgNi4yMjg2OSAxMy41MzU4IDYuNTI0NTlMOC42Mzc4NCAxMS41MjQ2QzguNDk4NjMgMTEuNjY2NyA4LjMwODY1IDExLjc0NzcgOC4xMDk3MiAxMS43NDk3QzcuOTEwOCAxMS43NTE3IDcuNzE5MjEgMTEuNjc0NyA3LjU3NzEyIDExLjUzNTRMMi40NzUwOCA2LjUzNTQxQzIuMTc5MjUgNi4yNDU0OSAyLjE3NDQ1IDUuNzcwNjQgMi40NjQzNyA1LjQ3NDgxWiIgZmlsbD0iIzFBOEJDQiIvPgo8L2c+Cjwvc3ZnPgo=");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.page-template-semaine-qvt .tab__list--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .tab__list--desktop {
		display: flex;
	}
}

.page-template-semaine-qvt .tab__item {
	position: relative;
	width: 100%;
}

.page-template-semaine-qvt .tab__item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #f4f8fe;
	display: none;
}

.page-template-semaine-qvt .tab__item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 24px;
	background-color: #1a8bcb;
}

.page-template-semaine-qvt .tab__item.active:before {
	display: block;
}

.page-template-semaine-qvt .tab__item.active:after {
	display: none;
}

.page-template-semaine-qvt .tab__item.active .tab__btn {
	border-radius: 30px;
	background: #1a8bcb;
}

.page-template-semaine-qvt .tab__item.active .tab__btn__text {
	color: #fff;
}

.page-template-semaine-qvt .tab__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: none;
	background-color: transparent;
	width: 100%;
	cursor: pointer;
}

.page-template-semaine-qvt .tab__btn:focus {
	outline: 0;
}

.page-template-semaine-qvt .tab__btn__text {
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

.page-template-semaine-qvt .content {
	width: 100%;
}

.page-template-semaine-qvt .wysiwyg {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

.page-template-semaine-qvt .wysiwyg h2 {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
}

.page-template-semaine-qvt .wysiwyg h2:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #ffd879;
	margin-top: 8px;
}

.page-template-semaine-qvt .wysiwyg h2:first-child {
	margin-top: 0;
}

.page-template-semaine-qvt .wysiwyg h3 {
	color: var(--Black, #000);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 8px;
}

.page-template-semaine-qvt .wysiwyg h3:after {
	content: none;
}

.page-template-semaine-qvt .wysiwyg p {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .wysiwyg p {
		font-size: 16px;
	}
}

.page-template-semaine-qvt .wysiwyg ul li {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .wysiwyg ul li {
		font-size: 16px;
	}
}

.page-template-semaine-qvt .wysiwyg ul li:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #1ab4bf;
	border-radius: 100%;
	left: 0;
	top: 7px;
}

.page-template-semaine-qvt .file__list {
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 28px;
	margin-bottom: 12px;
}

.page-template-semaine-qvt .file__item {
	padding: 0;
}

.page-template-semaine-qvt .file__item:before {
	content: none !important;
}

.page-template-semaine-qvt .file__link {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.page-template-semaine-qvt .file__link:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuMjE0MzEgNS45MzkyNUMwLjg4OTAzNCA1LjY4MjgxIDAuNDE3NDUgNS43Mzg2IDAuMTYxMDAyIDYuMDYzODlDLTAuMDk1NDQ3MSA2LjM4OTE2IC0wLjAzOTY0ODYgNi44NjA3NSAwLjI4NTYzMiA3LjExNzJMNS42NDE3OCAxMS4zMzk5QzUuOTE4NTEgMTEuNTU4MSA2LjMwOTc5IDExLjU1NDIgNi41ODIxMSAxMS4zMzA2TDExLjcyNCA3LjEwNzgyQzEyLjA0NDEgNi44NDQ5NCAxMi4wOTA1IDYuMzcyMzQgMTEuODI3NiA2LjA1MjI0QzExLjU2NDcgNS43MzIxMyAxMS4wOTIxIDUuNjg1NzUgMTAuNzcyIDUuOTQ4NjNMNi43NDk0OCA5LjI1MjEyTDYuNzQ5NDggMS4yNDkyNkM2Ljc0OTQ4IDAuODM1MDUgNi40MTM3IDAuNDk5MjY0IDUuOTk5NDggMC40OTkyNjRDNS41ODUyNyAwLjQ5OTI2NCA1LjI0OTQ4IDAuODM1MDUgNS4yNDk0OCAxLjI0OTI2TDUuMjQ5NDggOS4xMjA1NUwxLjIxNDMxIDUuOTM5MjVaIiBmaWxsPSIjMUFCNEJGIi8+Cjwvc3ZnPgo=");
}

.page-template-semaine-qvt .file__title {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.page-template-semaine-qvt #section-goals, .page-template-semaine-qvt #section-info, .page-template-semaine-qvt #section-pedagogy, .page-template-semaine-qvt #section-program, .page-template-semaine-qvt #section-validation {
	scroll-margin-top: 30px;
}

.page-template-semaine-qvt .funding {
	border-radius: 16px;
	background: var(--Bg, #f4f8fe);
	padding: 40px 32px;
	margin-top: 40px;
}

.page-template-semaine-qvt .funding h2 {
	color: #000;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .funding h2 {
		font-size: 24px;
	}
}

.page-template-semaine-qvt .funding h2:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-top: 16px;
}

.page-template-semaine-qvt .funding a {
	color: #000;
	font-weight: 800;
}

.page-template-semaine-qvt .sidebar__info__card {
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 24px 32px;
	max-width: 338px;
	width: 100%;
	height: max-content;
	flex-shrink: 0;
	margin-bottom: 56px;
	transition: top .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .sidebar__info__card {
		position: sticky;
		top: 30px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .sidebar__info__card.scroll {
		top: 172px;
	}
}

.page-template-semaine-qvt .sidebar__info__title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

.page-template-semaine-qvt .sidebar__info__title:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-top: 16px;
}

.page-template-semaine-qvt .sidebar__info__list {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	margin-bottom: 24px;
}

.page-template-semaine-qvt .sidebar__info__body {
	display: flex;
	align-items: flex-start;
}

.page-template-semaine-qvt .sidebar__info__label-wrapper {
	display: flex;
	column-gap: 16px;
}

.page-template-semaine-qvt .sidebar__info__icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.page-template-semaine-qvt .sidebar__info__label {
	color: #000;
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
}

.page-template-semaine-qvt .sidebar__info__value {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.page-template-semaine-qvt .sidebar__info__btn {
	width: 100%;
}

.page-template-semaine-qvt .sidebar__small-text {
	color: #72757a;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.page-template-semaine-qvt #section-presentation {
	padding-top: 210px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-presentation {
		padding-top: 40px;
	}
}

.page-template-semaine-qvt #section-presentation .section__body {
	column-gap: 40px;
	align-items: center;
}

.page-template-semaine-qvt #section-presentation .section__left {
	max-width: 585px;
	width: 100%;
	flex-shrink: 0;
}

.page-template-semaine-qvt #section-presentation .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-presentation .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-semaine-qvt #section-presentation .section__description {
	padding-left: 16px;
}

.page-template-semaine-qvt #section-presentation .section__img--desktop {
	display: none !important;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-presentation .section__img--desktop {
		display: block !important;
	}
}

.page-template-semaine-qvt #section-presentation img {
	display: none;
	max-width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-presentation img {
		display: block;
		right: 0;
		width: 480px;
		height: 280px;
		border-radius: 24px;
		object-fit: cover;
		margin-top: -132px;
	}
}

.page-template-semaine-qvt #section-customization {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-semaine-qvt #section-customization .section__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-customization .section__content {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-semaine-qvt #section-customization .section__title {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	text-align: center;
	margin-bottom: 32px;
}

.page-template-semaine-qvt #section-customization .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-semaine-qvt #section-customization .section__button {
	margin-top: 32px;
}

.page-template-semaine-qvt #section-try {
	background: #f4f8fe;
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-template-semaine-qvt #section-try .section__body {
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-try .section__body {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-semaine-qvt #section-try .section__title {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 32px;
}

.page-template-semaine-qvt #section-try .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.page-template-semaine-qvt #section-try .section__description {
	margin-bottom: 32px;
}

.page-template-semaine-qvt #section-references .section__right {
	background: #fff;
}

.page-template-semaine-qvt #section-formation-elearning, .page-template-semaine-qvt #section-formation-essential {
	background: #f4f8fe;
}

.page-template-semaine-qvt #section-last-news {
	background: #fff;
}

.page-template-semaine-qvt #section-steps {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-steps {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-semaine-qvt #section-steps .section__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 223px;
	background: var(--Turquoise-gradient, linear-gradient(93deg, #1ab4bf 0, #1a8bcd 290.46%));
	z-index: -1;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-steps .section__bg {
		left: initial;
		bottom: initial;
		top: 0;
		right: 0;
		width: 223px;
		height: 100%;
	}
}

.page-template-semaine-qvt #section-steps .section__head {
	margin-bottom: 48px;
	max-width: 588px;
	width: 100%;
}

.page-template-semaine-qvt #section-steps .section__body {
	column-gap: 56px;
}

.page-template-semaine-qvt #section-steps .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-steps .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-semaine-qvt #section-steps .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 16px;
}

.page-template-semaine-qvt #section-steps .section__description {
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-steps .step__list-wrapper {
		max-width: 590px;
		flex-shrink: 0;
	}
}

.page-template-semaine-qvt #section-steps .step__list {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
	width: 100%;
	margin-bottom: 48px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-steps .step__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 23px;
		max-width: 588px;
		margin-bottom: 0;
	}
}

.page-template-semaine-qvt #section-steps .step__list:not(:last-child) {
	margin-bottom: 32px;
}

.page-template-semaine-qvt #section-steps .step__list.step__list--large {
	display: flex;
}

.page-template-semaine-qvt #section-steps .step__block img {
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
}

.page-template-semaine-qvt #section-steps .step__title {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-steps .step__title {
		font-size: 20px;
	}
}

.page-template-semaine-qvt #section-steps .step__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-steps .step__description {
		font-size: 16px;
	}
}

.page-template-semaine-qvt #section-steps img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}

.page-template-semaine-qvt #section-tabs {
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.page-template-semaine-qvt #section-tabs .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .section__title {
		font-size: 32px;
		font-weight: 800;
		line-height: 42px;
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 48px;
	}
}

.page-template-semaine-qvt #section-tabs .tab__list {
	display: flex;
	border-radius: 30px;
	border: 1px solid #1a8bcb;
	background: #f4f8fe;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__list {
		margin-bottom: 80px;
	}
}

.page-template-semaine-qvt #section-tabs .select-custom {
	position: relative;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .select-custom {
		display: none;
	}
}

.page-template-semaine-qvt #section-tabs .select-custom:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDQyOTk4Ij4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDY0MzcgNS40NzQ4MUMyLjc1NDI5IDUuMTc4OTcgMy4yMjkxNCA1LjE3NDE3IDMuNTI0OTggNS40NjQwOUw4LjA5MTI1IDkuOTM5MDRMMTIuNDY0MyA1LjQ3NDkyQzEyLjc1NDEgNS4xNzkwMiAxMy4yMjkgNS4xNzQxMyAxMy41MjQ5IDUuNDYzOTlDMTMuODIwOCA1Ljc1Mzg0IDEzLjgyNTcgNi4yMjg2OSAxMy41MzU4IDYuNTI0NTlMOC42Mzc4NCAxMS41MjQ2QzguNDk4NjMgMTEuNjY2NyA4LjMwODY1IDExLjc0NzcgOC4xMDk3MiAxMS43NDk3QzcuOTEwOCAxMS43NTE3IDcuNzE5MjEgMTEuNjc0NyA3LjU3NzEyIDExLjUzNTRMMi40NzUwOCA2LjUzNTQxQzIuMTc5MjUgNi4yNDU0OSAyLjE3NDQ1IDUuNzcwNjQgMi40NjQzNyA1LjQ3NDgxWiIgZmlsbD0iIzFBOEJDQiIvPgo8L2c+Cjwvc3ZnPgo=");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.page-template-semaine-qvt #section-tabs .tab__list--mobile {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	appearance: none;
	outline: 0;
	border-radius: 40px;
	background: #f4f8fe;
	border: none;
	width: 100%;
	margin-bottom: 88px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__list--mobile {
		display: none;
	}
}

.page-template-semaine-qvt #section-tabs .tab__list--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__list--desktop {
		display: flex;
	}
}

.page-template-semaine-qvt #section-tabs .tab__item {
	position: relative;
	width: 100%;
}

.page-template-semaine-qvt #section-tabs .tab__item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #f4f8fe;
	display: none;
}

.page-template-semaine-qvt #section-tabs .tab__item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 25px;
	background-color: #1a8bcb;
}

.page-template-semaine-qvt #section-tabs .tab__item.active:before {
	display: block;
}

.page-template-semaine-qvt #section-tabs .tab__item.active:after {
	display: none;
}

.page-template-semaine-qvt #section-tabs .tab__item.active .tab__btn {
	border-radius: 30px;
	background: #1a8bcb;
}

.page-template-semaine-qvt #section-tabs .tab__item.active .tab__btn__text {
	color: #fff;
}

.page-template-semaine-qvt #section-tabs .tab__btn {
	padding: 8px 24px;
	border: none;
	background-color: transparent;
	width: 100%;
	cursor: pointer;
}

.page-template-semaine-qvt #section-tabs .tab__btn:focus {
	outline: 0;
}

.page-template-semaine-qvt #section-tabs .tab__btn__text {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.page-template-semaine-qvt #section-tabs .tab__body {
	position: relative;
	display: none;
	flex-direction: column;
}

.page-template-semaine-qvt #section-tabs .tab__body.active {
	display: flex;
}

.page-template-semaine-qvt #section-tabs .tab__body.tab__body--reverse .tab__content__img {
	order: 1;
	margin-left: initial;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__body.tab__body--reverse .tab__content {
		left: initial;
		right: 0;
	}
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__body.tab__body--reverse svg {
		right: -35px;
		left: initial;
		bottom: -66px;
		top: initial;
	}
}

.page-template-semaine-qvt #section-tabs .tab__body svg {
	position: absolute;
	top: -56px;
	left: -66px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__body svg {
		position: absolute;
		top: 42px;
		left: -50px;
	}
}

.page-template-semaine-qvt #section-tabs .tab__body .tab__content__img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__body .tab__content__img {
		width: 704px;
		height: 361px;
		margin-left: auto;
	}
}

.page-template-semaine-qvt #section-tabs .tab__content {
	padding: 32px 24px;
	background-color: #fff;
	width: 100%;
	flex-shrink: 0;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__content {
		position: absolute;
		left: 0;
		bottom: 0;
		max-width: 615px;
		padding: 32px 48px;
	}
}

.page-template-semaine-qvt #section-tabs .tab__content__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__content__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.page-template-semaine-qvt #section-tabs .tab__content__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-tabs .tab__content__description {
		font-size: 16px;
	}
}

.page-template-semaine-qvt #section-cta-contact-elearning {
	margin-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt #section-cta-contact-elearning {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}

.page-template-semaine-qvt .section-formation-workshop {
	background: #f4f8fe;
}

@media only screen and (min-width:992px) {
	.page-template-semaine-qvt .section-formation-workshop {
		padding-top: 82px;
	}
}

.page-template-semaine-qvt .section-formation-workshop:not(:first-child) {
	padding-top: 0;
}

.page-template-semaine-qvt .section-formation-workshop .section__head__button--mobile {
	bottom: -62px !important;
}

.page-template-semaine-qvt .section-formation-workshop .splide__arrow {
	bottom: -65px !important;
}

.single-formations_el #section-hero, .single-formations_gp #section-hero {
	background: #1ab4bf;
	padding-top: 56px;
	padding-bottom: 120px;
	min-height: 214px;
}

@media only screen and (min-width:992px) {
	.single-formations_el #section-hero, .single-formations_gp #section-hero {
		padding-top: 16px;
		padding-bottom: 60px;
	}
}

.single-formations_el #section-hero .section__body, .single-formations_gp #section-hero .section__body {
	flex-direction: column;
}

.single-formations_el #section-hero .section__img--mobile, .single-formations_gp #section-hero .section__img--mobile {
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	width: 100%;
	height: 234px;
	object-fit: cover;
	bottom: calc(-100% - 40px);
	border-radius: 12px;
}

.single-formations_el #section-hero .section__img--mobile img, .single-formations_gp #section-hero .section__img--mobile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

@media only screen and (min-width:992px) {
	.single-formations_el #section-hero .section__img--mobile, .single-formations_gp #section-hero .section__img--mobile {
		display: none !important;
	}
}

.single-formations_el #section-hero .tag__list, .single-formations_gp #section-hero .tag__list {
	margin-top: 16px;
}

.single-formations_el #section-hero .tag, .single-formations_gp #section-hero .tag {
	font-size: 12px;
	padding: 4px 10px;
}

.single-formations_el .breadcrumb__list, .single-formations_gp .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.single-formations_el .breadcrumb__list, .single-formations_gp .breadcrumb__list {
		display: flex;
		margin-bottom: 48px;
	}
}

.single-formations_el .page-title, .single-formations_gp .page-title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin: 0;
}

@media only screen and (min-width:992px) {
	.single-formations_el .page-title, .single-formations_gp .page-title {
		font-size: 56px;
		line-height: 66px;
		max-width: 894px;
	}
}

.single-formations_el #section-content, .single-formations_gp #section-content {
	padding-top: 40px;
	padding-bottom: 50px;
}

.single-formations_el #section-content .section__body, .single-formations_gp #section-content .section__body {
	flex-direction: column-reverse;
	column-gap: 56px;
}

@media only screen and (min-width:992px) {
	.single-formations_el #section-content .section__body, .single-formations_gp #section-content .section__body {
		flex-direction: row;
		display: flex;
	}
}

.single-formations_el .tab__list, .single-formations_gp .tab__list {
	display: flex;
	border-radius: 30px;
	border: 1px solid #1a8bcb;
	background: #f4f8fe;
	margin-bottom: 32px;
}

.single-formations_el .tab__list--mobile, .single-formations_gp .tab__list--mobile {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	appearance: none;
	outline: 0;
	border-radius: 40px;
	background: #f4f8fe;
	border: none;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.single-formations_el .tab__list--mobile, .single-formations_gp .tab__list--mobile {
		display: none;
	}
}

.single-formations_el .select-custom, .single-formations_gp .select-custom {
	position: relative;
}

@media only screen and (min-width:992px) {
	.single-formations_el .select-custom, .single-formations_gp .select-custom {
		display: none;
	}
}

.single-formations_el .select-custom:after, .single-formations_gp .select-custom:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDQyOTk4Ij4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDY0MzcgNS40NzQ4MUMyLjc1NDI5IDUuMTc4OTcgMy4yMjkxNCA1LjE3NDE3IDMuNTI0OTggNS40NjQwOUw4LjA5MTI1IDkuOTM5MDRMMTIuNDY0MyA1LjQ3NDkyQzEyLjc1NDEgNS4xNzkwMiAxMy4yMjkgNS4xNzQxMyAxMy41MjQ5IDUuNDYzOTlDMTMuODIwOCA1Ljc1Mzg0IDEzLjgyNTcgNi4yMjg2OSAxMy41MzU4IDYuNTI0NTlMOC42Mzc4NCAxMS41MjQ2QzguNDk4NjMgMTEuNjY2NyA4LjMwODY1IDExLjc0NzcgOC4xMDk3MiAxMS43NDk3QzcuOTEwOCAxMS43NTE3IDcuNzE5MjEgMTEuNjc0NyA3LjU3NzEyIDExLjUzNTRMMi40NzUwOCA2LjUzNTQxQzIuMTc5MjUgNi4yNDU0OSAyLjE3NDQ1IDUuNzcwNjQgMi40NjQzNyA1LjQ3NDgxWiIgZmlsbD0iIzFBOEJDQiIvPgo8L2c+Cjwvc3ZnPgo=");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.single-formations_el .tab__list--desktop, .single-formations_gp .tab__list--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.single-formations_el .tab__list--desktop, .single-formations_gp .tab__list--desktop {
		display: flex;
	}
}

.single-formations_el .tab__item, .single-formations_gp .tab__item {
	position: relative;
	width: 100%;
}

.single-formations_el .tab__item:not(:first-child):before, .single-formations_gp .tab__item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #f4f8fe;
	display: none;
}

.single-formations_el .tab__item:not(:last-child):after, .single-formations_gp .tab__item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 24px;
	background-color: #1a8bcb;
}

.single-formations_el .tab__item.active:before, .single-formations_gp .tab__item.active:before {
	display: block;
}

.single-formations_el .tab__item.active:after, .single-formations_gp .tab__item.active:after {
	display: none;
}

.single-formations_el .tab__item.active .tab__btn, .single-formations_gp .tab__item.active .tab__btn {
	border-radius: 30px;
	background: #1a8bcb;
}

.single-formations_el .tab__item.active .tab__btn__text, .single-formations_gp .tab__item.active .tab__btn__text {
	color: #fff;
}

.single-formations_el .tab__btn, .single-formations_gp .tab__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: none;
	background-color: transparent;
	width: 100%;
	cursor: pointer;
}

.single-formations_el .tab__btn:focus, .single-formations_gp .tab__btn:focus {
	outline: 0;
}

.single-formations_el .tab__btn__text, .single-formations_gp .tab__btn__text {
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

.single-formations_el .content, .single-formations_gp .content {
	width: 100%;
}

.single-formations_el .wysiwyg, .single-formations_gp .wysiwyg {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

.single-formations_el .wysiwyg h2, .single-formations_gp .wysiwyg h2 {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
}

.single-formations_el .wysiwyg h2:after, .single-formations_gp .wysiwyg h2:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #ffd879;
	margin-top: 8px;
}

.single-formations_el .wysiwyg h2:first-child, .single-formations_gp .wysiwyg h2:first-child {
	margin-top: 0;
}

.single-formations_el .wysiwyg p, .single-formations_gp .wysiwyg p {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.single-formations_el .wysiwyg p, .single-formations_gp .wysiwyg p {
		font-size: 16px;
	}
}

.single-formations_el .wysiwyg ul li, .single-formations_gp .wysiwyg ul li {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.single-formations_el .wysiwyg ul li, .single-formations_gp .wysiwyg ul li {
		font-size: 16px;
	}
}

.single-formations_el .wysiwyg ul li:before, .single-formations_gp .wysiwyg ul li:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #1ab4bf;
	border-radius: 100%;
	left: 0;
	top: 7px;
}

.single-formations_el .file__list, .single-formations_gp .file__list {
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 28px;
	margin-bottom: 12px;
}

.single-formations_el .file__item, .single-formations_gp .file__item {
	padding: 0;
}

.single-formations_el .file__item:before, .single-formations_gp .file__item:before {
	content: none !important;
}

.single-formations_el .file__link, .single-formations_gp .file__link {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.single-formations_el .file__link:after, .single-formations_gp .file__link:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuMjE0MzEgNS45MzkyNUMwLjg4OTAzNCA1LjY4MjgxIDAuNDE3NDUgNS43Mzg2IDAuMTYxMDAyIDYuMDYzODlDLTAuMDk1NDQ3MSA2LjM4OTE2IC0wLjAzOTY0ODYgNi44NjA3NSAwLjI4NTYzMiA3LjExNzJMNS42NDE3OCAxMS4zMzk5QzUuOTE4NTEgMTEuNTU4MSA2LjMwOTc5IDExLjU1NDIgNi41ODIxMSAxMS4zMzA2TDExLjcyNCA3LjEwNzgyQzEyLjA0NDEgNi44NDQ5NCAxMi4wOTA1IDYuMzcyMzQgMTEuODI3NiA2LjA1MjI0QzExLjU2NDcgNS43MzIxMyAxMS4wOTIxIDUuNjg1NzUgMTAuNzcyIDUuOTQ4NjNMNi43NDk0OCA5LjI1MjEyTDYuNzQ5NDggMS4yNDkyNkM2Ljc0OTQ4IDAuODM1MDUgNi40MTM3IDAuNDk5MjY0IDUuOTk5NDggMC40OTkyNjRDNS41ODUyNyAwLjQ5OTI2NCA1LjI0OTQ4IDAuODM1MDUgNS4yNDk0OCAxLjI0OTI2TDUuMjQ5NDggOS4xMjA1NUwxLjIxNDMxIDUuOTM5MjVaIiBmaWxsPSIjMUFCNEJGIi8+Cjwvc3ZnPgo=");
}

.single-formations_el .file__title, .single-formations_gp .file__title {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.single-formations_el #section-goals, .single-formations_el #section-info, .single-formations_el #section-pedagogy, .single-formations_el #section-program, .single-formations_el #section-validation, .single-formations_gp #section-goals, .single-formations_gp #section-info, .single-formations_gp #section-pedagogy, .single-formations_gp #section-program, .single-formations_gp #section-validation {
	scroll-margin-top: 30px;
}

.single-formations_el .funding, .single-formations_gp .funding {
	border-radius: 16px;
	background: var(--Bg, #f4f8fe);
	padding: 40px 32px;
	margin-top: 40px;
}

.single-formations_el .funding h2, .single-formations_gp .funding h2 {
	color: #000;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.single-formations_el .funding h2, .single-formations_gp .funding h2 {
		font-size: 24px;
	}
}

.single-formations_el .funding h2:after, .single-formations_gp .funding h2:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-top: 16px;
}

.single-formations_el .funding a, .single-formations_gp .funding a {
	color: #000;
	font-weight: 800;
}

.single-formations_el .sidebar__info__card, .single-formations_gp .sidebar__info__card {
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 24px 32px;
	max-width: 338px;
	width: 100%;
	height: max-content;
	flex-shrink: 0;
	margin-bottom: 56px;
	transition: top .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	.single-formations_el .sidebar__info__card, .single-formations_gp .sidebar__info__card {
		position: sticky;
		top: 30px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width:992px) {
	.single-formations_el .sidebar__info__card.scroll, .single-formations_gp .sidebar__info__card.scroll {
		top: 172px;
	}
}

.single-formations_el .sidebar__info__title, .single-formations_gp .sidebar__info__title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

.single-formations_el .sidebar__info__title:after, .single-formations_gp .sidebar__info__title:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-top: 16px;
}

.single-formations_el .sidebar__info__list, .single-formations_gp .sidebar__info__list {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	margin-bottom: 24px;
}

.single-formations_el .sidebar__info__body, .single-formations_gp .sidebar__info__body {
	display: flex;
	align-items: flex-start;
}

.single-formations_el .sidebar__info__label-wrapper, .single-formations_gp .sidebar__info__label-wrapper {
	display: flex;
	column-gap: 16px;
}

.single-formations_el .sidebar__info__icon, .single-formations_gp .sidebar__info__icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.single-formations_el .sidebar__info__label, .single-formations_gp .sidebar__info__label {
	color: #000;
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
}

.single-formations_el .sidebar__info__value, .single-formations_gp .sidebar__info__value {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.single-formations_el .sidebar__info__btn, .single-formations_gp .sidebar__info__btn {
	width: 100%;
}

.single-formations_el .sidebar__small-text, .single-formations_gp .sidebar__small-text {
	color: #72757a;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.single-formations_el #section-presentation, .single-formations_gp #section-presentation {
	padding-top: 210px;
}

@media only screen and (min-width:992px) {
	.single-formations_el #section-presentation, .single-formations_gp #section-presentation {
		padding-top: 40px;
	}
}

.single-formations_el #section-presentation .section__body, .single-formations_gp #section-presentation .section__body {
	column-gap: 40px;
	align-items: center;
}

.single-formations_el #section-presentation .section__left, .single-formations_gp #section-presentation .section__left {
	max-width: 585px;
	width: 100%;
	flex-shrink: 0;
}

.single-formations_el #section-presentation .section__title, .single-formations_gp #section-presentation .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.single-formations_el #section-presentation .section__title, .single-formations_gp #section-presentation .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.single-formations_el #section-presentation .section__description, .single-formations_gp #section-presentation .section__description {
	padding-left: 16px;
}

.single-formations_el #section-presentation .section__img--desktop, .single-formations_gp #section-presentation .section__img--desktop {
	display: none !important;
}

@media only screen and (min-width:992px) {
	.single-formations_el #section-presentation .section__img--desktop, .single-formations_gp #section-presentation .section__img--desktop {
		display: block !important;
	}
}

.single-formations_el #section-presentation img, .single-formations_gp #section-presentation img {
	display: none;
	max-width: 100%;
}

@media only screen and (min-width:992px) {
	.single-formations_el #section-presentation img, .single-formations_gp #section-presentation img {
		display: block;
		right: 0;
		width: 480px;
		height: 280px;
		border-radius: 24px;
		object-fit: cover;
		margin-top: -132px;
	}
}

.single-formations_el #section-customization, .single-formations_gp #section-customization {
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-formations_el #section-customization .section__content, .single-formations_gp #section-customization .section__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.single-formations_el #section-customization .section__title, .single-formations_gp #section-customization .section__title {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	text-align: center;
	margin-bottom: 32px;
}

.single-formations_el #section-customization .section__title:before, .single-formations_gp #section-customization .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.single-formations_el #section-try, .single-formations_gp #section-try {
	background: #f4f8fe;
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-formations_el #section-try .section__body, .single-formations_gp #section-try .section__body {
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width:992px) {
	.single-formations_el #section-try .section__body, .single-formations_gp #section-try .section__body {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.single-formations_el #section-try .section__title, .single-formations_gp #section-try .section__title {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 32px;
}

.single-formations_el #section-try .section__title:before, .single-formations_gp #section-try .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.single-formations_el #section-try .section__description, .single-formations_gp #section-try .section__description {
	margin-bottom: 32px;
}

.single-formations_el #section-references .section__right, .single-formations_gp #section-references .section__right {
	background: #fff;
}

.single-formations_el #section-formation-elearning, .single-formations_el #section-formation-essential, .single-formations_gp #section-formation-elearning, .single-formations_gp #section-formation-essential {
	background: #f4f8fe;
}

.single-formations_el #section-last-news, .single-formations_gp #section-last-news {
	background: #fff;
}

.single-formations_gp #section-hero {
	background: #1ab4bf;
	padding-top: 16px;
	padding-bottom: 160px;
}

.single-formations_gp .breadcrumb__list {
	margin-bottom: 48px;
}

.single-formations_gp .page-title {
	color: #fff;
	font-size: 56px;
	font-weight: 800;
	line-height: 66px;
	margin: 0;
}

@media only screen and (min-width:992px) {
	.single-formations_gp .page-title {
		max-width: 894px;
	}
}

.single-formations_gp .tag__list {
	margin-top: 16px;
}

.single-formations_gp .wysiwyg h2 {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
}

.single-formations_gp .wysiwyg p {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.single-formations_gp .wysiwyg ul li {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.single-formations_gp .wysiwyg ul li:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #1ab4bf;
	border-radius: 100%;
	left: 0;
	top: 7px;
}

.single-formations_gp #section-elearning {
	padding-top: 70px;
}

.single-formations_gp #section-elearning .section__body {
	column-gap: 128px;
}

.single-formations_gp #section-elearning .section__left {
	max-width: 485px;
	width: 100%;
	flex-shrink: 0;
}

.single-formations_gp #section-elearning .section__title {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
}

.single-formations_gp #section-elearning .section__description {
	padding-left: 16px;
}

.single-formations_gp #section-elearning img {
	position: absolute;
	top: -182px;
	right: 0;
	width: 587px;
	height: 420px;
	object-fit: cover;
	border-radius: 24px;
}

.single-formations_gp #section-last-news {
	background: #fff;
}

.single-evenements #section-hero, .single-formations_at #section-hero, .single-formations_el #section-hero, .single-formations_presen #section-hero {
	background: #1ab4bf;
	padding-top: 56px;
	padding-bottom: 120px;
	min-height: 214px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-hero, .single-formations_at #section-hero, .single-formations_el #section-hero, .single-formations_presen #section-hero {
		padding-top: 16px;
		padding-bottom: 60px;
	}
}

.single-evenements #section-hero .section__body, .single-formations_at #section-hero .section__body, .single-formations_el #section-hero .section__body, .single-formations_presen #section-hero .section__body {
	flex-direction: column;
}

.single-evenements #section-hero .section__img--mobile, .single-formations_at #section-hero .section__img--mobile, .single-formations_el #section-hero .section__img--mobile, .single-formations_presen #section-hero .section__img--mobile {
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	width: 100%;
	height: 234px;
	object-fit: cover;
	bottom: calc(-100% - 40px);
	border-radius: 12px;
}

.single-evenements #section-hero .section__img--mobile img, .single-formations_at #section-hero .section__img--mobile img, .single-formations_el #section-hero .section__img--mobile img, .single-formations_presen #section-hero .section__img--mobile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-hero .section__img--mobile, .single-formations_at #section-hero .section__img--mobile, .single-formations_el #section-hero .section__img--mobile, .single-formations_presen #section-hero .section__img--mobile {
		display: none !important;
	}
}

.single-evenements #section-hero .tag__list, .single-formations_at #section-hero .tag__list, .single-formations_el #section-hero .tag__list, .single-formations_presen #section-hero .tag__list {
	margin-top: 16px;
}

.single-evenements #section-hero .tag, .single-formations_at #section-hero .tag, .single-formations_el #section-hero .tag, .single-formations_presen #section-hero .tag {
	font-size: 12px;
	padding: 4px 10px;
}

.single-evenements .breadcrumb__list, .single-formations_at .breadcrumb__list, .single-formations_el .breadcrumb__list, .single-formations_presen .breadcrumb__list {
	display: none;
}

@media only screen and (min-width:992px) {
	.single-evenements .breadcrumb__list, .single-formations_at .breadcrumb__list, .single-formations_el .breadcrumb__list, .single-formations_presen .breadcrumb__list {
		display: flex;
		margin-bottom: 48px;
	}
}

.single-evenements .page-title, .single-formations_at .page-title, .single-formations_el .page-title, .single-formations_presen .page-title {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin: 0;
}

@media only screen and (min-width:992px) {
	.single-evenements .page-title, .single-formations_at .page-title, .single-formations_el .page-title, .single-formations_presen .page-title {
		font-size: 56px;
		line-height: 66px;
		max-width: 894px;
	}
}

.single-evenements #section-content, .single-formations_at #section-content, .single-formations_el #section-content, .single-formations_presen #section-content {
	padding-top: 40px;
	padding-bottom: 50px;
}

.single-evenements #section-content .section__body, .single-formations_at #section-content .section__body, .single-formations_el #section-content .section__body, .single-formations_presen #section-content .section__body {
	flex-direction: column-reverse;
	column-gap: 56px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-content .section__body, .single-formations_at #section-content .section__body, .single-formations_el #section-content .section__body, .single-formations_presen #section-content .section__body {
		flex-direction: row;
		display: flex;
	}
}

.single-evenements .tab__list, .single-formations_at .tab__list, .single-formations_el .tab__list, .single-formations_presen .tab__list {
	display: flex;
	border-radius: 30px;
	border: 1px solid #1a8bcb;
	background: #f4f8fe;
	margin-bottom: 32px;
}

.single-evenements .tab__list--mobile, .single-formations_at .tab__list--mobile, .single-formations_el .tab__list--mobile, .single-formations_presen .tab__list--mobile {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	appearance: none;
	outline: 0;
	border-radius: 40px;
	background: #f4f8fe;
	border: none;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.single-evenements .tab__list--mobile, .single-formations_at .tab__list--mobile, .single-formations_el .tab__list--mobile, .single-formations_presen .tab__list--mobile {
		display: none;
	}
}

.single-evenements .select-custom, .single-formations_at .select-custom, .single-formations_el .select-custom, .single-formations_presen .select-custom {
	position: relative;
}

@media only screen and (min-width:992px) {
	.single-evenements .select-custom, .single-formations_at .select-custom, .single-formations_el .select-custom, .single-formations_presen .select-custom {
		display: none;
	}
}

.single-evenements .select-custom:after, .single-formations_at .select-custom:after, .single-formations_el .select-custom:after, .single-formations_presen .select-custom:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDQyOTk4Ij4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDY0MzcgNS40NzQ4MUMyLjc1NDI5IDUuMTc4OTcgMy4yMjkxNCA1LjE3NDE3IDMuNTI0OTggNS40NjQwOUw4LjA5MTI1IDkuOTM5MDRMMTIuNDY0MyA1LjQ3NDkyQzEyLjc1NDEgNS4xNzkwMiAxMy4yMjkgNS4xNzQxMyAxMy41MjQ5IDUuNDYzOTlDMTMuODIwOCA1Ljc1Mzg0IDEzLjgyNTcgNi4yMjg2OSAxMy41MzU4IDYuNTI0NTlMOC42Mzc4NCAxMS41MjQ2QzguNDk4NjMgMTEuNjY2NyA4LjMwODY1IDExLjc0NzcgOC4xMDk3MiAxMS43NDk3QzcuOTEwOCAxMS43NTE3IDcuNzE5MjEgMTEuNjc0NyA3LjU3NzEyIDExLjUzNTRMMi40NzUwOCA2LjUzNTQxQzIuMTc5MjUgNi4yNDU0OSAyLjE3NDQ1IDUuNzcwNjQgMi40NjQzNyA1LjQ3NDgxWiIgZmlsbD0iIzFBOEJDQiIvPgo8L2c+Cjwvc3ZnPgo=");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.single-evenements .tab__list--desktop, .single-formations_at .tab__list--desktop, .single-formations_el .tab__list--desktop, .single-formations_presen .tab__list--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.single-evenements .tab__list--desktop, .single-formations_at .tab__list--desktop, .single-formations_el .tab__list--desktop, .single-formations_presen .tab__list--desktop {
		display: flex;
	}
}

.single-evenements .tab__item, .single-formations_at .tab__item, .single-formations_el .tab__item, .single-formations_presen .tab__item {
	position: relative;
	width: 100%;
}

.single-evenements .tab__item:not(:first-child):before, .single-formations_at .tab__item:not(:first-child):before, .single-formations_el .tab__item:not(:first-child):before, .single-formations_presen .tab__item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #f4f8fe;
	display: none;
}

.single-evenements .tab__item:not(:last-child):after, .single-formations_at .tab__item:not(:last-child):after, .single-formations_el .tab__item:not(:last-child):after, .single-formations_presen .tab__item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 24px;
	background-color: #1a8bcb;
}

.single-evenements .tab__item.active:before, .single-formations_at .tab__item.active:before, .single-formations_el .tab__item.active:before, .single-formations_presen .tab__item.active:before {
	display: block;
}

.single-evenements .tab__item.active:after, .single-formations_at .tab__item.active:after, .single-formations_el .tab__item.active:after, .single-formations_presen .tab__item.active:after {
	display: none;
}

.single-evenements .tab__item.active .tab__btn, .single-formations_at .tab__item.active .tab__btn, .single-formations_el .tab__item.active .tab__btn, .single-formations_presen .tab__item.active .tab__btn {
	border-radius: 30px;
	background: #1a8bcb;
}

.single-evenements .tab__item.active .tab__btn__text, .single-formations_at .tab__item.active .tab__btn__text, .single-formations_el .tab__item.active .tab__btn__text, .single-formations_presen .tab__item.active .tab__btn__text {
	color: #fff;
}

.single-evenements .tab__btn, .single-formations_at .tab__btn, .single-formations_el .tab__btn, .single-formations_presen .tab__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: none;
	background-color: transparent;
	width: 100%;
	cursor: pointer;
	height: 100%;
}

.single-evenements .tab__btn:focus, .single-formations_at .tab__btn:focus, .single-formations_el .tab__btn:focus, .single-formations_presen .tab__btn:focus {
	outline: 0;
}

.single-evenements .tab__btn__text, .single-formations_at .tab__btn__text, .single-formations_el .tab__btn__text, .single-formations_presen .tab__btn__text {
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

.single-evenements .content, .single-formations_at .content, .single-formations_el .content, .single-formations_presen .content {
	width: 100%;
}

.single-evenements #section-content .wysiwyg, .single-formations_at #section-content .wysiwyg, .single-formations_el #section-content .wysiwyg, .single-formations_presen #section-content .wysiwyg {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

.single-evenements #section-content .wysiwyg h2, .single-formations_at #section-content .wysiwyg h2, .single-formations_el #section-content .wysiwyg h2, .single-formations_presen #section-content .wysiwyg h2 {
	color: #000;
	font-size: 25px;
	font-weight: 800;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-content .wysiwyg h2, .single-formations_at #section-content .wysiwyg h2, .single-formations_el #section-content .wysiwyg h2, .single-formations_presen #section-content .wysiwyg h2 {
		font-size: 30px;
	}
}

.single-evenements #section-content .wysiwyg h2:after, .single-formations_at #section-content .wysiwyg h2:after, .single-formations_el #section-content .wysiwyg h2:after, .single-formations_presen #section-content .wysiwyg h2:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #ffd879;
	margin-top: 8px;
}

.single-evenements #section-content .wysiwyg h2:first-child, .single-formations_at #section-content .wysiwyg h2:first-child, .single-formations_el #section-content .wysiwyg h2:first-child, .single-formations_presen #section-content .wysiwyg h2:first-child {
	margin-top: 0;
}

.single-evenements #section-content .wysiwyg p, .single-formations_at #section-content .wysiwyg p, .single-formations_el #section-content .wysiwyg p, .single-formations_presen #section-content .wysiwyg p {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-content .wysiwyg p, .single-formations_at #section-content .wysiwyg p, .single-formations_el #section-content .wysiwyg p, .single-formations_presen #section-content .wysiwyg p {
		font-size: 16px;
	}
}

.single-evenements #section-content .wysiwyg h3, .single-formations_at #section-content .wysiwyg h3, .single-formations_el #section-content .wysiwyg h3, .single-formations_presen #section-content .wysiwyg h3 {
	font-size: 20px;
}

.single-evenements #section-content .wysiwyg h3:after, .single-formations_at #section-content .wysiwyg h3:after, .single-formations_el #section-content .wysiwyg h3:after, .single-formations_presen #section-content .wysiwyg h3:after {
	display: none;
}

.single-evenements #section-content .wysiwyg h4, .single-formations_at #section-content .wysiwyg h4, .single-formations_el #section-content .wysiwyg h4, .single-formations_presen #section-content .wysiwyg h4 {
	font-size: 18px;
}

.single-evenements #section-content .wysiwyg h4:after, .single-formations_at #section-content .wysiwyg h4:after, .single-formations_el #section-content .wysiwyg h4:after, .single-formations_presen #section-content .wysiwyg h4:after {
	display: none;
}

.single-evenements #section-content .wysiwyg ul li, .single-formations_at #section-content .wysiwyg ul li, .single-formations_el #section-content .wysiwyg ul li, .single-formations_presen #section-content .wysiwyg ul li {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-content .wysiwyg ul li, .single-formations_at #section-content .wysiwyg ul li, .single-formations_el #section-content .wysiwyg ul li, .single-formations_presen #section-content .wysiwyg ul li {
		font-size: 16px;
	}
}

.single-evenements #section-content .wysiwyg ul li:before, .single-formations_at #section-content .wysiwyg ul li:before, .single-formations_el #section-content .wysiwyg ul li:before, .single-formations_presen #section-content .wysiwyg ul li:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #1ab4bf;
	border-radius: 100%;
	left: 0;
	top: 7px;
}

.single-evenements .seo_contents, .single-formations_at .seo_contents, .single-formations_el .seo_contents, .single-formations_presen .seo_contents {
	gap: 40px;
}

@media only screen and (min-width:992px) {
	.single-evenements .seo_contents, .single-formations_at .seo_contents, .single-formations_el .seo_contents, .single-formations_presen .seo_contents {
		gap: 60px;
	}
}

.single-evenements .seo_contents .wysiwyg p, .single-formations_at .seo_contents .wysiwyg p, .single-formations_el .seo_contents .wysiwyg p, .single-formations_presen .seo_contents .wysiwyg p {
	padding-left: 0;
}

.single-evenements .file__list, .single-formations_at .file__list, .single-formations_el .file__list, .single-formations_presen .file__list {
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 28px;
	margin-bottom: 12px;
}

.single-evenements .file__item, .single-formations_at .file__item, .single-formations_el .file__item, .single-formations_presen .file__item {
	padding: 0;
}

.single-evenements .file__item:before, .single-formations_at .file__item:before, .single-formations_el .file__item:before, .single-formations_presen .file__item:before {
	content: none !important;
}

.single-evenements .file__link, .single-formations_at .file__link, .single-formations_el .file__link, .single-formations_presen .file__link {
	display: flex;
	align-items: center;
	column-gap: 8px;
	text-align: center;
	max-width: 200px;
	margin: auto;
	padding-bottom: 15px;
}

.single-evenements .file__link .file__title, .single-formations_at .file__link .file__title, .single-formations_el .file__link .file__title, .single-formations_presen .file__link .file__title {
	color: #1ab4bf;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.single-evenements .file__link:hover .file__title, .single-formations_at .file__link:hover .file__title, .single-formations_el .file__link:hover .file__title, .single-formations_presen .file__link:hover .file__title {
	text-decoration: underline;
}

.single-evenements .file__link:after, .single-formations_at .file__link:after, .single-formations_el .file__link:after, .single-formations_presen .file__link:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuMjE0MzEgNS45MzkyNUMwLjg4OTAzNCA1LjY4MjgxIDAuNDE3NDUgNS43Mzg2IDAuMTYxMDAyIDYuMDYzODlDLTAuMDk1NDQ3MSA2LjM4OTE2IC0wLjAzOTY0ODYgNi44NjA3NSAwLjI4NTYzMiA3LjExNzJMNS42NDE3OCAxMS4zMzk5QzUuOTE4NTEgMTEuNTU4MSA2LjMwOTc5IDExLjU1NDIgNi41ODIxMSAxMS4zMzA2TDExLjcyNCA3LjEwNzgyQzEyLjA0NDEgNi44NDQ5NCAxMi4wOTA1IDYuMzcyMzQgMTEuODI3NiA2LjA1MjI0QzExLjU2NDcgNS43MzIxMyAxMS4wOTIxIDUuNjg1NzUgMTAuNzcyIDUuOTQ4NjNMNi43NDk0OCA5LjI1MjEyTDYuNzQ5NDggMS4yNDkyNkM2Ljc0OTQ4IDAuODM1MDUgNi40MTM3IDAuNDk5MjY0IDUuOTk5NDggMC40OTkyNjRDNS41ODUyNyAwLjQ5OTI2NCA1LjI0OTQ4IDAuODM1MDUgNS4yNDk0OCAxLjI0OTI2TDUuMjQ5NDggOS4xMjA1NUwxLjIxNDMxIDUuOTM5MjVaIiBmaWxsPSIjMUFCNEJGIi8+Cjwvc3ZnPgo=");
	display: none;
}

.single-evenements #section-goals, .single-evenements #section-info, .single-evenements #section-pedagogy, .single-evenements #section-program, .single-evenements #section-validation, .single-formations_at #section-goals, .single-formations_at #section-info, .single-formations_at #section-pedagogy, .single-formations_at #section-program, .single-formations_at #section-validation, .single-formations_el #section-goals, .single-formations_el #section-info, .single-formations_el #section-pedagogy, .single-formations_el #section-program, .single-formations_el #section-validation, .single-formations_presen #section-goals, .single-formations_presen #section-info, .single-formations_presen #section-pedagogy, .single-formations_presen #section-program, .single-formations_presen #section-validation {
	scroll-margin-top: 30px;
}

.single-evenements .funding, .single-formations_at .funding, .single-formations_el .funding, .single-formations_presen .funding {
	border-radius: 16px;
	background: var(--Bg, #f4f8fe);
	padding: 40px 32px;
	margin-top: 40px;
}

.single-evenements .funding h2, .single-formations_at .funding h2, .single-formations_el .funding h2, .single-formations_presen .funding h2 {
	color: #000;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.single-evenements .funding h2, .single-formations_at .funding h2, .single-formations_el .funding h2, .single-formations_presen .funding h2 {
		font-size: 24px;
	}
}

.single-evenements .funding h2:after, .single-formations_at .funding h2:after, .single-formations_el .funding h2:after, .single-formations_presen .funding h2:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-top: 16px;
}

.single-evenements .funding a, .single-formations_at .funding a, .single-formations_el .funding a, .single-formations_presen .funding a {
	color: #000;
	font-weight: 800;
}

.single-evenements .sidebar__info__card, .single-formations_at .sidebar__info__card, .single-formations_el .sidebar__info__card, .single-formations_presen .sidebar__info__card {
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 24px 32px;
	max-width: 338px;
	width: 100%;
	height: max-content;
	flex-shrink: 0;
	margin-bottom: 56px;
	transition: top .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	.single-evenements .sidebar__info__card, .single-formations_at .sidebar__info__card, .single-formations_el .sidebar__info__card, .single-formations_presen .sidebar__info__card {
		position: sticky;
		top: 30px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width:992px) {
	.single-evenements .sidebar__info__card.scroll, .single-formations_at .sidebar__info__card.scroll, .single-formations_el .sidebar__info__card.scroll, .single-formations_presen .sidebar__info__card.scroll {
		top: 172px;
	}
}

.single-evenements .sidebar__info__title, .single-formations_at .sidebar__info__title, .single-formations_el .sidebar__info__title, .single-formations_presen .sidebar__info__title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

.single-evenements .sidebar__info__title:after, .single-formations_at .sidebar__info__title:after, .single-formations_el .sidebar__info__title:after, .single-formations_presen .sidebar__info__title:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-top: 16px;
}

.single-evenements .sidebar__info__list, .single-formations_at .sidebar__info__list, .single-formations_el .sidebar__info__list, .single-formations_presen .sidebar__info__list {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	margin-bottom: 24px;
}

.single-evenements .sidebar__info__body, .single-formations_at .sidebar__info__body, .single-formations_el .sidebar__info__body, .single-formations_presen .sidebar__info__body {
	display: flex;
	align-items: flex-start;
}

.single-evenements .sidebar__info__label-wrapper, .single-formations_at .sidebar__info__label-wrapper, .single-formations_el .sidebar__info__label-wrapper, .single-formations_presen .sidebar__info__label-wrapper {
	display: flex;
	column-gap: 16px;
}

.single-evenements .sidebar__info__icon, .single-formations_at .sidebar__info__icon, .single-formations_el .sidebar__info__icon, .single-formations_presen .sidebar__info__icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.single-evenements .sidebar__info__label, .single-formations_at .sidebar__info__label, .single-formations_el .sidebar__info__label, .single-formations_presen .sidebar__info__label {
	color: #000;
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
}

.single-evenements .sidebar__info__value, .single-formations_at .sidebar__info__value, .single-formations_el .sidebar__info__value, .single-formations_presen .sidebar__info__value {
	color: #72757a;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.single-evenements .sidebar__info__btn, .single-formations_at .sidebar__info__btn, .single-formations_el .sidebar__info__btn, .single-formations_presen .sidebar__info__btn {
	width: 100%;
}

.single-evenements .sidebar__small-text, .single-formations_at .sidebar__small-text, .single-formations_el .sidebar__small-text, .single-formations_presen .sidebar__small-text {
	color: #72757a;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

.single-evenements #section-presentation, .single-formations_at #section-presentation, .single-formations_el #section-presentation, .single-formations_presen #section-presentation {
	padding-top: 210px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-presentation, .single-formations_at #section-presentation, .single-formations_el #section-presentation, .single-formations_presen #section-presentation {
		padding-top: 40px;
	}
}

.single-evenements #section-presentation .section__body, .single-formations_at #section-presentation .section__body, .single-formations_el #section-presentation .section__body, .single-formations_presen #section-presentation .section__body {
	column-gap: 40px;
	align-items: center;
}

.single-evenements #section-presentation .section__left, .single-formations_at #section-presentation .section__left, .single-formations_el #section-presentation .section__left, .single-formations_presen #section-presentation .section__left {
	max-width: 585px;
	width: 100%;
	flex-shrink: 0;
}

.single-evenements #section-presentation .section__title, .single-formations_at #section-presentation .section__title, .single-formations_el #section-presentation .section__title, .single-formations_presen #section-presentation .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-presentation .section__title, .single-formations_at #section-presentation .section__title, .single-formations_el #section-presentation .section__title, .single-formations_presen #section-presentation .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.single-evenements #section-presentation .section__description, .single-formations_at #section-presentation .section__description, .single-formations_el #section-presentation .section__description, .single-formations_presen #section-presentation .section__description {
	padding-left: 16px;
}

.single-evenements #section-presentation .section__img--desktop, .single-formations_at #section-presentation .section__img--desktop, .single-formations_el #section-presentation .section__img--desktop, .single-formations_presen #section-presentation .section__img--desktop {
	display: none !important;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-presentation .section__img--desktop, .single-formations_at #section-presentation .section__img--desktop, .single-formations_el #section-presentation .section__img--desktop, .single-formations_presen #section-presentation .section__img--desktop {
		display: block !important;
	}
}

.single-evenements #section-presentation img, .single-formations_at #section-presentation img, .single-formations_el #section-presentation img, .single-formations_presen #section-presentation img {
	display: none;
	max-width: 100%;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-presentation img, .single-formations_at #section-presentation img, .single-formations_el #section-presentation img, .single-formations_presen #section-presentation img {
		display: block;
		right: 0;
		width: 480px;
		height: 280px;
		border-radius: 24px;
		object-fit: cover;
		margin-top: -132px;
	}
}

.single-evenements #section-customization, .single-formations_at #section-customization, .single-formations_el #section-customization, .single-formations_presen #section-customization {
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-evenements #section-customization .section__content, .single-formations_at #section-customization .section__content, .single-formations_el #section-customization .section__content, .single-formations_presen #section-customization .section__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.single-evenements #section-customization .section__title, .single-formations_at #section-customization .section__title, .single-formations_el #section-customization .section__title, .single-formations_presen #section-customization .section__title {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	text-align: center;
	margin-bottom: 32px;
}

.single-evenements #section-customization .section__title:before, .single-formations_at #section-customization .section__title:before, .single-formations_el #section-customization .section__title:before, .single-formations_presen #section-customization .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.single-evenements #section-try, .single-formations_at #section-try, .single-formations_el #section-try, .single-formations_presen #section-try {
	background: #f4f8fe;
	padding-bottom: 80px;
	padding-top: 0;
}

.single-evenements #section-try .section_cta_essai, .single-formations_at #section-try .section_cta_essai, .single-formations_el #section-try .section_cta_essai, .single-formations_presen #section-try .section_cta_essai {
	padding-top: 40px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-try .section_cta_essai, .single-formations_at #section-try .section_cta_essai, .single-formations_el #section-try .section_cta_essai, .single-formations_presen #section-try .section_cta_essai {
		padding-top: 80px;
	}
}

.single-evenements #section-try .section_seo, .single-formations_at #section-try .section_seo, .single-formations_el #section-try .section_seo, .single-formations_presen #section-try .section_seo {
	padding-top: 40px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-try .section_seo, .single-formations_at #section-try .section_seo, .single-formations_el #section-try .section_seo, .single-formations_presen #section-try .section_seo {
		padding-top: 80px;
	}
}

.single-evenements #section-try .section__body, .single-formations_at #section-try .section__body, .single-formations_el #section-try .section__body, .single-formations_presen #section-try .section__body {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-try .section__body, .single-formations_at #section-try .section__body, .single-formations_el #section-try .section__body, .single-formations_presen #section-try .section__body {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.single-evenements #section-try .section__title, .single-formations_at #section-try .section__title, .single-formations_el #section-try .section__title, .single-formations_presen #section-try .section__title {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 32px;
}

.single-evenements #section-try .section__title:before, .single-formations_at #section-try .section__title:before, .single-formations_el #section-try .section__title:before, .single-formations_presen #section-try .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin: 0 auto 16px auto;
}

.single-evenements #section-try .section__description, .single-formations_at #section-try .section__description, .single-formations_el #section-try .section__description, .single-formations_presen #section-try .section__description {
	margin-bottom: 32px;
}

.single-evenements #section-references .section__right, .single-formations_at #section-references .section__right, .single-formations_el #section-references .section__right, .single-formations_presen #section-references .section__right {
	background: #fff;
}

.single-evenements #section-formation-essential, .single-evenements .section-formation-elearning, .single-formations_at #section-formation-essential, .single-formations_at .section-formation-elearning, .single-formations_el #section-formation-essential, .single-formations_el .section-formation-elearning, .single-formations_presen #section-formation-essential, .single-formations_presen .section-formation-elearning {
	background: #f4f8fe;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-formation-essential, .single-formations_at #section-formation-essential, .single-formations_el #section-formation-essential, .single-formations_presen #section-formation-essential {
		padding-top: 0;
	}
}

.single-evenements #section-last-news, .single-formations_at #section-last-news, .single-formations_el #section-last-news, .single-formations_presen #section-last-news {
	background: #fff;
}

.single-evenements .section-last-blog, .single-formations_at .section-last-blog, .single-formations_el .section-last-blog, .single-formations_presen .section-last-blog {
	background: #fff;
}

.single-evenements #section-formations {
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-evenements #section-formations .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-formations .section__title {
		text-align: left;
	}
}

.single-evenements #section-formations .formation__list {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 24px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-formations .formation__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 50px;
	}
}

.single-evenements #section-formations .formation__item {
	max-width: 282px;
	height: 100%;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-formations .formation__item {
		max-width: 100%;
	}
}

.single-evenements #section-formations .formation__item.show_later {
	display: none;
}

.single-evenements #section-formations .see_all {
	padding-top: 40px;
	text-align: right;
	justify-content: end;
}

.single-evenements #section-try {
	background-color: #fff;
}

.single-evenements #section-steps {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-steps {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.single-evenements #section-steps .section__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 223px;
	background: var(--Turquoise-gradient, linear-gradient(93deg, #1ab4bf 0, #1a8bcd 290.46%));
	z-index: -1;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-steps .section__bg {
		left: initial;
		bottom: initial;
		top: 0;
		right: 0;
		width: 223px;
		height: 100%;
	}
}

.single-evenements #section-steps .section__head {
	margin-bottom: 48px;
	max-width: 588px;
	width: 100%;
}

.single-evenements #section-steps .section__body {
	column-gap: 56px;
}

.single-evenements #section-steps .section__title {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-steps .section__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.single-evenements #section-steps .section__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 16px;
}

.single-evenements #section-steps .section__description {
	padding-left: 16px;
}

.single-evenements #section-steps .step__list {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
	width: 100%;
	margin-bottom: 48px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-steps .step__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 23px;
		max-width: 588px;
		margin-bottom: 0;
	}
}

.single-evenements #section-steps .step__block img {
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
}

.single-evenements #section-steps .step__title {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-steps .step__title {
		font-size: 20px;
	}
}

.single-evenements #section-steps .step__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-steps .step__description {
		font-size: 16px;
	}
}

.single-evenements #section-steps .step__item.max_item {
	grid-column: span 2;
}

.single-evenements #section-steps img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-steps img {
		max-width: 550px;
	}
}

.single-evenements #section-tabs {
	padding-top: 56px;
	padding-bottom: 56px;
}

.single-evenements #section-tabs .container {
	padding: 0;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .container {
		padding: 0 15px;
	}
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.single-evenements #section-tabs .section__title {
	color: #000;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .section__title {
		max-width: 792px;
		margin-left: auto;
		margin-right: auto;
	}
}

.single-evenements #section-tabs .tab__list {
	display: flex;
	border-radius: 30px;
	border: 1px solid #1a8bcb;
	background: #f4f8fe;
	margin-bottom: 32px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__list {
		margin-bottom: 80px;
	}
}

.single-evenements #section-tabs .select-custom {
	position: relative;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .select-custom {
		display: none;
	}
}

.single-evenements #section-tabs .select-custom:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDQyOTk4Ij4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNDY0MzcgNS40NzQ4MUMyLjc1NDI5IDUuMTc4OTcgMy4yMjkxNCA1LjE3NDE3IDMuNTI0OTggNS40NjQwOUw4LjA5MTI1IDkuOTM5MDRMMTIuNDY0MyA1LjQ3NDkyQzEyLjc1NDEgNS4xNzkwMiAxMy4yMjkgNS4xNzQxMyAxMy41MjQ5IDUuNDYzOTlDMTMuODIwOCA1Ljc1Mzg0IDEzLjgyNTcgNi4yMjg2OSAxMy41MzU4IDYuNTI0NTlMOC42Mzc4NCAxMS41MjQ2QzguNDk4NjMgMTEuNjY2NyA4LjMwODY1IDExLjc0NzcgOC4xMDk3MiAxMS43NDk3QzcuOTEwOCAxMS43NTE3IDcuNzE5MjEgMTEuNjc0NyA3LjU3NzEyIDExLjUzNTRMMi40NzUwOCA2LjUzNTQxQzIuMTc5MjUgNi4yNDU0OSAyLjE3NDQ1IDUuNzcwNjQgMi40NjQzNyA1LjQ3NDgxWiIgZmlsbD0iIzFBOEJDQiIvPgo8L2c+Cjwvc3ZnPgo=");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.single-evenements #section-tabs .tab__list--mobile {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	appearance: none;
	outline: 0;
	border-radius: 40px;
	background: #f4f8fe;
	border: none;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__list--mobile {
		display: none;
	}
}

.single-evenements #section-tabs .tab__list--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__list--desktop {
		display: flex;
	}
}

.single-evenements #section-tabs .tab__item {
	position: relative;
	width: 100%;
}

.single-evenements #section-tabs .tab__item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #f4f8fe;
	display: none;
}

.single-evenements #section-tabs .tab__item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 40px;
	background-color: #1a8bcb;
}

.single-evenements #section-tabs .tab__item.active:before {
	display: block;
}

.single-evenements #section-tabs .tab__item.active:after {
	display: none;
}

.single-evenements #section-tabs .tab__item.active .tab__btn {
	border-radius: 30px;
	background: #1a8bcb;
}

.single-evenements #section-tabs .tab__item.active .tab__btn__text {
	color: #fff;
}

.single-evenements #section-tabs .tab__btn {
	padding: 16px 47px;
	border: none;
	background-color: transparent;
	width: 100%;
	cursor: pointer;
}

.single-evenements #section-tabs .tab__btn:focus {
	outline: 0;
}

.single-evenements #section-tabs .tab__btn__text {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}

.single-evenements #section-tabs .tab__body {
	position: relative;
	display: none;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__body {
		min-height: 370px;
	}
}

.single-evenements #section-tabs .tab__body.active {
	display: flex;
}

.single-evenements #section-tabs .tab__body svg {
	position: absolute;
	top: -56px;
	left: -66px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__body svg {
		top: 0;
		left: -50px;
	}
}

.single-evenements #section-tabs .tab__body img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__body img {
		position: absolute;
		top: 0;
		right: 0;
		width: 704px;
		height: 361px;
	}
}

.single-evenements #section-tabs .tab__content {
	padding: 32px 24px;
	background-color: #fff;
	width: calc(100% - 48px);
	margin: 0 auto;
	flex-shrink: 0;
	z-index: 1;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__content {
		width: 100%;
		max-width: 615px;
		margin: 65px 0 0 0;
		padding: 32px 48px;
	}
}

.single-evenements #section-tabs .tab__content__title {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	line-height: 38px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__content__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.single-evenements #section-tabs .tab__content__title:before {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.single-evenements #section-tabs .tab__content__description {
	color: #72757a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding-left: 16px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__content__description {
		font-size: 16px;
	}
}

.single-evenements #section-tabs .tab__content__img {
	margin-top: -24px;
}

@media only screen and (min-width:992px) {
	.single-evenements #section-tabs .tab__content__img {
		margin-top: 0;
	}
}

.single-livre-blanc .breadcrumb__list .breadcrumb__item:not(:last-child):after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBmaWxsPSIjMDAwIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzE3LjMgMjU2bC0yMi42IDIyLjYtMTkyIDE5Mkw4MCA0OTMuMyAzNC43IDQ0OGwyMi42LTIyLjZMMjI2LjcgMjU2IDU3LjQgODYuNiAzNC43IDY0IDgwIDE4LjdsMjIuNiAyMi42IDE5MiAxOTJMMzE3LjMgMjU2eiIvPjwvc3ZnPg==");
}

.single-livre-blanc .breadcrumb__list .breadcrumb__text {
	color: var(--Black, #000);
}

.single-livre-blanc .section-header {
	background: #ffd879;
	padding-top: 40px;
	padding-bottom: 56px;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .section-header {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.single-livre-blanc .section-header iframe {
	width: 100%;
	min-height: 806px;
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .section-header iframe {
		min-height: 794px;
		width: 552px;
		overflow: hidden;
	}
}

.single-livre-blanc .section__body {
	column-gap: 24px;
}

.single-livre-blanc .section__content {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .section__content {
		flex-direction: row;
		align-items: center;
		column-gap: 60px;
	}
}

.single-livre-blanc .section__img, .single-livre-blanc .section__img img {
	width: 180px;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
	border-radius: 8px;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .section__img, .single-livre-blanc .section__img img {
		margin-left: initial;
		margin-bottom: 0;
	}
}

.single-livre-blanc .page__title {
	color: var(--Black, #000);
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
	margin-bottom: 8px;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .page__title {
		font-size: 40px;
	}
}

.single-livre-blanc .section__subtitle {
	color: var(--Black, #000);
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .section__subtitle {
		font-size: 20px;
		font-weight: 700;
	}
}

.single-livre-blanc .detail__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 64px;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .detail__list {
		margin-bottom: 0;
	}
}

.single-livre-blanc .detail__item {
	display: flex;
	align-items: center;
	column-gap: 24px;
}

.single-livre-blanc .detail__item:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE1IDBDNi43MTYyNSAwIDAgNi43MTYyNSAwIDE1QzAgMjMuMjgzOCA2LjcxNjI1IDMwIDE1IDMwQzIzLjI4MzggMzAgMzAgMjMuMjgzOCAzMCAxNUMzMCA2LjcxNjI1IDIzLjI4MzggMCAxNSAwWk0xMy43NSAyMS4yNUw3LjUgMTQuNjI2M0w5LjI0ODc1IDEyLjgzODdMMTMuNzE2MiAxNy41MDg4TDIxLjkzMTIgOC43NUwyMy43NSAxMC41MDM3TDEzLjc1IDIxLjI1WiIgZmlsbD0iIzcyNzU3QSIvPgo8L3N2Zz4K");
}

.single-livre-blanc .detail__item__text {
	color: var(--Black, #000);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .detail__item__text {
		font-size: 18px;
	}
}

.single-livre-blanc .form-wrapper {
	border-radius: 8px;
	background: var(--White, #fff);
	box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
	border-radius: 16px;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .form-wrapper {
		max-width: 486px;
	}
}

.single-livre-blanc .dae-shortcode-download-button, .single-livre-blanc .dae-shortcode-download-title, .single-livre-blanc .dae-shortcode-register-loading {
	display: none;
}

.single-livre-blanc .dae-shortcode-register-label {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 24px;
}

.single-livre-blanc .dae-shortcode-register-field-wrap:not(:last-child) {
	margin-bottom: 24px;
}

.single-livre-blanc .dae-shortcode-register-submit {
	background: var(--Turquoise-gradient, linear-gradient(93deg, #1ab4bf 0, #1a8bcd 104.17%));
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: max-content;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}

.single-livre-blanc .dae-shortcode-register-submit:hover {
	background: linear-gradient(93deg, #1ab4bf -74.61%, #1a8bcd 185.51%);
}

.single-livre-blanc .dae-shortcode-register-checkbox-text {
	color: var(--Gray, #72757a);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.single-livre-blanc .dae-shortcode-register-checkbox-text a {
	text-decoration-line: underline;
}

.single-livre-blanc .dae-shortcode-register-message {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}

.single-livre-blanc small {
	color: var(--Gray, #72757a);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 8px;
}

.single-livre-blanc .section-discover {
	padding-top: 80px;
	padding-bottom: 38px;
	overflow: hidden;
}

.single-livre-blanc .section-discover .section__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .section-discover .section__title {
		font-size: 40px;
		line-height: 50px;
		max-width: 996px;
		margin-left: auto;
		margin-right: auto;
	}
}

.single-livre-blanc .section-discover .section__title:before {
	content: "";
	width: 59px;
	height: 2px;
	background-color: #1a8bcb;
	margin-bottom: 32px;
}

.single-livre-blanc .section-discover .section__description {
	color: var(--Gray, #72757a);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .section-discover .section__description {
		font-size: 16px;
		max-width: 996px;
		margin-left: auto;
		margin-right: auto;
	}
}

.single-livre-blanc .section-discover .img__wrapper {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 40px;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .section-discover .img__wrapper {
		margin-top: 80px;
	}
}

.single-livre-blanc .section-discover .img__list {
	display: flex;
	gap: 24px;
	overflow-x: scroll;
}

@media only screen and (min-width:992px) {
	.single-livre-blanc .section-discover .img__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		overflow-x: initial;
	}
}

.single-livre-blanc .section-discover .img__item, .single-livre-blanc .section-discover .img__item img {
	width: 100%;
	height: 398px;
	border-radius: 8px;
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
}

.single-livre-blanc .section-discover .circle {
	position: absolute;
	top: 27px;
	left: -74px;
	z-index: -1;
}

.single-livre-blanc .section-discover .circle-2 {
	position: absolute;
	bottom: 12px;
	right: -89px;
	z-index: -1;
}

.single-post .section-formation-elearning {
	background-color: #fff;
}

.temoignage-template-builder #section-hero-button {
	padding-bottom: 70px;
	padding-top: 56px;
}

@media only screen and (min-width:992px) {
	.temoignage-template-builder #section-hero-button {
		padding-bottom: 50px;
		padding-top: 16px;
	}
}

.temoignage-template-builder #section-hero-button .section__content {
	padding-top: 70px;
}

.temoignage-template-builder .wysiwyg h2 {
	color: var(--Black, #000);
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 8px;
}

.temoignage-template-builder .wysiwyg h3 {
	color: var(--Black, #000);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

.temoignage-template-builder .wysiwyg h3:after {
	display: block;
	content: "";
	width: 59px;
	height: 2px;
	background: #ffd879;
	margin-top: 8px;
}

.temoignage-template-builder .wysiwyg p {
	padding-left: 16px;
}

.temoignage-template-builder .wysiwyg figure {
	display: inline-block;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.temoignage-template-builder .wysiwyg figure {
		margin-top: 24px;
	}
}

.temoignage-template-builder .wysiwyg figure figcaption {
	height: max-content !important;
}

.temoignage-template-builder .wysiwyg figure img {
	width: 100%;
}

.page-template-temoignages .section-header {
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .28) 26.43%, rgba(255, 255, 255, .08) 37.1%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 44.51%), linear-gradient(97deg, #1ab4bf 22.64%, #ffd879 79.69%);
	padding-top: 56px;
	padding-bottom: 80px;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-header {
		padding-top: 74px;
		padding-bottom: 110px;
	}
}

.page-template-temoignages .section-header .section__img, .page-template-temoignages .section-header .section__img img {
	max-width: 100%;
	margin-top: 40px;
	border-radius: 10px;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-header .section__img, .page-template-temoignages .section-header .section__img img {
		margin-top: 0;
		max-width: 550px;
	}
}

.page-template-temoignages .section-header .section__body {
	align-items: center;
	column-gap: 70px;
}

.page-template-temoignages .section-header .section__title {
	color: var(--White, #fff);
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-header .section__title {
		font-size: 56px;
		line-height: 66px;
	}
}

.page-template-temoignages .section-header .section__description {
	margin-top: 16px;
	padding-left: 16px;
}

.page-template-temoignages .section-header .section__description * {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-header .section__description * {
		font-size: 18px;
	}
}

.page-template-temoignages .section-testimonies {
	padding-bottom: 56px;
	margin-top: -48px;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies {
		padding-bottom: 80px;
		margin-top: -72px;
	}
}

.page-template-temoignages .section-testimonies .filter__card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #fff;
	padding: 24px 16px;
	margin-bottom: 40px;
	gap: 15px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .filter__card {
		gap: 0;
		flex-direction: row;
		column-gap: 20px;
		justify-content: space-between;
		align-items: center;
		padding: 24px 32px;
		margin-bottom: 48px;
	}
}

.page-template-temoignages .section-testimonies .filter__card .select-sort {
	max-width: 100%;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .filter__card .select-sort {
		max-width: 250px;
	}
}

.page-template-temoignages .section-testimonies .filter__card__title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	flex-shrink: 0;
	margin-bottom: 4px;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .filter__card__title {
		margin-bottom: 0;
	}
}

.page-template-temoignages .section-testimonies .testimony__list {
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .testimony__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 40px;
	}
}

.page-template-temoignages .section-testimonies .select-category {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .select-category {
		max-width: 300px;
		margin-left: auto;
		margin-right: 0;
	}
}

.page-template-temoignages .section-testimonies .testimony__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 16px;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
}

.page-template-temoignages .section-testimonies .testimony__card:hover {
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, .1);
}

.page-template-temoignages .section-testimonies .testimony__card:hover .testimony__card__circle, .page-template-temoignages .section-testimonies .testimony__card:hover .testimony__card__circle--desktop {
	opacity: 0;
}

.page-template-temoignages .section-testimonies .testimony__card:hover .testimony__card__arrow, .page-template-temoignages .section-testimonies .testimony__card:hover .testimony__card__arrow--desktop {
	opacity: 1 !important;
}

.page-template-temoignages .section-testimonies .testimony__card.testimony__card--large {
	height: max-content;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .testimony__card.testimony__card--large {
		flex-direction: row;
	}
}

.page-template-temoignages .section-testimonies .testimony__card.testimony__card--large .testimony__card__img-wrapper {
	position: relative;
	width: 100%;
	height: 200px;
	border-radius: 16px;
	overflow: hidden;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .testimony__card.testimony__card--large .testimony__card__img-wrapper {
		min-height: 340px;
		height: 100%;
	}
}

.page-template-temoignages .section-testimonies .testimony__card.testimony__card--large .testimony__card__body {
	height: initial;
	justify-content: center;
	padding: 16px 32px;
}

.page-template-temoignages .section-testimonies .testimony__card.testimony__card--large .testimony__card__description {
	padding-left: 16px;
	margin-bottom: 16px;
}

.page-template-temoignages .section-testimonies .testimony__card.testimony__card--large .testimony__card__btn {
	margin-top: initial;
}

.page-template-temoignages .section-testimonies .testimony__card.testimony__card--large .testimony__card__circle--desktop {
	right: -32px;
}

.page-template-temoignages .section-testimonies .testimony__card .testimony__card__circle {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.page-template-temoignages .section-testimonies .testimony__card .testimony__card__arrow {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity .2s ease-in-out;
}

.page-template-temoignages .section-testimonies .testimony__card .testimony__card__circle--desktop, .page-template-temoignages .section-testimonies .testimony__card .testimony__card__circle--mobile {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	transition: opacity .2s ease-in-out;
	z-index: 1;
}

.page-template-temoignages .section-testimonies .testimony__card .testimony__card__arrow--desktop, .page-template-temoignages .section-testimonies .testimony__card .testimony__card__arrow--mobile {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity .2s ease-in-out;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .testimony__card .testimony__card__circle--mobile {
		display: none;
	}
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .testimony__card .testimony__card__arrow--mobile {
		display: none;
	}
}

.page-template-temoignages .section-testimonies .testimony__card .testimony__card__arrow--desktop, .page-template-temoignages .section-testimonies .testimony__card .testimony__card__circle--desktop {
	display: none;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .testimony__card .testimony__card__arrow--desktop, .page-template-temoignages .section-testimonies .testimony__card .testimony__card__circle--desktop {
		display: block;
	}
}

.page-template-temoignages .section-testimonies .testimony__card__img-wrapper {
	position: relative;
	width: 100%;
	min-height: 200px;
	max-height: 200px;
	height: 100%;
}

.page-template-temoignages .section-testimonies .testimony__card__img {
	display: block;
}

.page-template-temoignages .section-testimonies .testimony__card__img, .page-template-temoignages .section-testimonies .testimony__card__img img {
	min-height: 200px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-height: 200px;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages .section-testimonies .testimony__card__img, .page-template-temoignages .section-testimonies .testimony__card__img img {
		max-height: 200px;
	}
}

.page-template-temoignages .section-testimonies .testimony__card__body {
	display: flex;
	flex-direction: column;
	padding: 16px 20px 36px 20px;
	height: 100%;
}

.page-template-temoignages .section-testimonies .testimony__card__date {
	color: rgba(0, 0, 0, .5);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}

.page-template-temoignages .section-testimonies .testimony__card__title {
	color: var(--Black, #000);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 8px;
}

.page-template-temoignages .section-testimonies .testimony__card__description {
	color: var(--Gray, #72757a);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}

.page-template-temoignages .section-testimonies .testimony__card__btn {
	display: flex;
	gap: 8px;
	align-items: center;
	border: none;
	padding: 0;
	background: 0 0;
	margin-top: auto;
}

.page-template-temoignages .section-testimonies .testimony__card__btn:after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNDQwMjMgMTAuNzg0N0M1LjE4Mzc4IDExLjExIDUuMjM5NTggMTEuNTgxNiA1LjU2NDg2IDExLjgzOEM1Ljg5MDE0IDEyLjA5NDUgNi4zNjE3MyAxMi4wMzg3IDYuNjE4MTcgMTEuNzEzNEwxMC44NDA5IDYuMzU3MjRDMTEuMDU5MSA2LjA4MDUyIDExLjA1NTIgNS42ODkyMyAxMC44MzE2IDUuNDE2OTFMNi42MDg4IDAuMjc1MDA4QzYuMzQ1OTIgLTAuMDQ1MDk0NCA1Ljg3MzMyIC0wLjA5MTQ4MTEgNS41NTMyMSAwLjE3MTQwMUM1LjIzMzExIDAuNDM0MjgzIDUuMTg2NzIgMC45MDY4ODYgNS40NDk2MSAxLjIyNjk5TDguNzUzMSA1LjI0OTU0TDAuNzUwMjQxIDUuMjQ5NTRDMC4zMzYwMjcgNS4yNDk1NCAwLjAwMDI0MTAzNiA1LjU4NTMzIDAuMDAwMjQxMDE3IDUuOTk5NTRDMC4wMDAyNDA5OTkgNi40MTM3NSAwLjMzNjAyNyA2Ljc0OTU0IDAuNzUwMjQxIDYuNzQ5NTRMOC42MjE1MyA2Ljc0OTU0TDUuNDQwMjMgMTAuNzg0N1oiIGZpbGw9IiMxQUI0QkYiLz4KPC9zdmc+Cg==");
}

.page-template-temoignages .section-testimonies .testimony__card__btn .testimony__card__btn__text {
	color: var(--Brand-colors-Blue-Tiffany, var(--Turquoise-gradient, #1ab4bf));
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.page-template-temoignages .testimony__list .testimony__card__img {
	max-height: 200px;
}

@media only screen and (min-width:992px) {
	.page-template-temoignages #section-references {
		margin-bottom: 80px;
	}
}

.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb>.splide__list {
	display: block;
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9;
}

.splide__arrow:disabled {
	opacity: .3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset:-3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}

@supports (outline-offset:-3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	
	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf;
	}
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0;
}

.vjs-svg-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	fill: currentColor;
	height: 1.8em;
	width: 1.8em;
}

.vjs-svg-icon:before {
	content: none !important;
}

.vjs-control:focus .vjs-svg-icon, .vjs-svg-icon:hover {
	filter: drop-shadow(0 0 .25em #fff);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button>.vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button>.vjs-icon-placeholder:before {
	text-align: center;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
	content: "";
}

.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-play-circle:before {
	content: "";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
	content: "";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
	content: "";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
	content: "";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
	content: "";
}

.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
	content: "";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
	content: "";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
	content: "";
}

.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-spinner:before {
	content: "";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
	content: "";
}

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
	content: "";
}

.vjs-icon-hd {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-hd:before {
	content: "";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
	content: "";
}

.vjs-icon-downloading {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-downloading:before {
	content: "";
}

.vjs-icon-file-download {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-file-download:before {
	content: "";
}

.vjs-icon-file-download-done {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-file-download-done:before {
	content: "";
}

.vjs-icon-file-download-off {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-file-download-off:before {
	content: "";
}

.vjs-icon-share {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-share:before {
	content: "";
}

.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-cog:before {
	content: "";
}

.vjs-icon-square {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-square:before {
	content: "";
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
	content: "";
}

.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-circle-outline:before {
	content: "";
}

.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
	content: "";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
	content: "";
}

.vjs-icon-repeat {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-repeat:before {
	content: "";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
	content: "";
}

.video-js .vjs-skip-backward-5 .vjs-icon-placeholder, .vjs-icon-replay-5 {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before, .vjs-icon-replay-5:before {
	content: "";
}

.video-js .vjs-skip-backward-10 .vjs-icon-placeholder, .vjs-icon-replay-10 {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before, .vjs-icon-replay-10:before {
	content: "";
}

.video-js .vjs-skip-backward-30 .vjs-icon-placeholder, .vjs-icon-replay-30 {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before, .vjs-icon-replay-30:before {
	content: "";
}

.video-js .vjs-skip-forward-5 .vjs-icon-placeholder, .vjs-icon-forward-5 {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before, .vjs-icon-forward-5:before {
	content: "";
}

.video-js .vjs-skip-forward-10 .vjs-icon-placeholder, .vjs-icon-forward-10 {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before, .vjs-icon-forward-10:before {
	content: "";
}

.video-js .vjs-skip-forward-30 .vjs-icon-placeholder, .vjs-icon-forward-30 {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before, .vjs-icon-forward-30:before {
	content: "";
}

.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
	content: "";
}

.vjs-icon-next-item {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-next-item:before {
	content: "";
}

.vjs-icon-previous-item {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-previous-item:before {
	content: "";
}

.vjs-icon-shuffle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-shuffle:before {
	content: "";
}

.vjs-icon-cast {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-cast:before {
	content: "";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-enter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
	content: "";
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-exit {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-exit:before {
	content: "";
}

.vjs-icon-facebook {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-facebook:before {
	content: "";
}

.vjs-icon-linkedin {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-linkedin:before {
	content: "";
}

.vjs-icon-twitter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-twitter:before {
	content: "";
}

.vjs-icon-tumblr {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-tumblr:before {
	content: "";
}

.vjs-icon-pinterest {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.vjs-icon-pinterest:before {
	content: "";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
	content: "";
}

.video-js {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	word-break: initial;
}

.video-js:-moz-full-screen {
	position: absolute;
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}

.video-js[tabindex="-1"] {
	outline: 0;
}

.video-js *, .video-js :after, .video-js :before {
	box-sizing: inherit;
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.video-js.vjs-1-1, .video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-9-16, .video-js.vjs-fluid {
	width: 100%;
	max-width: 100%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode), .video-js.vjs-16-9:not(.vjs-audio-only-mode), .video-js.vjs-4-3:not(.vjs-audio-only-mode), .video-js.vjs-9-16:not(.vjs-audio-only-mode), .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
	height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
	padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
	padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
	padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
	padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
	width: 100%;
	height: 100%;
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
	display: none;
}

body.vjs-full-window, body.vjs-pip-window {
	padding: 0;
	margin: 0;
	height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen, body.vjs-pip-window .video-js {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs), body.vjs-pip-window .video-js {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
	display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none;
}

.vjs-pip-container .vjs-pip-text {
	position: absolute;
	bottom: 10%;
	font-size: 2em;
	background-color: rgba(0, 0, 0, .7);
	padding: .5em;
	text-align: center;
	width: 100%;
}

.vjs-layout-small.vjs-pip-container .vjs-pip-text, .vjs-layout-tiny.vjs-pip-container .vjs-pip-text, .vjs-layout-x-small.vjs-pip-container .vjs-pip-text {
	bottom: 0;
	font-size: 1.4em;
}

.vjs-hidden {
	display: none !important;
}

.vjs-disabled {
	opacity: .5;
	cursor: default;
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px;
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0 auto;
}

.vjs-no-js a, .vjs-no-js a:visited {
	color: #66a8cc;
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.63332em;
	width: 3em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	margin-top: -.81666em;
	margin-left: -1.5em;
	cursor: pointer;
	opacity: 1;
	border: .06666em solid #fff;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7);
	border-radius: .3em;
	transition: all .4s;
}

.vjs-big-play-button .vjs-svg-icon {
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5);
	transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
	display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
	display: block;
}

.video-js button {
	background: 0 0;
	border: none;
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.vjs-control .vjs-button {
	width: 100%;
	height: 100%;
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: .5em;
	z-index: 2;
}

.video-js .vjs-modal-dialog {
	background: rgba(0, 0, 0, .8);
	background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
	overflow: auto;
}

.video-js .vjs-modal-dialog>* {
	box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1;
}

.vjs-menu-button {
	cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
	cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none;
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

.vjs-menu .vjs-menu-content>* {
	box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
	display: none;
}

.vjs-menu li {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: .2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover, .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover, .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2b333f;
}

.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon, .vjs-menu li.vjs-selected .vjs-svg-icon, .vjs-menu li.vjs-selected:focus .vjs-svg-icon, .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
	fill: #000;
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible), .video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
	background: 0 0;
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em 0;
	font-weight: 700;
	cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, .7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
	left: unset;
	right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
	display: block;
}

.video-js .vjs-menu-button-inline {
	transition: all .4s;
	overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover {
	width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	transition: all .4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
	display: block;
	opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7);
}

.vjs-audio-only-mode .vjs-control-bar, .vjs-has-started .vjs-control-bar {
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: visibility .1s, opacity .1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	pointer-events: none;
	transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
	display: none !important;
}

.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar, .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.video-js .vjs-control {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	flex: none;
}

.video-js .vjs-control.vjs-visible-text {
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.vjs-button>.vjs-icon-placeholder:before {
	font-size: 1.8em;
	line-height: 1.67;
}

.vjs-button>.vjs-icon-placeholder {
	display: block;
}

.vjs-button>.vjs-svg-icon {
	display: inline-block;
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
	text-shadow: 0 0 1em #fff;
}

.video-js :not(.vjs-visible-text)>.vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.video-js .vjs-custom-control-spacer {
	display: none;
}

.video-js .vjs-progress-control {
	cursor: pointer;
	flex: auto;
	display: flex;
	align-items: center;
	min-width: 4em;
	touch-action: none;
}

.video-js .vjs-progress-control.disabled {
	cursor: default;
}

.vjs-live .vjs-progress-control {
	display: none;
}

.vjs-liveui .vjs-progress-control {
	display: flex;
	align-items: center;
}

.video-js .vjs-progress-holder {
	flex: auto;
	transition: all .2s;
	height: .3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
	margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
	font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 0;
}

.video-js .vjs-play-progress {
	background-color: #fff;
}

.video-js .vjs-play-progress:before {
	font-size: .9em;
	position: absolute;
	right: -.5em;
	line-height: .35em;
	z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
	content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
	position: absolute;
	top: -.35em;
	right: -.4em;
	width: .9em;
	height: .9em;
	pointer-events: none;
	line-height: .15em;
	z-index: 1;
}

.video-js .vjs-load-progress {
	background: rgba(115, 133, 159, .5);
}

.video-js .vjs-load-progress div {
	background: rgba(115, 133, 159, .75);
}

.video-js .vjs-time-tooltip {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	border-radius: .3em;
	color: #000;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 8px 8px 8px;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	visibility: hidden;
	z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
	display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
	display: block;
	font-size: .6em;
	visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
	font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
}

.video-js .vjs-slider {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 .45em 0 .45em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5);
}

.video-js .vjs-slider.disabled {
	cursor: default;
}

.video-js .vjs-slider:focus {
	text-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
	cursor: pointer;
	flex: none;
}

.video-js .vjs-volume-control {
	cursor: pointer;
	margin-right: 1em;
	display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
	width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
	visibility: visible;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin-left: -1px;
}

.video-js .vjs-volume-panel {
	transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control {
	visibility: visible;
	opacity: 1;
	position: relative;
	transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
	width: 5em;
	height: 3em;
	margin-right: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
	left: -3.5em;
	transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
	width: 10em;
	transition: width .1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
	width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
	height: 8em;
	width: 3em;
	left: -3000em;
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
	display: flex;
}

.video-js .vjs-volume-bar {
	margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
	width: .3em;
	height: 5em;
	margin: 1.35em auto;
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: .9em;
	z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
	width: .3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -.5em;
	left: -.3em;
	z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
	content: none;
}

.vjs-volume-level .vjs-svg-icon {
	position: absolute;
	width: .9em;
	height: .9em;
	pointer-events: none;
	z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
	height: .3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
	line-height: .35em;
	right: -.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
	right: -.3em;
	transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
	top: -.55em;
	transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
	width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%;
}

.video-js .vjs-volume-vertical {
	width: 3em;
	height: 8em;
	bottom: 8em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
	left: -2em;
}

.video-js .vjs-volume-tooltip {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	border-radius: .3em;
	color: #000;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 8px 8px 8px;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	visibility: hidden;
	z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-control:hover .vjs-volume-tooltip {
	display: block;
	font-size: 1em;
	visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
	left: 1em;
	top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
	font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
	width: 1px;
	height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
	display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

.vjs-has-started .vjs-poster, .vjs-using-native-controls .vjs-poster {
	display: none;
}

.vjs-audio.vjs-has-started .vjs-poster, .vjs-has-started.vjs-audio-poster-mode .vjs-poster, .vjs-pip-container.vjs-has-started .vjs-poster {
	display: block;
}

.vjs-poster img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.video-js .vjs-live-control {
	display: flex;
	align-items: flex-start;
	flex: auto;
	font-size: 1em;
	line-height: 3em;
}

.video-js.vjs-liveui .vjs-live-control, .video-js:not(.vjs-live) .vjs-live-control {
	display: none;
}

.video-js .vjs-seek-to-live-control {
	align-items: center;
	cursor: pointer;
	flex: none;
	display: inline-flex;
	height: 100%;
	padding-left: .5em;
	padding-right: .5em;
	font-size: 1em;
	line-height: 3em;
	width: auto;
	min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {
	display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
	cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
	margin-right: .5em;
	color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
	line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
	width: 1em;
	height: 1em;
	pointer-events: none;
	fill: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
	color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
	fill: red;
}

.video-js .vjs-time-control {
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider {
	display: none;
}

.vjs-time-divider {
	display: none;
	line-height: 3em;
}

.video-js .vjs-play-control {
	cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
	flex: none;
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

.vjs-error .vjs-text-track-display {
	display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display, .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .1em;
}

.vjs-subtitles {
	color: #fff;
}

.vjs-captions {
	color: #fc6;
}

.vjs-tt-cue {
	display: block;
}

video::-webkit-media-text-track-display {
	transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display, .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
	cursor: pointer;
	flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control, .vjs-pip-window .vjs-picture-in-picture-control {
	display: none;
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control, .vjs-pip-window .vjs-fullscreen-control {
	display: none;
}

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate>.vjs-menu-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
	pointer-events: none;
	font-size: 1.5em;
	line-height: 2;
	text-align: center;
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center;
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: "X";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -.5em;
	position: absolute;
	text-shadow: .05em .05em .1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .85;
	text-align: left;
	border: .6em solid rgba(43, 51, 63, .7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
	display: block;
	animation: vjs-spinner-show 0s linear .3s forwards;
}

.vjs-error .vjs-loading-spinner {
	display: none;
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
	content: "";
	position: absolute;
	margin: -.6em;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
	animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
	border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
	border-top-color: #fff;
	animation-delay: .44s;
}

@keyframes vjs-spinner-show {
	to {
		visibility: visible;
	}
}

@keyframes vjs-spinner-spin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f;
	}
	
	20% {
		border-top-color: #73859f;
	}
	
	35% {
		border-top-color: #fff;
	}
	
	60% {
		border-top-color: #73859f;
	}
	
	100% {
		border-top-color: #73859f;
	}
}

.video-js.vjs-audio-only-mode .vjs-captions-button {
	display: none;
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
	display: none;
}

.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
	width: 1.5em;
	height: 1.5em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: -.1em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
	font-family: VideoJS;
	content: "";
	font-size: 1.5em;
	line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
	display: none;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder, .video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: -.1em;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before, .video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
	font-family: VideoJS;
	content: " ";
	font-size: 1.5em;
	line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time, .video-js.vjs-layout-small .vjs-duration, .video-js.vjs-layout-small .vjs-playback-rate, .video-js.vjs-layout-small .vjs-remaining-time, .video-js.vjs-layout-small .vjs-time-divider, .video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time, .video-js.vjs-layout-tiny .vjs-duration, .video-js.vjs-layout-tiny .vjs-playback-rate, .video-js.vjs-layout-tiny .vjs-remaining-time, .video-js.vjs-layout-tiny .vjs-time-divider, .video-js.vjs-layout-tiny .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time, .video-js.vjs-layout-x-small .vjs-duration, .video-js.vjs-layout-x-small .vjs-playback-rate, .video-js.vjs-layout-x-small .vjs-remaining-time, .video-js.vjs-layout-x-small .vjs-time-divider, .video-js.vjs-layout-x-small .vjs-volume-control {
	display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
	width: auto;
	width: initial;
}

.video-js.vjs-layout-tiny .vjs-progress-control, .video-js.vjs-layout-x-small .vjs-progress-control {
	display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
	flex: auto;
	display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .75);
	color: #fff;
	height: 70%;
}

.vjs-error .vjs-text-track-settings {
	display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
	display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
	display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
	text-align: right;
	vertical-align: bottom;
}

@supports (display:grid) {
	.vjs-text-track-settings .vjs-modal-dialog-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		padding: 20px 24px 0 24px;
	}
	
	.vjs-track-settings-controls .vjs-default-button {
		margin-bottom: 20px;
	}
	
	.vjs-text-track-settings .vjs-track-settings-controls {
		grid-column: 1/-1;
	}
	
	.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
		grid-template-columns: 1fr;
	}
}

.vjs-text-track-settings select {
	font-size: inherit;
}

.vjs-track-setting>select {
	margin-right: 1em;
	margin-bottom: .5em;
}

.vjs-text-track-settings fieldset {
	margin: 10px;
	border: none;
}

.vjs-text-track-settings fieldset span {
	display: inline-block;
	padding: 0 .6em .8em;
}

.vjs-text-track-settings fieldset span>select {
	max-width: 7.3em;
}

.vjs-text-track-settings legend {
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
	margin: 0 .5em .5em 0;
}

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
	outline-style: solid;
	outline-width: medium;
	background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
	color: rgba(43, 51, 63, .75);
}

.vjs-track-settings-controls button {
	background-color: #fff;
	background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
	color: #2b333f;
	cursor: pointer;
	border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
	margin-right: 1em;
}

.vjs-title-bar {
	background: rgba(0, 0, 0, .9);
	background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .7) 60%, rgba(0, 0, 0, 0) 100%);
	font-size: 1.2em;
	line-height: 1.5;
	transition: opacity .1s;
	padding: .666em 1.333em 4em;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.vjs-error .vjs-title-bar {
	display: none;
}

.vjs-title-bar-description, .vjs-title-bar-title {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vjs-title-bar-title {
	font-weight: 700;
	margin-bottom: .333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
	opacity: 0;
	transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
	cursor: pointer;
}

.video-js .vjs-skip-forward-10 {
	cursor: pointer;
}

.video-js .vjs-skip-forward-30 {
	cursor: pointer;
}

.video-js .vjs-skip-backward-5 {
	cursor: pointer;
}

.video-js .vjs-skip-backward-10 {
	cursor: pointer;
}

.video-js .vjs-skip-backward-30 {
	cursor: pointer;
}

@media print {
	.video-js>:not(.vjs-tech):not(.vjs-poster) {
		visibility: hidden;
	}
}

.vjs-resize-manager {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
	outline: 0;
}

.video-js :focus:not(:focus-visible) {
	outline: 0;
}

div.sib-sms-field {
	display: inline-block;
	position: relative;
	width: 100%;
}

.sib-sms-field .sib-country-block {
	position: absolute;
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sib-country-block .sib-toggle.sib-country-flg {
	z-index: 1;
	position: relative;
	width: 46px;
	height: 100%;
	padding: 0 0 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #dbdbdb;
	cursor: pointer;
}

.sib-country-block .sib-toggle .sib-cflags {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 15px;
	width: 20px;
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("https://cdn-ileggfi.nitrocdn.com/TWHqWrBeimsiNBPWpEiZgWtSMmEaqJLV/assets/images/optimized/rev-88b737e/www.neo-forma.fr/wp-content/plugins/mailin/img/flags/fr.png");
}

.sib-country-block .sib-toggle .sib-cflags.nitro-lazy {
	background-image: none !important;
}

.sib-country-block .sib-toggle .sib-icon-arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid;
}

.sib-sms-field ul.sib-country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px -1px;
	box-shadow: rgba(0, 0, 0, .2) 1px 1px 4px;
	background-color: white;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	top: 50px;
	width: 250px;
}

.sib-sms-field ul.sib-country-list li.sib-country-prefix {
	font-size: 14px;
	padding: 1px 10px;
	cursor: pointer;
}

.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
	background-color: #dbdbdb;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box {
	width: 20px;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
	height: 18px;
	width: 20px;
	background-image: url("https://cdn-ileggfi.nitrocdn.com/TWHqWrBeimsiNBPWpEiZgWtSMmEaqJLV/assets/images/optimized/rev-88b737e/www.neo-forma.fr/wp-content/plugins/mailin/img/flags/ad.png");
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag.nitro-lazy {
	background-image: none !important;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
	margin-left: 20px;
}

.sib-sms-field .sib-sms {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0;
}

.sib-multi-lists.sib_error {
	color: #a94442;
}
