﻿@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://use.typekit.net/vjh5iiy.css) .sr-only

{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid, .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: 1140px
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

	.no-gutters > .col, .no-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0
	}

.col-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 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.row-cols-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.3333333333%
	}

	.offset-md-2 {
		margin-left: 16.6666666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.3333333333%
	}

	.offset-md-5 {
		margin-left: 41.6666666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.3333333333%
	}

	.offset-md-8 {
		margin-left: 66.6666666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.3333333333%
	}

	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

.m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1, .my-1 {
	margin-top: .25rem !important
}

.mr-1, .mx-1 {
	margin-right: .25rem !important
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2, .my-2 {
	margin-top: .5rem !important
}

.mr-2, .mx-2 {
	margin-right: .5rem !important
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.mr-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.mr-5, .mx-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1, .py-1 {
	padding-top: .25rem !important
}

.pr-1, .px-1 {
	padding-right: .25rem !important
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important
}

.pl-1, .px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2, .py-2 {
	padding-top: .5rem !important
}

.pr-2, .px-2 {
	padding-right: .5rem !important
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important
}

.pl-2, .px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pr-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.pl-3, .px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.pr-5, .px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.pl-5, .px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto, .my-auto {
	margin-top: auto !important
}

.mr-auto, .mx-auto {
	margin-right: auto !important
}

.mb-auto, .my-auto {
	margin-bottom: auto !important
}

.ml-auto, .mx-auto {
	margin-left: auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important
	}

	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important
	}

	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0, .my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0, .py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0, .px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0, .px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important
	}

	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important
	}

	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto, .my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important
	}

	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important
	}

	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important
	}
}

.text-monospace {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #007bff !important
}

a.text-primary:hover, a.text-primary:focus {
	color: #0056b3 !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #494f54 !important
}

.text-success {
	color: #00833e !important
}

a.text-success:hover, a.text-success:focus {
	color: #004d24 !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
	color: #121416 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
	color: rgba(255,255,255,0.5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}

	.swiper-container-autoheight .swiper-wrapper {
		align-items: flex-start;
		transition-property: transform,height
	}

.swiper-container-3d {
	perspective: 1200px
}

	.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
		transform-style: preserve-3d
	}

	.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10
	}

	.swiper-container-3d .swiper-slide-shadow-left {
		background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
	}

	.swiper-container-3d .swiper-slide-shadow-right {
		background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
	}

	.swiper-container-3d .swiper-slide-shadow-top {
		background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
	}

	.swiper-container-3d .swiper-slide-shadow-bottom {
		background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
	}

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

	.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
		display: none
	}

	.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
		scroll-snap-align: start start
	}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
		opacity: .35;
		cursor: auto;
		pointer-events: none
	}

	.swiper-button-next:after, .swiper-button-prev:after {
		font-family: swiper-icons;
		font-size: var(--swiper-navigation-size);
		text-transform: none !important;
		letter-spacing: 0;
		text-transform: none;
		font-variant: initial;
		line-height: 1
	}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

	.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
		content: 'prev'
	}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

	.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
		content: 'next'
	}

	.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
		--swiper-navigation-color: #ffffff
	}

	.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
		--swiper-navigation-color: #000000
	}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10
}

	.swiper-pagination.swiper-pagination-hidden {
		opacity: 0
	}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transform: scale(.33);
		position: relative
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
		transform: scale(1)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
		transform: scale(1)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
		transform: scale(.66)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
		transform: scale(.33)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
		transform: scale(.66)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
		transform: scale(.33)
	}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px,-50%,0)
}

	.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 6px 0;
		display: block
	}

	.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		top: 50%;
		transform: translateY(-50%);
		width: 8px
	}

		.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
			display: inline-block;
			transition: .2s transform,.2s top
		}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

	.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transition: .2s transform,.2s left
	}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

	.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		background: var(--swiper-pagination-color,var(--swiper-theme-color));
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: scale(0);
		transform-origin: left top
	}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

	.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
		width: 4px;
		height: 100%;
		left: 0;
		top: 0
	}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

	.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain
	}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

	.swiper-container-fade .swiper-slide .swiper-slide {
		pointer-events: none
	}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

	.swiper-container-cube .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
		visibility: hidden;
		transform-origin: 0 0;
		width: 100%;
		height: 100%
	}

		.swiper-container-cube .swiper-slide .swiper-slide {
			pointer-events: none
		}

	.swiper-container-cube.swiper-container-rtl .swiper-slide {
		transform-origin: 100% 0
	}

	.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
		pointer-events: auto
	}

	.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
		pointer-events: auto;
		visibility: visible
	}

	.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}

	.swiper-container-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .6;
		-webkit-filter: blur(50px);
		filter: blur(50px);
		z-index: 0
	}

.swiper-container-flip {
	overflow: visible
}

	.swiper-container-flip .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1
	}

		.swiper-container-flip .swiper-slide .swiper-slide {
			pointer-events: none
		}

	.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto
	}

	.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}

/* ===============================
=            Choices            =
=============================== */
.choices {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
	font-size: 16px;
}

	.choices:focus {
		outline: none;
	}

	.choices:last-child {
		margin-bottom: 0;
	}

	.choices.is-open {
		overflow: initial;
	}

	.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
		background-color: #eaeaea;
		cursor: not-allowed;
		-webkit-user-select: none;
		user-select: none;
	}

	.choices.is-disabled .choices__item {
		cursor: not-allowed;
	}

	.choices [hidden] {
		display: none !important;
	}

	.choices[data-type*=select-one] {
		cursor: pointer;
	}

		.choices[data-type*=select-one] .choices__inner {
			padding-bottom: 7.5px;
		}

		.choices[data-type*=select-one] .choices__input {
			display: block;
			width: 100%;
			padding: 10px;
			border-bottom: 1px solid #ddd;
			background-color: #fff;
			margin: 0;
		}

		.choices[data-type*=select-one] .choices__button {
			background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
			padding: 0;
			background-size: 8px;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -10px;
			margin-right: 25px;
			height: 20px;
			width: 20px;
			border-radius: 10em;
			opacity: 0.25;
		}

			.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
				opacity: 1;
			}

			.choices[data-type*=select-one] .choices__button:focus {
				box-shadow: 0 0 0 2px #00bcd4;
			}

		.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
			display: none;
		}

		.choices[data-type*=select-one]::after {
			content: "";
			height: 0;
			width: 0;
			border-style: solid;
			border-color: #333 transparent transparent transparent;
			border-width: 5px;
			position: absolute;
			right: 11.5px;
			top: 50%;
			margin-top: -2.5px;
			pointer-events: none;
		}

		.choices[data-type*=select-one].is-open::after {
			border-color: transparent transparent #333 transparent;
			margin-top: -7.5px;
		}

		.choices[data-type*=select-one][dir=rtl]::after {
			left: 11.5px;
			right: auto;
		}

		.choices[data-type*=select-one][dir=rtl] .choices__button {
			right: auto;
			left: 0;
			margin-left: 25px;
			margin-right: 0;
		}

	.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
		cursor: text;
	}

	.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
		position: relative;
		display: inline-block;
		margin-top: 0;
		margin-right: -4px;
		margin-bottom: 0;
		margin-left: 8px;
		padding-left: 16px;
		border-left: 1px solid #008fa1;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
		background-size: 8px;
		width: 8px;
		line-height: 1;
		opacity: 0.75;
		border-radius: 0;
	}

		.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=text] .choices__button:hover, .choices[data-type*=text] .choices__button:focus {
			opacity: 1;
		}

.choices__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #f9f9f9;
	padding: 7.5px 7.5px 3.75px;
	border: 1px solid #ddd;
	border-radius: 2.5px;
	font-size: 14px;
	min-height: 44px;
	overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
	border-color: #b7b7b7;
}

.is-open .choices__inner {
	border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
	border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%;
}

[dir=rtl] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px;
}

.choices__list--single .choices__item {
	width: 100%;
}

.choices__list--multiple {
	display: inline;
}

	.choices__list--multiple .choices__item {
		display: inline-block;
		vertical-align: middle;
		border-radius: 20px;
		padding: 4px 10px;
		font-size: 12px;
		font-weight: 500;
		margin-right: 3.75px;
		margin-bottom: 3.75px;
		background-color: #00bcd4;
		border: 1px solid #00a5bb;
		color: #fff;
		word-break: break-all;
		box-sizing: border-box;
	}

		.choices__list--multiple .choices__item[data-deletable] {
			padding-right: 5px;
		}

[dir=rtl] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #00a5bb;
	border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaaaaa;
	border: 1px solid #919191;
}

.choices__list--dropdown {
	visibility: hidden;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	top: 100%;
	margin-top: -1px;
	border-bottom-left-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all;
	will-change: visibility;
	z-index: 2;
}

	.choices__list--dropdown.is-active {
		visibility: visible;
	}

.is-open .choices__list--dropdown {
	border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px;
}

@media (min-width: 640px) {
	.choices__list--dropdown .choices__item--selectable {
		padding-right: 100px;
	}

		.choices__list--dropdown .choices__item--selectable::after {
			content: attr(data-select-text);
			font-size: 12px;
			opacity: 0;
			position: absolute;
			right: 10px;
			top: 50%;
			transform: translateY(-50%);
		}

	[dir=rtl] .choices__list--dropdown .choices__item--selectable {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px;
	}

		[dir=rtl] .choices__list--dropdown .choices__item--selectable::after {
			right: auto;
			left: 10px;
		}
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2;
}

	.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
		opacity: 0.5;
	}

.choices__item {
	cursor: default;
}

.choices__item--selectable {
	cursor: pointer;
}

.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	user-select: none;
	opacity: 0.5;
}

.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray;
}

.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

	.choices__button:focus {
		outline: none;
	}

.choices__input {
	display: inline-block;
	vertical-align: baseline;
	background-color: #f9f9f9;
	font-size: 14px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	padding: 4px 0 4px 2px;
	width: 100%
}

	.choices__input:focus {
		outline: 0;
	}

[dir=rtl] .choices__input {
	padding-right: 2px;
	padding-left: 0;
}

.choices__placeholder {
	opacity: 0.5;
}

/* =====  End of Choices  ====== */
@font-face {
	font-family: Hn;
	src: url(../fonts/HelveticaNeue-Thin.otf) format("otf"),url(../fonts/HelveticaNeue-Thin.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Hn;
	src: url(../fonts/HelveticaNeue-Medium.otf) format("otf"),url(../fonts/HelveticaNeue-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Hn;
	src: url(../fonts/HelveticaNeue-Thick.ttf) format("ttf"),url(../fonts/HelveticaNeue-Thick.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

.grid {
	display: block;
	box-sizing: border-box;
	padding: 20px 0
}

@media (max-width: 991px) {
	.grid--image {
		padding: 15px
	}
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none !important;
	font-family: "Poppins", sans-serif
}

:focus {
	outline: 0
}

input {
	background-color: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1;
	font-family: "Poppins", sans-serif
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table h3 {
	background-color: #00833e;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
}
table tr {
	overflow: hidden;
}


input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%
}

	audio:not([controls]) {
		display: none;
		height: 0
	}

[hidden] {
	display: none
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a:focus {
	outline: thin dotted
}

a:active, a:hover {
	outline: 0
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}

button, input {
	line-height: normal
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible
}

	button[disabled], html input[disabled] {
		cursor: default
	}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

	input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none
	}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html, button, input, select, textarea {
	color: #222
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

img {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0
}

.transition-fade {
	transition: 0.4s;
	opacity: 1;
	position: relative;
	background-color: #FDFBF3
}

html:after {
	content: '';
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	background-image: url(../Images/loading.svg);
	width: 150px;
	height: 150px;
	background-size: contain;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
	transition-delay: 0
}

html.is-animating .transition-fade {
	opacity: 0
}

html.is-animating:after {
	opacity: 1;
	visibility: visible;
	transition-delay: 1.45s
}

h1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.4;
	color: #00833E
}

@media (max-width: 767px) {
	h1 {
		font-size: 28px
	}
}

h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #00833E
}

@media (max-width: 767px) {
	h2 {
		font-size: 24px
	}
}

h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #00833E
}

@media (max-width: 767px) {
	h3 {
		font-size: 21px
	}
}

h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #007A66
}

@media (max-width: 767px) {
	h4 {
		font-size: 18px
	}
}

img {
	width: 100%;
	height: auto
}

.text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	color: #404040
}

.text ul {
	list-style-type: disc;
	margin-bottom: 20px;
	padding-left: 20px
}

	.text ul li {
		color: #00833E
	}

		.text ul li p {
			margin-bottom: 0
		}

.container {
	max-width: 1197px;
	padding: 0 20px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto
}

.btn {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	padding: 12px 20px;
	background-color: #00833E;
	transition: .3s ease;
	text-decoration: none;
	text-align: center;
	display: table;
	appearance: none !important;
	border: none;
}

	.btn:hover {
		background-color: #00819E
	}

.btn--white {
	background-color: #fff;
	color: #007A66
}

	.btn--white:hover {
		background-color: #fff;
		color: #00819E
	}

.btn--border {
	background-color: transparent;
	border: 2px solid #00833E;
	border-radius: 4px;
	color: #00833E;
	font-size: 15px
}

	.btn--border:hover {
		background-color: #00833E;
		color: #fff
	}

.choices:after {
	border: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.066' height='10.1' viewBox='0 0 18.066 10.1'%3E%3Cg id='Group_10' data-name='Group 10' transform='translate(1.033 1.05)'%3E%3Cpath id='Line_17' data-name='Line 17' d='M.381.364,8,7.636' fill='none' stroke='%23008274' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Line_17-2' data-name='Line 17' d='M-.381.364-8,7.636' transform='translate(16)' fill='none' stroke='%23008274' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
	width: 16px !important;
	height: 7px !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s ease
}

.choices.is-open:after {
	margin-top: 0 !important;
	transform: rotate(180deg)
}

.choices__inner {
	box-sizing: border-box;
	border: 1px solid #8C8C8C !important;
	border-radius: 4px !important;
	background-color: transparent
}

.choices__item--selectable {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #404040
}

.choices__list {
	box-sizing: border-box
}

.choices__list--dropdown {
	border: 1px solid #007A66 !important;
	border-radius: 0 !important
}

.input_flex {
	display: flex;
	margin: 0 -12px
}

	.input_flex > div {
		padding-left: 12px;
		padding-right: 12px
	}

.input_text {
	display: block;
	box-sizing: border-box;
	padding-bottom: 20px;
	width: 100%
}

.input_text--50 {
	width: 50%
}

.input_text h4 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #404040
}

	.input_text h4 span {
		color: #007A66
	}

.input_text input {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid #8C8C8C;
	background-color: #fff;
	border-radius: 4px;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 10px
}

	.input_text input::placeholder {
		color: rgba(0,0,0,0.6)
	}

.input_check {
	display: block;
	box-sizing: border-box;
	padding-bottom: 20px
}

	.input_check label {
		display: flex
	}

		.input_check label span {
			min-width: 21px;
			min-height: 21px;
			width: 21px;
			height: 21px;
			border: 1px solid #404040;
			background-color: #fff;
			position: relative;
			border-radius: 5px;
			display: block;
			margin-right: 20px
		}

			.input_check label span:after {
				display: block;
				content: '';
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='%23007A66' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
				background-size: 12px;
				background-position: center;
				background-repeat: no-repeat;
				width: 19px;
				height: 19px;
				transition: .3s ease;
				opacity: 0
			}

		.input_check label p {
			font-size: 15px;
			font-weight: 400;
			line-height: 24px
		}

		.input_check label input {
			display: none
		}

			.input_check label input:checked + span:after {
				opacity: 1
			}

.input--radio {
	padding: 5px 0;
	display: flex;
	cursor: pointer
}

	.input--radio span {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 1px solid #404040;
		margin-right: 10px;
		min-width: 20px;
		position: relative
	}

		.input--radio span:after {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 10px;
			height: 10px;
			background-color: transparent;
			display: block;
			content: '';
			border-radius: 50%
		}

	.input--radio:hover span:before {
		position: absolute;
		width: 24px;
		height: 24px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
		display: block;
		content: '';
		border: 2px solid #00833E
	}

	.input--radio p {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		color: #404040
	}

	.input--radio input {
		position: absolute;
		opacity: 0;
		pointer-events: none
	}

		.input--radio input:checked ~ span:after {
			background-color: #00833E
		}

		.input--radio input:focus ~ span:before {
			position: absolute;
			width: 24px;
			height: 24px;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			border-radius: 50%;
			display: block;
			content: '';
			border: 2px solid #00833E
		}

		.input--radio input:disabled ~ span {
			border-color: rgba(64,64,64,0.3)
		}

.input--checkbox {
	padding: 5px 0;
	display: flex;
	cursor: pointer
}

	.input--checkbox span {
		width: 20px;
		min-width: 20px;
		height: 20px;
		border-radius: 4px;
		border: 1px solid #404040;
		position: relative;
		margin-right: 10px;
		background-color: #fff
	}

		.input--checkbox span:after {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.774' height='11.774' viewBox='0 0 11.774 11.774'%3E%3Cpath id='Line_18' data-name='Line 18' d='M.5.5l4,4' transform='translate(0.914 5.86)' fill='none' stroke='%2300833e' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Line_18-2' data-name='Line 18' d='M5.5.5l-5,9' transform='translate(4.914 0.86)' fill='none' stroke='%2300833e' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			width: 12px;
			height: 12px;
			opacity: 0
		}

	.input--checkbox:hover span:before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 24px;
		height: 24px;
		border: 2px solid #00833E;
		display: block;
		content: '';
		border-radius: 7px
	}

	.input--checkbox input {
		position: absolute;
		opacity: 0;
		pointer-events: none
	}

		.input--checkbox input:checked ~ span:after {
			opacity: 1
		}

		.input--checkbox input:focus ~ span:before {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 24px;
			height: 24px;
			border: 2px solid #00833E;
			display: block;
			content: '';
			border-radius: 7px
		}

		.input--checkbox input:disabled ~ span {
			border-color: rgba(64,64,64,0.3)
		}

	.input--checkbox p {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		color: #404040
	}

.pagination {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0
}

	.pagination ul {
		display: flex;
		align-items: center;
		justify-content: end
	}

		.pagination ul li {
			padding: 0
		}

			.pagination ul li a {
				display: inline-block;
				font-size: 16px;
				font-weight: 600;
				color: #00833E;
				line-height: 1;
				padding: 0 6px;
				text-decoration: none;
				transition: .3s ease;
				cursor: pointer
			}

				.pagination ul li a:hover {
					color: #404040
				}

			.pagination ul li.active a {
				color: #333333
			}

			.pagination ul li span {
				font-size: 16px;
				font-weight: 600;
				color: #00833E
			}

.grid--image img {
	border-radius: 5px
}

.header {
	display: block;
	box-sizing: border-box;
	padding: 20px 0
}

	.header .container {
		position: relative
	}

.header__black {
	background-color: #404040
}

@media (max-width: 991px) {
	.header__black {
		display: none
	}
}

.header__black__lists {
	display: flex;
	align-items: center;
	justify-content: end
}

	.header__black__lists li a, .header__black__lists li button {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		line-height: 1;
		text-decoration: none;
		padding: 5px 10px;
		transition: .3s ease
	}

		.header__black__lists li a:hover, .header__black__lists li button:hover {
			opacity: .6
		}

	.header__black__lists li span {
		color: #fff;
		font-size: 16px;
		font-weight: 600
	}

	.header__black__lists li.cart a {
		padding: 5px 10px
	}

		.header__black__lists li.cart a svg, .header__black__lists li.cart a img {
			width: 25px;
		}

	.header__black__lists li.login a {
		background-color: #007A66;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		padding: 10px 23px
	}

		.header__black__lists li.login a:hover {
			background-color: #00947b;
			opacity: 1
		}

		.header__black__lists li.login a svg, .header__black__lists li.login a img {
			width: 24px;
			margin-right: 10px
		}

.header__flex {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header__logo {
	padding: 10px 0;
}

	.header__logo img {
		height: 60px;
	}


@media (max-width: 991px) {
	.header__logo img {
		max-width: 159px;
		height: auto
	}
}

.header__down {
	position: relative
}

.header__icons {
	display: flex;
	align-items: center
}

	.header__icons .search-icon {
		text-decoration: none;
		border: none;
		background-color: transparent;
		margin-left: 10px
	}

@media (max-width: 991px) {
	.header__icons .search-icon {
		margin-left: 0
	}
}

.header__icons .search-icon svg, .header__icons .search-icon img {
	transition: .3s ease
}

	.header__icons .search-icon svg:hover g, .header__icons .search-icon svg:hover path,
	.header__icons .search-icon img:hover g, .header__icons .search-icon img:hover path {
		stroke: #007A66
	}

.header__icons > a {
	padding: 0 10px;
	text-decoration: none
}

	.header__icons > a svg path,
	.header__icons > a img {
		transition: .3s ease
	}

	.header__icons > a.cart-icon:hover svg path {
		stroke: #007A66
	}

	.header__icons > a.login:hover svg g path {
		stroke: #007A66
	}

.header__icons .hamburger {
	border: none;
	background-color: transparent
}

	.header__icons .hamburger:after, .header__icons .hamburger:before, .header__icons .hamburger span {
		width: 16px;
		height: 2px;
		background-color: #00833E;
		display: block;
		margin: 3px 0;
		content: '';
		transition: .3s ease;
		position: relative
	}

	.header__icons .hamburger.active span {
		opacity: 0
	}

	.header__icons .hamburger.active:after {
		transform: rotate(-45deg);
		top: -5px
	}

	.header__icons .hamburger.active:before {
		transform: rotate(45deg);
		top: 5px
	}

.header__top__lists {
	display: flex;
	align-items: center;
	justify-content: end;
	padding-bottom: 20px
}

@media (max-width: 991px) {
	.header__top__lists {
		display: none
	}
}

.header__top__lists li {
	margin: 0 10px;
	height: max-content;
}

	.header__top__lists li a {
		font-size: 15px;
		font-weight: 400;
		line-height: 23px;
		text-decoration: none;
		color: #404040;
		transition: .3s ease
	}

		.header__top__lists li a:hover {
			color: #00833E
		}

	.header__top__lists li > span:after {
		height: 38px;
		width: 1px;
		background-color: #404040;
		content: '';
		display: block
	}

	.header__top__lists li.register {
		margin-right: 0
	}

		.header__top__lists li.register a {
			display: block;
			box-sizing: border-box;
			color: #fff;
			font-weight: 600;
			background-color: #00833E;
			line-height: 1;
			padding: 14.5px 22px;
			border-radius: 4px;
			transition: .3s ease
		}

			.header__top__lists li.register a:hover {
				opacity: .8
			}

	.header__top__lists li.login {
		margin-right: 0
	}

		.header__top__lists li.login a {
			display: flex;
			align-items: center;
			font-size: 15px;
			color: #00833E;
			font-weight: 600;
			border: 2px solid #00833E;
			border-radius: 4px;
			line-height: 1;
			padding: 8px 14px;
			transition: .3s ease
		}

			.header__top__lists li.login a svg {
				margin-right: 10px
			}

			.header__top__lists li.login a:hover {
				opacity: 0.8
			}

.header__nav > div {
	display: flex;
	align-items: center
}

.header__nav__lists {
	display: flex;
	align-items: center
}

@media (min-width: 992px) {
	.header__nav__lists {
		display: flex !important
	}
}

@media (max-width: 991px) {
	.header__nav__lists {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		height: calc(100vh - 63px);
		background-color: #F4F4F4;
		padding: 20px;
		overflow: auto;
		z-index: 99999
	}
}

@media (max-width: 991px) {
	.header__nav__lists > li {
		border-bottom: 1px solid #DADADA
	}
}

.header__nav__lists > li > a {
	font-size: 15px;
	line-height: 1;
	color: #404040;
	padding: 5px;
	margin: 0 15px;
	text-decoration: none;
	transition: .3s ease;
	font-weight: 600
}

@media (max-width: 1100px) {
	.header__nav__lists > li > a {
		font-size: 14px;
		margin: 0 10px
	}
}

@media (max-width: 1100px) and (max-width: 991px) {
	.header__nav__lists > li > a {
		font-size: 16px;
		display: block;
		width: 100%;
		margin: 0;
		padding: 10px 5px
	}
}

.header__nav__lists > li > a:hover {
	color: #007A66
}

@media (max-width: 991px) {
	.header__nav__lists > li.sub-menu {
		margin-top: 5px
	}
}

@media (max-width: 991px) {
	.header__nav__lists > li.sub-menu > a {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

		.header__nav__lists > li.sub-menu > a:after {
			content: '';
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.828' height='9.828' viewBox='0 0 16.828 9.828'%3E%3Cg id='Group_4_Copy_14' data-name='Group 4 Copy 14' transform='translate(0.914 0.914)'%3E%3Cg id='Group_4_Copy_7' data-name='Group 4 Copy 7' transform='translate(15 0) rotate(90)'%3E%3Cpath id='Line_7' data-name='Line 7' d='M.5.5l7,7' transform='translate(0 0)' fill='none' stroke='%23007a66' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Line_7-2' data-name='Line 7' d='M.5-.5l7-7' transform='translate(0 15)' fill='none' stroke='%23007a66' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
			display: block;
			width: 14px;
			height: 7px;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			margin-right: 5px
		}

		.header__nav__lists > li.sub-menu > a.active:after {
			transform: rotate(180deg)
		}
}

.header__nav__lists > li.sub-menu .sub-menu__content {
	position: absolute;
	top: 100%;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: .6s ease;
	max-width: 100%;
	min-width: 700px;
	z-index: 5;
	padding-top: 30px
}

@media (max-width: 991px) {
	.header__nav__lists > li.sub-menu .sub-menu__content {
		position: static;
		display: block;
		opacity: 1;
		visibility: visible;
		padding: 0;
		min-width: auto
	}
}

.header__nav__lists > li.sub-menu .sub-menu__content > ul {
	background-color: #fff;
	padding: 40px 15px 25px 15px;
	display: flex;
	justify-content: space-between;
	border-bottom: 5px solid #7AD0F3
}

@media (max-width: 991px) {
	.header__nav__lists > li.sub-menu .sub-menu__content > ul {
		padding: 5px 0 15px 0;
		background-color: transparent;
		display: none;
		box-sizing: border-box
	}
}

.header__nav__lists > li.sub-menu .sub-menu__content > ul > li {
	padding: 0 10px
}

@media (max-width: 991px) {
	.header__nav__lists > li.sub-menu .sub-menu__content > ul > li {
		padding: 0 5px
	}
}

.header__nav__lists > li.sub-menu .sub-menu__content > ul > li h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #00833E
}

@media (max-width: 991px) {
	.header__nav__lists > li.sub-menu .sub-menu__content > ul > li h3 {
		font-size: 14px;
		margin-bottom: 10px;
		padding-top: 15px
	}
}

.header__nav__lists > li.sub-menu .sub-menu__content > ul > li > div {
	display: flex
}

@media (max-width: 991px) {
	.header__nav__lists > li.sub-menu .sub-menu__content > ul > li > div {
		display: block
	}
}

.header__nav__lists > li.sub-menu .sub-menu__content > ul > li > div > ul {
	padding-right: 40px
}

@media (max-width: 991px) {
	.header__nav__lists > li.sub-menu .sub-menu__content > ul > li > div > ul {
		padding-right: 0
	}
}

.header__nav__lists > li.sub-menu .sub-menu__content > ul > li > div > ul:last-of-type {
	padding-right: 0
}

.header__nav__lists > li.sub-menu .sub-menu__content > ul > li ul li a {
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	display: table;
	color: #404040;
	transition: .3s ease
}

	.header__nav__lists > li.sub-menu .sub-menu__content > ul > li ul li a:hover {
		color: #007A66
	}

@media (max-width: 991px) {
	.header__nav__lists > li.sub-menu .sub-menu__content > ul > li ul li a {
		font-size: 14px;
		margin-bottom: 10px
	}
}

.header__nav__lists > li.sub-menu .sub-menu__content .info_image a {
	text-decoration: none
}

	.header__nav__lists > li.sub-menu .sub-menu__content .info_image a img {
		width: 100%;
		height: auto
	}

	.header__nav__lists > li.sub-menu .sub-menu__content .info_image a div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 10px;
		transition: .3s ease
	}

		.header__nav__lists > li.sub-menu .sub-menu__content .info_image a div span {
			font-size: 16px;
			font-weight: 400;
			line-height: 25px;
			color: #00833E
		}

		.header__nav__lists > li.sub-menu .sub-menu__content .info_image a div img {
			width: 32px
		}

		.header__nav__lists > li.sub-menu .sub-menu__content .info_image a div:hover {
			opacity: .6
		}

@media (min-width: 992px) {
	.header__nav__lists > li.sub-menu:hover .sub-menu__content {
		visibility: visible;
		opacity: 1
	}
}

@media (min-width: 992px) {
	.header__nav__lists > li.sub-menu--center .sub-menu__content {
		left: 50%;
		transform: translateX(-50%)
	}
}

.header__nav__lists > li.sub-menu--left .sub-menu__content {
	left: 0
}

.header__nav__lists > li.sub-menu--full .sub-menu__content {
	width: 100%
}

.header__nav__lists > li.sub-menu--right .sub-menu__content {
	right: 0
}

.header__nav__lists > li.list-flex {
	border-bottom: none;
	padding-top: 25px
}

	.header__nav__lists > li.list-flex ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap
	}

		.header__nav__lists > li.list-flex ul li a {
			font-size: 14px;
			font-weight: 600;
			color: #007A66;
			transition: .3s ease;
			text-decoration: none;
			margin-right: 15px;
			display: block
		}

			.header__nav__lists > li.list-flex ul li a:hover {
				color: #00ad91
			}

.header .mobile {
	display: none
}

@media (max-width: 991px) {
	.header .mobile {
		display: block
	}
}

.footer {
	display: block;
	box-sizing: border-box;
	background-color: #F4F4F4;
	position: relative;
	padding: 30px 0 20px;
	margin-top: 30px
}

.footer__flex {
	display: flex;
	justify-content: space-between
}

	.footer__flex .left {
		display: flex;
		justify-content: space-between;
		width: 80%
	}

@media (max-width: 767px) {
	.footer__flex .left {
		flex-wrap: wrap
	}

		.footer__flex .left div {
			width: 100%;
			padding-bottom: 25px
		}
}

.footer__flex .left p {
	color: #404040;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px
}

.footer__flex .left ul li a {
	color: #404040;
	text-decoration: none;
	font-weight: 400;
	line-height: 24px;
	font-size: 15px;
	transition: .3s ease
}

	.footer__flex .left ul li a:hover {
		opacity: 0.6
	}

	.footer__flex .left ul li a strong {
		font-weight: 600;
		color: #00833E
	}

.footer__flex .left__info ul li a {
	font-weight: 600;
	color: #00833E
}

.footer__flex .right {
	width: 20%
}

	.footer__flex .right ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: end;
		gap: 5px;
	}

			.footer__flex .right ul li a {
				transition: .3s ease
			}

				.footer__flex .right ul li a:hover {
					opacity: .6
				}

.footer__down {
	display: flex;
	justify-content: space-between;
	padding-top: 30px
}

@media (max-width: 500px) {
	.footer__down {
		flex-wrap: wrap
	}
}

.footer__down .copyright {
	width: 80%;
	display: block;
	box-sizing: border-box;
	padding-right: 20px
}

@media (max-width: 500px) {
	.footer__down .copyright {
		width: 100%
	}
}

.footer__down .copyright p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #404040
}

@media (max-width: 600px) {
	.footer__down .copyright p br {
		display: none
	}
}

.footer__down .icons {
	width: 20%
}

@media (max-width: 500px) {
	.footer__down .icons {
		width: 100%;
		padding-top: 20px
	}
}

.footer__down .icons ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: end
}

@media (max-width: 500px) {
	.footer__down .icons ul {
		justify-content: start
	}
}

.footer__down .icons ul li img {
	max-width: 100%;
	height: auto
}

.page-sub-nav {
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	background-color: #00833E;
	width: 100%
}

	.page-sub-nav .container .hamburger {
		border: none;
		background-color: transparent;
		margin-left: auto;
		display: none;
		margin: 15px 0 15px auto
	}

		.page-sub-nav .container .hamburger span, .page-sub-nav .container .hamburger:after, .page-sub-nav .container .hamburger:before {
			width: 26px;
			height: 3px;
			background-color: #fff;
			display: block;
			margin: 5px 0;
			box-sizing: border-box;
			content: '';
			transition: .3s ease;
			position: relative
		}

		.page-sub-nav .container .hamburger.active span {
			opacity: 0
		}

		.page-sub-nav .container .hamburger.active:after {
			transform: rotate(45deg);
			top: -8px
		}

		.page-sub-nav .container .hamburger.active:before {
			transform: rotate(-45deg);
			top: 8px
		}

@media (max-width: 991px) {
	.page-sub-nav .container .hamburger {
		display: block
	}
}

.page-sub-nav .container a {
	text-decoration: none
}

.page-sub-nav .container ul {
	display: flex
}

@media (max-width: 991px) {
	.page-sub-nav .container ul {
		display: none;
		height: calc(100vh - 60px);
		overflow: auto
	}
}

.page-sub-nav .container ul .item {
	position: relative;
	padding: 0 20px
}

@media (max-width: 500px) {
	.page-sub-nav .container ul .item {
		padding: 0
	}
}

.page-sub-nav .container ul .item > a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 22px 0;
	box-sizing: border-box;
	display: block;
	position: relative;
	height: 100%;
}

	.page-sub-nav .container ul .item > a:after {
		width: 100%;
		height: 5px;
		background-color: #7AD0F3;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
		content: '';
		opacity: 0;
		transition: .3s ease
	}

.page-sub-nav .container ul .selected > a:after {
	opacity: 1;
}

@media (max-width: 991px) {
	.page-sub-nav .container ul .item--sub > a {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

		.page-sub-nav .container ul .item--sub > a:after {
			width: 22px;
			height: 22px;
			display: block;
			content: '';
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
			position: static;
			background-color: transparent;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			opacity: 1;
			transform: rotate(180deg);
			transition: .3s ease
		}

		.page-sub-nav .container ul .item--sub > a.active:after {
			transform: rotate(0deg)
		}
}

.page-sub-nav .container ul .item--sub div {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	box-sizing: border-box;
	z-index: 1;
	background-color: #fff;
	padding: 20px;
	min-width: 260px;
	visibility: hidden;
	opacity: 0;
	transition: .4s ease
}

@media (max-width: 991px) {
	.page-sub-nav .container ul .item--sub div {
		position: static;
		width: 100%;
		display: none;
		visibility: visible;
		opacity: 1
	}
}

.page-sub-nav .container ul .item--sub div h3 {
	font-size: 24px
}

.page-sub-nav .container ul .item--sub div > ul > li a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	padding: 20px 0;
	color: #404040;
	border-bottom: 1px solid #404040;
	display: flex;
	transition: .3s ease;
	justify-content: space-between
}

	.page-sub-nav .container ul .item--sub div > ul > li a:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Arrow_circle_right' data-name='Arrow circle right'%3E%3Cg id='Group_4' data-name='Group 4'%3E%3Cg id='Oval' fill='none' stroke='%2300833e' stroke-miterlimit='10' stroke-width='1'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_5' data-name='Path 5' d='M0,0,4.928,5.219,0,10.439' transform='translate(8.902 5.78)' fill='none' stroke='%2300833e' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E ");
		width: 22px;
		height: 22px;
		display: block;
		content: "";
		transition: .3s ease;
		opacity: 0;
		z-index: 2
	}

@media (max-width: 991px) {
	.page-sub-nav .container ul .item--sub div > ul > li a:after {
		display: none
	}
}

.page-sub-nav .container ul .item--sub div > ul > li a:hover:after {
	opacity: 1
}

.page-sub-nav .container ul .item--sub div > ul > li.item--sub {
	position: relative
}

	.page-sub-nav .container ul .item--sub div > ul > li.item--sub a {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

		.page-sub-nav .container ul .item--sub div > ul > li.item--sub a span {
			position: absolute;
			top: 50%;
			right: 0;
			width: 22px;
			height: 22px;
			transform: translateY(-50%)
		}

@media (max-width: 991px) {
	.page-sub-nav .container ul .item--sub div > ul > li.item--sub a span {
		position: static;
		transform: translateY(0);
		transition: .3s ease
	}
}

.page-sub-nav .container ul .item--sub div > ul > li.item--sub a.active span {
	transform: rotate(90deg)
}

.page-sub-nav .container ul .item--sub div > ul > li.item--sub ul {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 200px;
	display: block;
	box-sizing: border-box;
	padding: 10px 20px;
	visibility: hidden;
	opacity: 0;
	transition: .4s ease
}

@media (max-width: 991px) {
	.page-sub-nav .container ul .item--sub div > ul > li.item--sub ul {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		background-color: #F4F4F4;
		display: none
	}
}

.page-sub-nav .container ul .item--sub div > ul > li.item--sub ul > li a {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0
}

@media (max-width: 991px) {
	.page-sub-nav .container ul .item--sub div > ul > li.item--sub ul > li a {
		border-bottom: none
	}
}

.page-sub-nav .container ul .item--sub div > ul > li:hover.item--sub ul {
	visibility: visible;
	opacity: 1
}

@media (min-width: 992px) {
	.page-sub-nav .container ul .item:hover > a:after {
		opacity: 1
	}

	.page-sub-nav .container ul .item:hover.item--sub div {
		visibility: visible;
		opacity: 1
	}
}

.hero {
	display: flex;
	box-sizing: border-box;
	position: relative
}

@media (max-width: 991px) {
	.hero {
		display: block
	}
}

.hero--title {
	height: 358px
}

	.hero--title img:first-of-type {
		z-index: 1
	}

@media (max-width: 991px) {
	.hero--title img.desktop {
		display: none
	}
}

.hero--title img.mobile {
	display: none
}

@media (max-width: 991px) {
	.hero--title img.mobile {
		display: block
	}
}

.hero .bc {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}

@media (max-width: 991px) {
	.hero .bc {
		display: none
	}
}

.hero .hero__background-img {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	object-fit: cover;
	object-position: center
}

@media (max-width: 991px) {
	.hero .hero__background-img {
		position: static;
		height: auto;
		min-height: 400px;
		object-fit: cover;
		object-position: center
	}
}

.hero .hero__foreground {
	position: relative;
	width: 100%;
	height: 100%
}

@media (max-width: 991px) {
	.hero .hero__foreground {
		display: none
	}
}

.hero__green {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 2;
}

@media (max-width: 991px) {
	.hero__green {
		position: static;
		width: 100%;
		padding: 20px;
		background-color: #00833E;
		text-align: center
	}
}

.hero__green h4 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	z-index: 1
}

@media (max-width: 991px) {
	.hero__green h4 {
		font-size: 14px
	}
}

.hero__green h1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	position: relative;
	z-index: 1
}

@media (max-width: 991px) {
	.hero__green h1 {
		font-size: 24px
	}
}

@media (min-width: 992px) {
	.hero__green h1 {
		max-width: 50%;
	}
}

@media (max-width: 991px) and (max-width: 550px) {
	.hero__green h1 {
		font-size: 21px
	}

		.hero__green h1 br {
			display: none
		}
}

.hero__green .text {
	display: block;
	box-sizing: border-box;
	padding-top: 20px
}

	.hero__green .text p {
		font-size: 14px;
		font-weight: 600;
		line-height: 24px;
		color: #fff
	}

.hero__green .btn {
	border-color: #fff;
	color: #fff;
	margin-top: 80px
}

@media (max-width: 991px) {
	.hero__green .btn {
		margin: 20px auto
	}
}

.services_slider {
	display: block;
	box-sizing: border-box;
	padding: 70px 0;
	background: #00833e;
	background: linear-gradient(90deg, #00833e 0%, #7ebb00 100%);
	max-width: 100vw;
	overflow: hidden
}

@media (max-width: 767px) {
	.services_slider {
		padding: 30px 0
	}
}

.services_slider h2 {
	font-size: 37px;
	font-weight: 300;
	line-height: 1.2;
	color: #fff
}

@media (max-width: 767px) {
	.services_slider h2 {
		font-size: 24px
	}
}

.services_slider__swiper {
	display: block;
	box-sizing: border-box;
	padding-top: 60px
}

@media (max-width: 767px) {
	.services_slider__swiper {
		padding-top: 30px
	}
}

.services_slider__swiper .swiper-slide {
	height: auto
}

.services_slider__swiper .swiper__arrow {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 45px
}

	.services_slider__swiper .swiper__arrow .swiper-button-next, .services_slider__swiper .swiper__arrow .swiper-button-prev {
		position: static;
		width: 57px;
		height: 57px;
		border-radius: 100%;
		background-color: transparent;
		margin-right: 20px;
		transition: .3s ease;
		border: 1px solid #fff
	}

		.services_slider__swiper .swiper__arrow .swiper-button-next:after, .services_slider__swiper .swiper__arrow .swiper-button-prev:after {
			font-size: 24px;
			color: #fff;
			font-weight: 600;
			transition: .3s ease
		}

		.services_slider__swiper .swiper__arrow .swiper-button-next:hover, .services_slider__swiper .swiper__arrow .swiper-button-prev:hover {
			background-color: #fff
		}

			.services_slider__swiper .swiper__arrow .swiper-button-next:hover:after, .services_slider__swiper .swiper__arrow .swiper-button-prev:hover:after {
				color: #234C2D
			}

.services_slider__item {
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	padding: 32px 20px 80px;
	transition: .3s ease;
	position: relative;
	height: 100%;
	border-radius: 4px
}

	.services_slider__item svg, .services_slider__item img {
		position: absolute;
		top: 10px;
		right: 10px;
		opacity: 0;
		transition: .3s ease;
		height: 58%;
		width: auto;
	}

@media (max-width: 991px) {
	.services_slider__item {
		min-height: auto
	}
}

.services_slider__item > span {
	position: absolute;
	bottom: 32px;
	right: 20px;
	width: 31px;
	height: 31px
}

	.services_slider__item > span:after {
		position: absolute;
		width: 31px;
		height: 2px;
		background-color: #007A66;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		display: block;
		content: '';
		transition: .3s ease
	}

	.services_slider__item > span:before {
		position: absolute;
		height: 31px;
		width: 2px;
		background-color: #007A66;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		display: block;
		content: '';
		transition: .3s ease
	}

.services_slider__item h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #404040;
	transition: .3s ease
}

.services_slider__item .info {
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
	position: relative;
	z-index: 2
}

	.services_slider__item .info p {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		color: #234C2D;
		margin-bottom: 20px;
		display: block;
		padding-right: 15%
	}

	.services_slider__item .info a {
		border-radius: 4px;
		border: 2px solid #234C2D;
		color: #234C2D;
		font-size: 15px;
		font-weight: 600;
		background-color: transparent;
		transition: .3s ease
	}

		.services_slider__item .info a:hover {
			background-color: #234C2D;
			color: #fff
		}

.services_slider__item:hover {
	background-color: #EAC108
}

	.services_slider__item:hover svg, .services_slider__item:hover img {
		opacity: 1
	}

	.services_slider__item:hover h3 {
		color: #234C2D
	}

	.services_slider__item:hover .info {
		opacity: 1;
		visibility: visible
	}

	.services_slider__item:hover span:after {
		background-color: #234C2D
	}

	.services_slider__item:hover span:before {
		opacity: 0
	}

.organisation-details {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.organisation-details__flex {
	display: flex;
	justify-content: space-between;
	align-items: start
}

@media (max-width: 450px) {
	.organisation-details__flex {
		display: block
	}
}

.organisation-details__flex .left {
	display: flex;
	align-items: center;
	width: 60%
}

@media (max-width: 991px) {
	.organisation-details__flex .left {
		width: auto
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.organisation-details__flex .left {
		display: block
	}
}

.organisation-details__flex .left__image {
	margin-right: 35px
}

	.organisation-details__flex .left__image img {
		max-width: 100%;
		height: auto
	}

.organisation-details__flex .left h2 {
	font-size: 31px;
	font-weight: 600;
	line-height: 1.2;
	color: #00833E
}

@media (max-width: 767px) {
	.organisation-details__flex .left h2 {
		margin-top: 20px
	}
}

@media (max-width: 767px) and (max-width: 450px) {
	.organisation-details__flex .left h2 {
		margin: 20px 0
	}
}

.organisation-details__flex .right {
	width: 40%
}

@media (max-width: 991px) {
	.organisation-details__flex .right {
		width: auto
	}
}

.organisation-details__flex .right h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #00833E
}

.organisation-details__flex .right ul {
	display: block;
	box-sizing: border-box;
	margin-bottom: 20px
}

	.organisation-details__flex .right ul li {
		display: flex;
		align-items: start;
		margin-bottom: 10px
	}

		.organisation-details__flex .right ul li .icon {
			min-width: 27px;
			width: 27px;
			height: 27px;
			margin-right: 10px
		}

			.organisation-details__flex .right ul li .icon svg {
				width: 100%;
				height: auto
			}

		.organisation-details__flex .right ul li a {
			text-decoration: none;
			font-size: 16px;
			font-weight: 400;
			line-height: 27px;
			color: #333333;
			transition: .3s ease
		}

			.organisation-details__flex .right ul li a:hover {
				opacity: 0.6
			}

		.organisation-details__flex .right ul li p {
			font-size: 16px;
			font-weight: 400;
			line-height: 27px
		}

	.organisation-details__flex .right ul.social {
		display: flex;
		align-items: center
	}

		.organisation-details__flex .right ul.social li {
			margin-right: 10px
		}

.featured-event {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

	.featured-event .container > h2 {
		font-size: 31px;
		line-height: 1.2
	}

.featured-event__content {
	display: flex;
	overflow: hidden
}

@media (max-width: 500px) {
	.featured-event__content {
		display: block;
		position: relative
	}
}

.featured-event__content .image {
	width: 70%;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	overflow: hidden
}

@media (max-width: 991px) {
	.featured-event__content .image {
		width: 60%
	}
}

.featured-event__content .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .8s ease
}

.featured-event__content .image:hover img {
	transform: scale(1.2)
}

.featured-event__content .info {
	display: flex;
	box-sizing: border-box;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px 0 10px 30px;
	width: 30%
}

@media (max-width: 991px) {
	.featured-event__content .info {
		width: 40%
	}
}

@media (max-width: 991px) and (max-width: 500px) {
	.featured-event__content .info {
		width: 100%;
		position: static
	}
}

.featured-event__content .info__top {
	padding-bottom: 30px
}

.featured-event__content .info .date {
	background-color: #00833E;
	text-align: center;
	width: 75px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 5px
}

@media (max-width: 500px) {
	.featured-event__content .info .date {
		position: absolute;
		top: 0;
		left: 0
	}
}

.featured-event__content .info .date h4 {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2
}

.featured-event__content .info .date h3 {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	margin-bottom: 0
}

.featured-event__content .info .date h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #fff
}

.featured-event__content .info .small-date h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 5px
}

.featured-event__content .info h2 {
	font-size: 31px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 10px;
	color: #00833E
}

.featured-event__content .info h4 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color: #404040
}

.featured-event__content .info__down a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #404040;
	text-decoration: none;
	transition: .3s ease;
	display: table
}

	.featured-event__content .info__down a:hover {
		opacity: 0.6
	}

.featured-event__content .info__down > p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 5px
}

.featured-event__content .info__down > a {
	margin-bottom: 10px
}

.featured-event__content .info__down ul {
	display: flex;
	flex-wrap: wrap
}

	.featured-event__content .info__down ul li {
		margin-right: 4px
	}

		.featured-event__content .info__down ul li a:after {
			content: ',';
			display: inline;
			font-size: 14px;
			font-weight: 400;
			color: #404040
		}

		.featured-event__content .info__down ul li:last-of-type a:after {
			display: none
		}

.event-grid {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.event-grid__boxs {
	display: flex;
	flex-wrap: wrap
}

	.event-grid__boxs .box {
		display: block;
		box-sizing: border-box;
		width: 33.33333%;
		padding: 20px
	}

@media (max-width: 991px) {
	.event-grid__boxs .box {
		padding: 20px 10px
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.event-grid__boxs .box {
		width: 50%
	}
}

@media (max-width: 991px) and (max-width: 767px) and (max-width: 500px) {
	.event-grid__boxs .box {
		width: 100%;
		padding: 10px 0
	}
}

.event-grid__boxs .box .image {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 4px
}

	.event-grid__boxs .box .image img {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		top: 0;
		transition: .6s ease
	}

	.event-grid__boxs .box .image .date {
		background-color: #00833E;
		text-align: center;
		width: 75px;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 20px;
		position: absolute;
		border-radius: 4px;
		top: 5px;
		left: 5px;
		z-index: 1
	}

		.event-grid__boxs .box .image .date h4 {
			font-size: 15px;
			font-weight: 400;
			color: #fff;
			line-height: 1.2
		}

		.event-grid__boxs .box .image .date h3 {
			font-size: 32px;
			font-weight: 600;
			color: #fff;
			line-height: 1;
			margin-bottom: 0
		}

		.event-grid__boxs .box .image .date h5 {
			font-size: 14px;
			font-weight: 400;
			line-height: 1.2;
			color: #fff
		}

	.event-grid__boxs .box .image .only {
		position: absolute;
		top: 5px;
		right: 5px;
		background-color: #404040;
		border-radius: 4px;
		padding: 5px 10px;
		z-index: 1
	}

		.event-grid__boxs .box .image .only h4 {
			font-size: 15px;
			font-weight: 400;
			color: #fff;
			line-height: 1;
			margin-bottom: 0;
		}

	.event-grid__boxs .box .image:hover img {
		transform: scale(1.4)
	}

.event-grid__boxs .box__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff
}

	.event-grid__boxs .box__info > div:first-of-type {
		padding-bottom: 40px
	}

	.event-grid__boxs .box__info > div h5 {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 10px
	}

	.event-grid__boxs .box__info > div h2 {
		font-size: 25px;
		font-weight: 600;
		color: #00833E;
		margin-bottom: 10px;
		line-height: 1.2
	}

	.event-grid__boxs .box__info > div h4 {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.2;
		color: #404040
	}

	.event-grid__boxs .box__info > div a {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.2;
		color: #404040;
		text-decoration: none;
		transition: .3s ease;
		display: table
	}

		.event-grid__boxs .box__info > div a:hover {
			opacity: 0.6
		}

	.event-grid__boxs .box__info > div > a {
		margin-bottom: 10px
	}

	.event-grid__boxs .box__info > div > p {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 5px
	}

	.event-grid__boxs .box__info > div ul {
		display: flex;
		flex-wrap: wrap
	}

		.event-grid__boxs .box__info > div ul li {
			margin-right: 4px
		}

			.event-grid__boxs .box__info > div ul li a:after {
				content: ',';
				display: inline;
				font-size: 14px;
				font-weight: 400;
				color: #404040
			}

			.event-grid__boxs .box__info > div ul li:last-of-type a:after {
				display: none
			}

.event-header {
	display: block;
	box-sizing: border-box
}

.event-header-logo {
	max-height: 130px;
}

.event-header__blue {
	display: block;
	background-color: #12519E;
	box-sizing: border-box;
	padding: 72px 0;
	position: relative;
	overflow: hidden
}

	.event-header__blue svg {
		position: absolute;
		right: -23px;
		top: -37%
	}

@media (max-width: 500px) {
	.event-header__blue {
		padding: 40px 0
	}
}

.event-header__blue img {
	max-width: 100%;
	height: auto;
	width: auto;
	max-width: 320px;
	position: relative;
	z-index: 5
}

.event-header__black {
	display: block;
	box-sizing: border-box;
	padding: 13px 0;
	background-color: #fff
}

	.event-header__black p {
		color: #404040;
		font-size: 15px;
		font-weight: 600;
		line-height: 24px
	}

.event-header__lists {
	display: block;
	box-sizing: border-box;
	padding: 5px 0;
	background-color: #00833E
}

.event-header__lists__flex {
	display: flex;
	justify-content: space-between
}

@media (max-width: 500px) {
	.event-header__lists__flex {
		flex-wrap: wrap
	}
}

.event-header__lists__flex .nav {
	display: flex;
	align-items: center;
	width: 75%;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.event-header__lists__flex .nav {
		justify-content: start
	}
}

@media (max-width: 767px) and (max-width: 500px) {
	.event-header__lists__flex .nav {
		width: 100%
	}
}

.event-header__lists__flex .nav li {
	padding-top: 11px;
	padding-bottom: 11px;
}

.event-header__lists__flex .nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	transition: .3s ease;
	padding-right: 15px;
	line-height: 1.4;
	position: relative
}

	.event-header__lists__flex .nav li a:after {
		background-color: transparent;
		width: 100%;
		height: 5px;
		position: absolute;
		left: 0;
		bottom: -16px;
		content: '';
		display: block;
		transition: .3s ease
	}

	.event-header__lists__flex .nav li a:hover:after, .event-header__lists__flex .nav li a.is-active:after {
		background-color: #7AD0F3
	}

.event-header__lists__flex .btn {
	min-width: 20%;
	text-align: center;
	box-sizing: border-box;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	background-color: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	transition: .3s ease
}

	.event-header__lists__flex .btn:hover {
		background-color: #fff;
		color: #00833E
	}

@media (max-width: 500px) {
	.event-header__lists__flex .btn {
		width: 100%;
		margin-top: 20px
	}
}

.event-programs {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.event-programs__content {
	border-bottom: 1px solid #404040
}

	.event-programs__content h2 {
		font-size: 37px;
		font-weight: 600;
		line-height: 1.2;
		color: #00833E;
		margin-bottom: 20px
	}

	.event-programs__content div {
		display: flex;
		justify-content: space-between
	}

@media (max-width: 650px) {
	.event-programs__content div {
		display: block
	}
}

.event-programs__content div p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	width: calc(100% - 220px);
	padding-right: 40px
}

@media (max-width: 650px) {
	.event-programs__content div p {
		width: 100%
	}
}

.event-programs__content div a {
	height: 100%;
	min-width: 220px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	border: 2px solid #00833E;
	background-color: #fff;
	color: #00833E;
	transition: .3s ease;
	border-radius: 4px
}

	.event-programs__content div a:hover {
		background-color: #00833E;
		color: #fff
	}

@media (max-width: 650px) {
	.event-programs__content div a {
		margin-bottom: 20px
	}
}

.session-component {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

	.session-component h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 1.2;
		color: #00833E;
		margin-bottom: 20px
	}

	.session-component ul {
		display: flex;
		flex-wrap: wrap
	}

		.session-component ul li {
			display: flex;
			align-items: center;
			margin-right: 20px;
			margin-bottom: 20px
		}

			.session-component ul li img, .session-component ul li svg {
				width: 27px;
				height: auto;
				margin-right: 10px
			}

			.session-component ul li p {
				font-size: 15px;
				font-weight: 400;
				line-height: 1.4
			}

	.session-component .text p {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 15px;
		color: #404040
	}

	.session-component .text a {
		font-weight: 600;
		color: #00833E;
		text-decoration: none;
		transition: .3s ease
	}

		.session-component .text a:hover {
			opacity: 0.6
		}

.event-ticket-types {
	display: block;
	box-sizing: border-box
}

.event-ticket-types__query {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px
}

	.event-ticket-types__query > div {
		width: 25%
	}

@media (max-width: 991px) {
	.event-ticket-types__query > div {
		width: 50%
	}
}

@media (max-width: 991px) and (max-width: 550px) {
	.event-ticket-types__query > div {
		width: 100%
	}
}

.ticket {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px
}

	.ticket > div {
		background-color: #F4F4F4;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 14px;
		height: 100%;
		border-radius: 5px
	}

		.ticket > div h3 {
			font-size: 21px;
			font-weight: 600;
			line-height: 1.2;
			color: #00833E;
			margin-bottom: 20px
		}

		.ticket > div ul {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -4px;
			margin-bottom: 20px
		}

			.ticket > div ul li {
				width: 50%;
				padding: 4px;
				display: block;
				box-sizing: border-box
			}

				.ticket > div ul li > div {
					background-color: #fff;
					text-align: center;
					padding: 15px 5px;
					border-radius: 5px
				}

					.ticket > div ul li > div h5 {
						font-size: 14px;
						font-weight: 400;
						line-height: 1.2;
						margin-bottom: 5px;
						color: #404040
					}

					.ticket > div ul li > div h4 {
						font-size: 21px;
						font-weight: 600;
						line-height: 1.2;
						color: #00833E;
						margin-bottom: 5px
					}

					.ticket > div ul li > div h6 {
						font-size: 14px;
						font-weight: 400;
						line-height: 1.2;
						color: #00833E
					}

		.ticket > div .text p {
			font-size: 14px;
			font-weight: 400;
			line-height: 22px;
			color: #404040;
			margin-bottom: 20px
		}

		.ticket > div .btn {
			box-sizing: border-box;
			width: 100%;
			text-align: center;
			border: 2px solid #00833E;
			border-radius: 4px;
			background-color: transparent;
			color: #00833E;
			font-size: 15px;
			transition: .3s ease
		}

			.ticket > div .btn:hover {
				background-color: #00833E;
				color: #fff
			}

.ticket-section {
	display: block;
	box-sizing: border-box;
	padding: 40px 0 20px
}

.ticket-section__flex {
	display: flex
}

@media (max-width: 1150px) {
	.ticket-section__flex {
		flex-wrap: wrap
	}
}

.ticket-section__flex .left {
	width: 400px;
	display: block;
	box-sizing: border-box;
	padding-right: 40px
}

@media (max-width: 1150px) {
	.ticket-section__flex .left {
		width: 100%;
		padding-right: 0
	}
}

.ticket-section__flex .left .box {
	display: block;
	box-sizing: border-box
}

	.ticket-section__flex .left .box .image {
		width: 100%;
		padding-bottom: 60%;
		position: relative;
		display: block;
		overflow: hidden;
		border-radius: 4px
	}

		.ticket-section__flex .left .box .image img {
			position: absolute;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			top: 0;
			transition: .6s ease
		}

		.ticket-section__flex .left .box .image .date {
			background-color: #00833E;
			text-align: center;
			width: 75px;
			padding: 5px;
			box-sizing: border-box;
			margin-bottom: 20px;
			position: absolute;
			border-radius: 4px;
			top: 5px;
			left: 5px;
			z-index: 1
		}

			.ticket-section__flex .left .box .image .date h4 {
				font-size: 15px;
				font-weight: 400;
				color: #fff;
				line-height: 1.2
			}

			.ticket-section__flex .left .box .image .date h3 {
				font-size: 32px;
				font-weight: 600;
				color: #fff;
				line-height: 1;
				margin-bottom: 0
			}

			.ticket-section__flex .left .box .image .date h5 {
				font-size: 14px;
				font-weight: 400;
				line-height: 1.2;
				color: #fff
			}

		.ticket-section__flex .left .box .image .only {
			position: absolute;
			top: 5px;
			right: 5px;
			background-color: #404040;
			border-radius: 4px;
			padding: 5px 10px;
			z-index: 1
		}

			.ticket-section__flex .left .box .image .only h4 {
				font-size: 15px;
				font-weight: 400;
				color: #fff;
				line-height: 1
			}

		.ticket-section__flex .left .box .image:hover img {
			transform: scale(1.4)
		}

.ticket-section__flex .left .box__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff
}

	.ticket-section__flex .left .box__info > div:first-of-type {
		padding-bottom: 40px
	}

	.ticket-section__flex .left .box__info > div h5 {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 10px
	}

	.ticket-section__flex .left .box__info > div h2 {
		font-size: 25px;
		font-weight: 600;
		color: #00833E;
		margin-bottom: 10px;
		line-height: 1.2
	}

	.ticket-section__flex .left .box__info > div h4 {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.2;
		color: #404040
	}

	.ticket-section__flex .left .box__info > div a {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.2;
		color: #404040;
		text-decoration: none;
		transition: .3s ease;
		display: table
	}

		.ticket-section__flex .left .box__info > div a:hover {
			opacity: 0.6
		}

	.ticket-section__flex .left .box__info > div > a {
		margin-bottom: 10px
	}

	.ticket-section__flex .left .box__info > div > p {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 5px
	}

	.ticket-section__flex .left .box__info > div ul {
		display: flex;
		flex-wrap: wrap
	}

		.ticket-section__flex .left .box__info > div ul li {
			margin-right: 4px
		}

			.ticket-section__flex .left .box__info > div ul li a:after {
				content: ',';
				display: inline;
				font-size: 14px;
				font-weight: 400;
				color: #404040
			}

			.ticket-section__flex .left .box__info > div ul li:last-of-type a:after {
				display: none
			}

.ticket-section__content {
	display: block;
	box-sizing: border-box;
	padding-bottom: 20px;
	width: calc(100% - 400px)
}

@media (max-width: 1150px) {
	.ticket-section__content {
		padding: 0 20px 20px;
		width: 100%;
		overflow: auto
	}
}

.ticket-section__table {
	min-width: 700px
}

	.ticket-section__table tr th {
		font-size: 15px;
		font-weight: 600;
		line-height: 1.2;
		padding: 10px 30px 10px 0;
		color: #00833E;
		text-align: left;
		border-bottom: 1px solid #000000
	}

		.ticket-section__table tr th:last-of-type {
			text-align: right;
			padding-right: 0;
			min-width: 160px
		}

	.ticket-section__table tr td {
		font-size: 15px;
		font-weight: 24px;
		font-weight: 400;
		color: #404040;
		padding: 10px 30px 10px 0;
		vertical-align: middle
	}

		.ticket-section__table tr td:last-of-type {
			padding-right: 0
		}

.delegate-information {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

	.delegate-information h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 20px;
		color: #00833E
	}

.delegate-information__box {
	display: block;
	box-sizing: border-box;
	padding-bottom: 40px;
	max-width: 760px
}

@media (max-width: 760px) {
	.delegate-information__box {
		padding-bottom: 20px
	}
}

.delegate-information__box h3 {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 10px;
	color: #404040
}

.delegate-information__box .form__flex {
	display: flex;
	align-items: end;
	margin-bottom: 20px
}

@media (max-width: 700px) {
	.delegate-information__box .form__flex {
		flex-wrap: wrap
	}
}

.delegate-information__box .form__flex--email .success, .delegate-information__box .form__flex--email .error {
	display: none
}

	.delegate-information__box .form__flex--email .success h4, .delegate-information__box .form__flex--email .error h4 {
		color: #00833E;
		font-size: 15px;
		font-weight: 600;
		line-height: 24px;
		margin-left: 20px;
		margin-bottom: 8px
	}

@media (max-width: 700px) {
	.delegate-information__box .form__flex--email .success h4, .delegate-information__box .form__flex--email .error h4 {
		margin-left: 0;
		margin-top: 10px
	}
}

.delegate-information__box .form__flex--email .success.active, .delegate-information__box .form__flex--email .error.active {
	display: block
}

.delegate-information__box .form__flex--email .error h4 {
	color: #CA3402
}

.delegate-information__box .form__inputs > h4 {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px
}

	.delegate-information__box .form__inputs > h4 button {
		font-size: 15px;
		border: none;
		background-color: transparent;
		color: #00833E;
		font-weight: 600;
		padding: 0;
		transition: .3s ease
	}

		.delegate-information__box .form__inputs > h4 button:hover {
			color: #005026
		}

.delegate-information__box .form__inputs__content {
	display: none
}

.delegate-information__box .form__inputs .form__input {
	width: calc(50% - 135px)
}

@media (max-width: 700px) {
	.delegate-information__box .form__inputs .form__input {
		width: 100%;
		margin-bottom: 15px
	}

		.delegate-information__box .form__inputs .form__input:last-of-type {
			margin-bottom: 0
		}
}

.delegate-information__box .form__input {
	margin-right: 10px;
	width: calc(100% - 260px)
}

@media (max-width: 700px) {
	.delegate-information__box .form__input {
		width: 100%;
		margin-right: 0
	}
}

.delegate-information__box .form__input h4 {
	font-size: 15px;
	font-weight: 400;
	color: #404040;
	line-height: 24px
}

.delegate-information__box .form__input input {
	border: 1px solid #8C8C8C;
	color: #404040;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	padding: 10px 18px;
	width: 100%;
	display: block;
	border-radius: 4px;
	box-sizing: border-box
}

	.delegate-information__box .form__input input::placeholder {
		color: #666666
	}

.delegate-information__box .form .btn {
	border: 2px solid #00833E;
	height: 100%;
	padding: 10px 20px;
	width: 250px;
	text-align: center;
	color: #00833E;
	border-radius: 4px
}

@media (max-width: 500px) {
	.delegate-information__box .form .btn {
		width: 100%;
		margin-top: 10px
	}
}

.delegate-information__box .form .btn--trnasp {
	background-color: transparent;
	border: 2px solid transparent;
	color: #00833E
}

	.delegate-information__box .form .btn--trnasp:hover {
		border-color: #00833E;
		color: #00833E
	}

.delegate-information__button {
	border-top: 1px solid #404040;
	max-width: 760px;
	display: flex;
	justify-content: end;
	padding-top: 20px
}

	.delegate-information__button button {
		border: 2px solid #00833E;
		border-radius: 4px;
		background-color: transparent;
		min-width: 160px;
		text-align: center;
		color: #00833E;
		font-size: 15px;
		transition: .3s ease
	}

		.delegate-information__button button:hover {
			background-color: #00833E;
			color: #fff
		}

.payment-module {
	display: block;
	box-sizing: border-box;
	padding: 25px 22px;
	background-color: #F4F4F4;
	max-width: 460px
}

@media (max-width: 380px) {
	.payment-module {
		padding: 20px 10px
	}
}

.payment-module h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 20px;
	color: #00833E
}

.payment-module .btn {
	width: 100%;
	border: 2px solid #00833E;
	border-radius: 4px;
	background-color: transparent;
	color: #00833E;
	transition: .3s ease;
	font-size: 15px;
	font-weight: 600
}

	.payment-module .btn:hover {
		background-color: #00833E;
		color: #fff
	}

.switch_list {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.switch_list__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px
}

@media (max-width: 767px) {
	.switch_list__grid {
		display: none
	}
}

.switch_list__grid--mobile {
	display: none
}

@media (max-width: 767px) {
	.switch_list__grid--mobile {
		display: block
	}
}

.switch_list__grid .box {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 20px 3px 0 3px
}

.switch_list__grid .box--33 {
	width: 33.333333%
}

@media (max-width: 767px) {
	.switch_list__grid .box--33 {
		width: 100%
	}
}

.switch_list__grid .box__content {
	display: block;
	box-shadow: border-box;
	background-color: #F4F4F4;
	border-radius: 5px;
	padding: 25px;
	position: relative;
	transition: .3s ease;
	margin-bottom: 6px
}

	.switch_list__grid .box__content .info_box {
		display: none
	}

	.switch_list__grid .box__content .image {
		max-width: 100%;
		display: table;
		margin: 0 auto;
		overflow: hidden;
		border-radius: 50%;
		border: 2px solid #fff
	}

		.switch_list__grid .box__content .image img {
			max-width: 100%;
			height: auto
		}

	.switch_list__grid .box__content .info {
		text-align: center;
		display: block;
		padding-top: 20px
	}

		.switch_list__grid .box__content .info h3 {
			font-size: 21px;
			font-weight: 600;
			line-height: 1.2;
			color: #00833E;
			margin-bottom: 10px;
			transition: .3s ease
		}

		.switch_list__grid .box__content .info h4 {
			font-size: 15px;
			font-weight: 600;
			line-height: 1.2;
			margin-bottom: 10px;
			transition: .3s ease
		}

		.switch_list__grid .box__content .info h5 {
			font-size: 15px;
			font-weight: 400;
			line-height: 24px;
			transition: .3s ease
		}

	.switch_list__grid .box__content .circle {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 10px;
		pointer-events: none;
		box-sizing: border-box
	}

	.switch_list__grid .box__content .circle__social {
		pointer-events: all;
		transition: .3s ease
	}

		.switch_list__grid .box__content .circle__social:hover {
			opacity: .6
		}

		.switch_list__grid .box__content .circle__social svg * {
			transition: .3s ease
		}

	.switch_list__grid .box__content .circle span {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		display: block;
		pointer-events: all;
		transition: .3s ease;
		cursor: pointer
	}

		.switch_list__grid .box__content .circle span svg {
			width: 32px;
			height: 32px
		}

		.switch_list__grid .box__content .circle span:hover {
			opacity: 0.6
		}

.switch_list__grid .box.active .box__content .circle span svg > path:last-of-type {
	display: none
}

.switch_list__grid .box.active .box__content .circle__social svg > g:first-of-type > path {
	fill: none
}

.switch_list__grid .info_box {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 3px
}

.switch_list__grid .info_box__content {
	display: flex;
	justify-content: space-between;
	background-color: #F4F4F4;
	padding: 34px 20px;
	border-radius: 5px
}

@media (max-width: 767px) {
	.switch_list__grid .info_box__content {
		display: block
	}
}

.switch_list__grid .info_box__content .info {
	width: 75%;
	display: block
}

@media (max-width: 767px) {
	.switch_list__grid .info_box__content .info {
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 20px
	}
}

.switch_list__grid .info_box__content .info h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 24px;
	color: #00833E;
	margin-bottom: 5px
}

.switch_list__grid .info_box__content .info .text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #404040
}

.switch_list__grid .info_box__content .location {
	width: 25%
}

	.switch_list__grid .info_box__content .location > ul > li {
		padding-bottom: 20px
	}

		.switch_list__grid .info_box__content .location > ul > li:last-of-type {
			padding-bottom: 0
		}

		.switch_list__grid .info_box__content .location > ul > li h3 {
			font-size: 21px;
			font-weight: 600;
			line-height: 24px;
			color: #00833E
		}

		.switch_list__grid .info_box__content .location > ul > li p {
			font-size: 15px;
			font-weight: 400;
			line-height: 24px;
			color: #404040
		}

.switch_list__grid .info_box__content .location__flex {
	display: flex;
	align-items: center;
	justify-content: space-between
}

	.switch_list__grid .info_box__content .location__flex ul {
		display: flex;
		align-items: center;
		border-left: 1px solid #404040;
		padding: 10px 0 10px 40px
	}

		.switch_list__grid .info_box__content .location__flex ul li {
			margin-right: 10px
		}

			.switch_list__grid .info_box__content .location__flex ul li:last-of-type {
				margin-right: 0
			}

			.switch_list__grid .info_box__content .location__flex ul li a {
				transition: .3s ease
			}

				.switch_list__grid .info_box__content .location__flex ul li a:hover {
					opacity: .6
				}

.switch_list__grid .info_box__content--text .info:first-of-type {
	padding-right: 20px
}

.switch_list__grid .info_box__content--text .info:last-of-type {
	padding-left: 20px
}

.media-response-title {
	display: block;
	box-sizing: border-box;
	padding: 20px 0
}

.media-response-title__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px
}

@media (max-width: 991px) {
	.media-response-title__grid {
		margin: 0 -10px
	}
}

.media-response-title__grid .box {
	width: 33.33333%;
	display: block;
	box-sizing: border-box;
	padding: 20px
}

@media (max-width: 991px) {
	.media-response-title__grid .box {
		padding: 10px
	}
}

@media (max-width: 991px) and (max-width: 600px) {
	.media-response-title__grid .box {
		width: 100%
	}
}

.media-response-title__grid .box__content {
	background-color: #F4F4F4;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 25px
}

@media (max-width: 991px) {
	.media-response-title__grid .box__content {
		padding: 20px 10px
	}
}

.media-response-title__grid .box__content .info h4 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #404040
}

.media-response-title__grid .box__content .info a {
	text-decoration: none;
	margin-bottom: 70px;
	display: block;
	transition: .3s ease
}

@media (max-width: 991px) {
	.media-response-title__grid .box__content .info a {
		margin-bottom: 40px
	}
}

.media-response-title__grid .box__content .info a:hover {
	opacity: 0.6
}

.media-response-title__grid .box__content .info a h2 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	color: #00833E
}

.media-response-title__grid .box__content ul {
	display: flex;
	flex-wrap: wrap
}

	.media-response-title__grid .box__content ul li a {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.2;
		margin-right: 5px;
		text-decoration: none;
		color: #404040;
		transition: .3s ease
	}

		.media-response-title__grid .box__content ul li a:hover {
			opacity: 0.6
		}

		.media-response-title__grid .box__content ul li a:after {
			content: ', ';
			display: inline-block
		}

	.media-response-title__grid .box__content ul li:last-of-type a:after {
		display: none
	}

.product-detail {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

	.product-detail .product__content {
		display: flex;
		max-width: 860px
	}

@media (max-width: 767px) {
	.product-detail .product__content {
		flex-wrap: wrap
	}
}

.product-detail .product__content .image {
	width: 45%;
	display: block;
	box-sizing: border-box;
	padding-right: 20px
}

@media (max-width: 767px) {
	.product-detail .product__content .image {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px
	}
}

@media (max-width: 767px) and (max-width: 450px) {
	.product-detail .product__content .image {
		padding-bottom: 20px
	}
}

.product-detail .product__content .image img {
	width: 100%;
	height: auto;
	border-radius: 5px
}

.product-detail .product__content .info {
	width: 55%;
	display: block;
	box-sizing: border-box;
	padding-left: 20px
}

@media (max-width: 767px) {
	.product-detail .product__content .info {
		width: 100%;
		padding-left: 0
	}
}

.product-detail .product__content .info > a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #333333;
	text-decoration: none;
	transition: .3s ease
}

	.product-detail .product__content .info > a:hover {
		opacity: .6
	}

.product-detail .product__content .info h2 {
	font-size: 31px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 10px;
	color: #00833E
}

.product-detail .product__content .info .text p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #333333
}

.product-detail .product__content .info ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5px
}

	.product-detail .product__content .info ul li {
		width: 50%;
		display: block;
		box-sizing: border-box;
		padding: 2.5px
	}

		.product-detail .product__content .info ul li div {
			background-color: #F4F4F4;
			display: block;
			box-sizing: border-box;
			padding: 10px;
			text-align: center;
			border-radius: 4px
		}

			.product-detail .product__content .info ul li div h4 {
				font-size: 14px;
				font-weight: 500;
				line-height: 17px
			}

			.product-detail .product__content .info ul li div h3 {
				font-size: 21px;
				font-weight: 600;
				line-height: 26px;
				color: #00833E
			}

			.product-detail .product__content .info ul li div h5 {
				font-size: 14px;
				font-weight: 400;
				line-height: 16px;
				color: #00833E
			}

.product-detail .product__content .info form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px
}

@media (max-width: 450px) {
	.product-detail .product__content .info form {
		padding-top: 20px
	}
}

.product-detail .product__content .info form label {
	width: 100px
}

	.product-detail .product__content .info form label input {
		border: 1px solid #007A66;
		padding: 12.5px 10px;
		box-sizing: border-box;
		max-width: 160px
	}

@media (max-width: 380px) {
	.product-detail .product__content .info form label input {
		max-width: 100px
	}
}

.product-detail .product__content .info form button {
	border: none;
	padding: 12.5px 20px;
	width: 160px;
	text-align: center;
	border: 2px solid #00833E;
	border-radius: 4px;
	background-color: transparent;
	color: #00833E;
	font-size: 15px;
	transition: .3s ease
}

	.product-detail .product__content .info form button:hover {
		background-color: #00833E;
		color: #fff
	}

.product-detail .product__title {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	width: 33.33333%
}

@media (max-width: 991px) {
	.product-detail .product__title {
		width: 50%
	}
}

.product-detail .product__title__content .image a {
	display: block;
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	border-radius: 4px
}

	.product-detail .product__title__content .image a img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: .3s ease
	}

	.product-detail .product__title__content .image a:hover img {
		transform: scale(1.2)
	}

.product-detail .product__title__content .info {
	display: block;
	box-sizing: border-box;
	padding-top: 15px
}

	.product-detail .product__title__content .info ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px
	}

		.product-detail .product__title__content .info ul li a {
			font-size: 14px;
			font-weight: 400;
			line-height: 16px;
			transition: .3s ease;
			text-decoration: none;
			color: #404040
		}

			.product-detail .product__title__content .info ul li a:after {
				content: ',';
				display: inline-block;
				margin-right: 5px
			}

			.product-detail .product__title__content .info ul li a:hover {
				opacity: 0.6
			}

		.product-detail .product__title__content .info ul li:last-of-type a:after {
			display: none
		}

	.product-detail .product__title__content .info > a {
		text-decoration: none
	}

		.product-detail .product__title__content .info > a h2 {
			font-size: 21px;
			font-weight: 600;
			line-height: 25px;
			margin-bottom: 10px;
			color: #00833E;
			transition: .3s ease
		}

			.product-detail .product__title__content .info > a h2:hover {
				opacity: .6
			}

@media (max-width: 400px) {
	.product-detail .product__title__content .info > a h2 {
		font-size: 18px;
		line-height: 21px
	}
}

.product-detail .product__title__content .info h3 {
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	color: #404040
}

.document-downloads {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

	.document-downloads table {
		border-collapse: separate;
		border-spacing: 0
	}

		.document-downloads table tbody tr {
			background-color: #F4F4F4;
			border-radius: 5px
		}

			.document-downloads table tbody tr:first-of-type {
				background-color: transparent
			}

			.document-downloads table tbody tr th {
				font-size: 16px;
				font-weight: 600;
				line-height: 1;
				padding: 24px 18px;
				color: #007A66;
				text-align: left
			}

			.document-downloads table tbody tr td {
				padding: 24px 40px 24px 18px
			}

				.document-downloads table tbody tr td:last-of-type {
					padding-right: 18px;
					display: flex;
					align-items: center
				}

					.document-downloads table tbody tr td:last-of-type h4 {
						padding-right: 40px;
						font-size: 16px;
						font-weight: 400;
						line-height: 1
					}

					.document-downloads table tbody tr td:last-of-type a {
						display: block;
						transition: .3s ease
					}

						.document-downloads table tbody tr td:last-of-type a:hover {
							opacity: 0.6
						}

				.document-downloads table tbody tr td h2 {
					font-size: 16px;
					font-weight: 600;
					line-height: 1;
					color: #007A66
				}

				.document-downloads table tbody tr td h3 {
					font-size: 16px;
					font-weight: 400;
					line-height: 18px;
					color: #404040
				}

.member-benefits {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.member-benefits__content {
	display: flex
}

@media (max-width: 767px) {
	.member-benefits__content {
		flex-wrap: wrap
	}
}

.member-benefits__content .sidebar {
	width: 20%;
	display: block
}

@media (max-width: 767px) {
	.member-benefits__content .sidebar {
		width: 100%
	}
}

.member-benefits__content .sidebar ul {
	display: block;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.member-benefits__content .sidebar ul {
		display: flex;
		flex-wrap: wrap
	}
}

.member-benefits__content .sidebar ul li {
	background-color: #fff;
	padding: 0 4px 4px 0;
	display: block;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.member-benefits__content .sidebar ul li {
		padding: 4px
	}
}

.member-benefits__content .sidebar ul li:last-of-type {
	padding-bottom: 0
}

.member-benefits__content .sidebar ul li a {
	width: 100%;
	box-sizing: border-box;
	padding: 16px 20px;
	border: 2px solid #00833E;
	border-radius: 4px;
	color: #00833E;
	background-color: #fff
}

	.member-benefits__content .sidebar ul li a.active {
		background-color: #00833E;
		color: #fff
	}

.member-benefits__content .tabs {
	width: 80%;
	display: block;
	box-sizing: border-box;
	padding: 35px 30px;
	background-color: #F4F4F4;
	border-radius: 5px
}

@media (max-width: 767px) {
	.member-benefits__content .tabs {
		width: 100%;
		padding: 20px
	}
}

.member-benefits__content .tabs .tab {
	display: none
}

	.member-benefits__content .tabs .tab.active {
		display: block
	}

.member-benefits__content .tabs .tab__content h2 {
	font-size: 25px;
	font-weight: 600;
	color: #00833E;
	line-height: 1.2;
	border-bottom: 1px solid #404040;
	padding-bottom: 10px;
	margin-bottom: 20px
}

.member-benefits__content .tabs .tab__content ul {
	list-style-type: disc;
	color: #00833E;
	padding-left: 20px;
	margin-bottom: 20px
}

	.member-benefits__content .tabs .tab__content ul li p {
		font-size: 15px;
		font-weight: 400;
		line-height: 32px;
		color: #404040
	}

.member-benefits__content .tabs .tab__content__join {
	display: flex;
	justify-content: space-between;
	background-color: #404040;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px
}

@media (max-width: 400px) {
	.member-benefits__content .tabs .tab__content__join {
		flex-wrap: wrap
	}
}

.member-benefits__content .tabs .tab__content__join h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
	margin: 0
}

@media (max-width: 400px) {
	.member-benefits__content .tabs .tab__content__join h3 {
		width: 100%;
		padding-bottom: 20px;
		text-align: center
	}
}

.member-benefits__content .tabs .tab__content__join .btn {
	border-radius: 4px;
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	transition: .3s ease
}

	.member-benefits__content .tabs .tab__content__join .btn:hover {
		background-color: #fff;
		color: #404040
	}

@media (max-width: 400px) {
	.member-benefits__content .tabs .tab__content__join .btn {
		margin: 0 auto
	}
}

.event-toolkit {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

	.event-toolkit h2 {
		font-size: 31px;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 20px;
		color: #00833E
	}

.event-toolkit__flex {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-bottom: 100px;
	justify-content: space-between
}

@media (max-width: 767px) {
	.event-toolkit__flex {
		padding-bottom: 40px
	}
}

@media (max-width: 767px) and (max-width: 550px) {
	.event-toolkit__flex {
		display: block
	}
}

.event-toolkit__flex .text {
	width: 75%;
	display: block;
	box-sizing: border-box;
	padding-right: 25px
}

@media (max-width: 550px) {
	.event-toolkit__flex .text {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px
	}
}

.event-toolkit__flex .text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px
}

.event-toolkit__flex .btn {
	width: 25%;
	max-width: 262px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	border: 2px solid #00833E;
	color: #00833E;
	background-color: transparent;
	transition: .3s ease
}

	.event-toolkit__flex .btn:hover {
		background-color: #00833E;
		color: #fff
	}

@media (max-width: 550px) {
	.event-toolkit__flex .btn {
		width: 100%
	}
}

.event-toolkit h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 20px;
	color: #00833E
}

.event-toolkit__mass {
	position: relative
}

	.event-toolkit__mass .item {
		position: absolute
	}

		.event-toolkit__mass .item img {
			width: 100%;
			height: auto
		}

.event-section-top {
	display: block;
	box-sizing: border-box;
	padding: 40px 0 0
}

.accordions {
	display: block
}

.accordions__content {
	display: block;
	box-sizing: border-box;
	width: 100%
}

	.accordions__content .item {
		border-top: 1px solid #C8C8C8
	}

		.accordions__content .item:last-of-type {
			border-bottom: 1px solid #C8C8C8
		}

	.accordions__content .item__head {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 12px 0;
		cursor: pointer
	}

		.accordions__content .item__head h3 {
			font-size: 15px;
			font-weight: 600;
			line-height: 24px;
			color: #404040;
			margin-bottom: 0
		}

		.accordions__content .item__head span {
			width: 25px;
			height: 25px;
			border-radius: 50%;
			background-color: transparent;
			position: relative;
			border: 1px solid #00833E;
			transition: .3s ease
		}

			.accordions__content .item__head span:after {
				position: absolute;
				width: 12px;
				height: 2px;
				background-color: #00833E;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				display: block;
				content: ''
			}

			.accordions__content .item__head span:before {
				position: absolute;
				height: 12px;
				width: 2px;
				background-color: #00833E;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				display: block;
				content: '';
				transition: .3s ease
			}

		.accordions__content .item__head:hover span {
			background-color: #00833E
		}

			.accordions__content .item__head:hover span:after, .accordions__content .item__head:hover span:before {
				background-color: #fff
			}

		.accordions__content .item__head.active span:before {
			opacity: 0
		}

	.accordions__content .item__content {
		display: none;
		box-sizing: border-box;
		padding: 10px 0 20px
	}

		.accordions__content .item__content .text p {
			font-size: 15px;
			font-weight: 400;
			line-height: 24px;
			margin-bottom: 20px
		}

	.accordions__content .item__content__grid {
		display: flex
	}

@media (max-width: 767px) {
	.accordions__content .item__content__grid {
		flex-wrap: wrap
	}
}

.accordions__content .item__content__grid .image {
	width: 25%;
	display: block;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.accordions__content .item__content__grid .image {
		width: 100%
	}
}

.accordions__content .item__content__grid .image img {
	width: 100%;
	height: auto;
	border-radius: 4px
}

.accordions__content .item__content__grid .text {
	width: 75%;
	display: block;
	box-sizing: border-box;
	padding-left: 40px
}

@media (max-width: 767px) {
	.accordions__content .item__content__grid .text {
		width: 100%;
		padding-left: 0;
		padding-top: 20px
	}
}

.accord-col {
	padding: 40px 0
}

	.accord-col h2 {
		font-size: 25px;
		font-weight: 600;
		line-height: 29px;
		margin-bottom: 20px;
		color: #00833E
	}

.accord-col__flex {
	display: flex;
	margin: 0 -20px
}

@media (max-width: 767px) {
	.accord-col__flex {
		flex-wrap: wrap;
		margin: 0
	}
}

.accord-col__flex > div {
	padding: 0 20px;
	width: 100%
}

@media (max-width: 767px) {
	.accord-col__flex > div {
		padding: 0
	}

		.accord-col__flex > div .accordions__content .item:first-of-type {
			border-top: none
		}
}

.tab_content {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.tab_content__lists {
	display: flex;
	border-bottom: 3px solid #404040
}

@media (max-width: 767px) {
	.tab_content__lists {
		flex-wrap: wrap
	}
}

.tab_content__lists li {
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	background-color: #00833E;
	padding: 12.5px 30px;
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer
}

@media (max-width: 767px) {
	.tab_content__lists li {
		margin: 2.5px;
		border: none
	}
}

@media (max-width: 767px) and (max-width: 400px) {
	.tab_content__lists li {
		width: 100%;
		text-align: center
	}
}

.tab_content__lists li.item--inactive {
	background-color: rgba(132,132,132,0.2);
	border-bottom-color: rgba(132,132,132,0.2);
	color: rgba(0,0,0,0.2);
	cursor: no-drop
}

	.tab_content__lists li.item--inactive:after {
		display: none
	}

.tab_content__lists li:after {
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 2px;
	left: 2px;
	border: 1px solid transparent;
	display: block;
	content: '';
	transition: .3s ease
}

.tab_content__lists li:first-of-type {
	border-left: none
}

.tab_content__lists li:hover:after {
	border-color: #fff
}

.tab_content__lists li.active {
	background-color: #404040;
	border-bottom-color: #404040
}

	.tab_content__lists li.active:after {
		display: none
	}

.tab_content__items {
	display: block;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 3px solid #404040
}

	.tab_content__items .item {
		display: none;
		box-sizing: border-box
	}

		.tab_content__items .item.active {
			display: block
		}

		.tab_content__items .item .text p {
			font-size: 16px;
			line-height: 24px;
			font-weight: 400;
			margin-bottom: 20px;
			color: #404040
		}

.small-cwc {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.small-cwc__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border-top: 2px solid #00833E;
	border-bottom: 2px solid #00833E;
	padding: 15px 0
}

@media (max-width: 450px) {
	.small-cwc__flex {
		flex-wrap: wrap
	}
}

.small-cwc__flex h2 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	padding-right: 20px;
	color: #007A66;
	margin-bottom: 0
}

.small-cwc__flex + .small-cwc__flex {
	border-top: none
}

@media (max-width: 450px) {
	.small-cwc__flex h2 {
		margin-bottom: 20px;
		width: 100%
	}
}

.small-cwc__flex .btn {
	background-color: transparent;
	border: 2px solid #00833E;
	color: #00833E;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	transition: .3s ease;
	min-width: 125px;
	margin-left: 20px
}

	.small-cwc__flex .btn:hover {
		background-color: #00833E;
		color: #fff
	}

.image_callout {
	display: block;
	box-sizing: border-box;
	position: relative;
	background: #12519e;
	background: linear-gradient(270deg, #12519e 0%, #f3afca 100%);
	overflow: hidden
}

	.image_callout svg {
		position: absolute;
		right: -23px;
		top: 0
	}

	.image_callout img {
		position: absolute;
		right: -23px;
		top: 0;
		width: 390px;
		height: 388px;
	}

.image_callout__content {
	position: relative;
	z-index: 1;
	padding: 90px 0
}

@media (max-width: 500px) {
	.image_callout__content {
		padding: 80px 0
	}
}

.image_callout__content h2 {
	font-size: 31px;
	font-weight: 600;
	color: #fff;
	line-height: 42px;
	text-align: center;
	margin-bottom: 20px
}

@media (max-width: 767px) {
	.image_callout__content h2 {
		font-size: 24px;
		line-height: 36px
	}
}

@media (max-width: 767px) and (max-width: 600px) {
	.image_callout__content h2 br {
		display: none
	}
}

.image_callout__content .btn {
	margin: 0 auto;
	min-width: 220px;
	text-align: center;
	box-sizing: border-box;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 4px;
	transition: .3s ease
}

	.image_callout__content .btn:hover {
		background-color: #fff;
		color: #12519e
	}

.grid-image {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.grid-image__boxs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5px
}

@media (max-width: 767px) {
	.grid-image__boxs {
		margin: 0
	}
}

.grid-image__boxs .box {
	width: 50%;
	display: block;
	box-sizing: border-box;
	padding: 2.5px
}

@media (max-width: 767px) {
	.grid-image__boxs .box {
		width: 100%;
		padding: 2.5px 0
	}
}

.grid-image__boxs .box__content {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden
}

	.grid-image__boxs .box__content img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center
	}

	.grid-image__boxs .box__content:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		content: '';
		background-color: rgba(0,122,102,0.8);
		transition: .3s ease
	}

	.grid-image__boxs .box__content:before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 70%;
		background: #000;
		background: linear-gradient(180deg, rgba(0,0,0,0.00183824) 0%, #007a66 100%);
		z-index: 1;
		display: block;
		content: '';
		transition: .3s ease
	}

.grid-image__boxs .box__content--green:after {
	background-color: rgba(0,131,62,0.8)
}

.grid-image__boxs .box__content--green:before {
	background: linear-gradient(180deg, rgba(0,0,0,0.00183824) 0%, #00833e 100%)
}

.grid-image__boxs .box__content--lightgreen:after {
	background-color: rgba(126,187,0,0.8)
}

.grid-image__boxs .box__content--lightgreen:before {
	background: linear-gradient(180deg, rgba(0,0,0,0.00183824) 0%, #7ebb00 100%)
}

.grid-image__boxs .box__content--blue:after {
	background-color: rgba(18,55,88,0.8)
}

.grid-image__boxs .box__content--blue:before {
	background: linear-gradient(180deg, rgba(0,0,0,0.00183824) 0%, #123758 100%)
}

.grid-image__boxs .box__content--yellow:after {
	background-color: rgba(224,183,8,0.8)
}

.grid-image__boxs .box__content--yellow:before {
	background: linear-gradient(180deg, rgba(0,0,0,0.00183824) 0%, #e0b708 100%)
}

.grid-image__boxs .box__content .info {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	display: block;
	box-sizing: border-box;
	z-index: 1;
	padding: 15px;
	transition: .3s ease
}

	.grid-image__boxs .box__content .info h2 {
		font-size: 25px;
		font-weight: 600;
		line-height: 1.2;
		color: #fff;
		margin-bottom: 20px
	}

@media (max-width: 400px) {
	.grid-image__boxs .box__content .info h2 {
		font-size: 24px
	}
}

.grid-image__boxs .box__content .info .text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff
}

@media (max-width: 400px) {
	.grid-image__boxs .box__content .info .text p {
		font-size: 14px;
		line-height: 21px
	}
}

.grid-image__boxs .box__content .info .btn {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	transition: .3s ease
}

	.grid-image__boxs .box__content .info .btn:hover {
		background-color: #fff;
		color: #404044
	}

.grid-image__boxs .box__content:hover .info {
	bottom: 0
}

.list_image {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

	.list_image ul li {
		border-bottom: 1px solid #C8C8C8;
		margin-bottom: 30px;
		display: flex
	}

@media (max-width: 450px) {
	.list_image ul li {
		flex-wrap: wrap
	}
}

.list_image ul li .image {
	width: 160px
}

@media (max-width: 450px) {
	.list_image ul li .image {
		width: 100%
	}
}

.list_image ul li .text {
	width: calc(100% - 160px);
	padding-left: 20px
}

@media (max-width: 450px) {
	.list_image ul li .text {
		width: 100%;
		padding-left: 0;
		padding-top: 20px
	}
}

.list_image ul li .text h3 {
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 10px
}

.testimonial-width {
	display: block;
	box-sizing: border-box;
	position: relative
}

.testimonial-width__content {
	position: relative
}

	.testimonial-width__content .swiper {
		background-color: #F4F4F4;
		display: block;
		box-sizing: border-box;
		overflow: hidden;
		position: relative
	}

.testimonial-width__item {
	display: flex;
	padding: 15px
}

@media (max-width: 600px) {
	.testimonial-width__item {
		flex-wrap: wrap
	}
}

.testimonial-width__item .logo {
	width: 188px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden
}

@media (max-width: 600px) {
	.testimonial-width__item .logo {
		width: 100%
	}
}

.testimonial-width__item .logo img {
	width: 100%;
	height: auto
}

.testimonial-width__item .text {
	padding-right: 10vw;
	padding-left: 40px;
	box-sizing: border-box;
	display: block;
	width: calc(100% - 188px)
}

	.testimonial-width__item .text:before {
		position: relative;
		content: '';
		display: block;
		width: 60px;
		height: 37px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60.905' height='37.711' viewBox='0 0 60.905 37.711'%3E%3Cpath id='Fill_1' data-name='Fill 1' d='M52.374,37.711H30.229L46.39,0H60.9l-8.53,37.71Zm-30.226,0H0L16.163,0H30.678l-8.53,37.71Z' transform='translate(0 0)' fill='%23404040'/%3E%3C/svg%3E%0A");
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: 20px
	}

@media (max-width: 767px) {
	.testimonial-width__item .text {
		padding-right: 0;
		padding-bottom: 40px
	}
}

@media (max-width: 767px) and (max-width: 600px) {
	.testimonial-width__item .text {
		width: 100%;
		padding-left: 0;
		padding-top: 20px
	}
}

.testimonial-width__item .text h4 {
	font-size: 16px;
	font-weight: 600;
	color: #00833E;
	line-height: 24px
}

.testimonial-width__arrow {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	align-items: center
}

	.testimonial-width__arrow > div {
		position: static;
		width: 32px;
		height: 32px;
		background-color: transparent;
		border: 1px solid #00833E;
		border-radius: 50%;
		transition: .3s ease
	}

		.testimonial-width__arrow > div:hover {
			background-color: #00833E
		}

			.testimonial-width__arrow > div:hover:after {
				color: #fff
			}

		.testimonial-width__arrow > div:first-of-type {
			margin-right: 10px
		}

		.testimonial-width__arrow > div:after {
			font-size: 16px;
			color: #00833E
		}

.sidebar-testimonial {
	display: block;
	box-sizing: border-box;
	background-color: #F4F4F4;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	border-radius: 5px
}

.sidebar-testimonial__item {
	padding: 20px
}

	.sidebar-testimonial__item .image {
		width: 150px;
		height: 150px;
		border-radius: 4px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		margin: 0 auto
	}

		.sidebar-testimonial__item .image img {
			max-width: 80%;
			max-height: 80%;
			width: 100%;
			height: auto
		}

	.sidebar-testimonial__item .text {
		padding-top: 60px;
		text-align: center
	}

		.sidebar-testimonial__item .text h4 {
			font-size: 15px;
			font-weight: 600;
			line-height: 24px;
			color: #008274
		}

.sidebar-testimonial__arrow {
	position: absolute;
	top: 210px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	z-index: 1
}

	.sidebar-testimonial__arrow > div {
		position: static;
		width: 32px;
		height: 32px;
		border: 1px solid #008274;
		border-radius: 50%;
		transition: .3s ease
	}

		.sidebar-testimonial__arrow > div:hover {
			background-color: #008274
		}

			.sidebar-testimonial__arrow > div:hover:after {
				color: #008274
			}

		.sidebar-testimonial__arrow > div:first-of-type {
			margin-right: 10px
		}

		.sidebar-testimonial__arrow > div:after {
			font-size: 16px;
			color: #008274
		}

.membership-promo {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.membership-promo__flex {
	display: flex;
	align-items: center
}

@media (max-width: 767px) {
	.membership-promo__flex {
		flex-wrap: wrap
	}
}

.membership-promo__flex .image {
	width: 50%;
	position: relative
}

@media (max-width: 767px) {
	.membership-promo__flex .image {
		width: 100%
	}
}

.membership-promo__flex .image img {
	width: 100%;
	height: auto;
	border-radius: 5px
}

.membership-promo__flex .info {
	width: 50%;
	display: block;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 40px
}

@media (max-width: 767px) {
	.membership-promo__flex .info {
		width: 100%;
		padding: 20px 0
	}
}

.author-block {
	display: block;
	box-sizing: border-box;
	padding: 20px 0
}

.author-block__content {
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	padding: 20px 0;
	box-sizing: border-box;
	display: block;
	max-width: 968px
}

	.author-block__content h5 {
		font-size: 15px;
		font-weight: 400;
		line-height: 1;
		margin-bottom: 15px
	}

	.author-block__content .people {
		display: flex;
		align-items: center;
		padding-bottom: 10px;
		box-sizing: border-box
	}

		.author-block__content .people .image {
			width: 60px;
			height: 60px;
			border-radius: 50%;
			overflow: hidden
		}

			.author-block__content .people .image img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center
			}

		.author-block__content .people .info {
			display: block;
			box-sizing: border-box;
			padding-left: 10px
		}

			.author-block__content .people .info h3 {
				font-size: 21px;
				margin-bottom: 0
			}

	.author-block__content ul {
		display: flex;
		align-items: center
	}

		.author-block__content ul li {
			margin-right: 10px
		}

			.author-block__content ul li a {
				transition: .3s ease;
				display: block
			}

				.author-block__content ul li a:hover {
					opacity: .6
				}

.start-counters {
	display: block;
	box-sizing: border-box;
	padding: 20px 0
}

.start-counters__flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap
}

	.start-counters__flex .item {
		text-align: center;
		padding: 20px;
		display: block;
		box-sizing: border-box
	}

		.start-counters__flex .item .icon {
			width: 116px;
			height: 116px;
			margin: 0 auto
		}

			.start-counters__flex .item .icon svg, .start-counters__flex .item .icon img {
				width: 100%;
				height: 100%
			}

		.start-counters__flex .item h3 {
			font-size: 37px;
			font-weight: 600;
			line-height: 1.5;
			color: #00833E;
			margin: 10px 0
		}

		.start-counters__flex .item p {
			font-size: 15px;
			font-weight: 400;
			line-height: 1.2
		}

.icon_content {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.icon_content__item {
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	display: block
}

	.icon_content__item .icon {
		width: 90px;
		height: 90px;
		margin: 0 auto
	}

		.icon_content__item .icon svg, .icon_content__item .icon img {
			width: 100%;
			height: 100%
		}

	.icon_content__item h3 {
		font-size: 21px;
		font-weight: 600;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 10px
	}

	.icon_content__item p {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px
	}

.icon_content__item--left {
	text-align: left
}

	.icon_content__item--left .icon {
		margin: 0 auto 0 0
	}

.solid-callout {
	display: block;
	box-sizing: border-box;
	padding: 20px 0
}

.solid-callout__content {
	background: #00833e;
	background: linear-gradient(90deg, #00833e 0%, #7ebb00 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 40px 30px
}

@media (max-width: 767px) {
	.solid-callout__content {
		flex-wrap: wrap;
		padding: 20px
	}
}

.solid-callout__content h2 {
	color: #fff;
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 500;
	padding-right: 20px;
	line-height: 1.2
}

@media (max-width: 767px) {
	.solid-callout__content h2 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
		text-align: center
	}
}

@media (max-width: 767px) and (max-width: 500px) {
	.solid-callout__content h2 {
		font-size: 24px
	}
}

.solid-callout__content .btn {
	min-width: 240px;
	text-align: center
}

@media (max-width: 767px) {
	.solid-callout__content .btn {
		margin: 0 auto
	}
}

.image-gallery-slider {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

	.image-gallery-slider .swiper {
		overflow: hidden;
		position: relative
	}

.image-gallery-slider__item .image img {
	width: 100%;
	height: auto
}

.image-gallery-slider__item h3 {
	display: block;
	box-sizing: border-box;
	padding: 20px 40px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
	color: #333333;
	text-align: center
}

.image-gallery-slider__arrow {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	z-index: 1;
	justify-content: space-between
}

	.image-gallery-slider__arrow > div {
		position: static;
		width: 32px;
		height: 32px;
		background-color: transparent;
		border: 1px solid #00833E;
		border-radius: 50%;
		transition: .3s ease
	}

		.image-gallery-slider__arrow > div:hover {
			background-color: #00833E
		}

			.image-gallery-slider__arrow > div:hover:after {
				color: #fff
			}

		.image-gallery-slider__arrow > div:first-of-type {
			margin-right: 10px
		}

		.image-gallery-slider__arrow > div:after {
			font-size: 16px;
			color: #00833E
		}

.image-link-slideup {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.image-link-slideup__flex {
	display: flex;
	flex-wrap: wrap
}

	.image-link-slideup__flex .item {
		width: 25%;
		display: block;
		box-sizing: border-box;
		padding: 2.5px
	}

@media (max-width: 991px) {
	.image-link-slideup__flex .item {
		width: 50%
	}
}

@media (max-width: 991px) and (max-width: 550px) {
	.image-link-slideup__flex .item {
		width: 100%
	}
}

.image-link-slideup__flex .item__content {
	position: relative;
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	display: block
}

	.image-link-slideup__flex .item__content:before {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 40%;
		display: block;
		content: "";
		width: 100%;
		background: #000;
		background: linear-gradient(180deg, rgba(0,0,0,0.00183824) 0%, rgba(0,0,0,0.414555) 100%);
		z-index: 1
	}

	.image-link-slideup__flex .item__content img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	.image-link-slideup__flex .item__content .info {
		position: absolute;
		top: calc(100% - 60px);
		display: block;
		box-sizing: border-box;
		padding: 20px;
		transition: .5s ease;
		overflow: auto;
		height: auto;
		z-index: 2
	}

	.image-link-slideup__flex .item__content .infoFour {
		position: absolute;
		top: calc(100% - 60px);
		display: block;
		box-sizing: border-box;
		padding: 20px;
		transition: .5s ease;
		height: 100%;
		z-index: 2
	}

		.image-link-slideup__flex .item__content .infoFour h2 {
			font-size: 21px;
			font-weight: 600;
			line-height: 26px;
			color: #fff;
			margin-bottom: 10px
		}

		.image-link-slideup__flex .item__content .infoFour .text p {
			color: #fff
		}

.image-link-slideup__flex .item:hover .item__content .infoFour {
	top: 10%
}

.image-link-slideup__flex .item__content .info h2 {
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	color: #fff;
	margin-bottom: 10px
}

.image-link-slideup__flex .item__content .info .text p {
	color: #fff
}

.image-link-slideup__flex .item:hover .item__content .info {
	top: auto;
	bottom: 0
}

.flex-four {
	position: relative;
	width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.image-link-slideup__flex--two .item {
	width: 50%
}

.image-link-slideup__flex--twoColumns .item {
	width: 100%
}

.flex-twoColumns {
	position: relative;
	width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.image-link-slideup__flex--four .item {
	width: 100%;
}

@media (max-width: 550px) {
	.image-link-slideup__flex--two .item, .image-link-slideup__flex--four .item {
		width: 100%
	}
}

.image-link-slideup__flex--two .item__content {
	padding-bottom: 50%
}

@media (max-width: 767px) {
	.image-link-slideup__flex--two .item__content {
		padding-bottom: 70%
	}
}

.people-profile2 {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.people-profile2__flex {
	display: flex;
	flex-wrap: wrap
}

	.people-profile2__flex .box {
		width: 33.33333%;
		padding: 5px;
		display: block;
		box-sizing: border-box
	}

@media (max-width: 767px) {
	.people-profile2__flex .box {
		width: 50%
	}
}

@media (max-width: 767px) and (max-width: 450px) {
	.people-profile2__flex .box {
		width: 100%
	}
}

.people-profile2__flex .box__content {
	display: block;
	box-sizing: border-box;
	background-color: #F4F4F4;
	padding: 30px;
	text-align: center
}

	.people-profile2__flex .box__content .image {
		width: 150px;
		height: 150px;
		border-radius: 50%;
		overflow: hidden;
		margin: 0 auto
	}

		.people-profile2__flex .box__content .image img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center
		}

	.people-profile2__flex .box__content .info {
		display: block;
		padding-top: 20px;
		box-sizing: border-box
	}

		.people-profile2__flex .box__content .info h3 {
			font-size: 21px;
			font-weight: 600;
			line-height: 1.2;
			margin-bottom: 10px;
			color: #00833E
		}

		.people-profile2__flex .box__content .info h4 {
			font-size: 15px;
			font-weight: 600;
			line-height: 1.2;
			color: #404040;
			margin-bottom: 20px
		}

		.people-profile2__flex .box__content .info h5 {
			font-size: 15px;
			font-weight: 400;
			line-height: 24px;
			color: #404040
		}

.map-content {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.map-content__flex {
	display: flex;
	align-items: center
}

@media (max-width: 600px) {
	.map-content__flex {
		flex-wrap: wrap
	}
}

.map-content__flex .map {
	width: 70%
}

@media (max-width: 991px) {
	.map-content__flex .map {
		width: 50%
	}
}

@media (max-width: 991px) and (max-width: 600px) {
	.map-content__flex .map {
		width: 100%
	}
}

.map-content__flex .map iframe {
	width: 100%
}

.map-content__flex .info {
	width: 30%;
	display: block;
	box-sizing: border-box;
	padding-left: 40px
}

	.map-content__flex .info .btn {
		border: 2px solid #00833E;
		background-color: transparent;
		color: #00833E;
		border-radius: 4px;
		transition: .3s ease
	}

		.map-content__flex .info .btn:hover {
			background-color: #00833E;
			color: #fff
		}

@media (max-width: 991px) {
	.map-content__flex .info {
		width: 50%
	}
}

@media (max-width: 991px) and (max-width: 600px) {
	.map-content__flex .info {
		width: 100%;
		padding-left: 0;
		padding-top: 30px
	}
}

.sponsors {
	display: block;
	box-sizing: border-box;
	padding: 80px 0 40px;
	background-color: #F4F4F4
}

@media (max-width: 767px) {
	.sponsors {
		padding: 40px 0 20px
	}
}

.sponsors h3 {
	font-size: 21px;
	line-height: 25px
}

.sponsors__hight {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px
}

	.sponsors__hight ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -12.5px
	}

		.sponsors__hight ul li {
			width: 16.6666666667%;
			display: flex;
			box-sizing: border-box;
			padding: 12.5px;
		}

@media (max-width: 991px) {
	.sponsors__hight ul li {
		width: 20%
	}
}

@media (max-width: 991px) and (max-width: 600px) {
	.sponsors__hight ul li {
		width: 25%;
		padding: 5px
	}
}

.sponsors__hight ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border: 1px solid rgba(64,64,64,0.1)
}

.sponsors__small {
	display: block;
	box-sizing: border-box;
	padding-bottom: 40px
}

	.sponsors__small ul {
		display: flex;
		flex-wrap: wrap
	}

		.sponsors__small ul li {
			width: 8.33333333333%;
			display: block;
			box-sizing: border-box;
			padding: 4px
		}

@media (max-width: 991px) {
	.sponsors__small ul li {
		width: 16.6666666667%
	}
}

.sponsors__small ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border: 1px solid rgba(64,64,64,0.1)
}

.sponsors-with-image {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

	.sponsors-with-image .box {
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 10px
	}

	.sponsors-with-image .box__content {
		display: block;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		padding-bottom: 70%
	}

		.sponsors-with-image .box__content img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center
		}

		.sponsors-with-image .box__content .btn {
			position: absolute;
			width: calc(100% - 40px);
			left: 20px;
			bottom: 20px;
			text-align: center;
			background-color: transparent;
			border: 2px solid #fff;
			border-radius: 4px;
			color: #fff;
			transition: .3s ease
		}

			.sponsors-with-image .box__content .btn:hover {
				background-color: #fff;
				color: #00833E
			}

.grid-icons {
	display: block;
	box-sizing: border-box;
	padding: 40px 0 30px
}

.grid-icons__box {
	display: block;
	box-sizing: border-box;
	padding: 10px 0
}

	.grid-icons__box .title {
		display: flex;
		align-items: center;
		margin-bottom: 20px
	}

		.grid-icons__box .title svg, .grid-icons__box .title img {
			width: 42px;
			height: 42px;
			margin-right: 10px
		}

		.grid-icons__box .title h3 {
			margin-bottom: 0;
			font-size: 21px
		}

.query {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.query__filtr {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-bottom: 20px
}

@media (max-width: 767px) {
	.query__filtr {
		flex-wrap: wrap
	}
}

.query__input h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #404040;
	margin-bottom: 5px
}

.query__input .choices {
	min-width: 260px
}

@media (max-width: 767px) {
	.query__input {
		width: 100%;
		margin-bottom: 20px
	}

		.query__input .choices {
			width: 100%
		}
}

@media (max-width: 767px) {
	.query__search {
		width: 100%
	}
}

.query__search {
	position: relative
}

	.query__search input {
		min-width: 460px;
		border: 1px solid #404040;
		border-radius: 4px;
		padding: 12px 60px 12px 20px;
		color: #404040;
		font-size: 16px;
		line-height: 1
	}

		.query__search input::placeholder {
			color: rgba(64,64,64,0.7)
		}

@media (max-width: 767px) {
	.query__search input {
		width: 100%;
		min-width: auto
	}
}

.query__search button {
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	width: 44px;
	height: 44px;
	transition: .3s ease
}

.query__search form span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #007A66;
	transition: .3s ease;
	mask: url("/images/search_green.svg") no-repeat center;
	mask-size: 70%
}

.query__search button:hover {
	background-color: #00833E
}

	.query__search button:hover span {
		stroke: #fff
	}

.query__grid {
	display: block;
	box-sizing: border-box;
	padding: 20px 0 0
}

.query__box {
	display: flex;
	align-items: center;
	background-color: #F4F4F4;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 15px;
	justify-content: space-between
}

	.query__box a {
		text-decoration: none
	}

		.query__box h3 {
			font-size: 16px;
			line-height: 24px;
			margin-bottom: 0;
			transition: .3s ease
		}

		.query__box h4 {
			font-size: 14px;
			font-weight: 400;
			line-height: 1.2;
			color: #404040
		}

		.query__box a:first-of-type {
			width: calc(100% - 60px)
		}

		.query__box a:last-of-type {
			width: 32px;
			height: 32px
		}

.image-grid {
	display: block;
	box-sizing: border-box
}

.image-grid__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px
}

@media (max-width: 991px) {
	.image-grid__items {
		margin: 0 -10px
	}
}

.image-grid__items .image {
	display: block;
	box-sizing: border-box;
	width: 25%;
	padding: 20px
}

@media (max-width: 991px) {
	.image-grid__items .image {
		padding: 10px
	}
}

@media (max-width: 991px) and (max-width: 550px) {
	.image-grid__items .image {
		width: 33.333333%
	}
}

@media (max-width: 991px) and (max-width: 550px) and (max-width: 350px) {
	.image-grid__items .image {
		width: 50%
	}
}

.image-grid__items .image > div {
	position: relative;
	padding-bottom: 70%;
	display: block
}

	.image-grid__items .image > div img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center
	}

.product-listing__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px
}

@media (max-width: 550px) {
	.product-listing__items {
		margin: 0 -10px
	}
}

.product-listing__items .box {
	display: block;
	box-sizing: border-box;
	width: 25%;
	padding: 20px
}

@media (max-width: 991px) {
	.product-listing__items .box {
		width: 33.333333%
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.product-listing__items .box {
		width: 50%
	}
}

@media (max-width: 991px) and (max-width: 767px) and (max-width: 550px) {
	.product-listing__items .box {
		padding: 10px
	}
}

.product-listing__items .box a {
	display: block;
	box-sizing: border-box;
	text-decoration: none
}

	.product-listing__items .box a:hover .image img {
		transform: scale(1.4)
	}

.product-listing__items .box .image {
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px
}

	.product-listing__items .box .image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: .6s ease
	}

.product-listing__items .box .info {
	display: block;
	box-sizing: border-box;
	padding-top: 10px
}

	.product-listing__items .box .info ul {
		margin-bottom: 10px
	}

		.product-listing__items .box .info ul li {
			font-size: 14px;
			font-weight: 400;
			line-height: 24px;
			color: #404040
		}

	.product-listing__items .box .info h2 {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 5px
	}

@media (max-width: 550px) {
	.product-listing__items .box .info h2 {
		font-size: 18px
	}
}

@media (max-width: 550px) and (max-width: 380px) {
	.product-listing__items .box .info h2 {
		font-size: 16px
	}
}

.product-listing__items .box .info h3 {
	color: #404040;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0
}

.cart-listing {
	display: block;
	box-sizing: border-box;
	padding: 40px 0
}

.cart-listing__flex {
	display: flex
}

@media (max-width: 767px) {
	.cart-listing__flex {
		flex-wrap: wrap
	}
}

.cart-listing__flex .products {
	width: 75%;
	display: block;
	box-sizing: border-box;
	padding-right: 35px
}

@media (max-width: 767px) {
	.cart-listing__flex .products {
		width: 100%;
		padding-right: 0
	}
}

.cart-listing__flex .products .item {
	display: block;
	box-sizing: border-box;
	padding: 20px 0;
	border-bottom: 1px solid #404040
}

	.cart-listing__flex .products .item:first-of-type {
		border-top: 1px solid #404040
	}

.cart-listing__flex .products .item__flex {
	display: flex
}

@media (max-width: 991px) {
	.cart-listing__flex .products .item__flex {
		flex-wrap: wrap
	}
}

.cart-listing__flex .products .item__flex .image {
	width: 158px
}

@media (max-width: 450px) {
	.cart-listing__flex .products .item__flex .image {
		width: 95px
	}
}

.cart-listing__flex .products .item__flex .image img {
	width: 100%;
	height: auto
}

.cart-listing__flex .products .item__flex h2 {
	font-size: 21px;
	line-height: 25px;
	padding: 0 40px;
	width: 50%
}

@media (max-width: 991px) {
	.cart-listing__flex .products .item__flex h2 {
		width: calc(100% - 158px);
		font-size: 18px;
		padding: 0 20px
	}
}

@media (max-width: 991px) and (max-width: 450px) {
	.cart-listing__flex .products .item__flex h2 {
		width: calc(100% - 95px);
		font-size: 16px;
		line-height: 21px
	}
}

.cart-listing__flex .products .item__flex .right {
	width: calc(50% - 158px);
	display: flex;
	align-items: center;
	justify-content: end;
	height: 100%
}

@media (max-width: 991px) {
	.cart-listing__flex .products .item__flex .right {
		width: 100%
	}
}

.cart-listing__flex .products .item__flex .right h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	color: #404040
}

.cart-listing__flex .products .item__flex .quantiti {
	display: flex;
	align-items: center;
	margin-right: 30px
}

	.cart-listing__flex .products .item__flex .quantiti button {
		border: 1px solid #00833E;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background-color: transparent;
		display: block;
		position: relative;
		transition: .3s ease
	}

		.cart-listing__flex .products .item__flex .quantiti button svg {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			transition: .3s ease
		}

		.cart-listing__flex .products .item__flex .quantiti button:hover {
			background-color: #00833E
		}

			.cart-listing__flex .products .item__flex .quantiti button:hover svg path {
				stroke: #fff
			}

		.cart-listing__flex .products .item__flex .quantiti button.displey {
			cursor: auto;
			border-color: #d6d6d6
		}

			.cart-listing__flex .products .item__flex .quantiti button.displey svg path {
				stroke: #d6d6d6
			}

			.cart-listing__flex .products .item__flex .quantiti button.displey:hover {
				background-color: #d6d6d6
			}

				.cart-listing__flex .products .item__flex .quantiti button.displey:hover svg path {
					stroke: #fff
				}

	.cart-listing__flex .products .item__flex .quantiti input {
		border: none;
		width: 40px;
		text-align: center;
		-webkit-appearance: none;
		height: 25px
	}

		.cart-listing__flex .products .item__flex .quantiti input::-webkit-outer-spin-button, .cart-listing__flex .products .item__flex .quantiti input::-webkit-inner-spin-button {
			-webkit-appearance: none;
			margin: 0;
			display: none
		}

.cart-listing__flex .cart {
	width: 25%
}

@media (max-width: 767px) {
	.cart-listing__flex .cart {
		width: 100%;
		padding-top: 25px
	}
}

.cart-listing__flex .cart__totals {
	display: block;
	box-sizing: border-box;
	background-color: #F4F4F4;
	padding: 30px 20px
}

@media (max-width: 767px) {
	.cart-listing__flex .cart__totals {
		padding: 20px
	}
}

.cart-listing__flex .cart__totals ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px
}

	.cart-listing__flex .cart__totals ul li p {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px
	}

		.cart-listing__flex .cart__totals ul li p strong {
			font-weight: 600
		}

.cart-listing__flex .cart__totals .btn {
	width: 100%;
	border-radius: 4px;
	border: 2px solid #00833E;
	background-color: transparent;
	font-size: 15px;
	color: #00833E;
	transition: .3s ease
}

	.cart-listing__flex .cart__totals .btn:hover {
		background-color: #00833E;
		color: #fff
	}

.cart-listing__flex .cart__code {
	display: block;
	box-sizing: border-box;
	padding-top: 30px
}

	.cart-listing__flex .cart__code h4 {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		color: #404040;
		margin-bottom: 5px
	}

	.cart-listing__flex .cart__code form {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

		.cart-listing__flex .cart__code form input {
			width: calc(60% - 10px);
			display: block;
			border: 1px solid #404040;
			border-radius: 4px;
			font-size: 16px;
			font-weight: 400;
			line-height: 1;
			color: #666666;
			padding: 11.5px 10px
		}

		.cart-listing__flex .cart__code form .btn {
			width: calc(40% - 10px);
			border: 2px solid #00833E;
			border-radius: 4px;
			background-color: transparent;
			color: #00833E;
			font-size: 15px;
			transition: .3s ease
		}

			.cart-listing__flex .cart__code form .btn:hover {
				background-color: #00833E;
				color: #fff
			}

.checkout_confirmation {
	display: block;
	box-sizing: border-box
}

	.checkout_confirmation h2 {
		font-size: 37px
	}

@media (max-width: 767px) {
	.checkout_confirmation h2 {
		font-size: 25px
	}
}

@media (max-width: 767px) {
	.checkout_confirmation h3 {
		font-size: 21px
	}
}

.checkout_confirmation .container > ul {
	max-width: 560px;
	margin-bottom: 40px
}

	.checkout_confirmation .container > ul li {
		display: flex;
		justify-content: space-between
	}

		.checkout_confirmation .container > ul li p {
			font-size: 15px;
			font-weight: 400;
			line-height: 24px
		}

	.checkout_confirmation .checkout_confirmation__lists li {
		border-bottom: 1px solid #979797;
		padding: 10px 0;
		display: flex;
		justify-content: space-between
	}

		.checkout_confirmation .checkout_confirmation__lists li p strong {
			font-weight: 600
		}

.your-details {
	display: block;
	box-sizing: border-box
}

.your-details__form {
	max-width: 560px
}

	.your-details__form .input {
		width: 100%;
		padding: 0 20px
	}

	.your-details__form .input__flex {
		display: flex;
		margin: 0 -20px 20px
	}

@media (max-width: 500px) {
	.your-details__form .input__flex {
		margin: 0 -10px 20px
	}
}

@media (max-width: 500px) {
	.your-details__form .input {
		padding: 0 10px
	}
}

.your-details__form .input h4 {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #404040
}

	.your-details__form .input h4 span {
		color: #00833E
	}

.your-details__form .input input, input {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #404040;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 12px 10px
}

.your-details__form .biling {
	padding-top: 20px
}

	.your-details__form .biling .input--checkbox {
		padding: 0;
		margin-bottom: 20px;
		width: fit-content
	}

	.your-details__form .biling .biling__content {
		display: none
	}

		.your-details__form .biling .biling__content.active {
			display: block
		}

.order-details__products {
	max-width: 460px
}

	.order-details__products ul li {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px
	}

		.order-details__products ul li p {
			font-size: 15px;
			font-weight: 400;
			line-height: 24px;
			color: #404040
		}

			.order-details__products ul li p:first-of-type {
				width: 50%
			}

			.order-details__products ul li p strong {
				font-weight: 600
			}

.order-details__total {
	display: block;
	box-sizing: border-box;
	border-top: 1px solid #404040;
	margin-top: 20px;
	padding-top: 20px;
	max-width: 460px
}

	.order-details__total ul li {
		display: flex;
		justify-content: space-between;
		margin-bottom: 5px
	}

		.order-details__total ul li p {
			font-size: 15px;
			font-weight: 400;
			line-height: 24px;
			color: #404040
		}

			.order-details__total ul li p strong {
				font-weight: 600
			}

.order-details__update {
	max-width: 460px;
	padding-top: 20px;
	display: block;
	box-sizing: border-box
}

	.order-details__update h4 {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px
	}

	.order-details__update div {
		display: flex;
		justify-content: space-between
	}

		.order-details__update div input {
			width: calc(100% - 170px);
			display: block;
			box-sizing: border-box;
			padding: 12.5px 10px;
			border: 1px solid #404040;
			border-radius: 4px;
			font-size: 15px;
			line-height: 1;
			color: #666666
		}

		.order-details__update div .btn {
			width: 160px;
			border: 2px solid #00833E;
			background-color: transparent;
			color: #00833E;
			transition: .3s ease;
			border-radius: 4px
		}

			.order-details__update div .btn:hover {
				background-color: #00833E;
				color: #fff
			}

.card-details {
	display: block;
	box-sizing: border-box;
	max-width: 460px
}

.card-details__links {
	display: block;
	box-sizing: border-box;
	padding-bottom: 20px
}

	.card-details__links ul {
		width: 100%;
		border: 2px solid #00833E;
		border-radius: 25px;
		display: flex;
		padding: 1px;
		box-sizing: border-box
	}

		.card-details__links ul li {
			width: 100%
		}

			.card-details__links ul li a {
				display: block;
				box-sizing: border-box;
				padding: 10px;
				color: #00833E;
				text-align: center;
				text-decoration: none;
				font-size: 15px;
				font-weight: 600;
				border-radius: 25px
			}

				.card-details__links ul li a.active {
					background-color: #00833E;
					color: #fff
				}

.exhibitors {
	display: block;
	box-sizing: border-box
}

.exhibitors__grups {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px
}

@media (max-width: 767px) {
	.exhibitors__grups {
		margin: 0 -10px
	}
}

.exhibitors__grups .box {
	width: 33.333333%;
	display: block;
	box-sizing: border-box;
	padding: 20px
}

@media (max-width: 991px) {
	.exhibitors__grups .box {
		width: 50%
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.exhibitors__grups .box {
		padding: 10px
	}
}

@media (max-width: 991px) and (max-width: 767px) and (max-width: 550px) {
	.exhibitors__grups .box {
		width: 100%
	}
}

.exhibitors__grups .box a {
	display: flex;
	box-sizing: border-box;
	background-color: #F1F1F1;
	border-radius: 4px;
	align-items: center;
	text-decoration: none;
	padding: 4px
}

	.exhibitors__grups .box a .left {
		width: calc(100% - 94px);
		display: block;
		box-sizing: border-box;
		padding: 18px 15px
	}

		.exhibitors__grups .box a .left h3 {
			font-size: 16px;
			font-weight: 600;
			line-height: 1.2;
			color: #00833E;
			margin-bottom: 0;
			margin-bottom: 10px
		}

		.exhibitors__grups .box a .left h5 {
			font-size: 14px;
			font-weight: 400;
			color: #404040
		}

	.exhibitors__grups .box a .right {
		width: 94px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		background-color: #666666;
		border-radius: 4px;
		height: 94px
	}

		.exhibitors__grups .box a .right h4 {
			font-size: 16px;
			font-weight: 600;
			color: #fff;
			line-height: 19px;
			display: block;
			text-align: center;
			width: 100%
		}

.hand-nav {
	display: block;
	box-sizing: border-box;
	max-width: 260px;
	position: relative
}

	.hand-nav h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 1.2;
		color: #00833E;
		margin-bottom: 10px
	}

	.hand-nav nav ul li {
		width: 100%;
		border-bottom: 1px solid #C8C8C8
	}

		.hand-nav nav ul li:last-of-type {
			border-bottom: none
		}

		.hand-nav nav ul li a {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 10px 0;
			font-size: 15px;
			font-weight: 600;
			line-height: 1;
			text-decoration: none;
			color: #404040
		}

			.hand-nav nav ul li a:after {
				width: 22px;
				height: 22px;
				border-radius: 50%;
				border: 1px solid #00833E;
				background-color: #00833E;
				position: relative;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.189' height='12.964' viewBox='0 0 7.189 12.964'%3E%3Cpath id='Line_7' data-name='Line 7' d='M.6.6,4.209,4.209,6.375,6.375' transform='translate(0.107 0.107)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Line_7-2' data-name='Line 7' d='M.6-3.225,6.375-9' transform='translate(0.107 15.482)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
				background-size: 6px;
				background-repeat: no-repeat;
				background-position: center;
				display: block;
				content: '';
				transition: .3s ease;
				opacity: 0
			}

			.hand-nav nav ul li a:hover:after {
				opacity: 1;
				background-color: transparent;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.979' height='11.125' viewBox='0 0 5.979 11.125'%3E%3Cpath id='Path_5' data-name='Path 5' d='M0,0,4.928,5.219,0,10.439' transform='translate(0.364 0.343)' fill='none' stroke='%2300833e' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A")
			}

		.hand-nav nav ul li.active a:after {
			opacity: 1
		}

.document-downloads_new {
	display: block;
	box-sizing: border-box;
	overflow: auto
}

.document-downloads_new__table {
	max-width: 860px;
	min-width: 860px;
	margin: 0 auto;
}

	.document-downloads_new__table ul {
		display: flex;
		align-items: center
	}

		.document-downloads_new__table ul li {
			display: block;
			width: 50%
		}

			.document-downloads_new__table ul li:first-of-type {
				min-width: 60%
			}

			.document-downloads_new__table ul li:last-of-type {
				min-width: 65px;
				width: 65px
			}

			.document-downloads_new__table ul li:nth-last-child(2) {
				width: 30%
			}

			.document-downloads_new__table ul li h3 {
				font-size: 15px;
				font-weight: 600;
				line-height: 24px;
				margin-bottom: 0
			}

			.document-downloads_new__table ul li a {
				display: block;
				box-sizing: border-box;
				padding: 15px
			}

	.document-downloads_new__table .header {
		padding: 5px 0
	}

		.document-downloads_new__table .header ul li {
			font-size: 15px;
			font-weight: 600;
			line-height: 24px
		}

			.document-downloads_new__table .header ul li:first-of-type {
				padding-left: 15px
			}

	.document-downloads_new__table .header--left ul li:first-of-type {
		padding-left: 4px
	}

	.document-downloads_new__table .item {
		background-color: #F4F4F4;
		border-radius: 4px;
		margin-bottom: 10px
	}

		.document-downloads_new__table .item ul li:first-of-type {
			padding-left: 15px
		}

		.document-downloads_new__table .item ul li:last-of-type {
			padding: 0
		}

		.document-downloads_new__table .item ul li.flex {
			display: flex;
			align-items: center;
			padding: 4px
		}

			.document-downloads_new__table .item ul li.flex img {
				width: 100px;
				height: 100px;
				object-fit: cover;
				object-position: center;
				border-radius: 4px;
				margin-right: 15px
			}

.BackgroundImage {
	position: relative;
}

.background-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.textWithTitle {
	padding-top: 20px;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.formHeaders {
	text-align: center;
	margin-bottom: 20px;
}

	.formHeaders h2 {
		margin-bottom: 5px;
	}

.formContent {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.formContent .choices {
	text-align: left;
}

.form-group {
	margin-bottom: 1rem
}

.form-control {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	box-sizing: border-box;
}


/*# sourceMappingURL=/dist/main.min.css.map*/

/* EDITS */
.hero--title > .desktop {
	right: 0;
	left: revert;
	width: 50%;
}

@media (max-width: 991px) {
	.hero--title {
		height: revert;
	}
}

.header__top__lists li.login button {
	display: block;
	font-size: 15px;
	color: #00833E;
	background-color: #FFF;
	font-weight: 600;
	border: 2px solid #00833E;
	border-radius: 4px;
	box-sizing: border-box;
	line-height: 1;
	padding: 12.5px 22px;
	transition: .3s ease
}

.header__top__lists li.login a img {
	margin-right: 10px;
	height: 24px;
	width: 24px;
}

.header__top__lists li.login button:hover {
	opacity: 0.8
}

.tab__content ul li, .text ul li {
	color: #404040;
}

.tab__content ul ::marker, .text ul ::marker {
	color: #00833E;
}

.form__input input, .form__input textarea, .form__label, .form__helptext {
	margin-bottom: 15px;
}

textarea {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #404040;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 12px 10px;
}

.query__search button {
	height: 50px;
	width: 50px;
}

	.query__search button:hover * {
		stroke: #fff;
	}

.query {
	padding-bottom: 0;
}

.event-grid {
	padding-top: 0;
}

.query__filtr {
	flex-wrap: wrap
}

.your-details__form .input label {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #404040;
}

.choices[data-type*=select-one] .choices__inner {
	padding: 12px 10px;
}

.page-sub-nav__flex {
	display: flex;
	justify-content: space-between
}

	.page-sub-nav__flex a.btn {
		min-width: 20%;
		align-self: center;
	}

@media (max-width: 991px) {
	.page-sub-nav__flex a.btn {
		margin-left: 15px
	}
}