@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:regular,700,900");

: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", "Liberation 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;
}

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

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

.figure {
	display: inline-block;
}

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

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

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

a>code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1440px;
	}
}

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

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

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

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

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

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

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

	.order-sm-first {
		order: -1;
	}

	.order-sm-last {
		order: 13;
	}

	.order-sm-0 {
		order: 0;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}

	.order-sm-5 {
		order: 5;
	}

	.order-sm-6 {
		order: 6;
	}

	.order-sm-7 {
		order: 7;
	}

	.order-sm-8 {
		order: 8;
	}

	.order-sm-9 {
		order: 9;
	}

	.order-sm-10 {
		order: 10;
	}

	.order-sm-11 {
		order: 11;
	}

	.order-sm-12 {
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

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

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

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

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

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

	.order-md-first {
		order: -1;
	}

	.order-md-last {
		order: 13;
	}

	.order-md-0 {
		order: 0;
	}

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

	.order-md-4 {
		order: 4;
	}

	.order-md-5 {
		order: 5;
	}

	.order-md-6 {
		order: 6;
	}

	.order-md-7 {
		order: 7;
	}

	.order-md-8 {
		order: 8;
	}

	.order-md-9 {
		order: 9;
	}

	.order-md-10 {
		order: 10;
	}

	.order-md-11 {
		order: 11;
	}

	.order-md-12 {
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

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

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

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

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

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

	.order-lg-first {
		order: -1;
	}

	.order-lg-last {
		order: 13;
	}

	.order-lg-0 {
		order: 0;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.order-lg-7 {
		order: 7;
	}

	.order-lg-8 {
		order: 8;
	}

	.order-lg-9 {
		order: 9;
	}

	.order-lg-10 {
		order: 10;
	}

	.order-lg-11 {
		order: 11;
	}

	.order-lg-12 {
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

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

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

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

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

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

	.order-xl-first {
		order: -1;
	}

	.order-xl-last {
		order: 13;
	}

	.order-xl-0 {
		order: 0;
	}

	.order-xl-1 {
		order: 1;
	}

	.order-xl-2 {
		order: 2;
	}

	.order-xl-3 {
		order: 3;
	}

	.order-xl-4 {
		order: 4;
	}

	.order-xl-5 {
		order: 5;
	}

	.order-xl-6 {
		order: 6;
	}

	.order-xl-7 {
		order: 7;
	}

	.order-xl-8 {
		order: 8;
	}

	.order-xl-9 {
		order: 9;
	}

	.order-xl-10 {
		order: 10;
	}

	.order-xl-11 {
		order: 11;
	}

	.order-xl-12 {
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

::-moz-placeholder {
	opacity: 1;
}

:-ms-input-placeholder {
	opacity: 1;
}

::placeholder {
	opacity: 1;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

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

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Proxima-Nova", sans-serif;
}

input,
button,
textarea {
	font-family: "Proxima-Nova", sans-serif;
}

input::-ms-clear {
	display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: none;
	padding: 0px 0px;
}

button {
	cursor: pointer;
}

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

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

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

@font-face {
	font-family: 'Proxima-Nova';
	src: url("../fonts/ProximaNova-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima-Nova';
	src: url("../fonts/ProximaNova-Bold.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body {
	color: #707070;
	font-size: 16px;
}

body.lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.main {
	flex: 1 1 auto;
}

.input {
	display: block;
	width: 100%;
	border-radius: 25px;
	padding: 0px 20px;
	outline: none;
}

.btn {
	position: relative;
	display: inline-block;
	padding: 10px 30px 10px;
	font-size: 17px;
	line-height: calc(21 / 17);
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.3s ease;
	border-width: 1px;
	border-style: solid;
}

.btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.btn:hover:before {
	width: 100%;
	opacity: 1;
}

.btn span {
	position: relative;
	z-index: 1;
}

.btn-white {
	color: #fff;
	border-color: #fff;
}

.btn-white:hover:before {
	background-color: #fff;
}

.btn-white:hover {
	color: #01429B;
}

.btn-primary {
	color: #01429B;
	border-color: #01429B;
}

.btn-primary:hover:before {
	background-color: #01429B;
}

.btn-primary:hover {
	color: #fff;
}

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

.btn-secondary:hover:before {
	background-color: #01429B;
}

.btn-secondary:hover {
	color: #fff;
	border-color: #fff;
}

button {
	background-color: #fff;
}

.title {
	font-size: 26px;
	font-weight: 900;
	font-family: 'Nunito Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.subtitle {
	font-size: 28px;
	line-height: calc(32 / 28);
	font-weight: 900;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
}

@media (max-width: 575.98px) {
	.subtitle {
		font-size: 21px;
	}
}

.subtitle+.subtitle {
	margin-top: 20px;
}

.text-white {
	color: #fff;
}

.text-primary {
	color: #01429B;
}

.text-secondary {
	color: #E8641A;
}

.bg-primary {
	background-color: #01429B;
}

.bg-white {
	background-color: #fff;
}

.max-width-400 {
	max-width: 400px;
}

@media (max-width: 1200.98px) {
	.max-width-400 {
		max-width: 100%;
	}
}

.quote__btn {
	display: flex;
	align-items: center;
	padding: 20px;
	margin-top: 55px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #01429B;
	line-height: calc(24 / 20);
	width: 100%;
	transition: all .3s ease;
}

.quote__btn i {
	padding-right: 5px;
	font-style: normal;
}

.quote__btn p {
	font-size: 24px;
	line-height: calc(32 / 24);
	text-transform: uppercase;
}

@media (max-width: 1200.98px) {
	.quote__btn {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	.quote__btn {
		font-size: 16px;
	}
}

.quote__btn:hover {
	background-color: #013986;
}

.quote__btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	border-radius: 50%;
	width: 100%;
	max-width: 40px;
	height: 40px;
	border: 1px solid #fff;
	transition: all .3s ease;
	margin-left: auto;
}

.quote__btn:hover span {
	transform: rotate(45deg);
}

@media (max-width: 575.98px) {
	.quote__btn span {
		display: none;
	}
}

.more__btn {
	display: block;
	margin: 100px auto 0;
}

.more__btn.d-none {
	display: none;
}

.tabs {
	margin-top: 60px;
}

@media (max-width: 1200.98px) {
	.tabs-nav {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px;
	}
}

@media (max-width: 575.98px) {
	.tabs-nav {
		grid-template-columns: 1fr 1fr;
	}
}

.tabs-nav__testimonials.active,
.tabs-nav__item.active {
	background-color: #01429B;
	color: #fff;
}

.tabs-nav__testimonials,
.tabs-nav__item {
	margin: 0px 20px 10px 0px;
	background-color: #fff;
}

@media (max-width: 1200.98px) {

	.tabs-nav__testimonials,
	.tabs-nav__item {
		margin: 0;
	}
}

.tab__pane .row {
	margin-top: -30px;
}

.tab__pane .row>[class*='col'] {
	margin-top: 30px;
}

.caption {
	position: relative;
	padding-top: 50px;
}

.caption:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	border-top: 20px solid #e8641a;
}

@media (max-width: 575.98px) {
	.caption:before {
		width: 100%;
	}
}

.caption__text {
	max-width: 560px;
	line-height: calc(24 / 16);
	margin-top: 30px;
}

.slick-slider {
	position: relative;
}

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

.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slick-slider .slick-track {
	position: relative;
}

.slick-slider .slick-slide {
	position: relative;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	text-indent: -10000px;
	position: absolute;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	transition: all .2s ease-out;
	z-index: 1;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768.98px) {

	.slick-slider .slick-prev,
	.slick-slider .slick-next {
		width: 45px;
		height: 45px;
		background-size: 15px;
	}
}

.slick-slider .slick-prev {
	background-image: url("../img/icons/arrow-left.svg");
	transform: translateY(-50%);
}

.slick-slider .slick-next {
	background-image: url("../img/icons/arrow-left.svg");
	transform: translateY(-50%) rotate(180deg);
}

.slick-slider .slick-dots {
	display: flex;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.slick-slider .slick-dots li {
	margin: 0 5px;
}

.slick-slider .slick-dots li button {
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

.header {
	position: relative;
	z-index: 2;
}

.header__fixed {
	background-color: #E8641A;
	top: -200px;
	transition: top 1s;
	height: 115px;
}

.header.active .header__fixed {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 80px;
}

.header.active .header__fixed-placeholder {
	display: block;
	height: 80px;
}

.header__fixed-placeholder {
	display: none;
	height: 115px;
}

.header__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 115px;
	padding-bottom: 10px;
}

.header.active .header__content {
	min-height: 80px;
	padding-bottom: 0;
	justify-content: center;
}

@media (max-width: 991.98px) {
	.header__content {
		justify-content: center;
		padding-bottom: 0;
	}
}

.header__info {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
	color: #01429B;
	text-transform: uppercase;
}

.header.active .header__info {
	display: none;
}

@media (max-width: 1380.98px) {
	.header__info {
		font-size: 16px;
	}
}

@media (max-width: 1200.98px) {
	.header__info {
		font-size: 13px;
	}
}

@media (max-width: 991.98px) {
	.header__info {
		display: none;
	}
}

.header__menu {
	width: 100%;
	max-width: 1110px;
}

@media (max-width: 1380.98px) {
	.header__menu {
		max-width: 925px;
	}
}

@media (max-width: 1200.98px) {
	.header__menu {
		max-width: 750px;
	}
}

.header.active .header__logo {
	width: 80px;
	height: 80px;
}

.header.active .header__logo img {
	width: 60px;
	height: 50px;
}

.header__logo {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #01429B;
	z-index: 10;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 230px;
}

@media (max-width: 1200.98px) {
	.header__logo {
		width: 115px;
		height: 115px;
	}
}

@media (max-width: 768.98px) {
	.header__logo {
		background-color: transparent;
		top: 50%;
		transform: translateY(-50%);
	}
}

.header__logo img {
	width: 171px;
	height: 144px;
}

@media (max-width: 1200.98px) {
	.header__logo img {
		width: 100px;
		height: 80px;
	}
}

@media (max-width: 991.98px) {
	.header__logo img {
		width: 100px;
		height: 80px;
	}

	.menu__body {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background-color: #E8641A;
		padding: 120px 30px 30px 30px;
		transition: right 0.3s ease 0s;
		overflow: auto;
		z-index: 2;
	}

	.menu__body.active {
		right: 0;
	}

	.menu__body.active:before {
		background-color: #E8641A;
	}

	.menu__body:before {
		content: "";
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 80px;
		z-index: 20;
	}
}

.menu__list {
	position: relative;
}

@media (min-width: 991.98px) {
	.menu__list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.menu__list>li {
	display: flex;
	align-items: center;
}


@media (max-width: 991.98px) {
	.menu__list>li {
		flex-wrap: wrap;
		margin: 0px 0px 30px 0px;
	}

	.menu__list>li.active .sub-menu {
		display: block;
	}
}

.menu__list>li>a {
	position: relative;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
	padding: 23px 0;
	cursor: pointer;
}

@media (max-width: 1380.98px) {
	.menu__list>li>a {
		font-size: 16px;
	}
}

@media (max-width: 1200.98px) {
	.menu__list>li>a {
		font-size: 13px;
	}
}

@media (max-width: 991.98px) {
	.menu__list>li>a {
		font-size: 18px;
	}
}

.menu__list .current-menu-item a:after {
	content: '';
	position: absolute;
	left: 0;
	border-bottom: 3px solid #fff;
	width: 100%;
}

.menu__arrow {
	position: relative;
}

.menu__arrow:before {
	content: '';
	background-image: url("../img/icons/arrow-down.svg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 7px;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
	cursor: pointer;
}

.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px 0;
	-moz-column-count: 3;
	column-count: 3;
	width: 100%;
	z-index: 10;
}

@media (min-width: 1280.98px) {
	.header.active .sub-menu {
		top: 71px;
	}
}

.sub-menu:after,
.sub-menu:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

.sub-menu:before {
	right: 0;
}

@media (max-width: 991.98px) {
	.sub-menu:before {
		right: -30px;
	}
}

.sub-menu:after {
	left: 0;
}

@media (max-width: 991.98px) {
	.sub-menu:after {
		left: -30px;
	}
}

.sub-menu li+li {
	margin-top: 20px;
}

.sub-menu li a {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	color: #707070;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.sub-menu li a:hover {
	color: #E8641A;
}

@media (max-width: 1380.98px) {
	.sub-menu li a {
		font-size: 16px;
	}
}

@media (max-width: 1200.98px) {
	.sub-menu li a {
		font-size: 13px;
	}
}

@media (max-width: 575.98px) {
	.sub-menu li:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 991.98px) {
	.sub-menu {
		transform: translate(0px, 10%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: all 0.3s ease 0s;
	}
}

@media (max-width: 991.98px) {
	.sub-menu {
		position: relative;
		background-color: #fff;
		flex: 1 1 100%;
		margin: 20px 0px 0px 0px;
		display: none;
		top: 0;
	}

	.sub-menu li a {
		color: #707070;
		font-size: 16px;
		line-height: calc(22/ 16);
	}
}

@media (max-width: 575.98px) {
	.sub-menu {
		-moz-column-count: 1;
		column-count: 1;
	}
}

body.pc .menu__list>li>a:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 0;
	height: 3px;
	background-color: #fff;
	transition: all 0.35s ease;
}

body.pc .menu__list>li>a:hover:before {
	width: 100%;
}

body.pc .menu__list>li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
	pointer-events: all;
}

body.pc .menu__list>li:hover a:before {
	width: 100%;
}

body.pc .menu__list .current-menu-item a:after {
	bottom: 15px;
}

@media (min-width: 991.98px) {
	body.touch .header__content {
		padding-bottom: 35px;
	}

	body.touch .sub-menu {
		top: 48px;
	}
}

body.touch .header__info {
	padding-bottom: 25px;
}

body.touch .menu__list .current-menu-item a:after {
	bottom: -10px;
}

body.touch .menu__list>li>a {
	padding: 0;
}

body.touch .menu__link {
	flex: 1 1 auto;
}

body.touch .menu__arrow:before {
	content: none;
}

body.touch .menu__arrow {
	display: block;
	width: 0;
	height: 0;
	margin: 0px 0px 0px 10px;
	transition: transform 0.3s ease 0s;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	cursor: pointer;
}

body.touch .menu__list>li.active .menu__arrow {
	transform: rotate(-180deg);
}

body.touch .menu__list>li.active .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
	pointer-events: all;
}

@media (max-width: 991.98px) {
	.menu__icon {
		z-index: 5;
		display: block;
		position: relative;
		width: 35px;
		height: 20px;
		cursor: pointer;
	}

	.menu__icon span,
	.menu__icon::before,
	.menu__icon::after {
		left: 0;
		position: absolute;
		height: 10%;
		width: 100%;
		transition: all 0.3s ease 0s;
		background-color: #fff;
	}

	.menu__icon::before,
	.menu__icon::after {
		content: "";
	}

	.menu__icon::before {
		top: 0;
	}

	.menu__icon::after {
		bottom: 0;
	}

	.menu__icon span {
		top: 50%;
		transform: scale(1) translate(0px, -50%);
	}

	.menu__icon.active span {
		transform: scale(0) translate(0px, -50%);
	}

	.menu__icon.active::before {
		top: 50%;
		transform: rotate(-45deg) translate(0px, -50%);
	}

	.menu__icon.active::after {
		bottom: 50%;
		transform: rotate(45deg) translate(0px, 50%);
	}
}

@media (max-width: 1580.98px) {

	.intro__content .slick-prev,
	.intro__content .slick-next {
		top: inherit;
		bottom: 0;
	}
}

.intro__content .slick-prev {
	left: 80px;
}

@media (max-width: 1710.98px) {
	.intro__content .slick-prev {
		left: 20px;
	}
}

@media (max-width: 1580.98px) {
	.intro__content .slick-prev {
		left: 50%;
		transform: translateX(-50%) rotate(180deg);
	}
}

.intro__content .slick-next {
	right: 80px;
}

@media (max-width: 1710.98px) {
	.intro__content .slick-next {
		right: 20px;
	}
}

@media (max-width: 1580.98px) {
	.intro__content .slick-next {
		right: 50%;
		transform: translateX(-50%);
	}
}

.intro__content .slick-dots li.slick-active button {
	background: #E8641A;
}

@media (max-width: 768.98px) {
	.intro__content .slick-dots li.slick-active button {
		background: #01429B;
	}
}

.intro__item {
	display: flex;
}

@media (max-width: 768.98px) {
	.intro__item {
		flex-direction: column;
	}
}

.intro__left {
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intro__left:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #01429B;
}

@media (max-width: 768.98px) {
	.intro__left:before {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.intro__left {
		min-height: 350px;
	}
}

@media (max-width: 768.98px) {
	.intro__left {
		width: 100%;
	}
}

.intro__left-content {
	position: relative;
	max-width: 720px;
	margin-left: auto;
	padding: 15px 160px 15px 15px;
}

@media (max-width: 1200.98px) {
	.intro__left-content {
		max-width: 480px;
	}
}

@media (max-width: 991.98px) {
	.intro__left-content {
		max-width: 360px;
		padding: 25px 15px;
	}
}

@media (max-width: 768.98px) {
	.intro__left-content {
		max-width: 100%;
		margin-left: 0;
	}
}

.intro__title {
	display: inline-block;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 17px;
	line-height: calc(21 / 17);
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
}

@media (max-width: 991.98px) {
	.intro__title {
		font-size: 14px;
	}
}

.intro__desc {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 36px;
	line-height: calc(50 / 36);
	color: #fff;
	text-transform: uppercase;
	margin-top: 40px;
}

@media (max-width: 1200.98px) {
	.intro__desc {
		font-size: 24px;
	}
}

@media (max-width: 991.98px) {
	.intro__desc {
		font-size: 18px;
	}
}

.intro__btn {
	width: 200px;
	margin-top: 50px;
}

.intro__right {
	position: relative;
	width: 50%;
}

@media (max-width: 768.98px) {
	.intro__right {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.intro__img {
		height: 350px;
	}
}

.intro__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.intro__quote {
	position: absolute;
	left: 370px;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background-color: #E8641A;
	width: 335px;
	padding: 20px;
	transition: all 0.3s ease;
}

@media (max-width: 1415px) {
	.intro__quote {
		right: 0;
		left: inherit;
	}
}

.intro__quote:hover {
	background-color: #e06016;
}

.intro__quote:hover span {
	transform: rotate(45deg);
}

.intro__quote p {
	font-size: 24px;
	text-transform: uppercase;
	max-width: 160px;
	line-height: calc(32 / 24);
	padding-left: 40px;
}

@media (max-width: 1200.98px) {
	.intro__quote p {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	.intro__quote p {
		padding-left: 0;
	}
}

.intro__quote span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
	.intro__quote {
		width: 100%;
	}
}

@media (max-width: 768.98px) {
	.btn {
		font-size: 14px;
	}
}

.box {
	margin-top: 85px;
}

@media (max-width: 991.98px) {
	.box .row {
		margin-top: -40px;
	}

	.box .row>[class*='col'] {
		margin-top: 40px;
	}
}

.box__img img {
	width: 100%;
}

.box__content {
	position: relative;
	border-top: 20px solid #E8641A;
}

@media (max-width: 575.98px) {
	.box__content {
		padding: 30px 25px;
	}
}

.box__icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 60px;
	height: 50px;
}

@media (max-width: 1200.98px) {
	.box__icon {
		top: 15px;
		right: 15px;
	}
}

@media (max-width: 768.98px) {
	.box__icon {
		top: inherit;
		right: 25px;
		bottom: 30px;
	}
}

@media (max-width: 575.98px) {
	.box__icon {
		width: 45px;
		height: 35px;
	}
}

.box__content-sm {
	padding: 30px 45px;
	max-width: 580px;
	margin-top: -190px;
}

@media (max-width: 1200.98px) {
	.box__content-sm {
		margin-top: 0;
	}
}

@media (max-width: 991.98px) {
	.box__content-sm {
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.box__content-sm {
		padding: 30px 15px;
	}
}

.box__content-md {
	padding: 80px 60px;
}

@media (max-width: 1200.98px) {
	.box__content-md {
		padding: 30px;
	}
}

@media (max-width: 575.98px) {
	.box__content-md {
		padding: 30px 15px;
	}
}

.box__content-lg {
	padding: 50px 45px 260px 90px;
}

@media (max-width: 1200.98px) {
	.box__content-lg {
		padding: 40px 0 130px;
	}
}

.box__title {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 26px;
	line-height: calc(30 / 26);
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 1300.98px) {
	.box__title {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	.box__title {
		font-size: 16px;
	}
}

.box__text {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	line-height: calc(24 / 16);
	margin-top: 25px;
}

@media (max-width: 575.98px) {
	.box__text {
		font-size: 14px;
	}
}

.box__btn {
	margin-top: 30px;
}

.box__quote {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background-color: #01429B;
	width: 335px;
	padding: 20px;
	transition: all .3s ease;
}

@media (max-width: 575.98px) {
	.box__quote {
		width: 100%;
	}
}

.box__quote p {
	text-transform: uppercase;
	max-width: 160px;
	font-size: 24px;
	line-height: calc(32 / 24);
	padding-left: 40px;
}

@media (max-width: 1200.98px) {
	.box__quote p {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	.box__quote p {
		padding-left: 0;
	}
}

.box__quote:hover {
	background-color: #013986;
}

.box__quote span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	transition: all .3s ease;
}

.box__quote:hover span {
	transform: rotate(45deg);
}

.services {
	margin-top: 120px;
	background-color: #E8641A;
	padding: 50px 0 75px;
}

.services__content {
	margin-top: 50px;
}

.services__item {
	padding: 0 15px;
}

.services__item:hover .services__img img {
	transform: scale(1.1);
}

.services__item:hover .services__btn:before {
	background-color: #fff;
	width: 100%;
	opacity: 1;
}

.services__item:hover .services__btn {
	color: #E8641A;
}

.services__img {
	height: 290px;
	overflow: hidden;
}

@media (max-width: 350px) {
	.services__img {
		height: 190px;
	}
}

.services__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease;
}

.services__btn {
	width: 100%;
	margin-top: 30px;
}

.services__btn:hover {
	color: #E8641A;
}

.services .slick-next {
	right: -100px;
}

@media (max-width: 1630px) {
	.services .slick-next {
		right: 0;
	}
}

.services .slick-prev {
	left: -100px;
}

@media (max-width: 1630px) {
	.services .slick-prev {
		left: 0;
	}
}

.partners {
	margin-top: 100px;
}

.partners__caption {
	max-width: 730px;
	margin: auto;
}

.partners__desc {
	margin-top: 25px;
	line-height: calc(24 / 17);
	text-align: center;
}

.partners__content {
	margin-top: 30px;
}

.partners__logo {
	text-align: center;
}

.partners .slick-track {
	display: flex;
	align-items: center;
}

.partners .slick-next {
	right: -100px;
}

@media (max-width: 1630px) {
	.partners .slick-next {
		right: 0;
	}
}

.partners .slick-prev {
	left: -100px;
}

@media (max-width: 1630px) {
	.partners .slick-prev {
		left: 0;
	}
}

.work-slide {
	position: relative;
	margin: 85px 0px -150px;
	padding-bottom: 80px;
}

@media (min-width: 1200.98px) {
	.work-slide__bg {
		position: absolute;
		bottom: 0;
		background-color: #EFEFEF;
		width: 100%;
		min-height: 600px;
	}
}

.work-slide__content {
	padding-bottom: 60px;
	margin-top: 45px;
}

.work-slide__item {
	display: flex;
	align-items: center;
}

@media (max-width: 1200.98px) {
	.work-slide__item {
		flex-direction: column;
	}
}

.work-slide__img {
	max-width: 825px;
	height: 630px;
	width: 100%;
}

.work-slide__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1200.98px) {
	.work-slide__img {
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.work-slide__img {
		height: 430px;
	}
}

@media (max-width: 575.98px) {
	.work-slide__img {
		height: auto;
	}
}

.work-slide__box {
	width: 100%;
}

.work-slide__box .box__content {
	margin-left: -80px;
}

@media (max-width: 1200.98px) {
	.work-slide__box .box__content {
		margin-left: 0;
	}
}

.work-slide .slick-next {
	right: -100px;
}

@media (max-width: 1630px) {
	.work-slide .slick-next {
		right: 0;
	}
}

.work-slide .slick-prev {
	left: -100px;
}

@media (max-width: 1630px) {
	.work-slide .slick-prev {
		left: 0;
	}
}

.work-slide .slick-dots li button {
	background: #707070;
	width: 20px;
	height: 20px;
}

@media (max-width: 1200.98px) {
	.work-slide .slick-dots li button {
		background: #707070;
		width: 15px;
		height: 15px;
	}
}

.work-slide .slick-dots {
	bottom: 0;
}

.work-slide .slick-dots li {
	margin: 0 10px;
}

.work-slide .slick-dots li.slick-active button {
	background: #E8641A;
}

@media (max-width: 1200.98px) {
	.work-slide .slick-dots {
		bottom: 10px;
	}
}

@media (max-width: 768.98px) {
	.work-slide .box__icon {
		display: none;
	}
}

.info {
	background-color: #EFEFEF;
	padding: 7px 0;
}

.info__text {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 17px;
	line-height: calc(22 / 17);
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.info__text {
		font-size: 14px;
	}
}

.block {
	margin-top: 90px;
}

.block__content {
	display: flex;
	align-items: flex-end;
}

@media (max-width: 1200.98px) {
	.block__content {
		flex-direction: column;
		align-items: center;
	}
}

.block__img {
	width: 825px;
	height: 715px;
}

@media (max-width: 1200.98px) {
	.block__img {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.block__img {
		height: 400px;
	}
}

@media (max-width: 575.98px) {
	.block__img {
		height: auto;
	}
}

.block__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.services-list {
	margin-top: 60px;
}

.services-list__title {
	font-size: 28px;
	font-weight: 900;
	font-family: 'Nunito Sans', sans-serif;
	color: #07429B;
	text-transform: uppercase;
}

.services-list__list {
	padding-left: 15px;
	margin-top: 30px;
	column-count: 2;
}

@media (max-width: 768.98px) {
	.services-list__list {
		column-count: 1;
	}
}

.services-list__list li {
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	list-style: disc;
}

.services-list__list li+li {
	margin-top: 15px;
}

.about-us {
	margin-top: 150px;
}

.about-us__content {
	display: flex;
	align-items: flex-end;
	margin-top: 120px;
}

@media (max-width: 1200.98px) {
	.about-us__content {
		flex-direction: column;
	}
}

.about-us__item {
	width: 100%;
	max-width: 700px;
}

@media (max-width: 1200.98px) {
	.about-us__item {
		max-width: 100%;
	}
}

.about-us__item-left {
	margin-right: -115px;
}

@media (max-width: 1200.98px) {
	.about-us__item-left {
		margin-right: 0;
		order: 1;
	}
}

.about-us__item-right {
	margin-left: -115px;
}

@media (max-width: 1200.98px) {
	.about-us__item-right {
		margin-left: 0;
	}
}

.about-us__img {
	width: 825px;
	height: 715px;
}

@media (max-width: 1200.98px) {
	.about-us__img {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.about-us__img {
		height: 400px;
	}
}

@media (max-width: 575.98px) {
	.about-us__img {
		height: auto;
	}
}

.about-us__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bg {
	margin-top: 125px;
	height: 530px;
}

.bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.work {
	margin-top: 80px;
}

.work .row {
	margin-top: 80px;
}

@media (max-width: 991.98px) {
	.work .row {
		margin-top: 0;
	}

	.work .row>[class*='col'] {
		margin-top: 50px;
	}
}

.work__item {
	display: block;
	background-color: #EFEFEF;
	overflow: hidden;
}

.work__item:hover .work__img img {
	transform: scale(1.1);
}

.work__item:hover .work__btn:before {
	background-color: #01429B;
	width: 100%;
	opacity: 1;
}

.work__item:hover .work__btn {
	color: #fff;
}

.work__img {
	width: 455px;
	height: 320px;
}

@media (max-width: 1200.98px) {
	.work__img {
		width: 100%;
	}
}

@media (max-width: 350.98px) {
	.work__img {
		height: 250px;
	}
}

.work__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.6s ease;
}

.work__body {
	position: relative;
	border-top: 20px solid #e8641a;
	padding: 140px 90px 40px;
	text-align: center;
}

@media (max-width: 1200.98px) {
	.work__body {
		padding: 140px 15px 40px;
	}
}

.work__body:before {
	content: '';
	background-image: url("../img/icons/icon-3.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 63px;
	height: 54px;
}

.work__text {
	line-height: calc(24 / 16);
	color: #707070;
}

.work__btn {
	margin-top: 25px;
}

.quote {
	margin-top: 120px;
}

.quote__content {
	max-width: 1000px;
	margin: auto;
	padding: 0 15px;
	text-align: center;
}

.quote__content p {
	font-size: 32px;
	line-height: calc(48 / 32);
}

@media (max-width: 575.98px) {
	.quote__content p {
		font-size: 21px;
	}
}

.quote__content span {
	display: inline-block;
	font-weight: 700;
	margin-top: 35px;
}

.gallery {
	margin-top: 95px;
}

.gallery__content {
	margin-top: 10px;
}

.gallery__item {
	position: relative;
	margin-top: 30px;
	height: 100%;
}

.gallery__img {
	height: 100%;
	overflow: hidden;
}

.gallery__img:hover img {
	transform: scale(1.1);
}

.gallery__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

/* .gallery__item:hover .gallery__prompt {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.gallery__prompt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 100%;
	max-width: 350px;
	max-height: 100%;
	opacity: 0;
	background-color: rgba(1, 66, 155, 0.85);
	padding: 35px 0;
	text-align: center;
	transition: all 0.5s ease;
}

@media (max-width: 1200.98px) {
	.gallery__prompt {
		height: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
}

.gallery__subtitle {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
}

.gallery__title {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 28px;
	line-height: calc(38 / 28);
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin: 50px 0;
	padding: 0 10px;
	max-height: 160px;
	overflow: hidden;
}

@media (max-width: 1200.98px) {
	.gallery__title {
		margin: 25px 0;
		font-size: 22px;
	}
} */

.testimonials {
	margin-top: 95px;
}

.testimonials__item:hover {
	background-color: #01429B;
}

.testimonials__item:hover:before {
	border: 1px solid #fff;
}

.testimonials__item:hover .testimonials__text {
	color: #fff;
}

.testimonials__item:hover .testimonials__name {
	color: #fff;
}

.testimonials__item {
	position: relative;
	border: 1px solid #707070;
	text-align: center;
	padding: 120px 50px 60px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	margin-top: 125px;
}

@media (max-width: 991.98px) {
	.testimonials__item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.testimonials__item:before {
	content: '';
	background-image: url("../img/icons/icon-2.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 1px solid #01429B;
	background-color: #01429B;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.testimonials__text {
	font-size: 24px;
	line-height: calc(36 / 24);
	transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
	.testimonials__text {
		font-size: 18px;
	}
}

.testimonials__name {
	display: inline-block;
	font-weight: 700;
	margin-top: 25px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.contact-us {
	background-color: #01429B;
}

.contact-us__content {
	position: relative;
	display: flex;
	align-items: center;
	padding: 90px 0 110px;
}

.contact-us__left {
	position: relative;
	padding-top: 50px;
	max-width: 700px;
}

@media (max-width: 1350px) {
	.contact-us__left {
		max-width: 650px;
	}
}

@media (max-width: 1200.98px) {
	.contact-us__left {
		max-width: 100%;
	}
}

.contact-us__left:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	border-top: 20px solid #e8641a;
}

@media (max-width: 575.98px) {
	.contact-us__left:before {
		width: 100%;
	}
}

.contact-us__title {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 28px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.contact-us__desc {
	margin-top: 30px;
	color: #fff;
	line-height: calc(24 / 16);
}

.contact-us__img {
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.contact-us__img img {
	width: 50vw;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1200.98px) {
	.contact-us__img {
		display: none;
	}
}

.contact-us-form {
	margin-top: 30px;
}

.contact-us-form .row {
	margin-top: -20px;
}

.contact-us-form .row>[class*='col'] {
	margin-top: 20px;
}

.contact-us-form select {
	width: 100%;
	height: 45px;
	background-color: transparent;
	font-family: 'Nunito Sans', sans-serif;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 15px;
}

.contact-us-form textarea {
	height: 100px;
	width: 100%;
	background-color: transparent;
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	border: 1px solid #fff;
	padding: 15px;
}

.contact-us-form__input {
	width: 100%;
	height: 45px;
	background-color: transparent;
	font-family: 'Nunito Sans', sans-serif;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 15px;
}

.contact-us-form__btn {
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	height: 45px;
	margin-top: 10px;
	cursor: pointer;
}

.find-us {
	margin-top: 30px;
}

.find-us__adress p {
	line-height: calc(20 / 16);
}

.find-us__adress+.find-us__adress {
	margin-top: 10px;
}

.find-us__info {
	font-size: 24px;
	line-height: calc(30 / 24);
	font-weight: 700;
	margin-top: 40px;
	color: #01429B;
}

@media (max-width: 385.98px) {
	.find-us__info {
		font-size: 18px;
	}
}

.find-us__info p+p {
	margin-top: 10px;
}

.projects {
	margin-top: 95px;
}

.projects .row>[class*='col'] {
	margin-top: 30px;
}

.projects__img {
	height: 100%;
	overflow: hidden;
}

.projects__img:hover img {
	transform: scale(1.1);
}

.projects__img img {
	max-height: 1000px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.3s ease;
}

.creditations {
	margin-top: 95px;
}

.creditations-partners {
	margin-top: 90px;
}

.creditations-partners .row {
	align-items: center;
	margin-top: -30px;
}

.creditations-partners .row>[class*='col'] {
	margin-top: 30px;
}

.creditations-partners .row+.row {
	margin-top: 90px;
}

.creditations-partners__image {
	width: 135px;
	height: 90px;
	margin: auto;
}

.creditations-partners__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer {
	margin-top: 150px;
}

@media (max-width: 991.98px) {
	.footer .row {
		margin-top: -30px;
	}

	.footer .row>[class*='col'] {
		margin-top: 30px;
	}
}

.footer__content {
	background-color: #707070;
	padding: 50px 0;
}

.footer__list li a {
	font-size: 17px;
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
}

.footer__list li a:hover {
	text-decoration: underline;
}

.footer__list li+li {
	margin-top: 15px;
}

.footer__box {
	text-align: center;
}

.footer__logo img {
	transition: all 0.3s ease;
}

.footer__logo img:hover {
	opacity: 0.8;
}

.footer__copy {
	padding: 20px 0 30px;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	line-height: calc(22 / 16);
}

@media (max-width: 575.98px) {
	.footer__copy {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer-logos {
	text-align: right;
	padding-top: 30px;
}

@media (max-width: 768.98px) {
	.footer-logos {
		text-align: center;
	}
}

@media (max-width: 480.98px) {
	.footer-logos {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.footer-logos__logo {
	display: inline-block;
	width: 76px;
	height: 76px;
	transition: all 0.3s ease;
}

.footer-logos__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.footer-logos__logo:hover {
	opacity: .8;
}

@media (max-width: 480.98px) {
	.footer-logos__logo {
		padding: 10px;
	}
}

@media (max-width: 335.98px) {
	.footer-logos__logo {
		width: 66px;
		height: 66px;
	}
}

.footer-logos__logo+.footer-logos__logo {
	margin-left: 25px;
}

@media (max-width: 480.98px) {
	.footer-logos__logo+.footer-logos__logo {
		margin-left: 0;
	}
}

.footer-social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.footer-social__link {
	transition: all 0.3s ease;
}

.footer-social__link:hover {
	opacity: .8;
}

.footer-social__link+.footer-social__link {
	margin-left: 15px;
}