html, body {
	border: 0 !important;
}
*, :after, :before {
	box-sizing: border-box
}
.container {
	width: 100%;
	max-width: 1650px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.container-small {
	max-width: 1240px
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-3>* {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-6>* {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	order: -1
}
.order-last {
	order: 13
}
.order-0 {
	order: 0
}
.order-1 {
	order: 1
}
.order-2 {
	order: 2
}
.order-3 {
	order: 3
}
.order-4 {
	order: 4
}
.order-5 {
	order: 5
}
.order-6 {
	order: 6
}
.order-7 {
	order: 7
}
.order-8 {
	order: 8
}
.order-9 {
	order: 9
}
.order-10 {
	order: 10
}
.order-11 {
	order: 11
}
.order-12 {
	order: 12
}
.offset-1 {
	margin-left: 8.333333%
}
.offset-2 {
	margin-left: 16.666667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.333333%
}
.offset-5 {
	margin-left: 41.666667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.333333%
}
.offset-8 {
	margin-left: 66.666667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.333333%
}
.offset-11 {
	margin-left: 91.666667%
}
@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}
@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}
@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}
@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}
@media (min-width:1600px) {
	.col-xls {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xls-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xls-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xls-3>* {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-xls-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xls-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xls-6>* {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xls-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xls-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xls-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xls-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xls-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xls-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xls-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xls-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xls-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xls-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xls-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xls-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xls-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xls-first {
		order: -1
	}
	.order-xls-last {
		order: 13
	}
	.order-xls-0 {
		order: 0
	}
	.order-xls-1 {
		order: 1
	}
	.order-xls-2 {
		order: 2
	}
	.order-xls-3 {
		order: 3
	}
	.order-xls-4 {
		order: 4
	}
	.order-xls-5 {
		order: 5
	}
	.order-xls-6 {
		order: 6
	}
	.order-xls-7 {
		order: 7
	}
	.order-xls-8 {
		order: 8
	}
	.order-xls-9 {
		order: 9
	}
	.order-xls-10 {
		order: 10
	}
	.order-xls-11 {
		order: 11
	}
	.order-xls-12 {
		order: 12
	}
	.offset-xls-0 {
		margin-left: 0
	}
	.offset-xls-1 {
		margin-left: 8.333333%
	}
	.offset-xls-2 {
		margin-left: 16.666667%
	}
	.offset-xls-3 {
		margin-left: 25%
	}
	.offset-xls-4 {
		margin-left: 33.333333%
	}
	.offset-xls-5 {
		margin-left: 41.666667%
	}
	.offset-xls-6 {
		margin-left: 50%
	}
	.offset-xls-7 {
		margin-left: 58.333333%
	}
	.offset-xls-8 {
		margin-left: 66.666667%
	}
	.offset-xls-9 {
		margin-left: 75%
	}
	.offset-xls-10 {
		margin-left: 83.333333%
	}
	.offset-xls-11 {
		margin-left: 91.666667%
	}
}
/*
html{
font-size:62.5%
}
*/
body {
	margin: 0;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: inherit;
	color: #373737;
	text-align: left;
	background-color: #fff
}
@media (max-width:812.98px) {
	body.prevent-scroll-mobile {
		overflow: hidden
	}
}
body.prevent-scroll {
	overflow: hidden
}
img {
	max-width: 100%;
	height: auto
}
@media (min-width:768px) and (min-device-height:927px) {
	.mobile-only {
		display: none
	}
}
@media (max-width:812.98px) {
	.mobile-hide {
		display: none
	}
}
.valign-row {
	align-items: center
}
.wp-caption {
	max-width: 100%
}
.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	display: block;
	text-align: right
}
#skip-link {
	text-align: center
}
#skip-link a {
	color: #373737;
	width: 0;
	height: 0;
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px
}
#skip-link a:focus {
	padding: 8px;
	display: inline-block;
	width: auto;
	height: auto;
	position: static !important;
	clip: auto;
	outline: .1rem solid #373737
}
.preblock-anchor {
	position: relative;
	display: block;
	scroll-margin-top: 70px
}
@media (min-width:783px) {
	.preblock-anchor {
		scroll-margin-top: 100px
	}
}
@media (min-width:992px) {
	.preblock-anchor {
		scroll-margin-top: 100px
	}
}
@media (min-width:1200px) {
	.preblock-anchor {
		scroll-margin-top: 138px
	}
}
.block-content {
	margin-top: 0;
	margin-bottom: 2.34375rem
}
@media (min-width:768px) and (min-device-height:927px) {
	.block-content {
		margin-bottom: 4.6875rem
	}
}
.block-content.block-margin-above-small {
	margin-top: 2.34375rem
}
@media (min-width:768px) and (min-device-height:927px) {
	.block-content.block-margin-above-small {
		margin-top: 4.6875rem
	}
}
.block-content.block-margin-above-large {
	margin-top: 4.6875rem
}
@media (min-width:768px) and (min-device-height:927px) {
	.block-content.block-margin-above-large {
		margin-top: 9.375rem
	}
}
.block-content.block-margin-below-none {
	margin-bottom: 0
}
.block-content.block-margin-below-large {
	margin-bottom: 4.6875rem
}
@media (min-width:768px) and (min-device-height:927px) {
	.block-content.block-margin-below-large {
		margin-bottom: 9.375rem
	}
}
.block-content.height-full {
	height: calc(100vh - 70px)
}
@media (min-width:768px) and (min-device-height:927px) {
	.block-content.height-full {
		height: calc(100vh - 100px)
	}
}
@media (min-width:992px) {
	.block-content.height-full {
		height: calc(100vh - 100px)
	}
}
@media (min-width:1200px) {
	.block-content.height-full {
		height: calc(100vh - 138px)
	}
}
@media (orientation:portrait) {
	@supports (-webkit-touch-callout:none) {
		.block-content.height-full {
			height: calc(100vh - 225px)
		}
	}
}
.bg-image-cover {
	position: absolute;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
#notification_bar {
	background-color: #006a40;
	padding: 1rem 0;
	font-size: 1.6rem
}
#notification_bar .title-row {
	color: #fff
}
@media (min-width:768px) and (min-device-height:927px) {
	#notification_bar .button-col {
		text-align: right
	}
}
#notification_bar .button {
	position: relative;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 1px;
	text-decoration: none;
	padding: .3rem 1.4rem;
	display: inline-block;
	transition: background-color .3s ease-in-out
}
@media (max-width:812.98px) {
	#notification_bar .button {
		margin-top: .5rem
	}
}
#notification_bar .button:focus, #notification_bar .button:hover {
	background-color: #99c3b3
}
#notification_bar #notification-hidden {
	opacity: 0;
	transition: opacity .3s ease-in-out;
	pointer-events: none;
	background-color: #fff;
	position: absolute;
	z-index: 9;
	margin-top: 1rem;
	left: 15px;
	width: 100%
}
#notification_bar #notification-hidden .notification-hidden__content {
	max-width: 1499px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px
}
#notification_bar #notification-hidden .notification-hidden__content h3 {
	letter-spacing: 1px;
	font-weight: 400
}
#notification_bar #notification-hidden .notification-hidden__content .notification_bar_links {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	padding-bottom: 1.5rem
}
#notification_bar #notification-hidden .notification-hidden__content .notification_bar_links a {
	display: block;
	margin: 0 1rem
}
@media (min-width:1200px) {
	#notification_bar #notification-hidden .notification-hidden__content .notification_bar_links a {
		margin: 0 3.5rem
	}
}
#notification_bar #notification-hidden h3, #notification_bar #notification-hidden p {
	color: #373737
}
#notification_bar #notification-hidden.active {
	display: block
}
#notification_bar.active #notification-hidden {
	opacity: 1;
	pointer-events: auto
}
#notification_bar.active .button span {
	opacity: 0
}
#notification_bar.active .button:hover {
	color: #99c3b3
}
#notification_bar.active .button:after {
	content: "Close";
	color: #fff;
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 3px
}
#header {
	height: 70px;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 3
}
@media (min-width:768px) and (min-device-height:927px) and (orientation:landscape) {
	#header {
		height: 70px
	}
}
@media (min-width:768px) and (min-device-height:927px) and (orientation:portrait) {
	#header {
		height: 100px
	}
}
@media (min-width:992px) {
	#header {
		height: 138px
	}
}
/* #header .container, #header .row {
	height: 100%
}
#header .container {
	position: relative
}
#header .container .header__menu #close-header {
	display: none;
	cursor: pointer
}
#header .container .header__menu #close-header:before {
	content: "\d7";
	color: #006a40;
	font-size: 5.4rem;
	font-weight: 100
}
#header .container .header__menu .mobile-logo {
	display: none
}
@media (min-width:768px) and (max-width:1199.98px) {
	#header .container .header__menu {
		box-shadow: 0 8px 12px -12px #000
	}
}
@media (max-width:1199.98px) {
	#header .container .header__menu {
		display: none;
		padding: 1.5rem 0 0;
		background-color: #fff;
		z-index: 2;
		position: absolute;
		top: 13rem
	}
	#header .container .header__menu.menu-open {
		display: block
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	#header .container .header__menu {
		top: 7rem
	}
}
@media (max-width:812.98px) {
	#header .container .header__menu {
		height: 100%;
		top: 0;
		overflow: auto;
		position: fixed;
		z-index: 3
	}
	#header .container .header__menu .mobile-logo {
		max-width: 122px;
		display: block;
		margin: 0 auto
	}
	#header .container .header__menu #close-header {
		display: block;
		position: absolute;
		top: 0;
		left: 1.5rem
	}
}
@media (min-width:1200px) {
	#header .container .header__menu {
		flex: 0 0 calc(100% - 182px);
		max-width: calc(100% - 182px)
	}
}
#header .container .header__menu #menu-header {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap
}
@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header {
		padding: 0 1.5rem;
		justify-content: center
	}
}
@media (min-width:1200px) {
	#header .container .header__menu #menu-header {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
}
#header .container .header__menu #menu-header>li {
	list-style-type: none;
	position: relative
}
#header .container .header__menu #menu-header>li>a {
	color: #006a40;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5rem .6rem;
	position: relative
}
@media (min-width:1200px) {
	#header .container .header__menu #menu-header>li>a {
		font-size: 1.4rem
	}
}
@media (min-width:1200px) {
	#header .container .header__menu #menu-header>li>a:after {
		content: "";
		height: 3px;
		background-color: #006a40;
		transition: width .3s ease-in-out;
		width: 0;
		position: absolute;
		top: 0;
		left: .6rem
	}
}
@media (min-width:1600px) {
	#header .container .header__menu #menu-header>li>a {
		font-size: 1.6rem;
		padding: .5rem 1.5rem
	}
	#header .container .header__menu #menu-header>li>a:after {
		left: 1.5rem
	}
}
@media (min-width:1200px) {
	#header .container .header__menu #menu-header>li:focus-within:not(.button) a, #header .container .header__menu #menu-header>li:focus:not(.button) a, #header .container .header__menu #menu-header>li:hover:not(.button) a {
		font-weight: 700
	}
	#header .container .header__menu #menu-header>li:focus-within:not(.button) a:after, #header .container .header__menu #menu-header>li:focus:not(.button) a:after, #header .container .header__menu #menu-header>li:hover:not(.button) a:after {
		width: calc(100% - 3rem)
	}
	#header .container .header__menu #menu-header>li:focus-within .sub-menu, #header .container .header__menu #menu-header>li:focus .sub-menu, #header .container .header__menu #menu-header>li:hover .sub-menu {
		opacity: 1;
		pointer-events: auto
	}
}
@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header>li:not(.button) {
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
		border-bottom: 1px solid #373737
	}
	#header .container .header__menu #menu-header>li:not(.button).menu-item-720 {
		border-bottom: none
	}
	#header .container .header__menu #menu-header>li:not(.button) a {
		font-family: Lora, Arial, Helvetica, sans-serif;
		font-weight: 700;
		color: #373737;
		padding: 1rem 1rem 1rem 4rem;
		display: block
	}
}
@media (max-width:812.98px) {
	#header .container .header__menu #menu-header>li.button {
		flex: 0 0 100%;
		max-width: 100%
	}
}
@media (min-width:768px) and (max-width:1199.98px) {
	#header .container .header__menu #menu-header>li.button {
		margin: 0 1rem
	}
}
#header .container .header__menu #menu-header>li.button a {
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	background-color: #006a40;
	transition: background-color .3s ease-in-out
}
#header .container .header__menu #menu-header>li.button a:focus, #header .container .header__menu #menu-header>li.button a:hover {
	background-color: #99c3b3
}
@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header>li.button {
		order: 1;
		margin-bottom: 2rem;
		text-align: center
	}
	#header .container .header__menu #menu-header>li.button a {
		width: 17rem;
		display: inline-block
	}
}
@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header>li.menu-item-has-children:before {
		content: "";
		position: absolute;
		pointer-events: none;
		left: 10px;
		width: 0;
		height: 0;
		top: 20px;
		border-color: transparent transparent transparent #cce1d9;
		border-style: solid;
		border-width: 6px 0 6px 9px
	}
	#header .container .header__menu #menu-header>li.menu-item-has-children.menu-open:before {
		transform: rotate(90deg);
		border-color: transparent transparent transparent #006a40
	}
	#header .container .header__menu #menu-header>li.menu-item-has-children.menu-open .sub-menu {
		display: block
	}
}
@media (min-width:1200px) {
	#header .container .header__menu #menu-header>li:nth-child(n+5) .sub-menu {
		left: auto;
		right: .5rem
	}
}
#header .container .header__menu #menu-header .sub-menu {
	list-style-type: none;
	padding-left: 0
}
#header .container .header__menu #menu-header .sub-menu li a {
	text-decoration: none;
	font-size: 16px;
}
@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header .sub-menu {
		display: none;
		padding-bottom: 1rem
	}
	#header .container .header__menu #menu-header .sub-menu li a {
		font-family: Poppins, Arial, Helvetica, sans-serif;
		font-weight: 400;
		padding: .5rem 1rem .5rem 5rem
	}
}
@media (min-width:1200px) {
	#header .container .header__menu #menu-header .sub-menu {
		position: absolute;
		width: 12rem;
		text-align: right;
		left: .5rem;
		padding-top: 2rem;
		background-color: #fff;
		opacity: 0;
		transition: opacity .3s ease-in-out;
		pointer-events: none;
		z-index: 2
	}
	#header .container .header__menu #menu-header .sub-menu li a {
		color: #373737;
		font-weight: 500;
		letter-spacing: 1px;
		transition: background-color .3s ease-in-out;
		padding: 10px;
		display: block;
		text-transform: uppercase
	}
	#header .container .header__menu #menu-header .sub-menu li a:focus, #header .container .header__menu #menu-header .sub-menu li a:hover {
		background-color: #cce1d9
	}
}
#header .container .header__logo {
	flex: 0 0 125px;
	max-width: 125px
}
#header .container .header__logo a {
	display: flex
}
@media (min-width:768px) and (min-device-height:927px) {
	#header .container .header__logo {
		flex: 0 0 182px;
		max-width: 182px
	}
}
@media (min-width:992px) {
	#header .container .header__logo {
		flex: 0 0 182px;
		max-width: 182px
	}
}
@media (min-width:1200px) {
	#header .container .header__logo {
		flex: 0 0 182px;
		max-width: 182px
	}
}
#header .container #hamburger {
	display: flex;
	position: absolute;
	right: 1.5rem;
	cursor: pointer
}
#header .container #hamburger svg {
	fill: #006a40
}
@media (min-width:1200px) {
	#header .container #hamburger {
		display: none
	}
	#header .container .header__menu #menu-header .sub-menu {
		width: 15rem;
		text-align: left;
	}
	#header .container .header__menu #menu-header li:last-of-type .sub-menu {
		text-align: right;
	}
} */
#bloom-overlay {
	opacity: 0;
	pointer-events: none;
	max-width: calc(100% - 4rem);
	width: 55rem;
	position: absolute;
	background-color: #fff;
	right: 2rem;
	top: 3rem;
	z-index: 10;
	transition: opacity .3s ease-in-out;
	box-shadow: 5px 5px 4px #888
}
#bloom-overlay.active {
	opacity: 1;
	pointer-events: auto
}
#bloom-overlay .close-btn {
	position: absolute;
	top: -1.5rem;
	left: -1.5rem;
	cursor: pointer;
	z-index: 11
}
#bloom-overlay .close-btn:after {
	background-color: #006a40;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	content: "\d7";
	color: #fff;
	font-size: 3.4rem;
	font-weight: 100;
	display: flex;
	align-items: center;
	justify-content: center
}
#bloom-overlay .bloom-overlay__copy {
	padding: 2rem
}
#bloom-overlay .bloom-overlay__copy h3 {
	margin-bottom: .5rem;
	margin-top: 0
}
#bloom-overlay .bloom-overlay__copy p {
	margin: 0
}
#bloom-overlay .bloom-overlay__image {
	overflow: hidden;
	min-height: 20rem;
	padding: 0
}
#bloom-overlay .bloom-overlay__image img {
	position: absolute;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(1turn)
	}
}
.splide__container {
	position: relative;
	box-sizing: border-box
}
.splide__list {
	margin: 0 !important;
	padding: 0 !important;
	will-change: transform
}
.splide.is-active .splide__list {
	display: flex
}
.splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0
}
.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1
}
.splide {
	background-color: #acacac;
	overflow: hidden;
	height: 26.8vw
}
.splide.is-active {
	height: auto
}
.splide, .splide__slide {
	position: relative;
	outline: none
}
.splide__slide {
	box-sizing: border-box;
	list-style-type: none !important;
	margin: 0;
	flex-shrink: 0
}
.splide__slide img {
	vertical-align: bottom
}
.splide__slider {
	position: relative
}
.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite
}
.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden
}
.splide--draggable>.splide__track>.splide__list>.splide__slide {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.splide--fade>.splide__track>.splide__list {
	display: block
}
.splide--fade>.splide__track>.splide__list>.splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0
}
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1
}
.splide--rtl {
	direction: rtl
}
.splide--ttb>.splide__track>.splide__list {
	display: block
}
.splide--ttb>.splide__pagination {
	width: auto
}
.splide__arrows {
	justify-content: center;
	pointer-events: none;
	width: 100%;
	z-index: 2
}
.splide__arrow, .splide__arrows {
	align-items: center;
	display: flex;
	height: 100%;
	position: absolute
}
.splide__arrow {
	border: none;
	cursor: pointer;
	pointer-events: auto
}
.splide__arrow--prev {
	left: 0
}
.splide__arrow--next {
	right: 0
}
.splide__pagination {
	bottom: 1rem;
	left: 0;
	padding-left: 0;
	position: absolute
}
@media (min-width:768px) and (min-device-height:927px) {
	.splide__pagination {
		bottom: 3rem
	}
}
.splide__pagination li {
	margin: 0 .3rem
}
.splide__pagination__page {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	outline: none;
	transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
	width: 1rem;
	height: 1rem;
	padding: 0
}
@media (min-width:768px) and (min-device-height:927px) {
	.splide__pagination__page {
		width: 1.6rem;
		height: 1.6rem
	}
}
.splide__pagination__page:focus, .splide__pagination__page:hover {
	background-color: #006a40 !important
}
.splide__pagination__page.is-active {
	background-color: #006a40 !important;
	border: 1px solid #006a40 !important
}
.masthead img {
	width: 100%
}
.masthead.margin-below-none {
	margin-bottom: 0
}
.masthead.margin-below-small {
	margin-bottom: 2rem
}
.masthead.margin-below-large {
	margin-bottom: 4rem
}
.block-background-container {
	position: relative;
	overflow: auto;
	padding: 4.5rem 0
}
.block-background-container.hidden-on-load {
	display: none
}
.block-background-container.padding-tb--large, .block-background-container.padding-tb--small {
	padding: 5rem 0
}
@media (min-width:992px) {
	.block-background-container.padding-tb--large {
		padding: 10rem 0
	}
}
.block-background-container.padding-t--large {
	padding-top: 5rem
}
@media (min-width:992px) {
	.block-background-container.padding-t--large {
		padding-top: 10rem
	}
}
.block-background-container.padding-b--large {
	padding-bottom: 5rem
}
@media (min-width:992px) {
	.block-background-container.padding-b--large {
		padding-bottom: 10rem
	}
}
.block-background-container.purple-section {
	background-color: #e9e4ed
}
.block-background-container.orange-section {
	background-color: #fdd392
}
.block-background-container.orange-section .block-buttongroup .button {
	background-color: #fbaf38 !important
}
.block-background-container.green-section {
	background-color: #66a68c
}
.block-background-container.green-section h2, .block-background-container.green-section h3, .block-background-container.green-section h4, .block-background-container.green-section li, .block-background-container.green-section p {
	color: #fff !important
}
.block-background-container.lightgreen-section {
	background-color: #cce1d9
}
@media (min-width:992px) {
	.block-background-container.with-background-bottom-right {
		padding-bottom: 10rem
	}
}
@media (min-width:992px) {
	.block-background-container.with-background-top-right {
		padding-top: 10rem
	}
}
.block-background-container.with-background-bottom-center {
	overflow: hidden
}
.block-background-container .block-content {
	position: relative
}
.block-background-container .background-image {
	overflow: hidden;
	z-index: 0
}
.block-background-container .background-image__top-right {
	position: absolute;
	top: 0;
	right: 0
}
@media (max-width:991.98px) {
	.block-background-container .background-image__top-right {
		display: none
	}
}
.block-background-container .background-image__bottom-right {
	bottom: 0;
	right: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end
}
@media (min-width:992px) {
	.block-background-container .background-image__bottom-right {
		position: absolute;
		max-width: 35%
	}
}
.block-background-container .background-image__bottom-center {
	position: absolute;
	bottom: -10rem;
	right: calc(50% - 25rem);
	display: flex;
	align-items: flex-end;
	justify-content: center
}
@media (max-width:991.98px) {
	.block-background-container .background-image__bottom-center {
		width: 50rem
	}
}
@media (min-width:992px) {
	.block-background-container .background-image__bottom-center {
		right: calc(50% - 58rem);
		bottom: -30rem;
		max-width: 116rem
	}
}
@media (max-width:991.98px) {
	.block-background-container .background-image .mobile-display__yes {
		display: block
	}
}
@media (max-width:991.98px) {
	.block-background-container .background-image .mobile-display__no {
		display: none
	}
}
.time-slots .calendarKey .key {
	display: none !important
}
.time-slots #times .g-grid-col .timeslot-link.unavailable {
	background-color: #ff3838 !important;
}
#timeSlotDatePicker .time-slots .calendarKey .unavailable {
	background-color: #ff3838 !important;
	width: 28px;
	height: 28px;
	margin-bottom: 5px;
}
#timeSlotDatePicker .time-slots .calendarKey .unavailable:after {
	content: 'Date Sold Out';
	display: inline-block;
	color: #000;
	width: 120px;
	height: auto;
	top: 2px;
	left: 28px;
	position: relative;
	font-size: 16px;
	margin-left: 0;
	font-weight: 600;
}
#timeSlotDatePicker .time-slots .calendarKey label.key {
	font-size: 0;
}
#timeSlotDatePicker .time-slots .unavailableDay {
	background-color: #ff3838 !important;
	color: #fff !important;
}
.react-calendar abbr[title] {
	text-decoration: none !important;
}
.react-calendar .react-calendar__tile--now {
	color: #66a68c !important;
	font-weight: 700 !important;
}
.price-list .merged-price-row td:not(.includes-cell) {
	border: none;
}
.title-row .col-md-9 {
	padding-right: 320px;
	transition: .3s ease all;
}
@media (max-width: 1024px) {
	.title-row .col-md-9 {
		padding-right: 250px;
		transition: .3s ease all;
	}
}
@media (max-width:768px) {
	.title-row .col-md-9 {
		padding-right: 50%;
		transition: .3s ease all;
	}
}
@media (max-width:600px) {
	.title-row .col-md-9 {
		padding-right: 50%;
		transition: .3s ease all;
	}
}
a#support_center_button {
	position: relative;
	right: 0;
	top: -5px;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 700 !important;
	font-family: "barlow-semi-condensed", sans-serif;
	padding: 10px 20px;
	background: #006a40;
	color: #fff;
	z-index: 99999;
	max-width: 200px !important;
	border-radius: 1000px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	transition: .3s ease all;
}
@media (min-width:769px) {
	a#support_center_button {
		max-width: 300px !important;
		transition: .3s ease all;
	}
}
@media (max-width:768px) {
	a#support_center_button {
		max-width: 200px !important;
		transition: .3s ease all;
	}
}
a#support_center_button:before {
	content: "Have questions about The Flower Fields?";
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	text-transform: none;
	font-weight: 400;
	color: #fff;
	display: block;
	text-align: center;
	transition: .3s ease all;
}
a#support_center_button:hover,
a#support_center_button:focus,
a#support_center_button:active,
a#support_center_button:hover:before,
a#support_center_button:focus:before,
a#support_center_button:active:before {
	background: #003e26;
	transition: .3s ease all;
}
.supportcentre .g-button.primary.half.back-button {
	background: #006a40;
}
.time-slots #times .g-grid-col .no-remaining {
	background-color: #ff3838 !important;
}
main .time-slots #times .g-grid-col a.timeslot-link {
	color: #FFF !important;
}
.g-outer.tight .time-slots .time-box #shows #times .timeslots-key {
	display: none !important;
}
.g-button,
.g-button.large,
.g-order-summary-top-title {
	font-size: 1.5rem !important;
}
small,
input,
.price-list .t-head.offer-description th .extended-offer-description {
	font-size: 1.25rem !important;
}
small {
	text-align: left !important;
}
@media screen and (min-width: 33.75rem) {
	.pv-shared-event-price-list-form .price-list select.qty-sel {
		font-size: 1.25rem;
	}
}
.form-field label.contain .g-faux-input, .form-field label.contain input {
	left: 40px;
	top: 10px;
}
.form-field label.contain {
	padding-left: 55px;
}
.g-faux-input {
	height: 24px;
	width: 24px;
}
.c-cards-con {
	margin-left: 30px;
}
.block-content a:not(.link-wrapper) {
	text-decoration: none !important;
}
.block-content a.g-button:not(.link-wrapper) {
	color: #FFF !important;
}
.block-content a.g-button.tertiary {
	color: #000 !important;
}
main .parking-avails button {
	padding: 2rem 3rem;
}
main .parking-avails button a, main .parking-avails button a:hover, main .parking-avails button a:focus, main .parking-avails button:hover a, main .parking-avails button:focus a {
	text-decoration: none !important;
}
.l-checkout input#Address_Telephone {
	padding-left: 70px !important;
}
a#print-tickets, p#customerServiceResendEmail a {
	color: #FFF;
	padding: 2rem 3rem;
}
.g-grid-col.full[style] {
	font-family: meursault-variable, sans-serif;
	font-size: 32px;
	margin-bottom: 6rem !important;
}
@media (max-width:1239px) {
	a#support_center_button {
		right: 70px !important;
	}
}
footer input[type=email] {
	max-width: 100%;
}
input[type=date], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	padding: 2rem 1rem !important;
	max-width: 300px;
	font-size: 14px !important;
	font-family: 'Poppins';
}
input[type=checkbox]~.g-faux-input svg, input[type=checkbox] .g-icon.check {
	width: 2rem !important;
	height: 2rem !important;
}
.g-countdown-container.inline .page-countdown .timer, .g-countdown-container.mobile-only .page-countdown .timer {
	color: #006a40;
	font-family: meursault-variable, sans-serif !important;
	font-size: 24px !important;
}