@font-face {
	font-family: 'Raleway';
	font-weight: 300;
	font-display: swap;
	src: url('/fonts/Raleway-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-weight: 500;
	font-display: swap;
	src: url('/fonts/Raleway-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-weight: 600;
	font-display: swap;
	src: url('/fonts/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/Raleway-Bold') format('truetype');
}

html {
	font-size: 16px;
}
@media (min-width: 541px) {
	html {
		font-size: 16px;
	}
}
@media (min-width: 981px) {
	html {
		font-size: 16px;
	}
}
body {
	color: #403F4B;
	font-size: 1rem;
	line-height: 165%;
	font-weight: 400;
	font-family: 'Raleway', Arial, Helvetica, Myriad Pro, sans-serif;
	margin: 0;
}
* {
	box-sizing: border-box;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

a.button {
	display: inline-block;
	background-color: #006E5F;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	min-width: 184px;
	padding: 1.2rem 2rem;
	font-size: 0.875rem;
	letter-spacing: 1px;
}
a.button:hover {
	text-decoration: none;
	background-color: #78C8D2;
}


p {
	margin: 0 0 1.2rem 0;
}
p:last-child {
	margin-bottom: 0;
}

p.big-uppercase {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	line-height: 140%;
}
@media (min-width: 981px) {
	p.big-uppercase {
		font-size: 1.5rem;
		letter-spacing: 0.3rem;
	}
}
p.big {
	font-size: 1.1rem;
	line-height: 140%;
}
@media (min-width: 769px) {
	p.big {
		font-size: 1.2rem;
	}
}
@media (min-width: 981px) {
	p.big {
		font-size: 1.5rem;
	}
}

img {
	max-width: 100%;
	margin-bottom: 1.5rem;
}
img:last-child {
	margin-bottom: 0;
}

h1 {
	color: #3C3C3C;
	font-weight: 400;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	line-height: 120%;
	margin: 0 0 2rem 0;
}
@media (min-width: 769px) {
	h1 {
		font-size: 1.9rem;
		letter-spacing: 0.4rem;
		margin: 0 0 2rem 0;
	}
}
@media (min-width: 981px) {
	h1 {
		font-size: 2.25rem;
		letter-spacing: 0.5rem;
		margin: 0 0 2rem 0;
	}
}
h2 {
	color: #3C3C3C;
	font-weight: 400;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	line-height: 120%;
	margin: 0 0 2rem 0;
}
@media (min-width: 769px) {
	h2 {
		font-size: 1.9rem;
		letter-spacing: 0.4rem;
		margin: 0 0 2rem 0;
	}
}
@media (min-width: 981px) {
	h2 {
		font-size: 2.25rem;
		letter-spacing: 0.5rem;
		margin: 0 0 2rem 0;
	}
}

.center {
	text-align: center;
}

.space-1 {
	width: 100%;
	height: 1rem;
}
.space-2 {
	width: 100%;
	height: 1.5rem;
}
.space-5 {
	width: 100%;
	height: 3rem;
}
.space-11 {
	width: 100%;
	height: 6rem;
}
.decoration-none {
	text-decoration: none !important;
}

@media (min-width: 769px) {
	.space-2 {
		width: 100%;
		height: 2rem;
	}
	.space-5 {
		width: 100%;
		height: 5rem;
	}
	.space-11 {
		width: 100%;
		height: 11rem;
	}
}

.logo-index {
	width: 300px;
	max-width: 100%;
	margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
	.logo-index {
		width: 406px;
	}
}

.logo {
	width: 120px;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
@media (min-width: 768px) {
	.logo {
		width: 180px;
	}
}
.logo img {
	display: block;
}

.toggle-menu {
	width: 30px;
	height: 26px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 1.5rem 0 0;
	position: relative;
}
.toggle-menu.opened {
	border-color: transparent;
}
.toggle-menu:after {
	content: '';
	width: 30px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background-color: #000;
	transition: transform 0.3s;
}
.toggle-menu.opened:after {
	transform: translate(0,-50%) rotate(45deg);
}
.toggle-menu:before {
	content: '';
	width: 30px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background-color: #000;
	transition: transform 0.3s;
}
.toggle-menu.opened:before {
	transform: translate(0,-50%) rotate(-45deg);
}

@media (min-width: 1201px) {
	.toggle-menu {
		display: none;
	}
}

.navigation {
	margin: 0;
	padding: 0;
	list-style: 0;
}

@media (max-width: 1200px) {
	.navigation {
		position: fixed;
		top: 115px;
		left: 0;
		height: calc(100vh - 115px);
		background-color: #f4f4f4;
		padding: 2rem;
		transform: translate(-100%,0);
		transition: transform 1s;
		overflow-y: auto;
	}
	.navigation.opened {
		transform: translate(0,0);
	}
	.navigation li {
		display: block;
		margin: 0;
	}
}
@media (max-width: 768px) {
	.navigation {
		top: 82px;
		height: calc(100vh - 82px);
	}
}
@media (min-width: 1201px) {
	.navigation li {
		display: inline-block;
		margin: 0 1rem 0 0;
	}
	.navigation li:last-child {
		margin: 0;
	}
}
@media (min-width: 1261px) {
	.navigation li {
		margin: 0 2rem 0 0;
	}
}
@media (min-width: 1367px) {
	.navigation li {
		margin: 0 3rem 0 0;
	}
}
@media (min-width: 1601px) {
	.navigation li {
		margin: 0 5rem 0 0;
	}
	.navigation li:last-child {
		margin: 0 2rem 0 0;
	}
}

.navigation li a {
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	color: #403F4B;
	padding: 15px 0;
	display: block;
}
.navigation li a:hover {
	text-decoration: none;
	color: #006E5F;
}
.section-flex-header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 100vh;
}
.section-flex-header > div:first-child {
	width: 100%;
}
@media (min-width: 768px) {
	.section-flex-header > div:first-child {
		width: 45%;
	}
}
@media (min-width: 981px) {
	.section-flex-header > div:first-child {
		width: 39%;
	}
}
.section-flex-header > div:first-child .inner {
	padding: 3rem 3rem 6rem 3rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	background-color: rgba(0,110,95,0.05)
}
@media (min-width: 769px) {
	.section-flex-header > div:first-child .inner {
		padding: 5rem 3rem 10rem 3rem;
	}
}
@media (min-width: 1367px) {
	.section-flex-header > div:first-child .inner {
		padding: 5rem 2rem 10rem 5.5rem;
	}
}
.section-flex-header > div:last-child {
	width: 100%;
}
@media (min-width: 768px) {
	.section-flex-header > div:last-child {
		width: 55%;
	}
}
@media (min-width: 981px) {
	.section-flex-header > div:last-child {
		width: 61%;
	}
}
.section-flex-header > div:last-child > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-flex-header .description {
	font-size: 1.2rem;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	margin: 0 0 3rem 0;
	line-height: 120%;
	color: #3C3C3C;
}
@media (min-width: 541px) {
	.section-flex-header .description {
		font-size: 1.4rem;
		letter-spacing: 0.3rem;
	}
}
@media (min-width: 981px) {
	.section-flex-header .description {
		font-size: 1.6rem;
		letter-spacing: 0.3rem;
	}
}
@media (min-width: 1367px) {
	.section-flex-header .description {
		font-size: 1.9rem;
		letter-spacing: 0.4rem;
	}
}
@media (min-width: 1881px) {
	.section-flex-header .description {
		font-size: 2.25rem;
		letter-spacing: 0.5rem;
	}
}
@media (max-width: 1880px) {
	.section-flex-header .description br {
		display: none;
	}
}

.section-flex-header-2 {
	padding: 1.5rem 1.5rem;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
@media (min-width: 768px) {
	.section-flex-header-2 {
		padding: 2rem 3rem;
	}
}

.image-header {
	width: 100%;
	height: 160px;
	margin-top: 82px;
}
@media (min-width: 769px) {
	.image-header {
		height: 250px;
		margin-top: 115px;
	}
}
@media (min-width: 981px) {
	.image-header {
		height: 330px;
	}
}
.image-header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text-image {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 3rem 0 0 0;
	max-width: 1920px;
	margin: 0 auto;
}
.text-image > div:first-child {
	width: 100%;
	padding: 0 2rem 2rem 1rem;
	order: 1;
}
.text-image > div:last-child {
	width: 100%;
	order: 2;
}

.image-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 3rem 0 0 0;
	max-width: 1920px;
	margin: 0 auto;
}
.image-text > div:first-child {
	width: 100%;
	order: 2;
}
.image-text > div:last-child {
	width: 100%;
	padding: 0 2rem 2rem 1rem;
	order: 1;
}

@media (min-width: 981px) {
	.text-image,
	.image-text{
		padding: 5rem 0 0 0;
	}
	.text-image > div:first-child {
		width: 57.5%;
		padding: 0 4rem 0 2rem;
		order: 1;
	}
	.text-image > div:last-child {
		width: 42.5%;
		order: 2;
	}
	.image-text > div:first-child {
		width: 42.5%;
		order: 1;
	}
	.image-text > div:last-child {
		width: 57.5%;
		padding: 0 4rem 0 2rem;
		order: 2;
	}
}

@media (min-width: 1367px) {
	.text-image,
	.image-text{
		padding: 7rem 0 0 0;
	}
	.text-image > div:first-child {
		padding: 0 10rem 0 5.5rem;
	}
	.image-text > div:last-child {
		padding: 0 10rem 0 5.5rem;
	}
}

@media (min-width: 1651px) {
	.text-image,
	.image-text {
		padding: 9rem 0 0 0;
	}
	.text-image > div:first-child {
		padding: 0 15rem 0 8rem;
	}
	.image-text > div:last-child {
		padding: 0 15rem 0 8rem;
	}
}


.padding-default {
	padding: 2rem 1rem;
}
@media (min-width: 769px) {
	.padding-default {
		padding: 3rem 1rem;
	}
}
@media (min-width: 981px) {
	.padding-default {
		padding: 3rem 2rem;
	}
}
.padding-large {
	padding: 4rem 1rem 4rem 1rem;
}
@media (min-width: 769px) {
	.padding-large {
		padding: 5rem 1rem 5rem 1rem;
	}
}
@media (min-width: 981px) {
	.padding-large {
		padding: 10rem 2rem 9rem 2rem;
	}
}

.section-inner {
	
}
.width-extrasmall {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.width-small {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.width-default {
	max-width: 1438px;
	margin-left: auto;
	margin-right: auto;
}
.width-full {
	max-width: 1818px;
	margin-left: auto;
	margin-right: auto;
}
.color-primary {
	background-color: #006E5F;
	color: #fff;
}
.color-primary a.button {
	background-color: #fff;
	color: #006E5F;
}
.color-primary .button:hover {
	background-color: #78C8D2;
	color: #fff;
}
.graphic-1 {
	background-image: url('/images/graphic-1.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.graphic-2 {
	background-image: url('/images/graphic-2.svg');
	background-repeat: no-repeat;
	background-position: center calc(100% + 9.5em);
}

.col-2 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
	width: calc(100% + 2rem);
}
.col-2 > div {
	width: 100%;
	padding: 1rem;
}
@media (min-width: 769px) {
	.col-2 > div:first-child {
		width: 40%;
		padding: 1rem;
	}
	.col-2 > div:last-child {
		width: 60%;
		padding: 1rem;
	}
}

.col-3 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
	width: calc(100% + 2rem);
}
.col-3 > div {
	width: 100%;
	padding: 0 1rem 2rem 1rem;
}
@media (min-width: 769px) {
	.col-3 > div {
		width: 33.33%;
	}
}

.services-list-title {
	padding: 0 1rem;
	text-align: left;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #42404B;
	letter-spacing: 0.2rem;
	line-height: 150%;
}
@media (min-width: 981px) {
	.services-list-title {
		padding: 0 2rem;
		font-size: 1.25rem;
		letter-spacing: 0.3rem;
	}
}
@media (min-width: 1337px) {
	.services-list-title {
		padding: 0 4rem;
	}
}

input {
	width: 100%;
	border: 1px solid #006E5F;
	padding: 0 2rem;
	height: 3.5rem;
	font-size: 16px;
	margin: 0 0 1.5rem 0;
	font-family: 'Raleway', Arial, Helvetica, Myriad Pro, sans-serif;
}
@media (min-width: 769px) {
	input {
		height: 5rem;
	}
}
textarea {
	width: 100%;
	border: 1px solid #006E5F;
	padding: 1rem 2rem;
	height: 10rem;
	font-size: 16px;
	font-family: 'Raleway', Arial, Helvetica, Myriad Pro, sans-serif;
	margin: 0 0 1.5rem 0;
}
@media (min-width: 769px) {
	textarea {
		padding: 2rem 2rem;
		height: 15rem;
	}
}
button {
	display: inline-block;
	background-color: #006E5F;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	min-width: 184px;
	padding: 1.2rem 2rem;
	font-size: 0.875rem;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
}
button:hover {
	background-color: #78C8D2;
}

.logo-footer img {
	width: 200px;
	margin: 0 0 2.5rem 0;
}
@media (min-width: 981px) {
	.logo-footer img {
		width: 312px;
		margin: 0 0 3.5rem 0;
	}
}

footer {
	padding-bottom: 1.5rem !important;
}

footer a {
	color: #403F4B;
}

footer .title {
	margin: 1.5rem 0 2rem 0;
	font-size: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
}
@media (min-width: 541px) {
	footer .title {
		margin: 2.5rem 0 2rem 0;
	}
}

footer hr {
	width: calc(100% + 2rem);
	margin: 2rem -1rem 1.2rem -1rem;
	border: none;
	border-top: 1px solid #ddd;
}
@media (min-width: 981px) {
	footer hr {
		width: calc(100% + 4rem);
		margin: 4rem -2rem 1.2rem -2rem;
	}
}

footer .social {
	margin: 0.3rem 1.5rem 0 1.5rem;
	display: inline-block;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
	margin: 0 0 0.5rem 0;
}
footer ul li:last-child {
	margin-bottom: 0;
}

.col-footer {
	display: flex;
	margin-left: -1rem;
	margin-right: -1rem;
	width: calc(100% + 2rem);
}
.col-footer > div {
	width: 33.33%;
	padding: 0 1rem 1rem 1rem;
}
.col-footer > div:last-child {
	text-align: right;
}

@media (max-width: 980px) {
	.col-footer {
		flex-wrap: wrap;
	}
	.col-footer > div:nth-child(1) {
		order: 2;
		width: 50%;
	}
	.col-footer > div:nth-child(2) {
		order: 1;
		width: 100%;
	}
	.col-footer > div:nth-child(3) {
		order: 3;
		width: 50%;
	}
}

@media (max-width: 540px) {
	.col-footer {
		flex-wrap: wrap;
	}
	.col-footer > div {
		text-align: center !important;
		width: 100% !important;
	}
	.col-footer > div:nth-child(1) {
		order: 3;
	}
	.col-footer > div:nth-child(2) {
		order: 1;
	}
	.col-footer > div:nth-child(3) {
		order: 2;
	}
}

.alert {
	margin: 0 0 1.5rem 0;
	padding: 0.7rem 2rem;
}

.alert-success {
	border: 1px  solid #006E5F;
	color: #006E5F;
	background-color: rgba(0,110,95,0.2);
}

.alert-danger {
	border: 1px  solid #dd0202;
	color: #dd0202;
	background-color: rgba(220,2,2,0.2);
}

.color-primary {
	background-color: #006E5F;
	color: #fff;
}
.grecaptcha-badge {
	display: none;
}