@charset "UTF-8";

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
::after,
::before {
	box-sizing: inherit
}

img {
	display: block;
	width: 100%;
}

.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-lg,
.container-md {
	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,
	.container-md {
		max-width: 720px
	}
}

@media (min-width:992px) {

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

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md {
		max-width: 1140px
	}
}

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

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

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
	display: none !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.px-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.px-1 {
	padding-right: .25rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.px-2 {
	padding-right: .5rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.px-3 {
	padding-right: 1rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.px-4 {
	padding-right: 1.5rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-5 {
	padding-right: 3rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}
}

/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
	box-sizing: border-box
}

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

header,
nav,
section {
	display: block
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

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

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

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

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

b {
	font-weight: bolder
}

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

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

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

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

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

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

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

button {
	border-radius: 0
}

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

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

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

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

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

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

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

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

[hidden] {
	display: none !important
}

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

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

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

header,
nav,
section {
	display: block
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

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

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

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

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

b {
	font-weight: bolder
}

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

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

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

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

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

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

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

button {
	border-radius: 0
}

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

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

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

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

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

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

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

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

[hidden] {
	display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

a>code {
	color: 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-lg,
.container-md {
	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,
	.container-md {
		max-width: 720px
	}
}

@media (min-width:992px) {

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

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md {
		max-width: 1140px
	}
}

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

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

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

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

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

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

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

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

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

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

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	color: #6c757d
}

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

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

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

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

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

.btn:disabled {
	opacity: .65
}

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

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

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

.btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

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

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

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

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

.btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

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

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

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

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

.btn-link:focus {
	text-decoration: underline
}

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

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

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

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

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

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

.dropdown {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}

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

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

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

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

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
	color: #6c757d
}

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

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

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

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

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

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

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

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

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

.custom-select::-ms-expand {
	display: none
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

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

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {

	.custom-control-label::before,
	.custom-select {
		transition: none
	}
}

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

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar .container,
.navbar .container-lg,
.navbar .container-md {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

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

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-lg,
.navbar-expand>.container-md {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-lg,
.navbar-expand>.container-md {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img,
.card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

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

	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:focus,
a.badge:hover {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

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

a.badge-info:focus,
a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}

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

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

a.badge-light:focus,
a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}

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

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	/* display: none; */
	/* float: left; */
	/* width: 100% !important; */
	/* width: 500px; */
	/* margin-right: -100%; */
	/* -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out */
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	/* bottom: 0; */
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators .slick-dots {
	margin: 0;
	padding: 0;
}

.carousel-indicators .slick-dots li::marker {
	display: none;
	font-size: 0;
}

.carousel-indicators .slick-active {
	transform: scale(1.2) !important;
}

.carousel-indicators ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

.carousel-indicators button {
	display: none;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.align-top {
	vertical-align: top !important
}

.align-text-top {
	vertical-align: text-top !important
}

.d-none {
	display: none !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.position-relative {
	position: relative !important
}

.position-fixed {
	position: fixed !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !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
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.px-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.px-1 {
	padding-right: .25rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.px-2 {
	padding-right: .5rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.px-3 {
	padding-right: 1rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.px-4 {
	padding-right: 1.5rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-5 {
	padding-right: 3rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-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
	}
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-white {
	color: #fff !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674 !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da !important
}

.text-body {
	color: #212529 !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important
}

.text-decoration-none {
	text-decoration: none !important
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	img {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* @font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(../fonts/free-fa-solid-900.woff2) format("woff2"), url(../webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(../fonts/free-fa-brands-400.woff2) format("woff2"), url(../webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(../webfonts/free-fa-regular-400.woff2) format("woff2"), url(../webfonts/free-fa-regular-400.ttf) format("truetype");
	unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(../webfonts/free-fa-v4compatibility.woff2) format("woff2"), url(../webfonts/free-fa-v4compatibility.ttf) format("truetype");
	unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
} */

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-image {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "\f03e"
}

.fa.fa-expand {
	--fa: "\f424"
}

.fa.fa-group {
	--fa: "\f0c0"
}

.fa.fa-cut {
	--fa: "\f0c4"
}

.fa.fa-money {
	--fa: "\f3d1"
}

.fa.fa-css3,
.fa.fa-html5 {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "\f151"
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	--fa: "\f152"
}

.fa.fa-toggle-left {
	--fa: "\f191"
}

.fa.fa-toggle-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400
}

.fa.fa-header {
	--fa: "\f1dc"
}

.fa.fa-battery,
.fa.fa-battery-4 {
	--fa: "\f240"
}

.fa.fa-battery-3 {
	--fa: "\f241"
}

.fa.fa-battery-2 {
	--fa: "\f242"
}

.fa.fa-battery-1 {
	--fa: "\f243"
}

.fa.fa-battery-0 {
	--fa: "\f244"
}

.fa.fa-500px {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400
}

.fa.fa-fa {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400
}

.fa.fa-fa {
	--fa: "\f2b4"
}

.fa.fa-id-badge {
	font-family: "Font Awesome 6 Free";
	font-weight: 400
}

.fa.fa-s15 {
	--fa: "\f2cd"
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* @font-face {
	font-family: "Font Awesome 5 Brands";
	font-display: block;
	font-weight: 400;
	src: url(../fonts/free-fa-brands-400.woff2) format("woff2"), url(../webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: block;
	font-weight: 900;
	src: url(../fonts/free-fa-solid-900.woff2) format("woff2"), url(../webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: block;
	font-weight: 400;
	src: url(../webfonts/free-fa-regular-400.woff2) format("woff2"), url(../webfonts/free-fa-regular-400.ttf) format("truetype")
} */

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900)
}

.fa,
.fa-regular,
.fa-solid,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto
}

.fa-regular:before,
.fa-solid:before,
.fa:before,
.far:before,
.fas:before {
	content: var(--fa)
}

.fa-regular,
.fa-solid,
.far,
.fas {
	font-family: "Font Awesome 6 Free"
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: calc(var(--fa-li-width, 2em)*-1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit
}

@keyframes fa-beat {

	0%,
	90% {
		transform: scale(1)
	}

	45% {
		transform: scale(var(--fa-beat-scale, 1.25))
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(1) translateY(0)
	}

	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
	}

	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
	}

	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
	}

	57% {
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
	}

	64% {
		transform: scale(1) translateY(0)
	}

	to {
		transform: scale(1) translateY(0)
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4)
	}
}

@keyframes fa-beat-fade {

	0%,
	to {
		opacity: var(--fa-beat-fade-opacity, .4);
		transform: scale(1)
	}

	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125))
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg)
	}

	4% {
		transform: rotate(15deg)
	}

	24%,
	8% {
		transform: rotate(-18deg)
	}

	12%,
	28% {
		transform: rotate(18deg)
	}

	16% {
		transform: rotate(-22deg)
	}

	20% {
		transform: rotate(22deg)
	}

	32% {
		transform: rotate(-12deg)
	}

	36% {
		transform: rotate(12deg)
	}

	40%,
	to {
		transform: rotate(0)
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.fa-0 {
	--fa: "\30"
}

.fa-1 {
	--fa: "\31"
}

.fa-2 {
	--fa: "\32"
}

.fa-3 {
	--fa: "\33"
}

.fa-4 {
	--fa: "\34"
}

.fa-5 {
	--fa: "\35"
}

.fa-6 {
	--fa: "\36"
}

.fa-7 {
	--fa: "\37"
}

.fa-8 {
	--fa: "\38"
}

.fa-9 {
	--fa: "\39"
}

.fa-text-height {
	--fa: "\f034"
}

.fa-info {
	--fa: "\f129"
}

.fa-user-check {
	--fa: "\f4fc"
}

.fa-w {
	--fa: "\57"
}

.fa-cut {
	--fa: "\f0c4"
}

.fa-header {
	--fa: "\f1dc"
}

.fa-tree {
	--fa: "\f1bb"
}

.fa-i {
	--fa: "\49"
}

.fa-v {
	--fa: "\56"
}

.fa-q {
	--fa: "\51"
}

.fa-g {
	--fa: "\47"
}

.fa-money-bill {
	--fa: "\f0d6"
}

.fa-align-justify {
	--fa: "\f039"
}

.fa-user {
	--fa: "\f007"
}

.fa-c {
	--fa: "\43"
}

.fa-money-bill-wave {
	--fa: "\f53a"
}

.fa-star {
	--fa: "\f005"
}

.fa-box {
	--fa: "\f466"
}

.fa-user-group {
	--fa: "\f500"
}

.fa-arrow-up-a-z {
	--fa: "\f15e"
}

.fa-toggle-on {
	--fa: "\f205"
}

.fa-bold {
	--fa: "\f032"
}

.fa-image {
	--fa: "\f03e"
}

.fa-id-badge {
	--fa: "\f2c1"
}

.fa-scroll {
	--fa: "\f70e"
}

.fa-pause {
	--fa: "\f04c"
}

.fa-face-tired,
.fa-tired {
	--fa: "\f5c8"
}

.fa-left-right {
	--fa: "\f337"
}

.fa-shield-alt {
	--fa: "\f3ed"
}

.fa-z {
	--fa: "\5a"
}

.fa-a {
	--fa: "\41"
}

.fa-p {
	--fa: "\50"
}

.fa-money-check-alt {
	--fa: "\f53d"
}

.fa-money-check {
	--fa: "\f53c"
}

.fa-code {
	--fa: "\f121"
}

.fa-arrow-right {
	--fa: "\f061"
}

.fa-h {
	--fa: "\48"
}

.fa-hamburger {
	--fa: "\f805"
}

.fa-phone-alt {
	--fa: "\f879"
}

.fa-phone {
	--fa: "\f095"
}

.fa-arrow-up-1-9 {
	--fa: "\f163"
}

.fa-text-width {
	--fa: "\f035"
}

.fa-arrow-left {
	--fa: "\f060"
}

.fa-align-left {
	--fa: "\f036"
}

.fa-j {
	--fa: "\4a"
}

.fa-tag {
	--fa: "\f02b"
}

.fa-arrow-up-9-1 {
	--fa: "\f887"
}

.fa-user-md {
	--fa: "\f0f0"
}

.fa-money-bill-1,
.fa-money-bill-alt {
	--fa: "\f3d1"
}

.fa-cart-shopping,
.fa-shopping-cart {
	--fa: "\f07a"
}

.fa-arrow-turn-up {
	--fa: "\f148"
}

.fa-clock {
	--fa: "\f017"
}

.fa-s {
	--fa: "\53"
}

.fa-keyboard {
	--fa: "\f11c"
}

.fa-battery-3 {
	--fa: "\f242"
}

.fa-images {
	--fa: "\f302"
}

.fa-align-center {
	--fa: "\f037"
}

.fa-id-card {
	--fa: "\f2c2"
}

.fa-b {
	--fa: "\42"
}

.fa-arrow-right-arrow-left {
	--fa: "\f0ec"
}

.fa-battery-0 {
	--fa: "\f244"
}

.fa-section {
	--fa: "\e447"
}

.fa-link {
	--fa: "\f0c1"
}

.fa-play {
	--fa: "\f04b"
}

.fa-font {
	--fa: "\f031"
}

.fa-battery,
.fa-battery-5 {
	--fa: "\f240"
}

.fa-arrow-up {
	--fa: "\f062"
}

.fa-user-shield {
	--fa: "\f505"
}

.fa-shipping-fast {
	--fa: "\f48b"
}

.fa-gun {
	--fa: "\e19b"
}

.fa-expand {
	--fa: "\f065"
}

.fa-battery-2 {
	--fa: "\f243"
}

.fa-display {
	--fa: "\e163"
}

.fa-shield {
	--fa: "\f132"
}

.fa-expand-alt {
	--fa: "\f424"
}

.fa-t {
	--fa: "\54"
}

.fa-arrow-up-z-a {
	--fa: "\f882"
}

.fa-m {
	--fa: "\4d"
}

.fa-check {
	--fa: "\f00c"
}

.fa-battery-4 {
	--fa: "\f241"
}

.fa-user-tag {
	--fa: "\f507"
}

.fa-right-left {
	--fa: "\f362"
}

.fa-align-right {
	--fa: "\f038"
}

.fa-money-bill-1-wave,
.fa-money-bill-wave-alt {
	--fa: "\f53b"
}

.fa-id-card-alt {
	--fa: "\f47f"
}

.fa-user-clock {
	--fa: "\f4fd"
}

.fa-user-alt,
.fa-user-large {
	--fa: "\f406"
}

.fa-x {
	--fa: "\58"
}

.fa-d {
	--fa: "\44"
}

.fa-turn-up {
	--fa: "\f3bf"
}

.fa-sr-only,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0
}

:host,
:root {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
	font-family: "Font Awesome 6 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	/* src: url(../fonts/free-fa-brands-400.woff2) format("woff2"), url(../webfonts/free-fa-brands-400.ttf) format("truetype") */
}

.fa-ups {
	--fa: "\f7e0"
}

.fa-css3-alt {
	--fa: "\f38b"
}

.fa-meta {
	--fa: "\e49b"
}

.fa-css {
	--fa: "\e6a2"
}

.fa-500px {
	--fa: "\f26e"
}

.fa-42-group {
	--fa: "\e080"
}

.fa-line {
	--fa: "\f3c0"
}

.fa-d-and-d {
	--fa: "\f38d"
}

.fa-html5 {
	--fa: "\f13b"
}

.fa-css3 {
	--fa: "\f13c"
}

.fa-js {
	--fa: "\f3b8"
}

.fa-ideal {
	--fa: "\e013"
}

:host,
:root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	/* src: url(../webfonts/free-fa-regular-400.woff2) format("woff2"), url(../webfonts/free-fa-regular-400.ttf) format("truetype") */
}

.fa-regular,
.far {
	font-weight: 400
}

:host,
:root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

/* @font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(../fonts/free-fa-solid-900.woff2) format("woff2"), url(../webfonts/free-fa-solid-900.ttf) format("truetype")
} */

.fa-solid,
.fas {
	font-weight: 900
}

/* @font-face {
	font-family: "Font Awesome 5 Brands";
	font-display: block;
	font-weight: 400;
	src: url(../fonts/free-fa-brands-400.woff2) format("woff2"), url(../webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: block;
	font-weight: 900;
	src: url(../fonts/free-fa-solid-900.woff2) format("woff2"), url(../webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: block;
	font-weight: 400;
	src: url(../webfonts/free-fa-regular-400.woff2) format("woff2"), url(../webfonts/free-fa-regular-400.ttf) format("truetype")
}

@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(../fonts/free-fa-solid-900.woff2) format("woff2"), url(../webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(../fonts/free-fa-brands-400.woff2) format("woff2"), url(../webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(../webfonts/free-fa-regular-400.woff2) format("woff2"), url(../webfonts/free-fa-regular-400.ttf) format("truetype");
	unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
	font-family: FontAwesome;
	font-display: block;
	src: url(../webfonts/free-fa-v4compatibility.woff2) format("woff2"), url(../webfonts/free-fa-v4compatibility.ttf) format("truetype");
	unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
} */

body {
	font-family: 'Work Sans', sans-serif
}

.cid-t5qi5J8b7T .navbar-expand-lg .navbar-nav .nav-link {
	text-transform: uppercase !important
}

.fa-star {
	color: #ff0
}

.title-custom {
	color: #67b702 !important
}

.cid-t5qi5J8b7T button.navbar-toggler .hamburger span {
	background-color: #000 !important
}

@media (max-width:768px) {
	.cid-t5qi5J8b7T ul.navbar-nav {
		margin-bottom: 30px !important
	}

	.cid-t5qi6oraoL {
		padding-bottom: 52px !important
	}

	.cid-t5qi6oraoL img {
		display: block;
		width: 100%;
		margin-top: 80px !important
	}

	.cid-t5qz7Kc6Z3 .mbr-section-title.display-2 {
		text-align: left !important
	}

	.cid-t5qz7Kc6Z3 .contents .mbr-text {
		text-align: left !important
	}
}

.price {
	text-align: left !important;
	font-size: 2.4rem;
	font-weight: 700
}

.free {
	text-align: left !important;
	font-size: 1.1rem;
	color: #fca311;
	font-weight: 700
}

.btn-custom {
	background-color: #67b703;
	border: 2px solid #67b703;
	color: #fff;
	padding: 18px 40px;
	border-radius: 0 30px 30px 30px;
	font-size: 14px
}

.btn-custom:hover {
	color: #fff;
	background-color: #64a117;
	border-color: #64a117
}

.mbr-section-btn {
	margin-top: 35px !important;
	text-align: left !important
}

.cid-snhz20VR9d .mbr-section,
.cid-t5qi5J8b7T .navbar-buttons {
	margin-top: 0 !important
}

.display-1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 3.125rem;
	line-height: 1.1;
	color: #67b702;
	text-transform: uppercase !important
}

.display-1>.mbr-iconfont {
	font-size: 5rem
}

.display-2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 40px;
	line-height: 45px !important;
	color: #000 !important;
	font-weight: 700 !important;
	text-transform: uppercase !important
}

.display-2>.mbr-iconfont {
	font-size: 3.2rem
}

.display-4 {
	font-family: 'Work Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5
}

.display-4>.mbr-iconfont {
	font-size: 1.6rem
}

.display-5 {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.375rem;
	line-height: 1.1
}

.display-5>.mbr-iconfont {
	font-size: 2.2rem
}

.display-7 {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.25rem;
	line-height: 1.4
}

.display-7>.mbr-iconfont {
	font-size: 2rem
}

@media (max-width:992px) {
	.display-1 {
		font-size: 2.5rem
	}
}

@media (max-width:768px) {
	.display-1 {
		font-size: 2.1875rem;
		font-size: calc(1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem)/ (48 - 20)));
		line-height: calc(1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem)/ (48 - 20))))
	}

	.display-2 {
		font-size: 1.6rem;
		font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem)/ (48 - 20)));
		line-height: calc(1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem)/ (48 - 20))))
	}

	.display-4 {
		font-size: .8rem;
		font-size: calc(1rem + (1 - 1) * ((100vw - 20rem)/ (48 - 20)));
		line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem)/ (48 - 20))))
	}

	.display-5 {
		font-size: 1.1rem;
		font-size: calc(1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem)/ (48 - 20)));
		line-height: calc(1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem)/ (48 - 20))))
	}

	.display-7 {
		font-size: 1rem;
		font-size: calc(1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem)/ (48 - 20)));
		line-height: calc(1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem)/ (48 - 20))))
	}
}

.btn {
	padding: 1rem 3rem;
	border-radius: 4px
}

.btn-md {
	padding: 1rem 2.6rem;
	border-radius: 8px
}

.btn-lg {
	padding: 20px 30px;
	border-radius: 8px
}

.btn-info,
.btn-info:active {
	background-color: #999 !important;
	border-color: #999 !important;
	color: #fff !important
}

.btn-info:disabled {
	color: #fff !important;
	background-color: #737373 !important;
	border-color: #737373 !important
}

.btn-white {
	color: #404040 !important
}

.btn-white,
.btn-white:active {
	background-color: #fff !important;
	border-color: #fff !important;
	color: grey !important
}

.btn-white:disabled {
	color: grey !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important
}

.btn-black,
.btn-black:active {
	background-color: #333 !important;
	border-color: #333 !important;
	color: #fff !important
}

.btn-black:disabled {
	color: #fff !important;
	background-color: #0d0d0d !important;
	border-color: #0d0d0d !important
}

.text-info {
	color: #999 !important
}

.text-white {
	color: #fff !important
}

.text-black {
	color: #000 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #ccc !important
}

a.text-white:focus,
a.text-white:hover {
	color: #fff !important
}

a.text-black:focus,
a.text-black:hover {
	color: #4d4d4d !important
}

.mbr-section-btn a.btn:not(.btn-form) {
	border-radius: 100px
}

.mbr-section-btn a.btn:not(.btn-form):focus,
.mbr-section-btn a.btn:not(.btn-form):hover {
	box-shadow: 0 0 0 5px rgba(132, 138, 189, .5) !important;
	-webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, .5) !important
}

a,
a:hover {
	color: #678f1d
}

.form-control {
	font-family: 'Work Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5
}

.form-control>.mbr-iconfont {
	font-size: 1.6rem
}

.mbr-form .btn {
	margin: .4rem 0
}

.mbr-form .btn-custom {
	padding: 18px;
}

.mbr-form .input-group-btn a.btn {
	border-radius: 100px !important
}

.mbr-form .input-group-btn a.btn:hover {
	box-shadow: 0 0 0 5px rgba(132, 138, 189, .5)
}

.mbr-form .input-group-btn button[type=submit] {
	border-radius: 100px !important;
	padding: 1rem 3rem
}

.mbr-form .input-group-btn button[type=submit]:hover {
	box-shadow: 0 0 0 5px rgba(132, 138, 189, .5)
}

body {
	overflow-x: hidden
}

a {
	transition: color .6s
}

.cid-t5qi5J8b7T .dropdown-menu {
	padding: 12px 0
}

.cid-t5qi5J8b7T .dropdown-item:focus,
.cid-t5qi5J8b7T .dropdown-item:hover {
	color: #fff;
	opacity: .75
}

.cid-t5qi5J8b7T .dropdown-item.display-4 {
	font-size: 14px;
	line-height: 1
}

.cid-t5qi5J8b7T .nav-dropdown .link {
	padding: 40px 24px !important;
	font-weight: 600 !important
}

.cid-t5qi5J8b7T .nav-dropdown .link.dropdown-toggle::after {
	margin-left: .5rem;
	margin-top: .2rem
}

.cid-t5qi5J8b7T .nav-link {
	position: relative
}

.cid-t5qi5J8b7T .container {
	display: flex;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	justify-content: center !important
}

.cid-t5qi5J8b7T .mbr-iconfont {
	color: #fff;
	font-size: 1.5rem;
	padding-right: .5rem
}

.cid-t5qi5J8b7T .navbar-nav {
	justify-content: center;
	margin-left: auto
}

.cid-t5qi5J8b7T .dropdown-menu {
	background: #fff !important
}

.cid-t5qi5J8b7T .nav-item:focus,
.cid-t5qi5J8b7T .nav-link:focus {
	outline: 0
}

.cid-t5qi5J8b7T .nav-item:hover .link {
	opacity: .75;
	transition: all .2s ease-in-out
}

.cid-t5qi5J8b7T .nav-item .link.display-4 {
	font-size: 14px
}

.cid-t5qi5J8b7T .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.cid-t5qi5J8b7T .dropdown .dropdown-menu .dropdown-item::after {
	right: .5rem
}

.cid-t5qi5J8b7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
	margin-left: -1.8rem;
	padding-right: 1rem;
	font-size: inherit
}

.cid-t5qi5J8b7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
	display: inline-block;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.cid-t5qi5J8b7T .navbar {
	min-height: 77px;
	transition: all .3s;
	background: #fff
}

.cid-t5qi5J8b7T .navbar .dropdown-item {
	padding: 12px 40px 12px 24px
}

.cid-t5qi5J8b7T .navbar .navbar-collapse {
	justify-content: space-between;
	z-index: 1
}

@media (max-width:991px) {
	.cid-t5qi5J8b7T .navbar .nav-item .nav-link::before {
		display: none
	}

	.cid-t5qi5J8b7T .navbar .dropdown-menu {
		padding-left: 20px
	}

	.cid-t5qi5J8b7T .navbar .dropdown-menu .dropdown-item:after {
		right: auto
	}

	.cid-t5qi5J8b7T .navbar .dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]:after {
		margin-left: .5rem;
		margin-top: .2rem;
		border-top: .35em solid;
		border-right: .35em solid transparent;
		border-left: .35em solid transparent;
		border-bottom: 0;
		top: 41%
	}

	.cid-t5qi5J8b7T .navbar .dropdown-menu .dropdown-item {
		padding: 14px 45px 14px 0 !important;
		text-align: left
	}

	.cid-t5qi5J8b7T .navbar .navbar-logo img {
		height: 3.8rem !important
	}

	.cid-t5qi5J8b7T .navbar ul.navbar-nav li {
		width: 100%;
		margin: auto
	}

	.cid-t5qi5J8b7T .navbar .navbar-brand {
		margin-right: auto;
		-webkit-flex-shrink: initial;
		flex-shrink: initial;
		-webkit-flex-basis: auto;
		flex-basis: auto;
		word-break: break-word;
		padding-right: 2rem
	}

	.cid-t5qi5J8b7T .navbar .navbar-toggler {
		-webkit-flex-basis: auto;
		flex-basis: auto;
		margin-left: auto
	}
}

.cid-t5qi5J8b7T .navbar-brand {
  display: flex;
  align-items: center;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all .3s;
	word-break: break-word;
	z-index: 1
}

.cid-t5qi5J8b7T .navbar-brand .navbar-logo a {
	outline: 0
}

.cid-t5qi5J8b7T .dropdown-item.active,
.cid-t5qi5J8b7T .dropdown-item:active {
	background-color: transparent
}

.cid-t5qi5J8b7T .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0
}

.cid-t5qi5J8b7T .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em
}

.cid-t5qi5J8b7T .nav-dropdown .link.dropdown-toggle[aria-expanded=true] {
	margin-right: 0;
	padding: .667em 1.667em
}

.cid-t5qi5J8b7T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #fff
}

.cid-t5qi5J8b7T ul.navbar-nav {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.cid-t5qi5J8b7T .navbar-buttons {
	text-align: center
}

.cid-t5qi5J8b7T button.navbar-toggler {
	outline: 0;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all .2s;
	position: relative;
	-webkit-align-self: center;
	align-self: center
}

.cid-t5qi5J8b7T button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #fff
}

.cid-t5qi5J8b7T button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s
}

.cid-t5qi5J8b7T button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s
}

.cid-t5qi5J8b7T button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s
}

.cid-t5qi5J8b7T button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s
}

.cid-t5qi5J8b7T .navbar.opened .container button.navbar-toggler .hamburger span {
	width: 15px;
	height: 3px;
}

.cid-t5qi5J8b7T .navbar.opened .container .nav-dropdown .link {
	padding: 14px 42px 14px 0 !important;
}

.cid-t5qi5J8b7T .navbar.opened .container ul.navbar-nav li .link {
	justify-content: flex-start;
}

.cid-t5qi5J8b7T nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
}

.cid-t5qi5J8b7T nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.25s;
}

.cid-t5qi5J8b7T nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all 0.25s;
}

.cid-t5qi5J8b7T nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
}

.cid-t5qi5J8b7T .navbar-dropdown {
	position: fixed
}

.cid-t5qi5J8b7T a.nav-link {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.cid-t5qi5J8b7T .navbar {
		height: 77px
	}

	.cid-t5qi5J8b7T .nav-item .nav-link:hover::before {
		width: 175%;
		max-width: calc(100% + 2rem);
		left: -1rem
	}
}

.cid-t5qi6oraoL {
	padding-top: 240px;
	padding-bottom: 150px;
	background-image: url(../img/0.jpg)
}

@media screen and (max-width:767px) {
	.cid-t5qi6oraoL {
		padding-top: 150px
	}
}

.cid-t5qi6oraoL .mbr-section-title.display-2 {
	font-size: 40px;
	line-height: 1.25
}

.cid-t5qi6oraoL .mbr-section-subtitle.display-5 {
	font-size: 26px;
	line-height: 1.385
}

.cid-t5qi6oraoL .mbr-section-btn .btn {
	margin-left: 0 !important
}

.cid-t5qi6oraoL .mbr-section-btn .btn.display-4 {
	font-size: 14px;
	line-height: 1;
	font-weight: 700
}

.cid-t5qi6oraoL .mbr-section-btn,
.cid-t5qi6oraoL .mbr-section-title {
	color: #ecf1e6;
	text-align: left
}

.cid-t5qi6oraoL .mbr-section-btn,
.cid-t5qi6oraoL .mbr-section-subtitle {
	color: #ecf1e6
}

.cid-t5qi6oraoL .mbr-section-btn DIV,
.cid-t5qi6oraoL .mbr-section-subtitle {
	text-align: left
}

.cid-t5qipbOhzY {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f5f5f5
}

.cid-t5qipbOhzY img {
	width: 100%
}

.cid-t5qipbOhzY .badge {
	display: inline-block;
	border-radius: 10rem;
	padding: 8px 14px 6px 14px;
	color: #678f1d;
	background-color: rgba(132, 138, 189, .15);
	margin-bottom: 26px
}

.cid-t5qipbOhzY .badge.display-4 {
	font-size: 11px;
	line-height: 1.81;
	letter-spacing: .5px
}

.cid-t5qipbOhzY .mbr-section-subtitle {
	color: #999;
	font-weight: 700;
	margin-bottom: 21px
}

.cid-t5qipbOhzY .mbr-section-title {
	margin: 0;
	font-weight: 500
}

.cid-t5qipbOhzY .mbr-section-title.display-2 {
	line-height: 1.375
}

.cid-t5qipbOhzY .contents {
	margin-top: 36px
}

.cid-t5qipbOhzY .contents .content-text {
	color: #606060;
	font-weight: 300
}

.cid-t5qipbOhzY .mbr-section-btn {
	margin-top: 8px
}

.cid-t5qipbOhzY .mbr-section-btn .btn {
	padding: 18px 26px
}

.cid-t5qipbOhzY .mbr-section-btn .btn.display-4 {
	font-size: 13px;
	line-height: 1
}

.cid-t5qipbOhzY .mbr-section-btn .btn:hover {
	box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important;
	-webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important
}

.cid-t5qipbOhzY .mbr-section-btn,
.cid-t5qipbOhzY .mbr-section-title {
	color: #184014;
	text-align: left
}

.cid-t5qipbOhzY .contents .mbr-text,
.cid-t5qipbOhzY .mbr-section-btn {
	color: #000;
	text-align: left
}

.cid-t5qipq9hpm {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #eaebe7
}

.cid-t5qipq9hpm .row {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.cid-t5qipq9hpm img {
	width: 100%
}

.cid-t5qipq9hpm .badge {
	display: inline-block;
	border-radius: 10rem;
	padding: 8px 14px 6px 14px;
	color: #678f1d;
	background-color: rgba(132, 138, 189, .15);
	margin-bottom: 26px
}

.cid-t5qipq9hpm .badge.display-4 {
	font-size: 11px;
	line-height: 1.81;
	letter-spacing: .5px
}

.cid-t5qipq9hpm .mbr-section-subtitle {
	color: #999;
	font-weight: 700;
	margin-bottom: 21px
}

.cid-t5qipq9hpm .mbr-section-title {
	margin: 0;
	font-weight: 500
}

.cid-t5qipq9hpm .mbr-section-title.display-2 {
	line-height: 1.375
}

.cid-t5qipq9hpm .contents {
	margin-top: 36px
}

.cid-t5qipq9hpm .contents .content-text {
	color: #606060;
	font-weight: 300
}

.cid-t5qipq9hpm .mbr-section-btn {
	margin-top: 8px
}

.cid-t5qipq9hpm .mbr-section-btn .btn {
	padding: 18px 26px
}

.cid-t5qipq9hpm .mbr-section-btn .btn.display-4 {
	font-size: 13px;
	line-height: 1
}

.cid-t5qipq9hpm .mbr-section-btn .btn:hover {
	box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important;
	-webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important
}

.cid-t5qipq9hpm .mbr-section-btn,
.cid-t5qipq9hpm .mbr-section-title {
	color: #184014;
	text-align: left
}

.cid-t5qipq9hpm .contents .mbr-text,
.cid-t5qipq9hpm .mbr-section-btn {
	color: #000;
	text-align: left
}

.cid-t5qipFZ95q {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f5f5f5
}

.cid-t5qipFZ95q img {
	width: 100%
}

.cid-t5qipFZ95q .badge {
	display: inline-block;
	border-radius: 10rem;
	padding: 8px 14px 6px 14px;
	color: #678f1d;
	background-color: rgba(132, 138, 189, .15);
	margin-bottom: 26px
}

.cid-t5qipFZ95q .badge.display-4 {
	font-size: 11px;
	line-height: 1.81;
	letter-spacing: .5px
}

.cid-t5qipFZ95q .mbr-section-subtitle {
	color: #999;
	font-weight: 700;
	margin-bottom: 21px
}

.cid-t5qipFZ95q .mbr-section-title {
	margin: 0;
	font-weight: 500
}

.cid-t5qipFZ95q .mbr-section-title.display-2 {
	line-height: 1.375
}

.cid-t5qipFZ95q .contents {
	margin-top: 36px
}

.cid-t5qipFZ95q .contents .content-text {
	color: #606060;
	font-weight: 300
}

.cid-t5qipFZ95q .mbr-section-btn {
	margin-top: 8px
}

.cid-t5qipFZ95q .mbr-section-btn .btn {
	padding: 18px 26px
}

.cid-t5qipFZ95q .mbr-section-btn .btn.display-4 {
	font-size: 13px;
	line-height: 1
}

.cid-t5qipFZ95q .mbr-section-btn .btn:hover {
	box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important;
	-webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important
}

.cid-t5qipFZ95q .mbr-section-btn,
.cid-t5qipFZ95q .mbr-section-title {
	color: #184014;
	text-align: left
}

.cid-t5qipFZ95q .contents .mbr-text,
.cid-t5qipFZ95q .mbr-section-btn {
	color: #000;
	text-align: left
}

.cid-t5qipZWzDt {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #eaebe7
}

.cid-t5qipZWzDt .row {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.cid-t5qipZWzDt img {
	width: 100%
}

.cid-t5qipZWzDt .badge {
	display: inline-block;
	border-radius: 10rem;
	padding: 8px 14px 6px 14px;
	color: #678f1d;
	background-color: rgba(132, 138, 189, .15);
	margin-bottom: 26px
}

.cid-t5qipZWzDt .badge.display-4 {
	font-size: 11px;
	line-height: 1.81;
	letter-spacing: .5px
}

.cid-t5qipZWzDt .mbr-section-subtitle {
	color: #999;
	font-weight: 700;
	margin-bottom: 21px
}

.cid-t5qipZWzDt .mbr-section-title {
	margin: 0;
	font-weight: 500
}

.cid-t5qipZWzDt .mbr-section-title.display-2 {
	line-height: 1.375
}

.cid-t5qipZWzDt .contents {
	margin-top: 36px
}

.cid-t5qipZWzDt .contents .content-text {
	color: #606060;
	font-weight: 300
}

.cid-t5qipZWzDt .mbr-section-btn {
	margin-top: 8px
}

.cid-t5qipZWzDt .mbr-section-btn .btn {
	padding: 18px 26px
}

.cid-t5qipZWzDt .mbr-section-btn .btn.display-4 {
	font-size: 13px;
	line-height: 1
}

.cid-t5qipZWzDt .mbr-section-btn .btn:hover {
	box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important;
	-webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important
}

.cid-t5qipZWzDt .mbr-section-btn,
.cid-t5qipZWzDt .mbr-section-title {
	color: #184014;
	text-align: left
}

.cid-t5qipZWzDt .contents .mbr-text,
.cid-t5qipZWzDt .mbr-section-btn {
	color: #000;
	text-align: left
}

.cid-t5qz7Kc6Z3 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff
}

.cid-t5qz7Kc6Z3 img {
	width: 100%
}

.cid-t5qz7Kc6Z3 .badge {
	display: inline-block;
	border-radius: 10rem;
	padding: 8px 14px 6px 14px;
	color: #678f1d;
	background-color: rgba(132, 138, 189, .15);
	margin-bottom: 26px
}

.cid-t5qz7Kc6Z3 .badge.display-4 {
	font-size: 11px;
	line-height: 1.81;
	letter-spacing: .5px
}

.cid-t5qz7Kc6Z3 .mbr-section-subtitle {
	color: #999;
	font-weight: 700;
	margin-bottom: 21px
}

.cid-t5qz7Kc6Z3 .mbr-section-title {
	margin: 0;
	font-weight: 500
}

.cid-t5qz7Kc6Z3 .mbr-section-title.display-2 {
	line-height: 1.375
}

.cid-t5qz7Kc6Z3 .contents {
	margin-top: 36px
}

.cid-t5qz7Kc6Z3 .contents .content-text {
	color: #606060;
	font-weight: 300
}

.cid-t5qz7Kc6Z3 .mbr-section-btn {
	margin-top: 8px
}

.cid-t5qz7Kc6Z3 .mbr-section-btn .btn {
	padding: 18px 26px
}

.cid-t5qz7Kc6Z3 .mbr-section-btn .btn.display-4 {
	font-size: 13px;
	line-height: 1
}

.cid-t5qz7Kc6Z3 .mbr-section-btn .btn:hover {
	box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important;
	-webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, .2) !important
}

.cid-t5qz7Kc6Z3 .mbr-section-btn,
.cid-t5qz7Kc6Z3 .mbr-section-title {
	color: #184014
}

.cid-t5qz7Kc6Z3 .contents .mbr-text,
.cid-t5qz7Kc6Z3 .mbr-section-btn {
	color: #000
}

.cid-t5qllrbCvG {
	padding-top: 60px;
	padding-bottom: 105px;
	overflow: hidden;
	background: url("../img/8.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.cid-t5qllrbCvG .badge {
	display: inline-block;
	border-radius: 10rem;
	padding: 8px 14px 6px 14px;
	color: #678f1d;
	background-color: rgba(132, 138, 189, .15)
}

.cid-t5qllrbCvG .badge.display-4 {
	font-size: 11px;
	line-height: 1.81;
	letter-spacing: .5px
}

.cid-t5qllrbCvG .mbr-section-title {
	color: #ecf1e6
}

.cid-t5qllrbCvG .mbr-section-subtitle {
	color: #999;
	font-weight: 600
}

.cid-t5qllrbCvG .carousel {
	z-index: 2;
	position: relative
}

.cid-t5qllrbCvG .user {
	padding: 0 !important
}

.cid-t5qllrbCvG .mbr-iconfont {
	font-family: Moririse2 !important
}

.cid-t5qllrbCvG .carousel-item-next,
.cid-t5qllrbCvG .carousel-item-prev,
.cid-t5qllrbCvG .carousel-item.active {
	display: flex
}

.cid-t5qllrbCvG .details {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-align: left;
	margin-bottom: 20px;
	justify-content: center
}

.cid-t5qllrbCvG .details .img-wrapper img {
	width: 70px;
	max-width: 100%;
	border-radius: 100%
}

.cid-t5qllrbCvG .details .info {
	padding-left: 20px
}

.cid-t5qllrbCvG .details .info .user_name {
	margin: 0
}

.cid-t5qllrbCvG .details .info .user_name.display-7 {
	font-size: 18px;
	line-height: 1.3
}

.cid-t5qllrbCvG ol {
	margin-bottom: 0;
	bottom: -3rem
}

.cid-t5qllrbCvG .carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	transition: opacity .5s;
	background-color: rgba(153, 153, 153, .8);
	font-size: 2rem;
	border-width: 0;
	transform: scale(.6);
	margin: 6px
}

.cid-t5qllrbCvG .carousel-indicators li:hover {
	opacity: 1
}

.cid-t5qllrbCvG .carousel-indicators .active {
	transform: scale(1);
	border: 0;
	background-color: rgba(153, 153, 153, .8);
	transition: all .2s ease-in-out
}

.cid-t5qllrbCvG .user_text {
	color: #707070;
	text-align: left
}

.cid-t5qllrbCvG .user_text p.display-5 {
	line-height: 1.54
}

.cid-t5qllrbCvG .carousel-item {
	text-align: left
}

.cid-t5qllrbCvG .carousel-item {
	padding-right: 20px
}

.cid-t5qllrbCvG .carousel-indicators {
	margin: 0;
	margin-left: .1rem;
	justify-content: center !important
}

@media (max-width:767px) {
	.cid-t5qllrbCvG .carousel-indicators {
		margin: auto;
		justify-content: center !important
	}
}

.cid-t5qllrbCvG .carousel-control-next {
	right: -30px;
	transform: translateX(50%)
}

.cid-t5qllrbCvG .carousel-control-prev {
	left: -20px;
	transform: translateX(-50%)
}

.cid-t5qllrbCvG .carousel-item,
.cid-t5qllrbCvG .user_text p {
	color: #ecf1e6
}

.cid-sZvk4JBheX {
	padding-top: 2rem;
	padding-bottom: 1rem;
	overflow: hidden;
	background-color: #f5f5f5
}

.cid-sZvk4JBheX .mbr-overlay {
	background: #010304;
	opacity: .5
}

.cid-sZvk4JBheX .item:focus,
.cid-sZvk4JBheX span:focus {
	outline: 0
}

.cid-sZvk4JBheX .item-wrapper {
	position: relative
}

.cid-sZvk4JBheX .slide-content {
	position: relative;
	border-radius: 4px;
	background: 0 0;
	height: 100%;
	display: flex;
	overflow: visible;
	flex-flow: column nowrap
}

.cid-sZvk4JBheX .mbr-section-btn {
	margin-top: auto !important;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	display: inline-block
}

.cid-sZvk4JBheX .mbr-section-title {
	color: #14142b;
	text-align: center;
	margin-bottom: 24px
}

.cid-sZvk4JBheX .mbr-section-btn,
.cid-sZvk4JBheX .mbr-text {
	text-align: left
}

.cid-sZvk4JBheX .item-title {
	text-align: left
}

.cid-sZvk4JBheX .item-subtitle {
	text-align: left
}

.cid-sZvk4JBheX .embla__slide {
	display: flex;
	justify-content: center;
	position: relative;
	/* min-width: 33%; */
	/* max-width: 281px; */
	padding: 20px 0;
}

@media (max-width:768px) {
	.cid-sZvk4JBheX .embla__slide {
		/* min-width: 70%; */
		max-width: initial;
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
}

@media (max-width:900px) {
	.cid-sZvk4JBheX .embla__slide {
		/* min-width: 60% */
	}
}

@media (max-width:630px) {
	.cid-sZvk4JBheX .embla__slide {
		/* min-width: 375px */
	}
}

.cid-sZvk4JBheX .embla__button--next,
.cid-sZvk4JBheX .embla__button--prev {
	display: flex
}

.cid-sZvk4JBheX .embla__button {
	transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
	border: none;
	width: 64px;
	height: 64px;
	font-size: 22px;
	border-radius: 50%;
	top: 50%;
	margin-top: -1.5rem;
	background-color: #67b702;
	color: #fff;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center
}

.cid-sZvk4JBheX .embla__button:disabled {
	cursor: default;
	display: none
}

.cid-sZvk4JBheX .embla__button:hover {
	background-color: #67b702;
	color: #fff;
	transform: scale(1.05)
}

.cid-sZvk4JBheX .embla__button.embla__button--prev {
	left: 0;
	margin-left: 2.5rem
}

.cid-sZvk4JBheX .embla__button.embla__button--next {
	right: 0;
	margin-right: 2.5rem
}

@media (max-width:767px) {
	.cid-sZvk4JBheX .embla__button {
		top: auto
	}
}

.cid-sZvk4JBheX .mobi-mbri-arrow-prev {
	margin-right: 5px
}

.cid-sZvk4JBheX .mobi-mbri-arrow-next {
	margin-left: 5px
}

.cid-sZvk4JBheX .embla {
	position: relative;
	width: 100%
}

.cid-sZvk4JBheX .embla__viewport {
	overflow: visible;
	width: 100%
}

.cid-sZvk4JBheX .embla__viewport.is-draggable {
	cursor: grab
}

.cid-sZvk4JBheX .embla__container {
	display: flex;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: transparent
}

.cid-sZvk4JBheX .mbr-section-subtitle {
	text-align: center;
	color: #8c8c95
}

.cid-sZvk4JBheX .title-block {
	justify-content: space-between;
	margin-bottom: 32px;
	align-items: center;
	padding-bottom: 56px;
	max-width: 715px;
	margin: auto
}

.cid-sZvk4JBheX .shadow {
	border-radius: 34px;
	box-shadow: 0 5px 16px 0 rgba(8, 15, 52, .07) !important;
	transition: all .3s ease, transform .3s ease, -webkit-transform .3s ease;
	overflow: visible;
	padding: 19px;
	margin: 0 8px;
	border: 1px solid #eff0f6;
	background-color: #fff
}

.cid-sZvk4JBheX .wrap-img {
	transition: all .3s ease !important;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	display: flex;
	justify-content: center
}

.cid-sZvk4JBheX img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.cid-sZvk4JBheX .shadow:hover {
	transform: translate(0, -6px);
	box-shadow: 0 10px 20px 0 rgba(8, 15, 52, .1) !important
}

.cid-sZvk4JBheX .shadow:hover .card-title,
.cid-sZvk4JBheX .shadow:hover a[class*=text-]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
	color: #bbb !important
}

.cid-sZvk4JBheX .shadow:hover .iconfont-wrapper>.mbr-iconfont>span {
	color: #000 !important
}

.cid-sZvk4JBheX .card-title {
	margin-bottom: 16px;
	color: #4c4c4c;
	transition: .35s;
	text-align: left
}

.cid-sZvk4JBheX .card-text {
	color: #8c8c95;
	text-align: center
}

.cid-sZvk4JBheX H3 {
	color: #1d1d1f;
	text-align: center
}

.cid-sZvk4JBheX .card-wrapper {
	border-radius: 0 0 30px 30px;
	background-color: #fff;
	padding: 34px 25px 54px 31px
}

.cid-sZvk4JBheX .link-title {
	display: inline-block
}

.cid-sZvk4JBheX .margin {
	margin-right: 14px
}

.cid-sZvk4JBheX .button-color {
	padding: 1rem 1.5625rem !important;
	border-radius: 1000px !important;
	display: inline-block;
	line-height: 20px;
	background-color: #eff0f6
}

.cid-sZvk4JBheX .link-row {
	align-items: center
}

@media (max-width:530px) {
	.cid-sZvk4JBheX .card-wrapper {
		border-radius: 0 0 30px 30px
	}
}

@media (max-width:480px) {
	.cid-sZvk4JBheX .card-wrapper {
		border-radius: 0 0 30px 30px
	}
}

.cid-sZvk4JBheX .iconfont-wrapper {
	text-align: left;
	margin-bottom: 32px
}

.cid-sZvk4JBheX .iconfont-wrapper .mbr-iconfont::before {
	font-size: 50px;
	padding: 25px;
	border-radius: 50%
}

.cid-sZvk4JBheX .button-align {
	margin-top: 36px;
	text-align: center
}

.cid-sZvk4JBheX .btn {
	margin-top: 20px
}

.cid-sZvk4JBheX .card-title,
.cid-sZvk4JBheX .iconfont-wrapper {
	text-align: center;
	color: #3b006b
}

.cid-sZvk4JBheX a.btn>span {
	margin-left: .5rem
}

.box-icon img {
	width: 80%;
	object-fit: contain
}

.box-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.box-icon h4 {
	text-align: center;
	font-size: 1.1rem;
	margin-top: 10px
}

.cid-snhz20VR9d {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #eaebe7
}

.cid-snhz20VR9d .mbr-overlay {
	background-color: #fff;
	opacity: .4
}

.cid-snhz20VR9d form.mbr-form {
	border-radius: 10px;
	background-color: #fafafa
}

@media (min-width:992px) {
	.cid-snhz20VR9d form.mbr-form {
		padding: 3rem 2rem;
		width: 60%
	}
}

@media (max-width:991px) {
	.cid-snhz20VR9d form.mbr-form {
		padding: 1rem
	}
}

.cid-snhz20VR9d form.mbr-form .mbr-section-btn {
	text-align: center;
	width: 100%
}

.cid-snhz20VR9d form.mbr-form .mbr-section-btn .btn {
	width: 100%
}

.cid-snhz20VR9d .mbr-section-title {
	color: #4479d9
}

.cid-snhz20VR9d {
	/* background: url(../../images/form.jpg); */
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1
}

/* .cid-snhz20VR9d:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: -1
} */

.cid-snhz20VR9d .div-container-form {
	-webkit-box-shadow: 0 0 12px -4px rgba(0, 0, 0, .75) !important;
	-moz-box-shadow: 0 0 12px -4px rgba(0, 0, 0, .75) !important;
	box-shadow: 0 0 12px -4px rgba(0, 0, 0, .75) !important
}

.body-form,
.cid-snhz20VR9d .header-form {
	font-family: 'Work Sans', sans-serif;
	background: rgba(255, 255, 255, .9);
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.body-form {
	padding: 0 20px 20px
}

.cid-snhz20VR9d form.mbr-form {
	background: rgba(124, 123, 137, .9);
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.cid-snhz20VR9d .form-control {
	color: #656565;
	background-color: #f5f5f5;
	border-radius: .25rem;
	padding-left: 8px !important
}

.cid-snhz20VR9d label {
	color: #f5f5f5
}

.cid-snhz20VR9d label a:hover {
	color: #b9d5fd
}

.cid-snhz20VR9d .text-offer-form {
	color: #67b702;
	font-size: 3.3rem;
	letter-spacing: 6px;
	font-weight: 700;
	padding-top: 15px;
	text-align: center !important
}

.cid-snhz20VR9d .text-soon-form {
	text-align: center !important;
	font-weight: lighter;
	background: #67b702;
	color: #fff;
	letter-spacing: 3px;
	padding: 4px 4px;
	border-radius: 2px;
	margin: 10px 0
}

.cid-snhz20VR9d .text-product-form {
	text-align: center;
	padding: 10px 0;
	font-size: 1.3rem !important
}

.cid-snhz20VR9d .text-product-form .form-price {
	font-weight: bolder !important
}

@media screen and (max-width:768px) {
	.cid-snhz20VR9d .text-offer-form {
		font-size: 2.4rem !important;
		letter-spacing: 2px !important
	}

	.cid-snhz20VR9d .text-soon-form {
		font-size: 1.2rem !important;
		letter-spacing: 0 !important
	}

	.cid-snhz20VR9d .text-product-form {
		font-size: 1.1rem !important
	}
}

.discount-image {
	display: block;
	width: 60%
}

@font-face {
	font-family: MobiriseIcons;
	src: url(mobirise-icons.eot?spat4u);
	src: url(mobirise-icons.eot?spat4u#iefix) format('embedded-opentype'), url(mobirise-icons.ttf?spat4u) format('truetype'), url(mobirise-icons.woff?spat4u) format('woff'), url(mobirise-icons.svg?spat4u#MobiriseIcons) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

[class*=" mbri-"],
[class^=mbri-] {
	font-family: MobiriseIcons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mbri-align-center:before {
	content: "\e902"
}

.mbri-align-justify:before {
	content: "\e903"
}

.mbri-align-left:before {
	content: "\e904"
}

.mbri-align-right:before {
	content: "\e905"
}

.mbri-arrow-next:before {
	content: "\e909"
}

.mbri-arrow-prev:before {
	content: "\e90a"
}

.mbri-arrow-up:before {
	content: "\e90b"
}

.mbri-bold:before {
	content: "\e90c"
}

.mbri-clock:before {
	content: "\e919"
}

.mbri-code:before {
	content: "\e91c"
}

.mbri-delivery:before {
	content: "\e922"
}

.mbri-extension:before {
	content: "\e92c"
}

.mbri-features:before {
	content: "\e92d"
}

.mbri-image-slider:before {
	content: "\e93c"
}

.mbri-info:before {
	content: "\e93d"
}

.mbri-left-right:before {
	content: "\e942"
}

.mbri-left:before {
	content: "\e943"
}

.mbri-link:before {
	content: "\e946"
}

.mbri-menu:before {
	content: "\e94c"
}

.mbri-play:before {
	content: "\e95c"
}

.mbri-right:before {
	content: "\e966"
}

.mbri-shopping-cart:before {
	content: "\e972"
}

.mbri-star:before {
	content: "\e976"
}

.mbri-target:before {
	content: "\e97c"
}

.mbri-touch:before {
	content: "\e981"
}

.mbri-up:before {
	content: "\e987"
}

.mbri-user:before {
	content: "\e98a"
}

.mbri-user2:before {
	content: "\e98b"
}

@font-face {
	font-family: Moririse2;
	font-display: swap;
	src: url(mobirise2.eot?f2bix4);
	src: url(mobirise2.eot?f2bix4#iefix) format('embedded-opentype'), url(../fonts/mobirise2.ttf) format('truetype'), url(mobirise2.woff?f2bix4) format('woff'), url(mobirise2.svg?f2bix4#mobirise2) format('svg');
	font-weight: 400;
	font-style: normal
}

[class*=" mobi-"],
[class^=mobi-] {
	font-family: Moririse2 !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mobi-mbri-align-center:before {
	content: "\e902"
}

.mobi-mbri-align-justify:before {
	content: "\e903"
}

.mobi-mbri-align-left:before {
	content: "\e904"
}

.mobi-mbri-align-right:before {
	content: "\e905"
}

.mobi-mbri-arrow-next:before {
	content: "\e909"
}

.mobi-mbri-arrow-prev:before {
	content: "\e90a"
}

.mobi-mbri-arrow-up:before {
	content: "\e90b"
}

.mobi-mbri-bold:before {
	content: "\e90c"
}

.mobi-mbri-clock:before {
	content: "\e919"
}

.mobi-mbri-code:before {
	content: "\e91c"
}

.mobi-mbri-delivery:before {
	content: "\e922"
}

.mobi-mbri-extension:before {
	content: "\e92d"
}

.mobi-mbri-features:before {
	content: "\e92e"
}

.mobi-mbri-image-slider:before {
	content: "\e93d"
}

.mobi-mbri-info:before {
	content: "\e93e"
}

.mobi-mbri-left-right:before {
	content: "\e943"
}

.mobi-mbri-left:before {
	content: "\e944"
}

.mobi-mbri-link:before {
	content: "\e947"
}

.mobi-mbri-menu:before {
	content: "\e94d"
}

.mobi-mbri-phone:before {
	content: "\e95b"
}

.mobi-mbri-play:before {
	content: "\e95f"
}

.mobi-mbri-right:before {
	content: "\e96b"
}

.mobi-mbri-shopping-cart:before {
	content: "\e977"
}

.mobi-mbri-star:before {
	content: "\e97b"
}

.mobi-mbri-target:before {
	content: "\e981"
}

.mobi-mbri-touch:before {
	content: "\e986"
}

.mobi-mbri-up:before {
	content: "\e98d"
}

.mobi-mbri-user-2:before {
	content: "\e991"
}

.mobi-mbri-user:before {
	content: "\e992"
}

.navbar-dropdown {
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .45s ease;
	z-index: 1030;
	background: #282828
}

.navbar-dropdown .navbar-logo {
	margin-right: .8rem;
	transition: margin .3s ease-in-out;
	vertical-align: middle
}

.navbar-dropdown .navbar-logo img {
	height: 3.125rem;
	transition: all .3s ease-in-out
}

.navbar-dropdown .navbar-logo.mbr-iconfont {
	font-size: 3.125rem;
	line-height: 3.125rem
}

.navbar-dropdown.navbar-fixed-top {
	position: fixed
}

.navbar-dropdown .navbar-brand span {
	vertical-align: -4px
}

.navbar-dropdown .hamburger-icon {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	-webkit-box-shadow: 0 -6px 0 1px #282828, 0 0 0 1px #282828, 0 6px 0 1px #282828;
	-moz-box-shadow: 0 -6px 0 1px #282828, 0 0 0 1px #282828, 0 6px 0 1px #282828;
	box-shadow: 0 -6px 0 1px #282828, 0 0 0 1px #282828, 0 6px 0 1px #282828
}

.dropdown-menu .dropdown-toggle[data-toggle=dropdown-submenu]::after {
	border-bottom: .35em solid transparent;
	border-left: .35em solid;
	border-right: 0;
	border-top: .35em solid transparent;
	margin-left: .3rem
}

.dropdown-menu .dropdown-item:focus {
	outline: 0
}

.nav-dropdown {
	font-size: .75rem;
	font-weight: 500;
	height: auto !important
}

.nav-dropdown .nav-btn {
	padding-left: 1rem
}

.nav-dropdown .link {
	margin: .667em 1.667em;
	font-weight: 500;
	padding: 0;
	transition: color .2s ease-in-out
}

.nav-dropdown .link.dropdown-toggle {
	margin-right: 2.583em
}

.nav-dropdown .link.dropdown-toggle::after {
	margin-left: .25rem;
	border-top: .35em solid;
	border-right: .35em solid transparent;
	border-left: .35em solid transparent;
	border-bottom: 0
}

.nav-dropdown .link.dropdown-toggle[aria-expanded=true] {
	margin: 0;
	padding: .667em 3.263em .667em 1.667em
}

.nav-dropdown .dropdown-item::after,
.nav-dropdown .link::after {
	color: inherit
}

.nav-dropdown .btn {
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.nav-dropdown .dropdown-menu {
	border-radius: 0;
	border: 0;
	left: 0;
	margin: 0;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	position: relative
}

.nav-dropdown .dropdown-item {
	font-weight: 500;
	line-height: 2;
	padding: .3846em 4.615em .3846em 1.5385em;
	position: relative;
	transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.nav-dropdown .dropdown-item::after {
	margin-top: -.3077em;
	position: absolute;
	right: 1.1538em;
	top: 50%
}

.nav-dropdown .dropdown-item:focus,
.nav-dropdown .dropdown-item:hover {
	background: 0 0
}

section {
	background-color: #eee
}

.container,
section {
	position: relative;
	word-wrap: break-word
}

a.mbr-iconfont:hover {
	text-decoration: none
}

a {
	font-style: normal;
	font-weight: 400;
	cursor: pointer
}

a,
a:hover {
	text-decoration: none
}

body {
	color: #232323
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word
}

b {
	font-weight: 700
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color
}

body {
	position: relative
}

section {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.hidden {
	visibility: hidden
}

/*! Base colors */
.mbr-white {
	color: #fff
}

.mbr-black {
	color: #111
}

/*! Text-aligns */
.align-left {
	text-align: left
}

.align-center {
	text-align: center
}

.align-right {
	text-align: right
}

@media (max-width:767px) {

	.align-center,
	.align-left,
	.align-right,
	.mbr-section-btn,
	.mbr-section-title {
		text-align: center
	}
}

/*! Font-weight  */
.mbr-light {
	font-weight: 300
}

.mbr-regular {
	font-weight: 400
}

.mbr-bold {
	font-weight: 600
}

/*! Media  */
.card {
	background-color: transparent;
	border: none
}

.card-box {
	width: 100%
}

.card-img {
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-shrink: 0
}

.card-img img {
	width: 100%
}

/*! Buttons */
.mbr-section-btn {
	margin-left: -.25rem;
	margin-right: -.25rem;
	font-size: 0
}

nav .mbr-section-btn {
	margin-left: 0;
	margin-right: 0
}

/*! Btn icon margin */
.btn .mbr-iconfont {
	cursor: pointer;
	margin-right: .5rem
}

.btn.btn-md .mbr-iconfont {
	margin-right: .8rem
}

[type=submit] {
	-webkit-appearance: none
}

/*! Full-screen */
/*! Map */
/*! Scroll to top arrow */
.mbr-arrow-up {
	bottom: 25px;
	right: 90px;
	position: fixed;
	text-align: right;
	z-index: 5000;
	color: #fff;
	font-size: 32px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.mbr-arrow-up a {
	background: rgba(0, 0, 0, .2);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 60px;
	width: 60px;
	outline-style: none !important;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-align: center
}

.mbr-arrow-up a:hover {
	background-color: rgba(0, 0, 0, .4)
}

.mbr-arrow-up a i {
	line-height: 60px
}

.mbr-arrow-up-icon {
	display: block;
	color: #fff
}

.mbr-arrow-up-icon::before {
	content: "\203a";
	display: inline-block;
	font-family: serif;
	font-size: 32px;
	line-height: 1;
	font-style: normal;
	position: relative;
	top: 6px;
	left: -4px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

/*! Arrow Down */
.mbr-arrow {
	position: absolute;
	bottom: 45px;
	left: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: rgba(80, 80, 80, .5);
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.mbr-arrow>a {
	display: inline-block;
	text-decoration: none;
	outline-style: none;
	-webkit-animation: arrowdown 1.7s ease-in-out infinite;
	animation: arrowdown 1.7s ease-in-out infinite
}

.mbr-arrow>a>i {
	position: absolute;
	top: -2px;
	left: 15px;
	font-size: 2rem
}

@keyframes arrowdown {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0)
	}

	50% {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px)
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0)
	}
}

@-webkit-keyframes arrowdown {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0)
	}

	50% {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px)
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0)
	}
}

@media (max-width:500px) {
	.mbr-arrow-up {
		left: 50%;
		right: auto;
		transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg)
	}
}

@keyframes gradient-animation {
	from {
		background-position: 0 100%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	to {
		background-position: 100% 0;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
}

@-webkit-keyframes gradient-animation {
	from {
		background-position: 0 100%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	to {
		background-position: 100% 0;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
}

.menu .navbar-brand {
	display: -webkit-flex
}

.menu .navbar-brand span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
	display: -webkit-flex
}

@media (max-width:991px) {
	.menu .navbar-collapse {
		max-height: 93.5vh
	}
}

@media (min-width:992px) {
	.menu .navbar-nav.nav-dropdown {
		display: -webkit-flex
	}
}

@media (max-width:767px) {
	.menu .navbar-collapse {
		max-height: 80vh
	}
}

.navbar {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: space-between
}

.navbar-collapse {
	-webkit-flex-basis: 100%;
	-webkit-flex-grow: 1;
	-webkit-align-items: center
}

.nav-dropdown .link {
	padding: .667em 1.667em !important;
	margin: 0 !important
}

.nav {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap
}

.row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap
}

.justify-content-center {
	-webkit-justify-content: center
}

.card-wrapper {
	-webkit-flex: 1
}

.carousel-control {
	z-index: 10;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center
}

.form-group:focus {
	outline: 0
}

input[type=range] {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.carousel-item {
	text-align: center
}

.carousel-item img {
	margin: auto
}

.navbar-toggler {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: 0 0;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

.navbar-toggler-left {
	position: absolute;
	left: 1rem
}

.navbar-toggler-right {
	position: absolute;
	right: 1rem
}

.card-img {
	width: auto
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

body,
html {
	height: auto;
	min-height: 100vh
}

.mbr-section-title {
	font-style: normal;
	line-height: 1.3
}

.mbr-section-subtitle {
	line-height: 1.3
}

.mbr-text {
	font-style: normal;
	line-height: 1.7
}

body {
	font-style: normal;
	line-height: 1.5;
	font-weight: 400
}

.btn {
	font-weight: 500;
	border-width: 1px;
	font-style: normal;
	letter-spacing: 0;
	margin: .4rem .4rem;
	white-space: normal;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	word-break: break-word;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: -webkit-inline-flex
}

.btn-md {
	font-weight: 600;
	letter-spacing: 0;
	margin: .4rem .8rem !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-lg {
	font-weight: 600;
	letter-spacing: 0;
	margin: .4rem .8rem !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-form {
	margin: 0;
	border-radius: 0
}

.btn-form:hover {
	cursor: pointer
}

.mbr-arrow a {
	color: #fff
}

@media (max-width:767px) {
	.mbr-arrow {
		display: none
	}
}

.form-control-label {
	position: relative;
	cursor: pointer;
	margin-bottom: .357em;
	padding: 0
}

.form-control {
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #565656;
	line-height: 1.43;
	min-height: 2.5em;
	padding: 1.07em .5em
}

.form-control,
.form-control:focus {
	border: 1px solid #e8e8e8
}

.form-active .form-control:invalid {
	border-color: red
}

.mbr-overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	pointer-events: none
}

ol,
ul {
	margin-bottom: 2.3125rem
}

@font-face {
	font-family: Socicon;
	src: url(../fonts/socicon.eot);
	src: url(../fonts/socicon.eot?#iefix) format('embedded-opentype'), url(../fonts/socicon.woff2) format('woff2'), url(../fonts/socicon.ttf) format('truetype'), url(../fonts/socicon.woff) format('woff'), url(../fonts/socicon.svg#socicon) format('svg');
	font-weight: 400;
	font-style: normal
}

[data-icon]:before {
	font-family: socicon !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[class*=" socicon-"],
[class^=socicon-] {
	font-family: Socicon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

/* @font-face {
	font-family: mobirise-24px;
	src: url(../fonts/mobirise2.eot);
	src: url(../fonts/mobirise2.eot?#iefix) format("embedded-opentype"), url(../fonts/mobirise2.woff2) format('woff2'), url(../fonts/mobirise2.woff) format('woff'), url(../fonts/mobirise2.svg#mobirise-24px) format('svg')
}

@font-face {
	font-family: mobirise-24px;
	src: url(../fonts/mobirise2.eot);
	src: url(../fonts/mobirise2.eot?#iefix) format("embedded-opentype"), url(../fonts/mobirise2.woff2) format('woff2'), url(../fonts/mobirise2.woff) format('woff'), url(../fonts/mobirise2.svg#mobirise-24px) format('svg')
}

@font-face {
	font-family: mobirise-24px;
	src: url(../fonts/mobirise2.eot);
	src: url(../fonts/mobirise2.eot?#iefix) format("embedded-opentype"), url(../fonts/mobirise2.woff2) format('woff2'), url(../fonts/mobirise2.woff) format('woff'), url(../fonts/mobirise2.svg#mobirise-24px) format('svg')
}

@font-face {
	font-family: "Font Awesome 6 Free Solid";
	src: url(../fonts/free-fa-solid-900.eot);
	src: url(../fonts/free-fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/free-fa-solid-900.woff) format('woff'), url(../fonts/free-fa-solid-900.ttf) format('truetype'), url(../fonts/free-fa-solid-900.svg#FontAwesome6FreeSolid) format('svg')
}

@font-face {
	font-family: "Font Awesome 6 Brands Regular";
	src: url(../fonts/free-fa-brands-400.eot);
	src: url(../fonts/free-fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/free-fa-brands-400.woff) format('woff'), url(../fonts/free-fa-brands-400.ttf) format('truetype'), url(../fonts/free-fa-brands-400.svg#FontAwesome6BrandsRegular) format('svg')
}

@font-face {
	font-family: mobirise-24px;
	src: url(../fonts/mobirise2.eot);
	src: url(../fonts/mobirise2.eot?#iefix) format("embedded-opentype"), url(../fonts/mobirise2.woff2) format('woff2'), url(../fonts/mobirise2.woff) format('woff'), url(../fonts/mobirise2.svg#mobirise-24px) format('svg')
}

@font-face {
	font-family: mobirise-24px;
	src: url(../fonts/mobirise2.eot);
	src: url(../fonts/mobirise2.eot?#iefix) format("embedded-opentype"), url(../fonts/mobirise2.woff2) format('woff2'), url(../fonts/mobirise2.woff) format('woff'), url(../fonts/mobirise2.svg#mobirise-24px) format('svg')
} */

@media (max-width:768px) {
	.display-2 {
		line-height: 30px !important
	}

	.pl-5,
	.px-5 {
		padding-left: 1rem !important
	}
}

.menu-tite {
	background: #67b703;
	width: 100%;
	padding: .4rem .8rem;
	text-align: center;
	color: #fff;
	font-weight: 600
}

@media (min-width:768px) and (max-width:1199px) {
	.imgmar {
		margin-top: 50px
	}
}

@media (max-width:768px) {
	.menu-tite {
    margin-bottom: 0;
		font-size: .7rem !important
	}
}

@media screen and (max-width: 991px) {
	.collapse.navbar-collapse.show {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.cid-sZvk4JBheX {
		padding-bottom: 100px !important;
	}

	.cid-sZvk4JBheX .embla__button {
		top: 110%;
	}
}

.navbar-buttons.mbr-section-btn .btn-custom {
	display: block;
	width: fit-content;
}