*:focus {
	outline: 0;
	box-shadow: none !important;
}

*::-moz-selection { background-color: #43b3cd; color: #fff; }
*::selection { background-color: #43b3cd; color: #fff; }

/* ---------------- */
/* ----- BODY ----- */
/* ---------------- */

body {
	font-family: 'Poppins', sans-serif;
	line-height: 1.75;
	font-size: 1rem;
	overflow-x: hidden;
	font-weight: 300;
	color: #474a3f;
}

/*body.nav-open {
	overflow: hidden !important;
}*/

#control-height {
    height: 100vh;
    width: 0;
    position: absolute;
    pointer-events: none;
}

@media (min-width: 1200px) {

	body {
		font-size: 1.0625rem;
	}

}

/* ---------------- */
/* ----- TEXT ----- */
/* ---------------- */

h1, .h1 {
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	font-size: 2.625rem;
	display: block;
	margin-bottom: 1.5rem;
	line-height: .88;
}

@media (min-width: 768px) {

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

}

@media (min-width: 1200px) {

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

}

h2, .h2 {
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: .85;
	display: block;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

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

}

@media (min-width: 1200px) {

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

}

h3, .h3 {
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	font-size: 1.5rem;
	display: block;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

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

}

@media (min-width: 1200px) {

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

}

h4, .h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	display: block;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

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

}

@media (min-width: 1200px) {

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

}

h5, .h5 {
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	font-size: 1rem;
	display: block;
	margin-bottom: 1.5rem;
	line-height: 1.33;
}

@media (min-width: 768px) {

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

}

@media (min-width: 1200px) {

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

}

.subtitle {
	font-size: 1.875rem;
	display: block;
}

.text-highlighted-quote {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.text-highlighted-quote:after {
	content: '';
	background-image: url('../img/green-qoute.svg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 60px;
	width: 45px;
	display: inline-block;
    position: relative;
    top: -10px;
}

@media (min-width: 768px) {

	.text-highlighted-quote:after {
		height: 110px;
		width: 80px;
	}

}

p {
	margin-bottom: 1.5rem;
}

ul, ol {
	margin-bottom: 1.5rem;
	padding-left: 18px;
}

.lead {
	font-size: 1.125rem;
}

.text-center ul,
.text-center ol {
	list-style-position: inside;
}

a:not(.btn),
a:not(.btn):hover,
a:not(.btn):focus {
	color: #43b3cd;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

a:not(.btn):hover {
	text-decoration: none;
}

main img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1.5rem;
}

b, strong {
	font-weight: 700;
}

/* ------------------ */
/* ----- COLORS ----- */
/* ------------------ */

a[class^="bg-"], a[class*=" bg-"],
a[class^="bg-"]:hover, a[class*=" bg-"]:hover {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

/* PRIMARY */
.text-primary { color: #43b3cd !important; }
.bg-primary { background-color: #43b3cd !important; color: #fff; }
.bg-primary a { color: #fff; }
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover { background-color: #43b3cd !important; color: #fff; }

/* SECONDARY */
.text-secondary { color: #7FDD74 !important; }
.bg-secondary { background-color: #7FDD74 !important; color: #fff; }
.bg-secondary a { color: #fff; }

/* DARK */
.bg-dark { background-color: #484a40 !important; color: #fff; }
.bg-dark a { color: #fff; }

.text-dark { color: #484a40 !important; }

/* WHITE */
.bg-white { color: #474a3f; }
.bg-white a { color: #43b3cd; }

/* LIGHT */
.text-light { color: #f6f6f5 !important; }
.bg-light { background-color: #f6f6f5 !impotant; color: #474a3f; }
.bg-light a { color: #43b3cd; }

/* ------------------- */
/* ----- BUTTONS ----- */
/* ------------------- */

.btn {
	font-family: 'Baloo 2', cursive;
	position: relative;
	padding: .75rem;
	border-radius: 0;
	border: 0 none;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin-left: 18px;

	-webkit-transition: none;
	transition: none;
}

.btn:not(.btn-icon):before,
.btn:not(.btn-icon):after {
	content: '';
	width: 18px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-size: cover;
}

.btn:not(.btn-icon):before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %2342b3cc;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	left: -18px;
}

.btn:not(.btn-icon):hover:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %237FDD74;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %23484A40;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
}

.btn:not(.btn-icon):after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %2342b3cc;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	right: -14px;
	width: 24px;
}

.btn:not(.btn-icon):hover:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %237FDD74;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %23484A40;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.btn.btn-link {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-left: 0;
	padding: 0;
	text-decoration: none;
	color: #474a3f;
	-webkit-transition: background-color .6s ease, color .6s ease, border-color .6s ease;
	transition: background-color .6s ease, color .6s ease, border-color .6s ease;
}

.btn-link > i {
	position: relative;
	top: 1px;
	font-size: 1.1rem;
	-webkit-transition: padding .3s ease;
	transition: padding .3s ease;
}

.btn-link:hover > i {
	padding-left: 5px;
}

.bg-white .btn-link > i,
.bg-light .btn-link > i {
	color: #43b3cd;
}

.btn-link:hover {
	color: #43b3cd;
}

.btn-link:before,
.btn-link:after {
	display: none !important;
}

.btn-icon {
	position: relative;
	width: 55px;
	height: 55px;
	padding: 0;
}

.btn-icon > i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 1.125rem;
}

.btn-primary {
	background-color: #43b3cd !important;
	color: #fff !important;
}

.btn-primary:hover {
	background-color: #484A40 !important;
	color: #fff !important;
}

.btn-has-svg:before,
.btn-has-svg:after {
	display: none !important;
}

.btn-has-svg {
	position: relative;
	padding: 0 !important;
	background-color: transparent !important;
	margin: 0;
}

.btn-has-svg:hover {
	background-color: transparent !important;
}

.btn-has-svg > svg > path {
	-webkit-transition: fill .6s ease;
	transition: fill .6s ease;
}

.btn-has-svg:hover > svg > path {
	/*fill: #484A40 !important;*/
	fill: #43b3cd !important;
}

.btn-has-svg > svg + span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.bg-dark .btn-has-svg:hover > svg > path {
	fill: #43b3cd !important;
}

@media (min-width: 768px) {

	.btn {
		font-size: 1.25rem;
	}

}

/* ---------------------------------- */
/* ----- EXTRA MARGIN / PADDING ----- */
/* ---------------------------------- */

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

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

@media (min-width: 992px) {

	.mt-lg-10, .my-lg-10 { margin-top: 6rem !important; }
	.mb-lg-10, .my-lg-10 { margin-bottom: 6rem !important; }

	.pt-lg-10, .py-lg-10 { padding-top: 6rem !important; }
	.pb-lg-10, .py-lg-10 { padding-bottom: 6rem !important; }

/*	main > #block-1.pt-lg-10 { padding-top: 3rem !important; }*/

}

@media (min-width: 1200px) {

	.mt-xl-10, .my-xl-10 { margin-top: 6rem !important; }
	.mb-xl-10, .my-xl-10 { margin-bottom: 6rem !important; }

	.pt-xl-10, .py-xl-10 { padding-top: 6rem !important; }
	.pb-xl-10, .py-xl-10 { padding-bottom: 6rem !important; }

}

@media (min-width: 1400px) {

	.mt-xxl-10, .my-xxl-10 { margin-top: 6rem !important; }
	.mb-xxl-10, .my-xxl-10 { margin-bottom: 6rem !important; }

	.pt-xxl-10, .py-xxl-10 { padding-top: 6rem !important; }
	.pb-xxl-10, .py-xxl-10 { padding-bottom: 6rem !important; }

}

@media (min-width: 1900px) {

	[class^="block-"]:not(#block-1).mt-lg-10, [class^="block-"]:not(#block-1).my-lg-10 { margin-top: 12rem !important; }
	[class^="block-"].mb-lg-10, [class^="block-"].my-lg-10 { margin-bottom: 12rem !important; }

	[class^="block-"]:not(#block-1).pt-lg-10, [class^="block-"]:not(#block-1).py-lg-10 { padding-top: 12rem !important; }
	[class^="block-"].pb-lg-10, [class^="block-"].py-lg-10 { padding-bottom: 12rem !important; }

	[class^="block-"]:not(#block-1).mt-lg-5, [class^="block-"]:not(#block-1).my-lg-5 { margin-top: 9rem !important; }
	[class^="block-"].mb-lg-5, [class^="block-"].my-lg-5 { margin-bottom: 9rem !important; }

	[class^="block-"]:not(#block-1).pt-lg-5, [class^="block-"]:not(#block-1).py-lg-5 { padding-top: 9rem !important; }
	[class^="block-"].pb-lg-5, [class^="block-"].py-lg-5 { padding-bottom: 9rem !important; }

}

/* ------------------ */
/* ----- TABLES ----- */
/* ------------------ */

table {
	margin-bottom: 1.5rem;
	width: 100%;
}

table thead th,
table thead td {
	padding: 1rem 1rem 1rem 0;
	font-size: 1rem;
	font-weight: 500;
}

table thead {
	border-bottom: 1px solid #43b3cd;
}

table tbody th,
table tbody td {
	padding: 1rem 1rem 1rem 0;
	border-bottom: 1px solid #e3e3e3;
}

@media (min-width: 768px) {

	table thead th,
	table thead td {
		padding: 1.25rem 1.875rem 1.25rem 0;
		font-size: 1.25rem;
	}

	table tbody th,
	table tbody td {
		padding: 1rem 3rem 1rem 0;
	}

}

/* ----------------- */
/* ----- FORMS ----- */
/* ----------------- */

form {
	text-align: left;
}

form label {
	position: relative;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	margin-bottom: .625rem;
}

form input:not([type="submit"]),
form textarea {
	display: block;
    width: 100%;
    padding: 1.1rem 1.875rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #474a3f;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 1.5rem;
}

form input:not([type="submit"])::placeholder,
form textarea::placeholder {
	color: #000;
	opacity: .5;
}

form textarea {
	min-height: 215px;
}

form select {
	display: block;
    width: 100%;
    height: calc(2.25em + 1.5rem + 2px);
    padding: 1.1rem 1.875rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #474a3f;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") right 1.875rem center/8px 10px no-repeat;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 1.5rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form input[type="file"] {
	margin-bottom: 1.5rem;
}

form input[type="checkbox"],
form input[type="radio"] {
	display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: .5rem;
    border-radius: 2.5px;
    border-color: #e5e5e5;
    margin-bottom: 0;
    position: relative;
    top: 4px;
}

form input[type="checkbox"] + label,
form input[type="radio"] + label {
	display: inline-block;
	padding-right: 1.5rem;
	margin-bottom: 1.5rem;
}

form input[type="checkbox"]:checked,
form input[type="radio"]:checked {
	background-color: #43b3cd;
	border-color: #43b3cd;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

form input:not([type="submit"]):focus,
form textarea:focus,
form select:focus {
	border-color: #43b3cd;
}

form [type="submit"] {
    font-family: 'Baloo 2', cursive;
    position: relative;
    padding: .75rem .75rem;
    border-radius: 0;
    border: 0 none;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 18px;
    margin-bottom: 1.5rem;
    background-color: #43b3cd;
    color: #fff;
    -webkit-transition: none;
    transition: none;
}

form [type="submit"]:before {
    content: '';
    width: 18px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %2342b3cc;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    left: -18px;
}

form [type="submit"]:after {
    content: '';
    width: 18px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %2342b3cc;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    right: -14px;
    width: 24px;
}

form [type="submit"]:hover,
form [type="submit"]:focus,
form [type="submit"]:active {
	/*background-color: #7FDD74;*/
    background-color: #484A40;
}

form [type="submit"]:hover:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %237FDD74;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
/*    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %23484A40;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");*/
}

form [type="submit"]:hover:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %237FDD74;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
/*    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %23484A40;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");*/
}

/* ------------------ */
/* ----- IMAGES ----- */
/* ------------------ */

.cover-image-wrapper {
	position: relative;
}

.cover-image-wrapper > img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

a.cover-image-wrapper {
	display: block;
}

.cover-image-wrapper.rounded {
	overflow: hidden;
}

/*
.contain-image-wrapper {
	position: relative;
	height: 0;
	padding-top: 100%;
	width: 100%;
}

.contain-image-wrapper > img {
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
*/

/* ------------------- */
/* ----- CLASSES ----- */
/* ------------------- */

/*
hr {
	border-color: #e5e5e5;
	opacity: 1;
}
*/

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------- */
/* ----- SLIDERS ----- */
/* ------------------- */

.slick-slider {
	position: relative;
}

.slick-slider .slick-arrow {
	/*background-color: #fff;*/
	background-color: transparent;
	color: #43b3cd;
	border: 0 none;
	padding: 0;
	box-shadow: none;
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.slick-slider .slick-arrow > i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 1.5rem;
}

.slick-slider .slick-arrow.slick-prev {
	top: 50%;
	left: 15px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.slick-slider .slick-arrow.slick-next {
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.slick-slider .slick-arrow[aria-disabled="true"] {
	opacity: .25;
}

.slick-slider .slick-arrow[aria-disabled="true"]:hover {
	cursor: default;
}

@media (min-width: 768px) {

	.slick-slider .slick-arrow {
		width: 65px;
		height: 65px;
	}

	.slick-slider .slick-arrow > i {
		font-size: 1.75rem;
	}

}

@media (min-width: 1200px) {

	.slick-slider .slick-arrow {
		width: 75px;
		height: 75px;
	}

	.slick-slider .slick-arrow > i {
		font-size: 2rem;
	}

}

.slick-slider .slick-dots {
	width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
	height: 12px;
}

.slick-slider .slick-dots li {
	display: inline-block;
	margin: 0 .5625rem;
	height: 12px;
	width: 12px;
}

.slick-slider .slick-dots li button {
	border: 0 none;
	background-color: #43b3cd;
	opacity: .5;
	height: 12px;
	width: 12px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	text-indent: -9999px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.slick-slider .slick-dots li.slick-active button {
	opacity: 1;
}

/* ------------------ */
/* ----- TOPBAR ----- */
/* ------------------ */

.topbar ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-size: .85rem;
}

.topbar ul li {
	padding: .5rem .9375rem;
}

.topbar ul li a {
	font-size: .9375rem;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
}

.topbar ul li a img.icon {
	height: 18px;
	width: auto;
	margin-right: .5rem;
}

@media (min-width: 1200px) {

    .topbar .container {
        max-width: 100%;
    }

}

@media (min-width: 1900px) {

    .topbar .container {
        max-width: 1745px;
    }

    .topbar ul {
		margin-right: .9375rem;
    }

}

/* ---------------- */
/* ----- MENU ----- */
/* ---------------- */

nav#nav-main {
	padding: 0;
}

nav#nav-main .logo {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

nav#nav-main .logo > img {
	height: 50px;
	width: auto;
}

nav#nav-main .navbar-nav {
	flex: 1;
}

nav#nav-main .navbar-nav .nav-item {
	margin-right: .5rem;
}

nav#nav-main .navbar-nav .nav-link {
	position: relative;
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	font-size: 1.1rem;
	padding: 1.25rem .9375rem 2.5rem;
	color: #48493c;
	border-top-right-radius: .9375rem;
	border-top-left-radius: .9375rem;
	display: flex;
	align-items: center;
	-webkit-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
}

nav#nav-main .navbar-nav .nav-item.active .nav-link,
nav#nav-main .navbar-nav .nav-item:hover .nav-link {
	background-color: #43b3cd;
	color: #fff;
}

nav#nav-main .navbar-nav .nav-item-cta .nav-link,
#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item.nav-item-cta a.mega-menu-link {
	height: auto;
	font-family: 'Baloo 2', cursive;
    position: relative;
    padding: .75rem .6rem;
    border-radius: 0;
    border: 0 none;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 18px;
    background-color: #43b3cd;
    color: #fff;
    -webkit-transition: none;
    transition: none;
}

nav#nav-main.navbar-dark .navbar-nav .nav-link,
#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item a.mega-menu-link {
	color: #fff;
}

nav#nav-main .navbar-nav .nav-item-cta .nav-link:before,
#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item.nav-item-cta a.mega-menu-link:before {
	content: '';
    width: 18px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %2342b3cc;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    left: -18px;
}

nav#nav-main .navbar-nav .nav-item-cta .nav-link:after,
#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item.nav-item-cta a.mega-menu-link:after {
	content: '';
    width: 18px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %2342b3cc;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    right: -14px;
    width: 24px;
}

nav#nav-main .navbar-nav .nav-item-cta .nav-link:hover,
#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item.nav-item-cta a.mega-menu-link:hover {
	/*background-color: #7FDD74;*/
	background-color: #484A40;
}

nav#nav-main .navbar-nav .nav-item-cta .nav-link:hover:before,
#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item.nav-item-cta a.mega-menu-link:hover:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %237FDD74;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %23484A40;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
}

nav#nav-main .navbar-nav .nav-item-cta .nav-link:hover:after,
#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item.nav-item-cta a.mega-menu-link:hover:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %237FDD74;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %23484A40;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

nav#nav-main .navbar-nav .nav-item-cta.button-has-svg .nav-link:before,
nav#nav-main .navbar-nav .nav-item-cta.button-has-svg .nav-link:after {
	display: none;
}

nav#nav-main .navbar-nav .nav-item-cta.button-has-svg .nav-link {
	position: relative;
	padding: 0;
	background-color: transparent;
}

nav#nav-main .navbar-nav .nav-item-cta.button-has-svg .nav-link > svg {
	width: 200px;
}

nav#nav-main .navbar-nav .nav-item-cta.button-has-svg .nav-link > svg + span {
	position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 100%;
    text-align: center;
}

nav#nav-main .navbar-nav .nav-item-cta.button-has-svg .nav-link > svg > path {
	-webkit-transition: fill .6s ease;
	transition: fill .6s ease;
}

nav#nav-main .navbar-nav .nav-item-cta.button-has-svg .nav-link:hover > svg > path {
/*	fill: #48493c;*/
	fill: #7FDD74;
}

nav#nav-main.navbar-dark .navbar-nav .nav-item-cta.button-has-svg .nav-link > svg > path {
	fill: #7FDD74;
}
nav#nav-main.navbar-dark .navbar-nav .nav-item-cta.button-has-svg .nav-link:hover > svg > path {
	fill: #48493c;
}

nav#nav-main .navbar-nav .nav-item-login .nav-link {
	background-color: transparent !important;
	color: #48493c !important;
	font-size: .9375rem !important;
}

nav#nav-main .navbar-nav .nav-item-login:hover .nav-link {
	color: #7FDD74 !important;
}

nav#nav-main.navbar-dark .navbar-nav .nav-item-login {
	display: flex;
}

nav#nav-main.navbar-dark .navbar-nav .nav-item-login .nav-link {
	color: #fff !important;
	padding-top: 0;
    padding-bottom: 0;
}

nav#nav-main .navbar-nav .nav-item.dropdown .dropdown-menu {
	background-color: #43b3cd;
	color: #fff;
	border-radius: 0;
	border: 0 none;
	margin: 0;
	overflow: hidden;
	min-width: 100%;
	border-bottom-left-radius: .9375rem;
	border-bottom-right-radius: .9375rem;
}

nav#nav-main .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
	padding: .25rem 1.5rem;
	font-weight: 400;
	color: #fff;
	text-transform: none;
}

nav#nav-main .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	background-color: transparent !important;
	color: #fff;
}

nav#nav-main .navbar-nav .nav-item .nav-link > img {
	height: 15px;
	width: auto;
	margin-right: .9375rem;
}

nav#nav-main .navbar-nav .nav-item:not(.active) .nav-link > img:nth-of-type(2) {
	display: none;
}

nav#nav-main .navbar-nav .nav-item.active .nav-link > img:nth-of-type(1) {
	display: none;
}

nav#nav-main .navbar-nav .nav-item:not(.active):hover .nav-link > img:nth-of-type(1) {
	display: none;
}

nav#nav-main .navbar-nav .nav-item:not(.active):hover .nav-link > img:nth-of-type(2) {
	display: block;
}

nav#nav-main .navbar-nav .nav-link.dropdown-toggle::after {
	border: 0 none;
	width: 11px;
	height: 100%;
	min-height: 17px;
	margin-left: .9375rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3e%3c/svg%3e");
}

nav#nav-main .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after,
nav#nav-main .navbar-nav .nav-item.active .nav-link.dropdown-toggle::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23fff' d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3e%3c/svg%3e");
}

nav#nav-main .navbar-nav .nav-link.dropdown-toggle.show::after {
	transform: rotate(180deg);
}

nav#nav-main .mega-sub-menu .mega-menu-column-title .mega-menu-link {
	font-family: 'Baloo 2', cursive !important;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	text-decoration: underline !important;
	margin-bottom: .5rem;
}

#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:nth-last-child(1) a.mega-menu-link {
	margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {

	nav#nav-main .navbar-collapse {
		max-height: calc(100vh - 64px);
		overflow-y: auto;
	}

	nav#nav-main .navbar-nav .nav-item.dropdown .nav-link:before {
		content: '';
		position: absolute;
		z-index: 1;
		background-color: #7FDD74;
		height: 100%;
		width: 45px;
		top: 0;
		right: -45px;
		pointer-events: none;
	}

	nav#nav-main .navbar-nav li.dropdown .dropdown-menu {
	    display: none;
	}

	nav#nav-main .navbar-nav li.dropdown.mobile-show .nav-link {
		color: #7FDD74;
	}

	nav#nav-main .navbar-nav li.dropdown.mobile-show .dropdown-menu {
	    display: block;
	}

	nav#nav-main .navbar-nav .nav-link.dropdown-toggle::after {
		position: absolute;
		z-index: 2;
		right: -26px;
		top: 20px;
		margin-left: 0;
		color: #fff;
		pointer-events: none;
	}

	#mega-menu-wrap-hoofdmenu .mega-menu-toggle.mega-menu-open + #mega-menu-hoofdmenu {
		height: calc(100vh - 98px);
		overflow: auto;
		background-color: #43b3cd;
	}

	#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu > li.mega-menu-megamenu > ul.mega-sub-menu {
		width: 100% !important;
	    border-radius: 0 0 .9375rem .9375rem;
	    margin-bottom: 1rem;
	    padding-top: 1rem;
	}

	#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
	#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
		margin: 0 0 1.5rem 0;
		padding: 0;
	}

	#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		margin: 0;
		padding: 0;
	}

	#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu .mega-toggle-on .mega-menu-link {
		background-color: #43b3cd;
		color: #fff;
	}

}

@media (max-width: 575.98px) {

	nav#nav-main .navbar-nav .nav-item-cta.button-has-svg .nav-link > svg {
		max-width: 180px;
	}

}

@media (min-width: 576px) {

	nav#nav-main .logo > img {
		height: 64px;
		width: auto;
	}

}

@media (min-width: 1200px) {

	nav#nav-main .container {
		max-width: 100%;
	}

	/*nav#nav-main .navbar-nav {
		margin-top: 1.25rem;
	}*/

	nav#nav-main .navbar-nav .nav-item.dropdown .nav-link {
		width: 100%;
	}

	nav#nav-main .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
		padding: .5rem 1.875rem;
		font-size: .9375rem;
	}

	/*nav#nav-main .navbar-nav > li.nav-item-cta {
		margin-top: .7rem;
	}*/

	nav#nav-main .navbar-nav .nav-item-login {
		margin-left: auto;
		margin-right: 0;
	}

	nav#nav-main .mega-sub-menu .mega-menu-column-title .mega-menu-link {
		margin-top: 3rem !important;
	}

	nav#nav-main .mega-sub-menu .mega-menu-column-title .mega-menu-link {
		font-size: 1.5rem !important;
		margin-bottom: 0;
	}

	nav#nav-main #mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item a.mega-menu-link:before {
		position: relative;
		top: -1px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	nav#nav-main #mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item a.mega-menu-link:hover:before {
		margin-right: 10px;
		margin-left: -4px;
	}

}

@media (min-width: 1900px) {

	nav#nav-main .container {
		max-width: 1745px;
	}

	nav#nav-main .navbar-nav .nav-link,
	nav#nav-main .navbar-nav .nav-item-cta .nav-link,
	#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu li.mega-menu-item a.mega-menu-link {
		font-size: 1.25rem;
	}

	nav#nav-main .navbar-nav .nav-item-cta .nav-link {
		padding: .75rem;
	}

	nav#nav-main .navbar-nav .nav-item {
		margin-right: .9375rem;
	}

	nav#nav-main .navbar-nav .nav-item-cta.button-has-svg .nav-link > svg {
		width: 219px;
	}

	#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu > li.mega-menu-megamenu > ul.mega-sub-menu {
		width: 1450px !important;
		left: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

}

/* NAVBAR TOGGLER ICON */
nav#nav-main .navbar-toggler {
	border: 0 none;
    padding: 0;
}

nav#nav-main .navbar-toggler .animated-icon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

nav#nav-main .navbar-toggler .animated-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

nav#nav-main .navbar-toggler .animated-icon span {
	background: #232323;
}

nav#nav-main .navbar-toggler .animated-icon span:nth-child(1) {
	top: 0px;
}

nav#nav-main .navbar-toggler .animated-icon span:nth-child(2),
nav#nav-main .navbar-toggler .animated-icon span:nth-child(3) {
	top: 10px;
}

nav#nav-main .navbar-toggler .animated-icon span:nth-child(4) {
	top: 20px;
}

nav#nav-main .navbar-toggler:not(.collapsed) .animated-icon span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

nav#nav-main .navbar-toggler:not(.collapsed) .animated-icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

nav#nav-main .navbar-toggler:not(.collapsed) .animated-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

nav#nav-main .navbar-toggler:not(.collapsed) .animated-icon span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

/* --------------------- */
/* ----- NAV CTA'S ----- */
/* --------------------- */

@media (max-width: 1199.98px) {

	nav#nav-main .navbar-cta {
	    margin-right: 3rem;
	}

}

@media (max-width: 1399.98px) {

	nav#nav-main .navbar-cta {
		display: flex;
	    flex-wrap: wrap;
	}

	nav#nav-main .navbar-cta .navbar-nav {
		flex: 0 0 auto;
		margin-left: auto;
	}

	nav#nav-main .navbar-cta .navbar-nav .nav-item-cta {
		margin-top: .25rem;
		margin-bottom: .5rem;
		order: 2;
	}

	nav#nav-main .navbar-cta .navbar-nav .nav-item-login {
		margin: auto;
		order: 1;
	}

	nav#nav-main .navbar-cta .navbar-nav .nav-item-login .nav-link {
		padding: 0;
	}

}

@media (min-width: 1200px) {

	nav#nav-main .navbar-cta {
		order: 4;
		flex: 1;
	}

	nav#nav-main #nav-main-collapse {
		flex-grow: initial;
	}

}

@media (min-width: 1200px) and (max-width: 1399.98px) {

	nav#nav-main .navbar-cta .navbar-nav {
		flex-direction: column;
		margin-top: 0;
	}

}

@media (max-width: 767.98px) {

	nav#nav-main .navbar-cta {
		margin-right: 1.5rem;
	}

	nav#nav-main .navbar-cta .nav-item-cta {
	    margin-bottom: .25rem;
	    margin-right: .85rem;
	}

	nav#nav-main .navbar-nav .nav-item-cta .nav-link {
		font-size: 1rem;
		padding: .5rem .2rem;
		margin-left: 18px;
	}

	nav#nav-main .navbar-nav .nav-item-cta .nav-link:before {
	    left: -14px;
	}

	nav#nav-main .navbar-nav .nav-item-cta .nav-link:after {
	    right: -14px;
	    width: 18px;
	}

}

/* ------------------ */
/* ----- HEADER ----- */
/* ------------------ */

header.page-header {
	position: relative;
	padding: 3rem 0;
	background-color: #474a3f;
	color: #fff;
}

header.page-header .cover-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header.page-header .header-content {
	position: relative;
}

header.page-header .header-subtitle {
	display: block;
	font-size: 1.0625rem;
	font-weight: 400;
	margin-bottom: 1rem;
}

.header-scroll-down {
	position: absolute;
	z-index: 2;
	bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-scroll-down a {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #43b3cd;
    border-radius: 50%;
    text-decoration: none;
}

@media (min-width: 1200px) {

	header.page-header {
		padding: 5rem 0;
		color: #474a3f;
	}

	header.page-header .btn {
		margin-top: 1.5rem;
	}

	.header-scroll-down {
		bottom: -62.5px;
	}

	.header-scroll-down a {
	    font-size: 3rem;
	    width: 125px;
	    height: 125px;
	}

}

/* HEADER - SLIDER */
header.page-header .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header.page-header .slider .slick-list {
	opacity: .5;
}

header.page-header .slider .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: .75rem;
    bottom: calc(.75rem + 40px);
}

header.page-header .slider .slick-list {
	height: 100%;
}

header.page-header .slider .slick-track {
	height: 100%;
}

header.page-header .slider .slider-item {
	position: relative;
}

/* SLIDER TEXT PER SLIDE */

header.page-header.header-slider.text-per-slide {
	padding: 0;
}

header.page-header.header-slider.text-per-slide .slider {
	position: relative;
}

header.page-header.header-slider.text-per-slide .slider .slick-track {
	display: flex !important;
}

header.page-header.header-slider.text-per-slide .slider .slick-list {
	opacity: 1;
}

header.page-header.header-slider.text-per-slide .slider-item {
	height: auto !important;
}

header.page-header.header-slider.text-per-slide .cover-image-wrapper {
	opacity: .5;
}

header.page-header.header-slider.text-per-slide .slider-content {
	position: relative;
	z-index: 99;
}

@media (min-width: 1200px) {

	header.page-header .slider .slick-list {
		opacity: 1;
	}

	header.page-header .slider .slick-dots {
	    bottom: 1.5rem;
	    bottom: calc(1.5rem + 62.5px);
	}

	header.page-header.header-slider.text-per-slide .cover-image-wrapper {
		opacity: 1;
	}

}

/* HEADER - IMAGE */
header.page-header.header-image {
	padding: 3rem 0;
}

header.page-header.header-image.header-without-content {
	padding: 3rem 0;
}

header.page-header.header-image .cover-image-wrapper {
	opacity: .5;
}

header.page-header.header-image .header-content h1,
header.page-header.header-image .header-content .h1 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1;
}

@media (min-width: 1200px) {

	header.page-header.header-image {
		padding: 6rem 0;
	}

	header.page-header.header-image.header-without-content {
		padding: 6rem 0;
	}

	header.page-header.header-image .cover-image-wrapper {
		opacity: 1;
	}

}

/* HEADER - EMPTY */
/*
div.header-empty {
	display: block;
	height: 10px;
	width: 100%;
}
*/

/* ----------------------- */
/* ----- BREADCRUMBS ----- */
/* ----------------------- */

.page-breadcrumbs .btn-link {
	color: #474a3f;
}

.page-breadcrumbs .btn-link:hover {
	color: #43b3cd;
}

/*
.page-breadcrumbs {
	padding: 1.5rem 0;
	text-align: left;
	font-size: .875rem;
	border: 0 none;
}

.page-breadcrumbs .separator {
	opacity: .3;
	margin: 0 5px;
}

.page-breadcrumbs a {
	color: #474a3f;
	opacity: .5;
	font-weight: 400 !important;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.page-breadcrumbs a:hover {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.page-breadcrumbs .breadcrumb_last {
	font-weight: 700;
}
*/

/* ---------------------- */
/* ----- PAGINATION ----- */
/* ---------------------- */

.pagination {
	position: relative;
	margin-bottom: 3rem;
}

.pagination .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.pagination .nav-links {
	display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e5e5e5;
    font-size: .875rem;
}

.pagination .nav-links > * {
	padding: 1rem .75rem;
	font-weight: 400 !important;
}

.pagination .nav-links .current,
.pagination .nav-links a:hover {
	color: #43b3cd;
}

.pagination .page-numbers.prev {
    margin-right: auto;
    padding-left: 0;
}

.pagination span.page-numbers.first,
.pagination .page-numbers:first-child.current {
    margin-left: auto;
}

.pagination .nav-links .page-numbers.next {
    margin-left: auto;
    padding-right: 0;
}

/* ------------------- */
/* ----- REVIEWS ----- */
/* ------------------- */

.review-item {
	text-align: center;
}

.review-item .reviewer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-item .reviewer img {
	height: 55px;
	width: auto;
	margin-right: 1.5rem;
}

@media (min-width: 768px) {

	.review-item {
		padding: 0 9rem;
	}

}

@media (min-width: 1200px) {

	.review-item {
		padding: 0 12rem;
	}

}

/* ---------------- */
/* ----- MAIN ----- */
/* ---------------- */

main {
	position: relative;
}

@media (min-width: 992px) {

	body.single-product main > div > .container,
	body.single-service main > div > .container,
	body.single-product main > section > .container,
	body.single-service main > section > .container {
		padding-right: 240px;
	}

}

main ul:not(.fa-ul) {
	list-style: none;
	padding-left: 0;
}

main ul:not(.fa-ul) li {
	position: relative;
	margin-bottom: .5rem;
	display: flex;
}

main ul:not(.fa-ul):not(.slick-dots) li:before {
	content: '\f0da';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	display: inline-flex;
	margin-right: 11px;
	margin-left: -1px;
	color: #43b3cd;
	font-size: 16px;
}

/* ------------------- */
/* ----- SIDEBAR ----- */
/* ------------------- */

.page-sidebar {
	position: relative;
}

.page-sidebar .page-sidebar-inner {
	background-color: #f6f6f5;
	padding: 3rem 1.5rem 1px 1.5rem;
	text-align: center;
}

.page-sidebar .page-sidebar-links {
	display: flex;
    flex-wrap: wrap;
}

.page-sidebar a {
	color: #474a3f;
	font-weight: 500 !important;
	font-size: 1rem;
	margin-bottom: 3rem;
	display: inline-block;
	padding: 0 .75rem;
	text-decoration: none;
	width: 50%;
}

.page-sidebar a img {
	height: 45px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: .75rem;
}

@media (min-width: 768px) {

	.page-sidebar a {
		display: block;
		padding: 0;
		font-size: 1.1rem;
		width: 33.33%;
	}

}

@media (min-width: 992px) {

	.page-sidebar {
		position: absolute;
		top: 0;
		right: 0;
		width: 240px;
		z-index: 1;
	}

	.page-sidebar .page-sidebar-inner {
		border-radius: 4.5rem;
		padding: 6rem 1.5rem 3rem 1.5rem;
	}

	.page-sidebar a {
		display: block;
		padding: 0;
		font-size: 1.25rem;
		width: 100%;
		padding: 0 1.5rem;
	}

	.page-sidebar a img {
		height: 55px;
	}

}

/* -------------------------- */
/* ----- CONTENT BLOCKS ----- */
/* -------------------------- */

/* BLOCK - TEXT */
/* BLOCK - TEXT + IMAGE */
.block-text,
.block-text-image {
	overflow: hidden;
	width: 100%;
}

.block-text ul,
.block-text-image ul {
	padding-left: 18px;
}

ul.fa-ul {
	margin-left: 18px;
}

ul.fa-ul i {
	position: relative;
	color: #43b3cd;
	top: -2px;
	left: 2px;
}

ul.fa-ul a {
	font-weight: 300 !important;
	text-decoration: none;
	color: #48493c;
}

ul.fa-ul li {
	margin-bottom: .5rem;
}

/* BLOCK - CTA BLOB */
.block-cta-blob {
	position: relative;
	overflow: hidden;
	color: #fff;
}

.block-cta-blob .blob-image {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-cta-blob .block-content {
	position: relative;
	z-index: 1;
}

.block-cta-blob .block-content .block-content-inner {
	padding-top: 100px;
}

.block-cta-blob .btn-has-svg:hover > svg > path {
	fill: #484A40 !important;
}

@media (max-width: 991.98px) {

	.block-cta-blob .blob-image {
	    position: absolute;
	    bottom: -2px;
	    left: 50%;
	    -webkit-transform: translate(-50%,0);
	    transform: translate(-50%,0);
	    width: 100%;
	    height: 100%;
	    min-width: 800px;
	}

}

@media (min-width: 768px) {

	.block-cta-blob .block-content {
		width: 60%;
		margin: auto;
	}

}

/* BLOCK - TEXT + IMAGE */
.block-text-image {
	position: relative;
}

.block-text-image > .cover-image-wrapper {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto 3rem auto;
	padding: 0 .75rem;
	overflow: hidden;
}

.block-text-image .block--content {
	position: relative;
	z-index: 2;
}

@media (min-width: 1200px) {

	.block-text-image > .cover-image-wrapper {
		position: absolute;
		top: 0;
/*		width: 50%;*/
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.block-text-image > .cover-image-wrapper > img {
		height: 110%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}

	.block-text-image.image-position-left > .cover-image-wrapper {
		left: 0;
		padding-right: 6rem;
	}

	.block-text-image.image-position-left > .cover-image-wrapper > img {
    	border-radius: 0 350px 150px  0 / 100%;
		right: 6rem;
	}

	.block-text-image.image-position-right > .cover-image-wrapper {
		right: 0;
		padding-left: 6rem;
	}

	.block-text-image.image-position-right > .cover-image-wrapper > img {
    	border-radius: 350px 0 0 150px / 100%;
		left: 6rem;
	}

}

/* BLOCK - TEXT COLUMNS */
.block-text-columns {
	overflow: hidden;
	width: 100%;
}

/* BLOCK - PAGE HEADING */
.block-page-heading .heading-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.block-page-heading .heading-wrapper .icon-wrapper {
	flex: 0 0 100%;
	margin-bottom: 1.5rem;
}

.block-page-heading .heading-wrapper .icon-wrapper + * {
	flex: 0 0 100%;
}

.block-page-heading .heading-wrapper img {
	height: 35px;
	width: auto;
}

@media (min-width: 576px) {

	.block-page-heading .heading-wrapper .icon-wrapper + * {
		flex: 1;
	}

	.block-page-heading .heading-wrapper .icon-wrapper {
		flex: 0 0 auto;
		/*margin-bottom: 0;*/
	}

}

@media (min-width: 768px) {

	.block-page-heading .heading-wrapper img {
		height: 55px;
	}

}

@media (min-width: 1200px) {

	.block-page-heading .heading-wrapper img {
		height: 70px;
	}

}

/* BLOCK - IMAGES */
.block-images .cover-image-wrapper {
    height: 100%;
}

/* BLOCK - REVIEW SLIDER */
.block-review-slider  {
	overflow: hidden;
	width: 100%;
}

.block-review-slider .slider .slick-dots {
	margin-top: 1.5rem;
}

.block-review-slider .slick-arrow > i {
	font-size: 3rem;
}

/* BLOCK - PAGE LINKS */
.block-page-links a {
	display: block;
	text-decoration: none;
	color: #474a3f;
}

.block-page-links a:hover {
	color: #43b3cd;
}

.block-page-links .icon-wrapper img {
	height: 55px;
	width: auto;
	display: block;
}

@media (max-width: 576px ) {

	.block-page-links .h4 {
		overflow-wrap: break-word;
	}

}

@media (min-width: 1200px) {

	.block-page-links .icon-wrapper img {
		height: 100px;
	}

}

/* BLOCK - APPOINTMENT */
.block-appointment .appointment-contact {
	display: flex;
	flex-wrap: wrap;
}

.block-appointment .appointment-contact img {
    order: 1;
    height: 55px;
    width: auto;
    margin-bottom: 0.5rem;
    flex: 0 0 auto;
    margin-right: 1.5rem;
}

.block-appointment .appointment-contact span {
	order: 3;
	flex: 0 0 100%;
}

.block-appointment .appointment-contact p {
	order: 2;
	flex: 1;
}

.block-appointment .appointment-contact div {
	order: 2;
	flex: 1;
}

/* BLOCK - BLOG */
/* BLOCK - PORTFOLIO */
a.blog-item,
a.portfolio-item {
    color: #474a3f;
    text-decoration: none;
}

.blog-item .cover-image-wrapper,
.portfolio-item .cover-image-wrapper {
	height: 0;
	padding-top: 57%;
	width: 100%;
	overflow: hidden;
}

.blog-item .cover-image-wrapper > img,
.portfolio-item .cover-image-wrapper > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-item:hover .cover-image-wrapper > img,
.portfolio-item:hover .cover-image-wrapper > img {
	width: 120%;
	height: 120%;
}

a.blog-item .btn-link,
a.portfolio-item .btn-link {
    color: #474a3f;
    text-decoration: none;
}

a.blog-item:hover .btn-link,
a.portfolio-item:hover .btn-link{
    color: #43b3cd;
}

/* BLOCK - CONTACT FORM */
.block-contact-form .sidebar-title {
	font-size: 1.6rem;
}

/* BLOCK - STEPS */
.block-steps .block--inner {
	position: relative;
	padding-left: 2rem;
	border-left: 3px solid #e0e0e0;
}

.block-steps .block--inner .block--item {
	position: relative;
	margin-bottom: 2rem;
	opacity: .5;
	cursor: pointer;
	transition: opacity 0.5s ease;
}

.block-steps .block--inner .block--item::before {
	content: attr(data-step);
	position: absolute;
	left: calc(-2.75rem - 1px);
	top: 0px;
	background-color: #6cc24a;
	color: white;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: bold;
}

.block-steps .block--inner .block--item .block--item-title {
	font-weight: 700;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}

.block-steps .block--inner .block--item.active,
.block-steps .block--inner .block--item:hover {
	opacity: 1;
}

.block-steps .block--inner .block--item.active .block--item-title {
	max-height: 100px;
	opacity: 1;
}

.block-steps .cover-image-wrapper {
	position: relative;
}

.block-steps .cover-image-wrapper .arrow {
	display: none;
	position: absolute;
	top: 175px;
	right: -50px;
	width: 113px;
	height: 76px;
}

@media (min-width: 768px) {

	.block-steps .block--inner .block--item::before {
		top: 6px;
	}

}

@media (min-width: 992px) {

	.block-steps .cover-image-wrapper .arrow {
		display: block;
	}

}

@media (min-width: 1200px) {

	.block-steps .block--inner .block--item::before {
		top: 11px;
	}

	.block-steps .cover-image-wrapper .arrow {
		top: 190px;
		right: -20px;
	}

}

@media (min-width: 1400px) {

	.block-steps .cover-image-wrapper .arrow {
		top: 240px;
		right: -20px;
	}

}

/* ---------------------- */
/* ----- PAGE POPUP ----- */
/* ---------------------- */

.page-popup-wrapper {
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	margin: 0 1.5rem;
}

.page-popup {
	display: none;
	padding: 2rem 2rem 1px 2rem;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	font-size: .9rem;
	line-height: 1.2;
	width: 100%;
	max-width: 340px;
}

.page-popup .page-popup-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.page-popup .page-popup-header .page-popup-title {
	flex: 1;
	font-size: 1.2rem;
}

.page-popup .page-popup-header button {
	margin-left: 1rem;
	border: 0 none;
	background-color: transparent;
	color: #fff;
}

/*
.page-popup .btn:not(.btn-link):hover {
	background-color: #7FDD74 !important;
}
*/

.page-popup .btn:not(.btn-link):hover:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %237FDD74;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m18.46,0c-5.45,0-9.89,1.53-13.32,4.58S0,12.57,0,19.42c-.02,3.59.6,7.16,1.82,10.54.97,2.84,2.29,5.54,3.93,8.04h12.71'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
}

.page-popup .btn:not(.btn-link):hover:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.46 38'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %237FDD74;%7d %3c/style%3e%3c/defs%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cg id='button'%3e%3cpath id='Path_205' data-name='Path 205' class='cls-1' d='m0,38c5.45,0,9.89-1.53,13.32-4.58s5.14-8,5.15-14.84c.02-3.59-.6-7.16-1.82-10.54-.97-2.84-2.29-5.54-3.93-8.04H0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.page-popup .btn:not(.btn-link):hover > svg > path {
	fill: #7FDD74 !important;
}

.page-popup-toggle {
	display: none;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	border: 0 none;
    padding: .5rem 1.5rem .25rem 1.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

@media (min-width: 768px) {

	.page-popup {
		font-size: 1rem;
		line-height: 1.4;
	}

	.page-popup .page-popup-header .page-popup-title {
		font-size: 1.5rem;
	}

}

/* ------------------ */
/* ----- FOOTER ----- */
/* ------------------ */

footer a {
    text-decoration: none;
}

footer ul {
	list-style: none;
	padding-left: 0;
}

footer ul li {
	line-height: 1.1;
}

footer ul li a {
	font-family: 'Baloo 2', cursive;
	font-size: 1.5rem;
    font-weight: 700;
}

footer ul li a:hover {
	color: #43b3cd;
}

footer .contact-links a {
	font-family: 'Poppins', sans-serif;
	font-size: 1.0625rem;
	font-weight: 300 !important;
	display: block;
	margin-bottom: .5rem;
}

footer .contact-links a:hover {
	color: #43b3cd;
}

footer .contact-links a img {
	height: 20px;
	width: auto;
}

footer .contact-links a .contact-links-img-wrapper {
	display: inline-block;
	min-width: 35px;
}

footer .social-buttons img {
	height: 32px;
	width: auto;
}

footer .footer-logo {
	display: flex;
	height: 100%;
	align-items: end;
}

footer .footer-logo img {
	margin-bottom: 1.5rem;
	width: 140px;
	max-width: 100%;
	height: auto;
}

@media (min-width: 992px) {

	footer ul li a {
		font-size: 2.5rem;
	}

	footer .contact-links a {
		font-size: 1.4375rem;
	}

	footer .contact-links a img {
		height: 29px;
	}

	footer .contact-links a .contact-links-img-wrapper {
		min-width: 50px;
	}

	footer .social-buttons img {
		height: 40px;
	}

	footer .footer-logo img {
		width: 238px;
	}

}