
.ngg-trigger-buttons {
	clear: both;
	text-align: right;
	font-size: 12px;
	line-height: 1em;
	margin: 0;
}

.ngg-trigger-buttons.hidden {
	display: none;
}

.ngg-trigger-large {
	font-size: 16px;
	margin: 0 10px;
}

.ngg-trigger-buttons .ngg-trigger {
	margin-left: .3em;
	cursor: pointer;
}

.ngg-trigger-buttons .ngg-trigger:active, .ngg-trigger-buttons .ngg-trigger:focus, .ngg-trigger-buttons .ngg-trigger:visited, .ngg-trigger-buttons .ngg-trigger {
	color: #999;
}

.ngg-trigger-buttons .ngg-trigger:hover {
	color: #333;
}

.ngg-trigger-large .ngg-trigger {}

/* small exception for slideshows/filmstrip adjustments... seems kind of overkill to create 2 extra stylesheets just for a 2 liners fix */
.galleria.photocrati-nextgen_pro_horizontal_filmstrip {
	margin-bottom: 5px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
	.ngg-trigger-buttons.mobile-hide {
		display: none;
	}
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.1.5
*/
body.hidden-scroll {
	overflow: hidden;
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: .7;
	display: none;
	z-index: 1035;
}

.sl-wrapper {
	z-index: 1040;
}

.sl-wrapper * {
	box-sizing: border-box;
}

.sl-wrapper button {
	border: 0 none;
	background: transparent;
	font-size: 28px;
	padding: 0;
	cursor: pointer;
}

.sl-wrapper button:hover {
	opacity: .7;
}

.sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10060;
	margin-top: -14px;
	margin-right: -14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-family: Arial, Baskerville, monospace;
	color: #000;
	font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
	outline: none;
}

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1060;
	color: #000;
	font-size: 1rem;
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none;
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	height: 44px;
	width: 22px;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 10060;
	font-family: Arial, Baskerville, monospace;
	color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
	right: 5px;
	font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
	left: 5px;
	font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
	outline: none;
}

@media (min-width: 35.5em) {
	.sl-wrapper .sl-navigation button {
		width: 44px;
	}
	
	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px;
		font-size: 3rem;
	}
	
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px;
		font-size: 3rem;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-navigation button {
		width: 44px;
	}
	
	.sl-wrapper .sl-navigation button.sl-next {
		right: 20px;
		font-size: 3rem;
	}
	
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 20px;
		font-size: 3rem;
	}
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
	direction: ltr;
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000;
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0 none;
	width: 100%;
	height: auto;
}

@media (min-width: 35.5em) {
	.sl-wrapper .sl-image img {
		border: 0 none;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-image img {
		border: 0 none;
	}
}

.sl-wrapper .sl-image iframe {
	background: #000;
	border: 0 none;
}

@media (min-width: 35.5em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none;
	}
}

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	font-size: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #000;
	z-index: 1060;
}

.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.sl-transition {
	transition: -moz-transform ease 200ms;
	transition: -ms-transform ease 200ms;
	transition: -o-transform ease 200ms;
	transition: -webkit-transform ease 200ms;
	transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-moz-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-o-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-ms-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

/*!
 * Font Awesome Free 6.5.1 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 2023 Fonticons, Inc.
 */
.fa.fa-glass:before {
	content: "";
}

.fa.fa-envelope-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-envelope-o:before {
	content: "";
}

.fa.fa-star-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-o:before {
	content: "";
}

.fa.fa-close:before, .fa.fa-remove:before {
	content: "";
}

.fa.fa-gear:before {
	content: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-trash-o:before {
	content: "";
}

.fa.fa-home:before {
	content: "";
}

.fa.fa-file-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-o:before {
	content: "";
}

.fa.fa-clock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-clock-o:before {
	content: "";
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
	content: "";
}

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
	content: "";
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-play-circle-o:before {
	content: "";
}

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
	content: "";
}

.fa.fa-refresh:before {
	content: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-list-alt:before {
	content: "";
}

.fa.fa-dedent:before {
	content: "";
}

.fa.fa-video-camera:before {
	content: "";
}

.fa.fa-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-picture-o:before {
	content: "";
}

.fa.fa-photo {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-photo:before {
	content: "";
}

.fa.fa-image {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-image:before {
	content: "";
}

.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-pencil-square-o:before {
	content: "";
}

.fa.fa-edit {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-edit:before {
	content: "";
}

.fa.fa-share-square-o:before {
	content: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-check-square-o:before {
	content: "";
}

.fa.fa-arrows:before {
	content: "";
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-check-circle-o:before {
	content: "";
}

.fa.fa-mail-forward:before {
	content: "";
}

.fa.fa-expand:before {
	content: "";
}

.fa.fa-compress:before {
	content: "";
}

.fa.fa-eye, .fa.fa-eye-slash {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-warning:before {
	content: "";
}

.fa.fa-calendar:before {
	content: "";
}

.fa.fa-arrows-v:before {
	content: "";
}

.fa.fa-arrows-h:before {
	content: "";
}

.fa.fa-bar-chart-o:before, .fa.fa-bar-chart:before {
	content: "";
}

.fa.fa-twitter-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-twitter-square:before {
	content: "";
}

.fa.fa-facebook-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-square:before {
	content: "";
}

.fa.fa-gears:before {
	content: "";
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
	content: "";
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
	content: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-heart-o:before {
	content: "";
}

.fa.fa-sign-out:before {
	content: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-linkedin-square:before {
	content: "";
}

.fa.fa-thumb-tack:before {
	content: "";
}

.fa.fa-external-link:before {
	content: "";
}

.fa.fa-sign-in:before {
	content: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-github-square:before {
	content: "";
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-lemon-o:before {
	content: "";
}

.fa.fa-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-square-o:before {
	content: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-bookmark-o:before {
	content: "";
}

.fa.fa-facebook, .fa.fa-twitter {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-github {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-feed:before {
	content: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hdd-o:before {
	content: "";
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-right:before {
	content: "";
}

.fa.fa-hand-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-left:before {
	content: "";
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-up:before {
	content: "";
}

.fa.fa-hand-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-down:before {
	content: "";
}

.fa.fa-globe:before {
	content: "";
}

.fa.fa-tasks:before {
	content: "";
}

.fa.fa-arrows-alt:before {
	content: "";
}

.fa.fa-group:before {
	content: "";
}

.fa.fa-chain:before {
	content: "";
}

.fa.fa-cut:before {
	content: "";
}

.fa.fa-files-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-files-o:before {
	content: "";
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-floppy-o:before {
	content: "";
}

.fa.fa-save {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-save:before {
	content: "";
}

.fa.fa-navicon:before, .fa.fa-reorder:before {
	content: "";
}

.fa.fa-magic:before {
	content: "";
}

.fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pinterest-square:before {
	content: "";
}

.fa.fa-google-plus-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-square:before {
	content: "";
}

.fa.fa-google-plus {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-money:before {
	content: "";
}

.fa.fa-unsorted:before {
	content: "";
}

.fa.fa-sort-desc:before {
	content: "";
}

.fa.fa-sort-asc:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-rotate-left:before {
	content: "";
}

.fa.fa-legal:before {
	content: "";
}

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
	content: "";
}

.fa.fa-comment-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-comment-o:before {
	content: "";
}

.fa.fa-comments-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-comments-o:before {
	content: "";
}

.fa.fa-flash:before {
	content: "";
}

.fa.fa-clipboard:before {
	content: "";
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-lightbulb-o:before {
	content: "";
}

.fa.fa-exchange:before {
	content: "";
}

.fa.fa-cloud-download:before {
	content: "";
}

.fa.fa-cloud-upload:before {
	content: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-bell-o:before {
	content: "";
}

.fa.fa-cutlery:before {
	content: "";
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-text-o:before {
	content: "";
}

.fa.fa-building-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-building-o:before {
	content: "";
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hospital-o:before {
	content: "";
}

.fa.fa-tablet:before {
	content: "";
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
	content: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-circle-o:before {
	content: "";
}

.fa.fa-mail-reply:before {
	content: "";
}

.fa.fa-github-alt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-folder-o:before {
	content: "";
}

.fa.fa-folder-open-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-folder-open-o:before {
	content: "";
}

.fa.fa-smile-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-smile-o:before {
	content: "";
}

.fa.fa-frown-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-frown-o:before {
	content: "";
}

.fa.fa-meh-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-meh-o:before {
	content: "";
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-keyboard-o:before {
	content: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-flag-o:before {
	content: "";
}

.fa.fa-mail-reply-all:before {
	content: "";
}

.fa.fa-star-half-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-o:before {
	content: "";
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-empty:before {
	content: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-full:before {
	content: "";
}

.fa.fa-code-fork:before {
	content: "";
}

.fa.fa-chain-broken:before, .fa.fa-unlink:before {
	content: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-o:before {
	content: "";
}

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-unlock-alt:before {
	content: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-minus-square-o:before {
	content: "";
}

.fa.fa-level-up:before {
	content: "";
}

.fa.fa-level-down:before {
	content: "";
}

.fa.fa-pencil-square:before {
	content: "";
}

.fa.fa-external-link-square:before {
	content: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
	content: "";
}

.fa.fa-toggle-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-down:before {
	content: "";
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
	content: "";
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-up:before {
	content: "";
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
	content: "";
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-right:before {
	content: "";
}

.fa.fa-eur:before, .fa.fa-euro:before {
	content: "";
}

.fa.fa-gbp:before {
	content: "";
}

.fa.fa-dollar:before, .fa.fa-usd:before {
	content: "$";
}

.fa.fa-inr:before, .fa.fa-rupee:before {
	content: "";
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
	content: "";
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
	content: "";
}

.fa.fa-krw:before, .fa.fa-won:before {
	content: "";
}

.fa.fa-bitcoin, .fa.fa-btc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin:before {
	content: "";
}

.fa.fa-file-text:before {
	content: "";
}

.fa.fa-sort-alpha-asc:before {
	content: "";
}

.fa.fa-sort-alpha-desc:before {
	content: "";
}

.fa.fa-sort-amount-asc:before {
	content: "";
}

.fa.fa-sort-amount-desc:before {
	content: "";
}

.fa.fa-sort-numeric-asc:before {
	content: "";
}

.fa.fa-sort-numeric-desc:before {
	content: "";
}

.fa.fa-youtube-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-youtube-square:before {
	content: "";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-xing-square:before {
	content: "";
}

.fa.fa-youtube-play {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-youtube-play:before {
	content: "";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square:before {
	content: "";
}

.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-tumblr-square:before {
	content: "";
}

.fa.fa-long-arrow-down:before {
	content: "";
}

.fa.fa-long-arrow-up:before {
	content: "";
}

.fa.fa-long-arrow-left:before {
	content: "";
}

.fa.fa-long-arrow-right:before {
	content: "";
}

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-gittip:before {
	content: "";
}

.fa.fa-sun-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-sun-o:before {
	content: "";
}

.fa.fa-moon-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-moon-o:before {
	content: "";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
	content: "";
}

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
	content: "";
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
	content: "";
}

.fa.fa-toggle-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-left:before {
	content: "";
}

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-dot-circle-o:before {
	content: "";
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-vimeo-square:before {
	content: "";
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
	content: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-plus-square-o:before {
	content: "";
}

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bank:before, .fa.fa-institution:before {
	content: "";
}

.fa.fa-mortar-board:before {
	content: "";
}

.fa.fa-google, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-yahoo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-reddit-square:before {
	content: "";
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-behance-square:before {
	content: "";
}

.fa.fa-steam, .fa.fa-steam-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-steam-square:before {
	content: "";
}

.fa.fa-automobile:before {
	content: "";
}

.fa.fa-cab:before {
	content: "";
}

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-pdf-o:before {
	content: "";
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-word-o:before {
	content: "";
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-excel-o:before {
	content: "";
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
	content: "";
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-image-o:before {
	content: "";
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-photo-o:before {
	content: "";
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-picture-o:before {
	content: "";
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-archive-o:before {
	content: "";
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-zip-o:before {
	content: "";
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-audio-o:before {
	content: "";
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-sound-o:before {
	content: "";
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-video-o:before {
	content: "";
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-movie-o:before {
	content: "";
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-code-o:before {
	content: "";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy:before, .fa.fa-life-buoy:before, .fa.fa-life-saver:before, .fa.fa-support:before {
	content: "";
}

.fa.fa-circle-o-notch:before {
	content: "";
}

.fa.fa-ra, .fa.fa-rebel {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ra:before {
	content: "";
}

.fa.fa-resistance {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-resistance:before {
	content: "";
}

.fa.fa-empire, .fa.fa-ge {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ge:before {
	content: "";
}

.fa.fa-git-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-git-square:before {
	content: "";
}

.fa.fa-git, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square:before {
	content: "";
}

.fa.fa-yc-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yc-square:before {
	content: "";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wechat:before {
	content: "";
}

.fa.fa-send:before {
	content: "";
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-paper-plane-o:before {
	content: "";
}

.fa.fa-send-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-send-o:before {
	content: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-circle-thin:before {
	content: "";
}

.fa.fa-header:before {
	content: "";
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-futbol-o:before {
	content: "";
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
	content: "";
}

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-newspaper-o:before {
	content: "";
}

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-bell-slash-o:before {
	content: "";
}

.fa.fa-trash:before {
	content: "";
}

.fa.fa-copyright {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-eyedropper:before {
	content: "";
}

.fa.fa-area-chart:before {
	content: "";
}

.fa.fa-pie-chart:before {
	content: "";
}

.fa.fa-line-chart:before {
	content: "";
}

.fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-lastfm-square:before {
	content: "";
}

.fa.fa-angellist, .fa.fa-ioxhost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-cc:before {
	content: "";
}

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
	content: "";
}

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-diamond:before {
	content: "";
}

.fa.fa-intersex:before, .fa.fa-transgender:before {
	content: "";
}

.fa.fa-transgender-alt:before {
	content: "";
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-official:before {
	content: "";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-hotel:before {
	content: "";
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yc:before {
	content: "";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-battery-4:before, .fa.fa-battery:before {
	content: "";
}

.fa.fa-battery-3:before {
	content: "";
}

.fa.fa-battery-2:before {
	content: "";
}

.fa.fa-battery-1:before {
	content: "";
}

.fa.fa-battery-0:before {
	content: "";
}

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o:before {
	content: "";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-clone {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hourglass-o:before {
	content: "";
}

.fa.fa-hourglass-1:before {
	content: "";
}

.fa.fa-hourglass-2:before {
	content: "";
}

.fa.fa-hourglass-3:before {
	content: "";
}

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-rock-o:before {
	content: "";
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-grab-o:before {
	content: "";
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-paper-o:before {
	content: "";
}

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-stop-o:before {
	content: "";
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
	content: "";
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
	content: "";
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-spock-o:before {
	content: "";
}

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
	content: "";
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-peace-o:before {
	content: "";
}

.fa.fa-registered {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-creative-commons, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-odnoklassniki-square:before {
	content: "";
}

.fa.fa-chrome, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-internet-explorer, .fa.fa-opera, .fa.fa-safari, .fa.fa-wikipedia-w {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-television:before {
	content: "";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
	content: "";
}

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
	content: "";
}

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-times-o:before {
	content: "";
}

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-check-o:before {
	content: "";
}

.fa.fa-map-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-map-o:before {
	content: "";
}

.fa.fa-commenting:before {
	content: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-commenting-o:before {
	content: "";
}

.fa.fa-houzz, .fa.fa-vimeo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-vimeo:before {
	content: "";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt:before {
	content: "";
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-pause-circle-o:before {
	content: "";
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-stop-circle-o:before {
	content: "";
}

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
	content: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-question-circle-o:before {
	content: "";
}

.fa.fa-volume-control-phone:before {
	content: "";
}

.fa.fa-asl-interpreting:before {
	content: "";
}

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
	content: "";
}

.fa.fa-glide, .fa.fa-glide-g {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-signing:before {
	content: "";
}

.fa.fa-viadeo, .fa.fa-viadeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-viadeo-square:before {
	content: "";
}

.fa.fa-snapchat, .fa.fa-snapchat-ghost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-snapchat-ghost:before {
	content: "";
}

.fa.fa-snapchat-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-snapchat-square:before {
	content: "";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-themeisle, .fa.fa-yoast {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official:before {
	content: "";
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-circle:before {
	content: "";
}

.fa.fa-fa, .fa.fa-font-awesome {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-fa:before {
	content: "";
}

.fa.fa-handshake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-handshake-o:before {
	content: "";
}

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-envelope-open-o:before {
	content: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-address-book-o:before {
	content: "";
}

.fa.fa-vcard:before {
	content: "";
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-address-card-o:before {
	content: "";
}

.fa.fa-vcard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-vcard-o:before {
	content: "";
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-user-circle-o:before {
	content: "";
}

.fa.fa-user-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-user-o:before {
	content: "";
}

.fa.fa-id-badge {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-drivers-license:before {
	content: "";
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-id-card-o:before {
	content: "";
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-drivers-license-o:before {
	content: "";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
	content: "";
}

.fa.fa-thermometer-3:before {
	content: "";
}

.fa.fa-thermometer-2:before {
	content: "";
}

.fa.fa-thermometer-1:before {
	content: "";
}

.fa.fa-thermometer-0:before {
	content: "";
}

.fa.fa-bathtub:before, .fa.fa-s15:before {
	content: "";
}

.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle:before {
	content: "";
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-window-close-o:before {
	content: "";
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
	content: "";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-eercast:before {
	content: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-snowflake-o:before {
	content: "";
}

.fa.fa-meetup, .fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.1 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 2023 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .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-classic, .fa-regular, .fa-solid, .far, .fas {
	font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
}

.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-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.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;
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.fa-beat {
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	-webkit-animation-name: fa-bounce;
	animation-name: fa-bounce;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.fa-fade {
	-webkit-animation-name: fa-fade;
	animation-name: fa-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade, .fa-fade {
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	-webkit-animation-name: fa-flip;
	animation-name: fa-flip;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-duration: var(--fa-animation-duration, 2s);
	animation-duration: var(--fa-animation-duration, 2s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		-webkit-animation-delay: -1ms;
		animation-delay: -1ms;
		-webkit-animation-duration: 1ms;
		animation-duration: 1ms;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}
}

@-webkit-keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@-webkit-keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

@keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

@-webkit-keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@-webkit-keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@-webkit-keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@-webkit-keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	
	40%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	
	40%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.fa-rotate-by {
	-webkit-transform: rotate(var(--fa-rotate-angle, none));
	transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0:before {
	content: "0";
}

.fa-1:before {
	content: "1";
}

.fa-2:before {
	content: "2";
}

.fa-3:before {
	content: "3";
}

.fa-4:before {
	content: "4";
}

.fa-5:before {
	content: "5";
}

.fa-6:before {
	content: "6";
}

.fa-7:before {
	content: "7";
}

.fa-8:before {
	content: "8";
}

.fa-9:before {
	content: "9";
}

.fa-fill-drip:before {
	content: "";
}

.fa-arrows-to-circle:before {
	content: "";
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
	content: "";
}

.fa-at:before {
	content: "@";
}

.fa-trash-alt:before, .fa-trash-can:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-user-times:before, .fa-user-xmark:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-comment-alt:before, .fa-message:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
	content: "";
}

.fa-explosion:before {
	content: "";
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-building-un:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-calendar-alt:before, .fa-calendar-days:before {
	content: "";
}

.fa-anchor-circle-check:before {
	content: "";
}

.fa-building-circle-arrow-right:before {
	content: "";
}

.fa-volleyball-ball:before, .fa-volleyball:before {
	content: "";
}

.fa-arrows-up-to-line:before {
	content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "";
}

.fa-circle-minus:before, .fa-minus-circle:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
	content: "";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
	content: "";
}

.fa-bridge-circle-check:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
	content: "";
}

.fa-forward-step:before, .fa-step-forward:before {
	content: "";
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-football-ball:before, .fa-football:before {
	content: "";
}

.fa-school-circle-exclamation:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-angle-double-down:before, .fa-angles-down:before {
	content: "";
}

.fa-users-rectangle:before {
	content: "";
}

.fa-people-roof:before {
	content: "";
}

.fa-people-line:before {
	content: "";
}

.fa-beer-mug-empty:before, .fa-beer:before {
	content: "";
}

.fa-diagram-predecessor:before {
	content: "";
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
	content: "";
}

.fa-burn:before, .fa-fire-flame-simple:before {
	content: "";
}

.fa-male:before, .fa-person:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-truck-plane:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
	content: "";
}

.fa-arrow-down-up-across-line:before {
	content: "";
}

.fa-spoon:before, .fa-utensil-spoon:before {
	content: "";
}

.fa-jar-wheat:before {
	content: "";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
	content: "";
}

.fa-file-circle-exclamation:before {
	content: "";
}

.fa-circle-h:before, .fa-hospital-symbol:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-address-book:before, .fa-contact-book:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-k:before {
	content: "K";
}

.fa-landmark-flag:before {
	content: "";
}

.fa-pencil-alt:before, .fa-pencil:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-file-clipboard:before, .fa-paste:before {
	content: "";
}

.fa-code-pull-request:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-vial-virus:before {
	content: "";
}

.fa-sheet-plastic:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-person-arrow-up-from-line:before {
	content: "";
}

.fa-scroll-torah:before, .fa-torah:before {
	content: "";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-archive:before, .fa-box-archive:before {
	content: "";
}

.fa-person-drowning:before {
	content: "";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-w:before {
	content: "W";
}

.fa-earth-africa:before, .fa-globe-africa:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-trowel-bricks:before {
	content: "";
}

.fa-face-flushed:before, .fa-flushed:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-tent-arrow-left-right:before {
	content: "";
}

.fa-gavel:before, .fa-legal:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
	content: "";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
	content: "";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
	content: "";
}

.fa-mars-and-venus-burst:before {
	content: "";
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-sun-plant-wilt:before {
	content: "";
}

.fa-toilets-portable:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magnifying-glass-arrow-right:before {
	content: "";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-clover:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-house-fire:before {
	content: "";
}

.fa-minus-square:before, .fa-square-minus:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
	content: "";
}

.fa-file-circle-question:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-bars:before, .fa-navicon:before {
	content: "";
}

.fa-people-group:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-heart-broken:before, .fa-heart-crack:before {
	content: "";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
	content: "";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-people-robbery:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
	content: "";
}

.fa-school-circle-xmark:before {
	content: "";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
	content: "";
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
	content: "";
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-road-spikes:before {
	content: "";
}

.fa-fire-burner:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-volume-down:before, .fa-volume-low:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-wheat-alt:before, .fa-wheat-awn:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-hands-holding-child:before {
	content: "";
}

.fa-asterisk:before {
	content: "*";
}

.fa-check-square:before, .fa-square-check:before {
	content: "";
}

.fa-peseta-sign:before {
	content: "";
}

.fa-header:before, .fa-heading:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-list-squares:before, .fa-list:before {
	content: "";
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-circle-dot:before, .fa-dot-circle:before {
	content: "";
}

.fa-dizzy:before, .fa-face-dizzy:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-house-medical-circle-xmark:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
	content: "";
}

.fa-paint-brush:before, .fa-paintbrush:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
	content: "";
}

.fa-map-location:before, .fa-map-marked:before {
	content: "";
}

.fa-house-flood-water:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-bridge-lock:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-edit:before, .fa-pen-to-square:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-share-alt:before, .fa-share-nodes:before {
	content: "";
}

.fa-heart-circle-minus:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
	content: "";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-person-rays:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-flask-vial:before {
	content: "";
}

.fa-hand-paper:before, .fa-hand:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-worm:before {
	content: "";
}

.fa-house-circle-xmark:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-face-kiss:before, .fa-kiss:before {
	content: "";
}

.fa-bridge-circle-xmark:before {
	content: "";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
	content: "";
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
	content: "";
}

.fa-road-circle-check:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-rss-square:before, .fa-square-rss:before {
	content: "";
}

.fa-land-mine-on:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-stairs:before {
	content: "";
}

.fa-i:before {
	content: "I";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-v:before {
	content: "V";
}

.fa-bangladeshi-taka-sign:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-ambulance:before, .fa-truck-medical:before {
	content: "";
}

.fa-wheat-awn-circle-exclamation:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-road-barrier:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-q:before {
	content: "Q";
}

.fa-g:before {
	content: "G";
}

.fa-notes-medical:before {
	content: "";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-dong-sign:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
	content: "";
}

.fa-face-frown-open:before, .fa-frown-open:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-helmet-un:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-arrow-up-from-bracket:before {
	content: "";
}

.fa-folder-blank:before, .fa-folder:before {
	content: "";
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-chart-simple:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
	content: "";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
	content: "";
}

.fa-e:before {
	content: "E";
}

.fa-pen-alt:before, .fa-pen-clip:before {
	content: "";
}

.fa-bridge-circle-exclamation:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-school-circle-check:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
	content: "";
}

.fa-building-user:before {
	content: "";
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-person-half-dress:before {
	content: "";
}

.fa-road-bridge:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-c:before {
	content: "C";
}

.fa-tablet-button:before {
	content: "";
}

.fa-building-lock:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-area-chart:before, .fa-chart-area:before {
	content: "";
}

.fa-house-flag:before {
	content: "";
}

.fa-person-circle-minus:before {
	content: "";
}

.fa-ban:before, .fa-cancel:before {
	content: "";
}

.fa-camera-rotate:before {
	content: "";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
	content: "";
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-shapes:before, .fa-triangle-circle-square:before {
	content: "";
}

.fa-random:before, .fa-shuffle:before {
	content: "";
}

.fa-person-running:before, .fa-running:before {
	content: "";
}

.fa-mobile-retro:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-hands-bound:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-plane-circle-exclamation:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-computer-mouse:before, .fa-mouse:before {
	content: "";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
	content: "";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-virus-covid-slash:before {
	content: "";
}

.fa-shop-lock:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-building-wheat:before {
	content: "";
}

.fa-person-breastfeeding:before {
	content: "";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-heart-pulse:before, .fa-heartbeat:before {
	content: "";
}

.fa-people-carry-box:before, .fa-people-carry:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-xmarks-lines:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-weight-scale:before, .fa-weight:before {
	content: "";
}

.fa-user-friends:before, .fa-user-group:before {
	content: "";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-person-walking:before, .fa-walking:before {
	content: "";
}

.fa-l:before {
	content: "L";
}

.fa-fire:before {
	content: "";
}

.fa-bed-pulse:before, .fa-procedures:before {
	content: "";
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
	content: "";
}

.fa-face-laugh:before, .fa-laugh:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-heart-circle-plus:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-colon-sign:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-road-circle-xmark:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
	content: "";
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-house-circle-exclamation:before {
	content: "";
}

.fa-file-arrow-up:before, .fa-file-upload:before {
	content: "";
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
	content: "";
}

.fa-bath:before, .fa-bathtub:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-user-edit:before, .fa-user-pen:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-anchor-lock:before {
	content: "";
}

.fa-building-ngo:before {
	content: "";
}

.fa-manat-sign:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-border-style:before, .fa-border-top-left:before {
	content: "";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-poll:before, .fa-square-poll-vertical:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-battery-car:before, .fa-car-battery:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-building-circle-check:before {
	content: "";
}

.fa-person-chalkboard:before {
	content: "";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
	content: "";
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
	content: "";
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
	content: "";
}

.fa-cloud-showers-water:before {
	content: "";
}

.fa-bar-chart:before, .fa-chart-bar:before {
	content: "";
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-eye-low-vision:before, .fa-low-vision:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-sailboat:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-plus-square:before, .fa-square-plus:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-bucket:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-folder-closed:before {
	content: "";
}

.fa-house-tsunami:before {
	content: "";
}

.fa-square-nfi:before {
	content: "";
}

.fa-arrow-up-from-ground-water:before {
	content: "";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
	content: "";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
	content: "";
}

.fa-columns:before, .fa-table-columns:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-dolly-box:before, .fa-dolly:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-angle-double-right:before, .fa-angles-right:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-circle-play:before, .fa-play-circle:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-check-circle:before, .fa-circle-check:before {
	content: "";
}

.fa-circle-stop:before, .fa-stop-circle:before {
	content: "";
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
	content: "";
}

.fa-plate-wheat:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-person-shelter:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
	content: "";
}

.fa-helicopter-symbol:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
	content: "";
}

.fa-lari-sign:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-person-walking-dashed-line-arrow-right:before {
	content: "";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-square-person-confined:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
	content: "";
}

.fa-tent-arrow-down-to-line:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-person-skating:before, .fa-skating:before {
	content: "";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
	content: "";
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
	content: "";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-location-pin-lock:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-hill-avalanche:before {
	content: "";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
	content: "";
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-diamond-turn-right:before, .fa-directions:before {
	content: "";
}

.fa-burst:before {
	content: "";
}

.fa-house-laptop:before, .fa-laptop-house:before {
	content: "";
}

.fa-face-tired:before, .fa-tired:before {
	content: "";
}

.fa-money-bills:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-arrows-turn-right:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-ferry:before {
	content: "";
}

.fa-arrows-down-to-people:before {
	content: "";
}

.fa-seedling:before, .fa-sprout:before {
	content: "";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
	content: "";
}

.fa-boxes-packing:before {
	content: "";
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
	content: "";
}

.fa-group-arrows-rotate:before {
	content: "";
}

.fa-bowl-food:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
	content: "";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
	content: "";
}

.fa-remove-format:before, .fa-text-slash:before {
	content: "";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
	content: "";
}

.fa-house-lock:before {
	content: "";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
	content: "";
}

.fa-children:before {
	content: "";
}

.fa-blackboard:before, .fa-chalkboard:before {
	content: "";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
	content: "";
}

.fa-mattress-pillow:before {
	content: "";
}

.fa-guarani-sign:before {
	content: "";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-cruzeiro-sign:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-shield-alt:before, .fa-shield-halved:before {
	content: "";
}

.fa-atlas:before, .fa-book-atlas:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-envelope-circle-check:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-arrows-to-dot:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-heart-circle-check:before {
	content: "";
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
	content: "";
}

.fa-file-archive:before, .fa-file-zipper:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cedi-sign:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-z:before {
	content: "Z";
}

.fa-person-skiing:before, .fa-skiing:before {
	content: "";
}

.fa-road-lock:before {
	content: "";
}

.fa-a:before {
	content: "A";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
	content: "";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
	content: "";
}

.fa-p:before {
	content: "P";
}

.fa-snowflake:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-ad:before, .fa-rectangle-ad:before {
	content: "";
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
	content: "";
}

.fa-filter-circle-xmark:before {
	content: "";
}

.fa-locust:before {
	content: "";
}

.fa-sort:before, .fa-unsorted:before {
	content: "";
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
	content: "";
}

.fa-person-dress-burst:before {
	content: "";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-question:before {
	content: "?";
}

.fa-file-signature:before {
	content: "";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
	content: "";
}

.fa-house-chimney-user:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
	content: "";
}

.fa-building-circle-exclamation:before {
	content: "";
}

.fa-magnifying-glass-chart:before {
	content: "";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
	content: "";
}

.fa-cubes-stacked:before {
	content: "";
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
	content: "";
}

.fa-virus-covid:before {
	content: "";
}

.fa-austral-sign:before {
	content: "";
}

.fa-f:before {
	content: "F";
}

.fa-leaf:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-person-circle-plus:before {
	content: "";
}

.fa-chart-pie:before, .fa-pie-chart:before {
	content: "";
}

.fa-bolt-lightning:before {
	content: "";
}

.fa-sack-xmark:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-fish-fins:before {
	content: "";
}

.fa-building-flag:before {
	content: "";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-location-pin:before, .fa-map-marker:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
	content: "";
}

.fa-plane-circle-check:before {
	content: "";
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-chart-line:before, .fa-line-chart:before {
	content: "";
}

.fa-mask-ventilator:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-map-signs:before, .fa-signs-post:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-person-circle-question:before {
	content: "";
}

.fa-h:before {
	content: "H";
}

.fa-tarp:before {
	content: "";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
	content: "";
}

.fa-arrows-to-eye:before {
	content: "";
}

.fa-plug-circle-bolt:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-mars-and-venus:before {
	content: "";
}

.fa-home-user:before, .fa-house-user:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-house-crack:before {
	content: "";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
	content: "";
}

.fa-face-surprise:before, .fa-surprise:before {
	content: "";
}

.fa-bottle-water:before {
	content: "";
}

.fa-circle-pause:before, .fa-pause-circle:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-apple-alt:before, .fa-apple-whole:before {
	content: "";
}

.fa-kitchen-set:before {
	content: "";
}

.fa-r:before {
	content: "R";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-bitcoin-sign:before {
	content: "";
}

.fa-shield-dog:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-elevator:before {
	content: "";
}

.fa-money-bill-transfer:before {
	content: "";
}

.fa-money-bill-trend-up:before {
	content: "";
}

.fa-house-flood-water-circle-arrow-right:before {
	content: "";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-backward-fast:before, .fa-fast-backward:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-basketball-ball:before, .fa-basketball:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
	content: "";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
	content: "";
}

.fa-volume-high:before, .fa-volume-up:before {
	content: "";
}

.fa-users-rays:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-burger:before, .fa-hamburger:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-bugs:before {
	content: "";
}

.fa-rupee-sign:before, .fa-rupee:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-circle-question:before, .fa-question-circle:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-book-bookmark:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-bridge:before {
	content: "";
}

.fa-phone-alt:before, .fa-phone-flip:before {
	content: "";
}

.fa-truck-front:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-anchor-circle-exclamation:before {
	content: "";
}

.fa-truck-field:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-clipboard-question:before {
	content: "";
}

.fa-panorama:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-file-circle-minus:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-fast-forward:before, .fa-forward-fast:before {
	content: "";
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
	content: "";
}

.fa-parking:before, .fa-square-parking:before {
	content: "";
}

.fa-house-signal:before {
	content: "";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
	content: "";
}

.fa-faucet-drip:before {
	content: "";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
	content: "";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-mobile-button:before {
	content: "";
}

.fa-house-medical-flag:before {
	content: "";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-bus-alt:before, .fa-bus-simple:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-person-military-to-person:before {
	content: "";
}

.fa-file-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-tower-observation:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-heart-circle-xmark:before {
	content: "";
}

.fa-home-lg:before, .fa-house-chimney:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-face-frown:before, .fa-frown:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-shop:before, .fa-store-alt:before {
	content: "";
}

.fa-floppy-disk:before, .fa-save:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
	content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "";
}

.fa-comment-dots:before, .fa-commenting:before {
	content: "";
}

.fa-plant-wilt:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
	content: "";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hands-praying:before, .fa-praying-hands:before {
	content: "";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-location-crosshairs:before, .fa-location:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-child-dress:before {
	content: "";
}

.fa-users-between-lines:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
	content: "";
}

.fa-child-reaching:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-user-cog:before, .fa-user-gear:before {
	content: "";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-mosquito-net:before {
	content: "";
}

.fa-bridge-water:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-digging:before, .fa-person-digging:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
	content: "";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-tenge-sign:before, .fa-tenge:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-hands-holding:before {
	content: "";
}

.fa-hands-clapping:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-person-circle-xmark:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-j:before {
	content: "J";
}

.fa-users-viewfinder:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
	content: "";
}

.fa-table-cells:before, .fa-th:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-bible:before, .fa-book-bible:before {
	content: "";
}

.fa-o:before {
	content: "O";
}

.fa-medkit:before, .fa-suitcase-medical:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-female:before, .fa-person-dress:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-briefcase-clock:before, .fa-business-time:before {
	content: "";
}

.fa-table-cells-large:before, .fa-th-large:before {
	content: "";
}

.fa-book-tanakh:before, .fa-tanakh:before {
	content: "";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-plane-lock:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-angle-double-up:before, .fa-angles-up:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-arrow-right-to-city:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-litecoin-sign:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-circle-nodes:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-truck-field-un:before {
	content: "";
}

.fa-hourglass-empty:before, .fa-hourglass:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-user-doctor:before, .fa-user-md:before {
	content: "";
}

.fa-circle-info:before, .fa-info-circle:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-camera-alt:before, .fa-camera:before {
	content: "";
}

.fa-square-virus:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-car-on:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
	content: "";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-person-cane:before {
	content: "";
}

.fa-tent:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
	content: "";
}

.fa-money-bill-wheat:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-hard-drive:before, .fa-hdd:before {
	content: "";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-list-alt:before, .fa-rectangle-list:before {
	content: "";
}

.fa-tarp-droplet:before {
	content: "";
}

.fa-house-medical-circle-check:before {
	content: "";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
	content: "";
}

.fa-subway:before, .fa-train-subway:before {
	content: "";
}

.fa-chart-gantt:before {
	content: "";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
	content: "";
}

.fa-crop-alt:before, .fa-crop-simple:before {
	content: "";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
	content: "";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-minus:before, .fa-subtract:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
	content: "";
}

.fa-plug-circle-check:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-franc-sign:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
	content: "";
}

.fa-cog:before, .fa-gear:before {
	content: "";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-mosquito:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-person-military-rifle:before {
	content: "";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-plug-circle-plus:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
	content: "";
}

.fa-u:before {
	content: "U";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
	content: "";
}

.fa-clock-four:before, .fa-clock:before {
	content: "";
}

.fa-backward-step:before, .fa-step-backward:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-baseball-bat-ball:before {
	content: "";
}

.fa-s:before {
	content: "S";
}

.fa-timeline:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
	content: "";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
	content: "";
}

.fa-plane-up:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-half:before {
	content: "";
}

.fa-mountain-city:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-sliders-h:before, .fa-sliders:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-cent-sign:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-person-pregnant:before {
	content: "";
}

.fa-wand-sparkles:before {
	content: "";
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-laptop-file:before {
	content: "";
}

.fa-teletype:before, .fa-tty:before {
	content: "";
}

.fa-diagram-next:before {
	content: "";
}

.fa-person-rifle:before {
	content: "";
}

.fa-house-medical-circle-exclamation:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-hiking:before, .fa-person-hiking:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-people-pulling:before {
	content: "";
}

.fa-n:before {
	content: "N";
}

.fa-cable-car:before, .fa-tram:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-building-circle-xmark:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-arrows-down-to-line:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-face-grin:before, .fa-grin:before {
	content: "";
}

.fa-backspace:before, .fa-delete-left:before {
	content: "";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
	content: "";
}

.fa-file-circle-check:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-face-meh:before, .fa-meh:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-book-dead:before, .fa-book-skull:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-heart-circle-exclamation:before {
	content: "";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-b:before {
	content: "B";
}

.fa-file-medical:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
	content: "";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
	content: "";
}

.fa-cutlery:before, .fa-utensils:before {
	content: "";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
	content: "";
}

.fa-mill-sign:before {
	content: "";
}

.fa-bowl-rice:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-mound:before {
	content: "";
}

.fa-toilet-portable:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-file-arrow-down:before, .fa-file-download:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-shield-cat:before {
	content: "";
}

.fa-bolt:before, .fa-zap:before {
	content: "";
}

.fa-glass-water:before {
	content: "";
}

.fa-oil-well:before {
	content: "";
}

.fa-vault:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-plane-circle-xmark:before {
	content: "";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
	content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-bore-hole:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
	content: "";
}

.fa-arrows-turn-to-dots:before {
	content: "";
}

.fa-florin-sign:before {
	content: "";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
	content: "";
}

.fa-less-than:before {
	content: "<";
}

.fa-angle-down:before {
	content: "";
}

.fa-car-tunnel:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
	content: "";
}

.fa-anchor-circle-xmark:before {
	content: "";
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-first-aid:before, .fa-kit-medical:before {
	content: "";
}

.fa-person-through-window:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-hands-holding-circle:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-credit-card-alt:before, .fa-credit-card:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-hand-holding-hand:before {
	content: "";
}

.fa-book-open-reader:before, .fa-book-reader:before {
	content: "";
}

.fa-mountain-sun:before {
	content: "";
}

.fa-arrows-left-right-to-line:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-truck-droplet:before {
	content: "";
}

.fa-file-circle-xmark:before {
	content: "";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-h-square:before, .fa-square-h:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-plug-circle-xmark:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
	content: "";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-greater-than:before {
	content: ">";
}

.fa-person-swimming:before, .fa-swimmer:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-droplet:before, .fa-tint:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
	content: "";
}

.fa-person-burst:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-section:before {
	content: "";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-heart-circle-bolt:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
	content: "";
}

.fa-tree-city:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-rupiah-sign:before {
	content: "";
}

.fa-magnifying-glass:before, .fa-search:before {
	content: "";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
	content: "";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
	content: "";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
	content: "";
}

.fa-naira-sign:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-file-edit:before, .fa-file-pen:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-person-circle-exclamation:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-code-compare:before {
	content: "";
}

.fa-list-dots:before, .fa-list-ul:before {
	content: "";
}

.fa-school-lock:before {
	content: "";
}

.fa-tower-cell:before {
	content: "";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
	content: "";
}

.fa-ranking-star:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-person-harassing:before {
	content: "";
}

.fa-brazilian-real-sign:before {
	content: "";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
	content: "";
}

.fa-shrimp:before {
	content: "";
}

.fa-list-check:before, .fa-tasks:before {
	content: "";
}

.fa-jug-detergent:before {
	content: "";
}

.fa-circle-user:before, .fa-user-circle:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-car-burst:before, .fa-car-crash:before {
	content: "";
}

.fa-y:before {
	content: "Y";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
	content: "";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
	content: "";
}

.fa-clapperboard:before {
	content: "";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
	content: "";
}

.fa-baseball-ball:before, .fa-baseball:before {
	content: "";
}

.fa-jet-fighter-up:before {
	content: "";
}

.fa-diagram-project:before, .fa-project-diagram:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-grip-horizontal:before, .fa-grip:before {
	content: "";
}

.fa-share-from-square:before, .fa-share-square:before {
	content: "";
}

.fa-child-combatant:before, .fa-child-rifle:before {
	content: "";
}

.fa-gun:before {
	content: "";
}

.fa-phone-square:before, .fa-square-phone:before {
	content: "";
}

.fa-add:before, .fa-plus:before {
	content: "+";
}

.fa-expand:before {
	content: "";
}

.fa-computer:before {
	content: "";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
	content: "";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
	content: "";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
	content: "";
}

.fa-peso-sign:before {
	content: "";
}

.fa-building-shield:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-users-line:before {
	content: "";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
	content: "";
}

.fa-arrow-down-up-lock:before {
	content: "";
}

.fa-lines-leaning:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-equals:before {
	content: "=";
}

.fa-blender:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-photo-film:before, .fa-photo-video:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-arrow-trend-up:before {
	content: "";
}

.fa-plug-circle-minus:before {
	content: "";
}

.fa-sign-hanging:before, .fa-sign:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-tablet-android:before, .fa-tablet:before {
	content: "";
}

.fa-school-flag:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-notdef:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-car-alt:before, .fa-car-rear:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-quarter:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-percent:before, .fa-percentage:before {
	content: "%";
}

.fa-truck-moving:before {
	content: "";
}

.fa-glass-water-droplet:before {
	content: "";
}

.fa-display:before {
	content: "";
}

.fa-face-smile:before, .fa-smile:before {
	content: "";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-person-praying:before, .fa-pray:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-rotate:before, .fa-sync-alt:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-cogs:before, .fa-gears:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-arrow-up-right-dots:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-transgender-alt:before, .fa-transgender:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
	content: "";
}

.fa-person-falling-burst:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-angle-double-left:before, .fa-angles-left:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-clock-rotate-left:before, .fa-history:before {
	content: "";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
	content: "";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
	content: "";
}

.fa-shield-blank:before, .fa-shield:before {
	content: "";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
	content: "";
}

.fa-house-medical:before {
	content: "";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
	content: "";
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
	content: "";
}

.fa-house-chimney-window:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-tent-arrow-turn-left:before {
	content: "";
}

.fa-tents:before {
	content: "";
}

.fa-magic:before, .fa-wand-magic:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-biking:before, .fa-person-biking:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-shield-heart:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
	content: "";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
	content: "";
}

.fa-hashtag:before {
	content: "#";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-t:before {
	content: "T";
}

.fa-hippo:before {
	content: "";
}

.fa-chart-column:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-vial-circle-check:before {
	content: "";
}

.fa-person-arrow-down-to-line:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-person-walking-luggage:before {
	content: "";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-bahai:before, .fa-haykal:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-circle-plus:before, .fa-plus-circle:before {
	content: "";
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-plug-circle-exclamation:before {
	content: "";
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-person-walking-arrow-loop-left:before {
	content: "";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-file-circle-plus:before {
	content: "";
}

.fa-book-quran:before, .fa-quran:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-angry:before, .fa-face-angry:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-arrow-trend-down:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-balance-scale:before, .fa-scale-balanced:before {
	content: "";
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-desktop-alt:before, .fa-desktop:before {
	content: "";
}

.fa-m:before {
	content: "M";
}

.fa-table-list:before, .fa-th-list:before {
	content: "";
}

.fa-comment-sms:before, .fa-sms:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-house-circle-check:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-diagram-successor:before {
	content: "";
}

.fa-truck-arrow-right:before {
	content: "";
}

.fa-arrows-split-up-and-left:before {
	content: "";
}

.fa-fist-raised:before, .fa-hand-fist:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-person-falling:before {
	content: "";
}

.fa-image-portrait:before, .fa-portrait:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-rug:before {
	content: "";
}

.fa-earth-europe:before, .fa-globe-europe:before {
	content: "";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
	content: "";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-baht-sign:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
	content: "";
}

.fa-handcuffs:before {
	content: "";
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-bottle-droplet:before {
	content: "";
}

.fa-mask-face:before {
	content: "";
}

.fa-hill-rockslide:before {
	content: "";
}

.fa-exchange-alt:before, .fa-right-left:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-road-circle-exclamation:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
	content: "";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
	content: "";
}

.fa-face-grimace:before, .fa-grimace:before {
	content: "";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
	content: "";
}

.fa-level-down-alt:before, .fa-turn-down:before {
	content: "";
}

.fa-person-walking-arrow-right:before {
	content: "";
}

.fa-envelope-square:before, .fa-square-envelope:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-band-aid:before, .fa-bandage:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-earth-asia:before, .fa-globe-asia:before {
	content: "";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
	content: "";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-allergies:before, .fa-hand-dots:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-coffee:before, .fa-mug-saucer:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-user-alt:before, .fa-user-large:before {
	content: "";
}

.fa-train-tram:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-jar:before {
	content: "";
}

.fa-note-sticky:before, .fa-sticky-note:before {
	content: "";
}

.fa-bug-slash:before {
	content: "";
}

.fa-arrow-up-from-water-pump:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-tent-arrows-down:before {
	content: "";
}

.fa-exclamation:before {
	content: "!";
}

.fa-arrows-spin:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
	content: "";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
	content: "$";
}

.fa-x:before {
	content: "X";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
	content: "";
}

.fa-users-cog:before, .fa-users-gear:before {
	content: "";
}

.fa-person-military-pointing:before {
	content: "";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-trowel:before {
	content: "";
}

.fa-d:before {
	content: "D";
}

.fa-stapler:before {
	content: "";
}

.fa-masks-theater:before, .fa-theater-masks:before {
	content: "";
}

.fa-kip-sign:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
	content: "";
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
	content: "";
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-plus-minus:before {
	content: "";
}

.fa-video-camera:before, .fa-video:before {
	content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-person-circle-check:before {
	content: "";
}

.fa-level-up-alt:before, .fa-turn-up:before {
	content: "";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
	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";
}

.fa-brands, .fab {
	font-weight: 400;
}

.fa-monero:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-pixiv:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-js-square:before, .fa-square-js:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-reddit-square:before, .fa-square-reddit:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-brave:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-instagram-square:before, .fa-square-instagram:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-opensuse:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-dribbble-square:before, .fa-square-dribbble:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-debian:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-square-twitter:before, .fa-twitter-square:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-square-youtube:before, .fa-youtube-square:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-rendact:before, .fa-wpressr:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-meta:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-square-letterboxd:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-shoelace:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-square-steam:before, .fa-steam-square:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-square-vimeo:before, .fa-vimeo-square:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-github-square:before, .fa-square-github:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-square-threads:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-google-scholar:before {
	content: "";
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-pinterest-square:before, .fa-square-pinterest:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-signal-messenger:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-nfc-symbol:before {
	content: "";
}

.fa-mintbit:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-brave-reverse:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-google-plus-square:before, .fa-square-google-plus:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-square-xing:before, .fa-xing-square:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-letterboxd:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-42-group:before, .fa-innosoft:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-facebook-square:before, .fa-square-facebook:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-lastfm-square:before, .fa-square-lastfm:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-upwork:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-behance-square:before, .fa-square-behance:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-webflow:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-space-awesome:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-git-square:before, .fa-square-git:before {
	content: "";
}

.fa-square-tumblr:before, .fa-tumblr-square:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-stubber:before {
	content: "";
}

.fa-telegram-plane:before, .fa-telegram:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-odysee:before {
	content: "";
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-slack-hash:before, .fa-slack:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-square-x-twitter:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-medium-m:before, .fa-medium:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.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";
}

.fa-solid, .fas {
	font-weight: 900;
}

@charset "UTF-8";

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: 1;
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
	animation-iteration-count: 2;
	animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
	animation-iteration-count: 3;
	animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: 1s;
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2);
	animation-delay: 2s;
	animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3);
	animation-delay: 3s;
	animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay) * 4);
	animation-delay: 4s;
	animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 5);
	animation-delay: 5s;
	animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration) / 2);
	animation-duration: .5s;
	animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration) * .8);
	animation-duration: .8s;
	animation-duration: calc(var(--animate-duration) * .8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: 2s;
	animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 3);
	animation-duration: 3s;
	animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion:reduce),print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
	
	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: 1.3s;
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: .75s;
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: 2s;
	animation-duration: calc(var(--animate-duration) * 2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.nextgen-pro-animate-images-loading {
	opacity: 0 !important;
}

.tiled-gallery {
	clear: both;
	margin: 0 auto 20px auto !important;
	overflow: hidden;
	max-width: 100% !important;
}

.tiled-gallery img {
	margin: 2px !important;
}

.tiled-gallery .gallery-group {
	float: left;
	position: relative;
}

.tiled-gallery .tiled-gallery-item {
	float: left;
	margin: 0;
	position: relative;
	width: inherit;
}

.tiled-gallery .gallery-row {
	overflow: hidden;
	margin: 0 auto 0 auto;
}

/* Needs to reset some properties for theme compatibility */
.tiled-gallery .tiled-gallery-item a {
	background: transparent;
	border: none;
	color: inherit;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: auto;
}

/* Needs to reset some properties for theme compatibility */
.tiled-gallery .tiled-gallery-item img, .tiled-gallery .tiled-gallery-item img:hover {
	background: none;
	border: none;
	box-shadow: none;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
}

/* Prevent the hover captions module from messing with the tiled layout */
.tiled-gallery .tiled-gallery-item figure.ngg-figure img {
	width: 100%;
	height: 100%;
}

/* Hide galleries in widgets until they've been resized to fit. Gallery widgets are almost guaranteed to need resizing,
   and the jump is a little more obvious than galleries in content. */
.widget-gallery .tiled-gallery-unresized {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

/* The next two rules are because '.tiled-gallery img' is given 'margin: 2px !important' */
.tiled-gallery-item a figure.ngg-figure {
	margin: 2px;
}

.tiled-gallery-item a figure.ngg-figure img {
	margin: 0 !important;
}

@charset "UTF-8";

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	-o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	-o-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	-o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe, .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.fancybox-slide--image {
		padding: 6px 0;
	}
	
	.fancybox-close-small {
		right: -6px;
	}
	
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	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;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

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

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

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

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

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #0050af;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #002d63;
	text-decoration: underline;
}

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

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

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

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

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

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

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

button {
	border-radius: 0;
}

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

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

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

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

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

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

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

@media (max-width: 1200px) {
	legend {
		font-size: calc(1.275rem + .3vw);
	}
}

progress {
	vertical-align: baseline;
}

[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;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: .5rem;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 900;
	line-height: 1.48;
	color: #03442a;
}

h1, .h1 {
	font-size: 7.375rem;
}

@media (max-width: 1200px) {
	h1, .h1 {
		font-size: calc(1.8625rem + 7.35vw);
	}
}

h2, .h2 {
	font-size: 4rem;
}

@media (max-width: 1200px) {
	h2, .h2 {
		font-size: calc(1.525rem + 3.3vw);
	}
}

h3, .h3 {
	font-size: 2.75rem;
}

@media (max-width: 1200px) {
	h3, .h3 {
		font-size: calc(1.4rem + 1.8vw);
	}
}

h4, .h4 {
	font-size: 1.5625rem;
}

@media (max-width: 1200px) {
	h4, .h4 {
		font-size: calc(1.28125rem + .375vw);
	}
}

h5, .h5 {
	font-size: 1.4375rem;
}

@media (max-width: 1200px) {
	h5, .h5 {
		font-size: calc(1.26875rem + .225vw);
	}
}

h6, .h6 {
	font-size: 1.125rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

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

@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(1.725rem + 5.7vw);
	}
}

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

@media (max-width: 1200px) {
	.display-2 {
		font-size: calc(1.675rem + 5.1vw);
	}
}

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

@media (max-width: 1200px) {
	.display-3 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

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

@media (max-width: 1200px) {
	.display-4 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

small, .small {
	font-size: 80%;
	font-weight: 400;
}

mark, .mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

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

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

.figure {
	display: inline-block;
}

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

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

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

a > code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	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: 1180px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1560px;
	}
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm, .container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1180px;
	}
}

@media (min-width: 1600px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1560px;
	}
}

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

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

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

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

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

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

.row-cols-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

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

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

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

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

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

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

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

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

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

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1600px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-xxl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-xxl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-xxl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-xxl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-xxl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-xxl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xxl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xxl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xxl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xxl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xxl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xxl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xxl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xxl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xxl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table th, .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm th, .table-sm td {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th, .table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary > th, .table-primary > td {
	background-color: #b8cee9;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
	border-color: #7aa4d5;
}

.table-hover .table-primary:hover {
	background-color: #a5c1e3;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #a5c1e3;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
	background-color: #d6d8db;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}

.table-success, .table-success > th, .table-success > td {
	background-color: #b8cbc3;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
	border-color: #7a9f90;
}

.table-hover .table-success:hover {
	background-color: #a9c0b7;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #a9c0b7;
}

.table-info, .table-info > th, .table-info > td {
	background-color: #bee5eb;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.table-warning, .table-warning > th, .table-warning > td {
	background-color: #ffeeba;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
	border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.table-danger, .table-danger > th, .table-danger > td {
	background-color: #f5c6cb;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}

.table-light, .table-light > th, .table-light > td {
	background-color: #f1f1f1;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
	border-color: #e4e4e4;
}

.table-hover .table-light:hover {
	background-color: #e4e4e4;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
	background-color: #e4e4e4;
}

.table-dark, .table-dark > th, .table-dark > td {
	background-color: #c6c8ca;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
	border-color: #95999c;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active, .table-active > th, .table-active > td {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1599.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-xxl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .25rem + 2px);
	padding: .125rem .125rem;
	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;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		-o-transition: none;
		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: #308eff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .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;
}

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

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

.col-form-label {
	padding-top: calc(.125rem + 1px);
	padding-bottom: calc(.125rem + 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;
}

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

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .125rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.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[size], select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

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

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

.form-row {
	display: -webkit-box;
	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;
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #00462a;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(0, 70, 42, .9);
	border-radius: .25rem;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #00462a;
	padding-right: calc(1.5em + .25rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2300462a\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .0625rem) center;
	background-size: calc(.75em + .125rem) calc(.75em + .125rem);
}

.was-validated .form-control:valid.nitro-lazy, .form-control.is-valid.nitro-lazy {
	background-image: none !important;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #00462a;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .25rem);
	background-position: top calc(.375em + .0625rem) right calc(.375em + .0625rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #00462a;
	padding-right: calc(( 1em + .25rem ) * 3 / 4 + 1.125rem);
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .125rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2300462a\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e") #fff no-repeat center right 1.125rem/calc(.75em + .125rem) calc(.75em + .125rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #00462a;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #00462a;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #00462a;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #00462a;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #007949;
	background-color: #007949;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #00462a;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #00462a;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #00462a;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .25rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23dc3545\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23dc3545\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .0625rem) center;
	background-size: calc(.75em + .125rem) calc(.75em + .125rem);
}

.was-validated .form-control:invalid.nitro-lazy, .form-control.is-invalid.nitro-lazy {
	background-image: none !important;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .25rem);
	background-position: top calc(.375em + .0625rem) right calc(.375em + .0625rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(( 1em + .25rem ) * 3 / 4 + 1.125rem);
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .125rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23dc3545\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23dc3545\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E") #fff no-repeat center right 1.125rem/calc(.75em + .125rem) calc(.75em + .125rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	
	.form-inline .input-group, .form-inline .custom-select {
		width: auto;
	}
	
	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	
	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn, .widefat .approve-btn a, .widefat .approve-btn .active, .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer > p > a {
	display: inline-block;
	font-weight: 500;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .9375rem 2.1rem;
	font-size: 1.1875rem;
	line-height: 1.21;
	border-radius: 2px;
	-webkit-transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, -webkit-box-shadow .15s ease-in-out;
	transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, -webkit-box-shadow .15s ease-in-out;
	transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, box-shadow .15s ease-in-out;
	transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn, .widefat .approve-btn a, .widefat .approve-btn .active, .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer > p > a {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.btn:hover, .widefat .approve-btn a:hover, .widefat .approve-btn .active:hover, .modal--register .modal-body .gform_footer .gform_save_link:hover, .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer > p > a:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus, .widefat .approve-btn a:focus, .widefat .approve-btn .active:focus, .modal--register .modal-body .gform_footer .gform_save_link:focus, .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer > p > a:focus, .btn.focus, .widefat .approve-btn a.focus, .widefat .approve-btn .focus.active, .modal--register .modal-body .gform_footer .focus.gform_save_link, .modal--register .modal-body .gform_footer input.focus, .modal--register .modal-body .gform_footer .additonal-submit .focus.button, .modal--register .modal-body .gform_footer > p > a.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
}

.btn.disabled, .widefat .approve-btn a.disabled, .widefat .approve-btn .disabled.active, .modal--register .modal-body .gform_footer .disabled.gform_save_link, .modal--register .modal-body .gform_footer input.disabled, .modal--register .modal-body .gform_footer .additonal-submit .disabled.button, .modal--register .modal-body .gform_footer > p > a.disabled, .btn:disabled, .widefat .approve-btn a:disabled, .widefat .approve-btn .active:disabled, .modal--register .modal-body .gform_footer .gform_save_link:disabled, .modal--register .modal-body .gform_footer input:disabled, .modal--register .modal-body .gform_footer .additonal-submit .button:disabled, .modal--register .modal-body .gform_footer > p > a:disabled {
	opacity: .65;
}

a.btn.disabled, .widefat .approve-btn a.disabled, .modal--register .modal-body .gform_footer a.disabled.gform_save_link, .modal--register .modal-body .gform_footer .additonal-submit a.disabled.button, .modal--register .modal-body .gform_footer > p > a.disabled, fieldset:disabled a.btn, fieldset:disabled .widefat .approve-btn a, .widefat .approve-btn fieldset:disabled a, fieldset:disabled .modal--register .modal-body .gform_footer a.gform_save_link, .modal--register .modal-body .gform_footer fieldset:disabled a.gform_save_link, fieldset:disabled .modal--register .modal-body .gform_footer .additonal-submit a.button, .modal--register .modal-body .gform_footer .additonal-submit fieldset:disabled a.button, fieldset:disabled .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body fieldset:disabled .gform_footer > p > a {
	pointer-events: none;
}

.btn-primary, .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer > p > a {
	color: #fff;
	background-color: #0050af;
	border-color: #0050af;
}

.btn-primary:hover, .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer > p > a:hover {
	color: #fff;
	background-color: #003f89;
	border-color: #00397c;
}

.btn-primary:focus, .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer > p > a:focus, .btn-primary.focus, .modal--register .modal-body .gform_footer input.focus, .modal--register .modal-body .gform_footer .additonal-submit .focus.button, .modal--register .modal-body .gform_footer > p > a.focus {
	color: #fff;
	background-color: #003f89;
	border-color: #00397c;
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 106, 187, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 106, 187, .5);
}

.btn-primary.disabled, .modal--register .modal-body .gform_footer input.disabled, .modal--register .modal-body .gform_footer .additonal-submit .disabled.button, .modal--register .modal-body .gform_footer > p > a.disabled, .btn-primary:disabled, .modal--register .modal-body .gform_footer input:disabled, .modal--register .modal-body .gform_footer .additonal-submit .button:disabled, .modal--register .modal-body .gform_footer > p > a:disabled {
	color: #fff;
	background-color: #0050af;
	border-color: #0050af;
}

.btn-primary:not(:disabled):not(.disabled):active, .modal--register .modal-body .gform_footer input:not(:disabled):not(.disabled):active, .modal--register .modal-body .gform_footer .additonal-submit .button:not(:disabled):not(.disabled):active, .modal--register .modal-body .gform_footer > p > a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .modal--register .modal-body .gform_footer input:not(:disabled):not(.disabled).active, .modal--register .modal-body .gform_footer .additonal-submit .button:not(:disabled):not(.disabled).active, .modal--register .modal-body .gform_footer > p > a:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .modal--register .modal-body .gform_footer .show > input.dropdown-toggle, .modal--register .modal-body .gform_footer .additonal-submit .show > .dropdown-toggle.button, .modal--register .modal-body .gform_footer > p.show > a.dropdown-toggle {
	color: #fff;
	background-color: #00397c;
	border-color: #00336f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .modal--register .modal-body .gform_footer input:not(:disabled):not(.disabled):active:focus, .modal--register .modal-body .gform_footer .additonal-submit .button:not(:disabled):not(.disabled):active:focus, .modal--register .modal-body .gform_footer > p > a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .modal--register .modal-body .gform_footer input:not(:disabled):not(.disabled).active:focus, .modal--register .modal-body .gform_footer .additonal-submit .button:not(:disabled):not(.disabled).active:focus, .modal--register .modal-body .gform_footer > p > a:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .modal--register .modal-body .gform_footer .show > input.dropdown-toggle:focus, .modal--register .modal-body .gform_footer .additonal-submit .show > .dropdown-toggle.button:focus, .modal--register .modal-body .gform_footer > p.show > a.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 106, 187, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 106, 187, .5);
}

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

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	-webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-success {
	color: #fff;
	background-color: #00462a;
	border-color: #00462a;
}

.btn-success:hover {
	color: #fff;
	background-color: #002013;
	border-color: #00130b;
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #002013;
	border-color: #00130b;
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 98, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 98, 74, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #00462a;
	border-color: #00462a;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #00130b;
	border-color: #000604;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 98, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 98, 74, .5);
}

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

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

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

.btn-info.disabled, .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, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

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

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-light, .modal--register .modal-body .gform_footer .gform_save_link {
	color: #212529;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-light:hover, .modal--register .modal-body .gform_footer .gform_save_link:hover {
	color: #212529;
	background-color: #b9b9b9;
	border-color: #b3b3b3;
}

.btn-light:focus, .modal--register .modal-body .gform_footer .gform_save_link:focus, .btn-light.focus, .modal--register .modal-body .gform_footer .focus.gform_save_link {
	color: #212529;
	background-color: #b9b9b9;
	border-color: #b3b3b3;
	-webkit-box-shadow: 0 0 0 .2rem rgba(178, 179, 180, .5);
	box-shadow: 0 0 0 .2rem rgba(178, 179, 180, .5);
}

.btn-light.disabled, .modal--register .modal-body .gform_footer .disabled.gform_save_link, .btn-light:disabled, .modal--register .modal-body .gform_footer .gform_save_link:disabled {
	color: #212529;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-light:not(:disabled):not(.disabled):active, .modal--register .modal-body .gform_footer .gform_save_link:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .modal--register .modal-body .gform_footer .gform_save_link:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, .modal--register .modal-body .gform_footer .show > .dropdown-toggle.gform_save_link {
	color: #212529;
	background-color: #b3b3b3;
	border-color: #acacac;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .modal--register .modal-body .gform_footer .gform_save_link:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .modal--register .modal-body .gform_footer .gform_save_link:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus, .modal--register .modal-body .gform_footer .show > .dropdown-toggle.gform_save_link:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(178, 179, 180, .5);
	box-shadow: 0 0 0 .2rem rgba(178, 179, 180, .5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-outline-primary {
	color: #0050af;
	border-color: #0050af;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0050af;
	border-color: #0050af;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #0050af;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #0050af;
	border-color: #0050af;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-success {
	color: #00462a;
	border-color: #00462a;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #00462a;
	border-color: #00462a;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #00462a;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #00462a;
	border-color: #00462a;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .5);
}

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

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

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

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light {
	color: #ccc;
	border-color: #ccc;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
	box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #ccc;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
	box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

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

.btn-link:hover {
	color: #002d63;
	text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.btn-lg, .btn-group-lg > .btn, .widefat .approve-btn .btn-group-lg > a, .widefat .approve-btn .btn-group-lg > .active, .modal--register .modal-body .gform_footer .btn-group-lg > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group-lg > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-lg > .button, .modal--register .modal-body .gform_footer > p.btn-group-lg > a {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.btn-sm, .btn-group-sm > .btn, .widefat .approve-btn .btn-group-sm > a, .widefat .approve-btn .btn-group-sm > .active, .modal--register .modal-body .gform_footer .btn-group-sm > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group-sm > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-sm > .button, .modal--register .modal-body .gform_footer > p.btn-group-sm > a {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

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

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

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

.fade {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

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

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.dropup, .dropright, .dropdown, .dropleft {
	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: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-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;
	}
}

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

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

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

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

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

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

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

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

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

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

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

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

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

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.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:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #ccc;
}

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

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

.dropdown-menu.show {
	display: block;
}

.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, .btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn, .widefat .approve-btn .btn-group > a, .widefat .approve-btn .btn-group > .active, .modal--register .modal-body .gform_footer .btn-group > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .button, .modal--register .modal-body .gform_footer > p.btn-group > a, .btn-group-vertical > .btn, .widefat .approve-btn .btn-group-vertical > a, .widefat .approve-btn .btn-group-vertical > .active, .modal--register .modal-body .gform_footer .btn-group-vertical > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group-vertical > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .button, .modal--register .modal-body .gform_footer > p.btn-group-vertical > a {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group > .btn:hover, .widefat .approve-btn .btn-group > a:hover, .widefat .approve-btn .btn-group > .active:hover, .modal--register .modal-body .gform_footer .btn-group > .gform_save_link:hover, .modal--register .modal-body .gform_footer .btn-group > input:hover, .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .button:hover, .modal--register .modal-body .gform_footer > p.btn-group > a:hover, .btn-group-vertical > .btn:hover, .widefat .approve-btn .btn-group-vertical > a:hover, .widefat .approve-btn .btn-group-vertical > .active:hover, .modal--register .modal-body .gform_footer .btn-group-vertical > .gform_save_link:hover, .modal--register .modal-body .gform_footer .btn-group-vertical > input:hover, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .button:hover, .modal--register .modal-body .gform_footer > p.btn-group-vertical > a:hover {
	z-index: 1;
}

.btn-group > .btn:focus, .widefat .approve-btn .btn-group > a:focus, .modal--register .modal-body .gform_footer .btn-group > .gform_save_link:focus, .modal--register .modal-body .gform_footer .btn-group > input:focus, .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .button:focus, .modal--register .modal-body .gform_footer > p.btn-group > a:focus, .btn-group > .btn:active, .widefat .approve-btn .btn-group > a:active, .modal--register .modal-body .gform_footer .btn-group > .gform_save_link:active, .modal--register .modal-body .gform_footer .btn-group > input:active, .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .button:active, .modal--register .modal-body .gform_footer > p.btn-group > a:active, .btn-group > .btn.active, .widefat .approve-btn .btn-group > .active, .modal--register .modal-body .gform_footer .btn-group > .active.gform_save_link, .modal--register .modal-body .gform_footer .btn-group > input.active, .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .active.button, .modal--register .modal-body .gform_footer > p.btn-group > a.active, .btn-group-vertical > .btn:focus, .widefat .approve-btn .btn-group-vertical > a:focus, .modal--register .modal-body .gform_footer .btn-group-vertical > .gform_save_link:focus, .modal--register .modal-body .gform_footer .btn-group-vertical > input:focus, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .button:focus, .modal--register .modal-body .gform_footer > p.btn-group-vertical > a:focus, .btn-group-vertical > .btn:active, .widefat .approve-btn .btn-group-vertical > a:active, .modal--register .modal-body .gform_footer .btn-group-vertical > .gform_save_link:active, .modal--register .modal-body .gform_footer .btn-group-vertical > input:active, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .button:active, .modal--register .modal-body .gform_footer > p.btn-group-vertical > a:active, .btn-group-vertical > .btn.active, .widefat .approve-btn .btn-group-vertical > .active, .modal--register .modal-body .gform_footer .btn-group-vertical > .active.gform_save_link, .modal--register .modal-body .gform_footer .btn-group-vertical > input.active, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .active.button, .modal--register .modal-body .gform_footer > p.btn-group-vertical > a.active {
	z-index: 1;
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child), .widefat .approve-btn .btn-group > a:not(:first-child), .widefat .approve-btn .btn-group > .active:not(:first-child), .modal--register .modal-body .gform_footer .btn-group > .gform_save_link:not(:first-child), .modal--register .modal-body .gform_footer .btn-group > input:not(:first-child), .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .button:not(:first-child), .modal--register .modal-body .gform_footer > p.btn-group > a:not(:first-child), .btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .widefat .approve-btn .btn-group > a:not(:last-child):not(.dropdown-toggle), .widefat .approve-btn .btn-group > .active:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer .btn-group > .gform_save_link:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer .btn-group > input:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .button:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer > p.btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .widefat .approve-btn .btn-group > .btn-group:not(:last-child) > a, .widefat .approve-btn .btn-group > .btn-group:not(:last-child) > .active, .modal--register .modal-body .gform_footer .btn-group > .btn-group:not(:last-child) > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group > .btn-group:not(:last-child) > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .btn-group:not(:last-child) > .button, .modal--register .modal-body .gform_footer.btn-group > p.btn-group:not(:last-child) > a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .widefat .approve-btn .btn-group > a:not(:first-child), .widefat .approve-btn .btn-group > .active:not(:first-child), .modal--register .modal-body .gform_footer .btn-group > .gform_save_link:not(:first-child), .modal--register .modal-body .gform_footer .btn-group > input:not(:first-child), .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .button:not(:first-child), .modal--register .modal-body .gform_footer > p.btn-group > a:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .widefat .approve-btn .btn-group > .btn-group:not(:first-child) > a, .widefat .approve-btn .btn-group > .btn-group:not(:first-child) > .active, .modal--register .modal-body .gform_footer .btn-group > .btn-group:not(:first-child) > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group > .btn-group:not(:first-child) > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group > .btn-group:not(:first-child) > .button, .modal--register .modal-body .gform_footer.btn-group > p.btn-group:not(:first-child) > a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 1.575rem;
	padding-left: 1.575rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .widefat .approve-btn .btn-group-sm > a + .dropdown-toggle-split, .widefat .approve-btn .btn-group-sm > .active + .dropdown-toggle-split, .modal--register .modal-body .gform_footer .btn-group-sm > .gform_save_link + .dropdown-toggle-split, .modal--register .modal-body .gform_footer .btn-group-sm > input + .dropdown-toggle-split, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-sm > .button + .dropdown-toggle-split, .modal--register .modal-body .gform_footer > p.btn-group-sm > a + .dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .widefat .approve-btn .btn-group-lg > a + .dropdown-toggle-split, .widefat .approve-btn .btn-group-lg > .active + .dropdown-toggle-split, .modal--register .modal-body .gform_footer .btn-group-lg > .gform_save_link + .dropdown-toggle-split, .modal--register .modal-body .gform_footer .btn-group-lg > input + .dropdown-toggle-split, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-lg > .button + .dropdown-toggle-split, .modal--register .modal-body .gform_footer > p.btn-group-lg > a + .dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical > .btn, .widefat .approve-btn .btn-group-vertical > a, .widefat .approve-btn .btn-group-vertical > .active, .modal--register .modal-body .gform_footer .btn-group-vertical > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group-vertical > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .button, .modal--register .modal-body .gform_footer > p.btn-group-vertical > a, .btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .widefat .approve-btn .btn-group-vertical > a:not(:first-child), .widefat .approve-btn .btn-group-vertical > .active:not(:first-child), .modal--register .modal-body .gform_footer .btn-group-vertical > .gform_save_link:not(:first-child), .modal--register .modal-body .gform_footer .btn-group-vertical > input:not(:first-child), .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .button:not(:first-child), .modal--register .modal-body .gform_footer > p.btn-group-vertical > a:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .widefat .approve-btn .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .widefat .approve-btn .btn-group-vertical > .active:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer .btn-group-vertical > .gform_save_link:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer > p.btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .widefat .approve-btn .btn-group-vertical > .btn-group:not(:last-child) > a, .widefat .approve-btn .btn-group-vertical > .btn-group:not(:last-child) > .active, .modal--register .modal-body .gform_footer .btn-group-vertical > .btn-group:not(:last-child) > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group-vertical > .btn-group:not(:last-child) > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .btn-group:not(:last-child) > .button, .modal--register .modal-body .gform_footer.btn-group-vertical > p.btn-group:not(:last-child) > a {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .widefat .approve-btn .btn-group-vertical > a:not(:first-child), .widefat .approve-btn .btn-group-vertical > .active:not(:first-child), .modal--register .modal-body .gform_footer .btn-group-vertical > .gform_save_link:not(:first-child), .modal--register .modal-body .gform_footer .btn-group-vertical > input:not(:first-child), .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .button:not(:first-child), .modal--register .modal-body .gform_footer > p.btn-group-vertical > a:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .widefat .approve-btn .btn-group-vertical > .btn-group:not(:first-child) > a, .widefat .approve-btn .btn-group-vertical > .btn-group:not(:first-child) > .active, .modal--register .modal-body .gform_footer .btn-group-vertical > .btn-group:not(:first-child) > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group-vertical > .btn-group:not(:first-child) > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-vertical > .btn-group:not(:first-child) > .button, .modal--register .modal-body .gform_footer.btn-group-vertical > p.btn-group:not(:first-child) > a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .widefat .approve-btn .btn-group-toggle > a, .widefat .approve-btn .btn-group-toggle > .active, .modal--register .modal-body .gform_footer .btn-group-toggle > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group-toggle > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-toggle > .button, .modal--register .modal-body .gform_footer > p.btn-group-toggle > a, .btn-group-toggle > .btn-group > .btn, .widefat .approve-btn .btn-group-toggle > .btn-group > a, .widefat .approve-btn .btn-group-toggle > .btn-group > .active, .modal--register .modal-body .gform_footer .btn-group-toggle > .btn-group > .gform_save_link, .modal--register .modal-body .gform_footer .btn-group-toggle > .btn-group > input, .modal--register .modal-body .gform_footer .additonal-submit .btn-group-toggle > .btn-group > .button, .modal--register .modal-body .gform_footer.btn-group-toggle > p.btn-group > a {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio], .widefat .approve-btn .btn-group-toggle > a input[type=radio], .widefat .approve-btn .btn-group-toggle > .active input[type=radio], .modal--register .modal-body .gform_footer .btn-group-toggle > .gform_save_link input[type=radio], .modal--register .modal-body .gform_footer .btn-group-toggle > input input[type=radio], .modal--register .modal-body .gform_footer .additonal-submit .btn-group-toggle > .button input[type=radio], .modal--register .modal-body .gform_footer > p.btn-group-toggle > a input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .widefat .approve-btn .btn-group-toggle > a input[type=checkbox], .widefat .approve-btn .btn-group-toggle > .active input[type=checkbox], .modal--register .modal-body .gform_footer .btn-group-toggle > .gform_save_link input[type=checkbox], .modal--register .modal-body .gform_footer .btn-group-toggle > input input[type=checkbox], .modal--register .modal-body .gform_footer .additonal-submit .btn-group-toggle > .button input[type=checkbox], .modal--register .modal-body .gform_footer > p.btn-group-toggle > a input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .modal--register .modal-body .gform_footer.btn-group-toggle > p.btn-group > a input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .modal--register .modal-body .gform_footer.btn-group-toggle > p.btn-group > a input[type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

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

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

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

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

.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}

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

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

.input-group > .custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-prepend .btn, .input-group-prepend .widefat .approve-btn a, .widefat .approve-btn .input-group-prepend a, .input-group-prepend .widefat .approve-btn .active, .widefat .approve-btn .input-group-prepend .active, .input-group-prepend .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .input-group-prepend .gform_save_link, .input-group-prepend .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .input-group-prepend input, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .button, .input-group-prepend .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .input-group-prepend .gform_footer > p > a, .input-group-append .btn, .input-group-append .widefat .approve-btn a, .widefat .approve-btn .input-group-append a, .input-group-append .widefat .approve-btn .active, .widefat .approve-btn .input-group-append .active, .input-group-append .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .input-group-append .gform_save_link, .input-group-append .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .input-group-append input, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .button, .input-group-append .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .input-group-append .gform_footer > p > a {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .widefat .approve-btn a:focus, .widefat .approve-btn .input-group-prepend a:focus, .input-group-prepend .widefat .approve-btn .active:focus, .widefat .approve-btn .input-group-prepend .active:focus, .input-group-prepend .modal--register .modal-body .gform_footer .gform_save_link:focus, .modal--register .modal-body .gform_footer .input-group-prepend .gform_save_link:focus, .input-group-prepend .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .input-group-prepend input:focus, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .button:focus, .input-group-prepend .modal--register .modal-body .gform_footer > p > a:focus, .modal--register .modal-body .input-group-prepend .gform_footer > p > a:focus, .input-group-append .btn:focus, .input-group-append .widefat .approve-btn a:focus, .widefat .approve-btn .input-group-append a:focus, .input-group-append .widefat .approve-btn .active:focus, .widefat .approve-btn .input-group-append .active:focus, .input-group-append .modal--register .modal-body .gform_footer .gform_save_link:focus, .modal--register .modal-body .gform_footer .input-group-append .gform_save_link:focus, .input-group-append .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .input-group-append input:focus, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .button:focus, .input-group-append .modal--register .modal-body .gform_footer > p > a:focus, .modal--register .modal-body .input-group-append .gform_footer > p > a:focus {
	z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .widefat .approve-btn a + .btn, .widefat .approve-btn .input-group-prepend a + .btn, .input-group-prepend .widefat .approve-btn .active + .btn, .widefat .approve-btn .input-group-prepend .active + .btn, .input-group-prepend .widefat .approve-btn .btn + a, .widefat .approve-btn .input-group-prepend .btn + a, .input-group-prepend .widefat .approve-btn a + a, .widefat .approve-btn .input-group-prepend a + a, .input-group-prepend .widefat .approve-btn .active + a, .widefat .approve-btn .input-group-prepend .active + a, .input-group-prepend .widefat .approve-btn .btn + .active, .widefat .approve-btn .input-group-prepend .btn + .active, .input-group-prepend .widefat .approve-btn a + .active, .widefat .approve-btn .input-group-prepend a + .active, .input-group-prepend .widefat .approve-btn .active + .active, .widefat .approve-btn .input-group-prepend .active + .active, .input-group-prepend .modal--register .modal-body .gform_footer .gform_save_link + .btn, .input-group-prepend .modal--register .modal-body .gform_footer .widefat .approve-btn .gform_save_link + a, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer .gform_save_link + a, .input-group-prepend .modal--register .modal-body .gform_footer .widefat .approve-btn .gform_save_link + .active, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer .gform_save_link + .active, .modal--register .modal-body .gform_footer .input-group-prepend .gform_save_link + .btn, .modal--register .modal-body .gform_footer .input-group-prepend .widefat .approve-btn .gform_save_link + a, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-prepend .gform_save_link + a, .modal--register .modal-body .gform_footer .input-group-prepend .widefat .approve-btn .gform_save_link + .active, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-prepend .gform_save_link + .active, .input-group-prepend .modal--register .modal-body .gform_footer .btn + .gform_save_link, .input-group-prepend .modal--register .modal-body .gform_footer .widefat .approve-btn a + .gform_save_link, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer a + .gform_save_link, .input-group-prepend .modal--register .modal-body .gform_footer .widefat .approve-btn .active + .gform_save_link, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer .active + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-prepend .btn + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-prepend .widefat .approve-btn a + .gform_save_link, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-prepend a + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-prepend .widefat .approve-btn .active + .gform_save_link, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-prepend .active + .gform_save_link, .input-group-prepend .modal--register .modal-body .gform_footer .gform_save_link + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-prepend .gform_save_link + .gform_save_link, .input-group-prepend .modal--register .modal-body .gform_footer input + .btn, .input-group-prepend .modal--register .modal-body .gform_footer .widefat .approve-btn input + a, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer input + a, .input-group-prepend .modal--register .modal-body .gform_footer .widefat .approve-btn input + .active, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer input + .active, .input-group-prepend .modal--register .modal-body .gform_footer input + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-prepend input + .btn, .modal--register .modal-body .gform_footer .input-group-prepend .widefat .approve-btn input + a, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-prepend input + a, .modal--register .modal-body .gform_footer .input-group-prepend .widefat .approve-btn input + .active, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-prepend input + .active, .modal--register .modal-body .gform_footer .input-group-prepend input + .gform_save_link, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .button + .btn, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .widefat .approve-btn .button + a, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .button + a, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .widefat .approve-btn .button + .active, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .button + .active, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .button + .gform_save_link, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .button + .btn, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .widefat .approve-btn .button + a, .widefat .approve-btn .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .button + a, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .widefat .approve-btn .button + .active, .widefat .approve-btn .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .button + .active, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .button + .gform_save_link, .input-group-prepend .modal--register .modal-body .gform_footer > p > a + .btn, .input-group-prepend .modal--register .modal-body .widefat .approve-btn .gform_footer > p > a + a, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer > p > a + a, .input-group-prepend .modal--register .modal-body .widefat .approve-btn .gform_footer > p > a + .active, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer > p > a + .active, .input-group-prepend .modal--register .modal-body .gform_footer > p > a + .gform_save_link, .modal--register .modal-body .input-group-prepend .gform_footer > p > a + .btn, .modal--register .modal-body .input-group-prepend .widefat .approve-btn .gform_footer > p > a + a, .widefat .approve-btn .modal--register .modal-body .input-group-prepend .gform_footer > p > a + a, .modal--register .modal-body .input-group-prepend .widefat .approve-btn .gform_footer > p > a + .active, .widefat .approve-btn .modal--register .modal-body .input-group-prepend .gform_footer > p > a + .active, .modal--register .modal-body .input-group-prepend .gform_footer > p > a + .gform_save_link, .input-group-prepend .modal--register .modal-body .gform_footer .btn + input, .input-group-prepend .modal--register .modal-body .gform_footer .widefat .approve-btn a + input, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer a + input, .input-group-prepend .modal--register .modal-body .gform_footer .widefat .approve-btn .active + input, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer .active + input, .input-group-prepend .modal--register .modal-body .gform_footer .gform_save_link + input, .modal--register .modal-body .gform_footer .input-group-prepend .btn + input, .modal--register .modal-body .gform_footer .input-group-prepend .widefat .approve-btn a + input, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-prepend a + input, .modal--register .modal-body .gform_footer .input-group-prepend .widefat .approve-btn .active + input, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-prepend .active + input, .modal--register .modal-body .gform_footer .input-group-prepend .gform_save_link + input, .input-group-prepend .modal--register .modal-body .gform_footer input + input, .modal--register .modal-body .gform_footer .input-group-prepend input + input, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .button + input, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .button + input, .input-group-prepend .modal--register .modal-body .gform_footer > p > a + input, .modal--register .modal-body .input-group-prepend .gform_footer > p > a + input, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .btn + .button, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .widefat .approve-btn a + .button, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit a + .button, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .widefat .approve-btn .active + .button, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .active + .button, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .gform_save_link + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .btn + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .widefat .approve-btn a + .button, .widefat .approve-btn .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend a + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .widefat .approve-btn .active + .button, .widefat .approve-btn .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .active + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .gform_save_link + .button, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit input + .button, .modal--register .modal-body .gform_footer .input-group-prepend .additonal-submit input + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend input + .button, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .button + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .button + .button, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .gform_footer > p > a + .button, .modal--register .modal-body .input-group-prepend .gform_footer .additonal-submit .gform_footer > p > a + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .gform_footer > p > a + .button, .input-group-prepend .modal--register .modal-body .gform_footer > p > .btn + a, .input-group-prepend .modal--register .modal-body .widefat .approve-btn .gform_footer > p > a + a, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer > p > a + a, .input-group-prepend .modal--register .modal-body .widefat .approve-btn .gform_footer > p > .active + a, .widefat .approve-btn .input-group-prepend .modal--register .modal-body .gform_footer > p > .active + a, .input-group-prepend .modal--register .modal-body .gform_footer > p > .gform_save_link + a, .modal--register .modal-body .input-group-prepend .gform_footer > p > .btn + a, .modal--register .modal-body .input-group-prepend .widefat .approve-btn .gform_footer > p > a + a, .widefat .approve-btn .modal--register .modal-body .input-group-prepend .gform_footer > p > a + a, .modal--register .modal-body .input-group-prepend .widefat .approve-btn .gform_footer > p > .active + a, .widefat .approve-btn .modal--register .modal-body .input-group-prepend .gform_footer > p > .active + a, .modal--register .modal-body .input-group-prepend .gform_footer > p > .gform_save_link + a, .input-group-prepend .modal--register .modal-body .gform_footer > p > input + a, .modal--register .modal-body .gform_footer .input-group-prepend .gform_footer > p > input + a, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .gform_footer > p > .button + a, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .gform_footer > p > .button + a, .input-group-prepend .modal--register .modal-body .gform_footer > p > a + a, .modal--register .modal-body .input-group-prepend .gform_footer > p > a + a, .input-group-prepend .btn + .input-group-text, .input-group-prepend .widefat .approve-btn a + .input-group-text, .widefat .approve-btn .input-group-prepend a + .input-group-text, .input-group-prepend .widefat .approve-btn .active + .input-group-text, .widefat .approve-btn .input-group-prepend .active + .input-group-text, .input-group-prepend .modal--register .modal-body .gform_footer .gform_save_link + .input-group-text, .modal--register .modal-body .gform_footer .input-group-prepend .gform_save_link + .input-group-text, .input-group-prepend .modal--register .modal-body .gform_footer input + .input-group-text, .modal--register .modal-body .gform_footer .input-group-prepend input + .input-group-text, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .button + .input-group-text, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .button + .input-group-text, .input-group-prepend .modal--register .modal-body .gform_footer > p > a + .input-group-text, .modal--register .modal-body .input-group-prepend .gform_footer > p > a + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .widefat .approve-btn .input-group-text + a, .widefat .approve-btn .input-group-prepend .input-group-text + a, .input-group-prepend .widefat .approve-btn .input-group-text + .active, .widefat .approve-btn .input-group-prepend .input-group-text + .active, .input-group-prepend .modal--register .modal-body .gform_footer .input-group-text + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-prepend .input-group-text + .gform_save_link, .input-group-prepend .modal--register .modal-body .gform_footer .input-group-text + input, .modal--register .modal-body .gform_footer .input-group-prepend .input-group-text + input, .input-group-prepend .modal--register .modal-body .gform_footer .additonal-submit .input-group-text + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-prepend .input-group-text + .button, .input-group-prepend .modal--register .modal-body .gform_footer > p > .input-group-text + a, .modal--register .modal-body .input-group-prepend .gform_footer > p > .input-group-text + a, .input-group-append .btn + .btn, .input-group-append .widefat .approve-btn a + .btn, .widefat .approve-btn .input-group-append a + .btn, .input-group-append .widefat .approve-btn .active + .btn, .widefat .approve-btn .input-group-append .active + .btn, .input-group-append .widefat .approve-btn .btn + a, .widefat .approve-btn .input-group-append .btn + a, .input-group-append .widefat .approve-btn a + a, .widefat .approve-btn .input-group-append a + a, .input-group-append .widefat .approve-btn .active + a, .widefat .approve-btn .input-group-append .active + a, .input-group-append .widefat .approve-btn .btn + .active, .widefat .approve-btn .input-group-append .btn + .active, .input-group-append .widefat .approve-btn a + .active, .widefat .approve-btn .input-group-append a + .active, .input-group-append .widefat .approve-btn .active + .active, .widefat .approve-btn .input-group-append .active + .active, .input-group-append .modal--register .modal-body .gform_footer .gform_save_link + .btn, .input-group-append .modal--register .modal-body .gform_footer .widefat .approve-btn .gform_save_link + a, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer .gform_save_link + a, .input-group-append .modal--register .modal-body .gform_footer .widefat .approve-btn .gform_save_link + .active, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer .gform_save_link + .active, .modal--register .modal-body .gform_footer .input-group-append .gform_save_link + .btn, .modal--register .modal-body .gform_footer .input-group-append .widefat .approve-btn .gform_save_link + a, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-append .gform_save_link + a, .modal--register .modal-body .gform_footer .input-group-append .widefat .approve-btn .gform_save_link + .active, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-append .gform_save_link + .active, .input-group-append .modal--register .modal-body .gform_footer .btn + .gform_save_link, .input-group-append .modal--register .modal-body .gform_footer .widefat .approve-btn a + .gform_save_link, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer a + .gform_save_link, .input-group-append .modal--register .modal-body .gform_footer .widefat .approve-btn .active + .gform_save_link, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer .active + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-append .btn + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-append .widefat .approve-btn a + .gform_save_link, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-append a + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-append .widefat .approve-btn .active + .gform_save_link, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-append .active + .gform_save_link, .input-group-append .modal--register .modal-body .gform_footer .gform_save_link + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-append .gform_save_link + .gform_save_link, .input-group-append .modal--register .modal-body .gform_footer input + .btn, .input-group-append .modal--register .modal-body .gform_footer .widefat .approve-btn input + a, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer input + a, .input-group-append .modal--register .modal-body .gform_footer .widefat .approve-btn input + .active, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer input + .active, .input-group-append .modal--register .modal-body .gform_footer input + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-append input + .btn, .modal--register .modal-body .gform_footer .input-group-append .widefat .approve-btn input + a, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-append input + a, .modal--register .modal-body .gform_footer .input-group-append .widefat .approve-btn input + .active, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-append input + .active, .modal--register .modal-body .gform_footer .input-group-append input + .gform_save_link, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button + .btn, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .widefat .approve-btn .button + a, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button + a, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .widefat .approve-btn .button + .active, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button + .active, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button + .gform_save_link, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .button + .btn, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .widefat .approve-btn .button + a, .widefat .approve-btn .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .button + a, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .widefat .approve-btn .button + .active, .widefat .approve-btn .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .button + .active, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .button + .gform_save_link, .input-group-append .modal--register .modal-body .gform_footer > p > a + .btn, .input-group-append .modal--register .modal-body .widefat .approve-btn .gform_footer > p > a + a, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer > p > a + a, .input-group-append .modal--register .modal-body .widefat .approve-btn .gform_footer > p > a + .active, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer > p > a + .active, .input-group-append .modal--register .modal-body .gform_footer > p > a + .gform_save_link, .modal--register .modal-body .input-group-append .gform_footer > p > a + .btn, .modal--register .modal-body .input-group-append .widefat .approve-btn .gform_footer > p > a + a, .widefat .approve-btn .modal--register .modal-body .input-group-append .gform_footer > p > a + a, .modal--register .modal-body .input-group-append .widefat .approve-btn .gform_footer > p > a + .active, .widefat .approve-btn .modal--register .modal-body .input-group-append .gform_footer > p > a + .active, .modal--register .modal-body .input-group-append .gform_footer > p > a + .gform_save_link, .input-group-append .modal--register .modal-body .gform_footer .btn + input, .input-group-append .modal--register .modal-body .gform_footer .widefat .approve-btn a + input, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer a + input, .input-group-append .modal--register .modal-body .gform_footer .widefat .approve-btn .active + input, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer .active + input, .input-group-append .modal--register .modal-body .gform_footer .gform_save_link + input, .modal--register .modal-body .gform_footer .input-group-append .btn + input, .modal--register .modal-body .gform_footer .input-group-append .widefat .approve-btn a + input, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-append a + input, .modal--register .modal-body .gform_footer .input-group-append .widefat .approve-btn .active + input, .widefat .approve-btn .modal--register .modal-body .gform_footer .input-group-append .active + input, .modal--register .modal-body .gform_footer .input-group-append .gform_save_link + input, .input-group-append .modal--register .modal-body .gform_footer input + input, .modal--register .modal-body .gform_footer .input-group-append input + input, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button + input, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .button + input, .input-group-append .modal--register .modal-body .gform_footer > p > a + input, .modal--register .modal-body .input-group-append .gform_footer > p > a + input, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .btn + .button, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .widefat .approve-btn a + .button, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer .additonal-submit a + .button, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .widefat .approve-btn .active + .button, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .active + .button, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .gform_save_link + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .btn + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .widefat .approve-btn a + .button, .widefat .approve-btn .modal--register .modal-body .gform_footer .additonal-submit .input-group-append a + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .widefat .approve-btn .active + .button, .widefat .approve-btn .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .active + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .gform_save_link + .button, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit input + .button, .modal--register .modal-body .gform_footer .input-group-append .additonal-submit input + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append input + .button, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .button + .button, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .gform_footer > p > a + .button, .modal--register .modal-body .input-group-append .gform_footer .additonal-submit .gform_footer > p > a + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .gform_footer > p > a + .button, .input-group-append .modal--register .modal-body .gform_footer > p > .btn + a, .input-group-append .modal--register .modal-body .widefat .approve-btn .gform_footer > p > a + a, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer > p > a + a, .input-group-append .modal--register .modal-body .widefat .approve-btn .gform_footer > p > .active + a, .widefat .approve-btn .input-group-append .modal--register .modal-body .gform_footer > p > .active + a, .input-group-append .modal--register .modal-body .gform_footer > p > .gform_save_link + a, .modal--register .modal-body .input-group-append .gform_footer > p > .btn + a, .modal--register .modal-body .input-group-append .widefat .approve-btn .gform_footer > p > a + a, .widefat .approve-btn .modal--register .modal-body .input-group-append .gform_footer > p > a + a, .modal--register .modal-body .input-group-append .widefat .approve-btn .gform_footer > p > .active + a, .widefat .approve-btn .modal--register .modal-body .input-group-append .gform_footer > p > .active + a, .modal--register .modal-body .input-group-append .gform_footer > p > .gform_save_link + a, .input-group-append .modal--register .modal-body .gform_footer > p > input + a, .modal--register .modal-body .gform_footer .input-group-append .gform_footer > p > input + a, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .gform_footer > p > .button + a, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .gform_footer > p > .button + a, .input-group-append .modal--register .modal-body .gform_footer > p > a + a, .modal--register .modal-body .input-group-append .gform_footer > p > a + a, .input-group-append .btn + .input-group-text, .input-group-append .widefat .approve-btn a + .input-group-text, .widefat .approve-btn .input-group-append a + .input-group-text, .input-group-append .widefat .approve-btn .active + .input-group-text, .widefat .approve-btn .input-group-append .active + .input-group-text, .input-group-append .modal--register .modal-body .gform_footer .gform_save_link + .input-group-text, .modal--register .modal-body .gform_footer .input-group-append .gform_save_link + .input-group-text, .input-group-append .modal--register .modal-body .gform_footer input + .input-group-text, .modal--register .modal-body .gform_footer .input-group-append input + .input-group-text, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button + .input-group-text, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .button + .input-group-text, .input-group-append .modal--register .modal-body .gform_footer > p > a + .input-group-text, .modal--register .modal-body .input-group-append .gform_footer > p > a + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .widefat .approve-btn .input-group-text + a, .widefat .approve-btn .input-group-append .input-group-text + a, .input-group-append .widefat .approve-btn .input-group-text + .active, .widefat .approve-btn .input-group-append .input-group-text + .active, .input-group-append .modal--register .modal-body .gform_footer .input-group-text + .gform_save_link, .modal--register .modal-body .gform_footer .input-group-append .input-group-text + .gform_save_link, .input-group-append .modal--register .modal-body .gform_footer .input-group-text + input, .modal--register .modal-body .gform_footer .input-group-append .input-group-text + input, .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .input-group-text + .button, .modal--register .modal-body .gform_footer .additonal-submit .input-group-append .input-group-text + .button, .input-group-append .modal--register .modal-body .gform_footer > p > .input-group-text + a, .modal--register .modal-body .input-group-append .gform_footer > p > .input-group-text + a {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .125rem .125rem;
	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=radio], .input-group-text input[type=checkbox] {
	margin-top: 0;
}

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

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .widefat .approve-btn .input-group-lg > .input-group-prepend > a, .widefat .approve-btn .input-group-lg > .input-group-prepend > .active, .modal--register .modal-body .gform_footer .input-group-lg > .input-group-prepend > .gform_save_link, .modal--register .modal-body .gform_footer .input-group-lg > .input-group-prepend > input, .modal--register .modal-body .gform_footer .additonal-submit .input-group-lg > .input-group-prepend > .button, .modal--register .modal-body .gform_footer.input-group-lg > p.input-group-prepend > a, .input-group-lg > .input-group-append > .btn, .widefat .approve-btn .input-group-lg > .input-group-append > a, .widefat .approve-btn .input-group-lg > .input-group-append > .active, .modal--register .modal-body .gform_footer .input-group-lg > .input-group-append > .gform_save_link, .modal--register .modal-body .gform_footer .input-group-lg > .input-group-append > input, .modal--register .modal-body .gform_footer .additonal-submit .input-group-lg > .input-group-append > .button, .modal--register .modal-body .gform_footer.input-group-lg > p.input-group-append > a {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

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

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .widefat .approve-btn .input-group-sm > .input-group-prepend > a, .widefat .approve-btn .input-group-sm > .input-group-prepend > .active, .modal--register .modal-body .gform_footer .input-group-sm > .input-group-prepend > .gform_save_link, .modal--register .modal-body .gform_footer .input-group-sm > .input-group-prepend > input, .modal--register .modal-body .gform_footer .additonal-submit .input-group-sm > .input-group-prepend > .button, .modal--register .modal-body .gform_footer.input-group-sm > p.input-group-prepend > a, .input-group-sm > .input-group-append > .btn, .widefat .approve-btn .input-group-sm > .input-group-append > a, .widefat .approve-btn .input-group-sm > .input-group-append > .active, .modal--register .modal-body .gform_footer .input-group-sm > .input-group-append > .gform_save_link, .modal--register .modal-body .gform_footer .input-group-sm > .input-group-append > input, .modal--register .modal-body .gform_footer .additonal-submit .input-group-sm > .input-group-append > .button, .modal--register .modal-body .gform_footer.input-group-sm > p.input-group-append > a {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
	padding-right: 1.125rem;
}

.input-group > .input-group-prepend > .btn, .widefat .approve-btn .input-group > .input-group-prepend > a, .widefat .approve-btn .input-group > .input-group-prepend > .active, .modal--register .modal-body .gform_footer .input-group > .input-group-prepend > .gform_save_link, .modal--register .modal-body .gform_footer .input-group > .input-group-prepend > input, .modal--register .modal-body .gform_footer .additonal-submit .input-group > .input-group-prepend > .button, .modal--register .modal-body .gform_footer.input-group > p.input-group-prepend > a, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .widefat .approve-btn .input-group > .input-group-append:not(:last-child) > a, .widefat .approve-btn .input-group > .input-group-append:not(:last-child) > .active, .modal--register .modal-body .gform_footer .input-group > .input-group-append:not(:last-child) > .gform_save_link, .modal--register .modal-body .gform_footer .input-group > .input-group-append:not(:last-child) > input, .modal--register .modal-body .gform_footer .additonal-submit .input-group > .input-group-append:not(:last-child) > .button, .modal--register .modal-body .gform_footer.input-group > p.input-group-append:not(:last-child) > a, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .widefat .approve-btn .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .widefat .approve-btn .input-group > .input-group-append:last-child > .active:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer .input-group > .input-group-append:last-child > .gform_save_link:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer .additonal-submit .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle), .modal--register .modal-body .gform_footer.input-group > p.input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .widefat .approve-btn .input-group > .input-group-append > a, .widefat .approve-btn .input-group > .input-group-append > .active, .modal--register .modal-body .gform_footer .input-group > .input-group-append > .gform_save_link, .modal--register .modal-body .gform_footer .input-group > .input-group-append > input, .modal--register .modal-body .gform_footer .additonal-submit .input-group > .input-group-append > .button, .modal--register .modal-body .gform_footer.input-group > p.input-group-append > a, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .widefat .approve-btn .input-group > .input-group-prepend:not(:first-child) > a, .widefat .approve-btn .input-group > .input-group-prepend:not(:first-child) > .active, .modal--register .modal-body .gform_footer .input-group > .input-group-prepend:not(:first-child) > .gform_save_link, .modal--register .modal-body .gform_footer .input-group > .input-group-prepend:not(:first-child) > input, .modal--register .modal-body .gform_footer .additonal-submit .input-group > .input-group-prepend:not(:first-child) > .button, .modal--register .modal-body .gform_footer.input-group > p.input-group-prepend:not(:first-child) > a, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .widefat .approve-btn .input-group > .input-group-prepend:first-child > a:not(:first-child), .widefat .approve-btn .input-group > .input-group-prepend:first-child > .active:not(:first-child), .modal--register .modal-body .gform_footer .input-group > .input-group-prepend:first-child > .gform_save_link:not(:first-child), .modal--register .modal-body .gform_footer .input-group > .input-group-prepend:first-child > input:not(:first-child), .modal--register .modal-body .gform_footer .additonal-submit .input-group > .input-group-prepend:first-child > .button:not(:first-child), .modal--register .modal-body .gform_footer.input-group > p.input-group-prepend:first-child > a:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

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

.custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.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: #0050af;
	background-color: #0050af;
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #308eff;
}

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

.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-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #0050af;
	background-color: #0050af;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 80, 175, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 80, 175, .5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 80, 175, .5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: transform .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) {
	.custom-switch .custom-control-label::after {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	-ms-transform: translateX(.75rem);
	transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 80, 175, .5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .25rem + 2px);
	padding: .125rem 1.125rem .125rem .125rem;
	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\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .125rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #308eff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
}

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

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

.custom-select[multiple].nitro-lazy, .custom-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.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-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

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

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .25rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .25rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #308eff;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
}

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

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .25rem + 2px);
	padding: .125rem .125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .25rem);
	padding: .125rem .125rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

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

.custom-range:focus {
	outline: none;
}

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

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

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

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

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0050af;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-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: #63aaff;
}

.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: #0050af;
	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: #63aaff;
}

.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: #0050af;
	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: #63aaff;
}

.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-file-label, .custom-select {
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-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-file-label, .custom-select {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.nav {
	display: -webkit-box;
	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:hover, .nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #0050af;
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

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

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-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:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-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%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-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: 2px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
	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: 575.98px) {
	.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-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-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		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-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-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-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1599.98px) {
	.navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1600px) {
	.navbar-expand-xxl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-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-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	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:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9);
}

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

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

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .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 viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.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:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

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

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

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-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 > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.card-body {
	-webkit-box-flex: 1;
	-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-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

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

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

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

.card-img, .card-img-top, .card-img-bottom {
	-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, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-deck {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.card-deck .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

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

@media (min-width: 576px) {
	.card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.card-group > .card {
		-webkit-box-flex: 1;
		-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-img-top, .card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
		border-bottom-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-img-top, .card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion > .card > .card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0050af;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #002d63;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0050af;
	border-color: #0050af;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.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;
	-webkit-transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, -webkit-box-shadow .15s ease-in-out;
	transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, -webkit-box-shadow .15s ease-in-out;
	transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, box-shadow .15s ease-in-out;
	transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .2s ease-in, background-color .2s ease-out, border-color .15s ease, box-shadow .15s ease-in-out;
}

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

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

.badge:empty {
	display: none;
}

.btn .badge, .widefat .approve-btn a .badge, .widefat .approve-btn .active .badge, .modal--register .modal-body .gform_footer .gform_save_link .badge, .modal--register .modal-body .gform_footer input .badge, .modal--register .modal-body .gform_footer .additonal-submit .button .badge, .modal--register .modal-body .gform_footer > p > a .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #0050af;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #00397c;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 80, 175, .5);
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.badge-success {
	color: #fff;
	background-color: #00462a;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #00130b;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 70, 42, .5);
}

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

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

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

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

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

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

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

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #002a5b;
	background-color: #ccdcef;
	border-color: #b8cee9;
}

.alert-primary hr {
	border-top-color: #a5c1e3;
}

.alert-primary .alert-link {
	color: #001228;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #002416;
	background-color: #ccdad4;
	border-color: #b8cbc3;
}

.alert-success hr {
	border-top-color: #a9c0b7;
}

.alert-success .alert-link {
	color: black;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #6a6a6a;
	background-color: whitesmoke;
	border-color: #f1f1f1;
}

.alert-light hr {
	border-top-color: #e4e4e4;
}

.alert-light .alert-link {
	color: #515151;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@-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;
	}
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0050af;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.progress-bar-striped {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #ccc;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0050af;
	border-color: #0050af;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-sm .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-sm .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-sm .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-md .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-md .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-md .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-lg .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-lg .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-lg .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-xl .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xl .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xl .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 1600px) {
	.list-group-horizontal-xxl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-xxl .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xxl .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xxl .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xxl .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xxl .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush .list-group-item {
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
	border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #002a5b;
	background-color: #b8cee9;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #002a5b;
	background-color: #a5c1e3;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #002a5b;
	border-color: #002a5b;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #002416;
	background-color: #b8cbc3;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #002416;
	background-color: #a9c0b7;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #002416;
	border-color: #002416;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #0c5460;
	background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #856404;
	background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #721c24;
	background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #6a6a6a;
	background-color: #f1f1f1;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #6a6a6a;
	background-color: #e4e4e4;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #6a6a6a;
	border-color: #6a6a6a;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

@media (max-width: 1200px) {
	.close {
		font-size: calc(1.275rem + .3vw);
	}
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem;
}

.toast:not(:last-child) {
	margin-bottom: .75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
	padding: .75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer > * {
	margin: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
	padding: .4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
	padding: 0 .4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
	padding: .4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
	padding: 0 .4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}

.popover .arrow::before, .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
	margin-bottom: .5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
	bottom: calc(-.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
	margin-left: .5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
	margin-top: .5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
	top: calc(-.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
	margin-right: .5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #03442a;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

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

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

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

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

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

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

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

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

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

.bg-primary {
	background-color: #0050af !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #00397c !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #00462a !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
	background-color: #00130b !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #ccc !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
	background-color: #b3b3b3 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
	background-color: #1d2124 !important;
}

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

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #0050af !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #00462a !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #ccc !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: .2rem !important;
}

.rounded {
	border-radius: .25rem !important;
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
	border-radius: .3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

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

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex, .site-wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

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

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1600px) {
	.d-xxl-none {
		display: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

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

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

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

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

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

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

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

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

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

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

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

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

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

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

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

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

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

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

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

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1600px) {
	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	
	.float-sm-right {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	
	.float-md-right {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	
	.float-lg-right {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	
	.float-xl-right {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
}

@media (min-width: 1600px) {
	.float-xxl-left {
		float: left !important;
	}
	
	.float-xxl-right {
		float: right !important;
	}
	
	.float-xxl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

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

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

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

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.m-0 {
	margin: 0 !important;
}

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

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

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

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

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

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

.mr-1, .mx-1 {
	margin-right: .25rem !important;
}

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

.ml-1, .mx-1 {
	margin-left: .25rem !important;
}

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

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

.mr-2, .mx-2 {
	margin-right: .5rem !important;
}

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

.ml-2, .mx-2 {
	margin-left: .5rem !important;
}

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

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

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

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

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

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

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

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

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

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

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

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

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

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

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

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

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

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

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

.pt-1, .py-1 {
	padding-top: .25rem !important;
}

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

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

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

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

.pt-2, .py-2 {
	padding-top: .5rem !important;
}

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

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

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

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

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

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

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

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

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

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

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

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

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

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

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

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

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

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

.m-n1 {
	margin: -.25rem !important;
}

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

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important;
}

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

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

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

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important;
}

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

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

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

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

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

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

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

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

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

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

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

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

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

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

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

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

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

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

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1600px) {
	.m-xxl-0 {
		margin: 0 !important;
	}
	
	.mt-xxl-0, .my-xxl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xxl-0, .mx-xxl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xxl-0, .my-xxl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xxl-0, .mx-xxl-0 {
		margin-left: 0 !important;
	}
	
	.m-xxl-1 {
		margin: .25rem !important;
	}
	
	.mt-xxl-1, .my-xxl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xxl-1, .mx-xxl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xxl-1, .my-xxl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xxl-1, .mx-xxl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xxl-2 {
		margin: .5rem !important;
	}
	
	.mt-xxl-2, .my-xxl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xxl-2, .mx-xxl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xxl-2, .my-xxl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xxl-2, .mx-xxl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xxl-3 {
		margin: 1rem !important;
	}
	
	.mt-xxl-3, .my-xxl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xxl-3, .mx-xxl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xxl-3, .my-xxl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xxl-3, .mx-xxl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xxl-4, .my-xxl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xxl-4, .mx-xxl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xxl-4, .my-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xxl-4, .mx-xxl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xxl-5 {
		margin: 3rem !important;
	}
	
	.mt-xxl-5, .my-xxl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xxl-5, .mx-xxl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xxl-5, .my-xxl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xxl-5, .mx-xxl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xxl-0 {
		padding: 0 !important;
	}
	
	.pt-xxl-0, .py-xxl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xxl-0, .px-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xxl-0, .py-xxl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xxl-0, .px-xxl-0 {
		padding-left: 0 !important;
	}
	
	.p-xxl-1 {
		padding: .25rem !important;
	}
	
	.pt-xxl-1, .py-xxl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xxl-1, .px-xxl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xxl-1, .py-xxl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xxl-1, .px-xxl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xxl-2 {
		padding: .5rem !important;
	}
	
	.pt-xxl-2, .py-xxl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xxl-2, .px-xxl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xxl-2, .py-xxl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xxl-2, .px-xxl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xxl-3 {
		padding: 1rem !important;
	}
	
	.pt-xxl-3, .py-xxl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xxl-3, .px-xxl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xxl-3, .py-xxl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xxl-3, .px-xxl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xxl-4, .py-xxl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xxl-4, .px-xxl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xxl-4, .py-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xxl-4, .px-xxl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xxl-5 {
		padding: 3rem !important;
	}
	
	.pt-xxl-5, .py-xxl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xxl-5, .px-xxl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xxl-5, .py-xxl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xxl-5, .px-xxl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xxl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xxl-n1, .my-xxl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xxl-n1, .mx-xxl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xxl-n1, .my-xxl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xxl-n1, .mx-xxl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xxl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xxl-n2, .my-xxl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xxl-n2, .mx-xxl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xxl-n2, .my-xxl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xxl-n2, .mx-xxl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xxl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xxl-n3, .my-xxl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xxl-n3, .mx-xxl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xxl-n3, .my-xxl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xxl-n3, .mx-xxl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xxl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xxl-n4, .my-xxl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xxl-n4, .mx-xxl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xxl-n4, .my-xxl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xxl-n4, .mx-xxl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xxl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xxl-n5, .my-xxl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xxl-n5, .mx-xxl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xxl-n5, .my-xxl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xxl-n5, .mx-xxl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xxl-auto {
		margin: auto !important;
	}
	
	.mt-xxl-auto, .my-xxl-auto {
		margin-top: auto !important;
	}
	
	.mr-xxl-auto, .mx-xxl-auto {
		margin-right: auto !important;
	}
	
	.mb-xxl-auto, .my-xxl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xxl-auto, .mx-xxl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width: 1600px) {
	.text-xxl-left {
		text-align: left !important;
	}
	
	.text-xxl-right {
		text-align: right !important;
	}
	
	.text-xxl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #0050af !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #002d63 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #00462a !important;
}

a.text-success:hover, a.text-success:focus {
	color: black !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #ccc !important;
}

a.text-light:hover, a.text-light:focus {
	color: #a6a6a6 !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*, *::before, *::after {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	a:not(.btn) {
		text-decoration: underline;
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	pre, blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	p, h2, h3 {
		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;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered th, .table-bordered td {
		border: 1px solid #dee2e6 !important;
	}
	
	.table-dark {
		color: inherit;
	}
	
	.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
		border-color: #dee2e6;
	}
	
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bg-cover > img {
	display: none;
}

.bg-primary {
	color: #fff;
	background: #0050af;
}

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

.font-roboto {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (max-width: 767.98px) {
	.hide-sm {
		display: none;
	}
}

ol {
	padding-left: .9375rem;
}

.text-transform-none {
	text-transform: none !important;
}

.text-underline {
	text-decoration: underline;
}

.text-underline:hover {
	text-decoration: none;
}

.font-100 {
	font-weight: 100;
}

.font-200 {
	font-weight: 200;
}

.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.font-800 {
	font-weight: 800;
}

.font-900 {
	font-weight: 900;
}

.default-padding {
	padding: 50px 0;
}

@media (min-width: 992px) {
	.default-padding {
		padding: 90px 0;
	}
}

@media (min-width: 1600px) {
	.default-padding {
		padding: 120px 0;
	}
}

.heading-alt {
	position: relative;
	z-index: 1;
}

@media (min-width: 1600px) {
	.heading-alt {
		font-size: 28px;
	}
}

.heading-alt h1, .heading-alt .h1 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	text-transform: none;
	color: #1c1c1c;
}

@media (min-width: 768px) {
	.heading-alt h1, .heading-alt .h1 {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}
}

@media (min-width: 1200px) {
	.heading-alt h1, .heading-alt .h1 {
		font-size: 3.3rem;
		line-height: 4.5rem;
	}
}

.heading-alt .h1 {
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.heading-alt .h1 {
		font-size: 38px;
	}
}

@media (min-width: 1200px) {
	.heading-alt .title-xl {
		font-size: 4rem;
		line-height: 5rem;
	}
}

.heading-alt .cm-btn-wrap a, .heading-alt .cm-btn-wrap button {
	outline: none;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	gap: 10px;
	min-width: 190px;
	background: #ffc32f;
	color: #0a5334;
	border: 1px solid #ffc32f;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.heading-alt .cm-btn-wrap a:hover, .heading-alt .cm-btn-wrap button:hover {
	background-color: #0a5334;
	color: #fff;
	border: 1px solid #0a5334;
}

@media (min-width: 1200px) {
	.heading-alt .cm-btn-wrap a, .heading-alt .cm-btn-wrap button {
		font-size: 20px;
		padding: 16px 20px;
	}
}

.heading-alt .cm-btn-wrap a.btn-outline, .heading-alt .cm-btn-wrap button.btn-outline {
	background: #fff;
	color: #0a5334;
	border: 1px solid #0a5334;
}

.heading-alt .cm-btn-wrap a.btn-outline:hover, .heading-alt .cm-btn-wrap button.btn-outline:hover {
	background: #0a5334;
	color: #fff;
}

@media (min-width: 1200px) {
	.heading-alt .absolute-top-right {
		position: absolute;
		top: 0;
		right: 15px;
	}
}

.spacer-100 {
	display: block;
	width: 100%;
	height: 100px;
}

@media (min-width: 1600px) {
	.container-sm {
		max-width: 1110px;
	}
}

.text-t-normal {
	text-transform: none !important;
	font-weight: 700 !important;
}

@media (min-width: 1200px) {
	.ntop-xl-70 {
		top: -70px !important;
	}
}

@media (min-width: 1200px) {
	.top-xl-80 {
		top: 80px !important;
	}
}

@media (min-width: 1600px) {
	.main-sec .block-title {
		max-width: 772px;
	}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.main-sec .block-title.mr-laptop {
		margin-right: 26rem;
	}
}

.main-sec .thankyou-heading .block-title.max-w-fluid {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.main-sec .text-fluid {
	font-size: 18px;
}

@media (min-width: 992px) {
	.main-sec .text-fluid {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.main-sec .text-fluid {
		font-size: 24px;
	}
}

.single-shows-icon-box .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -.5rem;
	row-gap: 1rem;
}

@media (min-width: 992px) {
	.single-shows-icon-box .inner {
		row-gap: 2rem;
	}
}

@media (min-width: 1600px) {
	.single-shows-icon-box .inner {
		row-gap: 3rem;
	}
}

.single-shows-icon-box .inner .item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 .5rem;
}

@media (min-width: 576px) {
	.single-shows-icon-box .inner .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media (min-width: 992px) {
	.single-shows-icon-box .inner .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1600px) {
	.single-shows-icon-box .inner .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.single-shows-icon-box .inner .item .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #00462a;
	padding: 8px 16px 8px;
	border: 4px solid transparent;
	position: relative;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
	.single-shows-icon-box .inner .item .box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.single-shows-icon-box .inner .item .box {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.single-shows-icon-box .inner .box-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	max-width: 48px;
	-webkit-filter: invert(1);
	filter: invert(1);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
	.single-shows-icon-box .inner .box-img {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.single-shows-icon-box .inner .box-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 62px;
		flex: 0 0 62px;
		max-width: 62px;
	}
}

.single-shows-icon-box .inner .box-title {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}

@media (min-width: 768px) {
	.single-shows-icon-box .inner .box-title {
		padding-left: .7rem;
	}
}

.single-shows-icon-box .inner .box:hover, .single-shows-icon-box .inner .box:focus {
	border: 4px solid #000;
	background-color: #f2c429;
}

.single-shows-icon-box .inner .box:hover .box-title, .single-shows-icon-box .inner .box:focus .box-title {
	color: #000;
	text-decoration: none;
}

.single-shows-icon-box .inner .box:hover .box-img, .single-shows-icon-box .inner .box:focus .box-img {
	-webkit-filter: none;
	filter: none;
}

.single-shows-icon-box--gap {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

@media (min-width: 1200px) {
	.single-shows-icon-box--gap {
		padding-top: 3rem;
		padding-bottom: 1.5rem;
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.single-shows-icon-box .modal--register .modal-body .modal-title {
	text-align: center;
}

.single-shows-icon-box .modal--register .modal-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2.5rem;
}

.single-shows-icon-box .modal--register .modal-body .modal-title {
	text-align: center;
	margin-bottom: .6rem;
}

.single-shows-icon-box .modal--register .modal-body .modal-title {
	max-width: 63.375rem;
	width: 100%;
	margin: 0 auto;
	color: #1e1d1d;
	font-weight: 400;
	text-transform: none;
}

@media (min-width: 1200px) {
	.single-shows-icon-box .modal--register .modal-body .modal-title {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
}

.single-shows-icon-box .modal--register .modal-header .close {
	z-index: 10;
	top: -12px;
	right: -12px;
	width: 32px;
	height: 32px;
	font-size: 14px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-shows-icon-box .modal--register.share-modal ul {
	margin: 0 auto !important;
}

.button-group .button-list ul.button-yellow {
	background-color: transparent !important;
}

@media (min-width: 992px) {
	.text-center.col-12 {
		padding: 20px;
	}
}

.text-center.col-12 a.btn.btn-primary, .text-center.col-12 .widefat .approve-btn a.btn-primary, .widefat .approve-btn .text-center.col-12 a.btn-primary, .text-center.col-12 .modal--register .modal-body .gform_footer a.btn-primary.gform_save_link, .modal--register .modal-body .gform_footer .text-center.col-12 a.btn-primary.gform_save_link, .text-center.col-12 .modal--register .modal-body .gform_footer .additonal-submit a.button, .modal--register .modal-body .gform_footer .additonal-submit .text-center.col-12 a.button, .text-center.col-12 .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .text-center.col-12 .gform_footer .additonal-submit .gform_footer > p > a.button, .modal--register .modal-body .text-center.col-12 .gform_footer > p > a {
	margin-bottom: 10px;
}

.content-cust h3 {
	color: #1c1c1c !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	font-size: 2rem !important;
}

.experience .text-center {
	padding: 5px;
	text-align: left !important;
}

.text-red {
	color: #dc3545;
}

[class^=icon-], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-metro-cross:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-html:before {
	content: "";
}

.icon-picture:before {
	content: "";
}

.icon-Tick:before {
	content: "";
}

.icon-angle-down:before {
	content: "";
}

.icon-print:before {
	content: "";
}

.icon-calender:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-envelop:before {
	content: "";
}

.icon-open-book:before {
	content: "";
}

.icon-market-store:before {
	content: "";
}

.icon-angle-right-lg:before {
	content: "";
}

.icon-angle-left-lg:before {
	content: "";
}

.icon-angle-left-md:before {
	content: "";
}

.icon-angle-right-md:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-twitter-o:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-global:before {
	content: "";
}

.icon-telephone:before {
	content: "";
}

.icon-angle-left:before {
	content: "";
}

.icon-angle-right:before {
	content: "";
}

.icon-play-button .path1:before {
	content: "";
	color: white;
	opacity: .83;
}

.icon-play-button .path2:before {
	content: "";
	margin-left: -1em;
	color: #4d4d4d;
}

.icon-gradienter-line:before {
	content: "";
}

.icon-audience:before {
	content: "";
}

.icon-bar-diagram:before {
	content: "";
}

.icon-connect-with:before {
	content: "";
}

.icon-exposure:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-location-pin:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-time:before {
	content: "";
}

.icon-shmooze:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

body {
	min-width: 320px;
	overflow-x: hidden;
	margin: 0 !important;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:focus {
	outline: none;
}

.btn:focus, .widefat .approve-btn a:focus, .widefat .approve-btn .active:focus, .modal--register .modal-body .gform_footer .gform_save_link:focus, .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer > p > a:focus, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

img:not([src]) {
	opacity: 0;
}

.svg, .svg.img-fluid {
	width: 100%;
	max-width: 100%;
	background-size: cover;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
}

html, body {
	width: 100%;
	height: 100%;
}

.site-wrapper {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.site-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.site-header, .site-content, .site-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

ul.list-circle, ol.list-circle {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-circle li, ol.list-circle li {
	position: relative;
	font-weight: 300;
	margin-bottom: .4375rem;
	padding-left: 1.875rem;
	overflow: hidden;
}

@media (min-width: 576px) {
	ul.list-circle li, ol.list-circle li {
		padding-left: 2.1875rem;
		margin-bottom: .625rem;
	}
}

@media (min-width: 1600px) {
	ul.list-circle li, ol.list-circle li {
		margin-bottom: 1.0625rem;
		padding-left: 2.875rem;
	}
}

ul.list-circle li:before, ol.list-circle li:before {
	content: "";
	font-family: "icomoon";
	font-size: 1.5rem;
	color: #000;
	position: absolute;
	top: -3px;
	left: 0;
}

@media (max-width: 1200px) {
	ul.list-circle li:before, ol.list-circle li:before {
		font-size: calc(1.275rem + .3vw);
	}
}

.validation_error, .validation_message {
	display: none !important;
}

#register-invite .validation_error, #register-invite .validation_message {
	display: block !important;
}

.gfield_error input {
	border: 1px solid #dc3545 !important;
	outline-color: #dc3545 !important;
}

.gfield_error textarea {
	border: 1px solid #dc3545 !important;
}

.gfield_error .ginput_container_checkbox label:before {
	border: 1px solid #dc3545 !important;
	outline-color: #dc3545 !important;
}

@-webkit-keyframes loading {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes loading {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	text-transform: uppercase;
}

.h1-sm {
	font-size: 6.25rem;
}

@media (max-width: 1200px) {
	.h1-sm {
		font-size: calc(1.75rem + 6vw);
	}
}

.h2-sm {
	font-size: 3.75rem;
}

@media (max-width: 1200px) {
	.h2-sm {
		font-size: calc(1.5rem + 3vw);
	}
}

.h2-lg {
	font-size: 4.375rem;
}

@media (max-width: 1200px) {
	.h2-lg {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

.h3-lg {
	font-size: 3.3125rem;
}

@media (max-width: 1200px) {
	.h3-lg {
		font-size: calc(1.45625rem + 2.475vw);
	}
}

.h3-sm {
	font-size: 1.875rem;
}

@media (max-width: 1200px) {
	.h3-sm {
		font-size: calc(1.3125rem + .75vw);
	}
}

.btn, .widefat .approve-btn a, .widefat .approve-btn .active, .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer > p > a {
	border-color: transparent;
	text-transform: capitalize;
	color: #fff;
}

.btn:focus, .widefat .approve-btn a:focus, .widefat .approve-btn .active:focus, .modal--register .modal-body .gform_footer .gform_save_link:focus, .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer > p > a:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary, .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer > p > a {
	background: #ffc32f;
	color: #00462a;
	min-width: 13.5rem;
}

.btn-primary:hover, .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer > p > a:hover, .btn-primary:active, .modal--register .modal-body .gform_footer input:active, .modal--register .modal-body .gform_footer .additonal-submit .button:active, .modal--register .modal-body .gform_footer > p > a:active, .btn-primary:focus, .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer > p > a:focus {
	color: #fff;
	background-color: #00462a !important;
	border-color: transparent;
}

.btn-primary--black {
	color: #000;
}

.btn-transparent {
	border-color: #fff;
	min-width: 10rem;
	font-size: 1rem;
	line-height: 1.19;
	padding: .875rem 1.5625rem;
}

.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
	color: #000;
	border-color: #000;
}

.btn-secondary {
	padding: 1.25rem 2.125rem .9375rem 2.1875rem;
	min-width: 18.875rem;
	background: #03442a;
	font-size: 1.4375rem;
	text-transform: uppercase;
	line-height: 1.22;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.btn-secondary {
		font-size: calc(1.26875rem + .225vw);
	}
}

.btn-secondary span {
	font-size: 2.125rem;
	display: inline-block;
	-webkit-transform: translate(-1.125rem, .3125rem);
	-ms-transform: translate(-1.125rem, .3125rem);
	transform: translate(-1.125rem, .3125rem);
}

@media (max-width: 1200px) {
	.btn-secondary span {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.btn-secondary span.icon-share {
	font-weight: 900;
}

.btn-secondary:hover {
	background: #ffc32f;
	color: #03442a;
}

.btn-secondary:hover span {
	color: #03442a;
}

.btn-light, .modal--register .modal-body .gform_footer .gform_save_link {
	background: #fff;
	border: 3px solid #ffc32f;
	color: #03442a;
	text-transform: uppercase;
	min-width: 14.69rem;
	font-size: 1.563rem;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.btn-light, .modal--register .modal-body .gform_footer .gform_save_link {
		font-size: calc(1.2813rem + .3756vw);
	}
}

@media (min-width: 768px) {
	.cm-btn-wrap.cm-btn-wrap--large a {
		padding-top: 22px;
		padding-bottom: 22px;
		font-size: 24px;
	}
}

.button-yellow {
	background-color: #ffc107 !important;
}

.sticky-button-bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.animate-spin {
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media (max-width: 991.98px) {
	.active-nav {
		overflow: hidden;
	}
}

.active-nav .backdrop {
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

@media (min-width: 992px) {
	.active-nav .backdrop {
		display: none;
	}
}

.active-nav .site-header__top {
	height: 0;
	overflow: hidden;
	padding: 0;
}

.active-nav .site-header__right {
	position: relative;
	z-index: 999;
}

.site-header .navbar {
	max-width: 108.25rem;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.site-header .navbar {
		margin: 1rem auto 0;
	}
}

@media (min-width: 1600px) {
	.site-header .navbar {
		padding-left: 8.5625rem;
	}
}

@media (max-width: 1599.98px) {
	.site-header .navbar {
		padding: .5rem 0;
	}
}

.site-header .navbar-collapse {
	position: fixed;
	max-width: 310px;
	width: 100%;
	height: 100vh !important;
	background: #000;
	top: 0;
	bottom: 0;
	z-index: 999;
	right: -310px;
	-webkit-transition: right .3s ease-out;
	-o-transition: right .3s ease-out;
	transition: right .3s ease-out;
	border-left: 1px solid #ffc32f;
	display: block;
}

@media (min-width: 576px) {
	.site-header .navbar-collapse {
		max-width: 350px;
		right: -350px;
	}
}

.site-header .navbar-collapse.show {
	right: 0;
	max-height: 100vh;
}

@media (max-width: 991.98px) {
	.site-header .navbar-collapse.show {
		overflow-y: auto;
		overflow-x: hidden;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-collapse {
		position: static;
		height: auto !important;
		display: none;
		max-width: 100%;
		background: transparent;
		border: none;
	}
}

.site-header .navbar-collapse ul {
	width: 100%;
	margin-left: 0 !important;
	padding: 70px 0 0;
	text-align: left;
	position: relative;
}

@media (min-width: 992px) {
	.site-header .navbar-collapse ul {
		width: auto;
		margin-left: auto !important;
		padding: 0;
		text-align: right;
	}
}

.site-header .navbar-collapse ul li {
	position: relative;
}

.site-header .navbar-toggler {
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 0;
	outline: none;
	border: none;
	margin: 0 15px 0 0;
}

@media (min-width: 768px) {
	.site-header .navbar-toggler {
		margin: 0 15px;
	}
}

.site-header .navbar-toggler.cross {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 99999;
}

.site-header .navbar-toggler.cross span {
	opacity: 0;
}

.site-header .navbar-toggler.cross::before, .site-header .navbar-toggler.cross:after {
	bottom: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.site-header .navbar-toggler.cross:after {
	-webkit-transform: translate(2px, -4px) rotate(-48deg);
	-ms-transform: translate(2px, -4px) rotate(-48deg);
	transform: translate(2px, -4px) rotate(-48deg);
}

@media (min-width: 992px) {
	.site-header .navbar-toggler {
		display: none;
	}
}

.site-header .navbar-toggler:before, .site-header .navbar-toggler:after {
	content: "";
	display: block;
	width: 35px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.site-header .navbar-toggler:before {
	bottom: 0;
}

.site-header .navbar-toggler:after {
	top: 0;
}

.site-header .navbar-toggler:hover span {
	background-color: #ffc32f;
	width: 25px;
}

.site-header .navbar-toggler:hover:before, .site-header .navbar-toggler:hover:after {
	background: #ffc32f;
}

.site-header .navbar-toggler span {
	background-image: none;
	width: 35px;
	height: 3px;
	display: block;
	position: relative;
	background-color: #fff;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.site-header .navbar-toggler span.nitro-lazy {
	background-image: none !important;
}

.site-header .navbar-nav li:nth-child(1) .nav-link {
	border-top: 1px solid #ffc32f;
}

@media (min-width: 992px) {
	.site-header .navbar-nav li:nth-child(1) .nav-link {
		border-top: none;
	}
}

.site-header .navbar-nav li .nav-link, .site-header .navbar-nav li .dropdown-item {
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	z-index: 3;
	padding: .5rem .8rem;
	background-color: transparent;
	cursor: pointer;
	border-bottom: 1px solid #ffc32f;
	white-space: normal;
}

@media (min-width: 992px) {
	.site-header .navbar-nav li .nav-link, .site-header .navbar-nav li .dropdown-item {
		padding: .5rem .6rem;
		border-bottom: none;
	}
}

@media (min-width: 1200px) {
	.site-header .navbar-nav li .nav-link, .site-header .navbar-nav li .dropdown-item {
		font-size: 1.125rem;
		padding: .5rem .85rem;
	}
}

@media (min-width: 1600px) {
	.site-header .navbar-nav li .nav-link, .site-header .navbar-nav li .dropdown-item {
		margin: .563rem 0 0 .45rem;
	}
}

.site-header .navbar-nav li .nav-link:after, .site-header .navbar-nav li .dropdown-item:after {
	content: "";
	display: block;
	width: 100%;
	background: #c79009;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	border: none;
	margin: 0;
}

@media (min-width: 992px) {
	.site-header .navbar-nav li .nav-link:after, .site-header .navbar-nav li .dropdown-item:after {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		height: 2px;
		position: static;
		margin-top: 4px;
	}
}

.site-header .navbar-nav li .nav-link:hover, .site-header .navbar-nav li .nav-link:focus, .site-header .navbar-nav li .nav-link:active, .site-header .navbar-nav li .dropdown-item:hover, .site-header .navbar-nav li .dropdown-item:focus, .site-header .navbar-nav li .dropdown-item:active {
	color: #fff;
}

.site-header .navbar-nav li .nav-link:hover + .dropdown-arrow, .site-header .navbar-nav li .nav-link:focus + .dropdown-arrow, .site-header .navbar-nav li .nav-link:active + .dropdown-arrow, .site-header .navbar-nav li .dropdown-item:hover + .dropdown-arrow, .site-header .navbar-nav li .dropdown-item:focus + .dropdown-arrow, .site-header .navbar-nav li .dropdown-item:active + .dropdown-arrow {
	color: #ffc32f;
}

@media (min-width: 992px) {
	.site-header .navbar-nav li .nav-link:hover, .site-header .navbar-nav li .nav-link:focus, .site-header .navbar-nav li .nav-link:active, .site-header .navbar-nav li .dropdown-item:hover, .site-header .navbar-nav li .dropdown-item:focus, .site-header .navbar-nav li .dropdown-item:active {
		color: #ffc32f;
	}
}

.site-header .navbar-nav li .nav-link:hover::after, .site-header .navbar-nav li .nav-link:focus::after, .site-header .navbar-nav li .nav-link:active::after, .site-header .navbar-nav li .dropdown-item:hover::after, .site-header .navbar-nav li .dropdown-item:focus::after, .site-header .navbar-nav li .dropdown-item:active::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.site-header .navbar-nav li .nav-link:hover .dropdown-arrow:before, .site-header .navbar-nav li .nav-link:focus .dropdown-arrow:before, .site-header .navbar-nav li .nav-link:active .dropdown-arrow:before, .site-header .navbar-nav li .dropdown-item:hover .dropdown-arrow:before, .site-header .navbar-nav li .dropdown-item:focus .dropdown-arrow:before, .site-header .navbar-nav li .dropdown-item:active .dropdown-arrow:before {
	color: #000;
}

@media (min-width: 992px) {
	.site-header .navbar-nav li .nav-link:hover .dropdown-arrow:before, .site-header .navbar-nav li .nav-link:focus .dropdown-arrow:before, .site-header .navbar-nav li .nav-link:active .dropdown-arrow:before, .site-header .navbar-nav li .dropdown-item:hover .dropdown-arrow:before, .site-header .navbar-nav li .dropdown-item:focus .dropdown-arrow:before, .site-header .navbar-nav li .dropdown-item:active .dropdown-arrow:before {
		color: #ffc32f;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-nav .dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		top: 90%;
		border: none;
		border-bottom: 2px solid #ffc32f;
	}
}

.site-header .navbar-nav .dropdown:hover .dropdown-arrow {
	color: #ffc32f;
}

@media (min-width: 992px) {
	.site-header .navbar-nav .dropdown:hover .nav-link {
		color: #ffc32f;
	}
}

.site-header .navbar-nav .dropdown:hover .nav-link:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.site-header .navbar-nav .dropdown-menu {
	margin: 0;
	border-radius: 0;
	background-color: rgba(3, 68, 42, .96);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding: 0 0 0 1.5rem;
	border: none;
	border-bottom: 1px solid #ffc32f;
	left: 20px;
}

@media (min-width: 992px) {
	.site-header .navbar-nav .dropdown-menu {
		display: block !important;
		visibility: hidden;
		opacity: 0;
		padding: 0;
		border-bottom: none;
		border-left: none;
		left: auto;
		right: 0;
		min-width: 17rem;
	}
}

.site-header .navbar-nav .dropdown-arrow {
	color: #fff;
	font-size: .5rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	display: block;
	cursor: pointer;
	width: 2.5rem;
	height: 2.5625rem;
	background: #000;
	text-align: center;
	border: 1px solid #ffc32f;
	border-top: none;
	border-right: none;
}

@media (min-width: 992px) {
	.site-header .navbar-nav .dropdown-arrow {
		right: 0;
		top: 25%;
		display: inline-block;
		width: auto;
		height: auto;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		background: transparent;
		border: none;
	}
}

@media (min-width: 1200px) {
	.site-header .navbar-nav .dropdown-arrow {
		font-size: .7rem;
		right: -2px;
	}
}

@media (min-width: 1600px) {
	.site-header .navbar-nav .dropdown-arrow {
		top: 35%;
	}
}

.site-header .navbar-nav .dropdown-arrow::before {
	content: "";
	width: 20px;
	height: 3px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
	.site-header .navbar-nav .dropdown-arrow::before {
		content: "";
		width: auto;
		height: auto;
		background: transparent;
		position: static;
	}
}

.site-header .navbar-nav .dropdown-arrow:after {
	content: "";
	width: 3px;
	height: 20px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
	.site-header .navbar-nav .dropdown-arrow:after {
		display: none;
	}
}

.site-header .navbar-nav .dropdown-arrow.active::after {
	opacity: 0;
}

@media (min-width: 992px) {
	.site-header .navbar-nav .dropdown-toggle.nav-link {
		padding: .5rem 1.2rem .5rem .85rem;
	}
}

.site-header .navbar-nav .dropdown-toggle.nav-link:after {
	width: 125%;
}

.site-header .navbar-nav .dropdown-item {
	position: relative;
	margin: 0 !important;
	font-size: 1rem !important;
	border-bottom: 1px solid #ffc32f;
	border-left: 1px solid #ffc32f;
}

.site-header .navbar-nav .dropdown-item:nth-last-child(1) {
	border-bottom: none;
}

@media (max-width: 991.98px) {
	.site-header .navbar-nav .dropdown-item {
		padding: 0 0 0 1.2rem;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-nav .dropdown-item {
		padding: .7rem .85rem .5rem;
		border-bottom: none;
		border-left: none;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-nav .dropdown-item:after {
		background: transparent !important;
	}
}

.site-header .navbar-nav .active > .show, .site-header .navbar-nav .active > .active, .site-header .navbar-nav .active .nav-link, .site-header .navbar-nav .show > .show, .site-header .navbar-nav .show > .active, .site-header .navbar-nav .show .nav-link {
	color: #000;
}

.site-header .navbar-nav .active > .show:after, .site-header .navbar-nav .active > .active:after, .site-header .navbar-nav .active .nav-link:after, .site-header .navbar-nav .show > .show:after, .site-header .navbar-nav .show > .active:after, .site-header .navbar-nav .show .nav-link:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

@media (min-width: 992px) {
	.site-header .navbar-nav .active > .show, .site-header .navbar-nav .active > .active, .site-header .navbar-nav .active .nav-link, .site-header .navbar-nav .show > .show, .site-header .navbar-nav .show > .active, .site-header .navbar-nav .show .nav-link {
		color: #ffc32f;
	}
}

.site-header .navbar-nav .active > .show .dropdown-arrow, .site-header .navbar-nav .active > .active .dropdown-arrow, .site-header .navbar-nav .active .nav-link .dropdown-arrow, .site-header .navbar-nav .show > .show .dropdown-arrow, .site-header .navbar-nav .show > .active .dropdown-arrow, .site-header .navbar-nav .show .nav-link .dropdown-arrow {
	color: #000;
}

@media (min-width: 992px) {
	.site-header .navbar-nav .active > .show .dropdown-arrow, .site-header .navbar-nav .active > .active .dropdown-arrow, .site-header .navbar-nav .active .nav-link .dropdown-arrow, .site-header .navbar-nav .show > .show .dropdown-arrow, .site-header .navbar-nav .show > .active .dropdown-arrow, .site-header .navbar-nav .show .nav-link .dropdown-arrow {
		color: #ffc32f;
	}
}

.site-header .navbar.navbar-light .navbar-nav .show > .nav-link, .site-header .navbar.navbar-light .navbar-nav .active > .nav-link, .site-header .navbar.navbar-light .navbar-nav .nav-link.show, .site-header .navbar.navbar-light .navbar-nav .nav-link.active {
	color: #fff;
}

@media (min-width: 992px) {
	.site-header .navbar.navbar-light .navbar-nav .show > .nav-link, .site-header .navbar.navbar-light .navbar-nav .active > .nav-link, .site-header .navbar.navbar-light .navbar-nav .nav-link.show, .site-header .navbar.navbar-light .navbar-nav .nav-link.active {
		color: #ffc32f;
	}
}

.site-header .navbar.navbar-light .navbar-nav .show > .nav-link + .dropdown-arrow, .site-header .navbar.navbar-light .navbar-nav .active > .nav-link + .dropdown-arrow, .site-header .navbar.navbar-light .navbar-nav .nav-link.show + .dropdown-arrow, .site-header .navbar.navbar-light .navbar-nav .nav-link.active + .dropdown-arrow {
	color: #000;
}

@media (min-width: 992px) {
	.site-header .navbar.navbar-light .navbar-nav .show > .nav-link + .dropdown-arrow, .site-header .navbar.navbar-light .navbar-nav .active > .nav-link + .dropdown-arrow, .site-header .navbar.navbar-light .navbar-nav .nav-link.show + .dropdown-arrow, .site-header .navbar.navbar-light .navbar-nav .nav-link.active + .dropdown-arrow {
		color: #ffc32f;
	}
}

.default-form {
	-webkit-box-shadow: 0 3px 6.1875rem 0 rgba(0, 0, 0, .13);
	box-shadow: 0 3px 6.1875rem 0 rgba(0, 0, 0, .13);
	background-color: #fff;
	padding: 1.8125rem .625rem 2.0625rem;
	max-width: 84rem;
	width: 100%;
}

@media (min-width: 576px) {
	.default-form {
		padding: 2.8125rem 1.875rem 3.0625rem;
	}
}

@media (min-width: 1200px) {
	.default-form {
		padding: 1.5625rem .9375rem 3.0625rem;
	}
}

.default-form label:empty {
	display: none;
}

.default-form h5 {
	text-align: right;
	max-width: 63.375rem;
	width: 100%;
	margin: 0 auto;
	font-size: 1.125rem;
	color: #1e1d1d;
	font-weight: 400;
	text-transform: none;
}

.default-form .gform {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.default-form .gform_body {
	padding: .9375rem 0 0;
}

.default-form .gform_fields {
	max-width: 64.5625rem;
	margin: 0 auto;
	width: 100%;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.default-form .gform_fields .gfield {
	width: 100%;
	display: block;
	margin-bottom: .9375rem;
	padding: 0 .5625rem;
}

@media (min-width: 768px) {
	.default-form .gform_fields .gfield {
		margin-bottom: 1.1875rem;
	}
}

.default-form .gform_fields .gfield label {
	color: #373737;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.56;
	margin: 0 0 .8125rem 0;
	letter-spacing: 1px;
}

.default-form .gform_fields .gfield input, .default-form .gform_fields .gfield textarea, .default-form .gform_fields .gfield select {
	width: 100%;
	border: 1px solid #bcbcbc;
	height: 3.125rem;
	color: #8e8e8e;
	font-size: 1rem;
	padding: .625rem .9375rem;
	line-height: 1.56;
	outline-color: transparent;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	letter-spacing: .05rem;
}

@media (min-width: 768px) {
	.default-form .gform_fields .gfield input, .default-form .gform_fields .gfield textarea, .default-form .gform_fields .gfield select {
		height: 3.4375rem;
		padding: .625rem 1.25rem;
	}
}

@media (min-width: 992px) {
	.default-form .gform_fields .gfield input, .default-form .gform_fields .gfield textarea, .default-form .gform_fields .gfield select {
		height: 3.8125rem;
		font-size: 1.125rem;
	}
}

.default-form .gform_fields .gfield input:focus, .default-form .gform_fields .gfield input:active, .default-form .gform_fields .gfield textarea:focus, .default-form .gform_fields .gfield textarea:active, .default-form .gform_fields .gfield select:focus, .default-form .gform_fields .gfield select:active {
	outline-color: #03442a;
}

.default-form .gform_fields .gfield input:placeholder, .default-form .gform_fields .gfield textarea:placeholder, .default-form .gform_fields .gfield select:placeholder {
	color: inherit;
}

.default-form .gform_fields .gfield textarea {
	min-height: 8.0625rem;
	padding: 1.1875rem 1.25rem;
}

@media (min-width: 768px) {
	.default-form .gform_fields .gfield textarea {
		margin-bottom: 7px;
	}
}

.default-form .gform_fields .gfield_checkbox, .default-form .gform_fields .gfield_radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.default-form .gform_fields .gfield_checkbox li, .default-form .gform_fields .gfield_radio li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 .5rem 0;
}

@media (min-width: 576px) {
	.default-form .gform_fields .gfield_checkbox li, .default-form .gform_fields .gfield_radio li {
		margin: 0 0 .8125rem 0;
	}
}

.default-form .gform_fields .gfield_checkbox li input, .default-form .gform_fields .gfield_radio li input {
	display: inline-block;
	width: auto;
	width: 0;
	height: 0;
	border-color: #03442a;
	border-radius: 0;
	background: #fff;
	visibility: hidden;
	font-size: 0;
}

.default-form .gform_fields .gfield_checkbox li input:checked + label:before, .default-form .gform_fields .gfield_radio li input:checked + label:before {
	border-color: #f6d7b6;
	background-color: #ffe9d2;
	color: #cb8c2b;
}

.default-form .gform_fields .gfield_checkbox li input:active + label:before, .default-form .gform_fields .gfield_radio li input:active + label:before {
	-webkit-transform: translateY(-50%) scale(.75);
	-ms-transform: translateY(-50%) scale(.75);
	transform: translateY(-50%) scale(.75);
}

.default-form .gform_fields .gfield_checkbox li label, .default-form .gform_fields .gfield_radio li label {
	font-size: 1rem;
	line-height: 1.56;
	color: #373737;
	font-weight: 400;
	margin: 0;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}

@media (min-width: 992px) {
	.default-form .gform_fields .gfield_checkbox li label, .default-form .gform_fields .gfield_radio li label {
		font-size: 1.125rem;
	}
}

.default-form .gform_fields .gfield_checkbox li label:before, .default-form .gform_fields .gfield_radio li label:before {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-align: center;
	width: 23px;
	height: 23px;
	background-color: #fff;
	border: 1px solid #03442a;
	position: absolute;
	top: 15px;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .5625rem;
	color: transparent;
	font-family: "icomoon";
	line-height: 2.5;
	-webkit-transition: opacity .1s ease, -webkit-transform .15s ease-in-out;
	transition: opacity .1s ease, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, opacity .1s ease;
	transition: transform .15s ease-in-out, opacity .1s ease, -webkit-transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out, opacity .1s ease;
}

@media (min-width: 992px) {
	.default-form .gform_fields .gfield_checkbox li label:before, .default-form .gform_fields .gfield_radio li label:before {
		width: 26px;
		line-height: 2.8;
		height: 26px;
	}
}

.default-form .gform_fields .gfield.hide-label > label, .default-form .gform_fields .gfield .name_first > label, .default-form .gform_fields .gfield .name_last > label {
	display: none;
}

@media (min-width: 768px) {
	.default-form .gform_fields .gfield.half-width {
		width: 50%;
		display: inline-block;
	}
}

.default-form .gform_fields .gfield.column-three {
	margin-top: 1.875rem;
}

.default-form .gform_fields .gfield.column-three .gfield_checkbox {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	max-width: 100%;
}

.default-form .gform_fields .gfield.column-three .gfield_checkbox li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.default-form .gform_fields .gfield.column-three .gfield_checkbox li label {
	color: #8e8e8e;
}

.default-form .gform_footer {
	max-width: 1014px;
	margin: 3.125rem auto 0;
	width: 100%;
	text-align: center;
}

.default-form .gform_footer input {
	background: #ffc32f;
	color: #00462a;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 1.125rem;
	padding: .9375rem 1.25rem;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	border: 1px solid #ffc32f;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-size: .9375rem;
}

@media (min-width: 576px) {
	.default-form .gform_footer input {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.default-form .gform_footer input {
		font-size: 1.25rem;
		padding: 1.125rem;
		min-width: 23.6875rem;
	}
}

.default-form .gform_footer input:hover {
	border-color: #00462a;
	background: #00462a;
	color: #ffc32f;
}

.default-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hide-labels .gform_fields .gfield .gfield_label {
	display: none;
}

.apply-form .modal {
	padding-right: 0;
}

.apply-form .modal-body {
	padding: 0;
}

.apply-form .modal-header {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	border: 0;
}

.apply-form .gform_heading {
	padding: 0 .75rem;
}

.apply-form .gform_heading h3 {
	font-size: 2rem;
	line-height: 1;
}

@media (max-width: 1200px) {
	.apply-form .gform_heading h3 {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 992px) {
	.apply-form .gform_heading h3 {
		font-size: 2.15rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.apply-form .gform_heading h3 {
		font-size: calc(1.34rem + 1.08vw);
	}
}

.apply-form .gform_body h3 {
	line-height: 1;
	font-size: 1.8125rem;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.apply-form .gform_body h3 {
		font-size: calc(1.30625rem + .675vw);
	}
}

@media (min-width: 992px) {
	.apply-form .gform_body h3 {
		font-size: 2.15rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.apply-form .gform_body h3 {
		font-size: calc(1.34rem + 1.08vw);
	}
}

.gform_confirmation_message {
	font-size: 2rem;
	text-align: center;
}

@media (max-width: 1200px) {
	.gform_confirmation_message {
		font-size: calc(1.325rem + .9vw);
	}
}

.gform_ajax_spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 720px;
	background-color: rgba(242, 196, 41, .9);
	padding: .5rem;
	margin: 1rem;
	z-index: 999;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, .8);
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, .8);
}

.default-form .gfield.gform_hidden {
	height: 0;
}

.default-form .gform_wrapper {
	position: relative;
}

.banner {
	min-height: 50.813rem;
	padding: 10rem 0 3rem;
	position: relative;
}

@media (min-width: 576px) {
	.banner {
		padding: 12rem 0 3rem;
	}
}

@media (min-width: 1200px) {
	.banner {
		padding: 18.75rem 0 6.25rem;
	}
}

@media (min-width: 0\0 ) {
	.banner {
		height: 50.813rem;
	}
}

.banner--home {
	min-height: auto;
	padding: 13.75rem 0 4rem;
}

@media (min-width: 0\0 ) {
	.banner--home {
		height: 59.813rem;
	}
}

@media (max-width: 1199.98px) {
	.banner--home {
		min-height: auto;
		padding: 10rem 0 3rem;
	}
}

@media (max-width: 1599.98px) and (min-width: 0\0 ) {
	.banner--home {
		height: 66.813rem;
	}
}

@media (max-width: 575.98px) {
	.banner--home {
		padding: 6rem 0 2.5rem;
	}
}

@media (min-width: 1200px) {
	.banner--home .banner__title h1, .banner--home .banner__title .h1 {
		font-size: 7.1875rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.banner--home .banner__title h1, .banner--home .banner__title .h1 {
		font-size: calc(1.84375rem + 7.125vw);
	}
}

.banner--home .banner__title h1 small, .banner--home .banner__title .h1 small {
	font-size: 1.5625rem;
}

@media (max-width: 1200px) {
	.banner--home .banner__title h1 small, .banner--home .banner__title .h1 small {
		font-size: calc(1.28125rem + .375vw);
	}
}

.banner--home .banner__title h1 .small, .banner--home .banner__title .h1 .small {
	font-size: 2.5rem;
}

@media (max-width: 1200px) {
	.banner--home .banner__title h1 .small, .banner--home .banner__title .h1 .small {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 1200px) {
	.banner--home .banner__title h1 .small, .banner--home .banner__title .h1 .small {
		font-size: 3rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.banner--home .banner__title h1 .small, .banner--home .banner__title .h1 .small {
		font-size: calc(1.425rem + 2.1vw);
	}
}

.banner.dallas-banner {
	overflow: hidden;
}

.banner:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(2, 26, 16, .55);
	z-index: 1;
}

.banner .container-fluid, .banner .container-sm, .banner .container-md, .banner .container-lg, .banner .container-xl, .banner .container-xxl, .banner .container {
	position: relative;
	z-index: 10;
}

.banner > iframe, .banner > video, .banner .banner__video-wrap > iframe, .banner .banner__video-wrap > video {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 340vw;
	border: none;
	top: 50%;
	height: 1691px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 576px) {
	.banner > iframe, .banner > video, .banner .banner__video-wrap > iframe, .banner .banner__video-wrap > video {
		width: 225%;
	}
}

@media (min-width: 768px) {
	.banner > iframe, .banner > video, .banner .banner__video-wrap > iframe, .banner .banner__video-wrap > video {
		width: 170%;
	}
}

@media (min-width: 992px) {
	.banner > iframe, .banner > video, .banner .banner__video-wrap > iframe, .banner .banner__video-wrap > video {
		width: 150%;
	}
}

@media (min-width: 1600px) {
	.banner > iframe, .banner > video, .banner .banner__video-wrap > iframe, .banner .banner__video-wrap > video {
		width: 100%;
	}
}

.banner__video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner__video-wrap > iframe, .banner__video-wrap > video {
	left: -50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	width: 5600px !important;
	height: 4403px !important;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (min-width: 576px) {
	.banner__video-wrap > iframe, .banner__video-wrap > video {
		width: 691vw !important;
		height: 1882px !important;
	}
}

@media (min-width: 768px) {
	.banner__video-wrap > iframe, .banner__video-wrap > video {
		height: 1691px !important;
		width: 500vw !important;
	}
}

@media (min-width: 992px) {
	.banner__video-wrap > iframe, .banner__video-wrap > video {
		width: 300vw !important;
		-webkit-transform: translate(0, -50%) !important;
		-ms-transform: translate(0, -50%) !important;
		transform: translate(0, -50%) !important;
		left: -43% !important;
	}
}

@media (min-width: 1200px) {
	.banner__video-wrap > iframe, .banner__video-wrap > video {
		width: 190vw !important;
	}
}

@media (min-width: 1600px) {
	.banner__video-wrap > iframe, .banner__video-wrap > video {
		width: 100%;
		left: 0;
		height: 1254px !important;
	}
}

.banner__title {
	color: #fff;
	width: 100%;
	margin: 0 auto;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	max-width: 75rem;
	text-align: center;
}

@media (min-width: 992px) {
	.banner__title {
		text-align: left;
	}
}

.banner__title small {
	font-size: 1.375rem;
	letter-spacing: 1.3px;
	display: block;
	line-height: 1;
	text-transform: none;
}

@media (max-width: 1200px) {
	.banner__title small {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 992px) {
	.banner__title small {
		line-height: 1.95;
		padding-left: 1.875rem;
		margin-bottom: -6px;
		text-align: left;
	}
}

.banner__title h1, .banner__title .h1 {
	font-size: 5.5rem;
	font-weight: 900;
	line-height: 1;
	color: #fff;
}

@media (max-width: 1200px) {
	.banner__title h1, .banner__title .h1 {
		font-size: calc(1.675rem + 5.1vw);
	}
}

@media (min-width: 992px) {
	.banner__title h1, .banner__title .h1 {
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.banner__title h1, .banner__title .h1 {
		font-size: 6.25rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.banner__title h1, .banner__title .h1 {
		font-size: calc(1.75rem + 6vw);
	}
}

.banner__title h1 .small, .banner__title .h1 .small {
	letter-spacing: 1px;
	font-weight: 500;
	display: block;
	font-size: 2.4rem;
}

@media (max-width: 1200px) {
	.banner__title h1 .small, .banner__title .h1 .small {
		font-size: calc(1.365rem + 1.38vw);
	}
}

@media (min-width: 992px) {
	.banner__title h1 .small, .banner__title .h1 .small {
		margin-top: -3px;
	}
}

@media (min-width: 1200px) {
	.banner__title h1 .small, .banner__title .h1 .small {
		font-size: 2.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.banner__title h1 .small, .banner__title .h1 .small {
		font-size: calc(1.4rem + 1.8vw);
	}
}

.banner-location__header {
	text-align: center;
}

.banner-location__header h4, .banner-location__header .h4 {
	color: #e4b437;
	margin: 0 auto;
	font-weight: 400;
	font-weight: 700;
	max-width: 73.813rem;
	letter-spacing: 1.5px;
	padding: 0 .8rem .5rem;
	font-size: 2.375rem;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.banner-location__header h4, .banner-location__header .h4 {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

@media (min-width: 992px) {
	.banner-location__header h4, .banner-location__header .h4 {
		letter-spacing: 3.5px;
		max-width: 55.813rem;
		padding: 0 0 .5rem;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.banner-location__header h4, .banner-location__header .h4 {
		max-width: 69.813rem;
		font-size: 2.01rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.banner-location__header h4, .banner-location__header .h4 {
		font-size: calc(1.326rem + .912vw);
	}
}

.banner-location__link {
	margin: .5rem 0 0;
}

@media (min-width: 576px) {
	.banner-location__link {
		margin: 0;
	}
}

.banner-location__link a {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	display: inline-block;
	margin: .75rem 1.125rem 0;
	line-height: 1;
}

@media (max-width: 1200px) {
	.banner-location__link a {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 768px) {
	.banner-location__link a {
		margin: 1.75rem 3.125rem 0;
	}
}

.banner-location__link a:hover {
	text-decoration: none;
	color: #e4b437;
}

.banner-location__link a:hover:after {
	background: #e4b437;
}

.banner-location__link a:after {
	content: "";
	display: block;
	width: 83%;
	height: .125rem;
	background: #fff;
}

.banner-location__link a .icon-angle-right-lg {
	font-size: 1rem;
	-webkit-transform: translateX(.25rem);
	-ms-transform: translateX(.25rem);
	transform: translateX(.25rem);
	display: inline-block;
}

.banner-location__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 116.375rem;
	margin: 1rem auto 0 !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 576px) {
	.banner-location__body {
		margin: 2rem auto 0 !important;
	}
}

@media (min-width: 1200px) {
	.banner-location__body {
		margin: 4rem auto -10.125rem !important;
	}
}

.banner-location__item-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 .625rem;
	margin-bottom: 1.25rem;
}

@media (min-width: 420px) {
	.banner-location__item-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 576px) {
	.banner-location__item-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}

@media (min-width: 768px) {
	.banner-location__item-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 992px) {
	.banner-location__item-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.banner-location__item-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666%;
		flex: 0 0 16.66666%;
		max-width: 16.66666%;
	}
}

@media (min-width: 1600px) {
	.banner-location__item-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 11.11%;
		flex: 0 0 11.11%;
		max-width: 11.11%;
	}
}

.banner-location__item {
	width: 100%;
	border: 3px solid #e4b437;
	text-align: center;
	color: #fff;
	background: #03442a;
	padding: .563rem .5rem .625rem;
	position: relative;
	height: 100%;
	-webkit-transition: border .2s ease-in, background .3s ease-out;
	-o-transition: border .2s ease-in, background .3s ease-out;
	transition: border .2s ease-in, background .3s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-location__item:hover {
	background: #e4b437;
	border-color: #03442a;
	color: #03442a;
}

.banner-location__item:hover h5 {
	color: #03442a;
}

.banner-location__item h5 {
	margin: 0;
	color: #fff;
	font-weight: 500;
	letter-spacing: -1px;
	font-size: 1.25rem;
}

.banner-location__item h5 a {
	color: inherit;
	text-decoration: none;
}

.banner-location__item p {
	margin: 0;
}

.block-title {
	text-align: center;
}

.block-title h2 {
	line-height: 1.2;
}

.block-title h2 .yellow {
	color: #ffc32f;
}

.block-title--black {
	color: #b2b2b2;
}

.block-title--black h2, .block-title--black h3, .block-title--black .h2, .block-title--black .h3 {
	color: #1c1c1c;
}

.block-title--uppercase {
	color: #1c1c1c;
	text-transform: uppercase;
}

.block-title--uppercase h2 {
	color: #1c1c1c;
}

.double-column__info {
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.55;
	color: #3e3e3e;
}

.double-column__info h3 {
	color: #000;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: none;
}

.double-column__info h3.h3-lg {
	color: #000;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-size: 2.8rem;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.double-column__info h3.h3-lg {
		font-size: calc(1.405rem + 1.86vw);
	}
}

@media (min-width: 1600px) {
	.double-column__info h3.h3-lg {
		font-size: 3.3125rem;
		line-height: 1.48;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.double-column__info h3.h3-lg {
		font-size: calc(1.45625rem + 2.475vw);
	}
}

.double-column__info h3.sm-title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.double-column__info h3.sm-title {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 1600px) {
	.double-column__info h3.sm-title {
		margin-bottom: 39px;
		font-size: 1.875rem;
		line-height: 1.3;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.double-column__info h3.sm-title {
		font-size: calc(1.3125rem + .75vw);
	}
}

.double-column__info h2.h3-lg {
	color: #000;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-size: 2.8rem;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.double-column__info h2.h3-lg {
		font-size: calc(1.405rem + 1.86vw);
	}
}

@media (min-width: 1600px) {
	.double-column__info h2.h3-lg {
		font-size: 1.86rem;
		letter-spacing: 0;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.double-column__info h2.h3-lg {
		font-size: calc(1.311rem + .732vw);
	}
}

.double-column__info ul.list-circle {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.6;
}

@media (min-width: 576px) {
	.double-column__info ul.list-circle {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.double-column__info ul.list-circle {
		font-size: 1.438rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.double-column__info ul.list-circle {
		font-size: calc(1.2688rem + .2256vw);
	}
}

.double-column__info ul.list-circle li::before {
	top: -4px;
}

@media (min-width: 1200px) {
	.double-column__info ul.list-circle li::before {
		top: 0;
	}
}

.double-column__media--border {
	border: 1.125rem solid rgba(0, 70, 42, .23);
	display: inline-block;
	width: 100%;
	height: 11.5625rem;
	max-width: 19.0625rem;
}

@media (min-width: 576px) {
	.double-column__media--border {
		height: 17.25rem;
		max-width: 29.0625rem;
	}
}

@media (min-width: 992px) {
	.double-column__media--border {
		max-width: 45.875rem;
	}
}

@media (min-width: 1200px) {
	.double-column__media--border {
		height: 21.2375rem;
	}
}

@media (min-width: 1600px) {
	.double-column__media--border {
		height: 27.2375rem;
	}
}

.double-column__media--border iframe {
	border: none;
	height: 100%;
	width: 100%;
}

.double-column--full .double-column__media {
	min-height: 794px;
	width: 100%;
	height: 100%;
}

.double-column--full .double-column__info h3 {
	letter-spacing: 3px;
}

.double-column--full .double-column__content {
	max-width: 500px;
	width: 100%;
	margin-right: auto;
}

.double-column--full .double-column__content .list-circle li .icon-gradienter {
	color: #fff;
}

.card-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-wrap .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 .625rem 1.25rem;
	border-radius: 0;
	border: none;
}

@media (min-width: 1600px) {
	.card-wrap .card {
		margin: 0 .9375rem 1.875rem;
	}
}

.card-wrap .card-body {
	background: rgba(0, 84, 50, .75);
	text-align: center;
	padding: 1.25rem .9375rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.card-wrap .card-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.card-wrap .card-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.card-wrap .card-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}

@media (min-width: 992px) {
	.card-wrap .card-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	.card-wrap .card-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.card-wrap .card-col--list-ex {
	display: none;
}

@media (min-width: 576px) {
	.card-wrap .card-col--list-ex {
		display: block;
	}
}

.card-wrap .card-title, .card-wrap .card .card-title a {
	color: #fff;
	line-height: 1.14;
	font-size: 1.2rem;
	margin: 0;
	font-weight: 700;
	text-decoration: none;
}

@media (min-width: 992px) {
	.card-wrap .card-title, .card-wrap .card .card-title a {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.card-wrap .card-title, .card-wrap .card .card-title a {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 1600px) {
	.card-wrap .card-title, .card-wrap .card .card-title a {
		font-size: 1.75rem;
		letter-spacing: 2px;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.card-wrap .card-title, .card-wrap .card .card-title a {
		font-size: calc(1.3rem + .6vw);
	}
}

.card-wrap .card--link {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffc32f;
	text-align: center;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.card-wrap .card--link:hover {
	color: #005432;
	border: 4px solid #005432;
}

.card-wrap .card--link:hover a {
	color: #fff;
}

.card-wrap .card--link a {
	color: #005432;
	text-transform: uppercase;
	font-size: 1.8125rem;
	font-weight: 900;
	line-height: 1.95;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
}

@media (max-width: 1200px) {
	.card-wrap .card--link a {
		font-size: calc(1.30625rem + .675vw);
	}
}

@media (min-width: 1600px) {
	.card-wrap .card--link a {
		font-size: 2.625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.card-wrap .card--link a {
		font-size: calc(1.3875rem + 1.65vw);
	}
}

.card-wrap--center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-wrap--center .card {
	min-height: 245px;
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.card-wrap--center .card {
		margin: 0 10px 20px;
	}
}

@media (min-width: 1200px) {
	.card-wrap--center .card {
		min-height: 287px;
	}
}

@media (min-width: 1600px) {
	.card-wrap--center .card {
		min-height: 403px;
		margin: 0 15px 30px;
	}
}

@media (min-width: 0\0 ) {
	.card-wrap--center .card {
		height: 403px;
	}
}

.card-wrap--center .card-body {
	padding: 10px;
}

@media (min-width: 1600px) {
	.card-wrap--center .card-body {
		padding: 20px 15px;
	}
}

.card-wrap--center .card--height {
	max-height: 510px;
}

@media (min-width: 992px) {
	.card-wrap--center .card--height {
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.card-wrap--center .card--height {
		max-height: 593px;
	}
}

@media (min-width: 1600px) {
	.card-wrap--center .card--height {
		max-height: 835px;
	}
}

@media (min-width: 0\0 ) {
	.card-wrap--center .card--height {
		height: 835px;
		max-height: 835px;
	}
}

.card-wrap--center .card--height .experience__slide {
	height: 100%;
}

.card-wrap--center .card--height .experience__slide .slick-list {
	height: 100%;
}

.card-wrap--center .card--height .experience__slide .slick-list .slick-track {
	height: 100%;
}

.card-wrap--center .card--height .experience__slide .slick-list .img-wrap {
	outline: none;
}

@media (min-width: 0\0 ) {
	.card-wrap--center .card--height .experience__slide .slick-list .img-wrap {
		height: 835px;
	}
}

.card-wrap--expert {
	display: block;
}

.card-wrap--expert:after {
	content: "";
	clear: both;
	display: table;
}

.card-wrap--expert .card {
	height: 235px;
	display: block;
}

@media (min-width: 992px) {
	.card-wrap--expert .card {
		margin: 0 15px 27px;
	}
}

@media (min-width: 1600px) {
	.card-wrap--expert .card {
		height: 269px;
	}
}

.card-wrap--expert .card-col {
	width: 100%;
	max-width: 21.5625rem;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.card-wrap--expert .card-col {
		width: 50%;
		float: left;
		max-width: 100%;
		margin: 0;
	}
}

@media (min-width: 768px) {
	.card-wrap--expert .card-col {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {
	.card-wrap--expert .card-col {
		width: 20%;
	}
}

.card-wrap--expert .card-col--lg {
	width: 100%;
	max-width: 21.5625rem;
	margin: 0 auto 1rem;
}

@media (min-width: 576px) {
	.card-wrap--expert .card-col--lg {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.card-wrap--expert .card-col--lg {
		width: 66.66%;
	}
}

@media (min-width: 1200px) {
	.card-wrap--expert .card-col--lg {
		width: 40%;
	}
}

.card-wrap--expert .card-col--lg .card {
	height: 20.0625rem;
}

@media (min-width: 576px) {
	.card-wrap--expert .card-col--lg .card {
		height: 30.625rem;
	}
}

@media (min-width: 1600px) {
	.card-wrap--expert .card-col--lg .card {
		height: 34.9rem;
	}
}

.card-wrap--expert .card-col--lg .card-body {
	letter-spacing: 1px;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 1rem 10px 1.8125rem 2.25rem;
}

.card-wrap--expert .card-col--lg .card-title {
	font-size: 2rem;
	line-height: 1.5;
}

@media (max-width: 1200px) {
	.card-wrap--expert .card-col--lg .card-title {
		font-size: calc(1.325rem + .9vw);
	}
}

.card-wrap--expert .card-col--md {
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media (min-width: 500px) {
	.card-wrap--expert .card-col--md {
		width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.card-wrap--expert .card-col--md {
		width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.card-wrap--expert .card-col--md .card {
	height: 274px;
}

@media (min-width: 768px) {
	.card-wrap--expert .card-col--md .card {
		height: 350px;
	}
}

@media (min-width: 1600px) {
	.card-wrap--expert .card-col--md .card {
		height: 413px;
	}
}

@media (min-width: 1200px) {
	.card-wrap--expert .card-col--md .card-body {
		padding: 1.5625rem .1875rem .8125rem 1.25rem;
	}
}

.card-wrap--expert .card-col--md .card-body p {
	font-size: 1.375rem;
	color: #ffc32f;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.card-wrap--expert .card-col--md .card-body p {
		font-size: calc(1.2625rem + .15vw);
	}
}

.card-wrap--expert .card-col--md .card-title {
	font-size: 1.5625rem;
	font-weight: 900;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.card-wrap--expert .card-col--md .card-title {
		font-size: calc(1.28125rem + .375vw);
	}
}

.card-wrap--expert .card-company {
	margin-left: .625rem;
	background-color: #fff;
	max-width: 3.5rem;
	height: 3.5rem;
	position: relative;
	top: .625rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .3125rem;
}

@media (min-width: 1600px) {
	.card-wrap--expert .card-company {
		max-width: 4rem;
		height: 4rem;
	}
}

.card-wrap--expert .card-company img {
	margin: 0 auto;
}

@media (min-width: 0\0 ) {
	.card-wrap--expert .card-company img {
		width: 100%;
	}
}

.card-wrap--expert .card-body {
	bottom: 0;
	color: #fff;
	font-size: .8125rem;
	letter-spacing: .4px;
	text-align: left;
	font-weight: 600;
	padding: 15px 3px 10px 10px;
}

.card-wrap--expert .card-body p {
	margin: 0;
}

.card-wrap--expert .card-title {
	font-weight: 500;
	font-size: 1.125rem;
	letter-spacing: .4px;
	color: #fff;
	text-transform: none;
	margin-bottom: 3px;
}

.card-wrap--expert .card-img-top {
	max-width: 100%;
	width: 100%;
	border-radius: 0;
}

.expert .card-wrap .card {
	margin: 0;
}

@media (min-width: 576px) {
	.expert .card-wrap .card {
		margin: 0 .325rem 1.25rem;
	}
}

.expert .card-wrap .card-col--lg .card {
	margin: 0 auto 1rem;
}

@media (min-width: 576px) {
	.expert .card-wrap .card-col--lg .card {
		margin: 0 .325rem 1.25rem;
	}
}

@media (min-width: 992px) {
	.expert .card-wrap .card-col--lg .card {
		margin: 0 .325rem;
	}
}

.expo__heading {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.64;
	color: #1c1c1c;
	padding: 0 2rem;
	font-size: 1.25rem;
	max-width: 78.625rem;
	width: 100%;
	margin: 0 auto 1rem;
}

@media (min-width: 992px) {
	.expo__heading {
		font-size: 1.75rem;
		margin: 0 auto 1.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.expo__heading {
		font-size: calc(1.3rem + .6vw);
	}
}

.expo__heading h2 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 1px;
	color: #1c1c1c;
	margin-bottom: .5rem;
}

@media (max-width: 1200px) {
	.expo__heading h2 {
		font-size: calc(1.445rem + 2.34vw);
	}
}

@media (min-width: 992px) {
	.expo__heading h2 {
		font-size: 3.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.expo__heading h2 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width: 1200px) {
	.expo__heading h2 {
		font-size: 3.7rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.expo__heading h2 {
		font-size: calc(1.495rem + 2.94vw);
	}
}

@media (min-width: 1600px) {
	.expo__heading h2 {
		font-size: 4rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.expo__heading h2 {
		font-size: calc(1.525rem + 3.3vw);
	}
}

@media (min-width: 992px) {
	.expo__heading h2 {
		margin-bottom: 1.375rem;
	}
}

.expo__slider .slick-arrow {
	background-color: rgba(255, 255, 255, .83);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid transparent;
	position: absolute;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	outline: none;
}

@media (min-width: 992px) {
	.expo__slider .slick-arrow {
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 1200px) {
	.expo__slider .slick-arrow {
		width: 81px;
		height: 81px;
	}
}

.expo__slider .slick-arrow:before {
	color: #212529;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (min-width: 992px) {
	.expo__slider .slick-arrow:before {
		font-size: 1.875rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.expo__slider .slick-arrow:before {
		font-size: calc(1.3125rem + .75vw);
	}
}

.expo__slider .slick-arrow:hover {
	background-color: #fff;
}

.expo__slider .slick-arrow:hover:before {
	color: #ffc32f;
}

.expo__slider .slick-prev {
	left: 2.3%;
}

.expo__slider .slick-next {
	right: 2.3%;
}

.expo__slider-item {
	vertical-align: bottom;
}

.expo__slider-item .bg-cover {
	min-height: 250px;
}

@media (min-width: 992px) {
	.expo__slider-item .bg-cover {
		min-height: 400px;
	}
}

.fancybox-navigation .fancybox-button {
	height: 60px !important;
	width: 60px !important;
	border-radius: 100%;
	background-color: #fff;
}

@media (min-width: 576px) {
	.fancybox-navigation .fancybox-button {
		height: 70px !important;
		width: 70px !important;
	}
}

@media (min-width: 768px) {
	.fancybox-navigation .fancybox-button {
		height: 81px !important;
		width: 81px !important;
	}
}

.fancybox-navigation .fancybox-button:hover svg {
	color: #ffc32f;
}

.fancybox-button svg {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding: 10px;
}

@media (min-width: 576px) {
	.fancybox-button svg {
		padding: 8px;
	}
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 1rem !important;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 1rem !important;
}

.key-note {
	background: #000;
	color: #fff;
	margin: 0 15px;
	padding: .5rem .5rem .5rem 2rem;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
}

@media (min-width: 1200px) {
	.key-note {
		padding: .8rem .5rem .8rem 3.5rem;
		letter-spacing: 1px;
	}
}

@media (min-width: 1600px) {
	.key-note {
		font-size: 1.8125rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.key-note {
		font-size: calc(1.30625rem + .675vw);
	}
}

.button-group .button-list {
	padding-top: 1.1rem;
}

.button-group .button-list ul {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-group .button-list ul li {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: .5rem;
	padding: 0 .375rem;
}

@media (min-width: 768px) {
	.button-group .button-list ul li {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 1200px) {
	.button-group .button-list ul li {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		margin-bottom: 0;
	}
}

.button-group .button-list ul.button-yellow {
	max-width: 72rem;
}

@media (min-width: 1200px) {
	.button-group .button-list ul.button-yellow {
		margin: 0 auto;
		padding-bottom: 1.9rem;
	}
}

.button-group .button-list .btn, .button-group .button-list .widefat .approve-btn a, .widefat .approve-btn .button-group .button-list a, .button-group .button-list .widefat .approve-btn .active, .widefat .approve-btn .button-group .button-list .active, .button-group .button-list .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .button-group .button-list .gform_save_link, .button-group .button-list .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .button-group .button-list input, .button-group .button-list .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .button-group .button-list .button, .button-group .button-list .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .button-group .button-list .gform_footer > p > a {
	display: block;
	text-transform: uppercase;
}

@media (max-width: 767.98px) {
	.button-group .button-list .btn, .button-group .button-list .widefat .approve-btn a, .widefat .approve-btn .button-group .button-list a, .button-group .button-list .widefat .approve-btn .active, .widefat .approve-btn .button-group .button-list .active, .button-group .button-list .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .button-group .button-list .gform_save_link, .button-group .button-list .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .button-group .button-list input, .button-group .button-list .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .button-group .button-list .button, .button-group .button-list .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .button-group .button-list .gform_footer > p > a {
		min-width: 100%;
	}
}

@media (max-width: 1599.98px) {
	.button-group .button-list .btn span, .button-group .button-list .widefat .approve-btn a span, .widefat .approve-btn .button-group .button-list a span, .button-group .button-list .widefat .approve-btn .active span, .widefat .approve-btn .button-group .button-list .active span, .button-group .button-list .modal--register .modal-body .gform_footer .gform_save_link span, .modal--register .modal-body .gform_footer .button-group .button-list .gform_save_link span, .button-group .button-list .modal--register .modal-body .gform_footer input span, .modal--register .modal-body .gform_footer .button-group .button-list input span, .button-group .button-list .modal--register .modal-body .gform_footer .additonal-submit .button span, .modal--register .modal-body .gform_footer .additonal-submit .button-group .button-list .button span, .button-group .button-list .modal--register .modal-body .gform_footer > p > a span, .modal--register .modal-body .button-group .button-list .gform_footer > p > a span {
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		vertical-align: middle;
		margin-right: .6rem;
		font-size: 1.8rem;
	}
}

@media (max-width: 1599.98px) and (max-width: 1200px) {
	.button-group .button-list .btn span, .button-group .button-list .widefat .approve-btn a span, .widefat .approve-btn .button-group .button-list a span, .button-group .button-list .widefat .approve-btn .active span, .widefat .approve-btn .button-group .button-list .active span, .button-group .button-list .modal--register .modal-body .gform_footer .gform_save_link span, .modal--register .modal-body .gform_footer .button-group .button-list .gform_save_link span, .button-group .button-list .modal--register .modal-body .gform_footer input span, .modal--register .modal-body .gform_footer .button-group .button-list input span, .button-group .button-list .modal--register .modal-body .gform_footer .additonal-submit .button span, .modal--register .modal-body .gform_footer .additonal-submit .button-group .button-list .button span, .button-group .button-list .modal--register .modal-body .gform_footer > p > a span, .modal--register .modal-body .button-group .button-list .gform_footer > p > a span {
		font-size: calc(1.305rem + .66vw);
	}
}

.button-group .button-list .btn-primary, .button-group .button-list .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .button-group .button-list input, .button-group .button-list .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .button-group .button-list .button, .button-group .button-list .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .button-group .button-list .gform_footer > p > a {
	min-width: 17.25rem;
	font-size: 1.938rem;
	width: 100%;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.button-group .button-list .btn-primary, .button-group .button-list .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .button-group .button-list input, .button-group .button-list .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .button-group .button-list .button, .button-group .button-list .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .button-group .button-list .gform_footer > p > a {
		font-size: calc(1.3188rem + .8256vw);
	}
}

.button-group .button-list .btn-secondary {
	min-width: 15.875rem;
	padding: .55rem 2.125rem 1.0375rem 2.1875rem;
	width: 100%;
}

@media (max-width: 1599.98px) {
	.button-group .button-list .btn-secondary {
		padding: .7rem;
		font-size: 1.3rem;
	}
}

@media (max-width: 1599.98px) and (max-width: 1200px) {
	.button-group .button-list .btn-secondary {
		font-size: calc(1.255rem + .06vw);
	}
}

@media (max-width: 991.98px) {
	.megamenu .dropdown-item a {
		color: #fff;
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 992px) {
	.megamenu__item--left {
		border-right: 1px solid #ffc32f;
	}
}

@media (min-width: 992px) {
	.megamenu__item--left h6 {
		font-size: 1.25rem;
		font-weight: 400;
		text-decoration: underline;
		color: #fff;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.megamenu__item--left h6 {
		padding: 0 8px;
	}
}

@media (max-width: 991.98px) {
	.megamenu__item--left h6 {
		color: #fff;
		margin: 0;
		padding: 10px;
		background: #000;
		line-height: 1;
		border: 1px solid #ffc32f;
		border-right: none;
		border-top: none;
	}
}

@media (max-width: 991.98px) {
	.megamenu__item--left ul li:nth-last-child(1) {
		border-bottom: 1px solid #ffc32f !important;
	}
}

.megamenu .show-title {
	white-space: normal;
}

@media (max-width: 991.98px) {
	.megamenu .show-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		white-space: normal;
	}
}

.megamenu .title {
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.megamenu .title {
		color: #fff;
		padding: 1rem;
		display: block;
		font-weight: 700;
		border: 1px solid #ffc32f;
		border-top: none;
		border-right: none;
	}
}

@media (max-width: 991.98px) {
	.megamenu ul {
		padding: 0 !important;
	}
}

.megamenu__holder {
	max-width: 325px;
	width: 100%;
}

@media (min-width: 992px) {
	.megamenu__holder {
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.megamenu__item--right .title {
		border-top: 1px solid #ffc32f;
	}
}

@media (max-width: 991.98px) {
	.megamenu__city h6 {
		color: #fff;
		margin: 0;
		padding: 10px;
		background: #000;
		line-height: 1;
		border: 1px solid #ffc32f;
		border-right: none;
		border-top: none;
	}
}

@media (min-width: 992px) {
	.megamenu {
		width: 100%;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-transform: translateX(-51%);
		-ms-transform: translateX(-51%);
		transform: translateX(-51%);
		min-width: 565px !important;
		left: 10px !important;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.megamenu {
		left: 12px !important;
		-webkit-transform: translateX(-57%);
		-ms-transform: translateX(-57%);
		transform: translateX(-57%);
	}
}

@media (min-width: 992px) and (min-width: 1600px) {
	.megamenu {
		left: -20% !important;
		-webkit-transform: translateX(-51%);
		-ms-transform: translateX(-51%);
		transform: translateX(-51%);
	}
}

@media (min-width: 992px) and (min-width: 0\0 ) {
	.megamenu {
		height: auto;
	}
}

@media (min-width: 992px) {
	.megamenu__holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 1rem .7rem;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.megamenu__holder {
		padding: 1rem .5rem;
	}
}

@media (min-width: 992px) {
	.megamenu__city {
		max-width: 27%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 27%;
		flex: 0 0 27%;
		padding: 7px 7px 0 0;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.megamenu__city {
		padding: 7px 7px 0 7px;
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
}

@media (min-width: 992px) and (min-width: 1920px) {
	.megamenu__city {
		padding: 7px 7px 0 10px;
	}
}

@media (min-width: 992px) {
	.megamenu__city h6 {
		font-size: 1.25rem;
		font-weight: 400;
		text-decoration: underline;
		color: #fff;
		text-align: left;
		padding: 0 8px;
	}
}

@media (min-width: 992px) {
	.megamenu__city ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 302px;
		padding: 0 !important;
	}
}

@media (min-width: 992px) and (min-width: 0\0 ) {
	.megamenu__city ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.megamenu__city ul {
		max-height: 260px;
	}
}

@media (min-width: 992px) {
	.megamenu__city ul li.dropdown-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.megamenu__city ul li.dropdown-item a {
		font-weight: 400;
		font-size: .875rem;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.megamenu__city ul li.dropdown-item a {
		white-space: break-spaces;
	}
}

@media (min-width: 992px) {
	.megamenu__city:nth-last-child(1) {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-left: 1px solid #ffc32f;
	}
	
	.megamenu__city:nth-last-child(1) ul li:nth-child(22) {
		margin-bottom: 1px !important;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.megamenu__city:nth-last-child(1) ul li:nth-child(22) {
		margin-bottom: 5px !important;
	}
}

@media (min-width: 992px) and (max-width: 991.98px) {
	.megamenu__city:nth-last-child(1) ul {
		padding: 0 !important;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.megamenu__city .live-show-ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.megamenu__city .live-show-ul h6 {
		width: 100%;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.megamenu__city .live-show-ul ul {
		display: block;
		margin-left: 0 !important;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.megamenu__city .live-show-ul ul li {
		width: 100%;
		max-width: 100% !important;
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
}

@media (min-width: 992px) {
	.megamenu__item {
		text-align: center;
	}
	
	.megamenu__item span.title {
		color: #fff;
		font-size: 1.125rem;
		text-transform: uppercase;
		padding: 1rem 0;
		display: block;
		font-weight: 700;
		border-bottom: 1px solid #ffc32f;
	}
	
	.megamenu__item ul {
		text-align: left !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
	}
	
	.megamenu__item ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.megamenu__item ul li.dropdown-item {
		padding: 0 !important;
	}
}

@media (min-width: 992px) {
	.megamenu__item ul li a {
		color: #fff;
		text-decoration: none;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		padding: .13rem .5rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.megamenu__item ul li a:hover {
		color: #ffc32f;
	}
}

@media (min-width: 992px) {
	.megamenu__item--right {
		max-width: 57%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 57%;
		flex: 0 0 57%;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.megamenu__item--right span.title {
		color: #fff;
	}
}

@media (min-width: 992px) {
	.megamenu__item--left {
		border-right: 1px solid #ffc32f;
		padding: 7px 10px 0 0;
		max-width: 42%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.megamenu__item--left {
		padding: 7px 12px 0 0;
	}
}

@media (min-width: 992px) {
	.megamenu__item--left ul .dropdown-item a {
		padding: .16rem 0;
		font-weight: 400;
		font-size: .8125rem;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.megamenu__item--left ul .dropdown-item a {
		padding: .16rem .5rem;
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.megamenu__item--left ul .dropdown-item a br {
		display: none;
	}
}

@media (min-width: 992px) {
	.megamenu .show-date {
		margin-left: auto;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
}

.calendar-modal .modal-dialog, .share-modal .modal-dialog {
	height: 100%;
	width: 100%;
	position: relative;
}

.calendar-modal .modal-content, .share-modal .modal-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.share-modal .share-wrap {
	padding-bottom: 3rem;
}

.share-modal button {
	outline: none;
}

.share-modal ul {
	display: block !important;
	list-style: none;
	margin: 2rem auto !important;
}

.share-modal ul li {
	display: inline-block;
	margin: 0 .5rem;
	max-width: 33.333% !important;
	-ms-flex-preferred-size: 33.33% !important;
	flex-basis: 33.33% !important;
}

.share-modal ul li a {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 2.1;
	background: #03442a;
	color: #fff !important;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	text-decoration: none;
}

.share-modal ul li a:hover {
	background-color: #ffc32f;
}

.modal--welcome.modal--register .modal-header {
	padding: 0;
	position: relative;
	z-index: 100;
}

.modal--welcome.modal--register .modal-dialog {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	max-width: 340px;
}

@media (min-width: 576px) {
	.modal--welcome.modal--register .modal-dialog {
		max-width: 435px;
	}
}

@media (min-width: 992px) {
	.modal--welcome.modal--register .modal-dialog {
		max-width: 510px;
	}
}

@media (min-width: 1340px) {
	.modal--welcome.modal--register .modal-dialog {
		max-width: 605px;
	}
}

.modal--welcome.modal--register .modal-body {
	padding: 3rem 1.4rem 1rem;
}

@media (min-width: 768px) {
	.modal--welcome.modal--register .modal-body {
		padding: 1.4rem;
	}
}

@media (min-width: 1600px) {
	.modal--welcome.modal--register .modal-body {
		padding: 2rem;
	}
}

.modal--welcome.modal--register .modal-body figure {
	margin: 0;
}

.page-template-tpl-ppl-service-seeker-registration .modal-header {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: .6rem;
}

@media (min-width: 768px) {
	.page-template-tpl-ppl-service-seeker-registration .modal-header {
		margin-bottom: 1rem;
	}
}

.page-template-tpl-ppl-service-seeker-registration .modal #login-form input {
	width: 100%;
	height: 3.8125rem;
	border: 1px solid #ffc32f;
	outline: none;
	font-size: 1rem;
	padding: .625rem .9375rem;
}

@media (min-width: 768px) {
	.page-template-tpl-ppl-service-seeker-registration .modal #login-form input {
		height: 4.25rem;
		font-size: 1.125rem;
	}
}

.page-template-tpl-ppl-service-seeker-registration .modal #login-form input[type=submit] {
	width: 100%;
	border: 1px solid #f2c429;
	background: #f2c429;
	padding: .8rem 1rem;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: rgba(16, 16, 16, .3);
}

.page-template-tpl-ppl-service-seeker-registration .modal #login-form input[type=submit]:hover {
	background-color: #fff !important;
}

.page-template-tpl-ppl-service-seeker-registration .modal #login-form p:last-of-type {
	padding-top: 1rem;
}

.thankyou-modal .modal {
	padding: 0 .9375rem;
	overflow: auto;
	z-index: 999999;
}

@media (max-width: 575.98px) {
	.thankyou-modal .modal {
		top: 5px;
	}
}

.thankyou-modal .modal-header {
	display: block;
	text-align: center;
	border-bottom: 0;
	padding: 1.375rem 1.5rem .5rem;
}

.thankyou-modal .modal-header ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 19.6875rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (min-width: 768px) {
	.thankyou-modal .modal-header ul {
		max-width: 100%;
	}
}

.thankyou-modal .modal-header ul li {
	padding: 0 1rem;
}

@media (min-width: 1600px) {
	.thankyou-modal .modal-header ul li {
		padding: 0;
	}
}

@media (min-width: 768px) {
	.thankyou-modal .modal-header ul li:last-child {
		margin-left: 1.0625rem;
	}
}

.thankyou-modal .modal-header ul figure {
	margin-bottom: .6rem;
}

.thankyou-modal .modal-header .close {
	position: absolute;
	right: 1rem;
	top: 1.4375rem;
	font-size: 5.3125rem;
	opacity: 1;
	outline: none;
	color: #005432;
	text-shadow: none;
	padding: .5rem;
}

@media (max-width: 1200px) {
	.thankyou-modal .modal-header .close {
		font-size: calc(1.65625rem + 4.875vw);
	}
}

@media (min-width: 768px) {
	.thankyou-modal .modal-header .close {
		top: 0;
	}
}

@media (min-width: 992px) {
	.thankyou-modal .modal-header .close {
		right: -3.0625rem;
		color: #fff;
		top: -1rem;
	}
}

.thankyou-modal .modal-header .close:hover {
	color: #ffc107;
	opacity: 1;
}

.thankyou-modal .modal-header .close span {
	font-weight: 300;
}

.thankyou-modal .modal-header h3 {
	color: #ffc32f;
	font-size: 1.75rem;
	line-height: 1.1;
}

@media (max-width: 1200px) {
	.thankyou-modal .modal-header h3 {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 576px) {
	.thankyou-modal .modal-header h3 {
		font-size: 2.125rem;
		line-height: 1.48;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.thankyou-modal .modal-header h3 {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 992px) {
	.thankyou-modal .modal-header h3 {
		font-size: 2rem;
	}
}

@media (min-width: 1600px) {
	.thankyou-modal .modal-header h3 {
		font-size: 2.625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.thankyou-modal .modal-header h3 {
		font-size: calc(1.3875rem + 1.65vw);
	}
}

.thankyou-modal .modal-content {
	border-radius: 0;
	max-width: 20rem;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.thankyou-modal .modal-content {
		max-width: 100%;
		margin: 0;
	}
}

@media (max-width: 991.98px) {
	.thankyou-modal .modal-content {
		overflow-y: auto;
	}
}

@media (min-width: 0\0 ) {
	.thankyou-modal .modal-content {
		display: block;
	}
}

.thankyou-modal .modal-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 .9375rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.thankyou-modal .modal-body {
		padding: .5rem 1rem;
	}
}

@media (min-width: 1600px) {
	.thankyou-modal .modal-body {
		padding: 0 2.6875rem .8125rem 3.375rem;
	}
}

.thankyou-modal .modal-footer {
	display: block;
	text-align: center;
	padding: .5rem 1rem;
}

@media (min-width: 1600px) {
	.thankyou-modal .modal-footer {
		padding: 1.1875rem 1rem;
	}
}

.thankyou-modal .modal-footer h5 {
	font-weight: 600;
	line-height: 1.1;
	font-size: 1rem;
	margin-bottom: .6875rem;
}

@media (min-width: 576px) {
	.thankyou-modal .modal-footer h5 {
		line-height: 1.48;
		font-size: 1.125rem;
	}
}

.thankyou-modal .modal-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.thankyou-modal .modal-footer ul li {
	display: inline-block;
	padding: 0 .2rem;
}

@media (min-width: 576px) {
	.thankyou-modal .modal-footer ul li {
		padding: 0 .6rem;
	}
}

.thankyou-modal .modal-footer ul li a:before {
	content: "";
	background-image: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/sprites.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: block;
}

@media (min-width: 576px) {
	.thankyou-modal .modal-footer ul li a:before {
		width: 56px;
		height: 56px;
	}
}

.thankyou-modal .modal-footer ul li a:hover:before {
	opacity: .9;
}

.thankyou-modal .modal-footer .facebook-icon a:before {
	content: "";
	background-position: -370px -10px;
}

@media (min-width: 576px) {
	.thankyou-modal .modal-footer .facebook-icon a:before {
		background-position: 0 0;
	}
}

.thankyou-modal .modal-footer .twitter-icon a:before {
	content: "";
	background-position: -460px -10px;
}

@media (min-width: 576px) {
	.thankyou-modal .modal-footer .twitter-icon a:before {
		background-position: -90px 0;
	}
}

.thankyou-modal .modal-footer .linkedin-icon a:before {
	content: "";
	background-position: -550px -10px;
}

@media (min-width: 576px) {
	.thankyou-modal .modal-footer .linkedin-icon a:before {
		background-position: -180px 0;
	}
}

.thankyou-modal .modal-footer .envelope-icon a:before {
	content: "";
	background-position: -640px -10px;
}

@media (min-width: 576px) {
	.thankyou-modal .modal-footer .envelope-icon a:before {
		background-position: -270px 0;
	}
}

.thankyou-modal .modal-dialog {
	max-width: 43.875rem;
	margin: 0 auto;
	height: auto;
}

@media (min-width: 1600px) {
	.thankyou-modal .modal-dialog {
		height: 100%;
	}
}

.thankyou-modal .modal-bottom {
	color: #005432;
	background-color: #ffc32f;
	font-size: 1rem;
	text-transform: uppercase;
	padding: .5rem 1rem;
	text-align: center;
	font-weight: 600;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

@media (min-width: 576px) {
	.thankyou-modal .modal-bottom {
		font-size: 1.375rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.thankyou-modal .modal-bottom {
		font-size: calc(1.2625rem + .15vw);
	}
}

.thankyou-modal .modal-bottom p {
	margin-bottom: 0;
}

.thankyou-modal__left {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	display: none;
}

@media (min-width: 576px) {
	.thankyou-modal__left {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		display: block;
	}
}

@media (min-width: 992px) {
	.thankyou-modal__left {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		max-width: 261px;
	}
}

@media (min-width: 1600px) {
	.thankyou-modal__left {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.thankyou-modal__left {
		margin-top: -.3125rem;
	}
}

.thankyou-modal__right {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.13;
	color: #333;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

@media (min-width: 576px) {
	.thankyou-modal__right {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	.thankyou-modal__right {
		-ms-flex-preferred-size: 55%;
		flex-basis: 55%;
		max-width: 55%;
	}
}

@media (min-width: 1600px) {
	.thankyou-modal__right {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.thankyou-modal__right {
		font-size: 1rem;
	}
}

.thankyou-modal__right h4 {
	font-size: 1.5625rem;
	line-height: 1;
	text-shadow: -1px 0 #ffc32f, 0 1px #ffc32f, 1px 0 #ffc32f, 0 -1px #ffc32f;
}

@media (max-width: 1200px) {
	.thankyou-modal__right h4 {
		font-size: calc(1.28125rem + .375vw);
	}
}

@media (min-width: 576px) {
	.thankyou-modal__right h4 {
		padding-left: 1.1875rem;
	}
}

@media (min-width: 768px) {
	.thankyou-modal__right h4 {
		margin: 0 0 1.375rem -2.1875rem;
		font-size: 2.625rem;
		padding-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.thankyou-modal__right h4 {
		font-size: calc(1.3875rem + 1.65vw);
	}
}

.thankyou-modal__right h4 span {
	display: inline-block;
}

@media (min-width: 576px) {
	.thankyou-modal__right h4 span {
		display: block;
	}
}

.thankyou-modal__right ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

@media (min-width: 576px) {
	.thankyou-modal__right ul {
		padding-left: 1.1875rem;
	}
}

.thankyou-modal__right ul li {
	position: relative;
	padding-left: 2.875rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.thankyou-modal__right ul li {
		padding-left: 2.875rem;
		max-width: 24.6875rem;
	}
}

@media (min-width: 1600px) {
	.thankyou-modal__right ul li {
		padding-left: 3.875rem;
		max-width: 12.6875rem;
		margin-bottom: 2.0625rem;
	}
}

.thankyou-modal__right ul li:last-child {
	max-width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.thankyou-modal__right ul li:last-child {
		margin-bottom: 1.3125rem;
	}
}

.thankyou-modal__right ul li span {
	background-color: #ec222b;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	height: 2.125rem;
	left: 0;
	top: -.3125rem;
	width: 2.125rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
}

@media (min-width: 576px) {
	.thankyou-modal__right ul li span {
		width: 2.375rem;
		height: 2.375rem;
		font-weight: 900;
		font-size: 1.0625rem;
	}
}

@media (min-width: 768px) {
	.thankyou-modal__right ul li span {
		width: 2rem;
		height: 2rem;
		font-size: 1rem;
	}
}

@media (min-width: 1600px) {
	.thankyou-modal__right ul li span {
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.thankyou-modal__right ul li span {
		font-size: calc(1.275rem + .3vw);
	}
}

.thankyou-modal__right ul li p {
	display: inline-block;
	margin-bottom: 0;
	text-transform: uppercase;
}

.thankyou-modal__right h6 {
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: none;
	margin-bottom: .875rem;
}

@media (min-width: 768px) {
	.thankyou-modal__right h6 {
		font-size: 1.3125rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.thankyou-modal__right h6 {
		font-size: calc(1.25625rem + .075vw);
	}
}

.thankyou-modal__right h6 span {
	text-transform: uppercase;
}

.thankyou-modal .thankyou-modal__right h4 {
	font-size: 1.5rem;
	padding: 0;
}

@media (max-width: 1200px) {
	.thankyou-modal .thankyou-modal__right h4 {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 576px) {
	.thankyou-modal .thankyou-modal__right h4 {
		text-align: center;
		font-size: 32px !important;
		-webkit-transform: translateX(-53%);
		-ms-transform: translateX(-53%);
		transform: translateX(-53%);
	}
}

@media (min-width: 992px) {
	.thankyou-modal .thankyou-modal__right h4 {
		-webkit-transform: translateX(-35%);
		-ms-transform: translateX(-35%);
		transform: translateX(-35%);
		font-size: 42px !important;
	}
}

@media (min-width: 1200px) {
	.thankyou-modal .thankyou-modal__right h4 {
		-webkit-transform: translateX(-37%);
		-ms-transform: translateX(-37%);
		transform: translateX(-37%);
	}
}

@media (min-width: 1600px) {
	.thankyou-modal .thankyou-modal__right h4 {
		-webkit-transform: translateX(-42%);
		-ms-transform: translateX(-42%);
		transform: translateX(-42%);
	}
}

@media (max-width: 1599.98px) {
	.thankyou-modal .thankyou-modal__right h4 {
		margin-left: auto !important;
	}
}

.thankyou-modal .thankyou-modal__left {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

@media (min-width: 576px) {
	.thankyou-modal .thankyou-modal__left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5rem;
	}
}

@media (min-width: 768px) {
	.thankyou-modal .thankyou-modal__left {
		margin-top: 6rem;
	}
}

@media (min-width: 992px) {
	.thankyou-modal .thankyou-modal__left {
		margin-top: 7rem;
	}
}

.thankyou-modal .modal-header ul li:nth-last-child(1) figure {
	max-width: 132px;
}

.thankyou-modal .modal-footer a {
	color: #005432 !important;
	font-size: .75rem;
	font-weight: 600;
	margin: 10px auto;
	display: inline-block;
}

.thankyou-modal + .upgrade-modal .modal-header ul li:nth-last-child(1) figure {
	max-width: 132px;
}

.thankyou-modal + .upgrade-modal .modal-body {
	max-width: 470px;
}

.thankyou-modal + .upgrade-modal .modal-body h2 span {
	font-size: 1.25rem;
	letter-spacing: normal;
	font-weight: 500;
}

.thankyou-modal + .upgrade-modal .modal-footer {
	padding: .6875rem .875rem 1.9375rem;
}

.thankyou-modal + .upgrade-modal .modal-footer a:nth-last-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: block;
	max-width: 100%;
	text-align: center;
	padding: 0;
	color: #005432;
	margin: 18px auto 0;
	font-size: .75rem;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 600;
}

.thankyou-modal + .upgrade-modal .default-form {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.2rem auto 0;
	max-width: 408px;
}

.thankyou-modal + .upgrade-modal .default-form .gform_body {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0;
	max-width: 100%;
}

@media (min-width: 576px) {
	.thankyou-modal + .upgrade-modal .default-form .gform_body {
		max-width: 66%;
	}
}

.thankyou-modal + .upgrade-modal .default-form .gform_body input {
	border: 1px solid #848484;
	height: 48px;
	letter-spacing: 1px;
	color: #848484;
	font-size: .6875rem;
}

.thankyou-modal + .upgrade-modal .default-form .gform_body input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .17);
	text-transform: uppercase;
}

.thankyou-modal + .upgrade-modal .default-form .gform_body input::-moz-placeholder {
	color: rgba(0, 0, 0, .17);
	text-transform: uppercase;
}

.thankyou-modal + .upgrade-modal .default-form .gform_body input:-ms-input-placeholder {
	color: rgba(0, 0, 0, .17);
	text-transform: uppercase;
}

.thankyou-modal + .upgrade-modal .default-form .gform_body input::-ms-input-placeholder {
	color: rgba(0, 0, 0, .17);
	text-transform: uppercase;
}

.thankyou-modal + .upgrade-modal .default-form .gform_body input::placeholder {
	color: rgba(0, 0, 0, .17);
	text-transform: uppercase;
}

.thankyou-modal + .upgrade-modal .default-form .gform_body .gfield {
	padding: 0;
}

.thankyou-modal + .upgrade-modal .default-form .gform_body .gfield_label {
	display: none !important;
}

.thankyou-modal + .upgrade-modal .default-form .gform_ajax_spinner {
	display: none !important;
}

.thankyou-modal + .upgrade-modal .default-form .gform_footer {
	margin: 0 0 22px;
	max-width: 100%;
}

@media (min-width: 576px) {
	.thankyou-modal + .upgrade-modal .default-form .gform_footer {
		max-width: 136px;
	}
}

.thankyou-modal + .upgrade-modal .default-form .gform_footer input {
	background: #005432;
	min-width: 100%;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	border-color: #005432;
	padding: .85rem 1.125rem;
	border-radius: 0;
}

.thankyou-modal + .upgrade-modal .default-form .gform_footer input:hover {
	background: #ffc32f;
}

.upgrade-modal .modal-header ul, .thankyou-modal .modal-header ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/** Thank you **/
.thank-you-description {
	font-weight: 600;
}

@media (min-width: 992px) {
	.thank-you-description {
		font-size: 1.125rem;
	}
}

@media (min-width: 1200px) {
	.thank-you-description {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.thank-you-description {
		font-size: calc(1.275rem + .3vw);
	}
}

.thank-you-description a.log-in, .thank-you-description .live-text-now-open {
	color: #ffc32f !important;
	font-size: 2.375rem;
	font-weight: 700;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.thank-you-description a.log-in, .thank-you-description .live-text-now-open {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

.thank-you-description a.log-in:hover, .thank-you-description .live-text-now-open:hover {
	color: #005432 !important;
	text-decoration: none;
}

.thank-you-description .live-text-now-open {
	display: inline-block;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.thank-you-description .live-img {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
	display: inline-block;
	margin: 0 10px 0 0;
	width: 77px;
}

.thank-you-description .live-img img {
	width: 100% !important;
}

.thank-you-description a {
	color: #ffc107;
}

.thank-you-description .btn-secondary {
	margin-bottom: 15px;
	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;
}

.thank-you-description .btn-secondary span {
	-webkit-transform: translate(-1.125rem, -1px);
	-ms-transform: translate(-1.125rem, -1px);
	transform: translate(-1.125rem, -1px);
}

.thank-you-description .social-links {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.thank-you-description .social-links li {
	width: 50px;
	height: 50px;
	background: #005432;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 10px 0 0;
	position: relative;
}

.thank-you-description .social-links li:hover {
	background-color: #ffc32f;
}

.thank-you-description .social-links li a {
	color: #fff;
	font-size: 1.125rem;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.thank-you-description .social-links li a:hover {
	text-decoration: none;
}

.thank-you-description .social-links li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.thank-you-description .social-links li:nth-last-child(1) {
	margin: 0;
}

@media (min-width: 992px) {
	.thank-you-events-link {
		font-size: 1.125rem;
	}
}

.thank-you-events-link div {
	margin: 20px 0;
}

.thank-you-events-link ul {
	margin: 15px 0;
}

.thank-you-events-link ul li {
	margin-bottom: 10px;
}

.thank-you-events-link ul li a {
	color: #005432;
}

@media (min-width: 992px) {
	.thank-you-description, .thank-you-events-link {
		padding: 0 0 0 7px;
	}
}

@media (min-width: 1600px) {
	.thank-you-description, .thank-you-events-link {
		padding: 0 0 0 160px;
		max-width: 1732px;
		margin: 0 auto;
	}
}

.thank-you-description .travel-partners-thankyou .img-wrap, .thank-you-events-link .travel-partners-thankyou .img-wrap {
	display: block;
}

@media (min-width: 768px) {
	.thank-you-description .travel-partners-thankyou .img-wrap img, .thank-you-events-link .travel-partners-thankyou .img-wrap img {
		width: 80%;
	}
}

@media (min-width: 768px) {
	.thank-you-description .travel-partners-thankyou .text-wrap, .thank-you-events-link .travel-partners-thankyou .text-wrap {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.thank-you-description .travel-partners-thankyou .text-wrap, .thank-you-events-link .travel-partners-thankyou .text-wrap {
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.thankyou-partners-page {
		padding: 0 0 0 7px;
	}
}

@media (min-width: 1600px) {
	.thankyou-partners-page {
		padding: 0 0 0 160px;
		max-width: 1732px;
		margin: 0 auto;
	}
}

.thankyou-partners-page .partner__container {
	max-width: 100%;
}

@media (min-width: 1780px) {
	.thankyou-partners-page .partner__container {
		padding: 0;
	}
}

.thankyou-partners-page .partner__container > h3 {
	line-height: 1;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.thankyou-partners-page .partner__container > h3 {
		margin-bottom: 2rem;
	}
}

.thankyou-partners-page .partner__right .box {
	padding-top: 1.5rem !important;
}

@media (min-width: 992px) {
	.thankyou-partners-page .partner__right .box {
		padding-top: 2.5rem !important;
	}
}

.thankyou-partners-page .partner__right .box:nth-child(1) {
	padding-top: 0 !important;
}

.thankyou-partners-page .partner__right .discount-box {
	margin-bottom: 0 !important;
}

.thankyou-partners-page .partner-section {
	position: relative;
}

.thankyou-partners-page .partner-section:before {
	content: "";
	border-top: 1px solid #92c395;
	display: block;
	position: absolute;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	top: 1rem;
	right: 15px;
	left: 15px;
}

@media (min-width: 1200px) {
	.thankyou-partners-page .partner-section:before {
		top: 1.5rem;
	}
}

@media (min-width: 1600px) {
	.thankyou-partners-page .partner-section:before {
		right: 3.125rem;
	}
}

@media (min-width: 1780px) {
	.thankyou-partners-page .partner-section:before {
		left: 0;
	}
}

.modal--register.register-notify .modal-header {
	position: relative;
}

.modal--register.register-notify .modal-header .close {
	font-size: 1.5rem;
}

@media (max-width: 1200px) {
	.modal--register.register-notify .modal-header .close {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 768px) {
	.modal--register.register-notify .modal-header .close {
		top: 50%;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		font-size: 1.875rem;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.modal--register.register-notify .modal-header .close {
		font-size: calc(1.3125rem + .75vw);
	}
}

@media (min-width: 768px) {
	.modal--register.register-notify .default-form .gform_body .gfield:nth-child(1), .modal--register.register-notify .default-form .gform_body .gfield:nth-child(2), .modal--register.register-notify .default-form .gform_body .gfield:nth-child(3), .modal--register.register-notify .default-form .gform_body .gfield:nth-child(7), .modal--register.register-notify .default-form .gform_body .gfield:nth-child(8), .modal--register.register-notify .default-form .gform_body .gfield:nth-child(9) {
		max-width: 33.33%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
	}
}

@media (min-width: 768px) {
	.modal--register.register-notify .default-form .gform_body .gfield:nth-child(4), .modal--register.register-notify .default-form .gform_body .gfield:nth-child(5) {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.modal--register.register-notify .default-form .gform_body .gfield:nth-child(6) {
	margin-bottom: 0;
}

.upgrade-modal .modal {
	padding: 0 .9375rem;
	z-index: 999999;
	overflow-y: auto;
	height: 100vh;
}

.upgrade-modal .modal-header {
	display: block;
	text-align: center;
	border-bottom: 0;
	padding: 2.675rem 1.5rem 1rem;
}

@media (min-width: 768px) {
	.upgrade-modal .modal-header {
		padding: 3.675rem 1.5rem 1rem;
	}
}

.upgrade-modal .modal-header ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 19.6875rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (min-width: 768px) {
	.upgrade-modal .modal-header ul {
		max-width: 100%;
	}
}

.upgrade-modal .modal-header ul li {
	padding: 0 1rem;
}

@media (min-width: 1600px) {
	.upgrade-modal .modal-header ul li {
		padding: 0;
	}
}

@media (min-width: 768px) {
	.upgrade-modal .modal-header ul li:last-child {
		margin-left: 1.0625rem;
	}
}

.upgrade-modal .modal-header ul figure {
	margin-bottom: .6rem;
}

.upgrade-modal .modal-header .close {
	position: absolute;
	right: 1rem;
	top: .4375rem;
	font-size: 5.3125rem;
	opacity: 1;
	outline: none;
	color: #005432;
	text-shadow: none;
	padding: .5rem;
}

@media (max-width: 1200px) {
	.upgrade-modal .modal-header .close {
		font-size: calc(1.65625rem + 4.875vw);
	}
}

@media (min-width: 768px) {
	.upgrade-modal .modal-header .close {
		top: 0;
	}
}

@media (min-width: 992px) {
	.upgrade-modal .modal-header .close {
		right: -3.0625rem;
		color: #fff;
		top: -1rem;
	}
}

.upgrade-modal .modal-header .close:hover {
	color: #ffc107;
	opacity: 1;
}

.upgrade-modal .modal-header .close span {
	font-weight: 300;
}

.upgrade-modal .modal-body {
	color: #005432;
	line-height: 1.63;
	font-weight: 500;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 576px) {
	.upgrade-modal .modal-body {
		max-width: 26.875rem;
	}
}

@media (min-width: 768px) {
	.upgrade-modal .modal-body {
		padding: 1rem;
	}
}

.upgrade-modal .modal-body h2 {
	font-size: 2.6875rem;
	line-height: 1;
	color: #ffc32f;
	margin-bottom: .875rem;
}

@media (max-width: 1200px) {
	.upgrade-modal .modal-body h2 {
		font-size: calc(1.39375rem + 1.725vw);
	}
}

@media (min-width: 576px) {
	.upgrade-modal .modal-body h2 {
		font-size: 3.25rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.upgrade-modal .modal-body h2 {
		font-size: calc(1.45rem + 2.4vw);
	}
}

@media (min-width: 768px) {
	.upgrade-modal .modal-body h2 {
		font-size: 3.75rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.upgrade-modal .modal-body h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

.upgrade-modal .modal-body h2 span {
	color: #000;
	font-weight: 500;
	font-size: 1.125rem;
	display: block;
	letter-spacing: 2px;
	margin-top: .5rem;
}

@media (min-width: 768px) {
	.upgrade-modal .modal-body h2 span {
		font-size: 1.3125rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.upgrade-modal .modal-body h2 span {
		font-size: calc(1.25625rem + .075vw);
	}
}

.upgrade-modal .modal-content {
	border-radius: 0;
	max-width: 20rem;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.upgrade-modal .modal-content {
		max-width: 100%;
		margin: 0;
	}
}

@media (min-width: 0\0 ) {
	.upgrade-modal .modal-content {
		display: block;
	}
}

.upgrade-modal .modal-footer {
	border-top: 0;
	padding: .6875rem .875rem 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.upgrade-modal .modal-footer {
		padding: .6875rem .875rem 3.5rem;
	}
}

.upgrade-modal .modal-footer a {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 1rem;
	min-width: auto;
	max-width: 100%;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.upgrade-modal .modal-footer a {
		max-width: 31.33%;
		-ms-flex-preferred-size: 31.33%;
		flex-basis: 31.33%;
		font-size: .8125rem;
	}
}

@media (min-width: 768px) {
	.upgrade-modal .modal-footer a {
		letter-spacing: 1px;
		font-size: 1rem;
	}
}

.upgrade-modal .modal-dialog {
	max-width: 43.875rem;
	margin: 0 auto;
}

@media (min-width: 1600px) {
	.upgrade-modal .modal-dialog {
		height: 100%;
	}
}

.form_submission_popup {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, .5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2000;
}

@media (min-width: 992px) {
	.form_submission_popup {
		padding-top: 80px;
	}
}

@media (min-width: 1200px) {
	.form_submission_popup {
		padding-top: 130px;
	}
}

.form_submission_popup_form {
	height: 90vh;
	width: 95%;
	max-width: 1250px;
	margin: 0 auto;
	background: #ffc32f;
	padding: 15px;
	position: relative;
}

.form_submission_popup_close {
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
	margin: 0;
	position: absolute;
	right: 0;
	background-color: #dbdbdb;
	color: #03442a;
	opacity: 1;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.form_submission_popup_close {
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		border-radius: 50%;
		top: 33px;
	}
}

@media (min-width: 1600px) {
	.form_submission_popup_close {
		width: 69px;
		height: 69px;
		font-size: 1.625rem;
	}
}

.eb-testimonial .perfmatters-lazy-youtube {
	position: absolute;
	inset: 0;
}

.eb-testimonial .perfmatters-lazy-youtube > div {
	width: 100%;
	height: 100%;
}

.eb-testimonial .perfmatters-lazy-youtube > div > img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.site-header {
	position: absolute;
	width: 100%;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	z-index: 1000;
}

.site-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
	background-color: rgba(2, 2, 2, .8) !important;
	z-index: 1000;
	-webkit-box-shadow: 1px 1px 8px 1px rgba(255, 195, 47, .7);
	box-shadow: 1px 1px 8px 1px rgba(255, 195, 47, .7);
}

.site-header.sticky .site-company {
	display: none;
}

.site-header.sticky .site-header__top {
	display: none;
}

.site-header.sticky .navbar {
	margin: 0 auto;
}

@media (min-width: 1600px) {
	.site-header.sticky .navbar {
		padding: 0 0 0 8.5625rem;
	}
}

@media (min-width: 992px) {
	.site-header.sticky .navbar .container-fluid, .site-header.sticky .navbar .container-sm, .site-header.sticky .navbar .container-md, .site-header.sticky .navbar .container-lg, .site-header.sticky .navbar .container-xl, .site-header.sticky .navbar .container-xxl {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.site-header.sticky .site-header__left img {
	width: 10rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.site-header.sticky .site-header__left img {
		width: 12rem;
	}
}

@media (min-width: 1600px) {
	.site-header.sticky .site-header__left img {
		width: 14rem;
	}
}

.site-header.sticky .site-header__left .sponser-logo {
	margin-bottom: .5rem;
}

@media (min-width: 1200px) {
	.site-header.sticky .site-header__left .sponser-logo {
		margin-bottom: .8rem;
	}
}

.site-header.sticky .site-header__left .sponser-logo img {
	max-width: 3rem;
}

.site-header.sticky .site-header__left .oxyzen-logo {
	margin-bottom: .8rem;
}

@media (min-width: 1200px) {
	.site-header.sticky .site-header__left .oxyzen-logo {
		margin-bottom: 1.2rem;
	}
}

.site-header.sticky .site-header__left .oxyzen-logo img {
	max-width: 4rem;
	position: relative;
}

@media (min-width: 1600px) {
	.site-header.sticky .site-header__left .oxyzen-logo img {
		left: -5px;
	}
}

@media (min-width: 992px) {
	.site-header.sticky .dropdown-menu {
		border: 1px solid #fff;
	}
}

@media (min-width: 992px) {
	.site-header.sticky .navbar-collapse {
		margin-top: 0;
	}
}

.site-header__top {
	text-align: center;
	background: #ffc32f;
	color: #1c1c1c;
	font-weight: 500;
	line-height: 1.1;
	padding: .4rem .938rem;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
	.site-header__top {
		padding: .563rem .938rem;
		line-height: 1.56;
	}
}

.site-header__top p {
	margin: 0;
}

@media (min-width: 1600px) {
	.site-header__top p {
		margin: 0 2.688rem 0 0;
	}
}

.site-header .navbar {
	padding: .8rem 1rem;
}

.site-header__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 84%;
}

@media (min-width: 768px) {
	.site-header__left {
		width: 55%;
	}
}

@media (min-width: 992px) {
	.site-header__left {
		width: 35%;
	}
}

@media (max-width: 575.98px) {
	.site-header__left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.site-header__left img {
	height: auto;
	width: 11rem;
}

@media (min-width: 768px) {
	.site-header__left img {
		width: 13rem;
	}
}

@media (min-width: 1200px) {
	.site-header__left img {
		width: 20.3125rem;
	}
}

.site-header__left .site-branding {
	position: relative;
	z-index: 1;
	width: auto;
	padding-right: 1rem;
}

@media (min-width: 992px) {
	.site-header__left .site-branding {
		padding-right: 1rem;
		width: 60%;
	}
}

@media (min-width: 1600px) {
	.site-header__left .site-branding {
		padding-right: 2rem;
		width: 50%;
	}
}

@media (max-width: 575.98px) {
	.site-header__left .site-branding {
		width: 45%;
		max-width: 180px;
	}
}

@media (max-width: 479px) {
	.site-header__left .site-branding {
		padding-right: .5rem;
	}
}

@media (max-width: 374px) {
	.site-header__left .site-branding {
		max-width: 122px;
	}
}

.site-header__left .site-branding:before {
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	right: 0;
	width: 1px;
	background: #fff;
}

@media (min-width: 1200px) {
	.site-header__left .site-branding:before {
		top: 22px;
		bottom: 22px;
	}
}

.site-header__left .sponser-logo {
	color: #fff;
	padding-left: 1rem;
	font-size: .5rem;
	position: relative;
	text-align: center;
}

@media (min-width: 1200px) {
	.site-header__left .sponser-logo {
		font-size: .6rem;
		margin: 0 0 2.1rem;
		display: inline-block;
	}
}

@media (min-width: 1600px) {
	.site-header__left .sponser-logo {
		font-size: .9rem;
		margin: 0 0 1.8rem;
		padding-left: 2rem;
	}
}

.site-header__left .sponser-logo:before {
	content: "";
	height: 4rem;
	width: 1px;
	display: none;
	position: absolute;
	left: 0;
	background: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
}

@media (min-width: 1600px) {
	.site-header__left .sponser-logo:before {
		height: 2.125rem;
		top: 55%;
	}
}

.site-header__left .sponser-logo img {
	max-width: 3.5rem;
}

@media (max-width: 575.98px) {
	.site-header__left .sponser-logo img {
		max-width: 3rem;
	}
}

@media (max-width: 374px) {
	.site-header__left .sponser-logo img {
		max-width: 2.1rem;
	}
}

.site-header__left .sponser-logo p {
	margin: 0 0 .375rem;
	text-transform: uppercase;
}

.site-header__left .oxyzen-logo {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: .5rem;
	max-width: 90px;
	margin-left: 1rem;
}

@media (min-width: 1200px) {
	.site-header__left .oxyzen-logo {
		font-size: .6rem;
		margin: 0 0 2.3rem 1rem;
		margin-left: 1rem;
		display: inline-block;
	}
}

@media (min-width: 1600px) {
	.site-header__left .oxyzen-logo {
		margin: 0 0 2.1rem 2.6rem;
		max-width: 112px;
		font-size: .9rem;
	}
}

@media (max-width: 479px) {
	.site-header__left .oxyzen-logo {
		margin-left: .5rem;
	}
}

.site-header__left .oxyzen-logo:before {
	content: "";
	height: 4rem;
	width: 1px;
	display: none;
	position: absolute;
	left: -16px;
	background: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1600px) {
	.site-header__left .oxyzen-logo:before {
		height: 2.125rem;
		top: 55%;
	}
}

.site-header__left .oxyzen-logo img {
	max-width: 5.2rem;
}

@media (min-width: 1200px) {
	.site-header__left .oxyzen-logo img {
		max-width: 5rem;
	}
}

@media (max-width: 575.98px) {
	.site-header__left .oxyzen-logo img {
		max-width: 4rem;
	}
}

@media (max-width: 374px) {
	.site-header__left .oxyzen-logo img {
		max-width: 3.2rem;
	}
}

.site-header__left .oxyzen-logo p {
	margin: 0 0 .375rem;
	text-transform: uppercase;
}

.site-header__right {
	text-align: right;
}

@media (max-width: 991.98px) {
	.site-header__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1600px) {
	.site-header__right {
		padding-right: 4.063rem;
	}
}

.site-header__right .site-company {
	display: none;
	margin: 0 1px 0 auto;
}

@media (min-width: 768px) {
	.site-header__right .site-company {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.site-header__right .site-company {
		margin: 0 6px 0 auto;
	}
}

@media (min-width: 1600px) {
	.site-header__right .site-company {
		margin: 0 -7px 0 auto;
	}
}

.site-header__right .site-company img.inc-5000 {
	margin: 0 .5rem 0 0;
	max-width: 3.3rem;
}

@media (min-width: 1200px) {
	.site-header__right .site-company img.inc-5000 {
		max-width: 100%;
		max-width: 3.8rem;
		margin: 0 .5rem .5rem 0;
	}
}

@media (min-width: 1600px) {
	.site-header__right .site-company img.inc-5000 {
		margin: 0 1.313rem .625rem 0;
	}
}

.site-header__right .site-company img.inc-5000 + img.inc-5000 {
	margin: 0 .5rem 0 0;
}

@media (min-width: 1200px) {
	.site-header__right .site-company img.inc-5000 + img.inc-5000 {
		margin: 0 .875rem .625rem 0;
	}
}

@media (min-width: 1200px) {
	.site-header__right .site-company:nth-child(1) .inc-5000 {
		max-width: 6.875rem;
	}
}

.site-header__right .site-company > *:nth-child(2) img {
	max-width: 125px;
}

@media (min-width: 768px) {
	.site-header__right .site-company > *:nth-child(2) img {
		max-width: 155px;
	}
}

.site-header__right .site-company .shows-info {
	max-width: 105px;
	height: 65px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	border: 3px solid #ffc32f;
	text-align: center;
	color: #ffc32f;
	line-height: 1.1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: none;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	font-weight: 700;
	font-size: .5625rem;
	position: relative;
	padding: 5px;
}

@media (min-width: 768px) {
	.site-header__right .site-company .shows-info {
		height: 65px;
	}
}

@media (min-width: 1200px) {
	.site-header__right .site-company .shows-info {
		max-width: 140px;
		height: 110px;
		font-size: .8125rem;
	}
}

.site-header__right .site-company .shows-info:hover {
	color: #fbb300;
}

.site-header__right .site-company .shows-info:hover a {
	color: #fbb300;
}

.site-header__right .site-company .shows-info > * {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.site-header__right .site-company .shows-info p {
	margin: 0;
}

@media (min-width: 1200px) {
	.site-header__right .site-company .shows-info p {
		margin: 0 0 6px;
	}
}

.site-header__right .site-company .shows-info p:nth-last-child(1) {
	margin: 0;
}

.site-header__right .site-company .shows-info a {
	color: #ffc32f;
}

.site-header__right .site-company .shows-info a:hover {
	text-decoration: none;
}

.site-header__right .site-company .shows-info a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.site-header__right .site-company img {
	margin-bottom: .625rem;
	max-width: 3rem;
}

@media (min-width: 1200px) {
	.site-header__right .site-company img {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-collapse {
		margin-top: -10%;
	}
}

.about-expo {
	padding: 2rem 0 0;
}

@media (min-width: 576px) {
	.about-expo {
		padding: 2.5rem 0 0;
	}
}

@media (min-width: 1600px) {
	.about-expo {
		padding: 3.5rem 0 0;
	}
}

.about-expo .block-title {
	margin-bottom: 2.375rem;
}

.about-expo .block-title h2 {
	font-weight: 700;
}

.about-expo .container .double-column__info {
	text-align: center;
}

@media (min-width: 576px) {
	.about-expo .container .double-column__info {
		text-align: left;
	}
}

@media (min-width: 576px) {
	.about-expo .double-column {
		text-align: left;
	}
}

.about-expo .double-column__info {
	padding: 0;
}

@media (min-width: 1600px) {
	.about-expo .double-column__info p {
		margin-bottom: 2.375rem;
	}
}

@media (min-width: 1600px) {
	.about-expo .double-column__info .btn-primary, .about-expo .double-column__info .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .about-expo .double-column__info input, .about-expo .double-column__info .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .about-expo .double-column__info .button, .about-expo .double-column__info .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .about-expo .double-column__info .gform_footer > p > a {
		margin-top: -.875rem;
	}
}

.about-expo .double-column__content {
	max-width: 42.063rem;
}

@media (min-width: 992px) {
	.about-expo .double-column__content {
		margin: 1rem 1.563rem 0 auto;
	}
}

.about-expo .double-column__media {
	margin: 0 auto 2rem;
}

@media (min-width: 992px) {
	.about-expo .double-column__media {
		margin: 0;
	}
}

@media (min-width: 1600px) {
	.about-expo .double-column__media {
		margin: 1.0625rem .375rem 0 .5rem;
	}
}

.about-expo .double-column__media--border {
	display: block;
}

@media (min-width: 576px) {
	.about-expo .double-column__media--border {
		display: inline-block;
	}
}

.about-expo .double-column--full {
	margin-top: 3rem;
}

@media (min-width: 1600px) {
	.about-expo .double-column--full {
		margin-top: 5rem;
	}
}

@media (min-width: 992px) {
	.about-expo .double-column--full .col-lg-7 {
		max-width: 52%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 52%;
		flex: 0 0 52%;
	}
}

@media (min-width: 992px) {
	.about-expo .double-column--full .col-lg-5 {
		max-width: 48%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
}

.about-expo .double-column--full .double-column__media {
	min-height: 17rem;
	width: 100%;
	height: 100%;
	margin: 0;
}

@media (min-width: 576px) {
	.about-expo .double-column--full .double-column__media {
		min-height: 28rem;
	}
}

@media (min-width: 768px) {
	.about-expo .double-column--full .double-column__media {
		min-height: 33rem;
	}
}

@media (min-width: 992px) {
	.about-expo .double-column--full .double-column__media {
		min-height: 49.5rem;
	}
}

.about-expo .double-column--full .double-column__info {
	background: #000;
	color: #fff;
	height: 100%;
	padding: 2rem .938rem;
}

@media (min-width: 576px) {
	.about-expo .double-column--full .double-column__info {
		padding: 3rem 1.875rem;
	}
}

@media (min-width: 768px) {
	.about-expo .double-column--full .double-column__info {
		padding: 4rem 1.875rem;
	}
}

@media (min-width: 1600px) {
	.about-expo .double-column--full .double-column__info {
		padding: 5.938rem 0 2rem 5.313rem;
	}
}

.about-expo .double-column--full .double-column__info h3, .about-expo .double-column--full .double-column__info .h3-lg {
	color: #fff;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

@media (min-width: 1600px) {
	.about-expo .double-column--full .double-column__info h3, .about-expo .double-column--full .double-column__info .h3-lg {
		margin-bottom: 1.938rem;
	}
}

.about-expo .double-column--full .double-column__info p {
	margin-bottom: 2.375rem;
}

.about-expo .double-column--full .double-column__info ul {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

@media (min-width: 1600px) {
	.about-expo .double-column--full .double-column__info ul {
		margin-bottom: .813rem;
	}
}

.about-expo .double-column--full .double-column__info ul li:before {
	color: #fff;
}

.about-expo .double-column--full .double-column__content {
	max-width: 41.688rem;
	width: 100%;
	margin: 0;
}

.about-expo .highlights-slider {
	position: relative;
}

.about-expo .highlights-slider__btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #8b8b8b;
	background-color: #fff;
	border: 1px solid #8b8b8b;
	line-height: 1;
	padding: .625rem .75rem;
	z-index: 5;
	font-size: 1rem;
	outline: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	border-radius: 100%;
}

.about-expo .highlights-slider__btn:hover, .about-expo .highlights-slider__btn:focus {
	background-color: #ffc32f;
	color: #fff;
	outline: none;
}

.about-expo .highlights-slider__prev {
	left: .5rem;
}

@media (min-width: 576px) {
	.about-expo .highlights-slider__prev {
		left: 1rem;
	}
}

.about-expo .highlights-slider__next {
	right: .5rem;
}

@media (min-width: 576px) {
	.about-expo .highlights-slider__next {
		right: 1rem;
	}
}

.tour {
	padding: .5rem 0;
}

.tour .block-title {
	color: #1c1c1c;
	font-size: 1.25rem;
	line-height: 1.31;
}

@media (min-width: 576px) {
	.tour .block-title {
		margin-bottom: 1.25rem;
	}
}

@media (min-width: 768px) {
	.tour .block-title {
		margin-bottom: 1.4375rem;
	}
}

.tour .block-title h2 {
	color: #393939;
	margin-bottom: 0;
	font-weight: 700;
}

.tour-table {
	max-width: 21.875rem;
	width: 100%;
	margin: 0 auto;
	border-radius: .625rem;
	overflow: hidden;
	height: 100%;
}

@media (min-width: 576px) {
	.tour-table {
		max-width: 55.625rem;
	}
}

@media (min-width: 1200px) {
	.tour-table {
		max-width: 89.625rem;
	}
}

.tour-table .col-3 {
	border-right: 1px solid rgba(0, 0, 0, .08);
}

.tour-table__header {
	background: #005432;
	text-align: center;
	padding: 1.438rem .938rem;
}

.tour-table__header h3 {
	line-height: 1.22;
	font-size: 1.6875rem;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 1200px) {
	.tour-table__header h3 {
		font-size: calc(1.29375rem + .525vw);
	}
}

.tour-table__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767.98px) {
	.tour-table__content {
		padding: 0 15px;
	}
}

@media (min-width: 1200px) {
	.tour-table__content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.tour-table__body {
	border: 1px solid #000;
	border-top-color: transparent;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	border-bottom-left-radius: .625rem;
	border-bottom-right-radius: .625rem;
}

@media (min-width: 576px) {
	.tour-table__body {
		padding: 1.25rem 0 .9rem;
	}
}

@media (min-width: 992px) {
	.tour-table__body {
		padding: 1.625rem 1.063rem 1.5rem;
	}
}

.tour-table__body .row {
	margin-right: -2.188rem;
}

.tour-table__city {
	max-width: calc(100% - 4.6875rem);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 4.6875rem);
	flex: 0 0 calc(100% - 4.6875rem);
	font-size: .9375rem;
}

.tour-table__location {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.tour-table__tag {
	font-size: .75rem;
	font-weight: 500;
	min-width: 71px;
	border-radius: 2px;
	display: block;
	text-align: center;
	padding: 5px;
	color: #00462a;
	text-transform: uppercase;
	line-height: 1.1;
	background: #ffc32f;
	margin: 0 0 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	z-index: 10;
}

.tour-table__tag:hover {
	background: #00462a;
	text-decoration: none;
	color: #fff;
}

.tour-table__tag:nth-child(1) {
	background: #005432;
	color: #fff;
}

.tour-table__tag:nth-child(1):hover {
	background: #ffc32f;
	color: #005432;
}

.tour-table__tag:nth-last-child(1) {
	margin: 0;
}

.tour-table__item {
	padding: 10px 0;
}

@media (min-width: 768px) {
	.tour-table__item {
		padding: 10px;
	}
}

.tour-table__item .holder {
	width: 100%;
	font-size: 1rem;
	position: relative;
	padding: .5rem;
	line-height: 1;
	border: 1px solid #005432;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.tour-table__item .holder {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.tour-table__item .holder {
		min-height: 4.3125rem;
		padding: .5rem .6rem;
	}
}

@media (min-width: 1600px) {
	.tour-table__item .holder {
		padding: .688rem .875rem;
		min-height: 5rem;
	}
}

.tour-table__item h5 {
	color: #464646;
	font-weight: 600;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.tour-table__item h5 {
		font-size: 1.125rem;
	}
}

@media (min-width: 1600px) {
	.tour-table__item h5 {
		font-size: 1.25rem;
		line-height: 1.1;
	}
}

.tour-table__item p {
	margin: 0;
	line-height: 1.2;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.tour-table__item .small {
	color: #464646;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.2;
	display: block;
}

.tour-table__item:hover {
	-webkit-box-shadow: 0 .1875rem .688rem 0 rgba(255, 195, 47, .16);
	box-shadow: 0 .1875rem .688rem 0 rgba(255, 195, 47, .16);
	border-color: #ffc32f;
}

.tour-table__item:hover h5, .tour-table__item:hover p, .tour-table__item:hover .small {
	color: #ffc32f;
}

.tour-table__item--img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-align: center;
	padding: 27px 11px 0;
}

.tour-table__item--img:hover {
	border-color: transparent !important;
}

.tour-table__item--img figure {
	text-align: center;
}

.tour-table__item--exhi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #ffc32f;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 150px;
	position: relative;
}

@media (min-width: 576px) {
	.tour-table__item--exhi {
		min-height: 180px;
	}
}

@media (min-width: 768px) {
	.tour-table__item--exhi {
		min-height: 210px;
	}
}

.tour-table__item--exhi h5 {
	font-size: 1.5rem;
	text-transform: none;
	color: #005432;
}

@media (max-width: 1200px) {
	.tour-table__item--exhi h5 {
		font-size: calc(1.275rem + .3vw);
	}
}

.tour-table__item--exhi h5 a {
	text-decoration: none;
	color: inherit;
}

.tour-table__item--exhi h5 a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.tour-table__item--exhi:hover {
	background: #005432;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tour-table__item--exhi:hover h5 {
	color: #fff;
}

@media (min-width: 992px) {
	.tour-table__item span {
		max-width: 14.625rem;
	}
}

@media (min-width: 1200px) {
	.tour-table__item span {
		max-width: 20.0625rem;
	}
}

@media (min-width: 1600px) {
	.tour-table__item span {
		max-width: 18.25rem;
	}
}

.tour-table__item .tour__city-link {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: transparent;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
}

.tour-table__item .tour__city-link:hover {
	background-color: transparent;
}

.tour-table__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tour-table__inner.xl-content h5 {
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.tour-table__inner.xl-content h5 {
		font-size: 1.5rem;
	}
}

@media (min-width: 1600px) {
	.tour-table__inner.xl-content h5 {
		font-size: 1.875rem;
	}
}

.tour-table__inner.xl-content .npa-h5 {
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.tour-table__inner.xl-content .npa-h5 {
		font-size: 1.5rem;
	}
}

@media (min-width: 1600px) {
	.tour-table__inner.xl-content .npa-h5 {
		font-size: 1.875rem;
	}
}

@media (min-width: 992px) {
	.tour-table__inner.xl-content .date {
		font-size: 1.25rem;
	}
}

.tour-table__column {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: .625rem 0 0;
	position: relative;
}

@media (min-width: 576px) {
	.tour-table__column {
		padding: .9375rem 0;
	}
}

@media (min-width: 768px) {
	.tour-table__column {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: .9375rem;
	}
}

@media (min-width: 1200px) {
	.tour-table__column {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		padding: 0 .9375rem;
	}
}

.tour-table__column:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 25px;
	border-right: 2px solid #005432;
	display: none;
}

@media (min-width: 768px) {
	.tour-table__column:before {
		display: block;
	}
}

.tour-table__column:nth-child(1) {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tour-table__column:nth-child(1):before {
	display: none;
}

@media (min-width: 1200px) {
	.tour-table__column:nth-child(1) {
		max-width: 75%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
}

.tour-table__column:nth-child(1) .tour-table__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.tour-table__column:nth-child(1) .tour-table__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 0rem);
		flex: 0 0 calc(50% - 0rem);
		max-width: calc(50% - 0rem);
	}
}

@media (min-width: 992px) {
	.tour-table__column:nth-child(1) .tour-table__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.33% - 0rem);
		flex: 0 0 calc(33.33% - 0rem);
		max-width: calc(33.33% - 0rem);
	}
}

.tour-table__column:nth-child(2):before {
	display: none;
}

@media (min-width: 1200px) {
	.tour-table__column:nth-child(2):before {
		display: block;
	}
}

.tour-table__column .title {
	text-align: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 .5rem;
}

@media (min-width: 768px) {
	.tour-table__column .title {
		margin: 0 0 1rem;
	}
}

.tour-table__column .title h4 {
	font-size: 1.25rem;
}

.tour-table__column.column-full {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 .9rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.tour-table__column.column-full {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.tour-table__column.column-full .tour-table__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(25% - 0rem);
		flex: 0 0 calc(25% - 0rem);
		max-width: calc(25% - 0rem);
	}
}

.tour-table__column.column-full .tour-table__inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tour-table__column.column-full .tour-table__city, .tour-table__column.column-full .tour-table__location {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
}

.tour-table__column.column-full .tour-table__location {
	padding: 15px 0 0;
}

.tour-table__column.column-full .tour-table__tag {
	padding: 10px 15px;
	font-size: 1.4rem;
}

.tour-table__column.columnList {
	display: block;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

@media (min-width: 768px) {
	.tour-table__column.columnList {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 992px) {
	.tour-table__column.columnList {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media (min-width: 1200px) {
	.tour-table__column.columnList {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

.tour-table__column.columnList .tour-table__item {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 10px 0;
}

.tour-table__thumbnail {
	width: 100%;
	padding: .9375rem 0 0;
}

@media (min-width: 576px) {
	.tour-table__thumbnail {
		padding: .9375rem .9375rem 0;
	}
}

@media (min-width: 1200px) {
	.tour-table__thumbnail {
		padding: 0 0 0 .9375rem;
	}
}

.tour-table__thumbnail .card {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin: 0 0 .9375rem;
}

@media (min-width: 576px) {
	.tour-table__thumbnail .card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - .4688rem);
		flex: 0 0 calc(50% - .4688rem);
		max-width: calc(50% - .4688rem);
	}
}

@media (min-width: 992px) {
	.tour-table__thumbnail .card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(25% - .9375rem);
		flex: 0 0 calc(25% - .9375rem);
		max-width: calc(25% - .9375rem);
	}
}

.tour-table__thumbnail .card-deck {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tour-table__thumbnail .card-header {
	padding: 0;
	background-color: transparent;
	border-bottom: 0;
	border-radius: 0;
}

.tour-table__thumbnail .card-header figure {
	margin: 0;
}

.tour-table__thumbnail .card-header figure .bg-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 205px;
}

@media (min-width: 992px) {
	.tour-table__thumbnail .card-header figure .bg-cover {
		min-height: 234px;
	}
}

@media (min-width: 1600px) {
	.tour-table__thumbnail .card-header figure .bg-cover {
		min-height: 240px;
	}
}

.tour-table__thumbnail .card-header figure .bg-cover:before, .tour-table__thumbnail .card-header figure .bg-cover:after {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.tour-table__thumbnail .card-header figure .bg-cover:before {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffc32f;
	position: absolute;
}

.tour-table__thumbnail .card-header figure .bg-cover:after {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #010101;
}

.tour-table__col-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.stats-counter {
	padding: 2.5rem 0 1.25rem;
}

@media (min-width: 576px) {
	.stats-counter {
		padding: 3.125rem 0;
	}
}

@media (min-width: 1600px) {
	.stats-counter {
		padding: 5.625rem 0 3.875rem;
	}
}

.stats-counter .block-title h2 {
	color: #fff;
	font-weight: 700;
	font-size: 2.8rem;
}

@media (max-width: 1200px) {
	.stats-counter .block-title h2 {
		font-size: calc(1.405rem + 1.86vw);
	}
}

@media (min-width: 576px) {
	.stats-counter .block-title h2 {
		font-size: 3rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.stats-counter .block-title h2 {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 992px) {
	.stats-counter .block-title h2 {
		font-size: 3.4rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.stats-counter .block-title h2 {
		font-size: calc(1.465rem + 2.58vw);
	}
}

@media (min-width: 1600px) {
	.stats-counter .block-title h2 {
		font-size: 3.438rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.stats-counter .block-title h2 {
		font-size: calc(1.4688rem + 2.6256vw);
	}
}

.stats-counter__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 3rem auto 0;
	max-width: 89rem;
}

@media (min-width: 768px) {
	.stats-counter__wrap {
		margin: 4rem auto 0;
	}
}

.stats-counter__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.23;
	color: #fff;
	padding: 0 .938rem;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.stats-counter__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.stats-counter__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}

@media (min-width: 992px) {
	.stats-counter__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.stats-counter__item {
		font-size: 1.2rem;
	}
}

@media (min-width: 1600px) {
	.stats-counter__item {
		font-size: 1.375rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.stats-counter__item {
		font-size: calc(1.2625rem + .15vw);
	}
}

.stats-counter__item h4 {
	color: #ffc32f;
}

.stats-counter__item h4.h2-sm {
	font-size: 3rem;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.stats-counter__item h4.h2-sm {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 1200px) {
	.stats-counter__item h4.h2-sm {
		font-size: 3.4375rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.stats-counter__item h4.h2-sm {
		font-size: calc(1.46875rem + 2.625vw);
	}
}

.experience {
	padding: 1.2rem 0 2rem;
}

@media (min-width: 992px) {
	.experience {
		padding: 1.5rem 0 3rem;
	}
}

@media (min-width: 1200px) {
	.experience {
		padding: 1.5rem 0 3rem;
	}
}

.experience .block-title {
	max-width: 85.625rem;
	width: 100%;
	margin: 0 auto;
}

.experience .block-title h2 {
	letter-spacing: 1px;
}

.experience__slide {
	width: 100% !important;
}

.experience__slide .img-wrap {
	height: 100%;
	min-height: 245px;
	width: 100%;
}

@media (min-width: 1200px) {
	.experience__slide .img-wrap {
		min-height: 287px;
	}
}

@media (min-width: 1600px) {
	.experience__slide .img-wrap {
		min-height: 401px;
	}
}

@media (min-width: 0\0 ) {
	.experience__slide .img-wrap {
		height: 401px;
	}
}

.experience__slider .card {
	outline: none;
}

.experience .block-title {
	color: #606060;
	color: #1c1c1c;
	font-size: 2.125rem;
	text-transform: capitalize;
	text-transform: none;
	font-weight: 500;
	font-weight: 400;
	line-height: 1.31;
}

@media (max-width: 1200px) {
	.experience .block-title {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.experience .block-title h2 {
	font-weight: 700;
	line-height: 1.25;
}

.experience-wrap {
	margin: 2rem auto 0;
}

@media (min-width: 1600px) {
	.experience-wrap {
		max-width: 109.688rem;
		margin: 2.438rem auto 0;
	}
}

@media (min-width: 768px) {
	.experience-wrap .card--link {
		margin: 0 15px;
	}
}

.experience-wrap .card--link a {
	font-size: 2rem;
	font-weight: 900;
}

@media (max-width: 1200px) {
	.experience-wrap .card--link a {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 1600px) {
	.experience-wrap .card--link a {
		font-size: 2.625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.experience-wrap .card--link a {
		font-size: calc(1.3875rem + 1.65vw);
	}
}

.expert .block-title {
	font-size: 2.125rem;
	color: #1c1c1c;
	line-height: 1.31;
}

@media (max-width: 1200px) {
	.expert .block-title {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 992px) {
	.expert .block-title {
		margin-bottom: 4rem;
	}
}

.expert .block-title h2 {
	font-weight: 700;
	margin: 0;
	font-size: 3.375rem;
}

@media (max-width: 1200px) {
	.expert .block-title h2 {
		font-size: calc(1.4625rem + 2.55vw);
	}
}

@media (min-width: 992px) {
	.expert .block-title h2 {
		font-size: 4rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.expert .block-title h2 {
		font-size: calc(1.525rem + 3.3vw);
	}
}

.expert .card-wrap--expert {
	margin-top: 3rem;
	width: 100%;
}

@media (min-width: 992px) {
	.expert .card-wrap--expert {
		max-width: 93.313rem;
		margin: 4rem -3px 0 auto;
	}
}

.expert .card-wrap--expert .card {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.expert .card-wrap--expert .card:hover {
	border: 4px solid #ffc32f;
}

.expert .card-wrap--expert .card-body {
	color: #ffc32f;
	font-size: 1.125rem;
}

.expert .card-wrap--expert .card-title {
	font-size: 1.3125rem;
	font-weight: 900;
}

@media (max-width: 1200px) {
	.expert .card-wrap--expert .card-title {
		font-size: calc(1.25625rem + .075vw);
	}
}

.expert .card-wrap--expert .card--link a {
	font-size: 2.625rem;
	font-weight: 900;
}

@media (max-width: 1200px) {
	.expert .card-wrap--expert .card--link a {
		font-size: calc(1.3875rem + 1.65vw);
	}
}

.expert .card-wrap--expert .card--link:hover {
	border: 4px solid #03442a;
}

.expert .expert-card__slider {
	position: relative;
}

.expert__slider {
	position: relative;
}

@media (min-width: 992px) {
	.expert__slider .card-company {
		max-width: 6.5rem;
		height: 6.5rem;
	}
}

.expert__slider .stretched-link {
	position: relative;
}

.expert__slider .stretched-link:hover .card {
	border: 4px solid #ffc32f !important;
}

.expert .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.expert .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.expert .slick-dots li.slick-active button {
	background: #03442a;
}

.expert .slick-dots li button {
	border: none;
	text-indent: -9999rem;
	padding: 0;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background: #495057;
	outline: none;
	display: block;
}

@media (min-width: 768px) {
	.expert__keynote {
		display: none;
	}
}

.expert__keynote-cardwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767.98px) {
	.expert__keynote-cardwrap {
		display: none;
	}
}

@media (min-width: 1600px) {
	.expert__keynote-cardwrap .card-company {
		max-width: 5rem;
		height: 5rem;
	}
}

.support {
	padding: 2.5rem 0 3rem;
}

@media (min-width: 992px) {
	.support {
		padding: 3rem 0 4.25rem;
	}
}

.support .block-title {
	font-size: 2.125rem;
	color: #1c1c1c;
	line-height: 1.31;
}

@media (max-width: 1200px) {
	.support .block-title {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.support .block-title h2 {
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 .813rem 0;
}

.support .card {
	border: 1px solid #dcdcdc;
	min-height: 7.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 5px;
	max-width: 14.063rem;
	height: 100%;
	padding: 1rem;
}

@media (min-width: 576px) {
	.support .card {
		margin: 0 auto;
		max-width: 14.063rem;
		min-height: 11.875rem;
	}
}

@media (min-width: 768px) {
	.support .card {
		margin: 0 .938rem;
		padding: .625rem;
		padding: 2rem;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.support .card {
		padding: .625rem;
		min-height: 12.875rem;
	}
}

@media (min-width: 1600px) {
	.support .card {
		min-height: 14.875rem;
	}
}

.support .card figure {
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}

.support .card-col {
	padding-bottom: 1.438rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (min-width: 768px) {
	.support .card-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}

@media (min-width: 992px) {
	.support .card-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	.support .card-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.support .card--link {
	border-color: transparent;
}

.support .card-wrap {
	max-width: 17.125rem;
	margin: 2rem auto 0;
	width: 100%;
}

@media (min-width: 576px) {
	.support .card-wrap {
		max-width: 87.125rem;
	}
}

@media (min-width: 992px) {
	.support .card-wrap {
		margin: 3rem auto 0;
	}
}

@media (min-width: 1600px) {
	.support .card-wrap {
		max-width: 90rem;
	}
}

.attendees {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.attendees .block-title {
	padding: 3rem .938rem 0;
	margin: 0 0 2rem 0;
}

@media (min-width: 992px) {
	.attendees .block-title {
		margin: 0 0 1.5rem 0;
		padding: 3.938rem 0 0;
	}
}

.attendees .block-title h2 {
	text-transform: none;
}

.attendees-show .btn-wrap {
	margin: 2rem 0 3rem;
}

.attendees-show .btn-wrap .btn, .attendees-show .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .attendees-show .btn-wrap a, .attendees-show .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .attendees-show .btn-wrap .active, .attendees-show .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .attendees-show .btn-wrap .gform_save_link, .attendees-show .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .attendees-show .btn-wrap input, .attendees-show .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .attendees-show .btn-wrap .button, .attendees-show .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .attendees-show .btn-wrap .gform_footer > p > a {
	text-transform: uppercase;
}

.attendees__slider-video {
	max-width: 21.875rem;
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0 8px 1.375rem 0 rgba(0, 0, 0, .22);
	box-shadow: 0 8px 1.375rem 0 rgba(0, 0, 0, .22);
	border: .75rem solid #fff;
	margin-bottom: -7.625rem;
}

@media (min-width: 576px) {
	.attendees__slider-video {
		max-width: 33.75rem;
	}
}

@media (min-width: 768px) {
	.attendees__slider-video {
		max-width: 45rem;
	}
}

@media (min-width: 992px) {
	.attendees__slider-video {
		max-width: 60rem;
	}
}

@media (min-width: 1200px) {
	.attendees__slider-video {
		max-width: 62rem;
	}
}

.attendees__video {
	height: 11.6rem;
}

@media (min-width: 576px) {
	.attendees__video {
		height: 18.2rem;
	}
}

@media (min-width: 768px) {
	.attendees__video {
		height: 26.6rem;
	}
}

@media (min-width: 992px) {
	.attendees__video {
		height: 33.6rem;
	}
}

.attendees__video iframe {
	width: 100%;
	border: 0;
	height: 11.5rem;
}

@media (min-width: 576px) {
	.attendees__video iframe {
		height: 18.125rem;
	}
}

@media (min-width: 768px) {
	.attendees__video iframe {
		height: 26.563rem;
	}
}

@media (min-width: 992px) {
	.attendees__video iframe {
		height: 33.563rem;
	}
}

.attendees__video:not(.slick-active) iframe {
	display: none;
}

.attendees__slide {
	outline: none;
}

.attendees__sliders {
	max-width: 16.563rem;
	width: 100%;
	padding: 0;
	margin: 10rem auto 0;
}

@media (min-width: 576px) {
	.attendees__sliders {
		max-width: 30.625rem;
		margin: 9.438rem auto 0;
	}
}

@media (min-width: 768px) {
	.attendees__sliders {
		max-width: 45rem;
	}
}

@media (min-width: 992px) {
	.attendees__sliders {
		max-width: 55rem;
	}
}

@media (min-width: 1200px) {
	.attendees__sliders {
		max-width: 67.625rem;
	}
}

@media (min-width: 1600px) {
	.attendees__sliders {
		padding: 0 2.375rem 1.5rem 2.063rem;
		max-width: 100%;
	}
}

.attendees__sliders .slick-arrow {
	width: 2.188rem;
	height: 2.188rem;
	background: #fff;
	opacity: .6;
	border: 1px solid #8b8b8b;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.063rem;
	position: absolute;
	top: 46%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@media (min-width: 1200px) {
	.attendees__sliders .slick-arrow {
		width: 2.813rem;
		height: 2.813rem;
		font-size: 1.438rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.attendees__sliders .slick-arrow {
		font-size: calc(1.2688rem + .2256vw);
	}
}

.attendees__sliders .slick-arrow:hover {
	background: rgba(0, 84, 50, .7);
	color: #fff;
	opacity: 1;
	border-color: transparent;
}

.attendees__sliders .slick-arrow.slick-next {
	right: -1.563rem;
}

@media (min-width: 768px) {
	.attendees__sliders .slick-arrow.slick-next {
		right: -1.875rem;
	}
}

@media (min-width: 992px) {
	.attendees__sliders .slick-arrow.slick-next {
		right: -2.5rem;
	}
}

@media (min-width: 1200px) {
	.attendees__sliders .slick-arrow.slick-next {
		right: -2.875rem;
	}
}

@media (min-width: 1600px) {
	.attendees__sliders .slick-arrow.slick-next {
		right: -1.563rem;
	}
}

.attendees__sliders .slick-arrow.slick-prev {
	left: -1.563rem;
}

@media (min-width: 768px) {
	.attendees__sliders .slick-arrow.slick-prev {
		left: -1.875rem;
	}
}

@media (min-width: 992px) {
	.attendees__sliders .slick-arrow.slick-prev {
		left: -2.5rem;
	}
}

@media (min-width: 1200px) {
	.attendees__sliders .slick-arrow.slick-prev {
		left: -2.875rem;
	}
}

@media (min-width: 1600px) {
	.attendees__sliders .slick-arrow.slick-prev {
		left: -1.563rem;
	}
}

.attendees__sliders .card {
	border: 1px solid #d9d9d9;
	border-radius: .375rem;
	overflow: hidden;
	max-width: 13.313rem;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	cursor: pointer;
}

.attendees__sliders .card:hover .card-title {
	color: #ffc32f;
}

.attendees__sliders .card-img-wrap {
	min-height: 156px;
	height: 100%;
	width: 100%;
}

@media (min-width: 0\0 ) {
	.attendees__sliders .card-img-wrap {
		height: 156px;
	}
}

.attendees__sliders .card-body {
	padding: .625rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 3.75rem;
}

@media (min-width: 0\0 ) {
	.attendees__sliders .card-body {
		height: 3.75rem;
	}
}

@media (min-width: 1600px) {
	.attendees__sliders .card-body {
		padding: 1.063rem .313rem;
	}
}

.attendees__sliders .card-title {
	font-weight: 500;
	line-height: 1.1;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	font-size: 1.125rem;
}

@media (min-width: 1600px) {
	.attendees__sliders .card-title {
		font-size: 1.25rem;
	}
}

.store-links {
	padding-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.store-links .link {
	width: 48%;
	margin-bottom: .5rem;
}

.presenter {
	text-align: center;
	padding: 10px 0;
}

.presenter ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.presenter ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .3125rem;
	font-size: 1.25rem;
	color: #fff;
	font-weight: 500;
}

.presenter ul li img {
	max-width: 150px;
	height: auto;
}

.sl-wrapper .sl-prev, .sl-wrapper .sl-next, .sl-wrapper .sl-close {
	height: 30px !important;
	width: 30px !important;
	background: #e4b437;
	font-size: 1.4rem !important;
	line-height: 1 !important;
	border-radius: 50%;
	text-align: left !important;
	padding-left: 10px;
}

@media (min-width: 768px) {
	.sl-wrapper .sl-prev, .sl-wrapper .sl-next, .sl-wrapper .sl-close {
		height: 50px !important;
		width: 50px !important;
		padding-bottom: .3rem;
		font-size: 2rem !important;
		padding-left: 18px;
	}
}

@media (min-width: 1200px) {
	.sl-wrapper .sl-prev, .sl-wrapper .sl-next, .sl-wrapper .sl-close {
		height: 70px !important;
		width: 70px !important;
		padding-bottom: .5rem !important;
		font-size: 4rem !important;
		padding-left: 23px;
	}
}

.sl-wrapper .sl-next {
	padding-left: 12px;
}

@media (min-width: 768px) {
	.sl-wrapper .sl-next {
		padding-left: 21px;
	}
}

@media (min-width: 1200px) {
	.sl-wrapper .sl-next {
		padding-left: 28px;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-next {
		right: 5% !important;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-prev {
		left: 5% !important;
	}
}

.sl-wrapper .sl-close {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	text-align: center !important;
}

@media (min-width: 1200px) {
	.sl-wrapper .sl-close {
		right: 5% !important;
		top: 60px !important;
	}
}

.sl-wrapper .sl-counter {
	background: #e4b437;
	display: block;
	font-size: 18px;
	padding: 5px 10px;
	border-radius: 5px;
	top: auto !important;
	bottom: 20px;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 576px) {
	.sl-wrapper .sl-counter {
		font-size: 25px;
	}
}

@media (min-width: 992px) {
	.sl-wrapper .sl-counter {
		padding: 10px 20px;
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.sl-wrapper .sl-counter {
		top: 60px;
		z-index: 10000;
	}
}

.package .starter-price {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.package input.js-monthly-budget {
	-ms-flex-preferred-size: 90%;
	flex-basis: 90%;
}

.spinner-green {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	-webkit-animation-name: spin360;
	animation-name: spin360;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.spinner-green-wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
	background: #fff;
	padding: 1rem;
	border-radius: 8px;
	-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.attend-banner {
	text-align: center;
	padding-top: 6rem;
	min-height: auto;
}

@media (min-width: 768px) {
	.attend-banner {
		padding-top: 8rem;
	}
}

@media (min-width: 1200px) {
	.attend-banner {
		padding-top: 12rem;
	}
}

@media (max-width: 1199.98px) {
	.attend-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.attend-banner__text h1 {
	font-size: 4.5rem;
	color: #ffc32f;
	line-height: 1;
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.attend-banner__text h1 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

@media (min-width: 1200px) {
	.attend-banner__text h1 {
		font-size: 6.375rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.attend-banner__text h1 {
		font-size: calc(1.7625rem + 6.15vw);
	}
}

.attend-banner__list {
	list-style: none;
	margin: 0 auto;
	padding: 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 355px;
	border: 6px solid transparent;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}

@media (min-width: 992px) {
	.attend-banner__list {
		max-width: 1200px;
	}
}

.attend-banner__list-item {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 1.22;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.attend-banner__list-item {
		font-size: calc(1.35rem + 1.2vw);
	}
}

@media (min-width: 992px) {
	.attend-banner__list-item {
		width: 32.33%;
	}
}

@media (min-width: 1200px) {
	.attend-banner__list-item {
		font-size: 2.875rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.attend-banner__list-item {
		font-size: calc(1.4125rem + 1.95vw);
	}
}

@media (max-width: 991.98px) {
	.attend-banner__list-item {
		margin-bottom: 2rem;
	}
}

@media (max-width: 575.98px) {
	.attend-banner__list-item {
		margin-bottom: 1rem;
	}
}

.attend-banner__list-item:last-child {
	margin-bottom: 0;
}

.attend-banner__list-item span {
	display: block;
	color: #ffc32f;
	font-size: 2.8125rem;
}

@media (max-width: 1200px) {
	.attend-banner__list-item span {
		font-size: calc(1.40625rem + 1.875vw);
	}
}

@media (min-width: 1600px) {
	.attend-banner__list-item span {
		display: inline-block;
		vertical-align: middle;
	}
}

@media (min-width: 1600px) {
	.attend-banner__list-item span:before {
		position: relative;
		top: -4px;
	}
}

.attend-section {
	padding: 2rem 0;
}

@media (min-width: 992px) {
	.attend-section {
		padding: 3.563rem 0 0;
	}
}

@media (min-width: 1200px) {
	.attend__container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.attend__title {
	font-size: 4.688rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #1c1c1c;
	line-height: .93;
	text-align: center;
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.attend__title {
		font-size: calc(1.5938rem + 4.1256vw);
	}
}

@media (min-width: 576px) {
	.attend__title {
		margin-bottom: 2rem;
	}
}

@media (min-width: 992px) {
	.attend__title {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.attend__title {
		margin-bottom: 3.75rem;
	}
}

.attend__title span {
	color: #ffc32f;
}

.attend__inner {
	margin: 0 -8px;
}

.attend__item {
	padding: 0 8px;
	display: table;
	min-height: 270px;
	height: 270px;
	width: 100%;
	margin-bottom: .938rem;
}

@media (min-width: 0\0 ) {
	.attend__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 992px) {
	.attend__item {
		min-height: 319px;
		height: 319px;
	}
}

.attend .box {
	padding: 1rem 1rem 3.5rem;
	text-align: center;
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

@media (min-width: 0\0 ) {
	.attend .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.attend .box:hover {
	border: 4px solid #ffc32f;
}

.attend .box:hover .box__title, .attend .box:hover .box__date {
	color: #ffc32f;
}

.attend .box .city-link {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.attend .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .64);
	z-index: -1;
}

.attend .box__title {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: 900;
	line-height: .96;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: underline;
	word-break: break-word;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (max-width: 1200px) {
	.attend .box__title {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 1600px) {
	.attend .box__title {
		font-size: 2.813rem;
		margin-bottom: 0;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.attend .box__title {
		font-size: calc(1.4063rem + 1.8756vw);
	}
}

.attend .box__date {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1.225rem;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (min-width: 1600px) {
	.attend .box__date {
		line-height: 1.6;
		font-size: 1.625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.attend .box__date {
		font-size: calc(1.2875rem + .45vw);
	}
}

.attend .box__sub-title {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: #ffc32f;
	text-transform: none;
	margin-bottom: 1.25rem;
}

@media (min-width: 1600px) {
	.attend .box__sub-title {
		font-size: 1.25rem;
	}
}

.attend .box .btn-transparent {
	text-transform: uppercase;
	padding: .625rem 1rem;
	min-width: 180px;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

@media (min-width: 1600px) {
	.attend .box .btn-transparent {
		font-size: 1.125rem;
	}
}

.attend .box .btn-transparent:hover, .attend .box .btn-transparent:focus {
	background: #ffc32f;
	border-color: #ffc32f;
	color: #fff;
}

.attend .box--yellow {
	background-color: #ffc32f;
}

.attend .box--yellow:before {
	background: none;
	border: 1px dashed #fff;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
}

.attend .box--yellow h3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.625rem;
	font-weight: 900;
	line-height: 1.26;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}

@media (max-width: 1200px) {
	.attend .box--yellow h3 {
		font-size: calc(1.2875rem + .45vw);
	}
}

@media (min-width: 1600px) {
	.attend .box--yellow h3 {
		font-size: 2.125rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.attend .box--yellow h3 {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 0\0 ) {
	.attend .box {
		overflow: hidden;
	}
	
	.attend .box:before {
		bottom: -999999px;
	}
	
	.attend .box--yellow:before {
		border: 0;
	}
}

.attend .newsletter-signup {
	padding: 2rem 0 0;
	max-width: 68.75rem;
	margin: 0 auto;
}

.attend .newsletter-signup h3 {
	font-size: 2rem;
	line-height: 1.2;
	text-transform: none;
	font-weight: normal;
}

@media (max-width: 1200px) {
	.attend .newsletter-signup h3 {
		font-size: calc(1.325rem + .9vw);
	}
}

.attend .newsletter-signup h3 .text-uppercase {
	font-weight: 700;
	font-size: 3.5rem;
}

@media (max-width: 1200px) {
	.attend .newsletter-signup h3 .text-uppercase {
		font-size: calc(1.475rem + 2.7vw);
	}
}

.attend-newsletter__form {
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	padding: 1.5rem 0 0;
}

.attend-newsletter__form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 37.5rem;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.attend-newsletter__form ul li > label {
	display: none;
}

.attend-newsletter__form .gform_body {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}

@media (min-width: 576px) {
	.attend-newsletter__form .gform_body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
}

.attend-newsletter__form .gform_footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 0;
	position: relative;
}

@media (min-width: 576px) {
	.attend-newsletter__form .gform_footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
}

.attend-newsletter__form .gform_footer input {
	min-width: 100%;
	padding: 1.1875rem 2.5rem;
	border-radius: 0;
}

@media (min-width: 768px) {
	.attend-newsletter__form .gform_footer input {
		padding: 1.125rem 3.3125rem;
	}
}

.attend-newsletter__form .gform_fields .gfield {
	padding: 0;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.attend-newsletter__form .gform_fields .gfield {
		margin-bottom: 0;
	}
}

.attend-newsletter__form .gform_fields .gfield input {
	height: 3.875rem;
}

.virus-safety {
	text-align: center;
	padding: 3rem 0;
}

.virus-safety__heading h2 {
	color: #393939;
}

.partner-banner {
	padding: 8.5rem 0 3rem;
	min-height: 20rem;
}

@media (min-width: 768px) {
	.partner-banner {
		min-height: 25rem;
	}
}

@media (min-width: 992px) {
	.partner-banner {
		padding: 13.5rem 0 4.25rem;
		min-height: 30rem;
	}
}

@media (min-width: 1200px) {
	.partner-banner {
		padding: 15.5rem 0 4.25rem;
		min-height: 37rem;
	}
}

@media (max-width: 1199.98px) {
	.partner-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.partner-banner__text {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #ffc32f;
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 1.25rem;
}

@media (min-width: 576px) {
	.partner-banner__text {
		font-size: 2rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.partner-banner__text {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 768px) {
	.partner-banner__text {
		font-size: 2.375rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.partner-banner__text {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

.partner-banner__text h1 {
	text-decoration: underline;
	color: #fff;
	line-height: 1.35;
	font-size: 2.7rem;
}

@media (max-width: 1200px) {
	.partner-banner__text h1 {
		font-size: calc(1.395rem + 1.74vw);
	}
}

@media (min-width: 768px) {
	.partner-banner__text h1 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.partner-banner__text h1 {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 992px) {
	.partner-banner__text h1 {
		font-size: 4.0625rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.partner-banner__text h1 {
		font-size: calc(1.53125rem + 3.375vw);
	}
}

@media (min-width: 1200px) {
	.partner-banner__text h1 {
		font-size: 4.625rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.partner-banner__text h1 {
		font-size: calc(1.5875rem + 4.05vw);
	}
}

@media (min-width: 1600px) {
	.partner-banner__text h1 {
		font-size: 5rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.partner-banner__text h1 {
		font-size: calc(1.625rem + 4.5vw);
	}
}

.partner-section {
	padding: 2rem 0 0;
}

@media (min-width: 1200px) {
	.partner-section {
		padding: 3rem 0;
	}
}

@media (min-width: 992px) {
	.partner__container {
		max-width: 100%;
		padding-left: 22px;
	}
}

@media (min-width: 1600px) {
	.partner__container {
		padding-left: 160px;
		max-width: 1732px;
		margin: 0 auto;
	}
}

.partner__left {
	position: relative;
}

@media (max-width: 991.98px) {
	.partner__left {
		margin-bottom: 2rem;
	}
}

.partner__left-wrap {
	background-color: #f2f2f2;
	-webkit-transition: top .1s ease;
	-o-transition: top .1s ease;
	transition: top .1s ease;
	position: relative;
}

@media (max-width: 991.98px) {
	.partner__left-wrap {
		top: 0 !important;
	}
}

@media (min-width: 992px) {
	.partner__left-wrap.sticky {
		max-width: 13.125rem;
		position: absolute;
		left: 0;
		width: 100%;
		margin: 0 .9375rem;
		top: 15%;
	}
}

@media (min-width: 1200px) {
	.partner__left-wrap.sticky {
		max-width: 350px;
	}
}

@media (min-width: 1600px) {
	.partner__left-wrap.sticky {
		max-width: 385px;
	}
}

.partner__list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 340px;
	overflow-y: auto;
}

@media (min-width: 992px) {
	.partner__list {
		max-height: 420px;
	}
}

.partner__list-item a {
	display: block;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.1;
	color: #1c1c1c;
	padding: .6rem 1rem;
	text-transform: uppercase;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

@media (min-width: 1600px) {
	.partner__list-item a {
		font-size: 1rem;
		padding: .7rem 1.5rem;
	}
}

.partner__list-item a:hover, .partner__list-item a:focus {
	text-decoration: none;
	background-color: #ffc32f;
	color: #fff;
}

.partner__list-item:first-child a {
	background-color: #03442a;
	color: #fff;
}

.partner__list-item:first-child a:hover, .partner__list-item:first-child a:focus {
	text-decoration: none;
	background-color: #ffc32f;
	color: #fff;
}

.partner__right .box h2 {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: .8;
	letter-spacing: 1px;
	color: #1c1c1c;
	text-align: center;
}

@media (max-width: 1200px) {
	.partner__right .box h2 {
		font-size: calc(1.4rem + 1.8vw);
	}
}

@media (min-width: 1200px) {
	.partner__right .box h2 {
		text-align: left;
		margin-bottom: 2rem;
	}
}

.partner__right .box__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .9375rem .9375rem 2.625rem;
	margin-top: 1.5rem;
}

@media (min-width: 1200px) {
	.partner__right .box__content {
		margin-top: 2rem;
	}
}

@media (max-width: 1199.98px) {
	.partner__right .box__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: .9375rem;
	}
}

@media (min-width: 1200px) {
	.partner__right .box__content-item + .box__content-item {
		padding-left: .9375rem;
	}
}

@media (max-width: 1199.98px) {
	.partner__right .box__content-item + .box__content-item {
		padding-top: 1rem;
	}
}

@media (max-width: 1199.98px) {
	.partner__right .box__content-item + .box__content-item:last-child {
		padding-top: 0;
	}
}

.partner__right .box__img {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 1rem .563rem;
	min-width: 190px;
	min-height: 212px;
	text-align: center;
}

@media (min-width: 1200px) {
	.partner__right .box__img {
		margin-right: auto;
		width: 20%;
	}
}

.partner__right .box__img img {
	width: 100%;
}

.partner__right .box__text {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	color: #3e3e3e;
	line-height: 1.68;
}

@media (min-width: 1200px) {
	.partner__right .box__text {
		width: 50%;
	}
}

@media (min-width: 1600px) {
	.partner__right .box__text {
		width: 58%;
	}
}

@media (max-width: 1199.98px) {
	.partner__right .box__text {
		font-size: 1.125rem;
		text-align: center;
	}
}

.partner__right .box__text h3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 900;
	color: #1c1c1c;
	text-transform: capitalize;
	line-height: 1.1;
}

@media (max-width: 1200px) {
	.partner__right .box__text h3 {
		font-size: calc(1.3rem + .6vw);
	}
}

.partner__right .box__text a {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #005432;
	display: block;
}

.partner__right .box__btn {
	min-width: 224px;
}

@media (min-width: 1200px) {
	.partner__right .box__btn {
		width: 30%;
		margin-left: auto;
	}
}

@media (min-width: 1600px) {
	.partner__right .box__btn {
		width: 22%;
	}
}

.partner__right .box__btn .btn-primary, .partner__right .box__btn .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .partner__right .box__btn input, .partner__right .box__btn .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .partner__right .box__btn .button, .partner__right .box__btn .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .partner__right .box__btn .gform_footer > p > a {
	text-transform: uppercase;
}

.partner__right .box .border-green {
	border: 2px solid #92c395;
}

.partner__right .box .border-pink {
	border: 2px solid #e1afa8;
}

.partner__right .box .border-blue {
	border: 2px solid #b4d8f8;
}

.partner__right .box + .box {
	padding-top: 2rem;
}

.partner__right .discount-box {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.4;
	color: #ffc32f;
	padding: .75rem 1rem;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	background-color: #00462a;
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.partner__right .discount-box {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 576px) {
	.partner__right .discount-box {
		margin-bottom: 2rem;
	}
}

@-moz-document url-prefix() {
	.partner__right .box__img {
		height: 212px;
	}
}

@media (max-width: 1199.98px) {
	.lsa-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.lsa-banner__text {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #ffc32f;
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 1.6rem;
}

@media (max-width: 1200px) {
	.lsa-banner__text {
		font-size: calc(1.285rem + .42vw);
	}
}

@media (min-width: 768px) {
	.lsa-banner__text {
		font-size: 2.75rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.lsa-banner__text {
		font-size: calc(1.4rem + 1.8vw);
	}
}

@media (min-width: 1200px) {
	.lsa-banner__text {
		padding-top: 4.925rem;
	}
}

.lsa-banner__text h1 {
	color: #fff;
	line-height: 1;
	font-size: 3.4rem;
}

@media (max-width: 1200px) {
	.lsa-banner__text h1 {
		font-size: calc(1.465rem + 2.58vw);
	}
}

@media (min-width: 768px) {
	.lsa-banner__text h1 {
		font-size: 4.2rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.lsa-banner__text h1 {
		font-size: calc(1.545rem + 3.54vw);
	}
}

@media (min-width: 1200px) {
	.lsa-banner__text h1 {
		font-size: 4.5rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.lsa-banner__text h1 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

@media (min-width: 1600px) {
	.lsa-banner__text h1 {
		font-size: 5.125rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.lsa-banner__text h1 {
		font-size: calc(1.6375rem + 4.65vw);
	}
}

.section-simple {
	padding: 2rem 0;
}

@media (min-width: 768px) {
	.section-simple {
		padding: 4rem 0;
	}
}

@media (min-width: 1600px) {
	.section-simple {
		padding: 5.8rem 0 4.2rem;
	}
}

.simple .item-wrap .item-img {
	max-width: 380px;
	margin: auto;
	position: relative;
}

@media (min-width: 576px) {
	.simple .item-wrap .item-img {
		padding-left: 4rem;
		max-width: 580px;
	}
}

@media (min-width: 768px) {
	.simple .item-wrap .item-img {
		padding-left: 6.25rem;
	}
}

@media (min-width: 992px) {
	.simple .item-wrap .item-img {
		padding-left: 2.25rem;
	}
}

@media (min-width: 1200px) {
	.simple .item-wrap .item-img {
		padding-left: 6.25rem;
	}
}

@media (max-width: 991.98px) {
	.simple .item-wrap .item-img {
		margin-bottom: 2rem;
	}
}

.simple .item-wrap .item-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/background-oval-shape.svg") no-repeat;
	z-index: -1;
	display: none;
}

@media (min-width: 576px) {
	.simple .item-wrap .item-img:before {
		display: block;
	}
}

.simple .item-wrap .item-content {
	line-height: 1.4;
	color: #333;
}

@media (min-width: 992px) {
	.simple .item-wrap .item-content {
		font-size: 1.25rem;
	}
}

@media (min-width: 1600px) {
	.simple .item-wrap .item-content {
		padding-left: 3rem;
		line-height: 1.8;
	}
}

@media (max-width: 991.98px) {
	.simple .item-wrap .item-content {
		text-align: center;
	}
}

.simple .item-wrap .item-content h2 {
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1.39;
	text-transform: none;
	margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
	.simple .item-wrap .item-content h2 {
		font-size: calc(1.35rem + 1.2vw);
	}
}

.simple .item-wrap .item-content a {
	color: #03442a;
	text-decoration: underline;
}

.simple .item-wrap .item-content .item-link a {
	display: inline-block;
}

@media (min-width: 1200px) {
	.simple .item-wrap .item-content .item-link a + a {
		padding-left: .75rem;
	}
}

@media (max-width: 1199.98px) {
	.simple .item-wrap .item-content .item-link a + a {
		margin-top: 1rem;
	}
}

.action-block {
	background-color: #ffc32f;
	padding: 2rem 0;
	margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
	.action-block {
		margin-bottom: 3rem;
	}
}

@media (min-width: 1200px) {
	.action-block {
		padding: 3.375rem 0 2.625rem;
		margin-bottom: 4.6rem;
	}
}

.action-block h2 {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.23;
	text-align: center;
	color: #000;
	text-transform: none;
	word-break: break-word;
}

@media (max-width: 1200px) {
	.action-block h2 {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 992px) {
	.action-block h2 {
		font-size: 2.438rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.action-block h2 {
		font-size: calc(1.3688rem + 1.4256vw);
	}
}

.action-block h2 a {
	color: #000;
}

.action-block h2 a:hover, .action-block h2 a:focus {
	text-decoration: none;
	color: #03442a;
}

.exhibit-banner {
	padding: 10rem 0 2rem;
}

@media (min-width: 1200px) {
	.exhibit-banner {
		padding: 12.55rem 0 2.7rem;
	}
}

.exhibit-banner__text {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: 600;
	color: #ffc32f;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.exhibit-banner__text {
		font-size: calc(1.4rem + 1.8vw);
	}
}

@media (min-width: 992px) {
	.exhibit-banner__text {
		margin-top: 2.8rem;
	}
}

@media (min-width: 1600px) {
	.exhibit-banner__text {
		margin-top: .7rem;
	}
}

.exhibit-banner__text h1 {
	font-size: 3.5rem;
	color: #ffc32f;
	line-height: 1;
	margin-bottom: 1.4rem;
}

@media (max-width: 1200px) {
	.exhibit-banner__text h1 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width: 992px) {
	.exhibit-banner__text h1 {
		margin-bottom: 2rem;
	}
}

@media (min-width: 1200px) {
	.exhibit-banner__text h1 {
		font-size: 4rem;
		margin-bottom: 2.9rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.exhibit-banner__text h1 {
		font-size: calc(1.525rem + 3.3vw);
	}
}

@media (min-width: 1600px) {
	.exhibit-banner__text h1 {
		font-size: 4.625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.exhibit-banner__text h1 {
		font-size: calc(1.5875rem + 4.05vw);
	}
}

.exhibit-banner__text--v2 h1 {
	margin-bottom: 1.4rem;
}

@media (min-width: 1200px) {
	.exhibit-banner__text--v2 h1 {
		font-size: 3rem;
	}
}

.exhibit-banner ul.list-circle li {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	padding-left: 3rem;
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.exhibit-banner ul.list-circle li {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 768px) {
	.exhibit-banner ul.list-circle li {
		line-height: 1.4;
		font-size: 2.1875rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.exhibit-banner ul.list-circle li {
		font-size: calc(1.34375rem + 1.125vw);
	}
}

@media (min-width: 1600px) {
	.exhibit-banner ul.list-circle li {
		padding-left: 3.175rem;
	}
}

.exhibit-banner ul.list-circle li:before {
	color: #ffc32f;
	font-size: 2.1875rem;
}

@media (max-width: 1200px) {
	.exhibit-banner ul.list-circle li:before {
		font-size: calc(1.34375rem + 1.125vw);
	}
}

.exhibit-banner .row .align-items-center {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.exhibit-form {
	position: relative;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	color: #fff;
	max-width: 24.75rem;
	width: 100%;
	margin: 2rem auto 0 0;
	padding: 0 .9375rem;
	overflow: hidden;
}

@media (min-width: 576px) {
	.exhibit-form {
		overflow: auto;
		padding: 0 1.5625rem;
	}
}

@media (min-width: 1600px) {
	.exhibit-form {
		margin: 0 5px 0 auto;
	}
}

.exhibit-form:before, .exhibit-form:after {
	content: "";
	display: block;
	width: 3px;
	height: 95%;
	background: #fff;
	position: absolute;
}

.exhibit-form:before {
	bottom: 0;
	left: 0;
}

.exhibit-form:after {
	right: 0;
	top: 0;
}

.exhibit-form__header {
	text-align: center;
	color: #ffc32f;
	position: relative;
	padding: 1.125rem 0 0;
	font-size: .875rem;
	letter-spacing: 1px;
}

.exhibit-form__header:before {
	content: "";
	display: block;
	width: 108%;
	height: 3px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -1.5rem;
}

.exhibit-form__header h5 {
	color: #fff;
	line-height: 1.1;
	margin-bottom: 5px;
	letter-spacing: normal;
}

.exhibit-form__header span {
	text-align: right;
	display: block;
	font-size: .75rem;
	position: relative;
	margin: 1.25rem .5625rem 0;
}

.exhibit-form__header span:before {
	content: "";
	display: block;
	width: 3.0625rem;
	height: 1px;
	background: rgba(255, 255, 255, .8);
	position: absolute;
	top: -.625rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.exhibit-form__body {
	padding: 7px 0 0;
}

.exhibit-form__body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.exhibit-form__body .gform_ajax_spinner {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.exhibit-form__body .gform_body .gfield > label, .exhibit-form__body .gform_body .name_first > label, .exhibit-form__body .gform_body .name_last > label {
	display: none;
}

.exhibit-form__body .gform_body .gfield {
	padding: 0 4px;
	margin-bottom: 11px;
}

.exhibit-form__body .gform_body .gfield input, .exhibit-form__body .gform_body .gfield select {
	width: 100%;
	border-radius: 4px;
	background: #fff;
	border: 1px solid transparent;
	height: 2.5rem;
	padding: 6px .6875rem;
	color: #434343;
	outline-color: transparent;
}

.exhibit-form__body .gform_body .gfield input::-webkit-input-placeholder, .exhibit-form__body .gform_body .gfield select::-webkit-input-placeholder {
	color: inherit;
}

.exhibit-form__body .gform_body .gfield input::-moz-placeholder, .exhibit-form__body .gform_body .gfield select::-moz-placeholder {
	color: inherit;
}

.exhibit-form__body .gform_body .gfield input:-ms-input-placeholder, .exhibit-form__body .gform_body .gfield select:-ms-input-placeholder {
	color: inherit;
}

.exhibit-form__body .gform_body .gfield input::-ms-input-placeholder, .exhibit-form__body .gform_body .gfield select::-ms-input-placeholder {
	color: inherit;
}

.exhibit-form__body .gform_body .gfield input::placeholder, .exhibit-form__body .gform_body .gfield select::placeholder {
	color: inherit;
}

.exhibit-form__body .gform_body .gfield input:focus, .exhibit-form__body .gform_body .gfield input:active, .exhibit-form__body .gform_body .gfield select:focus, .exhibit-form__body .gform_body .gfield select:active {
	outline-color: #00462a;
}

.exhibit-form__body .gform_body .gfield select {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	height: 7rem;
}

@media (min-width: 576px) {
	.exhibit-form__body .gform_body .gfield.half-width {
		width: 50%;
		display: inline-block;
	}
}

.exhibit-form__body .gform_footer {
	padding: 0 4px;
	position: relative;
}

.exhibit-form__body .gform_footer input {
	background: #ffc32f;
	color: #413412;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.56;
	width: 100%;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 600;
	border: 1px solid transparent;
	padding: .625rem .9375rem;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.exhibit-form__body .gform_footer input:hover {
	background: #00462a;
	color: #fff;
}

.exhibit-form .hbspt-form label {
	color: #fff !important;
	font-family: "Poppins", Helvetica, Arial, sans-serif !important;
}

.exhibit-form .hbspt-form .field {
	margin-bottom: .5625rem;
}

.exhibit-form .hbspt-form input {
	font-family: "Poppins", Helvetica, Arial, sans-serif !important;
}

.exhibit-form .hbspt-form .form-columns-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.exhibit-form .hbspt-form .form-columns-2 .hs-form-field {
	width: 50% !important;
}

.exhibit-form .hbspt-form .inputs-list.multi-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 !important;
}

.exhibit-form .hbspt-form .inputs-list.multi-container li {
	width: 33.33% !important;
}

.exhibit-form .hbspt-form .hs_submit .actions {
	margin: 0 0 1rem;
	padding: 0;
}

.exhibit-form .hbspt-form .hs_submit .hs-button {
	background-color: #ffc32f;
	border: 0;
	width: 100%;
	font-family: "Poppins", Helvetica, Arial, sans-serif !important;
	color: #2a2a2a;
	font-weight: 500;
}

.exhibit-form__footer {
	font-size: .75rem;
	font-size: .75rem;
	width: 100%;
	font-weight: 300;
	line-height: 1.58;
	margin: .75rem auto 0;
	padding: 0 .625rem .5625rem;
	position: relative;
}

@media (min-width: 768px) {
	.exhibit-form__footer {
		max-width: 20.3125rem;
	}
}

.exhibit-form__footer:after {
	content: "";
	display: block;
	width: 110%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: -2.875rem;
}

@media (min-width: 1200px) {
	.exhibit-form__footer:after {
		margin-left: -2rem;
	}
}

@media (min-width: 1600px) {
	.exhibit-form__footer:after {
		margin-left: -2.875rem;
		width: 124%;
	}
}

.exhibit-form__footer a {
	color: #fff;
	text-decoration: underline;
}

.exhibit-form__footer a:nth-child(1) {
	text-decoration: none;
	font-weight: 500;
}

.exhibit-form__footer a:hover {
	color: #ffc32f;
}

.exhibit-form__v2 {
	background-color: #000;
	text-align: center;
	padding: 20px;
	margin-top: 1rem;
	border: 1px solid #fff;
	max-width: 610px !important;
}

@media (min-width: 992px) {
	.exhibit-form__v2 {
		padding: 40px 20px;
	}
}

@media (max-width: 1199.98px) {
	.exhibit-form__v2 {
		max-width: 100% !important;
	}
}

.exhibit-form__v2:before, .exhibit-form__v2:after, .exhibit-form__v2 .exhibit-form__header:before, .exhibit-form__v2 .exhibit-form__footer:after {
	display: none;
}

.exhibit-form__v2 .exhibit-form__header {
	padding-top: 0;
}

@media (min-width: 1200px) {
	.exhibit-form__v2 .exhibit-form__body {
		font-size: 1.25rem;
	}
}

.exhibit-form__v2 .exhibit-form__footer .btn-wrap .btn, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap a, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap .active, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_save_link, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap input, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-form__v2 .exhibit-form__footer .btn-wrap .button, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_footer > p > a {
	width: 100%;
	font-size: 1.125rem;
	text-decoration: none;
	border: 2px solid #fff;
	color: #000;
	text-transform: none;
}

.exhibit-form__v2 .exhibit-form__footer .btn-wrap .btn:hover, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn a:hover, .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap a:hover, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn .active:hover, .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap .active:hover, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link:hover, .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_save_link:hover, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap input:hover, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-form__v2 .exhibit-form__footer .btn-wrap .button:hover, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer > p > a:hover, .modal--register .modal-body .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_footer > p > a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.exhibit-form__v2 .exhibit-form__footer .btn-wrap .btn, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap a, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap .active, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_save_link, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap input, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-form__v2 .exhibit-form__footer .btn-wrap .button, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_footer > p > a {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.exhibit-form__v2 .exhibit-form__footer .btn-wrap .btn, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap a, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap .active, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_save_link, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap input, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-form__v2 .exhibit-form__footer .btn-wrap .button, .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_footer > p > a {
		font-size: 1.875rem;
	}
}

.exhibit-form__v2 .exhibit-form__footer .btn-wrap .btn:not(:last-child), .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn a:not(:last-child), .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap a:not(:last-child), .exhibit-form__v2 .exhibit-form__footer .btn-wrap .widefat .approve-btn .active:not(:last-child), .widefat .approve-btn .exhibit-form__v2 .exhibit-form__footer .btn-wrap .active:not(:last-child), .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link:not(:last-child), .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_save_link:not(:last-child), .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer input:not(:last-child), .modal--register .modal-body .gform_footer .exhibit-form__v2 .exhibit-form__footer .btn-wrap input:not(:last-child), .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button:not(:last-child), .modal--register .modal-body .gform_footer .additonal-submit .exhibit-form__v2 .exhibit-form__footer .btn-wrap .button:not(:last-child), .exhibit-form__v2 .exhibit-form__footer .btn-wrap .modal--register .modal-body .gform_footer > p > a:not(:last-child), .modal--register .modal-body .exhibit-form__v2 .exhibit-form__footer .btn-wrap .gform_footer > p > a:not(:last-child) {
	margin-bottom: 1rem;
}

.section-exhibitors {
	padding: 2rem 0 1.5rem;
}

@media (min-width: 768px) {
	.section-exhibitors {
		padding: 3rem 0 2rem;
	}
}

@media (min-width: 1200px) {
	.section-exhibitors {
		padding: 3rem 0 2.4rem;
	}
}

.exhibitors {
	background-color: #f8f8f8;
}

.exhibitors h2 {
	font-size: 1.438rem;
	font-weight: 700;
	line-height: 1.17;
	color: #393939;
	text-align: center;
	position: relative;
	padding-bottom: 1.25rem;
}

@media (max-width: 1200px) {
	.exhibitors h2 {
		font-size: calc(1.2688rem + .2256vw);
	}
}

@media (max-width: 991.98px) {
	.exhibitors h2 {
		margin-bottom: 2rem;
	}
}

.exhibitors h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3.75rem;
	height: 3px;
	background: #ffc32f;
}

@media (min-width: 1600px) {
	.exhibitors__container {
		padding-left: 8.125rem;
	}
}

.exhibitors .item {
	text-align: center;
	margin-bottom: 1rem;
}

.section-why-exhibit {
	padding: 2rem 0;
}

@media (min-width: 768px) {
	.section-why-exhibit {
		padding: 2.5rem 0;
	}
}

@media (min-width: 1200px) {
	.section-why-exhibit {
		padding: 3rem 0;
	}
}

@media (min-width: 1600px) {
	.section-why-exhibit {
		padding: 3rem 0 4.5rem;
	}
}

@media (min-width: 1600px) {
	.why-exhibit__container {
		max-width: 81.25rem;
		padding-left: 7.375rem;
	}
}

.why-exhibit__heading {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 2.125rem;
	line-height: 1.31;
	margin-bottom: 1.3rem;
	color: #1c1c1c;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.why-exhibit__heading {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.why-exhibit__heading h2 {
	font-weight: 700;
	line-height: 1.21;
	color: #000;
}

.why-exhibit__item + .why-exhibit__item {
	margin-top: 2rem;
}

@media (max-width: 767.98px) {
	.why-exhibit__item + .why-exhibit__item {
		margin-top: 4rem;
	}
}

.why-exhibit__content-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.why-exhibit__content-item + .why-exhibit__content-item {
	margin-top: 1.5rem;
}

.why-exhibit__content-icon span {
	color: #00462a;
	font-size: 2.25rem;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	padding: .5rem;
}

.why-exhibit__content-text {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1.313rem;
	font-weight: 500;
	line-height: 1.48;
	color: #363636;
	padding-left: .813rem;
}

@media (max-width: 1200px) {
	.why-exhibit__content-text {
		font-size: calc(1.2563rem + .0756vw);
	}
}

.why-exhibit__content-text p {
	margin: 0;
}

.why-exhibit__video {
	-webkit-box-shadow: 0 4px 1.375rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0 4px 1.375rem 0 rgba(0, 0, 0, .15);
	border: solid 6px #fff;
	max-width: 18.4375rem;
	margin: 0 auto;
	height: 10.4375rem;
}

@media (min-width: 576px) {
	.why-exhibit__video {
		max-width: 100%;
		margin: 0;
		height: 18.375rem;
	}
}

@media (min-width: 768px) {
	.why-exhibit__video {
		height: 24.4375rem;
	}
}

@media (min-width: 992px) {
	.why-exhibit__video {
		height: 19.375rem;
	}
}

@media (min-width: 1200px) {
	.why-exhibit__video {
		height: 23.25rem;
	}
}

.why-exhibit__video iframe {
	max-width: 100%;
	height: 9.6875rem;
	width: 100%;
}

@media (min-width: 576px) {
	.why-exhibit__video iframe {
		height: 17.6875rem;
	}
}

@media (min-width: 768px) {
	.why-exhibit__video iframe {
		height: 23.6875rem;
	}
}

@media (min-width: 992px) {
	.why-exhibit__video iframe {
		height: 18.6875rem;
	}
}

@media (min-width: 1200px) {
	.why-exhibit__video iframe {
		height: 22.4875rem;
	}
}

.section-exhibit-tour {
	padding: 2rem 0;
}

@media (min-width: 992px) {
	.section-exhibit-tour {
		padding: 3rem 0 0;
	}
}

@media (min-width: 1200px) {
	.section-exhibit-tour {
		padding: 4.2rem 0 1rem;
	}
}

.exhibit-tour {
	background-color: #f8f8f8;
}

.exhibit-tour .block-title {
	font-size: 2.125rem;
	line-height: 1.31;
	margin-bottom: 1.3rem;
	color: #1c1c1c;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.exhibit-tour .block-title {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.exhibit-tour .block-title h2 {
	margin-bottom: .5rem;
}

.section-exhibit-ds {
	padding: 2rem 0 0;
}

@media (min-width: 768px) {
	.section-exhibit-ds {
		padding: 3rem 0 0;
	}
}

@media (min-width: 992px) {
	.section-exhibit-ds {
		padding: 3rem 0 0;
	}
}

.exhibit-ds__heading {
	padding: 0 15px;
}

.exhibit-ds__heading h2 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.07;
	letter-spacing: 1px;
	color: #1c1c1c;
	word-break: break-word;
}

@media (max-width: 1200px) {
	.exhibit-ds__heading h2 {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 576px) {
	.exhibit-ds__heading h2 {
		margin-bottom: 2rem;
		font-size: 4.688rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.exhibit-ds__heading h2 {
		font-size: calc(1.5938rem + 4.1256vw);
	}
}

@media (min-width: 992px) {
	.exhibit-ds__heading h2 {
		margin-bottom: 3.75rem;
	}
}

.exhibit-ds__heading h2 span {
	color: #ffc32f;
}

.exhibit-ds__item-wrap .item {
	display: table;
	min-height: 12.625rem;
	height: 12.625rem;
	width: 100%;
	background-color: #fff;
}

@media (min-width: 992px) {
	.exhibit-ds__item-wrap .item {
		min-height: 12rem;
		height: 12rem;
	}
}

@media (min-width: 1200px) {
	.exhibit-ds__item-wrap .item {
		min-height: 14rem;
		height: 14rem;
	}
}

@media (min-width: 1600px) {
	.exhibit-ds__item-wrap .item {
		min-height: 21rem;
		height: 21rem;
	}
}

.exhibit-ds__item-wrap .item-content {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 1rem;
}

@media (min-width: 1600px) {
	.exhibit-ds__item-wrap .item-content {
		padding: 1rem 3rem;
	}
}

@media (max-width: 575.98px) {
	.exhibit-ds__item-wrap .item-content {
		border-top: 1px solid #00462a;
	}
}

.exhibit-ds__item-wrap .item-content__head {
	font-size: 3rem;
	font-weight: 700;
	line-height: .89;
	color: #03442a;
	margin-bottom: 1rem;
	word-break: break-word;
	display: block;
}

@media (max-width: 1200px) {
	.exhibit-ds__item-wrap .item-content__head {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 1600px) {
	.exhibit-ds__item-wrap .item-content__head {
		font-size: 5.625rem;
		margin-bottom: 1.25rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.exhibit-ds__item-wrap .item-content__head {
		font-size: calc(1.6875rem + 5.25vw);
	}
}

.exhibit-ds__item-wrap .item-content__sub {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.26;
	color: #3e3e3e;
}

@media (min-width: 1600px) {
	.exhibit-ds__item-wrap .item-content__sub {
		font-size: 1.375rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.exhibit-ds__item-wrap .item-content__sub {
		font-size: calc(1.2625rem + .15vw);
	}
}

.exhibit-ds__item-wrap .item:nth-child(even) {
	background-color: rgba(255, 195, 47, .15);
}

.exhibit-ds__item-wrap + .exhibit-ds__item-wrap .item:nth-child(odd) {
	background-color: #d9e3df;
}

.exhibit-ds__item-wrap + .exhibit-ds__item-wrap .item:nth-child(even) {
	background-color: #fff;
}

.section-exhibit-expo {
	padding-top: 2rem;
}

@media (min-width: 768px) {
	.section-exhibit-expo {
		padding-top: 3rem;
	}
}

@media (min-width: 992px) {
	.section-exhibit-expo {
		padding-top: 4rem;
	}
}

@media (min-width: 1200px) {
	.section-exhibit-expo {
		padding-top: 4.375rem;
	}
}

@media (min-width: 576px) {
	.fancybox-navigation .fancybox-button {
		height: 70px;
		padding: 0;
	}
}

.section-exhibit-highlight {
	padding: 2rem 0;
}

@media (min-width: 768px) {
	.section-exhibit-highlight {
		padding: 3rem 0;
	}
}

@media (min-width: 1200px) {
	.section-exhibit-highlight {
		padding: 3rem 0;
	}
}

.exhibit-highlight__container {
	max-width: 72.25rem;
}

.exhibit-highlight__content {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.24;
	color: #393939;
	font-size: 1.25rem;
}

@media (min-width: 1600px) {
	.exhibit-highlight__content {
		padding-left: 6.125rem;
		padding-top: 3rem;
	}
}

@media (min-width: 992px) {
	.exhibit-highlight__content {
		font-size: 2.25rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.exhibit-highlight__content {
		font-size: calc(1.35rem + 1.2vw);
	}
}

@media (max-width: 991.98px) {
	.exhibit-highlight__content {
		text-align: center;
		margin-bottom: 2rem;
	}
}

@media (max-width: 575.98px) {
	.exhibit-highlight__content {
		margin-bottom: 1rem;
	}
}

.exhibit-highlight__content h2 {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: .9;
	color: #393939;
}

@media (max-width: 1200px) {
	.exhibit-highlight__content h2 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width: 1200px) {
	.exhibit-highlight__content h2 {
		font-size: 3.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.exhibit-highlight__content h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

.exhibit-highlight__content .btn-wrap .btn-primary, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-highlight__content .btn-wrap input, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-highlight__content .btn-wrap .button, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-highlight__content .btn-wrap .gform_footer > p > a {
	font-weight: 700;
	color: #413412;
	line-height: 1.46;
	letter-spacing: 1px;
	border-radius: .5rem;
	font-size: 1rem;
}

@media (min-width: 576px) {
	.exhibit-highlight__content .btn-wrap .btn-primary, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-highlight__content .btn-wrap input, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-highlight__content .btn-wrap .button, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-highlight__content .btn-wrap .gform_footer > p > a {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.exhibit-highlight__content .btn-wrap .btn-primary, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-highlight__content .btn-wrap input, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-highlight__content .btn-wrap .button, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-highlight__content .btn-wrap .gform_footer > p > a {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (max-width: 575.98px) {
	.exhibit-highlight__content .btn-wrap .btn-primary, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-highlight__content .btn-wrap input, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-highlight__content .btn-wrap .button, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-highlight__content .btn-wrap .gform_footer > p > a {
		padding: .9375rem .5rem;
		width: 100%;
		display: block;
	}
}

.exhibit-highlight__content .btn-wrap .btn-primary:hover, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .exhibit-highlight__content .btn-wrap input:hover, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-highlight__content .btn-wrap .button:hover, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer > p > a:hover, .modal--register .modal-body .exhibit-highlight__content .btn-wrap .gform_footer > p > a:hover, .exhibit-highlight__content .btn-wrap .btn-primary:focus, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .exhibit-highlight__content .btn-wrap input:focus, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-highlight__content .btn-wrap .button:focus, .exhibit-highlight__content .btn-wrap .modal--register .modal-body .gform_footer > p > a:focus, .modal--register .modal-body .exhibit-highlight__content .btn-wrap .gform_footer > p > a:focus {
	color: #fff;
}

.exhibit-highlight__img {
	max-width: 16.375rem;
	margin-left: auto;
}

@media (max-width: 991.98px) {
	.exhibit-highlight__img {
		margin: 0 auto;
	}
}

.exhibit-attendees {
	padding-bottom: 2rem;
}

@media (min-width: 576px) {
	.exhibit-attendees {
		padding-bottom: 2.938rem;
	}
}

.exhibit-attendees .download-block {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 2rem;
	line-height: 1.31;
	color: #1c1c1c;
	font-weight: 400;
	font-size: 1.75rem;
	max-width: 60rem;
	margin: 0 auto 1.3rem;
	width: 100%;
}

@media (max-width: 1200px) {
	.exhibit-attendees .download-block {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 992px) {
	.exhibit-attendees .download-block {
		font-size: 2.125rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.exhibit-attendees .download-block {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 1200px) {
	.exhibit-attendees .download-block {
		padding-top: 3rem;
	}
}

.exhibit-attendees .download-block h3 {
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1.05;
	color: #00462a;
}

@media (max-width: 1200px) {
	.exhibit-attendees .download-block h3 {
		font-size: calc(1.3875rem + 1.65vw);
	}
}

.exhibit-attendees .download-block p {
	margin-bottom: 1.875rem;
}

.exhibit-attendees .download-block .btn-primary, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-attendees .download-block input, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-attendees .download-block .button, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-attendees .download-block .gform_footer > p > a {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 1px;
	color: #413412;
	border-radius: .5rem;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.exhibit-attendees .download-block .btn-primary, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-attendees .download-block input, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-attendees .download-block .button, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-attendees .download-block .gform_footer > p > a {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.exhibit-attendees .download-block .btn-primary, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-attendees .download-block input, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-attendees .download-block .button, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-attendees .download-block .gform_footer > p > a {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (max-width: 575.98px) {
	.exhibit-attendees .download-block .btn-primary, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-attendees .download-block input, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-attendees .download-block .button, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-attendees .download-block .gform_footer > p > a {
		padding: .9375rem .5rem;
		width: 100%;
		display: block;
	}
}

.exhibit-attendees .download-block .btn-primary:hover, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .exhibit-attendees .download-block input:hover, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-attendees .download-block .button:hover, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer > p > a:hover, .modal--register .modal-body .exhibit-attendees .download-block .gform_footer > p > a:hover, .exhibit-attendees .download-block .btn-primary:focus, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .exhibit-attendees .download-block input:focus, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-attendees .download-block .button:focus, .exhibit-attendees .download-block .modal--register .modal-body .gform_footer > p > a:focus, .modal--register .modal-body .exhibit-attendees .download-block .gform_footer > p > a:focus {
	color: #fff;
}

.section-exhibit-bottom {
	padding: 2rem 0;
}

@media (min-width: 576px) {
	.section-exhibit-bottom {
		padding: 2.5rem 0;
	}
}

@media (min-width: 992px) {
	.section-exhibit-bottom {
		padding: 3rem 0;
	}
}

@media (min-width: 1200px) {
	.section-exhibit-bottom {
		padding: 2.875rem 0 3.3125rem;
	}
}

.exhibit-bottom {
	background-color: #f8f8f8;
}

.exhibit-bottom__heading {
	font-size: 1.25rem;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1.31;
	color: #1c1c1c;
	font-weight: 400;
	margin: 0 auto;
	max-width: 68.75rem;
	width: 100%;
}

@media (min-width: 768px) {
	.exhibit-bottom__heading {
		font-size: 1.75rem;
		margin: 0 auto 1.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.exhibit-bottom__heading {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 992px) {
	.exhibit-bottom__heading {
		font-size: 2.125rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.exhibit-bottom__heading {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 1200px) {
	.exhibit-bottom__heading {
		margin: 0 auto 4.5rem;
	}
}

.exhibit-bottom__heading h2 {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.17;
	color: #393939;
	text-transform: none;
}

@media (max-width: 1200px) {
	.exhibit-bottom__heading h2 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width: 768px) {
	.exhibit-bottom__heading h2 {
		margin-bottom: 1.125rem;
	}
}

@media (min-width: 1200px) {
	.exhibit-bottom__heading h2 {
		font-size: 4.375rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.exhibit-bottom__heading h2 {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

@media (min-width: 1600px) {
	.exhibit-bottom__heading h2 {
		margin: 0 auto 1.125rem;
	}
}

.exhibit-bottom__content {
	margin: 0 -.625rem;
}

.exhibit-bottom__content .list-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 3px .625rem 0 rgba(0, 0, 0, .08);
	box-shadow: 0 3px .625rem 0 rgba(0, 0, 0, .08);
	padding: 1.5rem;
}

@media (min-width: 1200px) {
	.exhibit-bottom__content .list-wrap {
		padding: 1.75rem 2.6875rem 1.5rem;
	}
}

@media (max-width: 1199.98px) {
	.exhibit-bottom__content .list-wrap {
		margin-bottom: 2rem;
	}
}

.exhibit-bottom__content .list-circle li {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.85;
	color: #393939;
	padding-left: 2rem;
	margin-bottom: .625rem;
}

.exhibit-bottom__content .list-circle li:before {
	color: #609e85;
}

.exhibit-bottom__col {
	padding: 0 10px;
}

@media (min-width: 1600px) {
	.exhibit-bottom__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 39.5%;
		flex: 0 0 39.5%;
		max-width: 39.5%;
	}
}

@media (min-width: 1600px) {
	.exhibit-bottom__col + .exhibit-bottom__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30.25%;
		flex: 0 0 30.25%;
		max-width: 30.25%;
	}
}

@media (min-width: 1200px) {
	.exhibit-bottom__extra {
		padding-top: 2.75rem;
	}
}

.exhibit-bottom__extra h4 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.46;
	color: #434343;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.exhibit-bottom__extra h4 {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 1200px) {
	.exhibit-bottom__extra h4 {
		margin-bottom: 1.3125rem;
	}
}

.exhibit-bottom__extra .btn-primary, .exhibit-bottom__extra .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-bottom__extra input, .exhibit-bottom__extra .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-bottom__extra .button, .exhibit-bottom__extra .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-bottom__extra .gform_footer > p > a {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 1px;
	color: #413412;
	border-radius: .5rem;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.exhibit-bottom__extra .btn-primary, .exhibit-bottom__extra .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-bottom__extra input, .exhibit-bottom__extra .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-bottom__extra .button, .exhibit-bottom__extra .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-bottom__extra .gform_footer > p > a {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.exhibit-bottom__extra .btn-primary, .exhibit-bottom__extra .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-bottom__extra input, .exhibit-bottom__extra .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-bottom__extra .button, .exhibit-bottom__extra .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-bottom__extra .gform_footer > p > a {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (max-width: 575.98px) {
	.exhibit-bottom__extra .btn-primary, .exhibit-bottom__extra .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .exhibit-bottom__extra input, .exhibit-bottom__extra .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-bottom__extra .button, .exhibit-bottom__extra .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .exhibit-bottom__extra .gform_footer > p > a {
		padding: .9375rem .5rem;
		width: 100%;
		display: block;
	}
}

.exhibit-bottom__extra .btn-primary:hover, .exhibit-bottom__extra .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .exhibit-bottom__extra input:hover, .exhibit-bottom__extra .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-bottom__extra .button:hover, .exhibit-bottom__extra .modal--register .modal-body .gform_footer > p > a:hover, .modal--register .modal-body .exhibit-bottom__extra .gform_footer > p > a:hover, .exhibit-bottom__extra .btn-primary:focus, .exhibit-bottom__extra .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .exhibit-bottom__extra input:focus, .exhibit-bottom__extra .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer .additonal-submit .exhibit-bottom__extra .button:focus, .exhibit-bottom__extra .modal--register .modal-body .gform_footer > p > a:focus, .modal--register .modal-body .exhibit-bottom__extra .gform_footer > p > a:focus {
	color: #fff;
}

.eb-thank-you {
	background: #000;
	color: #fff;
	padding: 1.25rem .9375rem;
	text-align: center;
}

@media (min-width: 768px) {
	.eb-thank-you {
		padding: 1.25rem;
	}
}

@media (min-width: 992px) {
	.eb-thank-you {
		padding: 40px;
	}
}

.eb-thank-you a:not(.btn) {
	color: #fff;
	text-decoration: underline;
}

.eb-thank-you iframe {
	aspect-ratio: 3/2;
	width: 100%;
	height: auto;
	border: 5px solid #fff;
}

@media (min-width: 992px) {
	.eb-thank-you iframe {
		border: 10px solid #fff;
	}
}

.eb-thank-you h1 {
	font-size: 1.25rem;
	color: #e4b437;
}

@media (min-width: 768px) {
	.eb-thank-you h1 {
		font-size: 1.875rem;
	}
}

@media (min-width: 1200px) {
	.eb-thank-you h1 {
		font-size: 2.5rem;
	}
}

.eb-thank-you h3 {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: none;
}

@media (min-width: 768px) {
	.eb-thank-you h3 {
		font-size: 1.5625rem;
	}
}

.eb-thank-you h6 {
	text-transform: none;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.eb-thank-you h6 {
		font-size: 1.375rem;
	}
}

.eb-thank-you .btn-wrap {
	margin-bottom: 20px;
}

.eb-thank-you .btn-wrap .btn, .eb-thank-you .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .eb-thank-you .btn-wrap a, .eb-thank-you .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .eb-thank-you .btn-wrap .active, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap .gform_save_link, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap input, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .eb-thank-you .btn-wrap .button, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .eb-thank-you .btn-wrap .gform_footer > p > a {
	width: 100%;
	font-size: 1.125rem;
	text-decoration: none;
	border: 2px solid #fff;
	color: #000;
}

.eb-thank-you .btn-wrap .btn:hover, .eb-thank-you .btn-wrap .widefat .approve-btn a:hover, .widefat .approve-btn .eb-thank-you .btn-wrap a:hover, .eb-thank-you .btn-wrap .widefat .approve-btn .active:hover, .widefat .approve-btn .eb-thank-you .btn-wrap .active:hover, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link:hover, .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap .gform_save_link:hover, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap input:hover, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer .additonal-submit .eb-thank-you .btn-wrap .button:hover, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer > p > a:hover, .modal--register .modal-body .eb-thank-you .btn-wrap .gform_footer > p > a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.eb-thank-you .btn-wrap .btn, .eb-thank-you .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .eb-thank-you .btn-wrap a, .eb-thank-you .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .eb-thank-you .btn-wrap .active, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap .gform_save_link, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap input, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .eb-thank-you .btn-wrap .button, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .eb-thank-you .btn-wrap .gform_footer > p > a {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.eb-thank-you .btn-wrap .btn, .eb-thank-you .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .eb-thank-you .btn-wrap a, .eb-thank-you .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .eb-thank-you .btn-wrap .active, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap .gform_save_link, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap input, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .eb-thank-you .btn-wrap .button, .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .eb-thank-you .btn-wrap .gform_footer > p > a {
		font-size: 1.875rem;
	}
}

.eb-thank-you .btn-wrap .btn:not(:last-child), .eb-thank-you .btn-wrap .widefat .approve-btn a:not(:last-child), .widefat .approve-btn .eb-thank-you .btn-wrap a:not(:last-child), .eb-thank-you .btn-wrap .widefat .approve-btn .active:not(:last-child), .widefat .approve-btn .eb-thank-you .btn-wrap .active:not(:last-child), .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link:not(:last-child), .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap .gform_save_link:not(:last-child), .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer input:not(:last-child), .modal--register .modal-body .gform_footer .eb-thank-you .btn-wrap input:not(:last-child), .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button:not(:last-child), .modal--register .modal-body .gform_footer .additonal-submit .eb-thank-you .btn-wrap .button:not(:last-child), .eb-thank-you .btn-wrap .modal--register .modal-body .gform_footer > p > a:not(:last-child), .modal--register .modal-body .eb-thank-you .btn-wrap .gform_footer > p > a:not(:last-child) {
	margin-bottom: 1rem;
}

.eb-thank-you .pdf-title {
	font-size: 30px;
	display: block;
	color: #e4b437 !important;
	text-decoration: none !important;
	font-weight: 500;
	margin-bottom: 20px;
}

.eb-thank-you .sound-info {
	display: block;
	text-align: left;
	color: #e4b437 !important;
	font-size: 20px;
	margin-left: 70px;
}

.eb-thank-you .sound-info span {
	display: inline-block;
}

.eb-thank-you .sound-info span img {
	max-width: 30px;
}

.eb-testimonial .swiper-button-next, .eb-testimonial .swiper-button-prev {
	height: 40px !important;
	width: 40px !important;
	border-radius: 50%;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #e4b437 !important;
	right: 5px !important;
	margin: 0 !important;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

@media (min-width: 576px) {
	.eb-testimonial .swiper-button-next, .eb-testimonial .swiper-button-prev {
		height: 50px !important;
		width: 50px !important;
	}
}

@media (min-width: 1200px) {
	.eb-testimonial .swiper-button-next, .eb-testimonial .swiper-button-prev {
		height: 70px !important;
		width: 70px !important;
	}
}

.eb-testimonial .swiper-button-next:after, .eb-testimonial .swiper-button-prev:after {
	color: #000;
	font-size: 1rem;
}

@media (min-width: 576px) {
	.eb-testimonial .swiper-button-next:after, .eb-testimonial .swiper-button-prev:after {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.eb-testimonial .swiper-button-next:after, .eb-testimonial .swiper-button-prev:after {
		font-size: 1.8rem;
	}
}

.eb-testimonial .swiper-button-next:hover, .eb-testimonial .swiper-button-prev:hover {
	background: #000 !important;
}

.eb-testimonial .swiper-button-next:hover:after, .eb-testimonial .swiper-button-prev:hover:after {
	color: #fff;
}

.eb-testimonial .swiper-button-prev {
	right: auto !important;
	left: 5px !important;
}

.eb-testimonial .swiper-pagination {
	display: none !important;
}

.eb-testimonial .wpgp--youtube-gallery {
	max-width: 100% !important;
}

.eb-testimonial .wpgp--youtube-gallery .wpgp--video-container {
	max-width: 900px;
}

.eb-testimonial h4 {
	text-align: center;
	font-weight: bold;
	text-transform: none;
}

@media (min-width: 992px) {
	.eb-testimonial h4 {
		font-size: 2rem;
	}
}

@media (min-width: 1600px) {
	.eb-testimonial h4 {
		font-size: 3rem;
	}
}

#exhibit-meeting .modal-dialog {
	max-width: 850px;
}

#exhibit-meeting .modal-dialog .modal-body {
	padding: 1rem;
}

.careers-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 11rem 0 6.25rem;
	min-height: 29rem;
}

@media (min-width: 576px) {
	.careers-banner {
		min-height: 37rem;
	}
}

@media (min-width: 992px) {
	.careers-banner {
		min-height: 50rem;
		padding: 14rem 0 6.25rem;
	}
}

@media (min-width: 1200px) {
	.careers-banner {
		min-height: 50.813rem;
		padding: 16.125rem 0 6.25rem;
	}
}

.careers-banner__text {
	text-align: center;
}

.careers-banner__text h1 {
	color: #fff;
	font-size: 4.5rem;
	line-height: 1;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.careers-banner__text h1 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

@media (min-width: 1600px) {
	.careers-banner__text h1 {
		font-size: 6.125rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.careers-banner__text h1 {
		font-size: calc(1.7375rem + 5.85vw);
	}
}

.careers-banner__text h1 span {
	color: #ffc32f;
	display: block;
	letter-spacing: 0;
}

.careers-working {
	padding: 2.6rem .5rem 0;
}

@media (min-width: 768px) {
	.careers-working {
		padding: 2.6rem 1rem 0;
	}
}

@media (min-width: 1600px) {
	.careers-working {
		padding: 3.3125rem 2rem 0;
	}
}

.careers-working .block-title {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.careers-working .block-title {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.careers-working .block-title {
		margin-bottom: 3.0625rem;
	}
}

.careers-working .block-title h2 {
	font-weight: 700;
	color: #1c1c1c;
	font-size: 3.625rem;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.careers-working .block-title h2 {
		font-size: calc(1.4875rem + 2.85vw);
	}
}

@media (min-width: 768px) {
	.careers-working .block-title h2 {
		font-size: 4.063rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.careers-working .block-title h2 {
		font-size: calc(1.5313rem + 3.3756vw);
	}
}

@media (min-width: 1200px) {
	.careers-working .block-title h2 {
		font-size: 4.688rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.careers-working .block-title h2 {
		font-size: calc(1.5938rem + 4.1256vw);
	}
}

.careers-working__itemwrap {
	margin: .5rem;
}

@media (min-width: 1200px) {
	.careers-working__itemwrap {
		margin: 0 .5rem;
	}
}

.careers-working__item {
	padding: 0 .938rem;
	min-height: 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
}

@media (min-width: 0\0 ) {
	.careers-working__item {
		height: 20rem;
	}
}

.careers-working__text {
	color: #ffc32f;
	max-width: 23.188rem;
	margin: 0 auto;
	font-size: 1.125rem;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.careers-working__text h3 {
	color: #fff;
	font-size: 2.063rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.careers-working__text h3 {
		font-size: calc(1.3313rem + .9756vw);
	}
}

@media (min-width: 1600px) {
	.careers-working__text h3 {
		font-size: 2.813rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.careers-working__text h3 {
		font-size: calc(1.4063rem + 1.8756vw);
	}
}

.careers-working__text p {
	max-width: 21.25rem;
	margin: 0 auto;
}

.careers-position {
	padding: 2rem .938rem;
}

@media (min-width: 576px) {
	.careers-position {
		padding: 2.875rem .938rem;
	}
}

@media (min-width: 768px) {
	.careers-position {
		padding: 2.875rem .938rem 3.5rem;
	}
}

.careers-position .block-title {
	font-size: 1.5rem;
	line-height: 1.31;
	margin-bottom: 1.75rem;
	color: #333;
}

@media (max-width: 1200px) {
	.careers-position .block-title {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 768px) {
	.careers-position .block-title {
		font-size: 1.625rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.careers-position .block-title {
		font-size: calc(1.2875rem + .45vw);
	}
}

@media (min-width: 992px) {
	.careers-position .block-title {
		margin-bottom: 2.313rem;
		font-size: 1.75rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.careers-position .block-title {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 1200px) {
	.careers-position .block-title {
		font-size: 2.125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.careers-position .block-title {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.careers-position .block-title h2 {
	color: #1c1c1c;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.1;
	margin-bottom: 4px;
	font-size: 2.5rem;
}

@media (max-width: 1200px) {
	.careers-position .block-title h2 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 576px) {
	.careers-position .block-title h2 {
		font-size: 2.75rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.careers-position .block-title h2 {
		font-size: calc(1.4rem + 1.8vw);
	}
}

@media (min-width: 768px) {
	.careers-position .block-title h2 {
		font-size: 3rem;
		line-height: 1.3;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.careers-position .block-title h2 {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 992px) {
	.careers-position .block-title h2 {
		font-size: 3.25rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.careers-position .block-title h2 {
		font-size: calc(1.45rem + 2.4vw);
	}
}

@media (min-width: 1200px) {
	.careers-position .block-title h2 {
		font-size: 3.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.careers-position .block-title h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

@media (min-width: 1600px) {
	.careers-position .block-title h2 {
		font-size: 4.375rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.careers-position .block-title h2 {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

.careers-position .block-title h2 span {
	color: #3e3e3e;
	display: block;
	font-size: 1.125rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: none;
	letter-spacing: 1px;
	margin: .5rem 0;
}

@media (min-width: 576px) {
	.careers-position .block-title h2 span {
		font-size: 1.375rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.careers-position .block-title h2 span {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 768px) {
	.careers-position .block-title h2 span {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.careers-position .block-title h2 span {
		font-size: 1.625rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.careers-position .block-title h2 span {
		font-size: calc(1.2875rem + .45vw);
	}
}

.careers-position .block-title p {
	margin: 0;
}

.careers-position__content {
	max-width: 25rem;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.careers-position__content {
		max-width: 63.438rem;
	}
}

.careers-position__heading {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.careers-position__heading {
		margin-bottom: 1.125rem;
	}
}

.careers-position__heading h3 {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 2.375rem;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.careers-position__heading h3 {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

@media (min-width: 576px) {
	.careers-position__heading h3 {
		font-size: 2.813rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.careers-position__heading h3 {
		font-size: calc(1.4063rem + 1.8756vw);
	}
}

.careers-position__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #aaa;
	padding: .75rem 0 1.313rem;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

@media (min-width: 576px) {
	.careers-position__item {
		padding: 1.5rem 0;
		text-align: initial;
		margin: 0 0 1.25rem .563rem;
	}
}

.careers-position__item:last-child {
	padding: .75rem 0;
	border-bottom: 0;
}

@media (min-width: 576px) {
	.careers-position__item:last-child {
		padding: 1.5rem 0 2.688rem;
		border-bottom: 1px solid #aaa;
	}
}

.careers-position__text {
	color: #868686;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.careers-position__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto;
		margin-bottom: 0;
	}
}

.careers-position__text h6 {
	color: #3e3e3e;
	font-weight: 400;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-size: 1.25rem;
	margin-bottom: .625rem;
}

.careers-position__text p {
	margin-bottom: 0;
}

.careers-position__btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.careers-position__btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto;
	}
}

.careers-position__btn a {
	text-transform: uppercase;
	font-size: 1rem;
	min-width: auto;
	padding: .813rem 2.688rem .813rem 2rem;
	color: #fff;
}

.careers-position__btn a:hover {
	color: #fff;
}

.careers-map iframe {
	height: 25rem;
}

@media (min-width: 576px) {
	.careers-map iframe {
		height: 31.25rem;
	}
}

@media (min-width: 768px) {
	.careers-map iframe {
		height: 37.5rem;
	}
}

@media (min-width: 992px) {
	.careers-map iframe {
		height: 40.625rem;
	}
}

@media (min-width: 1200px) {
	.careers-map iframe {
		height: 48.875rem;
	}
}

.event {
	padding: 2.125rem .938rem;
}

@media (min-width: 576px) {
	.event {
		padding: 2.875rem .938rem;
	}
}

@media (min-width: 1200px) {
	.event {
		max-width: 100%;
		margin: 0;
	}
}

.event .block-title {
	margin-bottom: 1rem;
}

@media (min-width: 1200px) {
	.event .block-title {
		margin-bottom: 1.5rem;
	}
}

.event .block-title h2 {
	color: #1c1c1c;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 3.75rem;
}

@media (max-width: 1200px) {
	.event .block-title h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

@media (min-width: 1200px) {
	.event .block-title h2 {
		font-size: 4.375rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.event .block-title h2 {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

.event-content {
	max-width: 21.875rem;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 576px) {
	.event-content {
		max-width: 73.125rem;
	}
}

@media (min-width: 1600px) {
	.event-content {
		max-width: 100%;
	}
}

.event-item__wrap a {
	text-decoration: none;
}

.event-item {
	margin: .625rem 0;
	min-height: 17.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

@media (min-width: 576px) {
	.event-item {
		margin: .625rem;
	}
}

@media (min-width: 992px) {
	.event-item {
		min-height: 18.938rem;
	}
}

@media (min-width: 1600px) {
	.event-item {
		margin: 0 .625rem;
	}
}

@media (min-width: 0\0 ) {
	.event-item {
		height: 18.938rem;
	}
}

.event-item:before {
	content: "";
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	left: 0;
	top: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0, 70, 42, .7);
}

.event-item:hover:before {
	top: 0;
}

.event-item:hover .event-text {
	display: block;
}

.event-text {
	text-align: center;
	z-index: 2;
	display: none;
	padding: 0 .938rem;
}

.event-text h6 {
	color: #fff;
	font-size: 1.313rem;
	font-weight: 500;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (max-width: 1200px) {
	.event-text h6 {
		font-size: calc(1.2563rem + .0756vw);
	}
}

.event-view {
	background-color: #ffc32f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 5px 0 5px .875rem;
	margin: 0;
	padding: 0 .9375rem;
	text-align: center;
	min-height: 9.4375rem;
	min-height: 31.5%;
	border: 2px solid transparent;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	right: 0;
	bottom: 1%;
	max-width: 48.5%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48.5%;
	flex: 0 0 48.5%;
}

.event-view:hover {
	border-color: #00462a;
}

@media (min-width: 480px) {
	.event-view {
		min-height: 47%;
		max-width: 31.4%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31.4%;
		flex: 0 0 31.4%;
	}
}

@media (min-width: 576px) {
	.event-view {
		min-height: 48%;
		max-width: 32.5%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32.5%;
		flex: 0 0 32.5%;
	}
}

@media (min-width: 1024px) {
	.event-view {
		min-height: 11.125rem;
		position: static;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 18.66667%;
		flex: 0 0 18.66667%;
		max-width: 18.66667%;
		margin: 5px 16px;
	}
}

@media (min-width: 1200px) {
	.event-view {
		padding: 0 .9375rem;
		min-height: auto;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15.66667%;
		flex: 0 0 15.66667%;
		max-width: 15.66667%;
		margin: 5px 0;
	}
}

.event-view a {
	color: #00462a;
	text-decoration: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	font-weight: 700;
	font-size: 1.0625rem;
	line-height: 1;
}

@media (min-width: 576px) {
	.event-view a {
		font-size: 1.375rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.event-view a {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 1600px) {
	.event-view a {
		font-size: 1.875rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.event-view a {
		font-size: calc(1.3125rem + .75vw);
	}
}

.event-view a:hover {
	color: #00462a;
}

.news-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 32rem;
	padding: 9rem 0 6.25rem;
}

@media (min-width: 576px) {
	.news-banner {
		min-height: 33rem;
	}
}

@media (min-width: 768px) {
	.news-banner {
		padding: 10rem 0 6.25rem;
		min-height: 40rem;
	}
}

@media (min-width: 992px) {
	.news-banner {
		min-height: 45rem;
	}
}

@media (min-width: 1600px) {
	.news-banner {
		min-height: 50.813rem;
		padding: 14rem 0 3rem;
	}
}

.news-banner__text {
	text-align: center;
}

.news-banner__text h1 {
	color: #fff;
	font-size: 4.5rem;
	line-height: 1;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.news-banner__text h1 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

@media (min-width: 1600px) {
	.news-banner__text h1 {
		font-size: 6.125rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.news-banner__text h1 {
		font-size: calc(1.7375rem + 5.85vw);
	}
}

.news-banner__text h1 span {
	display: block;
	color: #ffc32f;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 1.3;
}

.news-block {
	padding: 2.4375rem .938rem;
}

.news-block .block-title {
	margin-bottom: 2.625rem;
}

.news-block .block-title h2 {
	font-weight: 700;
	color: #1c1c1c;
}

.news-content {
	max-width: 89.063rem;
	margin: 0 auto;
}

.news-item {
	margin-bottom: 2rem;
	text-align: center;
}

@media (min-width: 992px) {
	.news-item {
		margin-bottom: 3rem;
	}
}

.news-item__img {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.375rem;
	line-height: 1;
	min-height: 12.5rem;
	height: 100% !important;
	padding-top: 2rem;
	position: relative;
	background-color: #03442a;
}

@media (max-width: 1200px) {
	.news-item__img {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 0\0 ) {
	.news-item__img {
		height: 12.5rem;
	}
}

.news-item__img:before {
	content: "";
	width: 0;
	height: 0;
	border-left: .813rem solid transparent;
	border-right: .813rem solid transparent;
	border-bottom: .938rem solid #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-item__img:after {
	content: "";
	width: 0;
	height: 0;
	border-left: .625rem solid transparent;
	border-right: .625rem solid transparent;
	border-top: .625rem solid #ffc32f;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-item__img h4 {
	font-size: 2.375rem;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.1;
}

@media (max-width: 1200px) {
	.news-item__img h4 {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

.news-item__text {
	-webkit-box-shadow: 0 3px 3.75rem 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 3.75rem 0 rgba(0, 0, 0, .16);
	padding: 1rem .75rem 1.813rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-item__text h5 {
	font-size: 1.125rem;
	text-transform: none;
	color: #3e3e3e;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1.4;
	margin-bottom: 2px;
}

.news-item__text .img-wrap {
	margin-bottom: .75rem;
}

.news-item__text .img-wrap img {
	border: 1px solid #dee2e6;
}

.news-item__text a {
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: auto;
}

@media (max-width: 575.98px) {
	.news-item__text--height {
		min-height: 300px;
	}
}

.news-single-page .news-banner {
	padding: 10.5rem 0 3.5rem;
}

@media (min-width: 1200px) {
	.news-single-page .news-banner {
		padding: 16.9rem 0 3rem;
	}
}

.news-single-page .news-banner__text {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.news-single-page .news-banner__text > img {
	background: #fff;
}

.news-single-page .news-banner h1 {
	font-size: 4.188rem;
	letter-spacing: inherit;
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.news-single-page .news-banner h1 {
		font-size: calc(1.5438rem + 3.5256vw);
	}
}

@media (min-width: 992px) {
	.news-single-page .news-banner h1 {
		margin-bottom: 3rem;
	}
}

.news-single {
	padding: 2.8rem 0 2.125rem;
}

.news-single__wrap {
	max-width: 1437px;
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 1600px) {
	.news-single__wrap {
		padding-left: .3rem;
	}
}

.news-single__wrap a:hover {
	color: #ffc32f;
}

@media (min-width: 1600px) {
	.news-single__content {
		padding-left: .3rem;
	}
}

.news-single__content .psot-date {
	color: #3e3e3e;
	margin-bottom: 1.1rem;
}

.news-single__content .psot-date span {
	display: inline-block;
	margin-right: 1rem;
}

.news-single__heading {
	margin-bottom: 1.4rem;
}

.news-single__heading h2 {
	line-height: 1.1;
}

.news-single__heading h2 span {
	color: #ffc32f;
	display: block;
}

.news-single__topbar {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.news-single__topbar {
		margin-bottom: 2.6rem;
	}
}

.news-single__topbar ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.news-single__topbar ul li {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 12px 0 0;
}

@media (max-width: 1199.98px) {
	.news-single__topbar ul li {
		margin-bottom: .6rem;
	}
}

.news-single__topbar .title {
	font-size: 1.25rem;
	color: #3e3e3e;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.news-single__topbar .tags {
	color: #acacac;
	text-transform: uppercase;
}

.news-single__topbar .tags ul li {
	background-color: #f2f2f2;
	border-radius: 6px;
	margin-right: .95rem;
	display: inline-block;
	padding: .4rem .8rem;
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
	min-width: 83px;
	text-align: center;
}

.news-single__topbar .tags ul li:last-child {
	margin-right: 0;
}

.news-single__topbar .tags ul li a {
	display: block;
	color: #acacac;
}

.news-single__topbar .tags ul li:hover {
	background-color: #03442a;
	color: #fff;
}

.news-single__topbar .tags ul li:hover a {
	color: #fff;
	text-decoration: none;
}

.news-single__topbar .btns-wrap {
	font-size: 1.438rem;
	font-size: 2rem;
}

@media (max-width: 1200px) {
	.news-single__topbar .btns-wrap {
		font-size: calc(1.2688rem + .2256vw);
	}
}

.news-single__topbar .btns-wrap .btn-secondary {
	display: inline-block;
	padding: .8rem;
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
	color: #fff;
	text-align: center;
}

@media (max-width: 1599.98px) {
	.news-single__topbar .btns-wrap .btn-secondary {
		min-width: auto;
	}
}

@media (min-width: 1600px) {
	.news-single__topbar .btns-wrap .btn-secondary {
		min-width: 257px;
	}
}

.news-single__topbar .btns-wrap .btn-secondary:last-child {
	margin-right: 0;
}

.news-single__topbar .btns-wrap .btn-secondary i {
	font-size: 2rem;
	margin-right: .7rem;
	vertical-align: bottom;
}

@media (max-width: 1200px) {
	.news-single__topbar .btns-wrap .btn-secondary i {
		font-size: calc(1.325rem + .9vw);
	}
}

.news-single__topbar .btns-wrap .btn-secondary a {
	display: block;
	color: #fff;
}

.news-single__topbar .btns-wrap .btn-secondary:hover {
	background: #ffc32f;
	color: #000;
}

.news-single__topbar .btns-wrap .btn-secondary:hover a {
	color: #000;
	text-decoration: none;
}

.news-single__body {
	font-size: 1.25rem;
	color: #3e3e3e;
}

@media (min-width: 1200px) {
	.news-single__body {
		line-height: 1.7;
	}
}

@media (min-width: 992px) {
	.news-single__body .img-holder {
		width: 500px;
		text-align: right;
		float: right;
		display: block;
		overflow: hidden;
		padding-left: 2rem;
	}
}

@media (min-width: 1200px) {
	.news-single__body .img-holder {
		width: 701px;
	}
}

.news-single__body .img-holder figure {
	position: relative;
	display: inline-block;
}

.news-single__body .img-holder figure:after {
	content: "";
	background-color: rgba(255, 195, 47, .15);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 992px) {
	.news-single__body p {
		margin-bottom: 2.5rem;
	}
}

.news-single__item {
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.news-single__item {
		margin-top: 3.1rem;
	}
}

.news-single__item h6 {
	margin-bottom: .3rem;
	letter-spacing: 1px;
}

.news-single__item + .news-single__item {
	margin-top: 2.2rem;
}

.news-single__item + .news-single__item p {
	margin-bottom: 1rem;
}

.slide-btn {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-size: 1.313rem;
	padding: .5rem 0;
}

@media (max-width: 1200px) {
	.slide-btn {
		font-size: calc(1.2563rem + .0756vw);
	}
}

.slide-btn__wrap {
	font-size: 1.313rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1200px) {
	.slide-btn__wrap {
		font-size: calc(1.2563rem + .0756vw);
	}
}

.slide-btn__wrap .slide-arrow a {
	color: #bebebe;
	position: relative;
}

.slide-btn__wrap .slide-arrow a:hover {
	color: #ffc32f !important;
	text-decoration: none;
}

.slide-btn__wrap .slide-arrow a:hover:before {
	color: #ffc32f !important;
}

.slide-btn__wrap .slide-arrow a:hover:after {
	color: #ffc32f !important;
}

.slide-btn__wrap .prev-arrow {
	margin-right: .6rem;
}

@media (min-width: 768px) {
	.slide-btn__wrap .prev-arrow {
		margin-right: 4.0625rem;
	}
}

.slide-btn__wrap .prev-arrow a {
	padding-left: 1.375rem;
	color: #000;
}

.slide-btn__wrap .prev-arrow a:before {
	content: "";
	font-family: "icomoon" !important;
	display: inline-block;
	font-size: .7rem;
	color: #000 !important;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slide-btn__wrap .next-arrow a {
	padding-right: 1.3125rem;
	color: #000;
}

.slide-btn__wrap .next-arrow a:after {
	content: "";
	font-family: "icomoon" !important;
	display: inline-block;
	font-size: .7rem;
	color: #000 !important;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slide-btn--alt {
	padding: 1rem 0;
}

@media (min-width: 576px) {
	.slide-btn--alt {
		padding: 1rem 0 1.5rem;
	}
}

@media (min-width: 992px) {
	.slide-btn--alt {
		margin-top: 3.9rem;
	}
}

.slide-btn--alt .slide-btn__wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 1.3125rem;
	line-height: 1;
}

@media (max-width: 1200px) {
	.slide-btn--alt .slide-btn__wrap {
		font-size: calc(1.25625rem + .075vw);
	}
}

.slide-btn--alt .slide-btn__wrap .prev-arrow {
	margin-right: 1.25rem;
	padding-right: 1.8125rem;
	border-right: 1px solid #ced4da;
}

.slide-btn--alt .slide-btn__wrap .prev-arrow a:before {
	padding-right: 2px;
	font-size: .875rem;
	color: #3e3e3e !important;
}

.slide-btn--alt .slide-btn__wrap .next-arrow a {
	padding-right: 1rem;
}

.slide-btn--alt .slide-btn__wrap .next-arrow a:after {
	font-size: .875rem;
	color: #3e3e3e !important;
}

.slide-btn--alt .slide-btn__wrap .slide-arrow a {
	color: #3e3e3e;
}

.slide-btn--alt .slide-btn__wrap .slide-arrow a:hover, .slide-btn--alt .slide-btn__wrap .slide-arrow a.next-arrow:hover, .slide-btn--alt .slide-btn__wrap .slide-arrow a.prev-arrow:hover {
	color: #ffc32f;
}

.slide-btn--alt .slide-btn__wrap .slide-arrow a:hover:before, .slide-btn--alt .slide-btn__wrap .slide-arrow a:hover:after, .slide-btn--alt .slide-btn__wrap .slide-arrow a.next-arrow:hover:before, .slide-btn--alt .slide-btn__wrap .slide-arrow a.next-arrow:hover:after, .slide-btn--alt .slide-btn__wrap .slide-arrow a.prev-arrow:hover:before, .slide-btn--alt .slide-btn__wrap .slide-arrow a.prev-arrow:hover:after {
	color: #ffc32f !important;
}

.slide-btn--alt .slide-arrow {
	color: #3e3e3e;
}

.awards-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12rem 0 6.25rem;
	min-height: 38rem;
}

@media (min-width: 576px) {
	.awards-banner {
		padding: 15.75rem 0 6.25rem;
		min-height: 45rem;
	}
}

@media (min-width: 1200px) {
	.awards-banner {
		min-height: 50.813rem;
		padding: 17.75rem 0 6.25rem;
	}
}

.awards-banner__content {
	text-align: center;
	max-width: 25rem;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.awards-banner__content {
		max-width: 100%;
	}
}

.awards-banner__btn {
	margin-top: 1.75rem;
}

@media (min-width: 576px) {
	.awards-banner__btn {
		margin-top: 3.25rem;
	}
}

.awards-banner__btn a {
	text-transform: uppercase;
	font-size: 1.063rem;
}

@media (min-width: 576px) {
	.awards-banner__btn a {
		font-size: 1.563rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.awards-banner__btn a {
		font-size: calc(1.2813rem + .3756vw);
	}
}

.business-awards {
	padding: 2.563rem 0;
}

@media (min-width: 1200px) {
	.business-awards {
		padding: 2.563rem 0 1.75rem;
	}
}

.business-awards .container {
	max-width: 33.75rem;
}

@media (min-width: 768px) {
	.business-awards .container {
		max-width: 45rem;
	}
}

@media (min-width: 992px) {
	.business-awards .container {
		max-width: 60rem;
	}
}

@media (min-width: 1200px) {
	.business-awards .container {
		max-width: 102.5rem;
	}
}

.business-awards .double-column__media {
	position: relative;
	width: 100%;
	margin: 30px auto;
}

@media (min-width: 576px) {
	.business-awards .double-column__media {
		height: 267px;
	}
}

@media (min-width: 768px) {
	.business-awards .double-column__media {
		height: 350px;
	}
}

@media (min-width: 992px) {
	.business-awards .double-column__media {
		height: 220px;
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.business-awards .double-column__media {
		margin: 70px 0 0 0;
		height: 400px;
	}
}

.business-awards .double-column__media iframe {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100%);
	height: 100%;
}

@media (min-width: 576px) {
	.business-awards .double-column__media iframe {
		position: absolute;
	}
}

@media (min-width: 992px) {
	.business-awards .double-column__media iframe {
		width: calc(100% - 30px);
	}
}

.business-awards .block-title {
	margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
	.business-awards .block-title {
		margin-bottom: 1.813rem;
	}
}

.business-awards .block-title h2 {
	font-size: 2.625rem;
	font-weight: 700;
	color: #1c1c1c;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.business-awards .block-title h2 {
		font-size: calc(1.3875rem + 1.65vw);
	}
}

@media (min-width: 576px) {
	.business-awards .block-title h2 {
		font-size: 3.125rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.business-awards .block-title h2 {
		font-size: calc(1.4375rem + 2.25vw);
	}
}

@media (min-width: 1200px) {
	.business-awards .block-title h2 {
		font-size: 3.563rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.business-awards .block-title h2 {
		font-size: calc(1.4813rem + 2.7756vw);
	}
}

@media (min-width: 1600px) {
	.business-awards .block-title h2 {
		line-height: 1.48;
		font-size: 3.938rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.business-awards .block-title h2 {
		font-size: calc(1.5188rem + 3.2256vw);
	}
}

.business-awards__img {
	padding-right: .938rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.business-awards__img {
		margin-bottom: 0;
	}
}

.business-awards__item {
	margin: 5px 2px;
	position: relative;
}

.business-awards__item:after {
	content: "";
	background-color: rgba(209, 157, 27, .3);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.business-awards__itemwrap {
	position: relative;
}

.business-awards__itemwrap:first-child {
	margin-top: 2rem;
}

@media (min-width: 992px) {
	.business-awards__itemwrap:first-child {
		margin-top: 4.875rem;
	}
}

.business-awards__shape:after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 2.063rem;
	height: 2.063rem;
	display: block;
	right: 0;
	z-index: 5;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
	top: 46%;
}

@media (min-width: 576px) {
	.business-awards__shape:after {
		width: 2.688rem;
		height: 2.688rem;
	}
}

.business-awards__shape:before {
	content: "";
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 0;
	height: 0;
	border-top: 1.125rem solid transparent;
	border-right: 1.125rem solid #ffc32f;
	border-bottom: 1.125rem solid transparent;
	z-index: 10;
	top: 46%;
}

@media (min-width: 576px) {
	.business-awards__shape:before {
		border-top: 1.563rem solid transparent;
		border-right: 1.563rem solid #ffc32f;
		border-bottom: 1.563rem solid transparent;
	}
}

.business-awards__text {
	font-size: 1.125rem;
	color: #3e3e3e;
	line-height: 1.6;
	max-width: 45.313rem;
}

@media (min-width: 1200px) {
	.business-awards__text {
		font-size: 1.25rem;
	}
}

.business-awards__text p {
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.business-awards__text p {
		margin-bottom: 1.6rem;
	}
}

.business-awards__text .list-circle {
	color: #000;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	margin: 1.125rem 0 1.5rem;
}

@media (min-width: 1200px) {
	.business-awards__text .list-circle {
		margin: 1.125rem 0 2.1875rem;
	}
}

.business-awards__text .list-circle h4 {
	font-weight: 500;
	font-size: 1.688rem;
	text-transform: none;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: .813rem;
	line-height: 1.1;
}

@media (max-width: 1200px) {
	.business-awards__text .list-circle h4 {
		font-size: calc(1.2938rem + .5256vw);
	}
}

@media (min-width: 1200px) {
	.business-awards__text .list-circle h4 {
		font-size: 1.938rem;
		line-height: 1.48;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.business-awards__text .list-circle h4 {
		font-size: calc(1.3188rem + .8256vw);
	}
}

.business-awards__text .list-circle li {
	margin-bottom: .563rem;
	padding-left: 2.125rem;
	font-weight: 400;
}

.business-awards__text .list-circle li:before {
	color: #000;
}

.business-awards__text a {
	text-transform: uppercase;
	font-size: 1.063rem;
}

@media (min-width: 576px) {
	.business-awards__text a {
		font-size: 1.375rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.business-awards__text a {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 1200px) {
	.business-awards__text a {
		font-size: 1.563rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.business-awards__text a {
		font-size: calc(1.2813rem + .3756vw);
	}
}

.awards-category {
	position: relative;
	padding: 2rem 0;
}

.awards-category:before {
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, .9);
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	z-index: 1;
	left: 0;
}

.awards-category .block-title {
	position: relative;
	z-index: 5;
	font-size: 1.125rem;
	font-weight: 600;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
	.awards-category .block-title {
		margin-bottom: 1.75rem;
		font-size: 1.375rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.awards-category .block-title {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 768px) {
	.awards-category .block-title {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.awards-category .block-title {
		font-size: 1.688rem;
		margin-bottom: 3.563rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.awards-category .block-title {
		font-size: calc(1.2938rem + .5256vw);
	}
}

.awards-category .block-title h2 {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 3.25rem;
	line-height: 1.2;
	letter-spacing: 0;
}

@media (max-width: 1200px) {
	.awards-category .block-title h2 {
		font-size: calc(1.45rem + 2.4vw);
	}
}

@media (min-width: 768px) {
	.awards-category .block-title h2 {
		line-height: 1.48;
	}
}

.awards-category__content {
	position: relative;
	z-index: 5;
	max-width: 81.75rem;
	margin: 0 auto;
}

.awards-category__content .list-circle {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	font-size: 1.125rem;
	-webkit-column-gap: .625rem;
	-moz-column-gap: .625rem;
	column-gap: .625rem;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	max-width: 18.75rem;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.awards-category__content .list-circle {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		max-width: 100%;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}
}

@media (min-width: 992px) {
	.awards-category__content .list-circle {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}

@media (min-width: 1200px) {
	.awards-category__content .list-circle {
		-webkit-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem;
	}
}

.awards-category__content .list-circle li {
	font-weight: 500;
	padding-left: 2.375rem;
	margin-bottom: 1.063rem;
}

@media (min-width: 992px) {
	.awards-category__content .list-circle li {
		margin-bottom: 1.313rem;
	}
}

.awards-category__content .list-circle li:before {
	color: #00462a;
}

.awards-winner {
	padding: 2.125rem 0 2.313rem;
}

.awards-winner .block-title {
	margin-bottom: 1rem;
}

.awards-winner .block-title h2 {
	color: #1c1c1c;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 3rem;
}

@media (max-width: 1200px) {
	.awards-winner .block-title h2 {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 768px) {
	.awards-winner .block-title h2 {
		font-size: 3.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.awards-winner .block-title h2 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width: 1200px) {
	.awards-winner .block-title h2 {
		font-size: 3.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.awards-winner .block-title h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

.awards-winner__wrapper {
	margin-left: 0;
}

@media (min-width: 1200px) {
	.awards-winner__wrapper {
		margin-left: -2.5rem;
	}
}

.awards-winner__content {
	text-align: center;
}

.awards-winner__content a {
	background-color: #03442a;
	color: #fff;
	font-size: 1.813rem;
	min-width: 16.75rem;
	display: inline-block;
	border-radius: 2px;
	padding: .75rem;
	font-weight: 700;
	margin: 5px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 1200px) {
	.awards-winner__content a {
		font-size: calc(1.3063rem + .6756vw);
	}
}

@media (min-width: 576px) {
	.awards-winner__content a {
		min-width: 14rem;
		margin: 0 5px;
	}
}

@media (min-width: 768px) {
	.awards-winner__content a {
		min-width: 18.75rem;
	}
}

@media (min-width: 992px) {
	.awards-winner__content a {
		min-width: 21.813rem;
	}
}

.awards-winner__content a:hover, .awards-winner__content a:focus {
	background-color: #ffc32f;
	color: #03442a;
}

.testimonial-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9.875rem 0 3.25rem;
	min-height: 32.813rem;
}

@media (min-width: 768px) {
	.testimonial-banner {
		padding: 9.875rem 0 3.25rem;
		min-height: 36.813rem;
	}
}

@media (min-width: 992px) {
	.testimonial-banner {
		min-height: 38rem;
	}
}

@media (min-width: 1200px) {
	.testimonial-banner {
		padding: 14.875rem 0 4.25rem;
		min-height: 38.813rem;
	}
}

.testimonial-banner__content {
	text-align: center;
	color: #ffc32f;
	font-size: 2rem;
	max-width: 57.1875rem;
	margin: 0 auto;
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.testimonial-banner__content {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 992px) {
	.testimonial-banner__content {
		font-size: 2.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.testimonial-banner__content {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 1200px) {
	.testimonial-banner__content {
		font-size: 2.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.testimonial-banner__content {
		font-size: calc(1.4rem + 1.8vw);
	}
}

.testimonial-banner__content h1 {
	font-size: 4.5rem;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.testimonial-banner__content h1 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

@media (min-width: 1200px) {
	.testimonial-banner__content h1 {
		font-size: 6.125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.testimonial-banner__content h1 {
		font-size: calc(1.7375rem + 5.85vw);
	}
}

.testimonial-banner__content p {
	margin-bottom: 0;
}

.testimonial-banner__btn {
	margin-top: 1.813rem;
}

.testimonial-banner__btn a {
	text-transform: uppercase;
	font-size: 1.25rem;
	padding: .9375rem 3.5rem;
	color: #fff;
}

.testimonial-banner__modal .modal {
	z-index: 999999;
	padding: 0 .9375rem;
}

.testimonial-banner__modal .modal-dialog {
	height: 100%;
	max-width: 320px;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.testimonial-banner__modal .modal-dialog {
		max-width: 31.25rem;
	}
}

@media (min-width: 992px) {
	.testimonial-banner__modal .modal-dialog {
		max-width: 50rem;
	}
}

.testimonial-banner__modal .modal-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonial-banner__modal .modal-header {
	position: absolute;
	bottom: 100%;
	right: 0;
	border: 0;
}

.testimonial-banner__modal .modal-header button {
	padding: .3rem 1rem .6rem;
	background-color: #03442a;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}

.testimonial-banner__modal .modal-header button:hover, .testimonial-banner__modal .modal-header button:focus {
	background-color: #ffc32f;
	color: #fff;
	opacity: 1;
}

.testimonial-banner__modal .modal-body iframe {
	width: 100%;
	height: 10.6875rem;
}

@media (min-width: 576px) {
	.testimonial-banner__modal .modal-body iframe {
		height: 16.5rem;
	}
}

@media (min-width: 992px) {
	.testimonial-banner__modal .modal-body iframe {
		height: 26.875rem;
	}
}

.testimonial-video {
	padding: 2.8125rem 0;
}

@media (min-width: 992px) {
	.testimonial-video {
		padding: 0 0 3.75rem;
	}
}

@media (min-width: 1200px) {
	.testimonial-video {
		padding: 0 0 6.1875rem;
	}
}

.testimonial-video .container-fluid, .testimonial-video .container-sm, .testimonial-video .container-md, .testimonial-video .container-lg, .testimonial-video .container-xl, .testimonial-video .container-xxl {
	max-width: 33.75rem;
}

@media (min-width: 768px) {
	.testimonial-video .container-fluid, .testimonial-video .container-sm, .testimonial-video .container-md, .testimonial-video .container-lg, .testimonial-video .container-xl, .testimonial-video .container-xxl {
		max-width: 45rem;
	}
}

@media (min-width: 992px) {
	.testimonial-video .container-fluid, .testimonial-video .container-sm, .testimonial-video .container-md, .testimonial-video .container-lg, .testimonial-video .container-xl, .testimonial-video .container-xxl {
		max-width: 125rem;
	}
}

.testimonial-video__nav {
	text-align: center;
}

.testimonial-video__nav .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 0;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	margin-top: -1px;
}

@media (max-width: 575.98px) {
	.testimonial-video__nav .nav-item {
		width: 100%;
		border-bottom: 2px solid #fff;
	}
}

@media (min-width: 992px) {
	.testimonial-video__nav .nav-item--yellow .nav-link {
		background-color: #ffc32f;
		color: #3e3e3e;
	}
}

@media (min-width: 992px) {
	.testimonial-video__nav .nav-item--yellow .nav-link.active {
		background-color: #ffc32f;
		color: #3e3e3e;
	}
}

@media (min-width: 1600px) {
	.testimonial-video__nav .nav-item--yellow .nav-link.active {
		padding: 1.7rem 3.8rem;
	}
}

.testimonial-video__nav .nav-link {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #005432;
	border-radius: 0;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	border-color: transparent;
	-webkit-box-shadow: 0 1.375rem 3.25rem 0 rgba(0, 0, 0, .14);
	box-shadow: 0 1.375rem 3.25rem 0 rgba(0, 0, 0, .14);
	padding: 1rem .9rem;
	border: 0;
}

@media (min-width: 768px) {
	.testimonial-video__nav .nav-link {
		padding: 1.1rem 1.6rem;
	}
}

@media (min-width: 992px) {
	.testimonial-video__nav .nav-link {
		padding: 1.2rem 2.7rem;
		letter-spacing: .125rem;
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.testimonial-video__nav .nav-link {
		padding: 1.2rem 3rem;
	}
}

@media (min-width: 1600px) {
	.testimonial-video__nav .nav-link {
		padding: 1.7rem 6.2rem;
	}
}

.testimonial-video__nav .nav-link:hover, .testimonial-video__nav .nav-link:focus {
	border-color: transparent;
}

.testimonial-video__nav .nav-link.active {
	color: #fff;
	position: relative;
	z-index: 3;
	background-color: #ffc32f;
}

@media (min-width: 992px) {
	.testimonial-video__nav .nav-link.active {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		background-color: #03442a;
		padding: 1.3rem 4rem;
		font-size: 1.375rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.testimonial-video__nav .nav-link.active {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 1600px) {
	.testimonial-video__nav .nav-link.active {
		padding: 1.7rem 6rem;
		-webkit-transform: translateX(1.0625rem) scale(1.35, 1.2);
		-ms-transform: translateX(1.0625rem) scale(1.35, 1.2);
		transform: translateX(1.0625rem) scale(1.35, 1.2);
	}
}

.testimonial-video__nav .nav-link.active span {
	display: inline-block;
}

@media (min-width: 992px) {
	.testimonial-video__nav .nav-link.active span {
		-webkit-transform: scale(.75, .85);
		-ms-transform: scale(.75, .85);
		transform: scale(.75, .85);
	}
}

.testimonial-video__content {
	margin: 1.5625rem auto 0;
	max-width: 100rem;
}

@media (min-width: 768px) {
	.testimonial-video__content {
		margin: 2.8125rem auto 0;
	}
}

@media (min-width: 1200px) {
	.testimonial-video__content {
		margin: 3.25rem auto 0;
	}
}

@media (min-width: 1600px) {
	.testimonial-video__content {
		margin: 3.5rem auto 0;
		padding: 0 .9375rem;
	}
}

.testimonial-video__content .block-title {
	margin-bottom: 1.875rem;
	padding: 0 .9375rem;
}

@media (min-width: 1600px) {
	.testimonial-video__content .block-title {
		margin-bottom: 3.625rem;
		padding: 0;
	}
}

.testimonial-video__content .block-title h3 {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: .0575rem;
}

@media (max-width: 1200px) {
	.testimonial-video__content .block-title h3 {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 1200px) {
	.testimonial-video__content .block-title h3 {
		font-size: 2.125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.testimonial-video__content .block-title h3 {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 1600px) {
	.testimonial-video__content .block-title h3 {
		font-size: 2.875rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.testimonial-video__content .block-title h3 {
		font-size: calc(1.4125rem + 1.95vw);
	}
}

@media (min-width: 992px) {
	.testimonial-video__content .col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42.66667%;
		flex: 0 0 42.66667%;
		max-width: 42.66667%;
	}
}

@media (min-width: 992px) {
	.testimonial-video__content .col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 57.333334%;
		flex: 0 0 57.333334%;
		max-width: 57.33334%;
	}
}

@media (min-width: 576px) {
	.testimonial-video__content .tab-pane {
		margin: 0 0 1rem;
	}
}

@media (min-width: 992px) {
	.testimonial-video__content .tab-pane {
		margin: .5625rem 0 0;
	}
}

.testimonial-video__content .tab-pane iframe {
	width: 100%;
	max-width: 70.25rem;
	border: none;
	height: 15.875rem;
}

@media (min-width: 576px) {
	.testimonial-video__content .tab-pane iframe {
		height: 17.875rem;
	}
}

@media (min-width: 768px) {
	.testimonial-video__content .tab-pane iframe {
		height: 23.6875rem;
	}
}

@media (min-width: 992px) {
	.testimonial-video__content .tab-pane iframe {
		height: 31.125rem;
	}
}

@media (min-width: 1600px) {
	.testimonial-video__content .tab-pane iframe {
		height: 41.5625rem;
	}
}

@media (min-width: 1600px) {
	.testimonial-video__content .tab-content#v-pills-tabContent {
		padding-left: .625rem;
	}
}

.testimonial-video__content .tab-content #attendee-testimonials .card-deck.nav-pills .slick-track {
	width: 100% !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.testimonial-video__content .tab-content #attendee-testimonials .card-deck.nav-pills .slick-track .nav-link {
	width: 100% !important;
}

.testimonial-video__content .nav-pills {
	height: 100%;
	overflow: auto;
	margin: .75rem 0 0;
	max-height: 36.75rem;
}

@media (min-width: 1200px) {
	.testimonial-video__content .nav-pills {
		max-height: 50.5625rem;
	}
}

.testimonial-video__content .nav-pills::-webkit-scrollbar {
	width: .5rem;
}

.testimonial-video__content .nav-pills::-webkit-scrollbar-track {
	border-radius: .25rem;
	background: #e8e8e8;
}

.testimonial-video__content .nav-pills::-webkit-scrollbar-thumb {
	background: #c7c7c7;
	border-radius: .625rem;
}

.testimonial-video__content .nav-link {
	padding: 0 .875rem 0 0;
	margin-bottom: 1.25rem;
	border-radius: 0;
	position: relative;
}

@media (min-width: 0\0 ) {
	.testimonial-video__content .nav-link {
		padding: 0 .5rem 0 0;
	}
}

@media (min-width: 1600px) {
	.testimonial-video__content .nav-link {
		padding: 0 1.125rem 0 0;
	}
}

@media (min-width: 1600px) and (min-width: 0\0 ) {
	.testimonial-video__content .nav-link {
		padding: 0 .625rem 0 0;
	}
}

.testimonial-video__content .nav-link.active {
	background-color: transparent;
}

.testimonial-video__content .nav-link.active:before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.testimonial-video__content .nav-link .card {
	border-radius: 0;
	border: none;
	margin: 0;
	margin: 0 auto;
	background: transparent;
	width: 100%;
	max-width: 15.9375rem;
}

@media (min-width: 992px) {
	.testimonial-video__content .nav-link .card {
		max-width: 100%;
	}
}

.testimonial-video__content .nav-link .card-img-top {
	border-radius: 0;
}

.testimonial-video__content .nav-link .card-body {
	color: #3c3c3c;
	text-transform: uppercase;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: .85rem;
	padding: .375rem .0625rem;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 1600px) {
	.testimonial-video__content .nav-link .card-body {
		font-size: 1rem;
		padding: .375rem .625rem;
	}
}

.testimonial-video__content .nav-link .card-image {
	min-height: 13.75rem;
}

@media (min-width: 0\0 ) {
	.testimonial-video__content .nav-link .card-image {
		height: 13.75rem;
	}
}

#photo-gallery .card-body {
	display: none;
}

.about-page .about-expo {
	padding: 3rem 0 0;
}

@media (min-width: 576px) {
	.about-page .about-expo {
		padding: 3.4375rem 0 0;
	}
}

.about-page .about-expo .double-column__content {
	margin: 0;
}

.about-page .about-expo .double-column--full {
	margin-top: 3rem;
}

@media (min-width: 576px) {
	.about-page .about-expo .double-column--full {
		margin-top: 3.988rem;
	}
}

.about-page .expo {
	padding-top: .5rem;
}

.about-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8rem 0 2.25rem;
	min-height: 42rem;
	background-color: #000;
}

@media (min-width: 576px) {
	.about-banner {
		padding: 14.75rem 0 6.25rem;
		min-height: 50.813rem;
	}
}

@media (min-width: 1200px) {
	.about-banner {
		padding: 15.45rem 0 3.25rem;
	}
}

.about-banner__content {
	max-width: 18.75rem;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.about-banner__content {
		max-width: 100%;
	}
}

.about-contact {
	padding: 4.0625rem 0 1.5rem;
	background: #f8f8f8;
}

.about-contact .block-title {
	margin-bottom: 2rem;
}

.about-contact .block-title h2 {
	font-weight: 700;
}

.about-contact__map iframe {
	max-width: 47.5625rem;
	width: 100%;
	border: none;
	height: 20.625rem;
}

@media (min-width: 768px) {
	.about-contact__map iframe {
		height: 21.875rem;
	}
}

@media (min-width: 992px) {
	.about-contact__map iframe {
		height: 29.9375rem;
	}
}

@media (min-width: 1600px) {
	.about-contact__info {
		margin-right: -.625rem;
	}
}

.about-contact__link {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: .5rem;
}

@media (min-width: 576px) {
	.about-contact__link {
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	.about-contact__link {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 1600px) {
	.about-contact__link {
		max-width: 33.33%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		margin-bottom: 2.5rem;
	}
}

.about-contact__link h6 {
	color: #1c1c1c;
	font-weight: 500;
	margin: 0;
	font-size: 1.375rem;
}

@media (max-width: 1200px) {
	.about-contact__link h6 {
		font-size: calc(1.2625rem + .15vw);
	}
}

.about-contact__link a {
	color: #7e7e7e;
	font-size: 1.125rem;
	text-decoration: none;
}

.about-contact__link a:hover {
	color: #03442a;
}

.about-contact__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 39.8125rem;
	margin: .9375rem 0 0 0;
}

@media (min-width: 768px) {
	.about-contact__details {
		margin: 2.75rem 0 0 0;
	}
}

@media (min-width: 1200px) {
	.about-contact__details {
		margin: 2.75rem 0 0 0;
	}
}

@media (min-width: 1600px) {
	.about-contact__details {
		margin: 2.75rem 0 0;
	}
}

.about-contact__form {
	max-width: 41.25rem;
	width: 100%;
	margin: 1rem 0 0;
}

@media (min-width: 576px) {
	.about-contact__form {
		margin: 2rem 0 0;
	}
}

@media (min-width: 768px) {
	.about-contact__form {
		margin: 3rem 0 0;
	}
}

@media (min-width: 992px) {
	.about-contact__form {
		margin: 0;
	}
}

@media (min-width: 1600px) {
	.about-contact__form {
		margin: 0 0 0 1.4375rem;
	}
}

.about-contact__form .gform_confirmation_message {
	font-size: 1.5rem;
	text-align: center;
}

@media (max-width: 1200px) {
	.about-contact__form .gform_confirmation_message {
		font-size: calc(1.275rem + .3vw);
	}
}

.about-contact__form .gform_heading {
	display: none;
}

.about-contact__form .gform_ajax_spinner {
	position: absolute;
	display: block;
	top: 50%;
	left: .9375rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 576px) {
	.about-contact__form .gform_ajax_spinner {
		left: 2.1875rem;
	}
}

.about-contact__form .gform_body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-contact__form .gform_body .gfield {
	display: block;
	width: 100%;
}

@media (min-width: 576px) {
	.about-contact__form .gform_body .gfield {
		padding: 0 .9375rem;
	}
}

.about-contact__form .gform_body .gfield label {
	color: #7e7e7e;
	margin-bottom: 3px;
}

.about-contact__form .gform_body .gfield .name_first label, .about-contact__form .gform_body .gfield .name_last label {
	display: none;
}

@media (min-width: 576px) {
	.about-contact__form .gform_body .gfield.half-width {
		width: 50%;
		display: inline-block;
	}
}

.about-contact__form .gform_body .gfield input, .about-contact__form .gform_body .gfield textarea {
	width: 100%;
	margin-bottom: .5rem;
	height: 2.25rem;
	padding: .5rem;
	font-size: 1rem;
	border: 1px solid #ddd;
	outline-color: transparent;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

@media (min-width: 576px) {
	.about-contact__form .gform_body .gfield input, .about-contact__form .gform_body .gfield textarea {
		height: 2.6875rem;
		padding: .5rem .9rem;
		margin-bottom: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.about-contact__form .gform_body .gfield input, .about-contact__form .gform_body .gfield textarea {
		margin-bottom: 2.125rem;
	}
}

.about-contact__form .gform_body .gfield input:focus, .about-contact__form .gform_body .gfield input:active, .about-contact__form .gform_body .gfield textarea:focus, .about-contact__form .gform_body .gfield textarea:active {
	outline-color: #00462a;
}

.about-contact__form .gform_body .gfield textarea {
	min-height: 4rem;
}

@media (min-width: 576px) {
	.about-contact__form .gform_body .gfield textarea {
		min-height: 5.75rem;
	}
}

.about-contact__form .gform_footer {
	margin-top: .2rem;
	position: relative;
}

@media (min-width: 576px) {
	.about-contact__form .gform_footer {
		padding: 0 .9375rem;
	}
}

.about-contact__form .gform_footer input {
	color: #00462a;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	background: #ffc32f;
	border-radius: 2px;
	padding: .75rem 2.125rem;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

@media (min-width: 576px) {
	.about-contact__form .gform_footer input {
		padding: 1.0625rem 2.75rem;
	}
}

.about-contact__form .gform_footer input:hover {
	color: #ffc32f;
	background-color: #00462a;
}

.about-news {
	padding: 2.75rem 0;
}

@media (min-width: 768px) {
	.about-news {
		padding: 3.55rem 0;
	}
}

.about-news .block-title {
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.about-news .block-title {
		margin-bottom: 2rem;
	}
}

.about-news .block-title h2 {
	line-height: 1;
}

.about-news .news-content {
	max-width: 26.5rem;
	margin-bottom: .5rem;
	padding: 0 .938rem;
}

@media (min-width: 576px) {
	.about-news .news-content {
		max-width: 32.5rem;
	}
}

@media (min-width: 768px) {
	.about-news .news-content {
		max-width: 101.375rem;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	.about-news .news-content {
		margin-bottom: 2rem;
	}
}

.about-news .news-slider {
	padding: 0;
	position: relative;
}

@media (min-width: 576px) {
	.about-news .news-slider {
		padding: 0 3rem;
	}
}

@media (min-width: 1600px) {
	.about-news .news-slider {
		padding: 0 4.5rem;
	}
}

.about-news .news-slider article {
	outline: none;
}

.about-news .news-slider__item {
	margin: 0 .75rem 1.25rem;
	outline: none;
}

.about-news .news-slider__item .news-item__img {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: none;
}

.about-news .news-slider__item .news-item__img h4 {
	font-size: 2rem;
}

@media (max-width: 1200px) {
	.about-news .news-slider__item .news-item__img h4 {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 1600px) {
	.about-news .news-slider__item .news-item__img h4 {
		font-size: 2.375rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.about-news .news-slider__item .news-item__img h4 {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

.about-news .news-slider__item .news-item__text {
	-webkit-box-shadow: 0 3px .85rem 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px .85rem 0 rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-news .news-slider__item .news-item__text .img-wrap {
	max-width: 6.375rem;
	margin: 0 auto 3px;
}

.about-news .news-slider__item .news-item__text a {
	font-size: 1rem;
	letter-spacing: 0;
}

.about-news .news-slider__item .news-item__text img {
	margin: 0 auto .75rem;
	border: 1px solid #ccc;
}

.about-news .news-slider__btn {
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #8b8b8b;
	background-color: transparent;
	border: 1px solid #8b8b8b;
	line-height: 1;
	padding: .625rem;
	font-size: 1.313rem;
	outline: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (max-width: 1200px) {
	.about-news .news-slider__btn {
		font-size: calc(1.2563rem + .0756vw);
	}
}

.about-news .news-slider__btn:hover {
	background-color: #ffc32f;
	color: #fff;
	border-color: #ffc32f;
}

.about-news .news-slider__prev {
	left: 0;
}

.about-news .news-slider__next {
	right: 0;
}

.about-news .news-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.about-news .news-slider .slick-dots li {
	height: .5625rem;
	width: .5625rem;
	border-radius: 100%;
	background-color: #00462a;
	text-indent: -999rem;
	display: inline-block;
	cursor: pointer;
	margin: 0 3px;
}

.about-news .news-slider .slick-dots li.slick-active {
	background-color: #ffc32f;
}

.about-news__btn a {
	text-transform: uppercase;
	font-weight: 700;
}

.about-download {
	position: relative;
	padding: 3.25rem 0 2rem;
}

@media (min-width: 992px) {
	.about-download {
		padding: 4.25rem 0 3rem;
	}
}

@media (min-width: 1200px) {
	.about-download {
		padding: 5.25rem 0 5.375rem;
	}
}

.about-download:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 70, 42, .9);
	display: block;
}

.about-download__heading {
	position: relative;
	z-index: 5;
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.about-download__heading {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.about-download__heading {
		font-size: calc(1.275rem + .3vw);
	}
}

.about-download__heading h4 {
	font-size: 3.25rem;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.about-download__heading h4 {
		font-size: calc(1.45rem + 2.4vw);
	}
}

@media (min-width: 1200px) {
	.about-download__heading h4 {
		font-size: 3.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.about-download__heading h4 {
		font-size: calc(1.5rem + 3vw);
	}
}

@media (min-width: 1600px) {
	.about-download__heading h4 {
		line-height: 1.48;
	}
}

.about-download__heading p {
	margin-bottom: 0;
}

.about-download__item {
	text-align: center;
	position: relative;
	z-index: 5;
	font-size: 1.5rem;
	color: #fff;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 0 auto 1.5rem;
	max-width: 40.9375rem;
}

@media (max-width: 1200px) {
	.about-download__item {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 992px) {
	.about-download__item {
		margin: 0 auto;
		font-size: 1.6875rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.about-download__item {
		font-size: calc(1.29375rem + .525vw);
	}
}

.about-download__item h4 {
	font-size: 3.25rem;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.about-download__item h4 {
		font-size: calc(1.45rem + 2.4vw);
	}
}

@media (min-width: 1200px) {
	.about-download__item h4 {
		font-size: 3.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.about-download__item h4 {
		font-size: calc(1.5rem + 3vw);
	}
}

.about-download__item p {
	letter-spacing: 1px;
}

.about-download__btn {
	margin-top: 0;
}

.about-download__btn a {
	text-transform: uppercase;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	min-width: 17.875rem;
}

@media (min-width: 576px) {
	.about-download__btn a {
		font-size: 1.25rem;
		min-width: 21.25rem;
	}
}

.about-download__btn a:hover, .about-download__btn a:focus {
	background-color: #e4b437 !important;
	color: #00462a;
}

.about-download--left {
	padding-left: 0;
}

@media (min-width: 1600px) {
	.about-download--left {
		padding-left: 2.313rem;
	}
}

.about-download--right {
	padding-right: 0;
}

@media (min-width: 1600px) {
	.about-download--right {
		padding-right: 2.313rem;
	}
}

.about-event {
	padding: 2rem .938rem;
}

@media (min-width: 576px) {
	.about-event {
		padding: 3.5rem .938rem;
	}
}

.about-event .block-title {
	margin-bottom: 2.1875rem;
}

.about-expo__v2 {
	padding-bottom: 2rem;
}

.about-expo__v2 .double-column__content {
	max-width: 100%;
}

@media (max-width: 991.98px) {
	.about-expo__v2 .double-column__content {
		text-align: center;
	}
}

.about-expo__v2 .double-column__content:before, .about-expo__v2 .double-column__content:after {
	content: "";
	display: block;
	clear: both;
}

@media (min-width: 992px) {
	.about-expo__v2 .double-column__content .double-column__media {
		max-width: 29rem;
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.about-expo__v2 .double-column__content .double-column__media {
		max-width: 36rem;
	}
}

@media (min-width: 1600px) {
	.about-expo__v2 .double-column__content .double-column__media {
		max-width: 46rem;
	}
}

.about-expo__v2 .double-column__content .double-column__media img {
	-o-object-fit: cover;
	object-fit: cover;
}

.about-expo__v2 .double-column__content .showMoreToggle {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: #00f;
	margin-bottom: 1rem;
	outline: none;
}

@media (min-width: 1600px) {
	.about-expo__v2 .double-column__content .showMoreToggle {
		margin-bottom: 2.37rem;
	}
}

.about-expo__v2 .double-column__content .moreContent {
	display: none;
}

.section-about-expo .expo__heading {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.81;
	color: #606060;
}

@media (max-width: 1200px) {
	.section-about-expo .expo__heading {
		font-size: calc(1.2875rem + .45vw);
	}
}

@media (min-width: 1600px) {
	.section-about-expo .expo__heading {
		padding-left: 7.825rem;
	}
}

.section-about-expo .expo__heading h2 {
	font-size: 3.75rem;
	line-height: 1.3;
	margin-bottom: .4rem;
}

@media (max-width: 1200px) {
	.section-about-expo .expo__heading h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

@media (min-width: 1600px) {
	.section-about-expo .expo__slider .slick-arrow {
		width: 6.25rem;
		height: 6.25rem;
	}
}

.section-about-expo .expo__slider .slick-arrow:before {
	color: #000;
}

@media (min-width: 1200px) {
	.section-about-expo .expo__slider .slick-arrow:before {
		font-size: 1.9rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.section-about-expo .expo__slider .slick-arrow:before {
		font-size: calc(1.315rem + .78vw);
	}
}

.fancybox-button {
	padding: 0 !important;
}

.webinar-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12.75rem 0 6.25rem;
	min-height: 35rem;
}

@media (min-width: 576px) {
	.webinar-banner {
		min-height: 40rem;
	}
}

@media (min-width: 768px) {
	.webinar-banner {
		min-height: 45rem;
	}
}

@media (min-width: 992px) {
	.webinar-banner {
		min-height: 50.813rem;
		padding: 14.75rem 0 6.25rem;
	}
}

.webinar-banner__content {
	color: #ffc32f;
	font-size: 1.3125rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.webinar-banner__content {
		font-size: calc(1.25625rem + .075vw);
	}
}

@media (min-width: 576px) {
	.webinar-banner__content {
		font-size: 1.75rem;
		line-height: 1.4;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.webinar-banner__content {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 768px) {
	.webinar-banner__content {
		font-size: 2.0625rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.webinar-banner__content {
		font-size: calc(1.33125rem + .975vw);
	}
}

@media (min-width: 1200px) {
	.webinar-banner__content {
		font-size: 2.6875rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.webinar-banner__content {
		font-size: calc(1.39375rem + 1.725vw);
	}
}

.webinar-banner__content h1 {
	font-size: 3.5rem;
	color: #fff;
	line-height: 1;
}

@media (max-width: 1200px) {
	.webinar-banner__content h1 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width: 576px) {
	.webinar-banner__content h1 {
		font-size: 4.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.webinar-banner__content h1 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

@media (min-width: 768px) {
	.webinar-banner__content h1 {
		font-size: 5.25rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.webinar-banner__content h1 {
		font-size: calc(1.65rem + 4.8vw);
	}
}

@media (min-width: 1200px) {
	.webinar-banner__content h1 {
		font-size: 5.875rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.webinar-banner__content h1 {
		font-size: calc(1.7125rem + 5.55vw);
	}
}

.webinar-banner__content p {
	max-width: 75rem;
	margin: 0 auto;
	letter-spacing: 1px;
}

.webinar-strategy {
	padding: 2.25rem 0 1.5rem;
}

@media (min-width: 576px) {
	.webinar-strategy {
		padding: 3.25rem 0 1.5rem;
	}
}

@media (min-width: 992px) {
	.webinar-strategy {
		padding: 4.25rem 0 1.5rem;
	}
}

@media (min-width: 1200px) {
	.webinar-strategy {
		padding: 5.25rem 0 1.5rem;
	}
}

.webinar-strategy__content {
	margin: 0 auto;
	max-width: 48rem;
}

@media (min-width: 992px) {
	.webinar-strategy__content {
		max-width: 107.8125rem;
	}
}

.webinar-strategy__img {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.webinar-strategy__img {
		margin-bottom: 0;
	}
}

.webinar-strategy__item {
	padding: 0 .938rem;
}

.webinar-strategy--lg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.webinar-strategy--lg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}
}

.webinar-strategy--md {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.webinar-strategy--md {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}
}

.webinar-strategy__text {
	margin-top: 0;
	font-size: 1.25rem;
	line-height: 1.7;
}

@media (min-width: 1200px) {
	.webinar-strategy__text {
		margin-top: 6px;
	}
}

.webinar-strategy__text h3 {
	color: #000;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: none;
	margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
	.webinar-strategy__text h3 {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 1200px) {
	.webinar-strategy__text h3 {
		margin-bottom: 2.125rem;
		font-size: 1.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.webinar-strategy__text h3 {
		font-size: calc(1.3rem + .6vw);
	}
}

.webinar-strategy__text p {
	max-width: 42rem;
	margin-bottom: 0;
}

.webinar-strategy__text .list-circle {
	font-size: 1.15rem;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
	.webinar-strategy__text .list-circle {
		font-size: 1.3125rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.webinar-strategy__text .list-circle {
		font-size: calc(1.25625rem + .075vw);
	}
}

@media (min-width: 1200px) {
	.webinar-strategy__text .list-circle {
		font-size: 1.4375rem;
		margin-bottom: 1.625rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.webinar-strategy__text .list-circle {
		font-size: calc(1.26875rem + .225vw);
	}
}

.webinar-strategy__text .list-circle li {
	font-weight: 300;
	padding-left: 1.6rem;
	margin-bottom: .5rem;
}

@media (min-width: 576px) {
	.webinar-strategy__text .list-circle li {
		padding-left: 2.5rem;
	}
}

@media (min-width: 992px) {
	.webinar-strategy__text .list-circle li {
		padding-left: 3.125rem;
	}
}

@media (min-width: 1200px) {
	.webinar-strategy__text .list-circle li {
		margin-bottom: .6875rem;
	}
}

.webinar-strategy__text .list-circle li:before {
	color: #03442a;
	top: .9375rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.2rem;
}

@media (min-width: 576px) {
	.webinar-strategy__text .list-circle li:before {
		top: 1.125rem;
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.webinar-strategy__text .list-circle li:before {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 1200px) {
	.webinar-strategy__text .list-circle li:before {
		top: 1.25rem;
	}
}

.webinar-strategy__btn {
	margin-top: 1.25rem;
}

@media (min-width: 576px) {
	.webinar-strategy__btn {
		margin-top: 1.875rem;
	}
}

.webinar-strategy__btn a {
	text-transform: uppercase;
	font-size: 1rem;
	padding: .9375rem 1.75rem;
}

@media (min-width: 576px) {
	.webinar-strategy__btn a {
		font-size: 1.1875rem;
		padding: .9375rem 2.1rem;
	}
}

.webinar-upcoming {
	padding: 1rem 0 0;
}

@media (min-width: 768px) {
	.webinar-upcoming {
		padding: 3rem 0 0;
	}
}

@media (min-width: 1200px) {
	.webinar-upcoming {
		padding: 3rem 0 1rem;
	}
}

.webinar-upcoming .block-title {
	margin: 1rem auto;
	font-size: 2rem;
	line-height: 1.2;
	color: #03442a;
	max-width: 52rem;
}

@media (min-width: 992px) {
	.webinar-upcoming .block-title {
		margin: 3rem auto 2rem;
	}
}

.webinar-upcoming .block-title a {
	color: #03442a;
	text-decoration: none;
}

.webinar-upcoming .block-title a:hover {
	color: #ffc32f;
}

.webinar-upcoming .block-title h2 {
	color: #03442a;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.webinar-upcoming .block-title h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

.webinar-upcoming__content {
	position: relative;
	min-height: 62.875rem;
	overflow: auto;
	margin: 1rem auto;
}

.webinar-upcoming__content::-webkit-scrollbar {
	width: .5rem;
}

.webinar-upcoming__content::-webkit-scrollbar-track {
	border-radius: .25rem;
	background: #e8e8e8;
}

.webinar-upcoming__content::-webkit-scrollbar-thumb {
	background: #c7c7c7;
	border-radius: .625rem;
}

@media (min-width: 576px) {
	.webinar-upcoming__content {
		max-width: 100%;
		margin: 0;
		min-height: 51.375rem;
	}
}

@media (min-width: 992px) {
	.webinar-upcoming__content {
		min-height: 82.625rem;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.webinar-upcoming__content {
		min-height: 141.5rem;
	}
}

@media (min-width: 0\0 ) {
	.webinar-upcoming__content {
		min-height: 141.5rem;
	}
}

.webinar-upcoming__content iframe {
	position: absolute;
	width: 100%;
	min-height: 169.875rem;
	border: 0;
}

@media (min-width: 576px) {
	.webinar-upcoming__content iframe {
		min-height: 143.375rem;
	}
}

@media (min-width: 768px) {
	.webinar-upcoming__content iframe {
		min-height: 138.25rem;
	}
}

@media (min-width: 992px) {
	.webinar-upcoming__content iframe {
		min-height: 178.563rem;
	}
}

@media (min-width: 1200px) {
	.webinar-upcoming__content iframe {
		min-height: 141.813rem;
	}
}

@media (min-width: 0\0 ) {
	.webinar-upcoming__content iframe {
		height: 141.813rem;
	}
}

.channel-2018-list-box-header-right span {
	display: none;
}

.channel-2018-list-box-right-arr {
	display: block;
	right: 100%;
}

.channel-2018-list-box-left-arr {
	display: block;
}

.dallas-page ~ .fade {
	-webkit-transition: opacity .05s linear;
	-o-transition: opacity .05s linear;
	transition: opacity .05s linear;
}

@media (min-width: 1200px) {
	.dallas-page.st-louis-2 .banner__video-wrap > iframe {
		-webkit-transform: translateY(-68%) !important;
		-ms-transform: translateY(-68%) !important;
		transform: translateY(-68%) !important;
		height: 1919px !important;
	}
}

@media (min-width: 1920px) {
	.dallas-page.st-louis-2 .banner__video-wrap > iframe {
		height: 1165px !important;
	}
}

@media (min-width: 2000px) {
	.dallas-page.st-louis-2 .banner__video-wrap > iframe {
		height: 1505px !important;
	}
}

@media (min-width: 1200px) {
	.dallas-page.washington-d-c .banner__video-wrap > iframe, .dallas-page.washington-dc .banner__video-wrap > iframe {
		-webkit-transform: translateY(-51%) !important;
		-ms-transform: translateY(-51%) !important;
		transform: translateY(-51%) !important;
		height: 1919px !important;
		width: 117vw !important;
		left: -15% !important;
	}
}

@media (min-width: 1600px) {
	.dallas-page.washington-d-c .banner__video-wrap > iframe, .dallas-page.washington-dc .banner__video-wrap > iframe {
		width: 116vw !important;
		left: 0% !important;
		-webkit-transform: translateY(-58%) !important;
		-ms-transform: translateY(-58%) !important;
		transform: translateY(-58%) !important;
	}
}

@media (min-width: 2000px) {
	.dallas-page.washington-d-c .banner__video-wrap > iframe, .dallas-page.washington-dc .banner__video-wrap > iframe {
		height: 1501px !important;
		width: 190vw !important;
	}
}

@media (min-width: 2200px) {
	.dallas-page.washington-d-c .banner__video-wrap > iframe, .dallas-page.washington-dc .banner__video-wrap > iframe {
		left: 0% !important;
		height: 100vw !important;
		width: 100vw !important;
	}
}

.dallas-page .show-block {
	padding: 30px 0;
}

@media (min-width: 576px) {
	.dallas-page .show-block {
		padding: 35px 0;
	}
}

@media (min-width: 768px) {
	.dallas-page .show-block {
		padding: 40px 0 35px;
	}
}

.dallas-page .show-block .heading-wrap {
	max-width: 100%;
	text-align: center;
	font-size: 1.25rem;
}

@media (min-width: 576px) {
	.dallas-page .show-block .heading-wrap {
		font-size: 1.3rem;
		margin: 0 auto 30px;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.dallas-page .show-block .heading-wrap {
		font-size: calc(1.255rem + .06vw);
	}
}

@media (min-width: 768px) {
	.dallas-page .show-block .heading-wrap {
		margin: 0 auto 40px;
		font-size: 1.6rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.dallas-page .show-block .heading-wrap {
		font-size: calc(1.285rem + .42vw);
	}
}

@media (min-width: 992px) {
	.dallas-page .show-block .heading-wrap {
		font-size: 1.8rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.dallas-page .show-block .heading-wrap {
		font-size: calc(1.305rem + .66vw);
	}
}

@media (min-width: 1200px) {
	.dallas-page .show-block .heading-wrap {
		font-size: 2.125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.dallas-page .show-block .heading-wrap {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.dallas-page .show-block .heading-wrap h2 {
	color: #393939;
	line-height: 1.1;
}

@media (max-width: 1599.98px) {
	.dallas-page .show-block .heading-wrap h2 {
		font-size: 3.2rem;
	}
}

@media (max-width: 1599.98px) and (max-width: 1200px) {
	.dallas-page .show-block .heading-wrap h2 {
		font-size: calc(1.445rem + 2.34vw);
	}
}

@media (max-width: 1199.98px) {
	.dallas-page .show-block .heading-wrap h2 {
		font-size: 2.7rem;
	}
}

@media (max-width: 1199.98px) and (max-width: 1200px) {
	.dallas-page .show-block .heading-wrap h2 {
		font-size: calc(1.395rem + 1.74vw);
	}
}

@media (max-width: 991.98px) {
	.dallas-page .show-block .heading-wrap h2 {
		font-size: 2rem;
	}
}

@media (max-width: 991.98px) and (max-width: 1200px) {
	.dallas-page .show-block .heading-wrap h2 {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (max-width: 767.98px) {
	.dallas-page .show-block .heading-wrap h2 {
		font-size: 1.59rem;
	}
}

@media (max-width: 767.98px) and (max-width: 1200px) {
	.dallas-page .show-block .heading-wrap h2 {
		font-size: calc(1.284rem + .408vw);
	}
}

.dallas-page .show-block .iframe-demo {
	max-width: 1440px;
	position: relative;
	min-height: 235px;
}

@media (min-width: 576px) {
	.dallas-page .show-block .iframe-demo {
		min-height: 264px;
	}
}

@media (min-width: 768px) {
	.dallas-page .show-block .iframe-demo {
		min-height: 356px;
	}
}

@media (min-width: 992px) {
	.dallas-page .show-block .iframe-demo {
		min-height: 475px;
	}
}

@media (min-width: 1200px) {
	.dallas-page .show-block .iframe-demo {
		min-height: 569px;
	}
}

@media (min-width: 1600px) {
	.dallas-page .show-block .iframe-demo {
		min-height: 732px;
	}
}

.dallas-page .show-block .iframe-demo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.dallas-page .show-block .iframe-demo__button {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffc32f;
	border: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
	-webkit-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
	z-index: 10;
}

@media (min-width: 576px) {
	.dallas-page .show-block .iframe-demo__button {
		width: 95px;
		height: 95px;
	}
}

@media (min-width: 768px) {
	.dallas-page .show-block .iframe-demo__button {
		width: 110px;
		height: 110px;
	}
}

@media (min-width: 1200px) {
	.dallas-page .show-block .iframe-demo__button {
		width: 137px;
		height: 137px;
	}
}

.dallas-page .show-block .iframe-demo__button.hide {
	opacity: 0;
	visibility: hidden;
}

.dallas-page .show-block .iframe-demo__button:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 25px solid #010101;
}

@media (min-width: 768px) {
	.dallas-page .show-block .iframe-demo__button:before {
		border-top-width: 20px;
		border-bottom-width: 20px;
		border-left-width: 30px;
	}
}

@media (min-width: 1200px) {
	.dallas-page .show-block .iframe-demo__button:before {
		border-top-width: 25px;
		border-bottom-width: 25px;
		border-left-width: 40px;
	}
}

.dallas-page .block-title {
	color: #1c1c1c;
	font-weight: 400;
	font-size: 2.125rem;
	max-width: 89.6875rem;
	width: 100%;
	margin: 0 auto;
	line-height: 1.31;
	letter-spacing: 1px;
	text-transform: none;
}

@media (max-width: 1200px) {
	.dallas-page .block-title {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.dallas-page .block-title h2 {
	font-size: 4.375rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1;
}

@media (max-width: 1200px) {
	.dallas-page .block-title h2 {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

.dallas-page.virtual-shows .tour {
	padding: 1rem 0;
}

.dallas-page .experience {
	padding: 2rem 0 1rem;
}

@media (min-width: 768px) {
	.dallas-page .experience {
		padding: 3.5rem 0 1rem;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience {
		padding: 4.938rem 0 1rem;
	}
}

.dallas-page .experience .block-title {
	font-size: 2.125rem;
	color: #1c1c1c;
	line-height: 1.31;
	font-weight: 400;
	text-transform: none;
}

@media (max-width: 1200px) {
	.dallas-page .experience .block-title {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 768px) {
	.dallas-page .experience .block-title {
		margin-bottom: 2rem;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience .block-title {
		margin-bottom: 3rem;
	}
}

.dallas-page .experience .block-title h2 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #111;
	font-size: 2.5rem;
}

@media (max-width: 1200px) {
	.dallas-page .experience .block-title h2 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 992px) {
	.dallas-page .experience .block-title h2 {
		font-size: 3.125rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.dallas-page .experience .block-title h2 {
		font-size: calc(1.4375rem + 2.25vw);
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience .block-title h2 {
		font-size: 3.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.dallas-page .experience .block-title h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

@media (min-width: 1600px) {
	.dallas-page .experience .block-title h2 {
		font-size: 4.375rem;
		margin-bottom: 1.2rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.dallas-page .experience .block-title h2 {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

.dallas-page .experience .card--link a {
	font-size: 2.625rem;
	font-weight: 900;
}

@media (max-width: 1200px) {
	.dallas-page .experience .card--link a {
		font-size: calc(1.3875rem + 1.65vw);
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience .col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 73%;
		flex: 0 0 73%;
		max-width: 73%;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience .col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46.2%;
		flex: 0 0 46.2%;
		max-width: 46.2%;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience .col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 27%;
		flex: 0 0 27%;
		max-width: 27%;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience .col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 26.9%;
		flex: 0 0 26.9%;
		max-width: 26.9%;
	}
}

.dallas-page .experience--vendors {
	padding-top: 2rem;
}

@media (min-width: 1600px) {
	.dallas-page .experience--vendors .experience-wrap {
		max-width: 108.588rem;
	}
}

.dallas-page .experience--vendors .block-title {
	max-width: 78.6875rem;
}

@media (min-width: 1200px) {
	.dallas-page .experience--vendors .block-title {
		margin-bottom: 2rem;
	}
}

@media (min-width: 768px) {
	.dallas-page .experience--vendors .block-title h2 {
		margin-bottom: 1.3rem;
	}
}

@media (min-width: 768px) {
	.dallas-page .experience--vendors .col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
}

@media (min-width: 768px) {
	.dallas-page .experience--vendors .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (min-width: 1600px) {
	.dallas-page .experience--vendors .card-wrap--center .card {
		margin: 0 .625rem 1.3125rem;
	}
}

.dallas-page .experience--vendors .card-wrap--center .card-title {
	font-size: 1.75rem;
	font-weight: 900;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (max-width: 1200px) {
	.dallas-page .experience--vendors .card-wrap--center .card-title {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 1600px) {
	.dallas-page .experience--vendors .card-wrap--center .card--height {
		max-height: 827px;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience--network {
		padding: 1.238rem 0 3.1rem;
	}
}

@media (min-width: 1600px) {
	.dallas-page .experience--network .experience-wrap {
		max-width: 108.988rem;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience--network .block-title {
		margin-bottom: 4.3rem;
	}
}

@media (min-width: 768px) {
	.dallas-page .experience--network .block-title h2 {
		margin-bottom: .7rem;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience--network .col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 54%;
		flex: 0 0 54%;
		max-width: 54%;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience--network .col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
		max-width: 46%;
	}
}

@media (min-width: 1200px) {
	.dallas-page .experience--network .col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 1600px) {
	.dallas-page .experience--network .card-wrap--center .card {
		margin: 0 .625rem 1.3125rem;
	}
}

@media (min-width: 992px) {
	.dallas-page .experience__slide5 {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.dallas-page .experience__slide5 .slick-list, .dallas-page .experience__slide5 .slick-track {
		height: 100%;
	}
}

.dallas-page .experience .slick-slide:focus {
	outline: none;
}

.dallas-page .expert {
	padding-bottom: 2rem;
}

@media (min-width: 992px) {
	.dallas-page .expert .card-wrap--expert {
		max-width: 109.513rem;
		margin: 0 auto;
		width: 100%;
	}
}

.dallas-page .expert .card-wrap--expert > .card-col--md, .dallas-page .expert .card-wrap--expert > .card-col--list-ex {
	display: none;
}

@media (min-width: 576px) {
	.dallas-page .expert .card-wrap--expert > .card-col--md, .dallas-page .expert .card-wrap--expert > .card-col--list-ex {
		display: block;
	}
}

.dallas-page .expert .card-wrap--expert .card {
	margin: 0 .9375rem 1.25rem;
}

@media (min-width: 1600px) {
	.dallas-page .expert .card-wrap--expert .card {
		height: 19.9375rem;
	}
}

.dallas-page .expert .card-wrap--expert .card-body {
	min-height: 5.0625rem;
}

@media (min-width: 1200px) {
	.dallas-page .expert .card-wrap--expert .card-body {
		padding: 1.1875rem .1875rem .5rem .625rem;
	}
}

.dallas-page .expert .card-wrap--expert .card-body p {
	font-size: 1.125rem;
	color: #ffc32f;
	font-weight: 400;
}

@media (min-width: 1200px) {
	.dallas-page .expert .card-wrap--expert .card-body--fix-single-head {
		padding: 1.1875rem .1875rem .5rem .625rem;
	}
}

.dallas-page .expert .card-wrap--expert .card-title {
	font-size: 1.3125rem;
	font-weight: 900;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.dallas-page .expert .card-wrap--expert .card-title {
		font-size: calc(1.25625rem + .075vw);
	}
}

.dallas-page .expert .card-wrap--expert .card--link {
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.dallas-page .expert .card-wrap--expert .card--link:hover {
	border: 4px solid #005432;
}

.dallas-page .expert .card-wrap--expert .card--link a {
	font-size: 2.625rem;
	font-weight: 900;
}

.dallas-page .expert .card-wrap--expert .card-col--md .card {
	height: 274px;
}

@media (min-width: 768px) {
	.dallas-page .expert .card-wrap--expert .card-col--md .card {
		height: 350px;
	}
}

@media (min-width: 1600px) {
	.dallas-page .expert .card-wrap--expert .card-col--md .card {
		height: 413px;
	}
}

@media (min-width: 1200px) {
	.dallas-page .expert .card-wrap--expert .card-col--md .card-body {
		padding: 1.5625rem .1875rem .8125rem 1.25rem;
	}
}

.dallas-page .expert .card-wrap--expert .card-col--md .card-body p {
	font-size: 1.375rem;
}

@media (max-width: 1200px) {
	.dallas-page .expert .card-wrap--expert .card-col--md .card-body p {
		font-size: calc(1.2625rem + .15vw);
	}
}

.dallas-page .expert .card-wrap--expert .card-col--md .card-title {
	font-size: 1.5625rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (max-width: 1200px) {
	.dallas-page .expert .card-wrap--expert .card-col--md .card-title {
		font-size: calc(1.28125rem + .375vw);
	}
}

@media (max-width: 575.98px) {
	.dallas-page .expert .card-wrap--expert .card-col--lg {
		max-width: 355px;
		margin: 0 auto;
		float: none;
	}
}

.dallas-page .expert .card-wrap--expert .card-col--lg .card {
	height: 274px;
}

@media (min-width: 768px) {
	.dallas-page .expert .card-wrap--expert .card-col--lg .card {
		height: 495px;
	}
}

@media (min-width: 1600px) {
	.dallas-page .expert .card-wrap--expert .card-col--lg .card {
		height: 664px;
	}
}

@media (min-width: 0\0 ) {
	.dallas-page .expert .card-wrap--expert .card-col--lg .card {
		height: 664px;
	}
}

@media (max-width: 1599.98px) and (min-width: 0\0 ) {
	.dallas-page .expert .card-wrap--expert .card-col--lg .card {
		height: 487px;
	}
}

.dallas-page .expert .card-wrap--expert .card-col--list-ex .bg-cover {
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.dallas-page .expert .card-wrap--expert .card-col--list-ex .bg-cover:hover {
	border: 4px solid #ffc32f;
}

@media (max-width: 575.98px) {
	.dallas-page .expert .card-wrap--expert .card-col--link {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 22.1875rem;
	}
}

.dallas-page .expert .block-title {
	color: #1c1c1c;
	font-weight: 900;
	font-size: 2.25rem;
	line-height: 1.11;
	margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
	.dallas-page .expert .block-title {
		font-size: calc(1.35rem + 1.2vw);
	}
}

@media (min-width: 1200px) {
	.dallas-page .expert .block-title {
		margin-bottom: 3.3rem;
	}
}

.dallas-page .expert .block-title h2 {
	font-size: 4.375rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1;
}

@media (max-width: 1200px) {
	.dallas-page .expert .block-title h2 {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

.dallas-page .expert .card-deck {
	margin-top: 0;
}

.dallas-page .expert__keynote {
	display: block;
	max-width: 22.1875rem;
	width: 100%;
	margin: 0 auto .75rem;
}

@media (min-width: 576px) {
	.dallas-page .expert__keynote {
		display: none;
		margin: 0 auto 2rem;
	}
}

.dallas-page .expert__keynote .card-col--md {
	display: block;
}

@media (min-width: 576px) {
	.dallas-page .expert__keynote .card-col--md {
		display: none;
	}
}

.dallas-page .expert__keynote-cardwrap {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 576px) {
	.dallas-page .expert__keynote-cardwrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.dallas-page .expert__keynote-cardwrap .card-col {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	position: relative;
	padding: 0 15px 20px;
}

@media (min-width: 768px) {
	.dallas-page .expert__keynote-cardwrap .card-col {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
	}
}

@media (min-width: 1200px) {
	.dallas-page .expert__keynote-cardwrap .card-col {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}

.dallas-page .expert__keynote-cardwrap .card-col .key-note {
	margin: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.dallas-page .expert__keynote-cardwrap .card-col .card {
	margin: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.dallas-page .expert__keynote-cardwrap .card-col .stretched-link {
	width: 100%;
	display: block;
}

.dallas-page .expert__keynote-cardwrap .card-col .stretched-link:hover .card {
	border: 4px solid #ffc32f;
	border-top: none !important;
}

.dallas-page .expert__keynote-cardwrap .card-col .stretched-link:hover .key-note {
	border: 4px solid #ffc32f;
	border-bottom: none !important;
}

.dallas-page .expert__keynote-cardwrap .card-col--md .stretched-link {
	text-decoration: none;
}

@media (min-width: 768px) {
	.dallas-page .expert__keynote-cardwrap .card-col--md .card {
		height: 300px;
	}
}

@media (min-width: 992px) {
	.dallas-page .expert__keynote-cardwrap .card-col--md .card {
		height: 350px;
	}
}

.dallas-page .expert__keynote-cardwrap .card-col--md .card:hover {
	border: 4px solid #ffc32f;
}

@media (min-width: 992px) {
	.dallas-page .expert__keynote-cardwrap .card-col--md .card-company {
		max-width: 6.5rem;
		height: 6.5rem;
	}
}

.dallas-page .expert .slick-slide {
	outline: none;
}

.dallas-page .expert .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	padding: 0 1rem;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dallas-page .expert .slick-dots li {
	margin: 0 .2rem .5rem;
}

.dallas-page .expert .slick-dots li.slick-active button {
	background: #03442a;
}

.dallas-page .expert .slick-dots li button {
	background: transparent;
	background: #495057;
	border: none;
	text-indent: -9999rem;
	padding: 0;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	outline: none;
}

.dallas-page .attendees {
	overflow: hidden;
}

@media (min-width: 992px) {
	.dallas-page .attendees {
		padding: 0 0 3.538rem;
	}
}

.dallas-page .attendees .block-title {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.dallas-page .attendees .block-title {
		margin-bottom: 4.6rem;
	}
}

.dallas-page .attendees .block-title h2 {
	font-size: 4.625rem;
	font-weight: 700;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}

@media (max-width: 1200px) {
	.dallas-page .attendees .block-title h2 {
		font-size: calc(1.5875rem + 4.05vw);
	}
}

@media (min-width: 992px) {
	.dallas-page .attendees__video iframe {
		height: 33.263rem;
	}
}

.dallas-page .attendees__sliders .slick-arrow {
	top: 49%;
}

@media (min-width: 1600px) {
	.dallas-page .attendees__sliders .slick-arrow.slick-prev {
		left: -2.663rem;
	}
}

@media (min-width: 1600px) {
	.dallas-page .attendees__sliders .slick-arrow .card-body {
		padding: 1.363rem .313rem;
	}
}

.dallas-page .attendees .btn-wrap {
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.dallas-page .attendees .btn-wrap {
		margin-top: 2.6rem;
	}
}

.dallas-page .attendees .btn-wrap .btn, .dallas-page .attendees .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .dallas-page .attendees .btn-wrap a, .dallas-page .attendees .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .dallas-page .attendees .btn-wrap .active, .dallas-page .attendees .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .dallas-page .attendees .btn-wrap .gform_save_link, .dallas-page .attendees .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .dallas-page .attendees .btn-wrap input, .dallas-page .attendees .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .dallas-page .attendees .btn-wrap .button, .dallas-page .attendees .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .dallas-page .attendees .btn-wrap .gform_footer > p > a {
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1.0375rem 2.1rem;
	min-width: 13.7rem;
	margin-left: .8rem;
}

.dallas-page .business-schedule .container {
	max-width: 91.525rem;
}

@media (min-width: 1600px) {
	.dallas-page .business-schedule .container {
		margin: 0 auto;
	}
}

@media (min-width: 576px) {
	.dallas-page .event {
		padding: 2.875rem .938rem 1.1rem;
	}
}

@media (min-width: 768px) {
	.dallas-page .event .block-title {
		margin-bottom: 2.6rem;
	}
}

.dallas-page.austin .experience {
	padding-top: 1rem;
}

@media (min-width: 1200px) {
	.dallas-page.austin .experience {
		padding-top: 1.5rem;
	}
}

.dallas-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9rem 0 3.25rem;
	min-height: 38rem;
}

@media (min-width: 576px) {
	.dallas-banner {
		min-height: 39rem;
	}
}

@media (min-width: 992px) {
	.dallas-banner {
		min-height: 40.813rem;
	}
}

@media (min-width: 1200px) {
	.dallas-banner {
		padding: 12rem 0 2rem;
	}
}

@media (min-width: 1200px) {
	.dallas-banner .reister-form-banner {
		margin-top: 5px;
	}
}

@media (max-width: 767.98px) {
	.dallas-banner .reister-form-banner {
		border: 3px solid #ffc32f;
		margin-top: 23px;
	}
}

.dallas-banner .register-form-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 0 0 5px;
	padding: 0 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.875rem;
	letter-spacing: .9px;
	color: #fff;
	font-weight: 500;
	margin: 0;
}

@media (max-width: 1200px) {
	.dallas-banner .register-form-title {
		font-size: calc(1.3125rem + .75vw);
	}
}

@media (min-width: 768px) {
	.dallas-banner .register-form-title {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767.98px) {
	.dallas-banner .register-form-title {
		margin-top: -23px;
		background: #74817c;
		max-width: 310px;
	}
}

@media screen and (max-width: 360px) {
	.dallas-banner .register-form-title {
		max-width: 250px;
		font-size: 16px;
	}
}

.dallas-banner .register-form-title:before, .dallas-banner .register-form-title:after {
	display: none;
	width: 100%;
	height: 30px;
	border: 3px solid #ffc32f;
	border-bottom: none;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	max-width: 30px;
}

@media (min-width: 576px) {
	.dallas-banner .register-form-title:before, .dallas-banner .register-form-title:after {
		max-width: 92px;
	}
}

@media (min-width: 768px) {
	.dallas-banner .register-form-title:before, .dallas-banner .register-form-title:after {
		max-width: 92px;
		content: "";
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.dallas-banner .register-form-title:before, .dallas-banner .register-form-title:after {
		max-width: 201px;
	}
}

@media (min-width: 1200px) {
	.dallas-banner .register-form-title:before, .dallas-banner .register-form-title:after {
		max-width: 309px;
	}
}

@media (min-width: 1600px) {
	.dallas-banner .register-form-title:before, .dallas-banner .register-form-title:after {
		max-width: 353px;
	}
}

.dallas-banner .register-form-title:after {
	border-left: none;
}

@media (min-width: 1200px) {
	.dallas-banner .register-form-title:after {
		margin-right: -1px;
	}
}

.dallas-banner .register-form-title:before {
	border-right: none;
}

.dallas-banner .default-form {
	padding: 10px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

@media (min-width: 768px) {
	.dallas-banner .default-form {
		border: 3px solid #ffc32f;
		border-top: 0;
	}
}

.dallas-banner .default-form .gform_confirmation_message {
	text-align: center;
	color: #fff;
}

.dallas-banner .default-form .gform_hidden {
	margin-bottom: 0;
}

.dallas-banner .default-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dallas-banner .default-form .policy-text {
	font-size: 1.125rem;
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 10px 9px 0;
}

.dallas-banner .default-form .policy-text a {
	color: #ffc32f;
}

.dallas-banner .default-form .gform_fields .gfield input, .dallas-banner .default-form .gform_fields .gfield select, .dallas-banner .default-form .gform_fields .gfield textarea {
	border-color: #ffc32f;
	outline: none;
}

.dallas-banner .default-form .gform_fields .gfield input:focus, .dallas-banner .default-form .gform_fields .gfield select:focus, .dallas-banner .default-form .gform_fields .gfield textarea:focus {
	border-color: #005432;
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_fields .gfield input, .dallas-banner .default-form .gform_fields .gfield select, .dallas-banner .default-form .gform_fields .gfield textarea {
		height: 3.8125rem;
	}
}

@media (min-width: 1200px) {
	.dallas-banner .default-form .gform_fields .gfield input, .dallas-banner .default-form .gform_fields .gfield select, .dallas-banner .default-form .gform_fields .gfield textarea {
		height: 4.25rem;
	}
}

.dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error {
	position: static;
}

.dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error #validation_message_15_2, .dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error #validation_message_12_2 {
	display: block;
	padding: 0 0 50px;
}

@media (min-width: 576px) {
	.dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error #validation_message_15_2, .dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error #validation_message_12_2 {
		padding: 0 0 40px;
	}
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error #validation_message_15_2, .dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error #validation_message_12_2 {
		padding: 0 0 18px;
	}
}

.dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error .gform_emial_duplicate_error {
	color: #dc3545;
	position: absolute;
	left: 9px;
	right: 0;
	text-align: left;
	font-weight: 600;
	padding: 6px 0 0;
	font-size: .8125rem;
}

@media (min-width: 576px) {
	.dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error .gform_emial_duplicate_error {
		padding: 10px 0 0;
		font-size: .875rem;
	}
}

@media (max-width: 991.98px) {
	.dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error .gform_emial_duplicate_error {
		line-height: 1.2;
	}
}

.dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error .gform_emial_duplicate_error p {
	display: inline;
}

.dallas-banner .default-form .gform_fields .gfield_error input, .dallas-banner .default-form .gform_fields .gfield_error textarea, .dallas-banner .default-form .gform_fields .gfield_error .ginput_container_checkbox label:before {
	border-width: 3px !important;
}

.dallas-banner .default-form .gform_fields .gfield_visibility_hidden {
	margin: 0;
}

.dallas-banner .default-form .gform_fields .gfield_checkbox li {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.dallas-banner .default-form .gform_fields .gfield_checkbox li label {
	color: #fff;
}

.dallas-banner .default-form .gform_fields .gfield_checkbox li label a {
	color: #f2c429;
}

.dallas-banner .default-form .gform_fields .gfield_checkbox li label a:hover {
	text-decoration: underline;
	color: #f2c429;
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_fields .gfield.align-desktop-right {
		position: relative;
	}
}

@media (min-width: 1200px) {
	.dallas-banner .default-form .gform_fields .gfield.align-desktop-end {
		text-align: left;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.dallas-banner .default-form .gform_fields .gfield_checkbox li input {
	height: 0;
}

.dallas-banner .default-form .gform_body {
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
}

.dallas-banner .default-form .gform_body ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}

.dallas-banner .default-form .gform_body ul li {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	position: relative;
}

@media (min-width: 768px) {
	.dallas-banner .default-form .gform_body ul li {
		max-width: 33.33%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
	}
}

.dallas-banner .default-form .gform_body ul li.full-width {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: left;
}

.dallas-banner .default-form .gform_body ul li.full-width-downLg {
	text-align: left;
}

@media (max-width: 1199.98px) {
	.dallas-banner .default-form .gform_body ul li.full-width-downLg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_body ul li.full-width-downLg {
		margin-bottom: 0;
	}
}

.dallas-banner .default-form .gform_footer {
	margin: 0 auto;
	padding: 0 9px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.dallas-banner .default-form .gform_footer input {
	min-width: 100%;
	border-radius: 0;
	font-weight: 700;
}

@media (min-width: 768px) {
	.dallas-banner .default-form .gform_footer input {
		min-width: 20.5rem;
	}
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_footer input {
		min-width: 100%;
	}
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_footer .button {
		height: 8.8125rem;
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.dallas-banner .default-form .gform_footer .button {
		height: 9.65rem;
		font-size: 36px;
	}
}

.dallas-banner .default-form .gform_footer .button em {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_footer .button em {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.dallas-banner .default-form .gform_footer .button em {
		font-size: 18px;
	}
}

.dallas-banner__text {
	text-align: center;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.dallas-banner__text .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
	margin: 0 0 5px;
}

@media (min-width: 992px) {
	.dallas-banner__text .btn-wrap {
		margin: 0 0 .625rem;
	}
}

.dallas-banner__text .btn-wrap .btn, .dallas-banner__text .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .dallas-banner__text .btn-wrap a, .dallas-banner__text .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .dallas-banner__text .btn-wrap .active, .dallas-banner__text .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .dallas-banner__text .btn-wrap .gform_save_link, .dallas-banner__text .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .dallas-banner__text .btn-wrap input, .dallas-banner__text .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .dallas-banner__text .btn-wrap .button, .dallas-banner__text .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .dallas-banner__text .btn-wrap .gform_footer > p > a {
	margin-left: auto;
}

@media (max-width: 991.98px) {
	.dallas-banner__text .btn-wrap .btn, .dallas-banner__text .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .dallas-banner__text .btn-wrap a, .dallas-banner__text .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .dallas-banner__text .btn-wrap .active, .dallas-banner__text .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .dallas-banner__text .btn-wrap .gform_save_link, .dallas-banner__text .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .dallas-banner__text .btn-wrap input, .dallas-banner__text .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .dallas-banner__text .btn-wrap .button, .dallas-banner__text .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .dallas-banner__text .btn-wrap .gform_footer > p > a {
		margin: 0 auto;
	}
}

.dallas-banner__text .live-img {
	display: inline-block;
	width: 80px;
	height: 28px;
	position: relative;
}

.dallas-banner__text .live-img img {
	display: block;
	position: absolute;
	left: -35px;
	right: -35px;
	top: 100%;
	-webkit-transform: translate(0, -70%);
	-ms-transform: translate(0, -70%);
	transform: translate(0, -70%);
	width: calc(100% + 70px);
	max-width: calc(100% + 70px);
}

.dallas-banner__text h1, .dallas-banner__text .h1 {
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 5px !important;
	display: inline-block;
	font-size: 2.7rem;
}

@media (max-width: 1200px) {
	.dallas-banner__text h1, .dallas-banner__text .h1 {
		font-size: calc(1.395rem + 1.74vw);
	}
}

@media (min-width: 768px) {
	.dallas-banner__text h1, .dallas-banner__text .h1 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.dallas-banner__text h1, .dallas-banner__text .h1 {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 992px) {
	.dallas-banner__text h1, .dallas-banner__text .h1 {
		font-size: 4.0625rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.dallas-banner__text h1, .dallas-banner__text .h1 {
		font-size: calc(1.53125rem + 3.375vw);
	}
}

@media (min-width: 1200px) {
	.dallas-banner__text h1, .dallas-banner__text .h1 {
		font-size: 4.625rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.dallas-banner__text h1, .dallas-banner__text .h1 {
		font-size: calc(1.5875rem + 4.05vw);
	}
}

@media (min-width: 1600px) {
	.dallas-banner__text h1, .dallas-banner__text .h1 {
		font-size: 5rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.dallas-banner__text h1, .dallas-banner__text .h1 {
		font-size: calc(1.625rem + 4.5vw);
	}
}

.dallas-banner__text h1 .btn-wrap, .dallas-banner__text .h1 .btn-wrap {
	margin: 0;
}

.dallas-banner__text h1 .btn-wrap .btn, .dallas-banner__text h1 .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .dallas-banner__text h1 .btn-wrap a, .dallas-banner__text h1 .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .dallas-banner__text h1 .btn-wrap .active, .dallas-banner__text h1 .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .dallas-banner__text h1 .btn-wrap .gform_save_link, .dallas-banner__text h1 .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .dallas-banner__text h1 .btn-wrap input, .dallas-banner__text h1 .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .dallas-banner__text h1 .btn-wrap .button, .dallas-banner__text h1 .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .dallas-banner__text h1 .btn-wrap .gform_footer > p > a, .dallas-banner__text .h1 .btn-wrap .btn, .dallas-banner__text .h1 .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .dallas-banner__text .h1 .btn-wrap a, .dallas-banner__text .h1 .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .dallas-banner__text .h1 .btn-wrap .active, .dallas-banner__text .h1 .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .dallas-banner__text .h1 .btn-wrap .gform_save_link, .dallas-banner__text .h1 .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .dallas-banner__text .h1 .btn-wrap input, .dallas-banner__text .h1 .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .dallas-banner__text .h1 .btn-wrap .button, .dallas-banner__text .h1 .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .dallas-banner__text .h1 .btn-wrap .gform_footer > p > a {
	padding: 0;
	color: #ffc32f;
	text-transform: capitalize;
	font-size: 1rem;
	line-height: 1.2;
}

.dallas-banner__text h1 .btn-wrap .btn:hover, .dallas-banner__text h1 .btn-wrap .widefat .approve-btn a:hover, .widefat .approve-btn .dallas-banner__text h1 .btn-wrap a:hover, .dallas-banner__text h1 .btn-wrap .widefat .approve-btn .active:hover, .widefat .approve-btn .dallas-banner__text h1 .btn-wrap .active:hover, .dallas-banner__text h1 .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link:hover, .modal--register .modal-body .gform_footer .dallas-banner__text h1 .btn-wrap .gform_save_link:hover, .dallas-banner__text h1 .btn-wrap .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .dallas-banner__text h1 .btn-wrap input:hover, .dallas-banner__text h1 .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer .additonal-submit .dallas-banner__text h1 .btn-wrap .button:hover, .dallas-banner__text h1 .btn-wrap .modal--register .modal-body .gform_footer > p > a:hover, .modal--register .modal-body .dallas-banner__text h1 .btn-wrap .gform_footer > p > a:hover, .dallas-banner__text .h1 .btn-wrap .btn:hover, .dallas-banner__text .h1 .btn-wrap .widefat .approve-btn a:hover, .widefat .approve-btn .dallas-banner__text .h1 .btn-wrap a:hover, .dallas-banner__text .h1 .btn-wrap .widefat .approve-btn .active:hover, .widefat .approve-btn .dallas-banner__text .h1 .btn-wrap .active:hover, .dallas-banner__text .h1 .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link:hover, .modal--register .modal-body .gform_footer .dallas-banner__text .h1 .btn-wrap .gform_save_link:hover, .dallas-banner__text .h1 .btn-wrap .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .dallas-banner__text .h1 .btn-wrap input:hover, .dallas-banner__text .h1 .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer .additonal-submit .dallas-banner__text .h1 .btn-wrap .button:hover, .dallas-banner__text .h1 .btn-wrap .modal--register .modal-body .gform_footer > p > a:hover, .modal--register .modal-body .dallas-banner__text .h1 .btn-wrap .gform_footer > p > a:hover {
	color: #7ac144;
}

.dallas-banner__text h1 strong, .dallas-banner__text .h1 strong {
	position: relative;
	display: inline-block;
	margin-bottom: .8rem;
}

.dallas-banner__text h1 strong:before, .dallas-banner__text .h1 strong:before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 7px;
	background-color: #fff;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.dallas-banner__text h1 span, .dallas-banner__text .h1 span {
	color: #ffc32f;
	display: block;
	letter-spacing: 0;
	font-size: 2.375rem;
	margin-bottom: .7rem;
}

@media (max-width: 1200px) {
	.dallas-banner__text h1 span, .dallas-banner__text .h1 span {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

.dallas-banner__text h1 span small, .dallas-banner__text .h1 span small {
	font-size: 1.5rem;
	display: inline;
	font-weight: inherit;
}

@media (max-width: 1200px) {
	.dallas-banner__text h1 span small, .dallas-banner__text .h1 span small {
		font-size: calc(1.275rem + .3vw);
	}
}

.dallas-banner__text h1 span small.live-text-now-open, .dallas-banner__text .h1 span small.live-text-now-open {
	font-size: 1.875rem;
}

@media (max-width: 1200px) {
	.dallas-banner__text h1 span small.live-text-now-open, .dallas-banner__text .h1 span small.live-text-now-open {
		font-size: calc(1.3125rem + .75vw);
	}
}

.dallas-banner__text h1 span a, .dallas-banner__text .h1 span a {
	color: #ffc32f;
	font-size: 1.875rem;
}

@media (max-width: 1200px) {
	.dallas-banner__text h1 span a, .dallas-banner__text .h1 span a {
		font-size: calc(1.3125rem + .75vw);
	}
}

.dallas-banner__text h1 span a .log-in, .dallas-banner__text .h1 span a .log-in {
	display: inline;
	font-size: inherit;
	margin-bottom: 0;
}

.dallas-banner__text h1 span a:hover, .dallas-banner__text .h1 span a:hover {
	color: #fff;
	text-decoration: none;
}

.dallas-banner__text h1 span a:hover span, .dallas-banner__text .h1 span a:hover span {
	color: #fff;
	text-decoration: underline;
}

.dallas-banner__text h1 small, .dallas-banner__text .h1 small {
	display: block;
	font-size: 2.125rem;
}

@media (max-width: 1200px) {
	.dallas-banner__text h1 small, .dallas-banner__text .h1 small {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.dallas-banner__text h1 small a, .dallas-banner__text .h1 small a {
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}

.dallas-banner__text h1 small a:hover, .dallas-banner__text .h1 small a:hover {
	text-decoration: underline;
}

.dallas-banner__text h1 small a img, .dallas-banner__text .h1 small a img {
	max-height: 50px;
	position: relative;
	top: -5px;
	margin-left: 5px;
}

.dallas-banner__text span.sub-title, .dallas-banner__text h1.sub-title {
	display: block;
	font-size: 1.375rem;
	font-weight: 300;
	letter-spacing: 3px;
	color: #fff;
}

@media (min-width: 768px) {
	.dallas-banner__text span.sub-title, .dallas-banner__text h1.sub-title {
		font-size: 1.875rem;
	}
}

.dallas-banner .full-width-form .gform_footer {
	position: static;
}

@media (max-width: 1199.98px) {
	.dallas-banner .full-width-form .gform_button {
		font-size: .9375rem;
		padding: 1.25rem 1rem;
	}
}

.dallas-banner .full-width-form .policy-text {
	left: 0;
	bottom: 0;
}

@media (min-width: 992px) {
	.dallas-banner .full-width-form .policy-text {
		position: absolute;
		-webkit-transform: translateY(60%);
		-ms-transform: translateY(60%);
		transform: translateY(60%);
	}
}

.dallas-banner .double-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2rem auto 0;
	max-width: 35rem;
}

@media (min-width: 992px) {
	.dallas-banner .double-form {
		max-width: 63.6875rem;
	}
}

@media (min-width: 1600px) {
	.dallas-banner .double-form {
		max-width: 66.875rem;
	}
}

.dallas-banner .double-form .policy-text {
	font-size: .75rem;
	padding: 10px 0 0;
}

.dallas-banner .double-form .reister-form-banner {
	border: 2px solid #ffc32f;
	border-top: none;
	margin-top: 0;
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.875rem .625rem .625rem;
}

@media (min-width: 576px) {
	.dallas-banner .double-form .reister-form-banner {
		padding: 1.875rem 1.0625rem 1.0625rem;
	}
}

.dallas-banner .double-form .register-form-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.dallas-banner .double-form .register-form-title:before, .dallas-banner .double-form .register-form-title:after {
	display: none;
}

.dallas-banner .double-form .section-register-manual-form, .dallas-banner .double-form .ingo-registerform {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
}

@media (min-width: 992px) {
	.dallas-banner .double-form .section-register-manual-form, .dallas-banner .double-form .ingo-registerform {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 1.875rem;
	}
}

.dallas-banner .double-form .section-register-manual-form .title, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header, .dallas-banner .double-form .ingo-registerform .title, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header {
	font-weight: 400;
	position: absolute;
	top: 0;
	left: -2px;
	right: -2px;
	text-align: center;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.25rem;
	color: #fff;
}

@media (max-width: 575.98px) {
	.dallas-banner .double-form .section-register-manual-form .title, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header, .dallas-banner .double-form .ingo-registerform .title, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header {
		padding: 0 10%;
	}
}

.dallas-banner .double-form .section-register-manual-form .title:before, .dallas-banner .double-form .section-register-manual-form .title:after, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:before, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:after, .dallas-banner .double-form .ingo-registerform .title:before, .dallas-banner .double-form .ingo-registerform .title:after, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:before, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:after {
	content: "";
	display: inline-block;
	border-bottom: 2px solid #ffc32f;
	width: 10%;
}

@media (min-width: 576px) {
	.dallas-banner .double-form .section-register-manual-form .title:before, .dallas-banner .double-form .section-register-manual-form .title:after, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:before, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:after, .dallas-banner .double-form .ingo-registerform .title:before, .dallas-banner .double-form .ingo-registerform .title:after, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:before, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:after {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		width: auto;
	}
}

@media (max-width: 575.98px) {
	.dallas-banner .double-form .section-register-manual-form .title:before, .dallas-banner .double-form .section-register-manual-form .title:after, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:before, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:after, .dallas-banner .double-form .ingo-registerform .title:before, .dallas-banner .double-form .ingo-registerform .title:after, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:before, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:after {
		position: absolute;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.dallas-banner .double-form .section-register-manual-form .title:before, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:before, .dallas-banner .double-form .ingo-registerform .title:before, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:before {
	margin-right: auto;
}

@media (min-width: 576px) {
	.dallas-banner .double-form .section-register-manual-form .title:before, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:before, .dallas-banner .double-form .ingo-registerform .title:before, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:before {
		margin-right: 15px;
	}
}

@media (max-width: 575.98px) {
	.dallas-banner .double-form .section-register-manual-form .title:before, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:before, .dallas-banner .double-form .ingo-registerform .title:before, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:before {
		left: 0;
	}
}

.dallas-banner .double-form .section-register-manual-form .title:after, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:after, .dallas-banner .double-form .ingo-registerform .title:after, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:after {
	margin-left: auto;
}

@media (min-width: 576px) {
	.dallas-banner .double-form .section-register-manual-form .title:after, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:after, .dallas-banner .double-form .ingo-registerform .title:after, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:after {
		margin-left: 15px;
	}
}

@media (max-width: 575.98px) {
	.dallas-banner .double-form .section-register-manual-form .title:after, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header:after, .dallas-banner .double-form .ingo-registerform .title:after, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header:after {
		right: 0;
	}
}

.dallas-banner .double-form .section-register-manual-form .title span, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header span, .dallas-banner .double-form .ingo-registerform .title span, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dallas-banner .double-form .section-register-manual-form .title span small, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header span small, .dallas-banner .double-form .ingo-registerform .title span small, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header span small {
	font-size: inherit;
	font-weight: inherit;
	line-height: 1;
	padding: 0 .375rem 0 0;
}

.dallas-banner .double-form .section-register-manual-form .title b, .dallas-banner .double-form .section-register-manual-form .ingo_login_widget_header b, .dallas-banner .double-form .ingo-registerform .title b, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_header b {
	padding: .375rem .625rem;
	font-size: .9375rem;
	background: #ffc32f;
	color: #000;
	line-height: 1.2;
	font-weight: 700;
}

.dallas-banner .double-form .section-register-manual-form .ingo_login_widget_bottom a, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_bottom a {
	color: #fff;
	font-size: 1rem;
}

.dallas-banner .double-form .section-register-manual-form .ingo_login_widget_social_button_text, .dallas-banner .double-form .ingo-registerform .ingo_login_widget_social_button_text {
	margin-left: 4.375rem;
	text-align: center;
}

.dallas-banner .double-form .section-register-manual-form {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media (max-width: 991.98px) {
	.dallas-banner .double-form .section-register-manual-form {
		margin-top: 5rem;
	}
}

.dallas-banner .double-form .default-form .gform_body {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.dallas-banner .double-form .default-form .gform_body ul {
	max-width: 100%;
}

.dallas-banner .double-form .default-form .gform_body ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
}

.dallas-banner .double-form .default-form .gform_body ul li input, .dallas-banner .double-form .default-form .gform_body ul li textarea {
	padding: 10px;
	height: 45px;
	font-size: 1rem;
}

.dallas-banner .double-form .default-form .gform_body ul li.gform_hidden {
	margin-bottom: 0 !important;
}

.dallas-banner .double-form .default-form .gform_body .gfield_error #validation_message_15_2, .dallas-banner .double-form .default-form .gform_body .gfield_error #validation_message_12_2 {
	padding: 0 !important;
}

.dallas-banner .double-form .default-form .gform_body .gfield_error #validation_message_15_2 .gform_emial_duplicate_error, .dallas-banner .double-form .default-form .gform_body .gfield_error #validation_message_12_2 .gform_emial_duplicate_error {
	display: block;
	position: static;
}

.dallas-banner .double-form .default-form .gform_ajax_spinner {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
}

.dallas-banner .double-form .default-form .gform_footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	position: static;
}

.dallas-banner .double-form .default-form .gform_footer input {
	padding: .75rem .625rem;
	font-size: .8125rem;
}

@media (min-width: 576px) {
	.dallas-banner .double-form .default-form .gform_footer input {
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.dallas-banner .double-form .default-form .gform_footer input {
		min-width: 100%;
	}
}

.dallas-banner .double-form .ingo_login_widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dallas-banner .double-form .ingo-registerform {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.dallas-banner .double-form .ingo-registerform:before {
	content: "Or";
	display: block;
	color: #fff;
	font-size: 2.5rem;
	position: absolute;
	left: 50%;
	top: 100%;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, 30%);
	-ms-transform: translate(-50%, 30%);
	transform: translate(-50%, 30%);
}

@media (max-width: 1200px) {
	.dallas-banner .double-form .ingo-registerform:before {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 576px) {
	.dallas-banner .double-form .ingo-registerform:before {
		-webkit-transform: translate(-50%, 20%);
		-ms-transform: translate(-50%, 20%);
		transform: translate(-50%, 20%);
	}
}

@media (min-width: 992px) {
	.dallas-banner .double-form .ingo-registerform:before {
		left: auto;
		right: -27px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.dallas-banner .double-form .ingo_login_widget_social_button_linkedin {
	font-size: 1rem;
	letter-spacing: 2px;
	margin: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

@media (min-width: 992px) {
	.dallas-banner .double-form .ingo_login_widget_social_button_linkedin {
		-webkit-transform: translateY(-45%);
		-ms-transform: translateY(-45%);
		transform: translateY(-45%);
	}
}

@media (min-width: 1600px) {
	.dallas-banner .double-form .ingo_login_widget_social_button_linkedin {
		-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
		transform: translateY(-60%);
	}
}

.dallas-banner .double-form .ingo_login_widget {
	width: 100%;
	border-top: none;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 2.1875rem .625rem .625rem;
}

@media (min-width: 576px) {
	.dallas-banner .double-form .ingo_login_widget {
		padding: 1.375rem 1.0625rem 1.0625rem;
	}
}

@media (min-width: 1600px) {
	.dallas-banner .double-form .ingo_login_widget {
		padding: 1.5rem 1.0625rem 1.0625rem;
	}
}

.dallas-banner .double-form .ingo_login_widget .ingo_login_widget_subheader {
	line-height: 1.5;
	margin-bottom: .3125rem;
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 1.25rem;
}

@media (min-width: 992px) {
	.dallas-banner .double-form .ingo_login_widget .ingo_login_widget_subheader {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.dallas-banner .double-form .ingo_login_widget .ingo_login_widget_subheader {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 1600px) {
	.dallas-banner .double-form .ingo_login_widget .ingo_login_widget_subheader {
		font-size: 1.75rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.dallas-banner .double-form .ingo_login_widget .ingo_login_widget_subheader {
		font-size: calc(1.3rem + .6vw);
	}
}

.dallas-banner .double-form .ingo_login_widget .ingo_login_widget_social_button_icon {
	width: 2.8125rem;
	height: 2.8125rem;
}

.dallas-banner .double-form .ingo_login_widget .ingo_login_widget_social_button_text {
	margin-left: 2.8125rem;
	text-align: center;
	height: auto;
	line-height: 1;
	font-size: .8125rem;
	padding: 1.0625rem 1rem 1rem;
}

@media (min-width: 576px) {
	.dallas-banner .double-form .ingo_login_widget .ingo_login_widget_social_button_text {
		font-size: 1rem;
		padding: 1rem 1rem .8125rem;
	}
}

.dallas-banner .double-form .ingo-footer-text-sec {
	font-size: .75rem;
	line-height: 1.5;
}

@media (min-width: 576px) {
	.dallas-banner .double-form .ingo-footer-text-sec {
		margin-top: .0625rem;
	}
}

@media (min-width: 1600px) {
	.dallas-banner .double-form .ingo-footer-text-sec {
		margin-top: .125rem;
	}
}

.dallas-banner .double-form .ingo-footer-text-sec a {
	color: #ffc32f;
}

.dallas-banner .ingo_login_widget_permissions {
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: left;
}

@media (min-width: 576px) {
	.dallas-banner .ingo_login_widget_permissions {
		max-width: 560px;
	}
}

@media (min-width: 992px) {
	.dallas-banner .ingo_login_widget_permissions {
		max-width: 870px;
	}
}

@media (min-width: 1200px) {
	.dallas-banner .ingo_login_widget_permissions {
		max-width: 960px;
	}
}

@media (min-width: 1600px) {
	.dallas-banner .ingo_login_widget_permissions {
		max-width: 63.125rem;
	}
}

.dallas-banner .ingo_login_widget_permissions .ingo_login_widget_field_checkbox {
	position: relative;
	position: relative;
	line-height: 1.56;
	font-weight: 400;
	margin: 0 0 .625rem;
	cursor: pointer;
	padding-left: 2.1875rem;
	display: block;
}

.dallas-banner .ingo_login_widget_permissions .ingo_login_widget_field_checkbox input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.dallas-banner .ingo_login_widget_permissions .ingo_login_widget_field_checkbox input:checked + .ingo_login_widget_field_text:before {
	border-color: #ffc32f;
	background-color: #fff;
	color: #000;
}

.dallas-banner .ingo_login_widget_permissions .ingo_login_widget_field_checkbox input:active + .ingo_login_widget_field_text:before {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
}

.dallas-banner .ingo_login_widget_permissions .ingo_login_widget_field_checkbox .ingo_login_widget_field_text {
	font-size: .9375rem;
}

@media (min-width: 576px) {
	.dallas-banner .ingo_login_widget_permissions .ingo_login_widget_field_checkbox .ingo_login_widget_field_text {
		font-size: 1rem;
	}
}

.dallas-banner .ingo_login_widget_permissions .ingo_login_widget_field_checkbox .ingo_login_widget_field_text:before {
	content: "";
	font-family: "icomoon";
	border: 2px solid #ffc32f;
	background-color: #fff;
	color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 23px;
	height: 23px;
	line-height: 2.8;
	position: absolute;
	left: 0;
	top: 0;
	font-size: .5625rem;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.dallas-banner .ingo_login_widget_permissions .ingo_login_widget_field_tooltip .ingo_login_widget_field_tooltip_icon {
	fill: #fff;
}

.dallas-banner .ingo_login_widget_field_tooltip {
	position: relative;
}

.dallas-banner .ingo_login_widget_field_tooltip:hover .ingo_login_widget_field_tooltip_content {
	display: block !important;
}

.dallas-banner .ingo_login_widget_field_tooltip_content {
	position: absolute;
	top: -3px;
	left: -4px;
	padding: 10px;
	background: #000;
	-webkit-transform: translate(-90%, -105%);
	-ms-transform: translate(-90%, -105%);
	transform: translate(-90%, -105%);
	font-size: .75rem;
	min-width: 260px;
}

@media (min-width: 768px) {
	.dallas-banner .ingo_login_widget_field_tooltip_content {
		-webkit-transform: translateY(-105%);
		-ms-transform: translateY(-105%);
		transform: translateY(-105%);
		min-width: 305px;
	}
}

.dallas-banner .ingo_login_widget_field_tooltip_content:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	background: #000;
	left: 238px;
	bottom: 10px;
	-webkit-transform: translateY(100%) rotate(45deg);
	-ms-transform: translateY(100%) rotate(45deg);
	transform: translateY(100%) rotate(45deg);
}

@media (min-width: 768px) {
	.dallas-banner .ingo_login_widget_field_tooltip_content:before {
		left: 4px;
	}
}

.dallas-banner .ingo-footer-terms-cond {
	color: #fff;
	width: 100%;
	margin: 0 auto;
	font-size: .875rem;
	text-align: left;
}

@media (min-width: 576px) {
	.dallas-banner .ingo-footer-terms-cond {
		max-width: 35rem;
	}
}

@media (min-width: 992px) {
	.dallas-banner .ingo-footer-terms-cond {
		max-width: 54.375rem;
	}
}

@media (min-width: 1200px) {
	.dallas-banner .ingo-footer-terms-cond {
		max-width: 60rem;
	}
}

@media (min-width: 1600px) {
	.dallas-banner .ingo-footer-terms-cond {
		max-width: 63.125rem;
	}
}

.dallas-banner .ingo-footer-terms-cond a {
	color: #ffc32f;
}

@media (min-width: 992px) {
	.dallas-banner .with-hs-form .register-form-title {
		padding-bottom: 5px;
	}
	
	.dallas-banner .with-hs-form .register-form-title:before {
		height: 30px;
	}
}

.dallas-banner .with-hs-form .hbspt-form .hs-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .hs_error_rollup {
	width: 100%;
	display: none !important;
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .hs-submit {
	width: 100%;
	padding: 15px 10px 0;
}

@media (min-width: 992px) {
	.dallas-banner .with-hs-form .hbspt-form .hs-form .hs-submit {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 25%;
		padding: 0 10px;
	}
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .hs-submit .hs-button {
	width: 100%;
	border: 1px solid #f2c429;
	background: #f2c429;
	padding: 1.25rem 1rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	letter-spacing: 1px;
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width: 992px) {
	.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 {
		width: 75%;
	}
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field {
	position: relative;
	width: 100%;
	padding: 0 .5625rem;
	margin-bottom: .9rem;
}

@media (min-width: 768px) {
	.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field {
		max-width: 33.33%;
	}
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field label {
	color: #fff;
	text-align: left;
	display: block;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field label {
		position: absolute;
		top: -30px;
		left: 0;
		right: 0;
		padding-left: 25px;
		font-size: 18px;
	}
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field .hs-error-msgs {
	display: none !important;
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field .input {
	margin: 0;
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field .hs-input {
	height: 3.125rem;
	width: 100%;
	border: 1px solid #ffc32f;
	outline: none;
	padding: .625rem .9375rem;
}

@media (min-width: 768px) {
	.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field .hs-input {
		height: 3.4375rem;
	}
}

@media (min-width: 992px) {
	.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field .hs-input {
		height: 3.8125rem;
		font-size: 1.125rem;
	}
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field .hs-input.invalid, .dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-3 .hs-form-field .hs-input.error {
	border-color: #dc3545;
	outline: 3px solid #dc3545 !important;
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-1 {
	max-width: 100%;
	width: 100%;
}

@media (min-width: 992px) {
	.dallas-banner .with-hs-form .hbspt-form .hs-form .form-columns-1 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .inputs-list {
	margin: 0;
	padding: 0 10px;
	text-align: left;
	list-style: none;
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .inputs-list label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
}

@media (min-width: 992px) {
	.dallas-banner .with-hs-form .hbspt-form .hs-form .inputs-list label {
		font-size: 1.125rem;
	}
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .inputs-list label a {
	color: #f2c429;
}

.dallas-banner .with-hs-form .hbspt-form .hs-form .inputs-list label input {
	height: 23px;
	width: 23px;
	margin-right: 10px;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.dallas-banner .with-hs-form .hbspt-form .hs-form .inputs-list label input {
		height: 26px;
		width: 26px;
	}
}

.dallas-banner .register-no-form h4, .dallas-banner .register-no-form .h4 {
	color: #fff;
	font-weight: 600;
}

.business-schedule {
	padding: 2.1875rem 0 2.3875rem;
	background-color: #f9f9f9;
}

@media (min-width: 1200px) {
	.business-schedule {
		padding: 3.6875rem 0 2.3875rem;
	}
}

.business-schedule .block-title {
	max-width: 1049px;
	line-height: 1.3;
}

.business-schedule .block-title h2 {
	margin-bottom: 1.3rem;
}

.business-schedule .button-list {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.business-schedule .button-list {
		margin-bottom: 3.425rem;
	}
}

.business-schedule__info {
	margin-bottom: 2rem;
}

.business-schedule__info-text {
	line-height: 1;
	font-size: 1.375rem;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.business-schedule__info-text {
		font-size: calc(1.2625rem + .15vw);
	}
}

.business-schedule__info-text h4, .business-schedule__info-text .h4 {
	font-size: 2.1875rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 900;
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.business-schedule__info-text h4, .business-schedule__info-text .h4 {
		font-size: calc(1.34375rem + 1.125vw);
	}
}

.business-schedule__info-text p {
	margin-bottom: .5rem;
}

.business-schedule__info-text p span {
	margin-left: .5rem;
}

@media (min-width: 768px) {
	.business-schedule__info-text p span {
		margin-left: .8rem;
	}
}

.business-schedule__info-btn .btn, .business-schedule__info-btn .widefat .approve-btn a, .widefat .approve-btn .business-schedule__info-btn a, .business-schedule__info-btn .widefat .approve-btn .active, .widefat .approve-btn .business-schedule__info-btn .active, .business-schedule__info-btn .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .business-schedule__info-btn .gform_save_link, .business-schedule__info-btn .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__info-btn input, .business-schedule__info-btn .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__info-btn .button, .business-schedule__info-btn .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__info-btn .gform_footer > p > a {
	text-transform: uppercase;
	font-size: 1.9375rem;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.business-schedule__info-btn .btn, .business-schedule__info-btn .widefat .approve-btn a, .widefat .approve-btn .business-schedule__info-btn a, .business-schedule__info-btn .widefat .approve-btn .active, .widefat .approve-btn .business-schedule__info-btn .active, .business-schedule__info-btn .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .business-schedule__info-btn .gform_save_link, .business-schedule__info-btn .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__info-btn input, .business-schedule__info-btn .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__info-btn .button, .business-schedule__info-btn .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__info-btn .gform_footer > p > a {
		font-size: calc(1.31875rem + .825vw);
	}
}

@media (min-width: 992px) {
	.business-schedule__info-btn .btn, .business-schedule__info-btn .widefat .approve-btn a, .widefat .approve-btn .business-schedule__info-btn a, .business-schedule__info-btn .widefat .approve-btn .active, .widefat .approve-btn .business-schedule__info-btn .active, .business-schedule__info-btn .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .business-schedule__info-btn .gform_save_link, .business-schedule__info-btn .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__info-btn input, .business-schedule__info-btn .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__info-btn .button, .business-schedule__info-btn .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__info-btn .gform_footer > p > a {
		min-width: 17.25rem;
		padding: 1.2375rem 2.1rem;
	}
}

@media (min-width: 768px) {
	.business-schedule__info-btn .btn, .business-schedule__info-btn .widefat .approve-btn a, .widefat .approve-btn .business-schedule__info-btn a, .business-schedule__info-btn .widefat .approve-btn .active, .widefat .approve-btn .business-schedule__info-btn .active, .business-schedule__info-btn .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .business-schedule__info-btn .gform_save_link, .business-schedule__info-btn .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__info-btn input, .business-schedule__info-btn .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__info-btn .button, .business-schedule__info-btn .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__info-btn .gform_footer > p > a {
		margin-left: 1rem;
	}
}

.business-schedule__routine .card {
	margin-top: 1.1875rem;
	border-radius: 0;
	background-color: #fafafa;
	border-width: 2px;
	page-break-inside: avoid;
}

@media (min-width: 1200px) {
	.business-schedule__routine .card {
		letter-spacing: 1px;
	}
}

.business-schedule__routine .card .item-agenda {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 10px 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 576px) {
	.business-schedule__routine .card .item-agenda {
		padding: 0 20px 0 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.business-schedule__routine .card .item-agenda .btn-primary, .business-schedule__routine .card .item-agenda .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__routine .card .item-agenda input, .business-schedule__routine .card .item-agenda .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__routine .card .item-agenda .button, .business-schedule__routine .card .item-agenda .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__routine .card .item-agenda .gform_footer > p > a {
	margin: 0 0 0 auto;
}

@media (max-width: 991.98px) {
	.business-schedule__routine .card .item-agenda .btn-primary, .business-schedule__routine .card .item-agenda .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__routine .card .item-agenda input, .business-schedule__routine .card .item-agenda .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__routine .card .item-agenda .button, .business-schedule__routine .card .item-agenda .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__routine .card .item-agenda .gform_footer > p > a {
		font-size: 14px;
		padding: 12px !important;
		min-width: 150px;
	}
}

@media (max-width: 575.98px) {
	.business-schedule__routine .card .item-agenda .btn-primary, .business-schedule__routine .card .item-agenda .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__routine .card .item-agenda input, .business-schedule__routine .card .item-agenda .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__routine .card .item-agenda .button, .business-schedule__routine .card .item-agenda .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__routine .card .item-agenda .gform_footer > p > a {
		margin: 15px 0 0 0;
	}
}

.business-schedule__routine .card-header {
	background-color: transparent;
	border: none;
	padding-bottom: .2rem;
	font-size: 2.1875rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (max-width: 1200px) {
	.business-schedule__routine .card-header {
		font-size: calc(1.34375rem + 1.125vw);
	}
}

@media (min-width: 1200px) {
	.business-schedule__routine .card-header {
		padding: 1.35rem 2.85rem .3rem;
	}
}

.business-schedule__routine .card-body {
	padding: 0 1rem 1rem 2rem;
	color: #1c1c1c;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.23;
}

@media (min-width: 992px) {
	.business-schedule__routine .card-body {
		padding: 0 1rem 1.7rem 5.9rem;
		font-size: 1.875rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.business-schedule__routine .card-body {
		font-size: calc(1.3125rem + .75vw);
	}
}

.business-schedule__routine .card-body h3, .business-schedule__routine .card-body .h3, .business-schedule__routine .card-body h2, .business-schedule__routine .card-body .h2 {
	color: #1c1c1c;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.23;
	font-weight: 400;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.business-schedule__routine .card-body h3, .business-schedule__routine .card-body .h3, .business-schedule__routine .card-body h2, .business-schedule__routine .card-body .h2 {
		font-size: 1.875rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.business-schedule__routine .card-body h3, .business-schedule__routine .card-body .h3, .business-schedule__routine .card-body h2, .business-schedule__routine .card-body .h2 {
		font-size: calc(1.3125rem + .75vw);
	}
}

.business-schedule__routine .card-body a {
	color: #111;
	text-transform: uppercase;
}

.business-schedule__routine .card-body a:hover {
	color: #005432;
	text-decoration: none;
}

.business-schedule__routine .card-body p {
	margin-bottom: 0;
}

.business-schedule__routine .card-body p span {
	text-transform: uppercase;
	display: block;
}

.business-schedule__routine .card--pinkish {
	border-color: #e1afa8;
}

.business-schedule__routine .card--powder-blue {
	border-color: #b4d8f8;
}

.business-schedule__routine .card--lichen {
	border-color: #92c395;
	margin-top: 1.6875rem;
}

@media (min-width: 1200px) {
	.business-schedule__routine .card--lichen {
		padding-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	.business-schedule__routine .card--lichen .card-header {
		padding: 2.85rem 2.85rem .3rem;
	}
}

.business-schedule__routine .card--yellow {
	border-color: #ffc32f;
}

.business-schedule__routine .card--black {
	border-color: #000;
}

.business-schedule__routine .btn-wrap {
	margin-top: 3rem;
}

.business-schedule__routine .btn-wrap .btn, .business-schedule__routine .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .business-schedule__routine .btn-wrap a, .business-schedule__routine .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .business-schedule__routine .btn-wrap .active, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .business-schedule__routine .btn-wrap .gform_save_link, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__routine .btn-wrap input, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__routine .btn-wrap .button, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__routine .btn-wrap .gform_footer > p > a {
	font-size: 1.9375rem;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.business-schedule__routine .btn-wrap .btn, .business-schedule__routine .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .business-schedule__routine .btn-wrap a, .business-schedule__routine .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .business-schedule__routine .btn-wrap .active, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .business-schedule__routine .btn-wrap .gform_save_link, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__routine .btn-wrap input, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__routine .btn-wrap .button, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__routine .btn-wrap .gform_footer > p > a {
		font-size: calc(1.31875rem + .825vw);
	}
}

@media (min-width: 992px) {
	.business-schedule__routine .btn-wrap .btn, .business-schedule__routine .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .business-schedule__routine .btn-wrap a, .business-schedule__routine .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .business-schedule__routine .btn-wrap .active, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .business-schedule__routine .btn-wrap .gform_save_link, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .business-schedule__routine .btn-wrap input, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .business-schedule__routine .btn-wrap .button, .business-schedule__routine .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .business-schedule__routine .btn-wrap .gform_footer > p > a {
		padding: 1.2375rem 2.1rem;
		min-width: 24.7rem;
	}
}

.business-schedule .btn-wrap.text-center {
	margin-top: 3rem !important;
}

.floorplan {
	padding: 3.1rem 0 0;
}

@media (min-width: 992px) {
	.floorplan {
		padding: 3.1rem 0;
	}
}

.floorplan .block-title {
	max-width: 62.8125rem;
	line-height: 1.3;
	margin-bottom: 2rem;
}

.floorplan .block-title h2 {
	margin-bottom: 1rem;
}

.floorplan__map {
	background-color: #1c1c1c;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
	.floorplan__map {
		padding-bottom: 2rem;
	}
}

.floorplan__map iframe {
	height: 400px;
}

@media (min-width: 768px) {
	.floorplan__map iframe {
		height: 500px;
	}
}

@media (min-width: 1200px) {
	.floorplan__map iframe {
		height: 818px;
	}
}

.industries {
	padding: .4rem 0 2rem;
}

@media (min-width: 768px) {
	.industries {
		padding: .4rem 0 4.5rem;
	}
}

@media (min-width: 1200px) {
	.industries {
		padding: .4rem 0 5.9rem;
	}
}

@media (max-width: 1199.98px) {
	.industries {
		text-align: center;
	}
}

.industries__wrap {
	max-width: 1721px;
	margin: 0 auto;
	width: 100%;
}

.industries .block-title {
	max-width: 65.3125rem;
	width: 100%;
	margin: 0 auto 2rem;
	line-height: 1.31;
	text-transform: capitalize;
	font-size: 2.125rem;
	color: #1c1c1c;
}

@media (max-width: 1200px) {
	.industries .block-title {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 992px) {
	.industries .block-title {
		margin-bottom: 2.5rem;
	}
}

.industries .block-title h2 {
	position: relative;
	display: inline-block;
	font-size: 4.375rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.industries .block-title h2 {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

@media (min-width: 768px) {
	.industries .block-title h2 {
		margin-bottom: 1.2rem;
	}
}

.industries .block-title h2 sup {
	font-size: .875rem;
	font-weight: 500;
	border: 2px solid #1c1c1c;
	height: 23px;
	width: 23px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	position: absolute;
	right: -1.9rem;
}

.industries .badge-holder h4 {
	font-size: 2.125rem;
	color: #1c1c1c;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: normal;
}

@media (max-width: 1200px) {
	.industries .badge-holder h4 {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 992px) {
	.industries .badge-holder h4 {
		margin-bottom: 3rem;
	}
}

@media (min-width: 1200px) {
	.industries .badge-holder h4 {
		margin: .8rem 0 1.5rem .8rem;
		letter-spacing: 1px;
	}
}

@media (min-width: 1600px) {
	.industries .badge-holder figure {
		margin-left: -1.7rem;
	}
}

.industries-slider {
	max-width: 22.5rem;
	margin: 0 auto 1.5rem;
	position: relative;
}

@media (min-width: 576px) {
	.industries-slider {
		max-width: 35.9375rem;
	}
}

@media (min-width: 768px) {
	.industries-slider {
		max-width: 50rem;
	}
}

@media (min-width: 992px) {
	.industries-slider {
		margin: 0;
		max-width: 100%;
	}
}

.industries-slider__item .img-holder {
	min-height: 15.5rem;
}

@media (min-width: 576px) {
	.industries-slider__item .img-holder {
		min-height: 20.5rem;
	}
}

@media (min-width: 768px) {
	.industries-slider__item .img-holder {
		min-height: 32.5rem;
	}
}

@media (min-width: 992px) {
	.industries-slider__item .img-holder {
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.industries-slider__item .img-holder {
		min-height: 42.5rem;
		margin: 0 2rem 0 0;
	}
}

.industries-slider__btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #8b8b8b;
	background-color: #fff;
	border: 1px solid #8b8b8b;
	line-height: 1;
	padding: .625rem .75rem;
	z-index: 5;
	font-size: 1rem;
	outline: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	border-radius: 100%;
}

.industries-slider__btn:hover, .industries-slider__btn:focus {
	background-color: #ffc32f;
	color: #fff;
	outline: none;
}

.industries-slider__prev {
	left: .5rem;
}

@media (min-width: 576px) {
	.industries-slider__prev {
		left: 1rem;
	}
}

.industries-slider__next {
	right: .5rem;
}

@media (min-width: 576px) {
	.industries-slider__next {
		right: 1rem;
	}
}

@media (min-width: 1200px) {
	.industries-slider__next {
		right: 3rem;
	}
}

.custom-table {
	padding-bottom: 2.75rem;
}

.custom-table__top {
	min-height: 560px;
	margin-bottom: -25.1rem;
}

@media (min-width: 768px) {
	.custom-table__top {
		margin-bottom: -22.1rem;
	}
}

@media (min-width: 992px) {
	.custom-table__top {
		margin-bottom: -19.1rem;
	}
}

@media (min-width: 1200px) {
	.custom-table__top {
		margin-bottom: -17.1rem;
	}
}

@media (min-width: 1600px) {
	.custom-table__top {
		margin-bottom: -21.1rem;
	}
}

.custom-table__top .block-title {
	padding: 2rem 1rem 0;
	max-width: 63.4375rem;
}

@media (min-width: 768px) {
	.custom-table__top .block-title {
		padding-top: 3.5rem;
	}
}

@media (min-width: 1200px) {
	.custom-table__top .block-title {
		padding-top: 5rem;
		margin: 0 auto;
	}
}

@media (min-width: 1600px) {
	.custom-table__top .block-title {
		max-width: 100%;
	}
}

.custom-table__top .block-title h2 {
	font-size: 4.125rem;
	font-weight: 700;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	color: #ffc32f;
}

@media (max-width: 1200px) {
	.custom-table__top .block-title h2 {
		font-size: calc(1.5375rem + 3.45vw);
	}
}

@media (min-width: 992px) {
	.custom-table__top .block-title h2 {
		font-size: 5.125rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.custom-table__top .block-title h2 {
		font-size: calc(1.6375rem + 4.65vw);
	}
}

.custom-table__smallimg {
	height: 2.375rem;
	width: 2.375rem;
	display: inline-block;
	border-radius: 100%;
	border: 1px solid #03442a;
}

@media (min-width: 992px) {
	.custom-table__smallimg {
		height: 4.375rem;
		width: 4.375rem;
	}
}

.custom-table .modal-dialog {
	max-width: 42rem;
}

.custom-table__wrap {
	max-width: 1050px;
	margin: 0 auto;
	width: 100%;
}

.custom-table__wrap img {
	background-color: #fff;
}

.custom-table .table-wrap {
	margin-left: 3px;
	text-align: center;
}

@media (max-width: 1599.98px) {
	.custom-table .table-wrap {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.custom-table .modal-dialog .modal-title {
	width: 100%;
}

.custom-table .modal-dialog .close:focus {
	outline: none;
}

.custom-table .table {
	background-color: #fff;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	-webkit-box-shadow: 0 3px 99px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 3px 99px 0 rgba(0, 0, 0, .13);
	margin: 9px 0 0 -3px;
}

.custom-table .table tr th, .custom-table .table tr td {
	vertical-align: middle;
	text-align: center;
	border: none;
	min-width: 160px;
}

@media (min-width: 1600px) {
	.custom-table .table tr th, .custom-table .table tr td {
		min-width: 250px;
	}
}

.custom-table .table tr th:first-child, .custom-table .table tr td:first-child {
	text-align: left;
}

@media (min-width: 1600px) {
	.custom-table .table tr th:first-child, .custom-table .table tr td:first-child {
		padding-left: 3rem;
	}
}

.custom-table .table tr th:nth-child(5), .custom-table .table tr td:nth-child(5) {
	margin-right: 1rem;
	border-right: 9px solid rgba(0, 0, 0, .1);
}

.custom-table .table tr th:nth-child(2), .custom-table .table tr td:nth-child(2) {
	display: none;
}

.custom-table .table tr th:nth-child(5), .custom-table .table tr th:nth-child(6), .custom-table .table tr td:nth-child(5), .custom-table .table tr td:nth-child(6) {
	-webkit-box-shadow: 0 0 99px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 99px 0 rgba(0, 0, 0, .1);
	display: none;
}

@media (min-width: 1600px) {
	.custom-table .table tr th:nth-child(5), .custom-table .table tr th:nth-child(6), .custom-table .table tr td:nth-child(5), .custom-table .table tr td:nth-child(6) {
		min-width: 264px;
	}
}

.custom-table .table tr th {
	font-weight: 700;
	font-size: 2.5rem;
	color: #3e3e3e;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: .3rem .75rem;
}

@media (max-width: 1200px) {
	.custom-table .table tr th {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 992px) {
	.custom-table .table tr th {
		padding: 2.8rem .5rem;
	}
}

@media (min-width: 1200px) {
	.custom-table .table tr th {
		padding: 2.8rem 1rem;
	}
}

@media (min-width: 1600px) {
	.custom-table .table tr th {
		font-size: 4.0625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.custom-table .table tr th {
		font-size: calc(1.53125rem + 3.375vw);
	}
}

@media (max-width: 991.98px) {
	.custom-table .table tr th img {
		width: 40%;
	}
}

@media (max-width: 575.98px) {
	.custom-table .table tr th img {
		width: 25%;
	}
}

.custom-table .table tr th sup {
	font-size: 1.6875rem;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.custom-table .table tr th sup {
		font-size: calc(1.29375rem + .525vw);
	}
}

@media (min-width: 1600px) {
	.custom-table .table tr th sup {
		top: -1.2em;
	}
}

.custom-table .table tr th span {
	display: block;
	color: #03442a;
	font-size: 1.5rem;
}

@media (max-width: 1200px) {
	.custom-table .table tr th span {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 1600px) {
	.custom-table .table tr th span {
		font-size: 2.0625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.custom-table .table tr th span {
		font-size: calc(1.33125rem + .975vw);
	}
}

.custom-table .table tr th .ribbon-item {
	position: absolute;
	background-image: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/ribbon.svg");
	background-repeat: no-repeat;
	height: 6.7rem;
	width: 10.7rem;
	display: block;
	top: -26px;
	right: -75px;
	z-index: 1;
	background-size: 8.1rem;
}

.custom-table .table tr th .ribbon-item.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 992px) {
	.custom-table .table tr th .ribbon-item {
		height: 10.7rem;
		width: 10.7rem;
		top: -49px;
		right: -6px;
		background-size: inherit;
	}
}

.custom-table .table tr th .ribbon-item:after {
	content: "";
	border-left: 1px solid #8d0101;
	border-bottom: 3px solid #8d0101;
	border-right: 3px solid transparent;
	position: absolute;
	top: 23px;
	left: 12px;
}

@media (min-width: 992px) {
	.custom-table .table tr th .ribbon-item:after {
		border-bottom: 6px solid #8d0101;
		border-right: 8px solid transparent;
		top: 43px;
		left: 21px;
	}
}

.custom-table .table tr th .ribbon-item:before {
	content: "";
	border-left: 1px solid #8d0101;
	border-bottom: 3px solid #8d0101;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: 19px;
	right: 71px;
}

@media (min-width: 992px) {
	.custom-table .table tr th .ribbon-item:before {
		border-bottom: 6px solid #8d0101;
		border-right: 6px solid transparent;
		bottom: 19px;
		right: 0;
	}
}

.custom-table .table tr th .ribbon span {
	font-size: .6rem;
	position: absolute;
	top: 17px;
	right: -6px;
	-webkit-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	transform: rotate(36deg);
	z-index: 9;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	color: #fff;
}

@media (min-width: 992px) {
	.custom-table .table tr th .ribbon span {
		font-size: 1rem;
		top: 26px;
		right: -10px;
	}
}

.custom-table .table tr th:nth-child(5), .custom-table .table tr th:nth-child(6) {
	color: #03442a;
}

.custom-table .table tr th:nth-child(6) .ribbon-item {
	top: -24px;
	right: -27px;
	background-size: 7.3rem;
	width: 7.05rem;
}

@media (min-width: 992px) {
	.custom-table .table tr th:nth-child(6) .ribbon-item {
		top: -41px;
		right: -17px;
		background-size: 12rem;
		width: 9.95rem;
	}
}

.custom-table .table tr th:nth-child(6) .ribbon-item:after {
	top: 21px;
	left: 10px;
}

@media (min-width: 992px) {
	.custom-table .table tr th:nth-child(6) .ribbon-item:after {
		top: 35px;
		left: 17px;
	}
}

.custom-table .table tr th:nth-child(6) .ribbon-item:before {
	bottom: 28px;
	right: 23px;
}

@media (min-width: 992px) {
	.custom-table .table tr th:nth-child(6) .ribbon-item:before {
		bottom: 41px;
		right: 10px;
	}
}

.custom-table .table tr th:nth-child(6) .ribbon span {
	font-size: .6rem;
	top: 14px;
	right: -5px;
}

@media (min-width: 992px) {
	.custom-table .table tr th:nth-child(6) .ribbon span {
		font-size: 1rem;
		top: 21px;
		right: -8px;
	}
}

.custom-table .table tr td {
	font-size: 1.5625rem;
	color: #005432;
	padding: .75rem .75rem;
	clear: both;
}

@media (max-width: 1200px) {
	.custom-table .table tr td {
		font-size: calc(1.28125rem + .375vw);
	}
}

@media (min-width: 1200px) {
	.custom-table .table tr td {
		padding: .45rem .75rem;
	}
}

.custom-table .table tr td i {
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	color: #005432;
}

.custom-table .table tr td i:hover {
	color: #ffc32f;
}

.custom-table .table tr td figure {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 .5rem 0 0;
	min-width: 40px;
}

@media (min-width: 992px) {
	.custom-table .table tr td figure {
		margin-right: 1.2rem;
		height: 4.375rem;
		width: 4.375rem;
	}
}

@media (min-width: 1200px) {
	.custom-table .table tr td figure {
		float: left;
	}
}

.custom-table .table tr td .btn, .custom-table .table tr td .widefat .approve-btn a, .widefat .approve-btn .custom-table .table tr td a, .custom-table .table tr td .widefat .approve-btn .active, .widefat .approve-btn .custom-table .table tr td .active, .custom-table .table tr td .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .custom-table .table tr td .gform_save_link, .custom-table .table tr td .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .custom-table .table tr td input, .custom-table .table tr td .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .custom-table .table tr td .button, .custom-table .table tr td .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .custom-table .table tr td .gform_footer > p > a {
	padding: .6375rem .5rem;
	font-size: 1.125rem;
	font-weight: 500;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.custom-table .table tr td .btn, .custom-table .table tr td .widefat .approve-btn a, .widefat .approve-btn .custom-table .table tr td a, .custom-table .table tr td .widefat .approve-btn .active, .widefat .approve-btn .custom-table .table tr td .active, .custom-table .table tr td .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .custom-table .table tr td .gform_save_link, .custom-table .table tr td .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .custom-table .table tr td input, .custom-table .table tr td .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .custom-table .table tr td .button, .custom-table .table tr td .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .custom-table .table tr td .gform_footer > p > a {
		min-width: 8.7rem;
		padding: .6375rem .5rem;
	}
}

.custom-table .table tr td:first-child a {
	font-size: 1.125rem;
	color: #3e3e3e;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 992px) {
	.custom-table .table tr td:first-child a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.custom-table .table tr td:first-child a span {
	display: block;
	overflow: hidden;
}

.custom-table .table tr td:first-child a:hover {
	text-decoration: none;
	color: #03442a;
}

.custom-table .table tr:nth-of-type(odd) {
	background-color: #fafafa;
}

.custom-table .table tr:last-child {
	background-color: #fff;
}

.custom-table .table tr:last-child td {
	padding-bottom: 2.4rem;
}

.custom-table__card .card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	border: none;
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
}

@media (min-width: 576px) {
	.custom-table__card .card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.custom-table__card .card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media (min-width: 1200px) {
	.custom-table__card .card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66%;
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
}

.custom-table__card .card-title {
	margin-bottom: 0;
	background-color: #005432;
	color: #fff;
	padding: .9rem .5rem;
	border-left: 1px solid #e9ecef;
	border-right: 1px solid #e9ecef;
	min-height: 79px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.custom-table__card .card-title h5 {
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1;
}

.custom-table__card .card-body {
	padding: 0;
	border: 1px solid #ffc32f;
	border-top: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.custom-table__card .card-body p {
	margin-bottom: 0;
}

.custom-table__card .card-body a {
	min-height: 14.375rem;
}

@media (min-width: 0\0 ) {
	.custom-table__card .card-body a {
		height: 14.375rem;
	}
}

.custom-table__card .card-body .footer {
	padding: .8rem .5rem;
	color: #3e3e3e;
	font-size: .9375rem;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

@media (min-width: 992px) {
	.custom-table__card .card-body .footer {
		padding: 1.1rem .5rem;
	}
}

.custom-table__card .card:hover {
	position: relative;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 1;
	-webkit-box-shadow: 8px 16px 32px 0 rgba(0, 0, 0, .12);
	box-shadow: 8px 16px 32px 0 rgba(0, 0, 0, .12);
}

.custom-table .btn-wrap {
	margin-top: 1rem;
	margin-top: 2.8rem;
}

.custom-table .btn-wrap .btn, .custom-table .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .custom-table .btn-wrap a, .custom-table .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .custom-table .btn-wrap .active, .custom-table .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .custom-table .btn-wrap .gform_save_link, .custom-table .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .custom-table .btn-wrap input, .custom-table .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .custom-table .btn-wrap .button, .custom-table .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .custom-table .btn-wrap .gform_footer > p > a {
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1.0375rem 2.1rem;
	min-width: 13.7rem;
	margin-left: .8rem;
}

.custom-table .table-mobile {
	position: relative;
	margin-bottom: 2rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.custom-table .table-mobile__header {
	border-bottom: 4px solid #1f3720;
}

.custom-table .table-mobile__header h4 {
	background-color: #92c395;
	color: #000;
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: center;
	padding: .5rem;
	line-height: 1.1;
	margin-bottom: 0;
}

.custom-table .table-mobile__header h4 span {
	display: block;
	font-size: 1rem;
}

.custom-table .table-mobile__header h4:nth-child(1) {
	display: none;
}

.custom-table .table-mobile__header h4:nth-child(2) {
	background-color: #61a865;
}

.custom-table .table-mobile__header h4:nth-child(3) {
	background-color: #4c8a50;
}

.custom-table .table-mobile__body {
	max-height: 465px;
	overflow-x: auto;
}

.custom-table .table-mobile__body-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem 0;
	color: #3e3e3e;
}

.custom-table .table-mobile__body-item a figure {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	margin: 0 .5rem 0 0;
	min-width: 40px;
}

.custom-table .table-mobile__body-item a:hover {
	color: #005432;
	text-decoration: none;
}

.custom-table .table-mobile__body-item .btn-primary, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .custom-table .table-mobile__body-item input, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .custom-table .table-mobile__body-item .button, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .custom-table .table-mobile__body-item .gform_footer > p > a {
	min-width: auto;
	padding: .3rem .5rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
	.custom-table .table-mobile__body-item .btn-primary, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .custom-table .table-mobile__body-item input, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .custom-table .table-mobile__body-item .button, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .custom-table .table-mobile__body-item .gform_footer > p > a {
		min-width: 250px;
	}
}

.custom-table .table-mobile__body-item .btn-primary:hover, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .custom-table .table-mobile__body-item input:hover, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer .additonal-submit .custom-table .table-mobile__body-item .button:hover, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer > p > a:hover, .modal--register .modal-body .custom-table .table-mobile__body-item .gform_footer > p > a:hover, .custom-table .table-mobile__body-item .btn-primary:focus, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer input:focus, .modal--register .modal-body .gform_footer .custom-table .table-mobile__body-item input:focus, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer .additonal-submit .button:focus, .modal--register .modal-body .gform_footer .additonal-submit .custom-table .table-mobile__body-item .button:focus, .custom-table .table-mobile__body-item .modal--register .modal-body .gform_footer > p > a:focus, .modal--register .modal-body .custom-table .table-mobile__body-item .gform_footer > p > a:focus {
	color: #fff;
	background-color: #00462a !important;
	border-color: transparent;
}

.custom-table .table-mobile__body-item .icon-wrap ul {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

.custom-table .table-mobile__body-item .icon-wrap li {
	background-color: #92c395;
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 1rem 0;
	color: #ffc32f;
	min-height: 48px;
}

.custom-table .table-mobile__body-item .icon-wrap li i {
	color: #ffc32f;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}

.custom-table .table-mobile__body-item .icon-wrap li i:hover {
	color: #fff;
}

.custom-table .table-mobile__body-item .icon-wrap li:nth-child(1) {
	display: none;
}

.custom-table .table-mobile__body-item .icon-wrap li:nth-child(2) {
	background-color: #61a865;
}

.custom-table .table-mobile__body-item .icon-wrap li:nth-child(3) {
	background-color: #4c8a50;
}

.custom-table .table-mobile__body-item .icon-wrap li a {
	display: inline-block;
}

.custom-table .table-mobile__body-item .icon-wrap--alt ul li {
	background-color: transparent !important;
}

.custom-table .table-mobile--alt {
	display: none;
}

.custom-table .table-mobile--alt .table-mobile__header h4 {
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.custom-table .table-mobile--alt .table-mobile__body-item .icon-wrap li {
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.sponsors {
	background-color: #f9f9f9;
	padding: 1.4rem 0 3.375rem;
}

.sponsors .block-title {
	padding: .6rem 0 .25rem;
	max-width: 60.25rem;
	width: 100%;
	margin: 0 auto 4.5rem;
	font-size: 1.375rem;
	color: #000;
}

@media (max-width: 1200px) {
	.sponsors .block-title {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 576px) {
	.sponsors .block-title {
		padding: 1rem .625rem .25rem;
		margin: 0 auto 1rem;
	}
}

@media (min-width: 768px) {
	.sponsors .block-title {
		margin-bottom: 5rem;
	}
}

@media (min-width: 1200px) {
	.sponsors .block-title {
		margin-bottom: 5.5rem;
	}
}

.sponsors .block-title h2 {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 4.375rem;
}

@media (max-width: 1200px) {
	.sponsors .block-title h2 {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

.sponsors .block-title p {
	margin-top: 1rem;
	font-weight: normal;
	font-size: 2.125rem;
}

.sponsors .sub-header {
	font-weight: 700;
	margin: 1rem 0 .5rem;
	line-height: 1.1;
	font-size: 1.9rem;
}

@media (max-width: 1200px) {
	.sponsors .sub-header {
		font-size: calc(1.315rem + .78vw);
	}
}

@media (min-width: 576px) {
	.sponsors .sub-header {
		margin: 1rem 0 4rem;
		line-height: 1.4;
	}
}

@media (min-width: 768px) {
	.sponsors .sub-header {
		margin: 1rem 0 0;
		font-size: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.sponsors .sub-header {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 992px) {
	.sponsors .sub-header {
		font-size: 2.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.sponsors .sub-header {
		font-size: calc(1.375rem + 1.5vw);
	}
}

.sponsors .site-header__left {
	max-width: 290px;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

@media (min-width: 576px) {
	.sponsors .site-header__left {
		max-width: 39.6875rem;
		padding: .5rem;
	}
}

@media (min-width: 992px) {
	.sponsors .site-header__left {
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.sponsors .site-header__left {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 575.98px) {
	.sponsors .site-header__left {
		margin-bottom: 2rem;
	}
}

.sponsors .site-header__left img {
	width: 13rem;
}

@media (min-width: 992px) {
	.sponsors .site-header__left img {
		width: 40%;
	}
}

@media (max-width: 767.98px) {
	.sponsors .site-header__left img {
		width: 65%;
		margin-bottom: 1rem;
	}
}

@media (max-width: 575.98px) {
	.sponsors .site-header__left img {
		margin-bottom: .5rem;
	}
}

.sponsors .site-header__left .sponsor-logo__right, .sponsors .site-header__left .sponsor-logo__mid {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .5rem;
	padding-left: .5rem;
	margin-left: .5rem;
	position: relative;
}

@media (min-width: 576px) {
	.sponsors .site-header__left .sponsor-logo__right, .sponsors .site-header__left .sponsor-logo__mid {
		padding-left: 1.5rem;
		margin-left: 1.5rem;
	}
}

@media (min-width: 992px) {
	.sponsors .site-header__left .sponsor-logo__right, .sponsors .site-header__left .sponsor-logo__mid {
		width: 28%;
	}
}

@media (max-width: 767.98px) {
	.sponsors .site-header__left .sponsor-logo__right, .sponsors .site-header__left .sponsor-logo__mid {
		padding: 0;
		margin: 0;
		width: 40%;
	}
}

.sponsors .site-header__left .sponsor-logo__right img, .sponsors .site-header__left .sponsor-logo__mid img {
	margin-left: 0 !important;
	width: 60px;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.sponsors .site-header__left .sponsor-logo__right img, .sponsors .site-header__left .sponsor-logo__mid img {
		width: 85px;
	}
}

@media (min-width: 992px) {
	.sponsors .site-header__left .sponsor-logo__right img, .sponsors .site-header__left .sponsor-logo__mid img {
		width: 155px;
	}
}

@media (max-width: 767.98px) {
	.sponsors .site-header__left .sponsor-logo__right img, .sponsors .site-header__left .sponsor-logo__mid img {
		width: 80%;
	}
}

.sponsors .site-header__left .sponsor-logo__right:before, .sponsors .site-header__left .sponsor-logo__mid:before {
	content: "";
	width: 1px;
	display: block;
	position: absolute;
	left: 15px;
	background: #000;
	top: 0;
	bottom: 0;
}

@media (max-width: 767.98px) {
	.sponsors .site-header__left .sponsor-logo__right:before, .sponsors .site-header__left .sponsor-logo__mid:before {
		display: none;
	}
}

.sponsors .site-header__left .sponsor-logo__right .text-center, .sponsors .site-header__left .sponsor-logo__mid .text-center {
	margin: .5rem 0 0;
	text-transform: uppercase;
	font-size: .625rem;
	width: 100%;
}

@media (min-width: 576px) {
	.sponsors .site-header__left .sponsor-logo__right .text-center, .sponsors .site-header__left .sponsor-logo__mid .text-center {
		font-size: .75rem;
	}
}

@media (min-width: 992px) {
	.sponsors .site-header__left .sponsor-logo__right .text-center, .sponsors .site-header__left .sponsor-logo__mid .text-center {
		font-size: 1rem;
	}
}

.sponsors .site-header__left .sponsor-logo__right {
	margin-left: 0;
	padding-left: 0;
}

.sponsors .site-header__left .sponsor-logo__right:before {
	display: none;
}

.sponsors .site-header__left .sponsor-logo__right img {
	margin-left: 0 !important;
	width: 60px;
}

@media (min-width: 576px) {
	.sponsors .site-header__left .sponsor-logo__right img {
		width: 55px;
	}
}

@media (min-width: 992px) {
	.sponsors .site-header__left .sponsor-logo__right img {
		width: 103px;
	}
}

@media (max-width: 767.98px) {
	.sponsors .site-header__left .sponsor-logo__right img {
		width: 48%;
	}
}

.sponsors__wrap {
	margin: 0 auto 3rem;
	width: 100%;
	max-width: 1000px;
}

.sponsors__type {
	border: 2px solid #03442a;
	padding: 0 1rem 1.3rem;
	margin: 0 auto 4.8rem;
	position: relative;
	max-width: 21.25rem;
}

@media (min-width: 576px) {
	.sponsors__type {
		max-width: 100%;
		margin: 0 0 4.8rem;
	}
}

@media (min-width: 992px) {
	.sponsors__type {
		padding: 0 1rem 1rem;
	}
}

.sponsors__type h3 {
	background-color: #03442a;
	color: #fff;
	-webkit-box-shadow: 0 3px 60px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 60px 0 rgba(0, 0, 0, .16);
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	padding: 1rem;
	min-height: 7rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -4rem auto 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 18.5625rem;
}

@media (min-width: 0\0 ) {
	.sponsors__type h3 {
		height: 8.1rem;
	}
}

@media (min-width: 992px) {
	.sponsors__type h3 {
		max-width: 21.5625rem;
		padding: 1.18rem 1rem;
		top: -60px;
		margin-bottom: 2.3rem;
		min-height: 8.1rem;
	}
}

.sponsors__type ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sponsors__type ul li {
	display: inline-block;
	padding: 0 .625rem 1.25rem;
}

@media (max-width: 991.98px) {
	.sponsors__type ul li {
		-ms-flex-preferred-size: 30% !important;
		flex-basis: 30% !important;
		max-width: 30% !important;
	}
}

@media (max-width: 767.98px) {
	.sponsors__type ul li {
		-ms-flex-preferred-size: 45% !important;
		flex-basis: 45% !important;
		max-width: 45% !important;
	}
}

@media (max-width: 575.98px) {
	.sponsors__type ul li {
		margin-bottom: 6px;
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
}

.sponsors__type ul li figure {
	padding: 1.5rem 1rem;
	min-height: 169px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	margin: 0;
	height: 100%;
}

@media (min-width: 576px) {
	.sponsors__type ul li figure {
		min-height: 8.75rem;
		height: 8.75rem;
	}
}

@media (max-width: 575.98px) {
	.sponsors__type ul li figure {
		padding: 1.5rem .5rem;
		margin: 0 .1875rem;
	}
}

.sponsors__type ul li figure img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
	max-height: 100px;
	width: auto;
}

.sponsors__type:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.sponsors__type--national {
		padding: 0 1rem 1.3rem;
	}
}

.sponsors__type--national h3 {
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.sponsors__type--national h3 {
		padding: 1.3rem 1rem;
	}
}

.sponsors__type--national ul li figure {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	padding: 1rem;
	margin: 0;
}

.expert-card__slider {
	display: block;
	outline: none;
}

@media (min-width: 576px) {
	.expert-card__slider {
		display: none;
	}
}

.expert-card__slider .card {
	margin: 0 0 1rem;
	height: 20.0625rem;
	outline: none;
}

.expert-card__slider .slick-dots {
	margin: .75rem 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.expert-card__slider .slick-dots li {
	margin: 4px;
}

.attendees-show .card-body {
	min-height: 4.75rem;
}

@media (min-width: 0\0 ) {
	.attendees-show .card-body {
		height: 4.75rem;
	}
}

@media (max-width: 575.98px) {
	.modal--register {
		padding: 0 15px !important;
	}
}

.modal--register .modal-header {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffc32f;
	border-radius: 0;
	padding: 1rem;
}

@media (min-width: 576px) {
	.modal--register .modal-header {
		padding: 1rem 1.5rem;
	}
}

@media (min-width: 992px) {
	.modal--register .modal-header {
		padding: 1rem 3.125rem;
	}
}

@media (min-width: 1340px) {
	.modal--register .modal-header {
		padding: 1rem;
	}
}

.modal--register .modal-header .modal-title {
	line-height: 1.03;
	font-weight: 600;
	color: #111;
	text-transform: uppercase;
	font-size: 1.875rem;
}

@media (max-width: 1200px) {
	.modal--register .modal-header .modal-title {
		font-size: calc(1.3125rem + .75vw);
	}
}

@media (min-width: 992px) {
	.modal--register .modal-header .modal-title {
		font-size: 2.1875rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.modal--register .modal-header .modal-title {
		font-size: calc(1.34375rem + 1.125vw);
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-header .modal-title {
		font-size: 2.8125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.modal--register .modal-header .modal-title {
		font-size: calc(1.40625rem + 1.875vw);
	}
}

@media (min-width: 1600px) {
	.modal--register .modal-header .modal-title {
		font-size: 3.4375rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.modal--register .modal-header .modal-title {
		font-size: calc(1.46875rem + 2.625vw);
	}
}

@media (max-width: 575.98px) {
	.modal--register .modal-header .modal-title br {
		display: none;
	}
}

.modal--register .modal-header__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 10px 0 0;
}

.modal--register .modal-header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1107px;
	margin: 0 auto;
}

.modal--register .modal-header__wrapper .modal-logo {
	width: 100%;
	margin: 0 auto;
	max-width: 145px;
}

@media (min-width: 576px) {
	.modal--register .modal-header__wrapper .modal-logo {
		max-width: 195px;
	}
}

@media (min-width: 992px) {
	.modal--register .modal-header__wrapper .modal-logo {
		max-width: 240px;
		margin: 0;
	}
}

@media (min-width: 1600px) {
	.modal--register .modal-header__wrapper .modal-logo {
		max-width: 322px;
	}
}

.modal--register .modal-header__wrapper .modal-logo figure {
	margin: 0;
}

.modal--register .modal-header__wrapper .modal-location {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 10px 0 0;
}

@media (min-width: 992px) {
	.modal--register .modal-header__wrapper .modal-location {
		padding: 34px 0 0;
	}
}

@media (max-width: 575.98px) {
	.modal--register .modal-header__wrapper .modal-location {
		max-width: 100%;
	}
}

.modal--register .modal-header__wrapper .modal-location ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 700;
	text-align: center;
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.modal--register .modal-header__wrapper .modal-location ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 992px) {
	.modal--register .modal-header__wrapper .modal-location ul {
		text-align: right;
		font-size: 1.125rem;
	}
}

@media (min-width: 1600px) {
	.modal--register .modal-header__wrapper .modal-location ul {
		font-size: 1.625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.modal--register .modal-header__wrapper .modal-location ul {
		font-size: calc(1.2875rem + .45vw);
	}
}

.modal--register .modal-header__wrapper .modal-location ul li {
	padding: 0 5px;
}

@media (max-width: 575.98px) {
	.modal--register .modal-header__wrapper .modal-location ul li {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width: 767.98px) {
	.modal--register .modal-header__wrapper .modal-location ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 480px) {
	.modal--register .modal-header__wrapper .modal-location ul li {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (min-width: 992px) {
	.modal--register .modal-header__wrapper .modal-location ul li {
		padding-left: 10px;
		display: inline-block;
	}
}

@media (min-width: 1600px) {
	.modal--register .modal-header__wrapper .modal-location ul li {
		padding-left: 20px;
	}
}

.modal--register .modal-header__wrapper .modal-location ul li a {
	color: #2a2a2a;
}

.modal--register .modal-header__wrapper .modal-location ul li a span {
	font-weight: 700;
}

.modal--register .modal-header__wrapper .modal-location ul li a:hover {
	text-decoration: none;
	color: #03442a;
}

.modal--register .modal-header .close {
	width: 50px;
	height: 50px;
	top: 0;
	margin: 0;
	position: absolute;
	right: 0;
	background-color: #dbdbdb;
	color: #03442a;
	opacity: 1;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.modal--register .modal-header .close {
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		border-radius: 50%;
		top: 33px;
	}
}

@media (min-width: 1600px) {
	.modal--register .modal-header .close {
		width: 69px;
		height: 69px;
		font-size: 1.625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.modal--register .modal-header .close {
		font-size: calc(1.2875rem + .45vw);
	}
}

.modal--register .modal-header .close span {
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.modal--register .modal-header .close:hover {
	opacity: 1;
}

.modal--register .modal-header .close:hover span {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal--register .modal-dialog {
	margin: 26px auto;
	width: 100%;
}

@media (min-width: 768px) {
	.modal--register .modal-dialog {
		max-width: 700px;
	}
}

@media (min-width: 992px) {
	.modal--register .modal-dialog {
		max-width: 900px;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-dialog {
		margin: 2rem auto;
		max-width: 1140px;
	}
}

@media (min-width: 1340px) {
	.modal--register .modal-dialog {
		max-width: 1251px;
	}
}

.modal--register .modal-body {
	padding: 1rem 1rem 2rem;
}

@media (min-width: 1600px) {
	.modal--register .modal-body {
		padding: 1rem 4rem 3rem;
	}
}

.modal--register .modal-body .ingo_community_widget {
	width: 100% !important;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.modal--register .modal-body .ingo_community_widget_invite, .modal--register .modal-body .ingo_community_widget_header_user, .modal--register .modal-body .ingo_community_widget_invitation_template_box_wp {
	background-color: #000;
}

.modal--register .modal-body .ingo_community_widget_usercard.blue {
	background-color: #005432;
}

.modal--register .modal-body .ingo_community_widget_usercard_avatar_wp img {
	border: 2px solid #ffc32f;
}

.modal--register .modal-body .ingo_community_widget_usercard_button {
	background-color: #ffc32f;
	color: #000;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.modal--register .modal-body .ingo_community_widget_usercard_button:hover {
	background-color: #fff;
}

.modal--register .modal-body .ingo_community_widget_invite_users_buttons {
	background-color: #000;
}

@media (max-width: 575.98px) {
	.modal--register .modal-body .ingo_community_widget_invite_users_buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.modal--register .modal-body .ingo_community_widget_invite_users_buttons_sharewidth {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.modal--register .modal-body .ingo_community_widget_invite_users_buttons_btn {
		margin-bottom: .625rem;
	}
}

.modal--register .modal-body .required {
	display: block;
	padding: 0 12.5px;
	text-transform: capitalize;
	font-size: .8125rem;
}

.modal--register .modal-body.float-labels .gfield {
	position: relative;
}

.modal--register .modal-body.float-labels .gfield > .gfield_label, .modal--register .modal-body.float-labels .gfield .ginput_container_address > span > label {
	margin: 0 0 3px;
}

@media (min-width: 768px) {
	.modal--register .modal-body.float-labels .gfield > .gfield_label, .modal--register .modal-body.float-labels .gfield .ginput_container_address > span > label {
		position: absolute;
		top: -10px;
		margin: 0;
		background: #fff;
		left: 25px;
		padding: 0 10px;
		line-height: 1;
		z-index: 10;
	}
}

@media (max-width: 1199.98px) {
	.modal--register .modal-body.float-labels .gfield > .gfield_label, .modal--register .modal-body.float-labels .gfield .ginput_container_address > span > label {
		font-size: .9375rem;
	}
}

.modal--register .modal-body .gform_wrapper .gform_hidden {
	margin-bottom: 0 !important;
}

.modal--register .modal-body .gform_wrapper * {
	letter-spacing: 0 !important;
}

.modal--register .modal-body .gform_wrapper #validation_message_14_10, .modal--register .modal-body .gform_wrapper #validation_message_11_10 {
	display: block;
	font-size: .875rem;
	padding: 5px 0 0;
	color: #dc3545;
}

.modal--register .modal-body .gform_wrapper #validation_message_18_4, .modal--register .modal-body .gform_wrapper #validation_message_13_4 {
	display: block !important;
}

.modal--register .modal-body .gform_wrapper .gform_emial_duplicate_error {
	font-size: .75rem;
	color: #dc3545;
	line-height: 1.2;
	padding: 5px 0 0;
}

.modal--register .modal-body .gform_wrapper .gform_emial_duplicate_error p {
	margin-bottom: 0;
}

.modal--register .modal-body .gform_wrapper ul {
	font-size: 0;
}

.modal--register .modal-body .gform_wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/arrow-down.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 25px) calc(68% - 8px);
	padding-right: 45px;
}

.modal--register .modal-body .gform_wrapper select.nitro-lazy {
	background-image: none !important;
}

.modal--register .modal-body .gform_wrapper select::-ms-expand {
	display: none;
}

.modal--register .modal-body .gform_wrapper .show-label > label {
	display: block !important;
	margin: 0 0 10px;
	line-height: 1.25;
}

.modal--register .modal-body .gform_wrapper .double-col .gfield_checkbox li {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 20px 0 0;
}

@media (max-width: 575.98px) {
	.modal--register .modal-body .gform_wrapper .double-col .gfield_checkbox li label {
		line-height: 1.7;
	}
}

.modal--register .modal-body .gform_wrapper .gfield {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 18px;
	padding: 0 8px;
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield {
		padding: 0 12.5px;
	}
}

.modal--register .modal-body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]), .modal--register .modal-body .gform_wrapper .gfield select, .modal--register .modal-body .gform_wrapper .gfield textarea {
	height: 66px;
	background-color: #fff;
	border-color: #818181;
	width: 100%;
	font-weight: 300;
	letter-spacing: 0;
}

@media (max-width: 1599.98px) {
	.modal--register .modal-body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]), .modal--register .modal-body .gform_wrapper .gfield select, .modal--register .modal-body .gform_wrapper .gfield textarea {
		height: 55px;
	}
}

@media (max-width: 1199.98px) {
	.modal--register .modal-body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]), .modal--register .modal-body .gform_wrapper .gfield select, .modal--register .modal-body .gform_wrapper .gfield textarea {
		font-size: 1rem;
	}
}

@media (max-width: 991.98px) {
	.modal--register .modal-body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]), .modal--register .modal-body .gform_wrapper .gfield select, .modal--register .modal-body .gform_wrapper .gfield textarea {
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.modal--register .modal-body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]), .modal--register .modal-body .gform_wrapper .gfield select, .modal--register .modal-body .gform_wrapper .gfield textarea {
		height: 50px;
	}
}

.modal--register .modal-body .gform_wrapper .gfield.show-validation .validation_message {
	display: block;
	font-size: .875rem;
	color: #dc3545;
	padding: 3px 0 0;
}

@media (min-width: 992px) {
	.modal--register .modal-body .gform_wrapper .gfield.half-width {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.modal--register .modal-body .gform_wrapper .gfield.full-width input:not([type=radio]):not([type=checkbox]):not([type=submit]), .modal--register .modal-body .gform_wrapper .gfield.full-width select, .modal--register .modal-body .gform_wrapper .gfield.full-width textarea {
	max-width: 100%;
}

.modal--register .modal-body .gform_wrapper .gfield--address {
	margin: 0;
}

.modal--register .modal-body .gform_wrapper .gfield--radio .ginput_container ul {
	display: block;
}

.modal--register .modal-body .gform_wrapper .gfield--radio .ginput_container ul li {
	display: inline-block;
	margin: 0 25px 0 0;
}

.modal--register .modal-body .gform_wrapper .gfield--email-list {
	margin-bottom: 5px;
}

@media (min-width: 1600px) {
	.modal--register .modal-body .gform_wrapper .gfield--email-list {
		margin-bottom: 0;
	}
}

.modal--register .modal-body .gform_wrapper .gfield--email-list .ginput_container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield--email-list .ginput_container ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		max-height: 240px;
		margin: 0;
	}
}

.modal--register .modal-body .gform_wrapper .gfield--email-list .ginput_container ul li {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.modal--register .modal-body .gform_wrapper .gfield--email-list .ginput_container ul li {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield--email-list .ginput_container ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield--email-list .ginput_container ul li:nth-child(-n+5) {
		max-width: 55%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
	}
}

@media (min-width: 1600px) {
	.modal--register .modal-body .gform_wrapper .gfield--promo {
		margin-bottom: 27px;
	}
}

.modal--register .modal-body .gform_wrapper .gfield--promo .gfield_checkbox label {
	font-weight: 600;
	color: #2a2a2a;
	line-height: 1.2;
	font-size: .9375rem;
}

@media (min-width: 768px) {
	.modal--register .modal-body .gform_wrapper .gfield--promo .gfield_checkbox label {
		font-size: 1.125rem;
		line-height: 1.1;
	}
}

@media (min-width: 992px) {
	.modal--register .modal-body .gform_wrapper .gfield--promo .gfield_checkbox label {
		line-height: 1.5;
	}
}

.modal--register .modal-body .gform_wrapper .gfield--promo .gfield_checkbox li {
	margin-bottom: 0;
}

.modal--register .modal-body .gform_wrapper .gfield--promo .gfield_checkbox li:nth-child(1):after {
	content: "By Checking This Box, I Agree to receive automated calls & text messages from Small Business Expo, its advertisers & its advertiser\'s services at the mobile phone number listed above. Consent is not a condition of any purchase. Message & Data Rates may apply. You may opt out at any time.";
	font-size: .8125rem;
	color: #2a2a2a;
	line-height: 1.38;
	display: block;
	font-weight: 500;
	padding: 5px 0 0;
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield--partners {
		margin-bottom: 2.0625rem;
	}
}

@media (min-width: 1600px) {
	.modal--register .modal-body .gform_wrapper .gfield--partners {
		margin-bottom: 1.125rem;
	}
}

.modal--register .modal-body .gform_wrapper .gfield--partners .gfield_checkbox li {
	margin-bottom: .5rem;
}

.modal--register .modal-body .gform_wrapper .gfield--partners .gfield_checkbox li:nth-last-child(1) {
	margin-bottom: 0;
}

@media (min-width: 1600px) {
	.modal--register .modal-body .gform_wrapper .gfield--partners .gfield_checkbox li:nth-last-child(1) {
		margin-bottom: .9375rem;
	}
}

.modal--register .modal-body .gform_wrapper .gfield--seperator {
	position: relative;
	margin-bottom: 0;
}

.modal--register .modal-body .gform_wrapper .gfield--seperator:before {
	content: "";
	width: 100%;
	width: 100%;
	border-top: 2px solid #6b6a6a;
	display: block;
	position: absolute;
	top: -10px;
	max-width: 900px;
	left: 8px;
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield--seperator:before {
		left: .7813rem;
		top: -17px;
	}
}

@media (min-width: 1600px) {
	.modal--register .modal-body .gform_wrapper .gfield--seperator:before {
		top: -18px;
	}
}

.modal--register .modal-body .gform_wrapper .gfield--seperator .gfield_checkbox li {
	margin: 0 0 .6rem;
}

.modal--register .modal-body .gform_wrapper .gfield.covid-checkbox > label {
	display: none;
}

@media (min-width: 992px) {
	.modal--register .modal-body .gform_wrapper .gfield.triple-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media (max-width: 991.98px) {
	.modal--register .modal-body .gform_wrapper .gfield:nth-child(5), .modal--register .modal-body .gform_wrapper .gfield:nth-child(4) {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 575.98px) {
	.modal--register .modal-body .gform_wrapper .gfield:nth-child(5), .modal--register .modal-body .gform_wrapper .gfield:nth-child(4) {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.modal--register .modal-body .gform_wrapper .gfield:nth-last-child(1) {
	margin-bottom: 0 !important;
}

.modal--register .modal-body .gform_wrapper .gfield:nth-child(10), .modal--register .modal-body .gform_wrapper .gfield:nth-child(9) {
	margin-bottom: 10px;
}

@media (max-width: 991.98px) {
	.modal--register .modal-body .gform_wrapper .gfield:nth-child(10), .modal--register .modal-body .gform_wrapper .gfield:nth-child(9) {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.modal--register .modal-body .gform_wrapper .gfield.not-floated > label {
	position: static;
	font-weight: 600;
	color: #111;
	padding: 0;
	margin-bottom: 10px;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.modal--register .modal-body .gform_wrapper .gfield.not-floated > label {
		font-size: 1.125rem;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield.not-floated > label {
		margin-bottom: 15px;
		font-size: 1.375rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield.not-floated > label {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 1600px) {
	.modal--register .modal-body .gform_wrapper .gfield.not-floated > label {
		font-size: 1.5625rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield.not-floated > label {
		font-size: calc(1.28125rem + .375vw);
	}
}

.modal--register .modal-body .gform_wrapper .gfield.sub-info .gfield_label:after {
	content: "(Choose all that may apply)";
	font-size: 1.125rem;
	color: #09462a;
	font-weight: 600;
	line-height: 1.5;
	padding: 0 0 0 6px;
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gchoice_11_23_42 {
		margin-bottom: 60px;
	}
}

@media (max-width: 1199.98px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gchoice_14_23_44 {
		display: none;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gchoice_14_23_44 {
		height: 10px;
	}
}

.modal--register .modal-body .gform_wrapper .gfield.cities-column .gchoice_18_13_45 {
	display: none;
}

.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 316px;
	}
}

@media (min-width: 1340px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox {
		height: 328px;
	}
}

.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 400px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox li {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 768px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		max-width: 16.66%;
	}
}

.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox li label {
	padding-left: 28px;
}

@media (min-width: 992px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox li label {
		white-space: nowrap;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox li label {
		font-size: 1.0625rem;
	}
}

@media (min-width: 1340px) {
	.modal--register .modal-body .gform_wrapper .gfield.cities-column .gfield_checkbox li label {
		font-size: 1.125rem;
	}
}

@media (max-width: 991.98px) {
	.modal--register .modal-body .gform_wrapper .gfield_checkbox li, .modal--register .modal-body .gform_wrapper .gfield_radio li {
		margin-bottom: 10px;
	}
}

.modal--register .modal-body .gform_wrapper .gfield_checkbox li label, .modal--register .modal-body .gform_wrapper .gfield_radio li label {
	padding-left: 31px;
}

@media (max-width: 1199.98px) {
	.modal--register .modal-body .gform_wrapper .gfield_checkbox li label, .modal--register .modal-body .gform_wrapper .gfield_radio li label {
		font-size: .9375rem;
	}
}

@media (max-width: 991.98px) {
	.modal--register .modal-body .gform_wrapper .gfield_checkbox li label, .modal--register .modal-body .gform_wrapper .gfield_radio li label {
		line-height: 1.2;
	}
}

.modal--register .modal-body .gform_wrapper .gfield_checkbox li label:before, .modal--register .modal-body .gform_wrapper .gfield_radio li label:before {
	width: 24px;
	height: 24px;
	border: 2px solid #818181;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
}

@media (max-width: 1199.98px) {
	.modal--register .modal-body .gform_wrapper .gfield_checkbox li label:before, .modal--register .modal-body .gform_wrapper .gfield_radio li label:before {
		top: 13px;
	}
}

.modal--register .modal-body .gform_wrapper .gfield_error .ginput_container_checkbox .gfield_checkbox li label:before, .modal--register .modal-body .gform_wrapper .gfield_error .gfield_radio li label:before {
	border: 2px solid #dc3545 !important;
}

.modal--register .modal-body .gform_wrapper .ginput_container_address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .ginput_container_address {
		margin: 0 -12.5px;
	}
}

@media (max-width: 767.98px) {
	.modal--register .modal-body .gform_wrapper .ginput_container_address label {
		position: absolute;
		left: 8px;
		top: 0;
	}
}

.modal--register .modal-body .gform_wrapper .ginput_container_address > span {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	position: relative;
	margin-bottom: 18px;
	padding: 25px 8px 0;
}

@media (min-width: 768px) {
	.modal--register .modal-body .gform_wrapper .ginput_container_address > span {
		padding: 0 8px;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_wrapper .ginput_container_address > span {
		padding: 0 12.5px;
	}
}

.modal--register .modal-body .gform_wrapper .ginput_container_address > span:nth-last-child(2) {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.modal--register .modal-body .gform_wrapper .ginput_container_address .address_line_1, .modal--register .modal-body .gform_wrapper .ginput_container_address .address_line_2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	.modal--register .modal-body .gform_wrapper .ginput_container_address .address_state, .modal--register .modal-body .gform_wrapper .ginput_container_address .address_zip, .modal--register .modal-body .gform_wrapper .ginput_container_address .address_city {
		max-width: 33.33%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
	}
}

@media (max-width: 991.98px) {
	.modal--register .modal-body .gform_wrapper .ginput_container_address .address_state, .modal--register .modal-body .gform_wrapper .ginput_container_address .address_city {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 575.98px) {
	.modal--register .modal-body .gform_wrapper .ginput_container_address .address_state, .modal--register .modal-body .gform_wrapper .ginput_container_address .address_city {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.modal--register .modal-body .gform_wrapper .ginput_container_address .address_country {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.modal--register .modal-body .gform_fields {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal--register .modal-body .gform_ajax_spinner {
	position: absolute;
	bottom: 22%;
	left: 50%;
	left: 10%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 45px;
	height: 45px;
	-webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, .43);
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, .43);
	border-radius: 50%;
	-webkit-animation: loading .5s ease infinite;
	animation: loading .5s ease infinite;
}

.modal--register .modal-body .gform_footer {
	position: relative;
	max-width: 100%;
	margin: 1rem auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer > p > a {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.modal--register .modal-body .gform_footer input:hover, .modal--register .modal-body .gform_footer .additonal-submit .button:hover, .modal--register .modal-body .gform_footer > p > a:hover {
	background: #ffc32f;
	color: #fff;
}

.modal--register .modal-body .gform_footer .gform_save_link {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .gform_save_link {
	border: 3px solid #ffc32f;
	color: #03442a;
	text-transform: uppercase;
	font-size: 1rem;
	margin: 0 0 10px 0;
	padding: 1rem;
}

@media (min-width: 768px) {
	.modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .gform_save_link {
		padding: 16px;
		margin: 0 10px 10px 0;
	}
}

@media (min-width: 992px) {
	.modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .gform_save_link {
		margin-right: 10px;
		font-size: 1.125rem;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .gform_save_link {
		padding: 18px 30px;
		font-size: 1.5625rem;
		min-width: 355px;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .gform_save_link {
		font-size: calc(1.28125rem + .375vw);
	}
}

.modal--register .modal-body .gform_footer > p {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-bottom: 10px;
}

.modal--register .modal-body .gform_footer > p > a {
	text-transform: uppercase;
	background-color: transparent;
	border: 3px solid #ffc32f;
}

@media (min-width: 992px) {
	.modal--register .modal-body .gform_footer > p > a {
		padding: 18px;
	}
}

@media (min-width: 1200px) {
	.modal--register .modal-body .gform_footer > p > a {
		min-width: 355px;
		font-size: 1.5625rem;
		padding: 18px 30px;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.modal--register .modal-body .gform_footer > p > a {
		font-size: calc(1.28125rem + .375vw);
	}
}

@media (max-width: 575.98px) {
	.modal--register .resume_form_link_wrapper {
		word-break: break-word;
	}
}

.modal--register .form_saved_message_emailform form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 800px;
}

.modal--register .form_saved_message_emailform input {
	width: 100%;
	border: 1px solid #bcbcbc;
	height: 3.125rem;
	color: #8e8e8e;
	font-size: 1rem;
	padding: .625rem .9375rem;
	line-height: 1.56;
	outline-color: transparent;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	letter-spacing: .05rem;
}

@media (min-width: 768px) {
	.modal--register .form_saved_message_emailform input {
		height: 3.4375rem;
		padding: .625rem 1.25rem;
	}
}

@media (min-width: 992px) {
	.modal--register .form_saved_message_emailform input {
		height: 3.8125rem;
		font-size: 1.125rem;
	}
}

.modal--register .form_saved_message_emailform input:focus, .modal--register .form_saved_message_emailform input:active {
	outline-color: #03442a;
}

.modal--register .form_saved_message_emailform input:placeholder {
	color: inherit;
}

.modal--register .form_saved_message_emailform input[name=gform_resume_email] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.modal--register .form_saved_message_emailform input[name=gform_resume_email] {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
}

.modal--register .form_saved_message_emailform input.error {
	border: 2px solid #dc3545 !important;
}

.modal--register .form_saved_message_emailform input[type=submit] {
	background: #ffc32f;
	color: #00462a;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 1.125rem;
	padding: .9375rem 1.25rem;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	border: 1px solid #ffc32f;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-size: .9375rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 10px 0 0;
}

@media (min-width: 576px) {
	.modal--register .form_saved_message_emailform input[type=submit] {
		font-size: 1.125rem;
		max-width: calc(30% - 10px);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(30% - 10px);
		flex: 0 0 calc(30% - 10px);
		margin: 0 0 0 auto;
	}
}

@media (min-width: 768px) {
	.modal--register .form_saved_message_emailform input[type=submit] {
		font-size: 1.25rem;
		padding: 1.125rem;
	}
}

.modal--register .form_saved_message_emailform input[type=submit]:hover {
	border-color: #00462a;
	background: #00462a;
	color: #ffc32f;
}

.single-shows-virtual .sponsors {
	padding: 1.4rem 0 3.375rem;
}

.single-shows-virtual .experience .block-title {
	letter-spacing: .0019rem;
}

@media (max-width: 1199.98px) {
	.single-shows-virtual .experience .block-title {
		font-size: 1.625rem;
	}
}

@media (max-width: 1199.98px) and (max-width: 1200px) {
	.single-shows-virtual .experience .block-title {
		font-size: calc(1.2875rem + .45vw);
	}
}

.single-shows-virtual .show-block .heading-wrap h2 {
	font-weight: 700;
	color: #111;
}

@media (min-width: 1200px) {
	.single-shows-virtual .about-expo .double-column__media {
		min-height: 52.5rem;
	}
}

@media (max-width: 1199.98px) {
	.single-shows-virtual .about-expo .double-column__info {
		font-size: 1.125rem;
	}
}

.single-shows-virtual .about-expo .double-column__info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-shows-virtual .about-expo .double-column__info ul li {
	position: relative;
	font-weight: 300;
	margin-bottom: .4375rem;
	padding-left: 1.875rem;
}

@media (min-width: 576px) {
	.single-shows-virtual .about-expo .double-column__info ul li {
		padding-left: 2.1875rem;
		margin-bottom: .625rem;
	}
}

@media (min-width: 1600px) {
	.single-shows-virtual .about-expo .double-column__info ul li {
		margin-bottom: 1.0625rem;
		padding-left: 2.875rem;
	}
}

.single-shows-virtual .about-expo .double-column__info ul li:before {
	content: "";
	font-family: "icomoon";
	font-size: 1.5rem;
	color: #fff;
	position: absolute;
	top: -3px;
	left: 0;
}

@media (max-width: 1200px) {
	.single-shows-virtual .about-expo .double-column__info ul li:before {
		font-size: calc(1.275rem + .3vw);
	}
}

.single-shows-virtual .about-expo .double-column__info a.btn, .single-shows-virtual .about-expo .double-column__info .widefat .approve-btn a, .widefat .approve-btn .single-shows-virtual .about-expo .double-column__info a, .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer .additonal-submit a.button, .modal--register .modal-body .gform_footer .additonal-submit .single-shows-virtual .about-expo .double-column__info a.button, .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .single-shows-virtual .about-expo .double-column__info .gform_footer > p > a, .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer a.gform_save_link, .modal--register .modal-body .gform_footer .single-shows-virtual .about-expo .double-column__info a.gform_save_link {
	margin: 0 15px 15px 0;
	border: 3px solid #ffc32f;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.single-shows-virtual .about-expo .double-column__info a.btn, .single-shows-virtual .about-expo .double-column__info .widefat .approve-btn a, .widefat .approve-btn .single-shows-virtual .about-expo .double-column__info a, .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer .additonal-submit a.button, .modal--register .modal-body .gform_footer .additonal-submit .single-shows-virtual .about-expo .double-column__info a.button, .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .single-shows-virtual .about-expo .double-column__info .gform_footer > p > a, .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer a.gform_save_link, .modal--register .modal-body .gform_footer .single-shows-virtual .about-expo .double-column__info a.gform_save_link {
		min-width: 266px;
		border-radius: 0;
		padding: 17px 18px;
		font-size: 1.5625rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.single-shows-virtual .about-expo .double-column__info a.btn, .single-shows-virtual .about-expo .double-column__info .widefat .approve-btn a, .widefat .approve-btn .single-shows-virtual .about-expo .double-column__info a, .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer .additonal-submit a.button, .modal--register .modal-body .gform_footer .additonal-submit .single-shows-virtual .about-expo .double-column__info a.button, .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .single-shows-virtual .about-expo .double-column__info .gform_footer > p > a, .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer a.gform_save_link, .modal--register .modal-body .gform_footer .single-shows-virtual .about-expo .double-column__info a.gform_save_link {
		font-size: calc(1.28125rem + .375vw);
	}
}

.single-shows-virtual .about-expo .double-column__info a.btn:nth-last-child(1), .single-shows-virtual .about-expo .double-column__info .widefat .approve-btn a:nth-last-child(1), .widefat .approve-btn .single-shows-virtual .about-expo .double-column__info a:nth-last-child(1), .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer .additonal-submit a.button:nth-last-child(1), .modal--register .modal-body .gform_footer .additonal-submit .single-shows-virtual .about-expo .double-column__info a.button:nth-last-child(1), .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer > p > a:nth-last-child(1), .modal--register .modal-body .single-shows-virtual .about-expo .double-column__info .gform_footer > p > a:nth-last-child(1), .single-shows-virtual .about-expo .double-column__info .modal--register .modal-body .gform_footer a.gform_save_link:nth-last-child(1), .modal--register .modal-body .gform_footer .single-shows-virtual .about-expo .double-column__info a.gform_save_link:nth-last-child(1) {
	background: transparent;
	color: #ffc32f;
}

@media (min-width: 1200px) {
	.single-shows-virtual .sponsors__type ul li figure {
		min-height: 234px;
	}
}

.postid-13430 .about-event {
	padding: .5rem .938rem 2rem;
}

@media (min-width: 576px) {
	.postid-13430 .about-event {
		padding: .5rem .938rem 3.5rem;
	}
}

#nunify-modal {
	z-index: 9000001 !important;
	overflow: hidden;
}

#nunify-modal .modal-header {
	display: block;
}

#nunify-modal .modal-header iframe {
	height: calc(90vh - 1rem) !important;
}

#nunify-modal .modal-header #nunify-container-sbechicago {
	overflow-x: auto;
}

#nunify-modal .modal-dialog {
	min-height: 100%;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .5rem;
}

@media (max-width: 575.98px) {
	#nunify-modal .modal-dialog {
		max-width: 27rem;
	}
}

#nunify-modal .modal-dialog:before {
	display: none;
}

#nunify-modal .modal-body {
	padding: 0;
}

.content-cust h1, .content-cust .h2, .content-cust h2 {
	line-height: 1.1;
}

.content-cust h2 {
	font-size: 1.5rem;
}

@media (min-width: 992px) {
	.content-cust h2 {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_body {
		max-width: 80%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
	}
}

@media (min-width: 768px) {
	.dallas-banner .default-form .gform_body ul li {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
}

@media (min-width: 992px) {
	.dallas-banner .default-form .gform_footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.dallas-banner .default-form .gform_footer h2 {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.dallas-banner .default-form .gform_footer h2 {
		font-size: 2rem;
	}
}

.dallas-page.atlanta .dallas-banner {
	padding: 8rem 0 4rem;
}

@media (min-width: 1200px) {
	.dallas-page.atlanta .dallas-banner {
		padding: 8rem 0 1rem;
	}
}

.dallas-page .validation_message {
	display: block !important;
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding-top: 6px;
	margin-bottom: -5px;
	line-height: 1;
}

.dallas-page .dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error #validation_message_15_2, .dallas-page .dallas-banner .default-form .gform_fields .gfield.email-duplication.gfield_error #validation_message_12_2 {
	padding: 6px 0 0;
}

@media (min-width: 992px) {
	.dallas-page .default-form .gform_fields .gfield_checkbox li, .dallas-page .default-form .gform_fields .gfield_radio li {
		margin-bottom: 0;
	}
}

.dallas-page .default-form .gform_fields .align-desktop-end .validation_message {
	margin-bottom: 0;
}

.dallas-page .dallas-banner .default-form .gform_fields .gfield.align-desktop-right {
	margin-bottom: 0;
}

.resources-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12.75rem 0 6.25rem;
	min-height: 35rem;
}

@media (min-width: 576px) {
	.resources-banner {
		min-height: 40rem;
	}
}

@media (min-width: 768px) {
	.resources-banner {
		min-height: 45rem;
	}
}

@media (min-width: 1200px) {
	.resources-banner {
		min-height: 50.813rem;
	}
}

.resources-banner__content {
	color: #fff;
	color: #ffc32f;
	font-size: 1.5rem;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 2px;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.resources-banner__content {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 768px) {
	.resources-banner__content {
		font-size: 2.25rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.resources-banner__content {
		font-size: calc(1.35rem + 1.2vw);
	}
}

@media (min-width: 1200px) {
	.resources-banner__content {
		font-size: 2.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.resources-banner__content {
		font-size: calc(1.4rem + 1.8vw);
	}
}

.resources-banner__content h1 {
	font-size: 5rem;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 3px;
	line-height: 1;
}

@media (max-width: 1200px) {
	.resources-banner__content h1 {
		font-size: calc(1.625rem + 4.5vw);
	}
}

.resources-exhibit {
	padding: 2rem 0;
}

@media (min-width: 992px) {
	.resources-exhibit {
		padding: 2rem 0 2.1875rem;
	}
}

.resources-exhibit__wrapper {
	max-width: 89.75rem;
	margin: 0 auto;
}

.resources-exhibit__content {
	padding: 2rem 0 0;
}

@media (min-width: 768px) {
	.resources-exhibit__content {
		padding: 3rem 0 0;
	}
}

@media (min-width: 1200px) {
	.resources-exhibit__content {
		padding: 5.375rem 0 0;
	}
}

.resources-exhibit__nav {
	font-size: 1.1875rem;
	text-transform: uppercase;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	line-height: 1.3;
	padding: 1rem 0 0;
}

@media (min-width: 768px) {
	.resources-exhibit__nav {
		padding: 1rem 2rem 0;
	}
}

@media (min-width: 1200px) {
	.resources-exhibit__nav {
		padding: .75rem 2rem .5rem;
	}
}

.resources-exhibit__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.resources-exhibit__nav ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.resources-exhibit__nav ul li {
	text-align: center;
	padding: 0 1.4375rem;
	margin-bottom: 1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-bottom: .5rem;
	border-bottom: 1px solid #e9ecef;
}

@media (min-width: 768px) {
	.resources-exhibit__nav ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto;
		border-bottom: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.resources-exhibit__nav ul li {
		padding: 0;
		margin-bottom: 0;
	}
}

.resources-exhibit__nav ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.resources-exhibit__nav ul li.active a:after {
	right: 0;
}

.resources-exhibit__nav ul li a {
	color: #3e3e3e;
	text-decoration: none;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: .5rem;
}

.resources-exhibit__nav ul li a:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ffc32f;
	display: block;
	position: absolute;
	right: 100%;
	bottom: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.resources-exhibit__nav ul li a:hover:after {
	right: 0;
}

.resources-exhibit__nav ul li a span {
	display: inline-block;
}

@media (min-width: 768px) {
	.resources-exhibit__nav ul li a span {
		display: block;
	}
}

.resources-exhibit__image {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.resources-exhibit__image {
		-ms-flex-preferred-size: 28%;
		flex-basis: 28%;
		max-width: 28%;
		margin-bottom: 0;
	}
}

.resources-exhibit__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.125rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-left: 0;
	color: #3e3e3e;
}

@media (min-width: 768px) {
	.resources-exhibit__text {
		-ms-flex-preferred-size: 72%;
		flex-basis: 72%;
		max-width: 72%;
		margin-left: 2rem;
	}
}

@media (min-width: 992px) {
	.resources-exhibit__text {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.resources-exhibit__text {
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%;
		max-width: 47%;
	}
}

.resources-exhibit__text .text-wrap {
	max-width: 100%;
}

.resources-exhibit__text .btn-wrap {
	max-width: 100%;
}

.resources-exhibit__text h3 {
	line-height: 1;
	font-size: 2.3125rem;
	color: #1c1c1c;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 .5rem;
}

@media (max-width: 1200px) {
	.resources-exhibit__text h3 {
		font-size: calc(1.35625rem + 1.275vw);
	}
}

@media (min-width: 768px) {
	.resources-exhibit__text h3 {
		margin: -7px 0 0;
	}
}

@media (min-width: 992px) {
	.resources-exhibit__text h3 {
		font-size: 2.8125rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.resources-exhibit__text h3 {
		font-size: calc(1.40625rem + 1.875vw);
	}
}

@media (min-width: 1200px) {
	.resources-exhibit__text h3 {
		font-size: 3.125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.resources-exhibit__text h3 {
		font-size: calc(1.4375rem + 2.25vw);
	}
}

.resources-exhibit__text p {
	line-height: 1.2;
}

.resources-exhibit__text .btn-wrap a {
	font-size: 1.25rem;
	font-weight: 500;
	min-width: 15rem;
	padding: 1.0625rem 1.5rem .9375rem;
	cursor: pointer;
	line-height: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (min-width: 576px) {
	.resources-exhibit__text .btn-wrap a {
		padding: 1.0625rem 2.125rem .9375rem 2.1875rem;
	}
}

@media (min-width: 992px) {
	.resources-exhibit__text .btn-wrap a {
		font-size: 1.375rem;
		min-width: 18.875rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.resources-exhibit__text .btn-wrap a {
		font-size: calc(1.2625rem + .15vw);
	}
}

.resources-exhibit__text .btn-wrap .select-btn {
	display: block;
	margin: 0 auto 1rem;
	font-size: 1.125rem;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #8e8e8e;
	border: 1px solid #bcbcbc;
	background-color: transparent;
	padding: .5rem;
	background-image: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/arrow-down.png");
	background-repeat: no-repeat;
	background-position: center right 5%;
	text-align: left;
	min-width: 15rem;
	outline: none;
}

.resources-exhibit__text .btn-wrap .select-btn.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 576px) {
	.resources-exhibit__text .btn-wrap .select-btn {
		min-width: 20rem;
	}
}

@media (min-width: 768px) {
	.resources-exhibit__text .btn-wrap .select-btn {
		margin: 0 0 1rem;
	}
}

@media (min-width: 992px) {
	.resources-exhibit__text .btn-wrap .select-btn {
		padding: 1rem;
		margin: 0 0 2rem;
		min-width: 29rem;
	}
}

@media (min-width: 1600px) {
	.resources-exhibit__text .btn-wrap .select-btn {
		margin: 0 0 3rem;
	}
}

.resources-exhibit__text .btn-wrap .select-btn:after {
	display: none;
}

.resources-exhibit__text .btn-wrap .dropdown-menu {
	min-width: 15rem;
	-webkit-transform: translate(-50%, 0%) !important;
	-ms-transform: translate(-50%, 0%) !important;
	transform: translate(-50%, 0%) !important;
	top: 95% !important;
	left: 50% !important;
	z-index: 5;
	padding: 0;
}

@media (min-width: 576px) {
	.resources-exhibit__text .btn-wrap .dropdown-menu {
		min-width: 20rem;
	}
}

@media (min-width: 768px) {
	.resources-exhibit__text .btn-wrap .dropdown-menu {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		left: 0 !important;
	}
}

@media (min-width: 992px) {
	.resources-exhibit__text .btn-wrap .dropdown-menu {
		min-width: 29rem;
	}
}

.resources-exhibit__text .btn-wrap .dropdown-menu a {
	padding: .625rem 1rem;
}

.resources-exhibit__text .btn-wrap .dropdown-menu a:hover, .resources-exhibit__text .btn-wrap .dropdown-menu a:active {
	background-color: #ffc32f;
	color: #fff;
}

.resources-exhibit__textlg {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.resources-exhibit__textlg {
		-ms-flex-preferred-size: 72%;
		flex-basis: 72%;
		max-width: 72%;
	}
}

@media (min-width: 1200px) {
	.resources-exhibit__textlg {
		-ms-flex-preferred-size: 59%;
		flex-basis: 59%;
		max-width: 59%;
	}
}

.resources-exhibit__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

@media (min-width: 576px) {
	.resources-exhibit__item {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 768px) {
	.resources-exhibit__item {
		margin-bottom: 3.25rem;
		text-align: left;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media (min-width: 992px) {
	.resources-exhibit__item {
		margin-bottom: 4.3125rem;
	}
}

.resources-exhibit__item:last-child {
	margin-bottom: 0;
}

.banner-same {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12.125rem 0 6.25rem;
	min-height: 40rem;
}

@media (min-width: 576px) {
	.banner-same {
		min-height: 45rem;
	}
}

@media (min-width: 1200px) {
	.banner-same {
		padding: 19.5rem 0 6.9375rem;
		min-width: 50.813rem;
	}
}

.banner-same__content {
	color: #ffc32f;
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	line-height: 1;
}

@media (max-width: 1200px) {
	.banner-same__content {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 768px) {
	.banner-same__content {
		font-size: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.banner-same__content {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 1200px) {
	.banner-same__content {
		font-size: 2.375rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.banner-same__content {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

.banner-same__content h1 {
	color: #fff;
	font-size: 5.25rem;
	display: inline-block;
	line-height: 1;
	margin-bottom: .75rem;
}

@media (max-width: 1200px) {
	.banner-same__content h1 {
		font-size: calc(1.65rem + 4.8vw);
	}
}

@media (min-width: 576px) {
	.banner-same__content h1 {
		font-size: 5.875rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.banner-same__content h1 {
		font-size: calc(1.7125rem + 5.55vw);
	}
}

@media (min-width: 1200px) {
	.banner-same__content h1 {
		font-size: 6.625rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.banner-same__content h1 {
		font-size: calc(1.7875rem + 6.45vw);
	}
}

.banner-same__content h1 span {
	display: block;
	font-size: 3.75rem;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.banner-same__content h1 span {
		font-size: calc(1.5rem + 3vw);
	}
}

@media (min-width: 768px) {
	.banner-same__content h1 span {
		font-size: 4.3125rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.banner-same__content h1 span {
		font-size: calc(1.55625rem + 3.675vw);
	}
}

.banner-same__content h1 span:before {
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	background-color: #fff;
	margin: 0 0 .75rem;
}

@media (min-width: 1200px) {
	.banner-same__content h1 span:before {
		margin: -.5625rem 0 .75rem;
	}
}

.banner-same__content p {
	margin-bottom: 0;
}

.banner-same__page {
	font-size: 1.25rem;
	font-weight: 600;
	font-weight: 400;
	margin: .375rem 0 1.25rem;
	color: #fff;
}

@media (min-width: 576px) {
	.banner-same__page {
		font-size: 1.8125rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.banner-same__page {
		font-size: calc(1.30625rem + .675vw);
	}
}

@media (min-width: 1200px) {
	.banner-same__page {
		font-size: 2.4375rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.banner-same__page {
		font-size: calc(1.36875rem + 1.425vw);
	}
}

.banner-same__page span {
	font-size: 1rem;
	position: relative;
	top: -3px;
	padding: 0 6px;
}

.banner-same__btn a {
	font-size: 1.25rem;
	text-transform: uppercase;
	min-width: 15.5rem;
	background-color: #fff;
	border: 3px solid #ffc32f;
	font-weight: 600;
}

@media (min-width: 576px) {
	.banner-same__btn a {
		font-size: 1.5625rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.banner-same__btn a {
		font-size: calc(1.28125rem + .375vw);
	}
}

.speaker__button-group {
	margin-bottom: .5rem;
}

@media (min-width: 576px) {
	.speaker__button-group {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.speaker__button-group {
		margin-bottom: 2.3125rem;
	}
}

.speaker__button-group .button-list {
	padding-top: 1.875rem;
	margin: 0 auto;
	max-width: 89.5625rem;
}

.speaker-keynote {
	padding: 1rem 0;
}

@media (min-width: 576px) {
	.speaker-keynote {
		padding: 1rem 0 3rem;
	}
}

.speaker-keynote .block-title {
	margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
	.speaker-keynote .block-title {
		margin-bottom: 2.5625rem;
	}
}

.speaker-keynote .block-title h2 {
	font-size: 3.75rem;
	color: #1c1c1c;
	font-weight: 700;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.speaker-keynote .block-title h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

.speaker-keynote__wrapper {
	margin: 0 auto;
	max-width: 74rem;
}

.speaker-keynote__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.speaker-keynote__item {
		margin-bottom: 4rem;
	}
}

.speaker-keynote__item:last-child {
	margin-bottom: 0;
}

.speaker-keynote__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.speaker-keynote__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		max-width: 32%;
		margin-bottom: 0;
	}
}

.speaker-keynote__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0;
	font-size: 1.125rem;
	line-height: 1.7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 992px) {
	.speaker-keynote__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 68%;
		flex: 0 0 68%;
		max-width: 68%;
		padding-left: 2.75rem;
	}
}

@media (min-width: 1200px) {
	.speaker-keynote__text {
		padding-left: 3.375rem;
	}
}

.speaker-keynote__text h4 {
	font-size: 2.625rem;
	color: #1c1c1c;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 1.1875rem;
}

@media (max-width: 1200px) {
	.speaker-keynote__text h4 {
		font-size: calc(1.3875rem + 1.65vw);
	}
}

.speaker-keynote__text h4 span {
	color: #005432;
	font-size: 1.375rem;
	display: block;
	text-transform: none;
	margin-top: 5px;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.speaker-keynote__text h4 span {
		font-size: calc(1.2625rem + .15vw);
	}
}

.speaker-keynote__text p {
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.speaker-keynote__text p {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.speaker-keynote__text p {
		margin-bottom: 2.0625rem;
	}
}

.speaker-keynote__btn {
	padding-top: 0;
}

@media (min-width: 1200px) {
	.speaker-keynote__btn {
		padding-top: .375rem;
	}
}

.speaker-keynote__btn a {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 700;
}

.speaker-workshop {
	padding: 1rem 0 1.5rem;
}

@media (min-width: 576px) {
	.speaker-workshop {
		padding: 1rem 0 2rem;
	}
}

@media (min-width: 768px) {
	.speaker-workshop {
		padding: 2rem 0;
	}
}

@media (min-width: 1200px) {
	.speaker-workshop {
		padding: 2.375rem 0 2rem;
	}
}

.speaker-workshop .container {
	padding: 0 .625rem;
}

.speaker-workshop .block-title {
	margin-bottom: 1.8125rem;
}

@media (min-width: 992px) {
	.speaker-workshop .block-title {
		margin-bottom: 3rem;
	}
}

@media (min-width: 1200px) {
	.speaker-workshop .block-title {
		margin-bottom: 3.5rem;
	}
}

.speaker-workshop .block-title h2 {
	color: #1c1c1c;
	font-size: 3.125rem;
	letter-spacing: 1px;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.speaker-workshop .block-title h2 {
		font-size: calc(1.4375rem + 2.25vw);
	}
}

@media (min-width: 768px) {
	.speaker-workshop .block-title h2 {
		font-size: 3.75rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.speaker-workshop .block-title h2 {
		font-size: calc(1.5rem + 3vw);
	}
}

.speaker-workshop__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

@media (min-width: 992px) {
	.speaker-workshop__item {
		margin-bottom: 3rem;
	}
}

@media (min-width: 1200px) {
	.speaker-workshop__item {
		margin-bottom: 4.875rem;
	}
}

.speaker-workshop__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.speaker-workshop__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 29%;
		flex: 0 0 29%;
		max-width: 29%;
	}
}

@media (min-width: 992px) {
	.speaker-workshop__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}
}

@media (min-width: 1200px) {
	.speaker-workshop__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 29%;
		flex: 0 0 29%;
		max-width: 29%;
	}
}

.speaker-workshop__img img {
	border: 3px solid #000;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 767.98px) {
	.speaker-workshop__img img {
		max-width: 230px;
		height: 305px;
	}
}

.speaker-workshop__text {
	padding: 1rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-size: 1.125rem;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.speaker-workshop__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 71%;
		flex: 0 0 71%;
		max-width: 71%;
		padding: 0 0 0 1rem;
	}
}

@media (min-width: 768px) {
	.speaker-workshop__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}
}

@media (min-width: 1200px) {
	.speaker-workshop__text {
		padding: 0 1.3125rem 0 1rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 71%;
		flex: 0 0 71%;
		max-width: 71%;
	}
}

.speaker-workshop__text h4, .speaker-workshop__text h3 {
	font-size: 1.875rem;
	color: #1c1c1c;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.speaker-workshop__text h4, .speaker-workshop__text h3 {
		font-size: calc(1.3125rem + .75vw);
	}
}

.speaker-workshop__text h4 span, .speaker-workshop__text h3 span {
	font-size: 1rem;
	color: #005432;
	display: block;
	text-transform: none;
	font-weight: 500;
	margin-top: 5px;
}

.speaker-workshop__text h4 a, .speaker-workshop__text h3 a {
	color: #000;
}

.speaker-workshop__text h4 a:hover, .speaker-workshop__text h4 a:focus, .speaker-workshop__text h3 a:hover, .speaker-workshop__text h3 a:focus {
	color: #ffc32f;
}

.speaker-workshop__text p {
	margin-bottom: 0;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.speaker-workshop__text .text-wrap {
	margin-bottom: 1rem;
}

.speaker-workshop__itemalt {
	padding-left: 0;
}

@media (min-width: 1600px) {
	.speaker-workshop__itemalt {
		padding-left: 2.6875rem;
	}
}

.speaker-workshop__itemalt .speaker-workshop__text {
	padding: 1rem 0 0;
}

@media (min-width: 768px) {
	.speaker-workshop__itemalt .speaker-workshop__text {
		padding: 0 0 0 1rem;
	}
}

@media (min-width: 992px) {
	.speaker-workshop__itemalt .speaker-workshop__text {
		padding: 0 0 0 1.5625rem;
	}
}

.speaker-workshop__btn {
	margin-top: 1.3125rem;
}

.speaker-workshop__btn a {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	min-width: 10.5625rem;
	padding: .75rem 2.1rem;
}

.speaker-workshop__logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 40%;
}

.speaker-workshop__logo_rect img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 108px;
}

.speaker-workshop__logo_square img {
	height: 108px;
	width: auto;
}

.speaker-workshop__content .col-lg-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-speakers .speaker-workshop__logo {
	max-width: 100% !important;
}

@media (min-width: 1600px) {
	.speaker-single .container {
		max-width: 91.44rem;
		margin: 0 auto;
	}
}

.speaker-single-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 10.813rem;
	padding: 10.125rem 0 .25rem;
}

.speaker-single-banner__text {
	text-align: center;
}

.speaker-single-banner__text h1 {
	color: #fff;
	font-size: 5rem;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 1.8rem;
}

@media (max-width: 1200px) {
	.speaker-single-banner__text h1 {
		font-size: calc(1.625rem + 4.5vw);
	}
}

@media (min-width: 992px) {
	.speaker-single-banner__text h1 {
		font-size: 6.625rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.speaker-single-banner__text h1 {
		font-size: calc(1.7875rem + 6.45vw);
	}
}

.speaker-single-banner__text h1 span {
	color: #ffc32f;
	display: block;
	font-size: 1.625rem;
	margin: .9rem 0 2.6rem;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.speaker-single-banner__text h1 span {
		font-size: calc(1.2875rem + .45vw);
	}
}

@media (min-width: 992px) {
	.speaker-single-banner__text h1 span {
		font-size: 2rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.speaker-single-banner__text h1 span {
		font-size: calc(1.325rem + .9vw);
	}
}

.speaker-single-banner__text .btn, .speaker-single-banner__text .widefat .approve-btn a, .widefat .approve-btn .speaker-single-banner__text a, .speaker-single-banner__text .widefat .approve-btn .active, .widefat .approve-btn .speaker-single-banner__text .active, .speaker-single-banner__text .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .speaker-single-banner__text input, .speaker-single-banner__text .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .speaker-single-banner__text .button, .speaker-single-banner__text .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .speaker-single-banner__text .gform_footer > p > a, .speaker-single-banner__text .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .speaker-single-banner__text .gform_save_link {
	min-width: 15.5rem;
	font-size: 1.563rem;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.speaker-single-banner__text .btn, .speaker-single-banner__text .widefat .approve-btn a, .widefat .approve-btn .speaker-single-banner__text a, .speaker-single-banner__text .widefat .approve-btn .active, .widefat .approve-btn .speaker-single-banner__text .active, .speaker-single-banner__text .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .speaker-single-banner__text input, .speaker-single-banner__text .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .speaker-single-banner__text .button, .speaker-single-banner__text .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .speaker-single-banner__text .gform_footer > p > a, .speaker-single-banner__text .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .speaker-single-banner__text .gform_save_link {
		font-size: calc(1.2813rem + .3756vw);
	}
}

.speaker-single .button-group .button-list {
	padding: 1.7rem 0 1rem;
}

@media (min-width: 768px) {
	.speaker-single .button-group .button-list {
		padding-bottom: 2rem;
	}
}

@media (min-width: 1200px) {
	.speaker-single .button-group .button-list {
		padding-bottom: 3.8rem;
	}
}

.speaker-single__content {
	font-size: 1.25rem;
}

@media (min-width: 576px) {
	.speaker-single__content {
		line-height: 1.7;
	}
}

@media (min-width: 1200px) {
	.speaker-single__content {
		line-height: 1.9;
	}
}

@media (max-width: 991.98px) {
	.speaker-single__content {
		text-align: center;
	}
}

@media (min-width: 1600px) {
	.speaker-single__content-wrapper {
		padding-right: 3.9rem;
	}
}

.speaker-single__content-image {
	margin: 0 0 1rem;
}

@media (min-width: 992px) {
	.speaker-single__content-image {
		float: left;
		overflow: hidden;
		margin: .3rem 2rem .5rem .5rem;
	}
}

@media (min-width: 1600px) {
	.speaker-single__content-image {
		margin: .3rem 3.7rem 2rem .5rem;
	}
}

.speaker-single__content-image img {
	width: 100%;
	max-width: 28rem;
}

@media (min-width: 1200px) {
	.speaker-single__content-image img {
		max-width: 35rem;
	}
}

.speaker-single__content h2, .speaker-single__content .h2 {
	font-size: 3.25rem;
	color: #000;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 1px;
	word-spacing: 3px;
	margin-bottom: .7rem;
}

@media (max-width: 1200px) {
	.speaker-single__content h2, .speaker-single__content .h2 {
		font-size: calc(1.45rem + 2.4vw);
	}
}

.speaker-single__content h2 span, .speaker-single__content .h2 span {
	display: block;
	color: #ffc32f;
	font-size: 1.875rem;
	font-weight: 500;
	text-transform: none;
	word-spacing: -1px;
}

@media (max-width: 1200px) {
	.speaker-single__content h2 span, .speaker-single__content .h2 span {
		font-size: calc(1.3125rem + .75vw);
	}
}

.speaker-single_headshot-image img {
	border: 3px solid #000;
}

@media (min-width: 992px) {
	.speaker-single_headshot-image img {
		width: 300px;
		height: 380px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top;
		object-position: top;
	}
}

.speaker-single .business-schedule {
	padding: 1rem 0 2rem;
	background-color: transparent;
}

@media (min-width: 576px) {
	.speaker-single .business-schedule {
		padding: 2.6875rem 0 3rem;
	}
}

@media (min-width: 768px) {
	.speaker-single .business-schedule {
		padding-bottom: 5.5rem;
	}
}

@media (min-width: 1600px) {
	.speaker-single .business-schedule {
		padding-left: .8rem;
	}
}

.speaker-single .business-schedule__title h4 {
	font-size: 1.875rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #1c1c1c;
}

@media (max-width: 1200px) {
	.speaker-single .business-schedule__title h4 {
		font-size: calc(1.3125rem + .75vw);
	}
}

@media (min-width: 992px) {
	.speaker-single .business-schedule__routine .card {
		word-spacing: -2px;
	}
}

.speaker-single .business-schedule__routine .card-header {
	font-size: 2.188rem;
}

@media (max-width: 1200px) {
	.speaker-single .business-schedule__routine .card-header {
		font-size: calc(1.3438rem + 1.1256vw);
	}
}

@media (min-width: 1200px) {
	.speaker-single .business-schedule__routine .card-header {
		padding-top: 2.15rem;
		padding-bottom: .5rem;
	}
}

@media (min-width: 992px) {
	.speaker-single .business-schedule__routine .card-body {
		padding-left: 3rem;
	}
}

@media (min-width: 1200px) {
	.speaker-single .business-schedule__routine .card-body {
		padding-left: 6rem;
	}
}

.speaker-single .business-schedule__routine .card-body strong {
	margin-bottom: .3rem;
	display: block;
}

.speaker-single .business-schedule__routine .card-body p span {
	text-transform: none;
}

.speaker-single .business-schedule__routine .card--lichen {
	border-color: #92c395;
	margin-top: 1rem;
}

@media (min-width: 1200px) {
	.speaker-single .business-schedule__routine .card--lichen {
		padding-bottom: 1.3rem;
	}
}

.speaker-logo-speaker img, .speaker-logo-schedule img {
	max-width: 180px;
	width: auto;
}

.speaker-single .business-schedule h2 {
	font-size: 1.75rem !important;
	color: #3e3e3e !important;
}

.speaker-single .business-schedule a {
	color: #03442a !important;
}

.speaker-block.speaker-block__full {
	background: none;
}

.workshop-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 23rem;
	padding: 7rem 0 3rem;
}

@media (min-width: 768px) {
	.workshop-banner {
		min-height: 26rem;
	}
}

@media (min-width: 992px) {
	.workshop-banner {
		min-height: 28rem;
		padding: 9.75rem 0 4.25rem;
	}
}

@media (min-width: 1200px) {
	.workshop-banner {
		padding: 13rem 0 5rem;
	}
}

@media (min-width: 1600px) {
	.workshop-banner {
		padding: 15.75rem 0 6.25rem;
	}
}

.workshop-banner__content {
	color: #ffc32f;
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 auto;
	max-width: 70rem;
}

@media (max-width: 1200px) {
	.workshop-banner__content {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 992px) {
	.workshop-banner__content {
		font-size: 1.75rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.workshop-banner__content {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 1200px) {
	.workshop-banner__content {
		font-size: 2rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.workshop-banner__content {
		font-size: calc(1.325rem + .9vw);
	}
}

.workshop-banner__content p {
	margin-bottom: 7px;
}

@media (min-width: 576px) {
	.workshop-banner__content p {
		margin-bottom: 0;
	}
}

.workshop-banner__content h1 {
	font-size: 2.125rem;
	color: #fff;
	line-height: 1.1;
}

@media (max-width: 1200px) {
	.workshop-banner__content h1 {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 576px) {
	.workshop-banner__content h1 {
		font-size: 2.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.workshop-banner__content h1 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 768px) {
	.workshop-banner__content h1 {
		font-size: 3.25rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.workshop-banner__content h1 {
		font-size: calc(1.45rem + 2.4vw);
	}
}

@media (min-width: 992px) {
	.workshop-banner__content h1 {
		font-size: 4.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.workshop-banner__content h1 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

@media (min-width: 1200px) {
	.workshop-banner__content h1 {
		font-size: 5.1rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.workshop-banner__content h1 {
		font-size: calc(1.635rem + 4.62vw);
	}
}

@media (min-width: 1600px) {
	.workshop-banner__content h1 {
		font-size: 5.5rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.workshop-banner__content h1 {
		font-size: calc(1.675rem + 5.1vw);
	}
}

.workshop-banner__content h1 span {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	color: #ffc32f;
	margin-top: .5625rem;
}

@media (max-width: 1200px) {
	.workshop-banner__content h1 span {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 576px) {
	.workshop-banner__content h1 span {
		font-size: 1.75rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.workshop-banner__content h1 span {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 992px) {
	.workshop-banner__content h1 span {
		font-size: 2rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.workshop-banner__content h1 span {
		font-size: calc(1.325rem + .9vw);
	}
}

.workshop-banner__btn {
	margin-top: 1rem;
}

@media (min-width: 576px) {
	.workshop-banner__btn {
		margin-top: 1.125rem;
	}
}

@media (min-width: 992px) {
	.workshop-banner__btn {
		margin-top: 1.8125rem;
	}
}

.workshop-banner__btn .live-img {
	display: inline-block;
	width: 80px;
	height: 28px;
	position: relative;
	margin-left: 10px;
}

.workshop-banner__btn .live-img img {
	display: block;
	position: absolute;
	left: -35px;
	right: -35px;
	top: 100%;
	-webkit-transform: translate(0, -70%);
	-ms-transform: translate(0, -70%);
	transform: translate(0, -70%);
	width: calc(100% + 70px);
	max-width: calc(100% + 70px);
}

.workshop-banner__btn .log-in {
	text-transform: uppercase;
	font-size: 1.25rem;
	min-width: 13.5rem;
	font-weight: 900;
	color: #ffc32f;
}

@media (min-width: 768px) {
	.workshop-banner__btn .log-in {
		font-size: 1.5625rem;
		min-width: 15.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.workshop-banner__btn .log-in {
		font-size: calc(1.28125rem + .375vw);
	}
}

.workshop-banner__btn .log-in:hover {
	color: #fff;
	text-decoration: none;
}

.workshop-banner__btn .log-in .log-in {
	padding: 0 0 0 13px;
}

.workshop-banner__btn .live-text-now-open {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 900;
}

@media (min-width: 768px) {
	.workshop-banner__btn .live-text-now-open {
		font-size: 1.5625rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.workshop-banner__btn .live-text-now-open {
		font-size: calc(1.28125rem + .375vw);
	}
}

.workshop__button-group .button-list {
	padding-top: 1.8125rem;
}

.workshop__button-group .button-list .button-yellow {
	padding: 0;
}

.workshop__button-group .button-list ul {
	padding: 0;
}

@media (min-width: 1600px) {
	.workshop__button-group .button-list ul {
		padding: 0 3rem;
	}
}

.workshop-customer {
	padding: 1.25rem 0 2.5rem;
}

@media (min-width: 1200px) {
	.workshop-customer {
		padding: 3.25rem 0 5.375rem;
	}
}

.workshop-customer__heading {
	color: #03442a;
	font-size: 1.25rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
	.workshop-customer__heading {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.workshop-customer__heading {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 768px) {
	.workshop-customer__heading {
		font-size: 1.75rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.workshop-customer__heading {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 1200px) {
	.workshop-customer__heading {
		font-size: 1.9375rem;
		margin-bottom: 1.5625rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.workshop-customer__heading {
		font-size: calc(1.31875rem + .825vw);
	}
}

.workshop-customer__heading h3 {
	color: #3e3e3e;
	font-size: 2.25rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: none;
	line-height: 1.2;
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.workshop-customer__heading h3 {
		font-size: calc(1.35rem + 1.2vw);
	}
}

@media (min-width: 1200px) {
	.workshop-customer__heading h3 {
		font-size: 2.8125rem;
		line-height: 1.3;
		margin-bottom: 1.3125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.workshop-customer__heading h3 {
		font-size: calc(1.40625rem + 1.875vw);
	}
}

.workshop-customer__heading .live-img {
	display: inline-block;
	width: 80px;
	height: 28px;
	position: relative;
}

.workshop-customer__heading .live-img img {
	display: block;
	position: absolute;
	left: -35px;
	right: -35px;
	top: 100%;
	-webkit-transform: translate(0, -70%);
	-ms-transform: translate(0, -70%);
	transform: translate(0, -70%);
	width: calc(100% + 70px);
	max-width: calc(100% + 70px);
}

.workshop-customer__heading a:hover {
	text-decoration: none;
}

.workshop-customer__heading a .live-img {
	margin-right: 10px;
}

.workshop-customer__heading .log-in {
	font-size: 1.875rem;
	font-weight: 900;
	color: #ffc32f;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.workshop-customer__heading .log-in {
		font-size: calc(1.3125rem + .75vw);
	}
}

.workshop-customer__heading .log-in:hover {
	color: #005432;
}

.workshop-customer__heading .reserve-button-after-title {
	margin-left: 10px;
}

.workshop-customer__heading .live-text-now-open {
	font-size: 1.6687rem;
	color: #ffc32f;
	font-weight: 900;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.workshop-customer__heading .live-text-now-open {
		font-size: calc(1.29187rem + .50244vw);
	}
}

.workshop-customer__wrapper {
	max-width: 84rem;
	padding-left: 0;
}

@media (min-width: 1200px) {
	.workshop-customer__wrapper {
		padding-left: 3rem;
	}
}

.workshop-customer__sponsor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.workshop-customer__sponsor {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.workshop-customer__sponsor .img-wrap {
	max-width: 7.0625rem;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.workshop-customer__sponsor .img-wrap {
		margin-bottom: 0;
	}
}

.workshop-customer__sponsor .text-wrap {
	margin-left: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.workshop-customer__sponsor .text-wrap {
		margin-left: 1.5rem;
	}
}

@media (min-width: 992px) {
	.workshop-customer__sponsor .text-wrap {
		margin-left: 2.5rem;
	}
}

.workshop-customer__sponsor h5 {
	color: #ffc32f;
	font-weight: 500;
	font-size: 1.5625rem;
	line-height: 1.1;
	margin-bottom: 0;
	border: 1px solid #000;
	text-transform: none;
	padding: .75rem 1.1875rem;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.workshop-customer__sponsor h5 {
		font-size: calc(1.28125rem + .375vw);
	}
}

@media (min-width: 576px) {
	.workshop-customer__sponsor h5 {
		line-height: 1;
	}
}

@media (min-width: 992px) {
	.workshop-customer__sponsor h5 {
		font-size: 1.9375rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.workshop-customer__sponsor h5 {
		font-size: calc(1.31875rem + .825vw);
	}
}

.workshop-customer__text {
	font-size: 1.0625rem;
	color: #3e3e3e;
	line-height: 1.7;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.workshop-customer__text {
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.workshop-customer__text {
		line-height: 1.9;
		margin-bottom: 2.25rem;
	}
}

.workshop-customer__text p {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.workshop-customer__text p {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.workshop-customer__text p {
		margin-bottom: 2.375rem;
	}
}

.workshop-customer__presenter {
	color: #3e3e3e;
	font-size: 1.0625rem;
}

@media (min-width: 768px) {
	.workshop-customer__presenter {
		font-size: 1.25rem;
	}
}

.workshop-customer__presenter h3 {
	text-transform: none;
	font-size: 2.8125rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #3e3e3e;
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.workshop-customer__presenter h3 {
		font-size: calc(1.40625rem + 1.875vw);
	}
}

@media (min-width: 768px) {
	.workshop-customer__presenter h3 {
		margin-bottom: 1.375rem;
	}
}

.workshop-customer__presenter .content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.workshop-customer__presenter h2 {
	font-size: 3.25rem;
	color: #1c1c1c;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	line-height: 1;
}

@media (max-width: 1200px) {
	.workshop-customer__presenter h2 {
		font-size: calc(1.45rem + 2.4vw);
	}
}

@media (min-width: 992px) {
	.workshop-customer__presenter h2 {
		margin-bottom: 1.375rem;
	}
}

@media (min-width: 1200px) {
	.workshop-customer__presenter h2 {
		font-size: 3.5625rem;
		margin-bottom: 1.8125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.workshop-customer__presenter h2 {
		font-size: calc(1.48125rem + 2.775vw);
	}
}

.workshop-customer__presenter h2 span {
	display: block;
	font-size: 1.625rem;
	color: #ffc32f;
	font-weight: 500;
	text-transform: none;
	margin-top: .5625rem;
}

@media (max-width: 1200px) {
	.workshop-customer__presenter h2 span {
		font-size: calc(1.2875rem + .45vw);
	}
}

.workshop-customer__presenter .img-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.workshop-customer__presenter .img-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
		max-width: 31%;
		margin-bottom: 0;
	}
}

.workshop-customer__presenter .text-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0;
	margin-top: 0;
	line-height: 1.7;
}

@media (min-width: 768px) {
	.workshop-customer__presenter .text-wrap {
		line-height: 1.9;
	}
}

@media (min-width: 992px) {
	.workshop-customer__presenter .text-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 69%;
		flex: 0 0 69%;
		max-width: 69%;
		margin-top: -.5rem;
		padding-left: 1rem;
	}
}

@media (min-width: 1200px) {
	.workshop-customer__presenter .text-wrap {
		padding-left: 2.9375rem;
	}
}

.workshop-customer__btn a {
	text-transform: uppercase;
	font-weight: 700;
}

.speaker-form-banner {
	padding: 11rem 0 4.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 31rem;
}

@media (min-width: 576px) {
	.speaker-form-banner {
		padding: 12.6rem 0 4.25rem;
	}
}

@media (min-width: 768px) {
	.speaker-form-banner {
		min-height: 35rem;
		padding: 9.6rem 0 3.25rem;
	}
}

@media (min-width: 992px) {
	.speaker-form-banner {
		padding: 12.6rem 0 4.25rem;
		min-height: 45rem;
	}
}

@media (min-width: 1200px) {
	.speaker-form-banner {
		min-height: 52rem;
		padding: 15.6rem 0 6.25rem;
	}
}

.speaker-form__content {
	text-align: center;
}

.speaker-form__content h1 {
	color: #fff;
	font-size: 4rem;
	line-height: 1.2;
	margin-bottom: 2.1rem;
}

@media (max-width: 1200px) {
	.speaker-form__content h1 {
		font-size: calc(1.525rem + 3.3vw);
	}
}

@media (min-width: 1200px) {
	.speaker-form__content h1 {
		font-size: 4.625rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.speaker-form__content h1 {
		font-size: calc(1.5875rem + 4.05vw);
	}
}

.speaker-form__content h1 .yellow {
	color: #ffc32f;
	font-weight: 600;
	display: block;
	font-size: 2rem;
}

@media (max-width: 1200px) {
	.speaker-form__content h1 .yellow {
		font-size: calc(1.325rem + .9vw);
	}
}

.speaker-form__content .btn, .speaker-form__content .widefat .approve-btn a, .widefat .approve-btn .speaker-form__content a, .speaker-form__content .widefat .approve-btn .active, .widefat .approve-btn .speaker-form__content .active, .speaker-form__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .speaker-form__content input, .speaker-form__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .speaker-form__content .button, .speaker-form__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .speaker-form__content .gform_footer > p > a, .speaker-form__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .speaker-form__content .gform_save_link {
	text-transform: uppercase;
	font-size: 1rem;
	padding: .9375rem 1.1rem;
}

@media (min-width: 576px) {
	.speaker-form__content .btn, .speaker-form__content .widefat .approve-btn a, .widefat .approve-btn .speaker-form__content a, .speaker-form__content .widefat .approve-btn .active, .widefat .approve-btn .speaker-form__content .active, .speaker-form__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .speaker-form__content input, .speaker-form__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .speaker-form__content .button, .speaker-form__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .speaker-form__content .gform_footer > p > a, .speaker-form__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .speaker-form__content .gform_save_link {
		font-size: 1.25rem;
		padding: .9375rem 2.1rem;
	}
}

@media (min-width: 768px) {
	.speaker-form__content .btn, .speaker-form__content .widefat .approve-btn a, .widefat .approve-btn .speaker-form__content a, .speaker-form__content .widefat .approve-btn .active, .widefat .approve-btn .speaker-form__content .active, .speaker-form__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .speaker-form__content input, .speaker-form__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .speaker-form__content .button, .speaker-form__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .speaker-form__content .gform_footer > p > a, .speaker-form__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .speaker-form__content .gform_save_link {
		font-size: 1.5625rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.speaker-form__content .btn, .speaker-form__content .widefat .approve-btn a, .widefat .approve-btn .speaker-form__content a, .speaker-form__content .widefat .approve-btn .active, .widefat .approve-btn .speaker-form__content .active, .speaker-form__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .speaker-form__content input, .speaker-form__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .speaker-form__content .button, .speaker-form__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .speaker-form__content .gform_footer > p > a, .speaker-form__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .speaker-form__content .gform_save_link {
		font-size: calc(1.28125rem + .375vw);
	}
}

@media (min-width: 992px) {
	.speaker-form__content .btn, .speaker-form__content .widefat .approve-btn a, .widefat .approve-btn .speaker-form__content a, .speaker-form__content .widefat .approve-btn .active, .widefat .approve-btn .speaker-form__content .active, .speaker-form__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .speaker-form__content input, .speaker-form__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .speaker-form__content .button, .speaker-form__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .speaker-form__content .gform_footer > p > a, .speaker-form__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .speaker-form__content .gform_save_link {
		min-width: 27.3125rem;
	}
}

.workshop-intro {
	padding: 3.125rem 0;
}

@media (min-width: 992px) {
	.workshop-intro {
		padding: 3.75rem 0;
	}
}

@media (min-width: 1200px) {
	.workshop-intro {
		padding: 3.75rem 0 5rem;
	}
}

.workshop-intro .block-title {
	color: #3e3e3e;
	font-size: 1.25rem;
	letter-spacing: 1.1px;
	margin-bottom: 1.4rem;
}

@media (min-width: 768px) {
	.workshop-intro .block-title {
		line-height: 1.31;
		font-size: 1.5625rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.workshop-intro .block-title {
		font-size: calc(1.28125rem + .375vw);
	}
}

@media (min-width: 992px) {
	.workshop-intro .block-title {
		margin-bottom: 3.4rem;
		font-size: 2rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.workshop-intro .block-title {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 1200px) {
	.workshop-intro .block-title {
		font-size: 2.125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.workshop-intro .block-title {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.workshop-intro .block-title h2 {
	color: #393939;
	letter-spacing: normal;
	font-weight: 700;
	margin-bottom: .6875rem;
	font-size: 3.2rem;
}

@media (max-width: 1200px) {
	.workshop-intro .block-title h2 {
		font-size: calc(1.445rem + 2.34vw);
	}
}

@media (min-width: 992px) {
	.workshop-intro .block-title h2 {
		font-size: 3rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.workshop-intro .block-title h2 {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 1200px) {
	.workshop-intro .block-title h2 {
		font-size: 3.5rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.workshop-intro .block-title h2 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width: 1600px) {
	.workshop-intro .block-title h2 {
		font-size: 4.375rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.workshop-intro .block-title h2 {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

.workshop-intro .double-column__info {
	line-height: 1.8;
	letter-spacing: 1.1px;
}

@media (min-width: 1600px) {
	.workshop-intro .double-column__info {
		padding: 0 0 0 3.4rem;
	}
}

.workshop-intro .double-column__info h4 {
	color: #3e3e3e;
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: none;
	line-height: 1.6;
}

@media (min-width: 992px) {
	.workshop-intro .double-column__info h4 {
		margin-bottom: 1rem;
	}
}

@media (min-width: 1600px) {
	.workshop-intro .double-column__info h4 {
		margin-bottom: 1.66rem;
	}
}

.workshop-intro .double-column__info ul.list-circle {
	color: #393939;
	font-weight: 700;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.workshop-intro .double-column__info ul.list-circle {
		letter-spacing: 1px;
		font-size: 1.25rem;
	}
}

@media (min-width: 992px) {
	.workshop-intro .double-column__info ul.list-circle {
		line-height: 1.6;
	}
}

@media (min-width: 1200px) {
	.workshop-intro .double-column__info ul.list-circle {
		margin-bottom: 1.25rem;
	}
}

.workshop-intro .double-column__info ul.list-circle li {
	padding-left: 1.4375rem;
	margin-bottom: .625rem;
}

@media (min-width: 1600px) {
	.workshop-intro .double-column__info ul.list-circle li {
		padding-left: 1.9375rem;
	}
}

.workshop-intro .double-column__info ul.list-circle li:before {
	color: rgba(0, 70, 42, .7);
	font-size: 1.125rem;
	top: 0;
}

@media (min-width: 768px) {
	.workshop-intro .double-column__info ul.list-circle li:before {
		font-size: 1.25rem;
	}
}

@media (min-width: 1600px) {
	.workshop-intro .double-column__info ul.list-circle li:before {
		font-size: 1.5rem;
		top: -2px;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.workshop-intro .double-column__info ul.list-circle li:before {
		font-size: calc(1.275rem + .3vw);
	}
}

.workshop-intro .double-column__media {
	margin: 0 0 2.5rem 0;
	text-align: center;
}

@media (min-width: 768px) {
	.workshop-intro .double-column__media {
		margin: 0 0 3.5rem 0;
	}
}

@media (min-width: 992px) {
	.workshop-intro .double-column__media {
		margin: 0 0 0 1.8125rem;
	}
}

.workshop-intro .double-column__media .media-wrap {
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.workshop-intro .double-column__media .media-wrap {
		margin-bottom: 3rem;
	}
}

@media (min-width: 1200px) {
	.workshop-intro .double-column__media .media-wrap {
		margin-bottom: 4rem;
	}
}

@media (min-width: 1600px) {
	.workshop-intro .double-column__media .media-wrap {
		margin-bottom: 5rem;
	}
}

.workshop-intro .double-column__media .media-wrap iframe {
	border: 6px solid #fff;
	-webkit-box-shadow: 0 .5rem 1.375rem 0 rgba(0, 0, 0, .22);
	box-shadow: 0 .5rem 1.375rem 0 rgba(0, 0, 0, .22);
	width: 100%;
	max-width: 19.75rem;
	height: 11.125rem;
}

@media (min-width: 576px) {
	.workshop-intro .double-column__media .media-wrap iframe {
		max-width: 100%;
		height: 18.3125rem;
	}
}

@media (min-width: 768px) {
	.workshop-intro .double-column__media .media-wrap iframe {
		height: 24.8125rem;
	}
}

@media (min-width: 992px) {
	.workshop-intro .double-column__media .media-wrap iframe {
		height: 15.75rem;
	}
}

@media (min-width: 1200px) {
	.workshop-intro .double-column__media .media-wrap iframe {
		height: 19.25rem;
	}
}

@media (min-width: 1600px) {
	.workshop-intro .double-column__media .media-wrap iframe {
		height: 26.25rem;
	}
}

.workshop-intro .double-column__media .btn, .workshop-intro .double-column__media .widefat .approve-btn a, .widefat .approve-btn .workshop-intro .double-column__media a, .workshop-intro .double-column__media .widefat .approve-btn .active, .widefat .approve-btn .workshop-intro .double-column__media .active, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .workshop-intro .double-column__media input, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .workshop-intro .double-column__media .button, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .workshop-intro .double-column__media .gform_footer > p > a, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .workshop-intro .double-column__media .gform_save_link {
	text-transform: uppercase;
	padding: .9375rem 1.25rem;
	font-size: 1rem;
}

@media (min-width: 576px) {
	.workshop-intro .double-column__media .btn, .workshop-intro .double-column__media .widefat .approve-btn a, .widefat .approve-btn .workshop-intro .double-column__media a, .workshop-intro .double-column__media .widefat .approve-btn .active, .widefat .approve-btn .workshop-intro .double-column__media .active, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .workshop-intro .double-column__media input, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .workshop-intro .double-column__media .button, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .workshop-intro .double-column__media .gform_footer > p > a, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .workshop-intro .double-column__media .gform_save_link {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.workshop-intro .double-column__media .btn, .workshop-intro .double-column__media .widefat .approve-btn a, .widefat .approve-btn .workshop-intro .double-column__media a, .workshop-intro .double-column__media .widefat .approve-btn .active, .widefat .approve-btn .workshop-intro .double-column__media .active, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .workshop-intro .double-column__media input, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .workshop-intro .double-column__media .button, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .workshop-intro .double-column__media .gform_footer > p > a, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .workshop-intro .double-column__media .gform_save_link {
		font-size: 1.5625rem;
		min-width: 27.375rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.workshop-intro .double-column__media .btn, .workshop-intro .double-column__media .widefat .approve-btn a, .widefat .approve-btn .workshop-intro .double-column__media a, .workshop-intro .double-column__media .widefat .approve-btn .active, .widefat .approve-btn .workshop-intro .double-column__media .active, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .workshop-intro .double-column__media input, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .workshop-intro .double-column__media .button, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .workshop-intro .double-column__media .gform_footer > p > a, .workshop-intro .double-column__media .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .workshop-intro .double-column__media .gform_save_link {
		font-size: calc(1.28125rem + .375vw);
	}
}

.workshop-host__intro {
	padding: 3.5rem 0 12.3125rem;
}

@media (min-width: 768px) {
	.workshop-host__intro {
		padding: 3.125rem 0 12.3125rem;
	}
}

@media (min-width: 992px) {
	.workshop-host__intro {
		padding: 4.875rem 0 12.3125rem;
	}
}

.workshop-host__intro .block-title {
	color: #fff;
	max-width: 77.4375rem;
	padding: 0 .9375rem;
	width: 100%;
	margin: 0 auto;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.workshop-host__intro .block-title {
		font-size: 1.25rem;
		line-height: 1.6;
	}
}

@media (min-width: 1600px) {
	.workshop-host__intro .block-title {
		padding: 0;
	}
}

.workshop-host__intro .block-title h2 {
	color: #fff;
	margin-bottom: .75rem;
}

@media (min-width: 1600px) {
	.workshop-host__intro .block-title p:nth-last-child(1) {
		margin-top: 1.9rem;
	}
}

.workshop-host__form {
	-webkit-box-shadow: 0 3px 6.1875rem 0 rgba(0, 0, 0, .13);
	box-shadow: 0 3px 6.1875rem 0 rgba(0, 0, 0, .13);
	background-color: #fff;
	padding: 1.8125rem .625rem 2.0625rem;
	max-width: 84rem;
	width: 100%;
	margin: -10.8125rem auto 3.375rem;
}

@media (min-width: 576px) {
	.workshop-host__form {
		padding: 2.8125rem 1.875rem 3.0625rem;
	}
}

@media (min-width: 1200px) {
	.workshop-host__form {
		padding: 1.5625rem .9375rem 3.0625rem;
	}
}

.workshop-host__form h5 {
	text-align: right;
	max-width: 63.375rem;
	width: 100%;
	margin: 0 auto;
	font-size: 1.125rem;
	color: #1e1d1d;
	font-weight: 400;
	text-transform: none;
}

.workshop-host__form .gform {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.workshop-host__form .gform_body {
	padding: .9375rem 0 0;
}

.workshop-host__form .gform_ajax_spinner {
	position: absolute;
	top: 50%;
	left: 23.5%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}

@media (min-width: 768px) {
	.workshop-host__form .gform_ajax_spinner {
		display: block;
	}
}

@media (min-width: 992px) {
	.workshop-host__form .gform_ajax_spinner {
		left: 31.5%;
	}
}

@media (min-width: 1200px) {
	.workshop-host__form .gform_ajax_spinner {
		left: 33.5%;
	}
}

.workshop-host__form .gform_fields {
	max-width: 64.5625rem;
	margin: 0 auto;
	width: 100%;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.workshop-host__form .gform_fields .gfield {
	width: 100%;
	display: block;
	margin-bottom: .9375rem;
	padding: 0 .5625rem;
}

@media (min-width: 768px) {
	.workshop-host__form .gform_fields .gfield {
		margin-bottom: 1.1875rem;
	}
}

@media (min-width: 768px) {
	.workshop-host__form .gform_fields .gfield.less-space {
		margin-bottom: 1.0375rem;
	}
}

.workshop-host__form .gform_fields .gfield.less-space .gfield_checkbox li {
	margin: 0;
}

.workshop-host__form .gform_fields .gfield label {
	color: #373737;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.56;
	margin: 0 0 .8125rem 0;
	letter-spacing: 1px;
}

.workshop-host__form .gform_fields .gfield input, .workshop-host__form .gform_fields .gfield textarea {
	width: 100%;
	border: 1px solid #bcbcbc;
	height: 3.125rem;
	color: #8e8e8e;
	font-size: 1rem;
	padding: .625rem .9375rem;
	line-height: 1.56;
	outline-color: transparent;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	letter-spacing: .05rem;
}

@media (min-width: 768px) {
	.workshop-host__form .gform_fields .gfield input, .workshop-host__form .gform_fields .gfield textarea {
		height: 3.4375rem;
		padding: .625rem 1.25rem;
	}
}

@media (min-width: 992px) {
	.workshop-host__form .gform_fields .gfield input, .workshop-host__form .gform_fields .gfield textarea {
		height: 3.8125rem;
		font-size: 1.125rem;
	}
}

.workshop-host__form .gform_fields .gfield input:focus, .workshop-host__form .gform_fields .gfield input:active, .workshop-host__form .gform_fields .gfield textarea:focus, .workshop-host__form .gform_fields .gfield textarea:active {
	outline-color: #03442a;
}

.workshop-host__form .gform_fields .gfield input:placeholder, .workshop-host__form .gform_fields .gfield textarea:placeholder {
	color: inherit;
}

.workshop-host__form .gform_fields .gfield textarea {
	min-height: 8.0625rem;
	padding: 1.1875rem 1.25rem;
}

@media (min-width: 768px) {
	.workshop-host__form .gform_fields .gfield textarea {
		margin-bottom: .4375rem;
	}
}

.workshop-host__form .gform_fields .gfield_checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
}

@media (min-width: 1200px) {
	.workshop-host__form .gform_fields .gfield_checkbox {
		max-width: 47.5625rem;
	}
}

.workshop-host__form .gform_fields .gfield_checkbox li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 .5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 576px) {
	.workshop-host__form .gform_fields .gfield_checkbox li {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 992px) {
	.workshop-host__form .gform_fields .gfield_checkbox li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.3333%;
	}
}

@media (min-width: 576px) {
	.workshop-host__form .gform_fields .gfield_checkbox li {
		margin: 0 0 .8125rem 0;
	}
}

.workshop-host__form .gform_fields .gfield_checkbox a {
	color: #005432;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
}

.workshop-host__form .gform_fields .gfield_checkbox a:hover {
	color: #ffc32f;
}

.workshop-host__form .gform_fields .gfield_checkbox input {
	display: inline-block;
	width: auto;
	width: 0;
	height: 0;
	border-color: #03442a;
	border-radius: 0;
	background: #fff;
	visibility: hidden;
	font-size: 0;
}

.workshop-host__form .gform_fields .gfield_checkbox input:checked + label:before {
	border-color: #f6d7b6;
	background-color: #ffe9d2;
	color: #cb8c2b;
}

.workshop-host__form .gform_fields .gfield_checkbox input:active + label:before {
	-webkit-transform: translateY(-50%) scale(.75);
	-ms-transform: translateY(-50%) scale(.75);
	transform: translateY(-50%) scale(.75);
}

.workshop-host__form .gform_fields .gfield_checkbox label {
	font-size: 1rem;
	line-height: 1.56;
	color: #8e8e8e;
	font-weight: 400;
	margin: 0;
	padding-left: 2.5rem;
	position: relative;
}

@media (min-width: 992px) {
	.workshop-host__form .gform_fields .gfield_checkbox label {
		font-size: 1.125rem;
	}
}

.workshop-host__form .gform_fields .gfield_checkbox label:before {
	content: "";
	display: block;
	width: 1.4375rem;
	height: 1.4375rem;
	background-color: #fff;
	border: 1px solid #03442a;
	position: absolute;
	top: .75rem;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .5625rem;
	color: transparent;
	text-align: center;
	font-family: "icomoon";
	line-height: 2.5;
	-webkit-transition: opacity .1s ease, -webkit-transform .15s ease-in-out;
	transition: opacity .1s ease, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, opacity .1s ease;
	transition: transform .15s ease-in-out, opacity .1s ease, -webkit-transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out, opacity .1s ease;
}

@media (min-width: 992px) {
	.workshop-host__form .gform_fields .gfield_checkbox label:before {
		width: 1.625rem;
		line-height: 2.8;
		height: 1.625rem;
		top: .9375rem;
	}
}

.workshop-host__form .gform_fields .gfield_description {
	padding: .5rem 0 0;
	line-height: 1;
	font-size: .9375rem;
}

.workshop-host__form .gform_fields .gfield.hide-label > label, .workshop-host__form .gform_fields .gfield .name_first > label, .workshop-host__form .gform_fields .gfield .name_last > label {
	display: none;
}

@media (min-width: 768px) {
	.workshop-host__form .gform_fields .gfield.half-width {
		width: 50%;
		display: inline-block;
	}
}

.workshop-host__form .gform_fields .gfield.column-three {
	margin-top: 1.875rem;
}

.workshop-host__form .gform_fields .gfield.column-three .gfield_checkbox {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	max-width: 100%;
}

@media (min-width: 1200px) {
	.workshop-host__form .gform_fields .gfield.column-three .gfield_checkbox li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.workshop-host__form .gform_fields .gfield.column-three .gfield_checkbox li label {
	color: #8e8e8e;
}

.workshop-host__form .gform_fields .gfield.gform-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5625rem;
}

@media (min-width: 576px) {
	.workshop-host__form .gform_fields .gfield.gform-consent {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.workshop-host__form .gform_fields .gfield.gform-consent .gfield_label {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-left: .75rem;
	margin: 0;
}

@media (min-width: 576px) {
	.workshop-host__form .gform_fields .gfield.gform-consent .gfield_label {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 95%;
		flex: 0 0 95%;
		max-width: 95%;
	}
}

@media (min-width: 768px) {
	.workshop-host__form .gform_fields .gfield.gform-consent .gfield_label {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 97%;
		flex: 0 0 97%;
		max-width: 97%;
	}
}

@media (max-width: 575.98px) {
	.workshop-host__form .gform_fields .gfield.gform-consent .gfield_label {
		font-size: .875rem;
		line-height: 1.46;
	}
}

.workshop-host__form .gform_fields .gfield.gform-consent .ginput_container_consent {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	height: 1.375rem;
	margin-top: .0125rem;
}

@media (min-width: 576px) {
	.workshop-host__form .gform_fields .gfield.gform-consent .ginput_container_consent {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 5%;
		flex: 0 0 5%;
		max-width: 5%;
		margin-top: .3125rem;
	}
}

@media (min-width: 768px) {
	.workshop-host__form .gform_fields .gfield.gform-consent .ginput_container_consent {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 3%;
		flex: 0 0 3%;
		max-width: 3%;
	}
}

.workshop-host__form .gform_fields .gfield.gform-consent .ginput_container_consent input {
	height: 1.375rem;
}

@media (max-width: 575.98px) {
	.workshop-host__form .gform_fields .gfield.gform-consent .ginput_container_consent input {
		width: 1.25rem;
	}
}

.workshop-host__form .gform_fields .gfield_radio li {
	margin-bottom: .375rem;
}

.workshop-host__form .gform_fields .gfield_radio input {
	width: 1.25rem;
	height: 1.25rem;
}

.workshop-host__form .gform_fields .gfield_radio label {
	padding: 0 0 0px .6rem;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.workshop-host__form .gform_fields .full-width .gfield_checkbox {
	max-width: 100%;
}

.workshop-host__form .gform_fields .full-width .gfield_checkbox li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.workshop-host__form .gform_footer {
	max-width: 63.375rem;
	margin: 3.125rem auto 0;
	width: 100%;
	text-align: center;
	position: relative;
}

.workshop-host__form .gform_footer input {
	background: #ffc32f;
	color: #00462a;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 1.125rem;
	padding: .9375rem 1.25rem;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	border: 1px solid #ffc32f;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-size: .9375rem;
}

@media (min-width: 576px) {
	.workshop-host__form .gform_footer input {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.workshop-host__form .gform_footer input {
		font-size: 1.25rem;
		padding: 1.125rem;
		min-width: 23.6875rem;
	}
}

.workshop-host__form .gform_footer input:hover {
	border-color: #00462a;
	background: #00462a;
	color: #ffc32f;
}

.workshop-host__form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.default-page {
	color: #3e3e3e;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	padding-bottom: 1rem;
}

@media (min-width: 576px) {
	.default-page {
		padding-bottom: 2rem;
	}
}

@media (min-width: 768px) {
	.default-page {
		font-size: 1.25rem;
		padding-bottom: 3rem;
		line-height: 1.9;
	}
}

@media (min-width: 992px) {
	.default-page__header {
		margin-bottom: 3rem;
	}
}

.default-page__header h2 {
	font-size: 3.5rem;
	line-height: 1.1;
	color: #393939;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.default-page__header h2 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width: 768px) {
	.default-page__header h2 {
		line-height: 1.3;
	}
}

.default-page__header p {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.default-page p {
		margin-bottom: 3.8rem;
	}
}

.default-page h3 {
	font-weight: 600;
	font-size: 1.5rem;
	color: #3e3e3e;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.default-page h3 {
		font-size: calc(1.275rem + .3vw);
	}
}

.default-page ol {
	counter-reset: item;
	margin: 0;
	padding: 0;
}

.default-page ol li {
	display: block;
	position: relative;
}

.default-page ol li:before {
	content: counter(item) ")";
	counter-increment: item;
	font-weight: 600;
	float: left;
	margin-right: .375rem;
}

.default-page ol li:after {
	content: "";
	display: block;
	clear: both;
}

.default-page ol li ol {
	padding-left: 1rem;
}

@media (min-width: 576px) {
	.default-page ol li ol {
		padding-left: 2rem;
	}
}

.default-page ol li ol li {
	padding-left: 2rem;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.default-page ol li ol li {
		padding-left: 2.375rem;
		margin-bottom: 2rem;
	}
}

.default-page ol li ol li:before {
	content: counters(item, ".") " ";
	position: absolute;
	left: 0;
	top: 0;
	float: none;
	margin: 0;
}

.default-page ol li ol.large-gap li {
	padding-left: 2.75rem;
}

.default-page ol h3 {
	overflow: hidden;
}

.default-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 0;
	margin-bottom: 2rem;
	padding: 6.5rem 0 1.5rem;
}

@media (min-width: 576px) {
	.default-banner {
		margin-bottom: 3rem;
	}
}

@media (min-width: 992px) {
	.default-banner {
		margin-bottom: 4rem;
	}
}

@media (min-width: 0\0 ) {
	.default-banner {
		height: auto;
	}
}

.default-banner:after {
	content: "";
	background: rgba(0, 84, 50, .75);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

@media (min-width: 768px) {
	.default-banner {
		padding: 8rem 0 2rem;
	}
}

@media (min-width: 992px) {
	.default-banner {
		padding: 9.45rem 0 3rem;
	}
}

@media (min-width: 1200px) {
	.default-banner {
		padding: 12.45rem 0 3rem;
	}
}

.default-banner h1 {
	font-size: 4.625rem;
}

@media (max-width: 1200px) {
	.default-banner h1 {
		font-size: calc(1.5875rem + 4.05vw);
	}
}

@media (max-width: 767.98px) {
	.default-banner h1 {
		line-height: 1;
	}
}

@media (max-width: 1599.98px) {
	.default-banner h1 {
		line-height: 1.1;
	}
}

.default-banner__content {
	position: relative;
	z-index: 1;
}

.error-404-page .default-banner {
	padding: 5rem 0 2.25rem;
}

@media (min-width: 576px) {
	.error-404-page .default-banner {
		padding: 3.75rem 0 5.25rem;
	}
}

@media (min-width: 768px) {
	.error-404-page .default-banner {
		padding: 8.75rem 0 6.25rem;
	}
}

@media (min-width: 992px) {
	.error-404-page .default-banner {
		padding: 16.75rem 0 6.25rem;
	}
}

.agenda-banner {
	padding: 8.5rem 0 3rem;
	min-height: 20rem;
}

@media (min-width: 768px) {
	.agenda-banner {
		min-height: 25rem;
	}
}

@media (min-width: 992px) {
	.agenda-banner {
		padding: 15.5rem 0 4.25rem;
		min-height: 37rem;
	}
}

.agenda-banner__content {
	font-size: 2rem;
}

@media (max-width: 1200px) {
	.agenda-banner__content {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 768px) {
	.agenda-banner__content {
		font-size: 2.375rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.agenda-banner__content {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

.agenda-banner__content .live-img {
	display: inline-block;
	width: 80px;
	height: 28px;
	position: relative;
}

.agenda-banner__content .live-img img {
	display: block;
	position: absolute;
	left: -35px;
	right: -35px;
	top: 100%;
	-webkit-transform: translate(0, -70%);
	-ms-transform: translate(0, -70%);
	transform: translate(0, -70%);
	width: calc(100% + 70px);
	max-width: calc(100% + 70px);
}

.agenda-banner__content .live-text-now-open {
	font-size: 1.875rem;
	display: inline;
	font-weight: inherit;
}

@media (max-width: 1200px) {
	.agenda-banner__content .live-text-now-open {
		font-size: calc(1.3125rem + .75vw);
	}
}

.agenda-banner__content a {
	color: #ffc32f;
	font-size: 1.875rem;
}

@media (max-width: 1200px) {
	.agenda-banner__content a {
		font-size: calc(1.3125rem + .75vw);
	}
}

.agenda-banner__content a .log-in {
	display: inline;
	font-size: inherit;
	margin-bottom: 0;
}

.agenda-banner__content a:hover {
	color: #fff;
	text-decoration: none;
}

.agenda-banner__content a:hover span {
	color: #fff;
	text-decoration: underline;
}

.agenda-banner__content h1 {
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 2.7rem;
}

@media (max-width: 1200px) {
	.agenda-banner__content h1 {
		font-size: calc(1.395rem + 1.74vw);
	}
}

@media (min-width: 768px) {
	.agenda-banner__content h1 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.agenda-banner__content h1 {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 992px) {
	.agenda-banner__content h1 {
		font-size: 4.0625rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.agenda-banner__content h1 {
		font-size: calc(1.53125rem + 3.375vw);
	}
}

@media (min-width: 1200px) {
	.agenda-banner__content h1 {
		font-size: 4.625rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.agenda-banner__content h1 {
		font-size: calc(1.5875rem + 4.05vw);
	}
}

@media (min-width: 1600px) {
	.agenda-banner__content h1 {
		font-size: 5rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.agenda-banner__content h1 {
		font-size: calc(1.625rem + 4.5vw);
	}
}

.agenda-banner__content h1 span {
	font-size: 2.375rem;
}

@media (max-width: 1200px) {
	.agenda-banner__content h1 span {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

@media (min-width: 576px) {
	.agenda-banner__content h1 span {
		font-size: 2.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.agenda-banner__content h1 span {
		font-size: calc(1.375rem + 1.5vw);
	}
}

.agenda-banner__btn {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.agenda-banner__btn {
		margin-top: 5rem;
	}
}

.agenda-banner__btn a {
	background-color: #fff;
	border: 4px solid #ffc32f;
}

.agenda__button-group {
	margin-bottom: 1rem;
	padding-top: .5rem;
}

@media (min-width: 576px) {
	.agenda__button-group {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 768px) {
	.agenda__button-group {
		margin-bottom: 2.3125rem;
	}
}

.agenda__button-group .button-list .button-yellow {
	padding: 0;
}

.agenda__button-group .button-list ul {
	padding: 0;
}

@media (min-width: 1600px) {
	.agenda__button-group .button-list ul {
		padding: 0 3rem;
	}
}

.agenda-filters {
	padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
	.agenda-filters {
		padding-bottom: 3.875rem;
	}
}

.agenda-filters__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.agenda-filters__content {
		margin-bottom: 2rem;
	}
}

@media (min-width: 992px) {
	.agenda-filters__content {
		margin-bottom: 3rem;
	}
}

@media (min-width: 1600px) {
	.agenda-filters__content {
		padding: 0 3rem;
		margin-bottom: 4rem;
	}
}

.agenda-filters__business {
	max-width: 89.5rem;
	margin: 0 auto;
}

.agenda-filters__business .business-schedule__info-text {
	letter-spacing: 1px;
}

.agenda-filters__business .business-schedule__info-btn .btn, .agenda-filters__business .business-schedule__info-btn .widefat .approve-btn a, .widefat .approve-btn .agenda-filters__business .business-schedule__info-btn a, .agenda-filters__business .business-schedule__info-btn .widefat .approve-btn .active, .widefat .approve-btn .agenda-filters__business .business-schedule__info-btn .active, .agenda-filters__business .business-schedule__info-btn .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .agenda-filters__business .business-schedule__info-btn input, .agenda-filters__business .business-schedule__info-btn .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .agenda-filters__business .business-schedule__info-btn .button, .agenda-filters__business .business-schedule__info-btn .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .agenda-filters__business .business-schedule__info-btn .gform_footer > p > a, .agenda-filters__business .business-schedule__info-btn .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .agenda-filters__business .business-schedule__info-btn .gform_save_link {
	margin-left: 0;
	margin: .5rem 0 0 0;
}

@media (min-width: 992px) {
	.agenda-filters__business .business-schedule__info-btn .btn, .agenda-filters__business .business-schedule__info-btn .widefat .approve-btn a, .widefat .approve-btn .agenda-filters__business .business-schedule__info-btn a, .agenda-filters__business .business-schedule__info-btn .widefat .approve-btn .active, .widefat .approve-btn .agenda-filters__business .business-schedule__info-btn .active, .agenda-filters__business .business-schedule__info-btn .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .agenda-filters__business .business-schedule__info-btn input, .agenda-filters__business .business-schedule__info-btn .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .agenda-filters__business .business-schedule__info-btn .button, .agenda-filters__business .business-schedule__info-btn .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .agenda-filters__business .business-schedule__info-btn .gform_footer > p > a, .agenda-filters__business .business-schedule__info-btn .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .agenda-filters__business .business-schedule__info-btn .gform_save_link {
		margin: 0 0 0 1rem;
	}
}

.agenda-filters__business .business-schedule__routine .live-img {
	display: inline-block;
	width: 80px;
	height: 28px;
	position: relative;
}

.agenda-filters__business .business-schedule__routine .live-img img {
	display: block;
	position: absolute;
	left: -35px;
	right: -35px;
	top: 100%;
	-webkit-transform: translate(0, -70%);
	-ms-transform: translate(0, -70%);
	transform: translate(0, -70%);
	width: calc(100% + 70px);
	max-width: calc(100% + 70px);
}

.agenda-filters__business .business-schedule__routine a .live-img {
	width: 65px;
	margin-right: 10px;
}

.agenda-filters__business .business-schedule__routine .live-text-now-open {
	font-size: 1.875rem;
	font-weight: 900;
	color: #ffc32f;
}

@media (max-width: 1200px) {
	.agenda-filters__business .business-schedule__routine .live-text-now-open {
		font-size: calc(1.3125rem + .75vw);
	}
}

.agenda-filters__business .business-schedule__routine .log-in {
	font-size: 1.875rem;
	font-weight: 900;
	color: #ffc32f;
}

@media (max-width: 1200px) {
	.agenda-filters__business .business-schedule__routine .log-in {
		font-size: calc(1.3125rem + .75vw);
	}
}

.agenda-filters__business .business-schedule__routine .log-in:hover {
	color: #005432;
}

.agenda-filters__business .business-schedule__routine .card-header a:hover {
	text-decoration: none;
}

.agenda-filters__business .business-schedule__routine .card-body {
	padding: 0 .5rem 1.5rem 1.25rem;
}

@media (min-width: 768px) {
	.agenda-filters__business .business-schedule__routine .card-body {
		padding: 0 .5rem 1.5rem 4rem;
	}
}

@media (min-width: 992px) {
	.agenda-filters__business .business-schedule__routine .card-body {
		padding: 0 .5rem 1.7rem 5.9rem;
	}
}

.agenda-filters__business .business-schedule__routine .card-body a {
	text-decoration: none;
	color: #1c1c1c;
}

.agenda-filters__business .business-schedule__routine .card-body a:hover {
	color: #00462a;
}

.agenda-filters__business .business-schedule__routine .card-body p span {
	font-size: 1rem;
}

@media (min-width: 992px) {
	.agenda-filters__business .business-schedule__routine .card-body p span {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.agenda-filters__business .business-schedule__routine .card-body p span {
		font-size: calc(1.275rem + .3vw);
	}
}

.agenda-filters__business .business-schedule__routine .card--lichen {
	padding-bottom: 0;
}

.agenda-filters__business .business-schedule__routine .card--lichen .card-body {
	padding: 0 .5rem 1.5rem 1.25rem;
}

@media (min-width: 768px) {
	.agenda-filters__business .business-schedule__routine .card--lichen .card-body {
		padding: 0 .5rem 1.5rem 4rem;
	}
}

@media (min-width: 992px) {
	.agenda-filters__business .business-schedule__routine .card--lichen .card-body {
		padding: 0 .5rem 2.5625rem 5.9rem;
	}
}

.agenda-filters__business .business-schedule__routine .card--powder-blue .card-body p span {
	text-transform: none;
}

.agenda-filters__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: .75rem;
}

@media (min-width: 576px) {
	.agenda-filters__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48.5%;
		flex: 0 0 48.5%;
		max-width: 48.5%;
	}
}

@media (min-width: 768px) {
	.agenda-filters__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32.5%;
		flex: 0 0 32.5%;
		max-width: 32.5%;
		margin-bottom: 0;
	}
}

.agenda-filters__item h6, .agenda-filters__item .h6 {
	font-weight: 400;
	color: #1c1c1c;
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: .5rem;
	text-transform: none;
}

@media (min-width: 992px) {
	.agenda-filters__item h6, .agenda-filters__item .h6 {
		font-size: 1.4375rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.agenda-filters__item h6, .agenda-filters__item .h6 {
		font-size: calc(1.26875rem + .225vw);
	}
}

.agenda-filters__item .dropdown {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.agenda-filters__item .dropdown button {
	width: 100%;
	text-align: left;
	font-size: 1.0625rem;
	background-image: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/arrow-down.png");
	background-repeat: no-repeat;
	background-position: center right 5%;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	color: #8f8f8f;
	padding: .8125rem 1.5625rem;
	outline: none;
}

.agenda-filters__item .dropdown button.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 992px) {
	.agenda-filters__item .dropdown button {
		font-size: 1.3125rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.agenda-filters__item .dropdown button {
		font-size: calc(1.25625rem + .075vw);
	}
}

.agenda-filters__item .dropdown button span {
	background-color: #b4d8f8;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 0 7px 0 -7px;
}

.agenda-filters__item .dropdown button:after {
	display: none;
}

.agenda-filters__item .dropdown-menu {
	min-width: 100%;
}

.agenda-filters__item .dropdown-item {
	white-space: normal;
}

@media (min-width: 576px) {
	.agenda-filters__item .dropdown-item {
		white-space: nowrap;
	}
}

.agenda-filters__itemlg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.agenda-filters__itemlg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32.5%;
		flex: 0 0 32.5%;
		max-width: 32.5%;
	}
}

.agenda-filters__search {
	position: relative;
}

.agenda-filters__search .form-control {
	font-size: 1.0625rem;
	width: 100%;
	border-radius: 0;
	padding: .8125rem 0 .8125rem 1.5625rem;
	height: 3.3125rem;
	border: 1px solid #b2b2b2;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
	.agenda-filters__search .form-control {
		font-size: 1.3125rem;
		height: 3.6875rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.agenda-filters__search .form-control {
		font-size: calc(1.25625rem + .075vw);
	}
}

.agenda-filters__search .form-control::-webkit-input-placeholder {
	color: #8f8f8f;
}

.agenda-filters__search .form-control::-moz-placeholder {
	color: #8f8f8f;
}

.agenda-filters__search .form-control:-ms-input-placeholder {
	color: #8f8f8f;
}

.agenda-filters__search .form-control::-ms-input-placeholder {
	color: #8f8f8f;
}

.agenda-filters__search .form-control::placeholder {
	color: #8f8f8f;
}

.agenda-filters__search button {
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	background-color: #fff;
	border: 0;
	font-size: 1rem;
	width: 3.75rem;
	color: #8f8f8f;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (min-width: 992px) {
	.agenda-filters__search button {
		font-size: 1.25rem;
		width: 4.25rem;
	}
}

.agenda-filters__search button:hover {
	background-color: #00462a;
	color: #fff;
}

.agenda-filters .iframe-wrap > div {
	height: 90vh !important;
	max-height: 700px !important;
}

.agenda-filters iframe {
	height: 90vh !important;
	max-height: 700px !important;
	max-width: 1150px;
	margin: 20px auto !important;
	display: block;
}

.agenda-button {
	background-color: #f2c429;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.agenda-button .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.agenda-button .container .btn, .agenda-button .container .widefat .approve-btn a, .widefat .approve-btn .agenda-button .container a, .agenda-button .container .widefat .approve-btn .active, .widefat .approve-btn .agenda-button .container .active, .agenda-button .container .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .agenda-button .container input, .agenda-button .container .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .agenda-button .container .button, .agenda-button .container .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .agenda-button .container .gform_footer > p > a, .agenda-button .container .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .agenda-button .container .gform_save_link {
	width: 50%;
	border-right: 3px solid #00462a;
}

.agenda-button .container .btn:last-child, .agenda-button .container .widefat .approve-btn a:last-child, .widefat .approve-btn .agenda-button .container a:last-child, .agenda-button .container .widefat .approve-btn .active:last-child, .widefat .approve-btn .agenda-button .container .active:last-child, .agenda-button .container .modal--register .modal-body .gform_footer input:last-child, .modal--register .modal-body .gform_footer .agenda-button .container input:last-child, .agenda-button .container .modal--register .modal-body .gform_footer .additonal-submit .button:last-child, .modal--register .modal-body .gform_footer .additonal-submit .agenda-button .container .button:last-child, .agenda-button .container .modal--register .modal-body .gform_footer > p > a:last-child, .modal--register .modal-body .agenda-button .container .gform_footer > p > a:last-child, .agenda-button .container .modal--register .modal-body .gform_footer .gform_save_link:last-child, .modal--register .modal-body .gform_footer .agenda-button .container .gform_save_link:last-child {
	border-right: 0;
}

@media (max-width: 575.98px) {
	.agenda-button .container .btn, .agenda-button .container .widefat .approve-btn a, .widefat .approve-btn .agenda-button .container a, .agenda-button .container .widefat .approve-btn .active, .widefat .approve-btn .agenda-button .container .active, .agenda-button .container .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .agenda-button .container input, .agenda-button .container .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .agenda-button .container .button, .agenda-button .container .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .agenda-button .container .gform_footer > p > a, .agenda-button .container .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .agenda-button .container .gform_save_link {
		min-width: 7.5rem;
		padding: .7rem .1rem;
		font-size: 1rem;
	}
}

.agenda-button .container a.btn.btn-primary, .agenda-button .container .widefat .approve-btn a.btn-primary, .widefat .approve-btn .agenda-button .container a.btn-primary, .agenda-button .container .modal--register .modal-body .gform_footer a.btn-primary.gform_save_link, .modal--register .modal-body .gform_footer .agenda-button .container a.btn-primary.gform_save_link, .agenda-button .container .modal--register .modal-body .gform_footer .additonal-submit a.button, .modal--register .modal-body .gform_footer .additonal-submit .agenda-button .container a.button, .agenda-button .container .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .agenda-button .container .gform_footer > p > a {
	margin-bottom: 0;
}

.site-header .agenda-button {
	position: relative;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.site-header.sticky .agenda-button {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.search .page-header h1 {
	line-height: 1.1;
	font-size: 2.5rem;
}

@media (max-width: 1200px) {
	.search .page-header h1 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 576px) {
	.search .page-content {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.search .page-content {
		font-size: calc(1.275rem + .3vw);
	}
}

.search .page-content p {
	margin-bottom: 2rem;
}

@media (min-width: 576px) {
	.search .not-found {
		max-width: 750px;
		margin: 0 auto;
		width: 100%;
	}
}

.section-search {
	padding-bottom: 2rem;
}

@media (min-width: 576px) {
	.section-search {
		padding-bottom: 4rem;
	}
}

@media (max-width: 575.98px) {
	.form-search .input-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.form-search .input-group .form-control {
	min-height: 54px;
	padding: 1rem;
}

@media (max-width: 575.98px) {
	.form-search .input-group .form-control {
		margin-bottom: 1rem;
	}
}

@media (max-width: 575.98px) {
	.form-search .input-group .input-group-append {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.form-search .input-group .input-group-append .btn-primary, .form-search .input-group .input-group-append .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .form-search .input-group .input-group-append input, .form-search .input-group .input-group-append .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .form-search .input-group .input-group-append .button, .form-search .input-group .input-group-append .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .form-search .input-group .input-group-append .gform_footer > p > a {
		width: 100%;
		display: block;
	}
}

.sponsor-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9rem 0 1rem;
	min-height: 28rem;
}

@media (min-width: 576px) {
	.sponsor-banner {
		padding: 9rem 0 3rem;
	}
}

@media (min-width: 768px) {
	.sponsor-banner {
		min-height: 40rem;
	}
}

@media (min-width: 992px) {
	.sponsor-banner {
		min-height: 50.813rem;
	}
}

@media (min-width: 1200px) {
	.sponsor-banner {
		padding: 12rem 0 3rem;
	}
}

.sponsor-banner__text {
	text-align: center;
}

.sponsor-banner__text h1 {
	color: #fff;
	font-weight: 700;
	font-size: 2.6875rem;
	line-height: 1;
}

@media (max-width: 1200px) {
	.sponsor-banner__text h1 {
		font-size: calc(1.39375rem + 1.725vw);
	}
}

@media (min-width: 768px) {
	.sponsor-banner__text h1 {
		font-size: 3.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.sponsor-banner__text h1 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width: 992px) {
	.sponsor-banner__text h1 {
		font-size: 4rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.sponsor-banner__text h1 {
		font-size: calc(1.525rem + 3.3vw);
	}
}

@media (min-width: 1200px) {
	.sponsor-banner__text h1 {
		font-size: 5rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.sponsor-banner__text h1 {
		font-size: calc(1.625rem + 4.5vw);
	}
}

.sponsors-section .sponsors__type ul {
	max-width: 100%;
}

@media (max-width: 991.98px) {
	.sponsors-section .sponsors__type ul li {
		-ms-flex-preferred-size: 30% !important;
		flex-basis: 30% !important;
		max-width: 30% !important;
	}
}

@media (max-width: 767.98px) {
	.sponsors-section .sponsors__type ul li {
		-ms-flex-preferred-size: 45% !important;
		flex-basis: 45% !important;
		max-width: 45% !important;
	}
}

@media (max-width: 575.98px) {
	.sponsors-section .sponsors__type ul li {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 0\0 ) {
	.sponsors-section .sponsors__type ul li figure {
		height: 10.5rem;
	}
}

@media (max-width: 991.98px) {
	.sponsors-section .sponsors__type--national ul li {
		-ms-flex-preferred-size: 30% !important;
		flex-basis: 30% !important;
		max-width: 30% !important;
	}
}

@media (max-width: 767.98px) {
	.sponsors-section .sponsors__type--national ul li {
		-ms-flex-preferred-size: 45% !important;
		flex-basis: 45% !important;
		max-width: 45% !important;
	}
}

@media (max-width: 575.98px) {
	.sponsors-section .sponsors__type--national ul li {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

.sponsors-section .sponsors__type:nth-last-child(3) ul li, .sponsors-section .sponsors__type:nth-last-child(2) ul li, .sponsors-section .sponsors__type:nth-last-child(1) ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18%;
	flex: 0 0 18%;
	max-width: 18%;
}

@media (max-width: 991.98px) {
	.sponsors-section .sponsors__type:nth-last-child(3) ul li, .sponsors-section .sponsors__type:nth-last-child(2) ul li, .sponsors-section .sponsors__type:nth-last-child(1) ul li {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 30% !important;
		flex: 0 0 30% !important;
		max-width: 30% !important;
	}
}

@media (max-width: 767.98px) {
	.sponsors-section .sponsors__type:nth-last-child(3) ul li, .sponsors-section .sponsors__type:nth-last-child(2) ul li, .sponsors-section .sponsors__type:nth-last-child(1) ul li {
		-ms-flex-preferred-size: 45% !important;
		flex-basis: 45% !important;
		max-width: 45% !important;
	}
}

@media (max-width: 575.98px) {
	.sponsors-section .sponsors__type:nth-last-child(3) ul li, .sponsors-section .sponsors__type:nth-last-child(2) ul li, .sponsors-section .sponsors__type:nth-last-child(1) ul li {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
}

.sponsors-section .sponsors__type:nth-child(2) li, .sponsors-section .sponsors__type:nth-child(3) li {
	min-height: 60px;
}

.sponsors-section .sponsors__type:nth-child(2) li figure, .sponsors-section .sponsors__type:nth-child(3) li figure {
	padding: 1.5rem 2rem;
}

@media (min-width: 0\0 ) {
	.sponsors-section .sponsors__type:nth-child(2) li figure, .sponsors-section .sponsors__type:nth-child(3) li figure {
		height: 17.5rem;
	}
}

@media (min-width: 0\0 ) {
	.sponsors-section .sponsors__type:nth-child(2) li, .sponsors-section .sponsors__type:nth-child(3) li {
		height: auto;
	}
}

@media (min-width: 992px) {
	.sponsors-section .sponsors__type.sponsor-image-last ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.new-sponsors {
	height: 100vh;
	overflow: hidden;
}

.new-sponsors .holder {
	text-align: center;
}

.new-sponsors .holder .title {
	padding: 15px 10px;
	background: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.new-sponsors .holder h3 {
	margin-bottom: 0;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
}

.new-sponsors .platinum .title {
	background: #343a40;
}

.new-sponsors .platinum .title h3 {
	color: #ffc32f;
}

.new-sponsors .gold .title {
	background: #ffc32f;
}

.new-sponsors .gold .title h3 {
	color: #00462a;
}

.new-sponsors .silver .title {
	background: #343a40;
}

.new-sponsors .silver .title h3 {
	color: #fff;
}

.new-sponsors .partners .title {
	background: #00462a;
}

.new-sponsors .partners .title h3 {
	color: #ffc32f;
}

.new-sponsors .logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 40px;
}

.new-sponsors .logos .logo {
	width: 48%;
	border: 1px solid rgba(0, 0, 0, .2);
	height: 210px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	margin: 0 1% 40px;
	border-radius: 5px;
	overflow: hidden;
}

.new-sponsors .logos .logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.new-sponsors .logos.layout-1col .logo {
	width: 50%;
	height: 350px;
}

.new-sponsors .logos.layout-2col .logo {
	width: 40%;
	margin: 0 20px 20px;
	height: 300px;
}

.new-sponsors .logos.layout-3col .logo {
	width: 31%;
	margin-bottom: 20px;
	height: 300px;
}

.new-sponsors .logos.layout-4col .logo {
	width: 23%;
	margin-bottom: 20px;
	height: 250px;
}

.new-sponsors .top-row {
	position: relative;
	margin-top: 15px;
	border: 5px solid #000;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.new-sponsors .top-row {
		border-width: 10px;
	}
}

.new-sponsors .top-row .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.new-sponsors .top-row .item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.new-sponsors .top-row .item:first-child {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		max-width: 70%;
	}
}

@media (min-width: 768px) {
	.new-sponsors .top-row .item:first-child h2 {
		padding-right: 2rem;
	}
}

.new-sponsors .top-row .item:last-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media (min-width: 768px) {
	.new-sponsors .top-row .item:last-child {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		max-width: 70%;
	}
}

@media (min-width: 768px) {
	.new-sponsors .top-row .item:last-child h2 {
		padding-left: 3rem;
	}
}

.new-sponsors .top-row .item h2 {
	font-size: 20px;
}

@media (min-width: 1200px) {
	.new-sponsors .top-row .item h2 {
		font-size: 35px;
	}
}

@media (min-width: 1600px) {
	.new-sponsors .top-row .item h2 {
		font-size: 45px;
	}
}

.new-sponsors .top-row .item img {
	max-width: 100px;
	height: auto;
}

@media (min-width: 1200px) {
	.new-sponsors .top-row .item img {
		max-width: 200px;
	}
}

.new-sponsors .scrolling-sponsors-grid {
	height: 100vh !important;
	overflow: hidden;
}

.page-template-tpl_speaker_block .site-header__top, .page-template-tpl_speaker_block .site-header, .page-template-tpl_speaker_block .event, .page-template-tpl_speaker_block .site-footer {
	display: none !important;
}

.speaker-block .bg-gray {
	background-color: rgba(0, 0, 0, .03);
}

.speaker-block .sec-title {
	background-color: #212529;
	text-align: center;
	padding: 20px;
}

@media (min-width: 1200px) {
	.speaker-block .sec-title {
		padding: 45px 20px;
	}
}

.speaker-block .sec-title h2 {
	line-height: 1;
	color: #ffc32f;
	margin-bottom: 0;
	letter-spacing: 7px;
}

@media (min-width: 1600px) {
	.speaker-block .sec-title h2 {
		font-size: 99px;
	}
}

.speaker-block .btn-xxl {
	font-size: 16px;
	display: inline-block;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, .5), inset 0 0 20px 5px rgba(203, 140, 43, .9);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, .5), inset 0 0 20px 5px rgba(203, 140, 43, .9);
	text-transform: uppercase;
	padding: 14px 20px 10px;
	border-radius: 10px;
	letter-spacing: 5px;
	font-weight: 600;
	text-decoration: none;
	background: #ffc32f;
	color: #000;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	margin: 20px 10px 0;
}

.speaker-block .btn-xxl:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 768px) {
	.speaker-block .btn-xxl {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.speaker-block .btn-xxl {
		font-size: 30px;
		padding: 18px 20px 14px;
	}
}

@media (min-width: 1200px) {
	.speaker-block .btn-xxl {
		font-size: 53px;
		min-width: 995px;
		padding: 27px 20px 20px;
	}
}

.speaker-block .column-wrap {
	padding: 30px 0;
}

@media (min-width: 992px) {
	.speaker-block .column-wrap {
		padding: 60px 0;
	}
}

@media (min-width: 1600px) {
	.speaker-block .column-wrap {
		padding: 100px 0;
	}
}

.speaker-block .column-wrap h3 {
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.speaker-block .column-wrap h3 {
		margin-bottom: 40px;
	}
}

.speaker-block .column-wrap .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	max-width: 1420px;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.speaker-block .column-wrap .columns {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}

.speaker-block .column-wrap .columns .column {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	max-width: 350px;
}

@media (min-width: 992px) {
	.speaker-block .column-wrap .columns .column {
		max-width: 590px;
	}
}

.speaker-block .column-wrap .columns .column .holder {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.speaker-block .column-wrap .columns .column .nc {
	padding: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.speaker-block .column-wrap .columns .column .img-wrap {
	margin-bottom: 10px;
	position: relative;
}

.speaker-block .column-wrap .columns .column .img-wrap img {
	-webkit-box-shadow: 5px 5px 6px 2px rgba(0, 0, 0, .5);
	box-shadow: 5px 5px 6px 2px rgba(0, 0, 0, .5);
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.speaker-block .column-wrap .columns .column .img-wrap .c-logo-wrap {
	border: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	border-radius: 10px;
	padding: 10px;
	background: #fff;
	max-width: 40%;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
}

@media (min-width: 1200px) {
	.speaker-block .column-wrap .columns .column .img-wrap .c-logo-wrap {
		padding: 20px;
	}
}

.speaker-block .column-wrap .columns .column .img-wrap .c-logo-wrap img {
	border: 0;
	background: transparent;
	max-height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 100%;
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.speaker-block .column-wrap .columns .column span {
	display: block;
	line-height: 1;
}

.speaker-block .column-wrap .columns .column .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: .5rem;
}

@media (min-width: 576px) {
	.speaker-block .column-wrap .columns .column .name {
		font-size: 25px;
	}
}

@media (min-width: 992px) {
	.speaker-block .column-wrap .columns .column .name {
		font-size: 28px;
	}
}

.speaker-block .column-wrap .columns .column .company {
	font-size: 18px;
}

@media (min-width: 576px) {
	.speaker-block .column-wrap .columns .column .company {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	.speaker-block .column-wrap .columns .column .company {
		font-size: 27px;
	}
}

@media (min-width: 1200px) {
	.speaker-block .column-wrap .columns-2 {
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
}

.speaker-block .column-wrap .columns-2 .column {
	max-width: 375px;
}

@media (min-width: 768px) {
	.speaker-block .column-wrap .columns-2 .column {
		width: 46%;
	}
}

@media (min-width: 992px) {
	.speaker-block .column-wrap .columns-2 .column {
		max-width: 590px;
	}
}

.speaker-block .column-wrap .columns-2 .column .img-wrap img {
	height: 380px;
}

@media (min-width: 768px) {
	.speaker-block .column-wrap .columns-2 .column .img-wrap img {
		height: 480px;
	}
}

@media (min-width: 992px) {
	.speaker-block .column-wrap .columns-2 .column .img-wrap img {
		height: 580px;
	}
}

@media (min-width: 1200px) {
	.speaker-block .column-wrap .columns-2 .column .name {
		font-size: 35px;
	}
}

@media (min-width: 576px) {
	.speaker-block .column-wrap .columns-3 .column {
		width: 48%;
	}
}

@media (min-width: 992px) {
	.speaker-block .column-wrap .columns-3 .column {
		width: 30%;
	}
}

@media (min-width: 576px) {
	.speaker-block .column-wrap .columns-4 .column {
		width: 47%;
	}
}

@media (min-width: 992px) {
	.speaker-block .column-wrap .columns-4 .column {
		width: 30%;
	}
}

@media (min-width: 1200px) {
	.speaker-block .column-wrap .columns-4 .column {
		width: 23%;
	}
}

@media (min-width: 1600px) {
	.speaker-block .column-wrap .columns-4 .column {
		width: 21%;
	}
}

@media (min-width: 992px) {
	.speaker-block .column-wrap .columns-4 .column .company {
		font-size: 22px;
	}
}

.speaker-block .column-wrap .columns__v2 {
	max-width: 1200px;
}

.speaker-block .column-wrap .columns__v2 .column {
	margin-bottom: 40px;
}

.speaker-block .column-wrap .columns__v2 .column .img-wrap {
	margin-bottom: 0;
}

.speaker-block .column-wrap .columns__v2 .column .img-wrap img {
	border: 5px solid #ffc32f;
	-webkit-box-shadow: 5px 5px 6px 2px rgba(0, 0, 0, .2);
	box-shadow: 5px 5px 6px 2px rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {
	.speaker-block .column-wrap .columns__v2 .column .img-wrap img {
		border: 10px solid #ffc32f;
	}
}

@media (min-width: 1200px) {
	.speaker-block .column-wrap .columns__v2 .column .img-wrap img {
		border: 15px solid #ffc32f;
	}
}

.speaker-block .column-wrap .columns__v2 .column .img-wrap .c-logo-wrap {
	bottom: 25px;
	left: 25px;
}

@media (min-width: 768px) {
	.speaker-block .column-wrap .columns__v2 .column .img-wrap .c-logo-wrap {
		bottom: 30px;
		left: 30px;
	}
}

@media (min-width: 1200px) {
	.speaker-block .column-wrap .columns__v2 .column .img-wrap .c-logo-wrap {
		bottom: 35px;
		left: 35px;
	}
}

.speaker-block .column-wrap .columns__v2 .column .nc {
	position: relative;
	background-color: #00462a;
	color: #fff;
	z-index: 2;
}

@media (min-width: 992px) {
	.speaker-block .column-wrap .columns__v2 .column .nc {
		padding: 30px;
	}
}

.speaker-block .column-wrap .columns__v2 .column .nc .name {
	color: #fff;
	margin-bottom: 10px;
}

.speaker-block .column-wrap .columns__v2 .column .nc .company {
	color: #ffc32f;
}

.speaker-block__mini .column-wrap .columns .column .img-wrap img {
	border: 5px solid #fff;
}

.speaker-block__mini .btn-xxl {
	background: #2a2a2a;
	color: #fff;
	-webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, .5), inset 0 0 20px 5px rgba(0, 0, 0, .9);
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, .5), inset 0 0 20px 5px rgba(0, 0, 0, .9);
}

.scrolling-sponsor .show-hours {
	font-size: 40px;
	text-align: center;
	padding: 20px 15px 0;
	font-weight: bold;
}

.scrolling-sponsor .show-hours .current-time {
	float: right;
}

.scrolling-sponsor .top-row {
	position: relative;
	margin-top: 15px;
	border: 5px solid #000;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.scrolling-sponsor .top-row {
		border-width: 10px;
	}
}

.scrolling-sponsor .top-row .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.scrolling-sponsor .top-row .item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.scrolling-sponsor .top-row .item:first-child {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		max-width: 70%;
	}
}

@media (min-width: 768px) {
	.scrolling-sponsor .top-row .item:first-child h2 {
		padding-right: 2rem;
	}
}

.scrolling-sponsor .top-row .item:last-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media (min-width: 768px) {
	.scrolling-sponsor .top-row .item:last-child {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		max-width: 70%;
	}
}

@media (min-width: 768px) {
	.scrolling-sponsor .top-row .item:last-child h2 {
		padding-left: 3rem;
	}
}

.scrolling-sponsor .top-row .item h2 {
	font-size: 20px;
}

@media (min-width: 1200px) {
	.scrolling-sponsor .top-row .item h2 {
		font-size: 35px;
	}
}

@media (min-width: 1600px) {
	.scrolling-sponsor .top-row .item h2 {
		font-size: 43px;
	}
}

.scrolling-sponsor .top-row .item img {
	max-width: 100px;
	height: auto;
}

@media (min-width: 1200px) {
	.scrolling-sponsor .top-row .item img {
		max-width: 200px;
	}
}

.scrolling-sponsor .business-schedule__routine.upc-slider .marque-start, .scrolling-sponsor .business-schedule__routine.exp-slider .marque-start {
	height: calc(100vh - 280px) !important;
	overflow: hidden;
}

.scrolling-sponsor .business-schedule__routine .card {
	margin-top: 0;
}

.scrolling-sponsor .business-schedule__routine .card-header img {
	display: inline-block;
}

.scrolling-sponsor .business-schedule__routine .slide-item {
	padding-top: 1.1875rem;
}

.scrolling-sponsor .business-schedule__routine .past-line hr {
	border-top: 10px solid #e4b437;
}

.scrolling-sponsor .business-schedule__routine .lg-card .card {
	font-size: 35px;
}

.scrolling-sponsor .business-schedule__routine .lg-card .card-header {
	font-size: 2.18rem;
}

@media (min-width: 992px) {
	.scrolling-sponsor .business-schedule__routine .lg-card .card-header {
		font-size: 2.8125rem;
	}
}

@media (min-width: 1200px) {
	.scrolling-sponsor .business-schedule__routine .lg-card .card-header {
		font-size: 3.125rem;
	}
}

.scrolling-sponsor .business-schedule__routine .lg-card .card-body {
	font-size: 1.5rem;
}

@media (min-width: 992px) {
	.scrolling-sponsor .business-schedule__routine .lg-card .card-body {
		font-size: 2.3rem;
	}
}

.upc-slider .slick-list, .exp-slider .slick-list {
	height: calc(100vh - 230px) !important;
}

.upc-slider .slick-list .card-header img, .exp-slider .slick-list .card-header img {
	display: inline-block;
}

.upc-slider .slick-list .slide-item, .exp-slider .slick-list .slide-item {
	padding-top: 1.1875rem;
}

.upc-slider .slick-list .card, .exp-slider .slick-list .card {
	margin-top: 0;
}

.thank-you-page .entry-content {
	max-width: 1190px;
	margin: 0 auto;
	border: 5px solid #ffc32f;
	padding: 2rem 1rem 1rem;
}

@media (min-width: 576px) {
	.thank-you-page .entry-content {
		padding: 2rem 2rem 1rem;
	}
}

@media (min-width: 768px) {
	.thank-you-page .entry-content {
		padding: 3rem 2rem 2rem;
	}
}

@media (min-width: 992px) {
	.thank-you-page .entry-content {
		padding: 3rem 2.5rem 2rem;
	}
}

@media (min-width: 1200px) {
	.thank-you-page .entry-content {
		padding: 3rem 4rem;
	}
}

.thank-you-page .entry-content h1 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.thank-you-page .entry-content h1 {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 576px) {
	.thank-you-page .entry-content h1 {
		font-size: 1.875rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.thank-you-page .entry-content h1 {
		font-size: calc(1.3125rem + .75vw);
	}
}

@media (min-width: 768px) {
	.thank-you-page .entry-content h1 {
		font-size: 2.5rem;
		margin-bottom: 1.375rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.thank-you-page .entry-content h1 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 1200px) {
	.thank-you-page .entry-content h1 {
		font-size: 2.8125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.thank-you-page .entry-content h1 {
		font-size: calc(1.40625rem + 1.875vw);
	}
}

.thank-you-page .entry-content h2 {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: .75rem;
	text-transform: none;
	font-weight: 700;
}

@media (min-width: 576px) {
	.thank-you-page .entry-content h2 {
		font-size: 1.4375rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.thank-you-page .entry-content h2 {
		font-size: calc(1.26875rem + .225vw);
	}
}

@media (min-width: 768px) {
	.thank-you-page .entry-content h2 {
		font-size: 1.75rem;
		margin-bottom: 1.25rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.thank-you-page .entry-content h2 {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 1200px) {
	.thank-you-page .entry-content h2 {
		font-size: 2.25rem;
		margin-bottom: 2rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.thank-you-page .entry-content h2 {
		font-size: calc(1.35rem + 1.2vw);
	}
}

.thank-you-page .entry-content p {
	margin-bottom: .5rem;
}

.thank-you-page .entry-content p a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.thank-you-page .entry-content p a:hover {
	color: #ffc32f;
}

.thank-you-page .entry-content .visit-text {
	text-align: center;
	font-size: 1.3125rem;
	font-weight: 900;
	margin-bottom: 0;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.thank-you-page .entry-content .visit-text {
		font-size: calc(1.25625rem + .075vw);
	}
}

@media (min-width: 576px) {
	.thank-you-page .entry-content .visit-text {
		font-size: 1.625rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.thank-you-page .entry-content .visit-text {
		font-size: calc(1.2875rem + .45vw);
	}
}

@media (min-width: 768px) {
	.thank-you-page .entry-content .visit-text {
		font-size: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.thank-you-page .entry-content .visit-text {
		font-size: calc(1.325rem + .9vw);
	}
}

.register-invite, #register-invite, .thank-you-modal {
	padding: 15px;
}

.register-invite .modal-dialog, #register-invite .modal-dialog, .thank-you-modal .modal-dialog {
	max-width: 750px;
	width: 100%;
}

.register-invite .modal-content, #register-invite .modal-content, .thank-you-modal .modal-content {
	border: 0;
	background-color: #fff;
}

.register-invite .modal-header, #register-invite .modal-header, .thank-you-modal .modal-header {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@media (min-width: 1200px) {
	.register-invite .modal-header, #register-invite .modal-header, .thank-you-modal .modal-header {
		padding: 20px 40px;
		text-align: left;
	}
}

.register-invite .modal-header .img-wrap, #register-invite .modal-header .img-wrap, .thank-you-modal .modal-header .img-wrap {
	display: none;
}

@media (min-width: 1200px) {
	.register-invite .modal-header .img-wrap, #register-invite .modal-header .img-wrap, .thank-you-modal .modal-header .img-wrap {
		display: block;
	}
}

.register-invite .modal-header .img-wrap, #register-invite .modal-header .img-wrap, .thank-you-modal .modal-header .img-wrap {
	width: 150px;
}

.register-invite .modal-header .text-wrap, #register-invite .modal-header .text-wrap, .thank-you-modal .modal-header .text-wrap {
	width: 100%;
}

@media (min-width: 1200px) {
	.register-invite .modal-header .text-wrap, #register-invite .modal-header .text-wrap, .thank-you-modal .modal-header .text-wrap {
		width: calc(100% - 190px);
	}
}

.register-invite .modal-header .text-wrap h4, #register-invite .modal-header .text-wrap h4, .thank-you-modal .modal-header .text-wrap h4 {
	color: #000;
	letter-spacing: 4px;
	font-weight: 800;
}

@media (min-width: 1200px) {
	.register-invite .modal-header .text-wrap h4, #register-invite .modal-header .text-wrap h4, .thank-you-modal .modal-header .text-wrap h4 {
		font-size: 35px;
	}
}

.register-invite .modal-header .text-wrap h4 span, #register-invite .modal-header .text-wrap h4 span, .thank-you-modal .modal-header .text-wrap h4 span {
	color: #e4b437;
}

.register-invite .modal-header .text-wrap h5, #register-invite .modal-header .text-wrap h5, .thank-you-modal .modal-header .text-wrap h5 {
	color: #000;
	letter-spacing: 4px;
	line-height: 1.1;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.register-invite .modal-header .text-wrap h5, #register-invite .modal-header .text-wrap h5, .thank-you-modal .modal-header .text-wrap h5 {
		font-size: 24px;
	}
}

.register-invite .modal-header .text-wrap h5 span, #register-invite .modal-header .text-wrap h5 span, .thank-you-modal .modal-header .text-wrap h5 span {
	color: #e4b437;
}

.register-invite .modal-header .close, #register-invite .modal-header .close, .thank-you-modal .modal-header .close {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 0;
	margin: 0;
	z-index: 10;
	height: 30px;
	width: 30px;
	color: #fff;
	background: #e4b437;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
	font-weight: 400;
	outline: none !important;
}

@media (min-width: 992px) {
	.register-invite .modal-header .close, #register-invite .modal-header .close, .thank-you-modal .modal-header .close {
		height: 50px;
		width: 50px;
		font-size: 2.5rem;
		top: -15px;
		right: -15px;
	}
}

.register-invite .modal-body, #register-invite .modal-body, .thank-you-modal .modal-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/mid-bg.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
}

.register-invite .modal-body.nitro-lazy, #register-invite .modal-body.nitro-lazy, .thank-you-modal .modal-body.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 1200px) {
	.register-invite .modal-body, #register-invite .modal-body, .thank-you-modal .modal-body {
		padding: 20px 0 20px;
		text-align: left;
	}
}

.register-invite .modal-body > h4, #register-invite .modal-body > h4, .thank-you-modal .modal-body > h4 {
	width: 100%;
	background: #fff;
	color: #000;
	padding: 0;
	line-height: 1.1;
	margin: 0;
	text-align: center;
	letter-spacing: 4px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.register-invite .modal-body > h4, #register-invite .modal-body > h4, .thank-you-modal .modal-body > h4 {
		font-size: 30px;
	}
}

.register-invite .modal-body > h4 span, #register-invite .modal-body > h4 span, .thank-you-modal .modal-body > h4 span {
	color: #e4b437;
}

.register-invite .modal-body h5, #register-invite .modal-body h5, .thank-you-modal .modal-body h5 {
	color: #000;
	letter-spacing: 4px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

@media (min-width: 1200px) {
	.register-invite .modal-body h5, #register-invite .modal-body h5, .thank-you-modal .modal-body h5 {
		font-size: 25px;
		text-align: left;
	}
}

@media (max-width: 1199.98px) {
	.register-invite .modal-body h5 br, #register-invite .modal-body h5 br, .thank-you-modal .modal-body h5 br {
		display: none;
	}
}

.register-invite .modal-body h5 span, #register-invite .modal-body h5 span, .thank-you-modal .modal-body h5 span {
	color: #e4b437;
}

.register-invite .modal-body h5:last-child, #register-invite .modal-body h5:last-child, .thank-you-modal .modal-body h5:last-child {
	margin-bottom: 0;
}

.register-invite .modal-body .img-wrap, #register-invite .modal-body .img-wrap, .thank-you-modal .modal-body .img-wrap {
	display: none;
	width: 150px;
	text-align: center;
}

@media (min-width: 1200px) {
	.register-invite .modal-body .img-wrap, #register-invite .modal-body .img-wrap, .thank-you-modal .modal-body .img-wrap {
		display: block;
	}
}

.register-invite .modal-body .img-wrap img, #register-invite .modal-body .img-wrap img, .thank-you-modal .modal-body .img-wrap img {
	max-height: 180px;
}

.register-invite .modal-body .text-wrap, #register-invite .modal-body .text-wrap, .thank-you-modal .modal-body .text-wrap {
	width: 100%;
}

@media (min-width: 1200px) {
	.register-invite .modal-body .text-wrap, #register-invite .modal-body .text-wrap, .thank-you-modal .modal-body .text-wrap {
		width: calc(100% - 160px);
	}
}

.register-invite .modal-footer, #register-invite .modal-footer, .thank-you-modal .modal-footer {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 2rem;
}

.register-invite .modal-footer h3, #register-invite .modal-footer h3, .thank-you-modal .modal-footer h3 {
	text-align: center;
	width: 100%;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 1.3;
	font-size: 20px;
}

@media (min-width: 1200px) {
	.register-invite .modal-footer h3, #register-invite .modal-footer h3, .thank-you-modal .modal-footer h3 {
		font-size: 30px;
	}
}

.register-invite .modal-footer .close, #register-invite .modal-footer .close, .thank-you-modal .modal-footer .close {
	opacity: 1;
	font-size: 1.2rem;
	font-weight: 400;
	cursor: pointer;
	outline: none !important;
	margin-top: 20px;
}

.register-invite .gform_wrapper, #register-invite .gform_wrapper, .thank-you-modal .gform_wrapper {
	width: 100%;
	max-width: 650px;
}

.register-invite .gform_wrapper .gfield_label, #register-invite .gform_wrapper .gfield_label, .thank-you-modal .gform_wrapper .gfield_label {
	display: none;
}

.register-invite .gform_wrapper .gform, #register-invite .gform_wrapper .gform, .thank-you-modal .gform_wrapper .gform {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.register-invite .gform_wrapper .gform_body, #register-invite .gform_wrapper .gform_body, .thank-you-modal .gform_wrapper .gform_body {
	padding: .9375rem 0 0;
}

.register-invite .gform_wrapper .gform_fields, #register-invite .gform_wrapper .gform_fields, .thank-you-modal .gform_wrapper .gform_fields {
	max-width: 64.5625rem;
	margin: 0 auto;
	width: 100%;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	padding-left: 0;
}

.register-invite .gform_wrapper .gform_fields .gfield, #register-invite .gform_wrapper .gform_fields .gfield, .thank-you-modal .gform_wrapper .gform_fields .gfield {
	width: 100%;
	display: block;
	margin-bottom: .9375rem;
	padding: 0 .5625rem;
}

@media (min-width: 768px) {
	.register-invite .gform_wrapper .gform_fields .gfield, #register-invite .gform_wrapper .gform_fields .gfield, .thank-you-modal .gform_wrapper .gform_fields .gfield {
		margin-bottom: 1.1875rem;
	}
}

.register-invite .gform_wrapper .gform_fields .gfield label, #register-invite .gform_wrapper .gform_fields .gfield label, .thank-you-modal .gform_wrapper .gform_fields .gfield label {
	color: #373737;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.56;
	margin: 0 0 .8125rem 0;
	letter-spacing: 1px;
}

.register-invite .gform_wrapper .gform_fields .gfield input, .register-invite .gform_wrapper .gform_fields .gfield textarea, .register-invite .gform_wrapper .gform_fields .gfield select, #register-invite .gform_wrapper .gform_fields .gfield input, #register-invite .gform_wrapper .gform_fields .gfield textarea, #register-invite .gform_wrapper .gform_fields .gfield select, .thank-you-modal .gform_wrapper .gform_fields .gfield input, .thank-you-modal .gform_wrapper .gform_fields .gfield textarea, .thank-you-modal .gform_wrapper .gform_fields .gfield select {
	width: 100%;
	border: 1px solid #bcbcbc;
	height: 3.125rem;
	color: #8e8e8e;
	font-size: 1rem;
	padding: .625rem .9375rem;
	line-height: 1.56;
	outline-color: transparent;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	letter-spacing: .05rem;
}

@media (min-width: 768px) {
	.register-invite .gform_wrapper .gform_fields .gfield input, .register-invite .gform_wrapper .gform_fields .gfield textarea, .register-invite .gform_wrapper .gform_fields .gfield select, #register-invite .gform_wrapper .gform_fields .gfield input, #register-invite .gform_wrapper .gform_fields .gfield textarea, #register-invite .gform_wrapper .gform_fields .gfield select, .thank-you-modal .gform_wrapper .gform_fields .gfield input, .thank-you-modal .gform_wrapper .gform_fields .gfield textarea, .thank-you-modal .gform_wrapper .gform_fields .gfield select {
		height: 3.4375rem;
		padding: .625rem 1.25rem;
	}
}

@media (min-width: 992px) {
	.register-invite .gform_wrapper .gform_fields .gfield input, .register-invite .gform_wrapper .gform_fields .gfield textarea, .register-invite .gform_wrapper .gform_fields .gfield select, #register-invite .gform_wrapper .gform_fields .gfield input, #register-invite .gform_wrapper .gform_fields .gfield textarea, #register-invite .gform_wrapper .gform_fields .gfield select, .thank-you-modal .gform_wrapper .gform_fields .gfield input, .thank-you-modal .gform_wrapper .gform_fields .gfield textarea, .thank-you-modal .gform_wrapper .gform_fields .gfield select {
		height: 3.8125rem;
		font-size: 1.125rem;
	}
}

.register-invite .gform_wrapper .gform_fields .gfield input:focus, .register-invite .gform_wrapper .gform_fields .gfield input:active, .register-invite .gform_wrapper .gform_fields .gfield textarea:focus, .register-invite .gform_wrapper .gform_fields .gfield textarea:active, .register-invite .gform_wrapper .gform_fields .gfield select:focus, .register-invite .gform_wrapper .gform_fields .gfield select:active, #register-invite .gform_wrapper .gform_fields .gfield input:focus, #register-invite .gform_wrapper .gform_fields .gfield input:active, #register-invite .gform_wrapper .gform_fields .gfield textarea:focus, #register-invite .gform_wrapper .gform_fields .gfield textarea:active, #register-invite .gform_wrapper .gform_fields .gfield select:focus, #register-invite .gform_wrapper .gform_fields .gfield select:active, .thank-you-modal .gform_wrapper .gform_fields .gfield input:focus, .thank-you-modal .gform_wrapper .gform_fields .gfield input:active, .thank-you-modal .gform_wrapper .gform_fields .gfield textarea:focus, .thank-you-modal .gform_wrapper .gform_fields .gfield textarea:active, .thank-you-modal .gform_wrapper .gform_fields .gfield select:focus, .thank-you-modal .gform_wrapper .gform_fields .gfield select:active {
	outline-color: #03442a;
}

.register-invite .gform_wrapper .gform_fields .gfield input:placeholder, .register-invite .gform_wrapper .gform_fields .gfield textarea:placeholder, .register-invite .gform_wrapper .gform_fields .gfield select:placeholder, #register-invite .gform_wrapper .gform_fields .gfield input:placeholder, #register-invite .gform_wrapper .gform_fields .gfield textarea:placeholder, #register-invite .gform_wrapper .gform_fields .gfield select:placeholder, .thank-you-modal .gform_wrapper .gform_fields .gfield input:placeholder, .thank-you-modal .gform_wrapper .gform_fields .gfield textarea:placeholder, .thank-you-modal .gform_wrapper .gform_fields .gfield select:placeholder {
	color: inherit;
}

.register-invite .gform_wrapper .gform_fields .gfield textarea, #register-invite .gform_wrapper .gform_fields .gfield textarea, .thank-you-modal .gform_wrapper .gform_fields .gfield textarea {
	min-height: 8.0625rem;
	padding: 1.1875rem 1.25rem;
}

@media (min-width: 768px) {
	.register-invite .gform_wrapper .gform_fields .gfield textarea, #register-invite .gform_wrapper .gform_fields .gfield textarea, .thank-you-modal .gform_wrapper .gform_fields .gfield textarea {
		margin-bottom: 7px;
	}
}

.register-invite .gform_wrapper .gform_fields .gfield_checkbox, .register-invite .gform_wrapper .gform_fields .gfield_radio, #register-invite .gform_wrapper .gform_fields .gfield_checkbox, #register-invite .gform_wrapper .gform_fields .gfield_radio, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.register-invite .gform_wrapper .gform_fields .gfield_checkbox li, .register-invite .gform_wrapper .gform_fields .gfield_radio li, #register-invite .gform_wrapper .gform_fields .gfield_checkbox li, #register-invite .gform_wrapper .gform_fields .gfield_radio li, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox li, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 .5rem 0;
}

@media (min-width: 576px) {
	.register-invite .gform_wrapper .gform_fields .gfield_checkbox li, .register-invite .gform_wrapper .gform_fields .gfield_radio li, #register-invite .gform_wrapper .gform_fields .gfield_checkbox li, #register-invite .gform_wrapper .gform_fields .gfield_radio li, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox li, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio li {
		margin: 0 0 .8125rem 0;
	}
}

.register-invite .gform_wrapper .gform_fields .gfield_checkbox li input, .register-invite .gform_wrapper .gform_fields .gfield_radio li input, #register-invite .gform_wrapper .gform_fields .gfield_checkbox li input, #register-invite .gform_wrapper .gform_fields .gfield_radio li input, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox li input, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio li input {
	display: inline-block;
	width: 0;
	height: 0;
	border-color: #03442a;
	border-radius: 0;
	background: #fff;
	visibility: hidden;
	font-size: 0;
}

.register-invite .gform_wrapper .gform_fields .gfield_checkbox li input:checked + label:before, .register-invite .gform_wrapper .gform_fields .gfield_radio li input:checked + label:before, #register-invite .gform_wrapper .gform_fields .gfield_checkbox li input:checked + label:before, #register-invite .gform_wrapper .gform_fields .gfield_radio li input:checked + label:before, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox li input:checked + label:before, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio li input:checked + label:before {
	border-color: #f6d7b6;
	background-color: #ffe9d2;
	color: #cb8c2b;
}

.register-invite .gform_wrapper .gform_fields .gfield_checkbox li input:active + label:before, .register-invite .gform_wrapper .gform_fields .gfield_radio li input:active + label:before, #register-invite .gform_wrapper .gform_fields .gfield_checkbox li input:active + label:before, #register-invite .gform_wrapper .gform_fields .gfield_radio li input:active + label:before, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox li input:active + label:before, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio li input:active + label:before {
	-webkit-transform: translateY(-50%) scale(.75);
	-ms-transform: translateY(-50%) scale(.75);
	transform: translateY(-50%) scale(.75);
}

.register-invite .gform_wrapper .gform_fields .gfield_checkbox li label, .register-invite .gform_wrapper .gform_fields .gfield_radio li label, #register-invite .gform_wrapper .gform_fields .gfield_checkbox li label, #register-invite .gform_wrapper .gform_fields .gfield_radio li label, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox li label, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio li label {
	font-size: 1rem;
	line-height: 1.56;
	color: #373737;
	font-weight: 400;
	margin: 0;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}

@media (min-width: 992px) {
	.register-invite .gform_wrapper .gform_fields .gfield_checkbox li label, .register-invite .gform_wrapper .gform_fields .gfield_radio li label, #register-invite .gform_wrapper .gform_fields .gfield_checkbox li label, #register-invite .gform_wrapper .gform_fields .gfield_radio li label, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox li label, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio li label {
		font-size: 1.125rem;
	}
}

.register-invite .gform_wrapper .gform_fields .gfield_checkbox li label:before, .register-invite .gform_wrapper .gform_fields .gfield_radio li label:before, #register-invite .gform_wrapper .gform_fields .gfield_checkbox li label:before, #register-invite .gform_wrapper .gform_fields .gfield_radio li label:before, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox li label:before, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio li label:before {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	background-color: #fff;
	border: 1px solid #03442a;
	position: absolute;
	top: 15px;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .5625rem;
	color: transparent;
	text-align: center;
	font-family: "icomoon";
	line-height: 2.5;
	-webkit-transition: opacity .1s ease, -webkit-transform .15s ease-in-out;
	transition: opacity .1s ease, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, opacity .1s ease;
	transition: transform .15s ease-in-out, opacity .1s ease, -webkit-transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out, opacity .1s ease;
}

@media (min-width: 992px) {
	.register-invite .gform_wrapper .gform_fields .gfield_checkbox li label:before, .register-invite .gform_wrapper .gform_fields .gfield_radio li label:before, #register-invite .gform_wrapper .gform_fields .gfield_checkbox li label:before, #register-invite .gform_wrapper .gform_fields .gfield_radio li label:before, .thank-you-modal .gform_wrapper .gform_fields .gfield_checkbox li label:before, .thank-you-modal .gform_wrapper .gform_fields .gfield_radio li label:before {
		width: 26px;
		line-height: 2.8;
		height: 26px;
	}
}

.register-invite .gform_wrapper .gform_fields .gfield.hide-label > label, .register-invite .gform_wrapper .gform_fields .gfield .name_first > label, .register-invite .gform_wrapper .gform_fields .gfield .name_last > label, #register-invite .gform_wrapper .gform_fields .gfield.hide-label > label, #register-invite .gform_wrapper .gform_fields .gfield .name_first > label, #register-invite .gform_wrapper .gform_fields .gfield .name_last > label, .thank-you-modal .gform_wrapper .gform_fields .gfield.hide-label > label, .thank-you-modal .gform_wrapper .gform_fields .gfield .name_first > label, .thank-you-modal .gform_wrapper .gform_fields .gfield .name_last > label {
	display: none;
}

@media (min-width: 768px) {
	.register-invite .gform_wrapper .gform_fields .gfield.half-width, #register-invite .gform_wrapper .gform_fields .gfield.half-width, .thank-you-modal .gform_wrapper .gform_fields .gfield.half-width {
		width: 50%;
		display: inline-block;
	}
}

.register-invite .gform_wrapper .gform_fields .gfield.column-three, #register-invite .gform_wrapper .gform_fields .gfield.column-three, .thank-you-modal .gform_wrapper .gform_fields .gfield.column-three {
	margin-top: 1.875rem;
}

.register-invite .gform_wrapper .gform_fields .gfield.column-three .gfield_checkbox, #register-invite .gform_wrapper .gform_fields .gfield.column-three .gfield_checkbox, .thank-you-modal .gform_wrapper .gform_fields .gfield.column-three .gfield_checkbox {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	max-width: 100%;
}

.register-invite .gform_wrapper .gform_fields .gfield.column-three .gfield_checkbox li, #register-invite .gform_wrapper .gform_fields .gfield.column-three .gfield_checkbox li, .thank-you-modal .gform_wrapper .gform_fields .gfield.column-three .gfield_checkbox li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.register-invite .gform_wrapper .gform_fields .gfield.column-three .gfield_checkbox li label, #register-invite .gform_wrapper .gform_fields .gfield.column-three .gfield_checkbox li label, .thank-you-modal .gform_wrapper .gform_fields .gfield.column-three .gfield_checkbox li label {
	color: #8e8e8e;
}

.register-invite .gform_wrapper .gform_footer, #register-invite .gform_wrapper .gform_footer, .thank-you-modal .gform_wrapper .gform_footer {
	max-width: 1014px;
	margin: 0 auto 0;
	width: 100%;
	text-align: center;
	position: relative;
}

.register-invite .gform_wrapper .gform_footer input, #register-invite .gform_wrapper .gform_footer input, .thank-you-modal .gform_wrapper .gform_footer input {
	background: #ffc32f;
	color: #00462a;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	border: 1px solid #ffc32f;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-size: .9375rem;
	padding: .9375rem 1.25rem;
}

@media (min-width: 576px) {
	.register-invite .gform_wrapper .gform_footer input, #register-invite .gform_wrapper .gform_footer input, .thank-you-modal .gform_wrapper .gform_footer input {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.register-invite .gform_wrapper .gform_footer input, #register-invite .gform_wrapper .gform_footer input, .thank-you-modal .gform_wrapper .gform_footer input {
		font-size: 1.25rem;
		padding: 1.125rem;
		min-width: 23.6875rem;
	}
}

.register-invite .gform_wrapper .gform_footer input:hover, #register-invite .gform_wrapper .gform_footer input:hover, .thank-you-modal .gform_wrapper .gform_footer input:hover {
	border-color: #00462a;
	background: #00462a;
	color: #ffc32f;
}

.thank-you-modal {
	top: 1rem;
}

.thank-you-modal .modal-header {
	border: none;
	padding-top: 8rem;
}

@media (min-width: 768px) {
	.thank-you-modal .modal-header {
		padding-top: 5rem;
	}
}

@media (max-width: 767.98px) {
	.thank-you-modal .modal-header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.thank-you-modal .modal-header .modal-title-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #000;
	padding: .75rem 2.625rem;
	text-align: center;
}

.thank-you-modal .modal-header .modal-title-absolute h2 {
	color: #fff;
	font-size: 1.625rem;
	text-transform: none;
	margin: 0;
}

@media (max-width: 1200px) {
	.thank-you-modal .modal-header .modal-title-absolute h2 {
		font-size: calc(1.2875rem + .45vw);
	}
}

.thank-you-modal .modal-header .img-wrap {
	display: block;
}

.thank-you-modal .modal-header .text-wrap {
	text-align: center;
}

@media (min-width: 992px) {
	.thank-you-modal .modal-header .text-wrap {
		width: calc(100% - 176px);
	}
}

.thank-you-modal .modal-header .text-wrap h4 {
	color: #000;
	line-height: 1;
	margin-bottom: .5rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.thank-you-modal .modal-header .text-wrap h4 {
		font-size: 43px;
		letter-spacing: 2px;
	}
}

.thank-you-modal .modal-header .text-wrap h4 .text-green {
	color: #03442a;
}

.thank-you-modal .modal-header .text-wrap h5 {
	text-transform: none;
}

.thank-you-modal .modal-body {
	background: #fff url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/thank-you-modal-bg-cover.jpg") no-repeat center;
}

.thank-you-modal .modal-body.nitro-lazy {
	background-image: none !important;
}

.thank-you-modal .modal-body .img-wrap {
	display: block;
}

.thank-you-modal .modal-body .img-wrap img {
	height: 90px;
}

.thank-you-modal .modal-body .text-wrap {
	text-align: left;
}

.thank-you-modal .modal-body .text-wrap h4 span {
	color: #e4b437;
}

.thank-you-modal .modal-body .text-wrap h5 {
	text-align: left;
}

.thank-you-modal .modal-content {
	border: 8px solid #fff;
}

@media (min-width: 992px) {
	.thank-you-modal .modal-content {
		border: 12px solid #000;
	}
}

.thank-you-modal .modal-footer {
	border: none;
	position: relative;
}

.thank-you-modal .modal-footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	background: #f5c32d;
	height: 2px;
}

@media (min-width: 992px) {
	.thank-you-modal .modal-footer h3 {
		font-size: 35px;
	}
}

.modal-backdrop.show {
	opacity: .8;
}

@media (min-width: 992px) {
	.thankyou-heading.service-registration-heading .container {
		max-width: 1658px;
		position: relative;
	}
}

@media (min-width: 1600px) {
	.thankyou-heading.service-registration-heading .container {
		padding-right: 4.063rem;
	}
}

.thankyou-heading.service-registration-heading .block-title {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.thankyou-heading.service-registration-heading .block-title {
		width: calc(100% - 48%);
		margin-bottom: 0;
		padding: 0 15px;
		max-width: 772px;
		margin: 0 auto 60px;
	}
}

@media (min-width: 1200px) {
	.thankyou-heading.service-registration-heading .block-title {
		width: calc(100% - 53%);
	}
}

.thankyou-heading.service-registration-heading .cm-btn-wrap {
	margin-top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.thankyou-heading.service-registration-heading .cm-btn-wrap {
		width: auto;
	}
}

@media (min-width: 992px) {
	.thankyou-heading.service-registration-heading .cm-btn-wrap {
		width: 237px;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (min-width: 1200px) {
	.thankyou-heading.service-registration-heading .cm-btn-wrap {
		width: 312px;
	}
}

@media (min-width: 1600px) {
	.thankyou-heading.service-registration-heading .cm-btn-wrap {
		right: 4.063rem;
	}
}

.thankyou-heading.service-registration-heading .cm-btn-wrap a {
	min-width: auto;
}

@media (min-width: 992px) {
	.thankyou-heading.service-registration-heading .cm-btn-wrap a {
		width: 100%;
	}
}

.heading-logo .logo {
	width: 200px;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.heading-logo .logo {
		width: 300px;
	}
}

.heading-logo .content-wrap {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.heading-logo h1 {
	text-transform: capitalize;
	color: #1c1c1c;
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 18px;
}

.main-sec.new-thankyou .thankyou-heading .block-title.max-w-fluid {
	max-width: 900px;
}

body.page-template-tpl-ppl-service-seeker-categories, body.page-template-tpl-ppl-service-seeker-thank-you {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.new-thankyou .thank-you-modal .modal-header {
	padding-top: 1.5rem;
}

@media (min-width: 768px) {
	.new-thankyou .thank-you-modal .modal-header {
		padding-top: 2rem;
	}
}

@media (min-width: 1200px) {
	.new-thankyou .thank-you-modal .modal-header .text-wrap h4 {
		font-size: 3.25rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.new-thankyou .thank-you-modal .modal-header .text-wrap h4 {
		font-size: calc(1.45rem + 2.4vw);
	}
}

.page-template-tpl-ppl-service-seeker-thank-you .thankyou-heading .block-title {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.thankyou-heading.registered-heading {
	padding-top: 25px;
}

@media (min-width: 992px) {
	.thankyou-heading.registered-heading {
		padding-top: 60px;
	}
}

.thankyou-heading.registered-heading .block-title p {
	font-weight: 400;
}

.thankyou-heading.registered-heading .cm-btn-wrap > a {
	min-height: 66px;
	padding: 18px 30px;
}

@media (min-width: 576px) {
	.error-404 {
		padding: 2rem 0;
	}
}

@media (min-width: 992px) {
	.error-404 {
		padding: 5rem 0;
	}
}

.error-404-wrap {
	max-width: 970px;
	margin: 0 auto;
	width: 100%;
	padding: 0 1rem;
}

.error-404-wrap .page-header h1 {
	line-height: 1.1;
	font-size: 2.5rem;
}

@media (max-width: 1200px) {
	.error-404-wrap .page-header h1 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (min-width: 576px) {
	.error-404-wrap .page-content {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.error-404-wrap .page-content {
		font-size: calc(1.275rem + .3vw);
	}
}

.error-404-wrap .page-content p {
	margin-bottom: 2rem;
}

.error-404-wrap .btn-wrap {
	margin: 3rem 0 2rem;
}

@media (max-width: 575.98px) {
	.error-404-wrap .btn-wrap {
		margin: 2rem 0;
	}
}

.error-404-wrap .btn-wrap a {
	min-width: auto;
	margin: .3rem 0 0;
}

@media (max-width: 575.98px) {
	.error-404-wrap .btn-wrap a {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.error-404-wrap .btn-wrap a {
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.error-404-wrap .btn-wrap a {
		padding: 4.5rem 6.69rem !important;
	}
}

.banner--mailer {
	min-height: 20.813rem !important;
}

@media (min-width: 576px) {
	.banner--mailer {
		padding: 10rem 0 2rem !important;
		min-height: 25.813rem !important;
	}
}

@media (min-width: 1200px) {
	.banner--mailer {
		min-height: 27.813rem !important;
		padding: 11rem 0 2.25rem !important;
	}
}

@media (min-width: 1600px) {
	.banner--mailer {
		margin: 0 0 -2px;
		padding: 12.75rem 0 2.25rem !important;
		min-height: 30.75rem !important;
	}
}

.banner--mailer .about-banner__content {
	font-size: 2.5rem;
	color: #ffc32f;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.banner--mailer .about-banner__content {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (max-width: 575.98px) {
	.banner--mailer .about-banner__content {
		max-width: 100%;
	}
}

.banner--mailer .about-banner__content h2 {
	color: #fff;
	line-height: 1.3;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (min-width: 1600px) {
	.banner--mailer .about-banner__content h2 {
		font-size: 4.875rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.banner--mailer .about-banner__content h2 {
		font-size: calc(1.6125rem + 4.35vw);
	}
}

.mailer-block {
	padding: 2.8125rem 0 1.875rem;
}

@media (min-width: 992px) {
	.mailer-block {
		padding: 2.8125rem 0;
	}
}

.mailer-block .block-title {
	max-width: 84.3125rem;
	margin: 0 auto 1.25rem;
}

@media (min-width: 992px) {
	.mailer-block .block-title {
		margin: 0 auto 2.5625rem;
	}
}

.mailer-block .block-title h2 {
	color: #1c1c1c;
	line-height: 1.29;
	font-size: 2.375rem;
}

@media (max-width: 1200px) {
	.mailer-block .block-title h2 {
		font-size: calc(1.3625rem + 1.35vw);
	}
}

@media (min-width: 992px) {
	.mailer-block .block-title h2 {
		font-size: 2.6875rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.mailer-block .block-title h2 {
		font-size: calc(1.39375rem + 1.725vw);
	}
}

@media (min-width: 1200px) {
	.mailer-block .block-title h2 {
		font-size: 2.8125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.mailer-block .block-title h2 {
		font-size: calc(1.40625rem + 1.875vw);
	}
}

.mailer-block__title {
	background: #005432;
	height: 100%;
	text-align: center;
	padding: 1.5625rem .625rem;
}

@media (min-width: 992px) {
	.mailer-block__title {
		padding: 1.875rem .625rem;
	}
}

@media (min-width: 1200px) {
	.mailer-block__title {
		padding: 2.1875rem .625rem;
	}
}

.mailer-block__title h3 {
	font-size: 1.875rem;
	color: #fff;
	line-height: 1.3;
	margin: 0;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.mailer-block__title h3 {
		font-size: calc(1.3125rem + .75vw);
	}
}

@media (min-width: 992px) {
	.mailer-block__title h3 {
		font-size: 2.125rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.mailer-block__title h3 {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 1200px) {
	.mailer-block__title h3 {
		font-size: 2.3125rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.mailer-block__title h3 {
		font-size: calc(1.35625rem + 1.275vw);
	}
}

.mailer-block__title h3 span {
	width: 45px;
	height: 45px;
	background: #ec222b;
	display: inline-block;
	line-height: 1.8;
	border-radius: 50%;
	margin-right: 5px;
	font-size: 25px;
	color: #fff;
}

@media (min-width: 768px) {
	.mailer-block__title h3 span {
		font-size: 1.875rem;
		width: 55px;
		height: 55px;
		margin-right: 15px;
	}
}

.mailer-block__title--yellow {
	background: #ffc32f;
}

.mailer-block__title--yellow h3 {
	color: #1c1c1c;
}

.mailer-block__content {
	max-width: 108rem;
	margin: 0 auto;
}

@media (min-width: 1600px) {
	.mailer-block__content .col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 44.66667%;
		flex: 0 0 44.66667%;
		max-width: 44.66667%;
	}
}

@media (min-width: 1600px) {
	.mailer-block__content .col-xl-7 {
		-webkit-box-flex: 55.333334%;
		-ms-flex: 55.333334%;
		flex: 55.333334%;
		max-width: 55.333334%;
	}
}

.mailer-block__content .btn-lg, .mailer-block__content .btn-group-lg > .btn, .mailer-block__content .widefat .approve-btn .btn-group-lg > a, .widefat .approve-btn .mailer-block__content .btn-group-lg > a, .mailer-block__content .widefat .approve-btn .btn-group-lg > .active, .widefat .approve-btn .mailer-block__content .btn-group-lg > .active, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > input, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > input, .mailer-block__content .modal--register .modal-body .gform_footer .additonal-submit .btn-group-lg > .button, .modal--register .modal-body .gform_footer .additonal-submit .mailer-block__content .btn-group-lg > .button, .mailer-block__content .modal--register .modal-body .gform_footer > p.btn-group-lg > a, .modal--register .modal-body .mailer-block__content .gform_footer > p.btn-group-lg > a, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > .gform_save_link, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > .gform_save_link {
	padding: 1.3rem 1rem;
	text-transform: uppercase;
	font-weight: 900;
	min-height: 300px;
	font-size: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
}

@media (max-width: 1200px) {
	.mailer-block__content .btn-lg, .mailer-block__content .btn-group-lg > .btn, .mailer-block__content .widefat .approve-btn .btn-group-lg > a, .widefat .approve-btn .mailer-block__content .btn-group-lg > a, .mailer-block__content .widefat .approve-btn .btn-group-lg > .active, .widefat .approve-btn .mailer-block__content .btn-group-lg > .active, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > input, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > input, .mailer-block__content .modal--register .modal-body .gform_footer .additonal-submit .btn-group-lg > .button, .modal--register .modal-body .gform_footer .additonal-submit .mailer-block__content .btn-group-lg > .button, .mailer-block__content .modal--register .modal-body .gform_footer > p.btn-group-lg > a, .modal--register .modal-body .mailer-block__content .gform_footer > p.btn-group-lg > a, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > .gform_save_link, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > .gform_save_link {
		font-size: calc(1.3125rem + .75vw);
	}
}

@media (min-width: 992px) {
	.mailer-block__content .btn-lg, .mailer-block__content .btn-group-lg > .btn, .mailer-block__content .widefat .approve-btn .btn-group-lg > a, .widefat .approve-btn .mailer-block__content .btn-group-lg > a, .mailer-block__content .widefat .approve-btn .btn-group-lg > .active, .widefat .approve-btn .mailer-block__content .btn-group-lg > .active, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > input, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > input, .mailer-block__content .modal--register .modal-body .gform_footer .additonal-submit .btn-group-lg > .button, .modal--register .modal-body .gform_footer .additonal-submit .mailer-block__content .btn-group-lg > .button, .mailer-block__content .modal--register .modal-body .gform_footer > p.btn-group-lg > a, .modal--register .modal-body .mailer-block__content .gform_footer > p.btn-group-lg > a, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > .gform_save_link, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > .gform_save_link {
		font-size: 2.1875rem;
		min-height: 350px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.mailer-block__content .btn-lg, .mailer-block__content .btn-group-lg > .btn, .mailer-block__content .widefat .approve-btn .btn-group-lg > a, .widefat .approve-btn .mailer-block__content .btn-group-lg > a, .mailer-block__content .widefat .approve-btn .btn-group-lg > .active, .widefat .approve-btn .mailer-block__content .btn-group-lg > .active, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > input, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > input, .mailer-block__content .modal--register .modal-body .gform_footer .additonal-submit .btn-group-lg > .button, .modal--register .modal-body .gform_footer .additonal-submit .mailer-block__content .btn-group-lg > .button, .mailer-block__content .modal--register .modal-body .gform_footer > p.btn-group-lg > a, .modal--register .modal-body .mailer-block__content .gform_footer > p.btn-group-lg > a, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > .gform_save_link, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > .gform_save_link {
		font-size: calc(1.34375rem + 1.125vw);
	}
}

@media (min-width: 1200px) {
	.mailer-block__content .btn-lg, .mailer-block__content .btn-group-lg > .btn, .mailer-block__content .widefat .approve-btn .btn-group-lg > a, .widefat .approve-btn .mailer-block__content .btn-group-lg > a, .mailer-block__content .widefat .approve-btn .btn-group-lg > .active, .widefat .approve-btn .mailer-block__content .btn-group-lg > .active, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > input, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > input, .mailer-block__content .modal--register .modal-body .gform_footer .additonal-submit .btn-group-lg > .button, .modal--register .modal-body .gform_footer .additonal-submit .mailer-block__content .btn-group-lg > .button, .mailer-block__content .modal--register .modal-body .gform_footer > p.btn-group-lg > a, .modal--register .modal-body .mailer-block__content .gform_footer > p.btn-group-lg > a, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > .gform_save_link, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > .gform_save_link {
		font-size: 2.75rem;
		min-height: 400px;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.mailer-block__content .btn-lg, .mailer-block__content .btn-group-lg > .btn, .mailer-block__content .widefat .approve-btn .btn-group-lg > a, .widefat .approve-btn .mailer-block__content .btn-group-lg > a, .mailer-block__content .widefat .approve-btn .btn-group-lg > .active, .widefat .approve-btn .mailer-block__content .btn-group-lg > .active, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > input, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > input, .mailer-block__content .modal--register .modal-body .gform_footer .additonal-submit .btn-group-lg > .button, .modal--register .modal-body .gform_footer .additonal-submit .mailer-block__content .btn-group-lg > .button, .mailer-block__content .modal--register .modal-body .gform_footer > p.btn-group-lg > a, .modal--register .modal-body .mailer-block__content .gform_footer > p.btn-group-lg > a, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > .gform_save_link, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > .gform_save_link {
		font-size: calc(1.4rem + 1.8vw);
	}
}

@media (min-width: 0\0 ) {
	.mailer-block__content .btn-lg, .mailer-block__content .btn-group-lg > .btn, .mailer-block__content .widefat .approve-btn .btn-group-lg > a, .widefat .approve-btn .mailer-block__content .btn-group-lg > a, .mailer-block__content .widefat .approve-btn .btn-group-lg > .active, .widefat .approve-btn .mailer-block__content .btn-group-lg > .active, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > input, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > input, .mailer-block__content .modal--register .modal-body .gform_footer .additonal-submit .btn-group-lg > .button, .modal--register .modal-body .gform_footer .additonal-submit .mailer-block__content .btn-group-lg > .button, .mailer-block__content .modal--register .modal-body .gform_footer > p.btn-group-lg > a, .modal--register .modal-body .mailer-block__content .gform_footer > p.btn-group-lg > a, .mailer-block__content .modal--register .modal-body .gform_footer .btn-group-lg > .gform_save_link, .modal--register .modal-body .gform_footer .mailer-block__content .btn-group-lg > .gform_save_link {
		height: 400px;
	}
}

.mailer-block__column {
	background: #f2f2f2;
	height: 100%;
	padding: 1.875rem 0 1rem;
}

@media (min-width: 576px) {
	.mailer-block__column {
		padding: 1.875rem .9375rem 3.125rem;
	}
}

@media (min-width: 992px) {
	.mailer-block__column {
		padding: 1.875rem 1.25rem 3.125rem;
	}
}

@media (min-width: 1600px) {
	.mailer-block__column {
		padding: 1.8125rem .9375rem 6.125rem 2.5625rem;
	}
}

.mailer-block__column--preview {
	background: #e3e3e3;
}

@media (min-width: 1600px) {
	.mailer-block__column--preview {
		padding: 2rem .9375rem 3.125rem 2.4375rem;
	}
}

.mailer-block__column--preview .btn-wrap {
	max-width: 54.125rem;
	margin: 2rem auto 1.5rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 1600px) {
	.mailer-block__column--preview .btn-wrap {
		margin: 0 auto 1.9375rem;
	}
}

.mailer-block__column--preview .btn-wrap .btn-secondary {
	font-size: .95rem;
	min-width: 16.25rem;
	margin: 0 0 .75rem 0;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media (max-width: 575.98px) {
	.mailer-block__column--preview .btn-wrap .btn-secondary {
		padding: 20px .9375rem;
	}
}

@media (min-width: 576px) {
	.mailer-block__column--preview .btn-wrap .btn-secondary {
		margin: 0 .75rem .75rem 0;
		font-size: 1.2rem;
	}
}

@media (min-width: 1600px) {
	.mailer-block__column--preview .btn-wrap .btn-secondary {
		font-size: 1.3125rem;
		min-width: 21.8125rem;
		margin: 0 1.0625rem 1.0625rem 0;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.mailer-block__column--preview .btn-wrap .btn-secondary {
		font-size: calc(1.25625rem + .075vw);
	}
}

.mailer-block__column--preview .btn-wrap .btn-secondary span {
	margin: -.875rem 0 0 0;
	-webkit-transform: translate(-.625rem, .3125rem);
	-ms-transform: translate(-.625rem, .3125rem);
	transform: translate(-.625rem, .3125rem);
}

.mailer-block__column--preview .btn-wrap .btn-secondary p {
	margin: 0;
	font-size: .75rem;
}

@media (min-width: 768px) {
	.mailer-block__column--preview .btn-wrap .btn-secondary:nth-child(1) {
		padding: 1.5rem 2.125rem .9375rem 2.1875rem;
	}
}

@media (min-width: 992px) {
	.mailer-block__column--preview .btn-wrap .btn-secondary:nth-child(1) {
		padding: 1.25rem 2.125rem .9375rem 2.1875rem;
	}
}

@media (min-width: 1200px) {
	.mailer-block__column--preview .btn-wrap .btn-secondary:nth-child(1) {
		padding: 1.5rem 2.125rem .9375rem 2.1875rem;
	}
}

.build-email {
	font-size: 1rem;
	max-width: 38.0625rem;
	width: 100%;
	margin: 0 auto;
	line-height: 1.55;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (min-width: 576px) {
	.build-email {
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.build-email {
		font-size: 1.25rem;
	}
}

.build-email h5 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #010101;
	text-transform: capitalize;
}

@media (min-width: 992px) {
	.build-email h5 {
		font-size: 1.5625rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.build-email h5 {
		font-size: calc(1.28125rem + .375vw);
	}
}

@media (min-width: 1600px) {
	.build-email h5 {
		margin: 2.4375rem 0 .4375rem;
	}
}

.build-email .text-red {
	font-size: .8125rem;
	color: #b21819;
	text-align: right;
	display: block;
	margin: 0 0 0 auto;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.build-email__note {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.build-email__note p {
	margin: 0;
}

.build-email__form {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.build-email__form .gform_heading {
	display: none;
}

.build-email__form .gform_body {
	padding: .5625rem 0 0;
}

.build-email__form .gform_body ul li.gfield {
	padding: 0;
	margin: 0 0 1.1875rem;
	position: relative;
}

.build-email__form .gform_body ul li.gfield_contains_required:before {
	content: "*";
	display: block;
	position: absolute;
	right: 11px;
	top: 1px;
	color: #b21819;
}

.build-email__form .gform_body ul li.gfield .clear-multi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.build-email__form .gform_body ul li.gfield .clear-multi .ginput_container {
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.build-email__form .gform_body ul li.gfield .clear-multi .ginput_container:nth-child(1) {
	padding: 0 10px 0 0;
}

.build-email__form .gform_body ul li.gfield .clear-multi .ginput_container:nth-child(3) {
	padding: 0 0 0 10px;
}

.build-email__form .gform_body ul li.gfield .clear-multi .ginput_container label {
	margin: 0 0 0 10px;
}

.build-email__form .gform_body ul li.gfield .clear-multi .ginput_container i {
	margin: 0 0 0 5px;
}

.build-email__form .gform_body ul li.gfield.input-time input {
	background-image: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/time-icon.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 25px) calc(68% - 8px);
}

.build-email__form .gform_body ul li.gfield.input-time input.nitro-lazy {
	background-image: none !important;
}

.build-email__form .gform_body ul li.gfield > label {
	display: none;
}

.build-email__form .gform_body ul li.gfield .ginput_counter {
	display: none;
}

.build-email__form .gform_body ul li.gfield select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/arrow-down.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 25px) calc(68% - 8px);
	background-color: #fff;
}

.build-email__form .gform_body ul li.gfield select.nitro-lazy {
	background-image: none !important;
}

.build-email__form .gform_body ul li.gfield select::-ms-expand {
	display: none;
}

.build-email__form .gform_body ul li.gfield textarea {
	min-height: 7.4375rem;
}

@media (min-width: 0\0 ) {
	.build-email__form .gform_body ul li.gfield textarea {
		height: 7.4375rem;
	}
}

.build-email__form .gform_body ul li.gfield.display-label > label {
	display: block;
}

.build-email__form .gform_body ul li.gfield.input-upload {
	font-size: 1rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #3e3e3e;
}

.build-email__form .gform_body ul li.gfield.input-upload input {
	padding: 0;
	height: auto;
	border: none;
	color: #3e3e3e;
}

.build-email__form .gform_body ul li.gfield.input-upload input[type=file] {
	display: inline-block;
	margin: 0 0 1.375rem;
}

.build-email__form .gform_body ul li.gfield.input-upload > .gfield_label > .gfield_required {
	font-size: 0;
	display: inline-block;
	position: relative;
}

.build-email__form .gform_body ul li.gfield.input-upload > .gfield_label > .gfield_required:hover:after {
	opacity: 1;
	visibility: visible;
	left: 157px;
}

.build-email__form .gform_body ul li.gfield.input-upload > .gfield_label > .gfield_required:after {
	content: "(?) For best results, upload a logo as tightly cropped as possible.";
	display: block;
	font-size: 12px;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	padding: 6px;
	background: rgba(0, 0, 0, .85);
	border-radius: 5px;
	position: absolute;
	width: 260px;
	left: 155px;
	top: 7px;
	-webkit-transform: translate(-121%, -130%);
	-ms-transform: translate(-121%, -130%);
	transform: translate(-121%, -130%);
	color: #fff !important;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	cursor: default;
}

@media (min-width: 576px) {
	.build-email__form .gform_body ul li.gfield.input-upload > .gfield_label > .gfield_required:after {
		-webkit-transform: translate(-100%, -130%);
		-ms-transform: translate(-100%, -130%);
		transform: translate(-100%, -130%);
	}
}

@media (min-width: 1200px) {
	.build-email__form .gform_body ul li.gfield.input-upload > .gfield_label > .gfield_required:after {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.build-email__form .gform_body ul li.gfield.input-upload > .gfield_label > .gfield_required:before {
	content: "?";
	display: inline-block;
	font-size: 15px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 1px solid #393939;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 0 4px;
}

.build-email__form .gform_body ul li.gfield.input-upload > .gfield_label[for=input_7_19] > .gfield_required:after {
	content: "(?) For best results, upload a headshot as tightly cropped as possible.";
}

.build-email__form .gform_body ul li.gfield.input-workshop .ginput_container_textarea .charleft.ginput_counter {
	display: block;
	font-size: 1rem;
}

.build-email__form .gform_body ul li.gfield--time {
	width: 33.33%;
	display: inline-block;
}

.build-email__form .gform_body ul li.gfield--time#field_7_28 {
	padding: 0 10px;
}

@media (max-width: 575.98px) {
	.build-email__form .gform_body ul li.gfield--time select {
		background-position: calc(100% - 10px) calc(68% - 8px);
	}
}

.build-email__form .gform_body ul .gfield_radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -7px 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.build-email__form .gform_body ul .gfield_radio li {
	display: inline-block;
	margin: 0 2rem 0 0;
	position: relative;
}

.build-email__form .gform_body ul .gfield_radio li input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.build-email__form .gform_body ul .gfield_radio li input:checked + label:after {
	background: #005432;
}

.build-email__form .gform_body ul .gfield_radio li label {
	margin: 0;
	position: relative;
	padding-left: 2.1875rem;
	color: #8e8e8e;
}

.build-email__form .gform_body ul .gfield_radio li label:before, .build-email__form .gform_body ul .gfield_radio li label:after {
	content: "";
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	background: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media (min-width: 992px) {
	.build-email__form .gform_body ul .gfield_radio li label:before, .build-email__form .gform_body ul .gfield_radio li label:after {
		width: 1.5rem;
		height: 1.5rem;
	}
}

.build-email__form .gform_body ul .gfield_radio li label:after {
	content: "";
	width: .625rem;
	height: .625rem;
	background: #005432;
	background: transparent;
	left: .3125rem;
	border: none;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

@media (min-width: 992px) {
	.build-email__form .gform_body ul .gfield_radio li label:after {
		width: .75rem;
		height: .75rem;
		left: .375rem;
	}
}

.build-email__form .gform_footer {
	margin: 1.125rem auto 0;
}

.build-email__form .gform_footer input {
	padding: .875rem .9375rem;
	font-size: 1.25rem;
	min-width: 100%;
}

@media (min-width: 992px) {
	.build-email__form .gform_footer input {
		padding: 1.375rem .9375rem;
		font-size: 1.5625rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.build-email__form .gform_footer input {
		font-size: calc(1.28125rem + .375vw);
	}
}

.cta-email {
	padding: 1.9375rem 0 3.125rem;
}

@media (min-width: 768px) {
	.cta-email {
		padding: 1.9375rem 0 4.1875rem;
	}
}

.cta-email__content {
	max-width: 52.75rem;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.cta-email__content a {
	color: #1c1c1c;
}

.cta-email__content a:hover {
	color: #005432;
}

.cta-email__content h3 {
	font-weight: 600;
	font-size: 2.1875rem;
	color: #1c1c1c;
	line-height: 1.34;
	margin: 0 0 1.5625rem;
	text-transform: capitalize;
}

@media (max-width: 1200px) {
	.cta-email__content h3 {
		font-size: calc(1.34375rem + 1.125vw);
	}
}

@media (min-width: 576px) {
	.cta-email__content h3 {
		font-size: 2.8125rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.cta-email__content h3 {
		font-size: calc(1.40625rem + 1.875vw);
	}
}

@media (min-width: 768px) {
	.cta-email__content h3 {
		margin: 0 0 2.125rem;
	}
}

@media (min-width: 992px) {
	.cta-email__content h3 {
		font-size: 3.3125rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.cta-email__content h3 {
		font-size: calc(1.45625rem + 2.475vw);
	}
}

.cta-email__content .btn, .cta-email__content .widefat .approve-btn a, .widefat .approve-btn .cta-email__content a, .cta-email__content .widefat .approve-btn .active, .widefat .approve-btn .cta-email__content .active, .cta-email__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .cta-email__content input, .cta-email__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .cta-email__content .button, .cta-email__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .cta-email__content .gform_footer > p > a, .cta-email__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .cta-email__content .gform_save_link {
	border: 3px solid #ffc32f;
	font-size: .9375rem;
	font-weight: 600;
	text-transform: none;
	padding: .9375rem .625rem;
	min-width: 17.5rem;
	color: #fff;
}

@media (min-width: 576px) {
	.cta-email__content .btn, .cta-email__content .widefat .approve-btn a, .widefat .approve-btn .cta-email__content a, .cta-email__content .widefat .approve-btn .active, .widefat .approve-btn .cta-email__content .active, .cta-email__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .cta-email__content input, .cta-email__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .cta-email__content .button, .cta-email__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .cta-email__content .gform_footer > p > a, .cta-email__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .cta-email__content .gform_save_link {
		font-size: 1.25rem;
		min-width: 26.25rem;
		padding: 1.25rem .9375rem;
	}
}

@media (min-width: 768px) {
	.cta-email__content .btn, .cta-email__content .widefat .approve-btn a, .widefat .approve-btn .cta-email__content a, .cta-email__content .widefat .approve-btn .active, .widefat .approve-btn .cta-email__content .active, .cta-email__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .cta-email__content input, .cta-email__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .cta-email__content .button, .cta-email__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .cta-email__content .gform_footer > p > a, .cta-email__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .cta-email__content .gform_save_link {
		min-width: 35rem;
		font-size: 1.6875rem;
		padding: 1.5625rem .9375rem;
		border: 5px solid #ffc32f;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.cta-email__content .btn, .cta-email__content .widefat .approve-btn a, .widefat .approve-btn .cta-email__content a, .cta-email__content .widefat .approve-btn .active, .widefat .approve-btn .cta-email__content .active, .cta-email__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .cta-email__content input, .cta-email__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .cta-email__content .button, .cta-email__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .cta-email__content .gform_footer > p > a, .cta-email__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .cta-email__content .gform_save_link {
		font-size: calc(1.29375rem + .525vw);
	}
}

@media (min-width: 992px) {
	.cta-email__content .btn, .cta-email__content .widefat .approve-btn a, .widefat .approve-btn .cta-email__content a, .cta-email__content .widefat .approve-btn .active, .widefat .approve-btn .cta-email__content .active, .cta-email__content .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .cta-email__content input, .cta-email__content .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .cta-email__content .button, .cta-email__content .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .cta-email__content .gform_footer > p > a, .cta-email__content .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .cta-email__content .gform_save_link {
		min-width: 45.4375rem;
		letter-spacing: .1875rem;
		padding: 1.8125rem .9375rem;
	}
}

.material-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.875rem .9375rem 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 576px) {
	.material-header {
		padding: 1.9375rem 1.25rem 0;
	}
}

@media (min-width: 1600px) {
	.material-header {
		padding: 1.9375rem 1.375rem 0 2.875rem;
	}
}

.material-header figure:nth-child(1) {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media (min-width: 576px) {
	.material-header figure:nth-child(1) {
		max-width: 67%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 67%;
		flex: 0 0 67%;
		margin: 0 .9375rem 0 0;
	}
}

@media (min-width: 1200px) {
	.material-header figure:nth-child(1) {
		margin: 0 1.875rem 0 0;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

.material-header figure:nth-child(2) {
	position: relative;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0 auto 1rem;
}

@media (min-width: 576px) {
	.material-header figure:nth-child(2) {
		max-width: 27%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 27%;
		flex: 0 0 27%;
		margin: 0;
		padding: 0 0 0 .9375rem;
	}
}

@media (min-width: 1200px) {
	.material-header figure:nth-child(2) {
		padding: .4375rem 0 0 1.5625rem;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media (max-width: 575.98px) {
	.material-header figure:nth-child(2) img {
		max-width: 2.8125rem;
	}
}

.material-header figure:nth-child(2)::before {
	content: "";
	width: 1px;
	height: 5.8125rem;
	background: #dddee2;
	position: absolute;
	left: 0;
	top: 7px;
	display: none;
}

@media (min-width: 576px) {
	.material-header figure:nth-child(2)::before {
		display: block;
	}
}

@media (min-width: 1200px) {
	.material-header figure:nth-child(2)::before {
		top: 1.0625rem;
	}
}

.material-header figure figcaption {
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 600;
	margin: .4375rem 0 0;
}

.material-header__caption {
	max-width: 100%;
	max-width: 511px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 1.25rem;
	font-weight: 700;
	color: #005432;
	margin: .7rem auto 0;
}

@media (min-width: 576px) {
	.material-header__caption {
		text-align: left;
	}
}

.material-header__caption h3 {
	font-size: 1.875rem;
	font-weight: 900;
	color: #080402;
	margin: 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.material-header__caption h3 {
		font-size: calc(1.3125rem + .75vw);
	}
}

.material-header__caption p {
	margin-bottom: .9375rem;
}

.material-header__caption.virtual-expo h3 {
	margin: 0 0 1rem;
}

.material-header__caption.virtual-expo h3 span {
	font-size: 1.25rem;
	font-weight: 700;
	color: #005432;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	display: inline-block;
	margin: 0 3px;
}

.material-body__title {
	text-align: center;
	font-size: 1.4375rem;
	font-weight: 700;
	margin: 0 0 1.0625rem;
	padding: 0 .9375rem;
}

@media (max-width: 1200px) {
	.material-body__title {
		font-size: calc(1.26875rem + .225vw);
	}
}

@media (min-width: 576px) {
	.material-body__title {
		padding: 0;
	}
}

.material-body__title:after {
	content: "";
	display: block;
	height: 1px;
	background: #ffc32f;
	width: 18.75rem;
	margin: 0 auto;
}

.material-body__title h2 {
	font-size: 2.0625rem;
	line-height: 1.21;
	color: #080402;
	margin: 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: none;
}

@media (max-width: 1200px) {
	.material-body__title h2 {
		font-size: calc(1.33125rem + .975vw);
	}
}

@media (max-width: 575.98px) {
	.material-body__info br {
		display: none;
	}
}

.material-body__features {
	background: #005432;
	color: #fff;
	padding: 1.125rem .9375rem;
	text-align: center;
}

.material-body__features-wrap {
	max-width: 600px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.material-body__features {
		padding: 1.125rem 2.1875rem;
	}
}

.material-body__features h3 {
	font-size: 2.25rem;
	color: #fff;
	line-height: 1.3;
	margin: 0 0 1.3125rem;
	text-align: left;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (max-width: 1200px) {
	.material-body__features h3 {
		font-size: calc(1.35rem + 1.2vw);
	}
}

.material-body__features ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.material-body__features ul li {
	position: relative;
	padding-left: 1.8125rem;
	margin-bottom: .75rem;
}

.material-body__features ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	display: block;
}

.material-body__features .btn, .material-body__features .widefat .approve-btn a, .widefat .approve-btn .material-body__features a, .material-body__features .widefat .approve-btn .active, .widefat .approve-btn .material-body__features .active, .material-body__features .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .material-body__features input, .material-body__features .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .material-body__features .button, .material-body__features .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .material-body__features .gform_footer > p > a, .material-body__features .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .material-body__features .gform_save_link {
	text-transform: uppercase;
	margin: 2rem 0;
}

@media (min-width: 576px) {
	.material-body__features .btn, .material-body__features .widefat .approve-btn a, .widefat .approve-btn .material-body__features a, .material-body__features .widefat .approve-btn .active, .widefat .approve-btn .material-body__features .active, .material-body__features .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .material-body__features input, .material-body__features .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .material-body__features .button, .material-body__features .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .material-body__features .gform_footer > p > a, .material-body__features .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .material-body__features .gform_save_link {
		min-width: 16.25rem;
		font-size: 1.375rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.material-body__features .btn, .material-body__features .widefat .approve-btn a, .widefat .approve-btn .material-body__features a, .material-body__features .widefat .approve-btn .active, .widefat .approve-btn .material-body__features .active, .material-body__features .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .material-body__features input, .material-body__features .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .material-body__features .button, .material-body__features .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .material-body__features .gform_footer > p > a, .material-body__features .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .material-body__features .gform_save_link {
		font-size: calc(1.2625rem + .15vw);
	}
}

.material-body__sponsors {
	padding: 1.8125rem .6875rem 0;
	margin: 0 0 -1rem;
}

.material-body__sponsors .block-title {
	font-size: 1.125rem;
	margin: 1rem 0 3.5rem;
}

@media (min-width: 576px) {
	.material-body__sponsors .block-title {
		margin: 0 0 3rem;
	}
}

.material-body__sponsors .block-title h2 {
	line-height: 1.3;
	font-size: 2.25rem;
	margin: 0;
}

@media (max-width: 1200px) {
	.material-body__sponsors .block-title h2 {
		font-size: calc(1.35rem + 1.2vw);
	}
}

.material-body__sponsors .sponsors__type {
	padding: 0 16px .875rem;
	border-width: 1px;
	margin: 0 0 3.5rem;
}

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

.material-body__sponsors .sponsors__type h3 {
	font-size: 1.5625rem;
	font-weight: 700;
	padding: 0;
	min-height: 4.3125rem;
	max-width: 11.3125rem;
	margin: -2.125rem auto 1rem;
}

@media (max-width: 1200px) {
	.material-body__sponsors .sponsors__type h3 {
		font-size: calc(1.28125rem + .375vw);
	}
}

.material-body__sponsors .sponsors__type ul li {
	padding: 0 .4375rem .625rem;
	max-width: 50% !important;
	-ms-flex-preferred-size: 50% !important;
	flex-basis: 50% !important;
}

@media (min-width: 576px) {
	.material-body__sponsors .sponsors__type ul li {
		max-width: 33% !important;
		-ms-flex-preferred-size: 33% !important;
		flex-basis: 33% !important;
	}
}

@media (min-width: 768px) {
	.material-body__sponsors .sponsors__type ul li {
		max-width: 25% !important;
		-ms-flex-preferred-size: 25% !important;
		flex-basis: 25% !important;
	}
}

@media (min-width: 1200px) {
	.material-body__sponsors .sponsors__type ul li {
		max-width: 24% !important;
		-ms-flex-preferred-size: 24% !important;
		flex-basis: 24% !important;
	}
}

.material-body__sponsors .sponsors__type ul li figure {
	min-height: 5.5rem;
	padding: .4375rem .875rem;
}

@media (min-width: 992px) {
	.material-body__sponsors .sponsors__type ul li figure {
		padding: 0 .5625rem;
	}
}

@media (min-width: 1200px) {
	.material-body__sponsors .sponsors__type--three ul li {
		max-width: 18% !important;
		-ms-flex-preferred-size: 18% !important;
		flex-basis: 18% !important;
	}
}

.material-body__sponsors .sponsors__type--five {
	padding: 0 .4375rem .5625rem;
	margin: 0 0 .5rem;
}

@media (min-width: 1200px) {
	.material-body__sponsors .sponsors__type--five ul li {
		max-width: 20% !important;
		-ms-flex-preferred-size: 20% !important;
		flex-basis: 20% !important;
	}
}

.material-body__sponsors .sponsors__type--five ul .d-lg-block {
	display: none !important;
}

.material-profile {
	padding: 0 .9375rem;
}

.material-profile__title {
	text-align: center;
	font-size: 1.125rem;
	color: #000;
}

.material-profile__title h3 {
	font-size: 1.6875rem;
	font-weight: 600;
	color: #000;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: none;
	margin: 0;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.material-profile__title h3 {
		font-size: calc(1.29375rem + .525vw);
	}
}

.material-profile__title strong {
	display: block;
}

.material-profile__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 32rem;
	width: 100%;
	margin: 0 auto;
}

.material-profile__content figure {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0 0 1.25rem;
	text-align: center;
}

@media (min-width: 768px) {
	.material-profile__content figure {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		text-align: left;
		padding: 0 15px;
	}
}

.material-profile__content .btn-wrap {
	margin: 0 auto 1rem;
	background: transparent;
}

@media (min-width: 1600px) {
	.material-profile__content .btn-wrap {
		padding: 0 1.4375rem 0 0;
	}
}

.material-profile__content .btn-wrap .btn, .material-profile__content .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .material-profile__content .btn-wrap a, .material-profile__content .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .material-profile__content .btn-wrap .active, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .material-profile__content .btn-wrap input, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .material-profile__content .btn-wrap .button, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .material-profile__content .btn-wrap .gform_footer > p > a, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .material-profile__content .btn-wrap .gform_save_link {
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.material-profile__content .btn-wrap .btn, .material-profile__content .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .material-profile__content .btn-wrap a, .material-profile__content .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .material-profile__content .btn-wrap .active, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .material-profile__content .btn-wrap input, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .material-profile__content .btn-wrap .button, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .material-profile__content .btn-wrap .gform_footer > p > a, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .material-profile__content .btn-wrap .gform_save_link {
		min-width: 16.25rem;
		font-size: 1.375rem;
		font-weight: 900;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.material-profile__content .btn-wrap .btn, .material-profile__content .btn-wrap .widefat .approve-btn a, .widefat .approve-btn .material-profile__content .btn-wrap a, .material-profile__content .btn-wrap .widefat .approve-btn .active, .widefat .approve-btn .material-profile__content .btn-wrap .active, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .material-profile__content .btn-wrap input, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .material-profile__content .btn-wrap .button, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .material-profile__content .btn-wrap .gform_footer > p > a, .material-profile__content .btn-wrap .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .material-profile__content .btn-wrap .gform_save_link {
		font-size: calc(1.2625rem + .15vw);
	}
}

.material-profile__text {
	max-width: 75%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	font-size: .875rem;
	line-height: 1.57;
	margin: -4px 0 0;
}

@media (min-width: 768px) {
	.material-profile__text {
		padding: 0 0 0 1.3125rem;
	}
}

@media (max-width: 767.98px) {
	.material-profile__text {
		text-align: center;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.material-offer {
	background: #ffc32f;
}

.material-offer__banner {
	padding: 8px;
	background: #005432;
}

.material-offer__banner h3 {
	font-size: 2.5rem;
	color: #fff;
	font-weight: 700;
	margin: 0;
	line-height: 1.1;
}

@media (max-width: 1200px) {
	.material-offer__banner h3 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

.material-offer__wrapper {
	border: 2px solid #ffc32f;
	text-align: center;
	font-size: 1.1875rem;
	color: #ffc32f;
	padding: 1rem .625rem .125rem;
}

.material-offer__wrapper p {
	margin: 0;
}

.material-offer__content {
	text-align: center;
	padding: 1.875rem .9375rem 1.25rem;
	font-weight: 700;
	max-width: 31.6875rem;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.material-offer__content {
		padding: 2.6875rem .9375rem 1.25rem;
	}
}

.material-offer__content h4 {
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (max-width: 1200px) {
	.material-offer__content h4 {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 768px) {
	.material-offer__content h4 {
		font-size: 1.875rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.material-offer__content h4 {
		font-size: calc(1.3125rem + .75vw);
	}
}

.material-offer__content a {
	color: inherit;
	text-decoration: underline;
}

.material-offer__content a:hover {
	color: #005432;
}

.material-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f1f1f1;
	padding: 1.375rem .9375rem 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.material-footer {
		padding: 1.375rem 1.375rem 0;
	}
}

.material-footer figure {
	max-width: 14.5rem;
	height: 11.75rem;
	text-align: center;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 1.8125rem 0;
}

.material-footer__logo {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media (min-width: 576px) {
	.material-footer__logo {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 1600px) {
	.material-footer__logo {
		padding: 0 0 0 .75rem;
	}
}

@media (max-width: 575.98px) {
	.material-footer__logo figure {
		margin: 0 auto;
	}
}

.material-footer__links {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #333;
	font-weight: 900;
	text-align: center;
	padding: 1.25rem .9375rem;
}

@media (min-width: 576px) {
	.material-footer__links {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 1.875rem 1.875rem 0 0;
	}
}

.material-footer__links a {
	color: #333;
}

.material-footer__links a:hover {
	color: #005432;
}

.material-footer__links ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1.5rem 0;
}

@media (min-width: 576px) {
	.material-footer__links ul {
		text-align: right;
		padding: 0 3.1875rem 0 0;
	}
}

.material-footer__links ul li {
	display: inline-block;
	font-size: 1.5rem;
	margin: 0 0 0 .5625rem;
}

.material-footer__links ul li a {
	text-decoration: none;
	display: block;
}

.material-footer__links ul li a.twitter-icon {
	background: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/icon-sprite.png") no-repeat 0 0;
	width: 26px;
	height: 21px;
}

.material-footer__links ul li a.twitter-icon.nitro-lazy {
	background-image: none !important;
}

.material-footer__links ul li a.twitter-icon:hover {
	background-position: -35px 0;
}

.material-footer__links ul li a.facebook-icon {
	background: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/icon-sprite.png") no-repeat 0 -28px;
	width: 12px;
	height: 23px;
}

.material-footer__links ul li a.facebook-icon.nitro-lazy {
	background-image: none !important;
}

.material-footer__links ul li a.facebook-icon:hover {
	background-position: -36px -28px;
}

.material-footer__links ul li a.linkedin-icon {
	background: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/icon-sprite.png") no-repeat 0 -54px;
	width: 24px;
	height: 23px;
}

.material-footer__links ul li a.linkedin-icon.nitro-lazy {
	background-image: none !important;
}

.material-footer__links ul li a.linkedin-icon:hover {
	background-position: -31px -54px;
}

.preview-email {
	max-width: 54.125rem;
	margin: 0 auto;
}

.preview-email__wrapper {
	max-width: 37.5rem;
	margin: 0 auto 3rem;
	overflow-y: auto;
	height: auto;
}

.preview-email__wrapper.preview-aftr-ajax {
	height: 57.75rem;
}

@media (min-width: 1200px) {
	.preview-email {
		padding: 0 1.5rem 0 0;
	}
}

.preview-email__content {
	background: #fff;
	-webkit-box-shadow: 0 0 3.25rem 0 rgba(0, 0, 0, .18);
	box-shadow: 0 0 3.25rem 0 rgba(0, 0, 0, .18);
}

.preview-email__content--workshop .material-body__title--alt {
	padding: 0 16px;
}

.preview-email__content--workshop .material-body__title--alt:after {
	display: none;
}

.preview-email__content--workshop .material-body__title--alt .text-uppercase {
	font-size: 1.25rem;
	color: #323232;
	letter-spacing: 2px;
	font-weight: 800;
}

.preview-email__content--workshop .material-body__title--alt strong {
	font-size: .875rem;
}

.preview-email__content--workshop .material-body__title--alt strong.text-booth {
	text-transform: uppercase;
}

.preview-email__content--workshop .material-body__title--alt p {
	margin-bottom: .4375rem;
}

.preview-email__content--workshop .material-body__title--alt figure {
	margin: 0 auto .375rem;
	max-width: 250px;
	width: 100%;
}

.preview-email__content--workshop .material-body__title--alt .dash {
	width: 7.8125rem;
	border-bottom: 1px dashed #323232;
	display: inline-block;
	margin-left: .3125rem;
}

.preview-email__content--workshop .material-body__title--alt .btn, .preview-email__content--workshop .material-body__title--alt .widefat .approve-btn a, .widefat .approve-btn .preview-email__content--workshop .material-body__title--alt a, .preview-email__content--workshop .material-body__title--alt .widefat .approve-btn .active, .widefat .approve-btn .preview-email__content--workshop .material-body__title--alt .active, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .preview-email__content--workshop .material-body__title--alt input, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .preview-email__content--workshop .material-body__title--alt .button, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .preview-email__content--workshop .material-body__title--alt .gform_footer > p > a, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .preview-email__content--workshop .material-body__title--alt .gform_save_link {
	text-transform: uppercase;
	margin: 2rem 0;
}

@media (min-width: 576px) {
	.preview-email__content--workshop .material-body__title--alt .btn, .preview-email__content--workshop .material-body__title--alt .widefat .approve-btn a, .widefat .approve-btn .preview-email__content--workshop .material-body__title--alt a, .preview-email__content--workshop .material-body__title--alt .widefat .approve-btn .active, .widefat .approve-btn .preview-email__content--workshop .material-body__title--alt .active, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .preview-email__content--workshop .material-body__title--alt input, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .preview-email__content--workshop .material-body__title--alt .button, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .preview-email__content--workshop .material-body__title--alt .gform_footer > p > a, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .preview-email__content--workshop .material-body__title--alt .gform_save_link {
		min-width: 16.25rem;
		font-size: 1.375rem;
	}
}

@media (min-width: 576px) and (max-width: 1200px) {
	.preview-email__content--workshop .material-body__title--alt .btn, .preview-email__content--workshop .material-body__title--alt .widefat .approve-btn a, .widefat .approve-btn .preview-email__content--workshop .material-body__title--alt a, .preview-email__content--workshop .material-body__title--alt .widefat .approve-btn .active, .widefat .approve-btn .preview-email__content--workshop .material-body__title--alt .active, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .preview-email__content--workshop .material-body__title--alt input, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .preview-email__content--workshop .material-body__title--alt .button, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .preview-email__content--workshop .material-body__title--alt .gform_footer > p > a, .preview-email__content--workshop .material-body__title--alt .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .preview-email__content--workshop .material-body__title--alt .gform_save_link {
		font-size: calc(1.2625rem + .15vw);
	}
}

.website-badge__title {
	text-align: center;
	font-size: 2.5rem;
	margin: 0 auto 1rem;
}

@media (max-width: 1200px) {
	.website-badge__title {
		font-size: calc(1.375rem + 1.5vw);
	}
}

.website-badge__row {
	max-width: 310px;
	margin: 0 auto 15px;
}

@media (min-width: 576px) {
	.website-badge__row {
		margin: 0 auto 20px;
	}
}

@media (max-width: 575.98px) {
	.website-badge__row .col-sm-6 {
		max-width: 230px;
		margin: 0 auto;
	}
}

.website-badge__row .dwn-temp {
	display: block;
	max-width: 100px;
	text-align: center;
	color: #005432;
	margin: 0 auto;
}

.website-badge__row .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.website-badge__row--alt {
	max-width: 450px;
}

.website-badge .platform-card {
	background: #fff;
	color: #080402;
	max-width: 200px;
	margin: 0 auto 10px;
	padding: 10px 10px 0;
	position: relative;
	z-index: 1;
}

.website-badge .platform-card__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.website-badge .platform-card__header figure {
	margin: 0;
	max-width: 60%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}

.website-badge .platform-card__header figure:nth-child(1) img {
	max-width: 165px;
}

.website-badge .platform-card__header figure:nth-last-child(1) {
	margin: 0 0 0 auto;
	text-align: center;
	max-width: 40%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}

.website-badge .platform-card__header figure:nth-last-child(1) img {
	max-width: 40px;
}

.website-badge .platform-card__header figure:nth-last-child(1) figcaption {
	font-size: .625rem;
	text-transform: uppercase;
	font-weight: 700;
}

.website-badge .platform-card__title {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1;
}

.website-badge .platform-card__title h3 {
	color: #080402;
	font-size: 1.3rem;
	line-height: 1.25;
	margin: 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.website-badge .platform-card__title h3 {
		font-size: calc(1.255rem + .06vw);
	}
}

.website-badge .platform-card__title p {
	margin: 0 0 7px;
}

.website-badge .platform-card__title figure {
	margin: 0 auto 4px;
	max-width: 70px;
}

.website-badge .platform-card__title figure img {
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 70px;
	height: 50px;
	font-family: "object-fit: contain;";
}

.website-badge .platform-card__body > h6 {
	text-align: center;
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
	margin: 0 0 4px;
	line-height: 1.1;
	font-size: 1rem;
}

.website-badge .platform-card__info {
	border: 1px solid #ffebba;
	border-left-color: transparent;
	border-right-color: transparent;
	padding: 6px 0 6px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.website-badge .platform-card__info .platform-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}

.website-badge .platform-card__info .platform-avatar figure {
	margin: 0;
}

.website-badge .platform-card__info .platform-text {
	font-size: .625rem;
	padding: 0 0 0 6px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 71%;
	flex: 0 0 71%;
	max-width: 71%;
	line-height: 1.1;
	font-weight: 500;
}

.website-badge .platform-card__info .platform-text h6 {
	font-size: .625rem;
	color: #080402;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	text-transform: none;
}

.website-badge .platform-card__info .platform-text p {
	margin: 0;
	display: inline;
}

.website-badge .platform-card__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6px 0;
}

.website-badge .platform-card__detail figure {
	margin: 0;
	max-width: 65%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
}

.website-badge .platform-card__detail figure img {
	font-family: "object-fit: contain;";
	-o-object-fit: contain;
	object-fit: contain;
}

.website-badge .platform-card__detail .platform-locus {
	color: #005432;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
	max-width: 60%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}

.website-badge .platform-card__detail .platform-locus__wrap {
	background: #ffc32f;
	width: 100%;
	padding: 2px;
}

.website-badge .platform-card__detail .platform-locus .tag {
	min-width: 56px;
	font-size: .8125rem;
	display: block;
	background: #ffc32f;
	color: #005432;
	letter-spacing: 1px;
	word-break: break-all;
	font-weight: 700;
}

.website-badge .platform-card__detail .platform-locus .date {
	font-size: .6875rem;
	display: block;
	font-weight: 700;
}

.website-badge .platform-card__detail .platform-text {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 0 0 5px;
	line-height: 1.2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: .875rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: none;
}

@media (min-width: 1200px) {
	.website-badge .platform-card__detail .platform-text {
		font-size: 1rem;
	}
}

.website-badge .platform-card__detail .platform-text h6 {
	font-size: .75rem;
	color: #080402;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1.01;
	font-weight: 900;
	margin: 0;
	text-transform: none;
}

.website-badge .platform-card__detail .platform-text h6 + p + p {
	display: block;
}

.website-badge .platform-card__detail .platform-text p {
	margin: 0;
	display: none;
}

.website-badge .platform-card__detail .platform-text p:nth-child(1) {
	display: block;
}

.website-badge .platform-card__footer {
	margin: 0 -10px;
}

.website-badge .platform-card__footer .btn-primary, .website-badge .platform-card__footer .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .website-badge .platform-card__footer input, .website-badge .platform-card__footer .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .website-badge .platform-card__footer .button, .website-badge .platform-card__footer .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .website-badge .platform-card__footer .gform_footer > p > a {
	border-radius: 0;
	min-width: 100%;
	font-size: .75rem;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

.website-badge .platform-card__footer .btn-primary:before, .website-badge .platform-card__footer .modal--register .modal-body .gform_footer input:before, .modal--register .modal-body .gform_footer .website-badge .platform-card__footer input:before, .website-badge .platform-card__footer .modal--register .modal-body .gform_footer .additonal-submit .button:before, .modal--register .modal-body .gform_footer .additonal-submit .website-badge .platform-card__footer .button:before, .website-badge .platform-card__footer .modal--register .modal-body .gform_footer > p > a:before, .modal--register .modal-body .website-badge .platform-card__footer .gform_footer > p > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.website-badge .platform-card--lg {
	max-width: 344px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 10px;
	padding: 10px 0 0;
}

.website-badge .platform-card--lg.platform-card--center .platform-card__detail figure {
	margin: 0 auto;
}

.website-badge .platform-card--lg .platform-card__header {
	padding: 0 0 10px 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-weight: 500;
}

@media (min-width: 576px) {
	.website-badge .platform-card--lg .platform-card__header {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}
}

.website-badge .platform-card--lg .platform-card__header figure {
	margin: 0 0 5px;
	max-width: 65%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
}

.website-badge .platform-card--lg .platform-card__header figure figcaption {
	font-size: .625rem;
}

.website-badge .platform-card--lg .platform-card__header figure img {
	max-width: 145px;
}

.website-badge .platform-card--lg .platform-card__header figure + figure {
	text-align: center;
	padding: 0 4px;
	max-width: 35%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}

.website-badge .platform-card--lg .platform-card__header figure + figure img {
	max-width: 35px;
}

.website-badge .platform-card--lg .platform-card__header .platform-locus {
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px 0 0;
}

.website-badge .platform-card--lg .platform-card__header .platform-locus__wrap {
	padding: 10px 4px;
	display: block;
	background: #ffc32f;
	color: #005432;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	max-width: 210px;
	margin: 0 auto;
}

.website-badge .platform-card--lg .platform-card__header .platform-locus__wrap .tag {
	text-transform: uppercase;
	font-size: 1.2rem;
}

.website-badge .platform-card--lg .platform-card__header .platform-locus__wrap .date {
	font-size: .6875rem;
	display: block;
}

@media (min-width: 1200px) {
	.website-badge .platform-card--lg .platform-card__header .platform-locus__wrap .date {
		font-size: .875rem;
	}
}

.website-badge .platform-card--lg .platform-card__header .platform-locus .platform-text {
	font-size: .875rem;
	margin: 5px auto 0;
	background: #fff;
	text-align: center;
	padding: 3px;
	font-weight: 700;
	display: none;
}

@media (min-width: 1200px) {
	.website-badge .platform-card--lg .platform-card__header .platform-locus .platform-text {
		font-size: 1rem;
	}
}

.website-badge .platform-card--lg .platform-card__header .platform-locus .platform-text h6 {
	font-size: .875rem;
	color: #080402;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1.01;
	font-weight: 700;
	margin: 0;
	text-transform: none;
}

@media (min-width: 1200px) {
	.website-badge .platform-card--lg .platform-card__header .platform-locus .platform-text h6 {
		font-size: 1rem;
	}
}

.website-badge .platform-card--lg .platform-card__header .platform-locus .platform-text p {
	display: none;
	margin: 0;
}

.website-badge .platform-card--lg .platform-card__header .platform-locus .platform-text p:nth-child(1) {
	display: block;
}

.website-badge .platform-card--lg .platform-card__detail {
	padding: 0 0 5px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.website-badge .platform-card--lg .platform-card__detail figure {
	margin: 0 auto;
}

.website-badge .platform-card--lg .platform-card__detail figure img {
	height: 65px;
	max-width: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.website-badge .platform-card--lg .platform-card__body {
	padding: 0 5px 10px;
	margin: -5px 0 0 auto;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media (min-width: 576px) {
	.website-badge .platform-card--lg .platform-card__body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}
}

.website-badge .platform-card--lg .platform-card__body h6 {
	font-size: 1.125rem;
}

.website-badge .platform-card--lg .platform-card__title {
	padding: 5px 0 0 0;
	border-top: 1px solid #ffebba;
	font-size: .9375rem;
	line-height: 1.1;
}

.website-badge .platform-card--lg .platform-card__title h3 {
	font-size: 1.16rem;
}

.website-badge .platform-card--lg .platform-card__info {
	padding: 6px 6px 6px 0;
	border-bottom: none;
	font-size: .625rem;
}

.website-badge .platform-card--lg .platform-card__info .platform-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	max-width: 13%;
}

.website-badge .platform-card--lg .platform-card__info .platform-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 87%;
	flex: 0 0 87%;
	max-width: 87%;
}

.website-badge .platform-card--lg .platform-card__info .platform-text h6 {
	font-weight: 700;
	font-size: .625rem;
}

.website-badge .platform-card--lg .platform-card__info .platform-text p {
	display: inline;
}

.website-badge .platform-card--lg .platform-card__footer {
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.website-badge .platform-card--lg .platform-card__footer .btn-primary, .website-badge .platform-card--lg .platform-card__footer .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .website-badge .platform-card--lg .platform-card__footer input, .website-badge .platform-card--lg .platform-card__footer .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .website-badge .platform-card--lg .platform-card__footer .button, .website-badge .platform-card--lg .platform-card__footer .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .website-badge .platform-card--lg .platform-card__footer .gform_footer > p > a {
	letter-spacing: 2px;
	line-height: 1;
	padding: 7px 6px;
}

.website-badge .platform-card--center .platform-text {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	text-align: center;
	padding: 0;
}

.website-badge .platform-card--center .platform-card__footer {
	margin: 11px -10px 0;
}

.website-badge .platform-card--alt .platform-card__footer {
	margin: 0 !important;
}

.website-badge .platform-card--alt .platform-card__detail {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.website-badge .platform-card--alt .platform-card__title {
	text-align: center;
}

@media (max-width: 767.98px) {
	.business-exchange .banner {
		min-height: auto;
	}
}

.business-exchange #wp_paginate {
	display: block;
	width: 100%;
}

.business-exchange .pagination-holder {
	padding: 10px 0;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 30px 15px 0;
	border-left: none;
	border-right: none;
}

.business-exchange .pagination-holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.125rem;
	color: #000;
	font-weight: 700;
}

.business-exchange .pagination-holder ul li {
	padding: 3px 7px;
	position: relative;
}

.business-exchange .pagination-holder ul li .active, .business-exchange .pagination-holder ul li .current {
	color: #005432;
}

.business-exchange .pagination-holder ul li a {
	color: #000;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.business-exchange .pagination-holder ul li a:hover {
	color: #ffc32f;
	text-decoration: none;
}

.business-exchange .pagination-holder ul li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.business-exchange .lsa-banner__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	max-width: 1010px;
}

@media (min-width: 1600px) {
	.business-exchange .lsa-banner__info {
		max-width: 1111px;
	}
}

.business-exchange .lsa-banner__info a:hover {
	text-decoration: none;
}

.business-exchange .lsa-banner__info figure {
	max-width: 250px;
	margin: 0 auto 1rem;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.business-exchange .lsa-banner__info figure {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 27%;
		flex: 0 0 27%;
		max-width: 27%;
		margin: 0 auto;
		text-align: left;
		padding: 0 20px 0 35px;
	}
}

.business-exchange .lsa-banner__info figure small {
	text-transform: uppercase;
	font-size: 1.25rem;
	color: #fff;
	font-weight: 300;
	display: block;
	text-align: left;
}

@media (min-width: 992px) {
	.business-exchange .lsa-banner__info figure small {
		margin: 10px 0 0;
	}
}

@media (min-width: 1200px) {
	.business-exchange .lsa-banner__info figure small {
		margin: 15px 0 0;
	}
}

@media (min-width: 1600px) {
	.business-exchange .lsa-banner__info figure small {
		margin: 25px 0 0;
	}
}

.business-exchange .lsa-banner__info figcaption {
	font-family: "Proxima Nova Rg", "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #fff;
}

.business-exchange .lsa-banner__info h1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 992px) {
	.business-exchange .lsa-banner__info h1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 73%;
		flex: 0 0 73%;
		max-width: 73%;
	}
}

.business-exchange .lsa-banner__info h1:after {
	content: "";
	display: none;
	width: 10px;
	height: 80%;
	background: #fff;
	border-radius: 10px;
	margin-left: 20px;
}

@media (min-width: 992px) {
	.business-exchange .lsa-banner__info h1:after {
		display: block;
	}
}

.exchange-gallery {
	padding: 30px 0;
}

@media (min-width: 992px) {
	.exchange-gallery {
		padding: 50px 0;
	}
}

.exchange-gallery .block-title {
	margin: 0 auto 1.875rem;
	max-width: 78.125rem;
	font-weight: 700;
	font-size: 1rem;
}

@media (min-width: 576px) {
	.exchange-gallery .block-title {
		margin: 0 auto 20px;
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.exchange-gallery .block-title {
		font-size: 1.375rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.exchange-gallery .block-title {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 992px) {
	.exchange-gallery .block-title {
		margin: 0 auto 20px;
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.exchange-gallery .block-title {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 1200px) {
	.exchange-gallery .block-title {
		font-size: 1.75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.exchange-gallery .block-title {
		font-size: calc(1.3rem + .6vw);
	}
}

.exchange-gallery .block-title + div {
	text-align: center;
	font-weight: 900;
	font-size: 1.125rem;
	margin: 0 auto 20px;
	color: #000;
}

@media (min-width: 768px) {
	.exchange-gallery .block-title + div {
		margin: 0 auto 30px;
		font-size: 1.375rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.exchange-gallery .block-title + div {
		font-size: calc(1.2625rem + .15vw);
	}
}

@media (min-width: 1600px) {
	.exchange-gallery .block-title + div {
		font-size: 4.375rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.exchange-gallery .block-title + div {
		font-size: calc(1.5625rem + 3.75vw);
	}
}

.exchange-gallery a[data-fancybox=event-gallery] {
	position: relative;
	display: block;
}

.exchange-gallery .exchange-cont {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 10px;
	background: rgba(0, 0, 0, .7);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.exchange-gallery .exchange-cont a {
	color: #fff;
	margin: 0;
}

.exchange-gallery .exchange-cont h4 {
	color: #fff;
	word-break: break-word;
	line-height: 1.15;
	font-weight: 700;
}

.exchange-gallery__wrap {
	display: none;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border: 2px solid #2f67b0 !important;
}

.exchange-gallery__wrap:hover .exchange-gallery__text {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.exchange-gallery__wrap .industry-tag {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background: #2f67b0;
	right: 40px;
	top: 10px;
}

.exchange-gallery__wrap ~ .flag {
	position: absolute;
	right: 97px;
	top: -5px;
	z-index: 100;
}

.exchange-gallery__wrap ~ .flag .switch {
	position: relative;
	display: inline-block;
	margin: 0;
}

.exchange-gallery__wrap ~ .flag .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.exchange-gallery__wrap ~ .flag .switch .slider:before {
	content: "";
	font-family: "icomoon";
	color: #fff;
	background-color: #ffc32f;
	padding: 8px;
	font-size: 1.1rem;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.exchange-gallery__wrap ~ .flag .switch .slider:hover:before {
	background-color: #ec222b;
}

.exchange-gallery__wrap ~ .flag .switch input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.exchange-gallery__wrap ~ .flag .switch input:checked + .slider:before {
	background-color: #ec222b;
}

.exchange-gallery__wrap ~ .flag .switch input:focus + .slider {
	-webkit-box-shadow: 0 0 1px #2196f3;
	box-shadow: 0 0 1px #2196f3;
}

.exchange-gallery__wrap ~ .flag .switch input:checked + .slider:before {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}

.exchange-gallery__wrap--blue {
	border-color: #2f67b0 !important;
}

.exchange-gallery__wrap--blue .industry-tag {
	background: #2f67b0;
}

.exchange-gallery__wrap--green {
	border-color: #229c65 !important;
}

.exchange-gallery__wrap--green .industry-tag {
	background: #229c65;
}

.exchange-gallery__wrap--grey {
	border-color: #b8b6b9 !important;
}

.exchange-gallery__wrap--grey .industry-tag {
	background: #b8b6b9;
}

.exchange-gallery__wrap--light-green {
	border-color: #7ac144 !important;
}

.exchange-gallery__wrap--light-green .industry-tag {
	background: #7ac144;
}

.exchange-gallery__wrap--orange {
	border-color: #f17e37 !important;
}

.exchange-gallery__wrap--orange .industry-tag {
	background: #f17e37;
}

.exchange-gallery__wrap--pink {
	border-color: #f09fac !important;
}

.exchange-gallery__wrap--pink .industry-tag {
	background: #f09fac;
}

.exchange-gallery__wrap--purple {
	border-color: #6952a2 !important;
}

.exchange-gallery__wrap--purple .industry-tag {
	background: #6952a2;
}

.exchange-gallery__wrap--red {
	border-color: #dd202e !important;
}

.exchange-gallery__wrap--red .industry-tag {
	background: #dd202e;
}

.exchange-gallery__wrap--teal {
	border-color: #0db8b6 !important;
}

.exchange-gallery__wrap--teal .industry-tag {
	background: #0db8b6;
}

.exchange-gallery__wrap--yellow {
	border-color: #f2c429 !important;
}

.exchange-gallery__wrap--yellow .industry-tag {
	background: #f2c429;
}

.exchange-gallery__wrap .new-tag {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 10px;
	display: inline-block;
	line-height: 1;
	background: #ffc32f;
	text-decoration: none;
	position: absolute;
	left: 10px;
	top: 10px;
}

.exchange-gallery__offer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #005432;
	color: #fff;
	padding: 10px 15px;
	font-size: 1.2rem;
	text-align: center;
}

.exchange-gallery__text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 15px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: 1rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.exchange-gallery__text p {
	margin-bottom: .1rem;
}

.exchange-gallery__filter {
	max-width: 1600px;
	margin: 0 auto 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.exchange-gallery__filter {
		margin: 0 auto 3rem;
	}
}

.exchange-gallery__filter .col-sm-6 {
	position: relative;
}

.exchange-gallery__filter figure {
	padding: 0 5px 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

@media (min-width: 576px) {
	.exchange-gallery__filter figure {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 768px) {
	.exchange-gallery__filter figure {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}
}

@media (min-width: 992px) {
	.exchange-gallery__filter figure {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12%;
		flex: 0 0 12%;
		max-width: 12%;
	}
}

@media (min-width: 1200px) {
	.exchange-gallery__filter figure {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
}

@media (min-width: 1600px) {
	.exchange-gallery__filter figure {
		padding: 0 10px 20px;
	}
}

.exchange-gallery__filter figure a {
	display: block;
	border-radius: 50%;
	border: 4px solid #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.exchange-gallery__filter figure a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(47, 103, 176, .5);
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.exchange-gallery__filter figure a:hover {
	border-color: #2f67b0;
}

.exchange-gallery__filter figure:not(.active) a {
	-webkit-filter: brightness(.5);
	filter: brightness(.5);
	opacity: .8;
}

.exchange-gallery__filter figure.active a {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.exchange-gallery__filter figure.blue a:hover {
	border-color: #2f67b0;
	border-width: 3px;
}

.exchange-gallery__filter figure.blue.active a {
	border-color: #2f67b0;
}

.exchange-gallery__filter figure.green a:hover {
	border-color: #229c65;
	border-width: 3px;
}

.exchange-gallery__filter figure.green.active a {
	border-color: #229c65;
}

.exchange-gallery__filter figure.grey a:hover {
	border-color: #b8b6b9;
	border-width: 3px;
}

.exchange-gallery__filter figure.grey.active a {
	border-color: #b8b6b9;
}

.exchange-gallery__filter figure.light-green a:hover {
	border-color: #7ac144;
	border-width: 3px;
}

.exchange-gallery__filter figure.light-green.active a {
	border-color: #7ac144;
}

.exchange-gallery__filter figure.orange a:hover {
	border-color: #f17e37;
	border-width: 3px;
}

.exchange-gallery__filter figure.orange.active a {
	border-color: #f17e37;
}

.exchange-gallery__filter figure.pink a:hover {
	border-color: #f09fac;
	border-width: 3px;
}

.exchange-gallery__filter figure.pink.active a {
	border-color: #f09fac;
}

.exchange-gallery__filter figure.purple a:hover {
	border-color: #6952a2;
	border-width: 3px;
}

.exchange-gallery__filter figure.purple.active a {
	border-color: #6952a2;
}

.exchange-gallery__filter figure.red a:hover {
	border-color: #dd202e;
	border-width: 3px;
}

.exchange-gallery__filter figure.red.active a {
	border-color: #dd202e;
}

.exchange-gallery__filter figure.teal a:hover {
	border-color: #0db8b6;
	border-width: 3px;
}

.exchange-gallery__filter figure.teal.active a {
	border-color: #0db8b6;
}

.exchange-gallery__filter figure.yellow a:hover {
	border-color: #f2c429;
	border-width: 3px;
}

.exchange-gallery__filter figure.yellow.active a {
	border-color: #f2c429;
}

.exchange-gallery__filter.ss-no-selection figure a {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.exchange-gallery__item {
	width: 100%;
	margin: 0 0 30px;
	height: 245px;
	position: relative;
	border: 2px solid #2f67b0 !important;
}

.exchange-gallery__item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

@media (min-width: 576px) {
	.exchange-gallery__item {
		height: 345px;
	}
}

@media (min-width: 992px) {
	.exchange-gallery__item {
		min-height: 365px;
	}
}

@media (min-width: 1200px) {
	.exchange-gallery__item {
		min-height: 400px;
	}
}

@media (min-width: 0\0 ) {
	.exchange-gallery__item {
		height: 400px;
	}
}

.exchange-gallery__item:hover .industry-tag {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	opacity: .6;
}

.exchange-gallery__item:hover + .exchange-cont {
	background: transparent;
}

.exchange-gallery__item .industry-tag {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background: #2f67b0;
	right: 5px;
	top: 5px;
	-webkit-transition: opacity .1s ease, all .2s ease-out;
	-o-transition: opacity .1s ease, all .2s ease-out;
	transition: opacity .1s ease, all .2s ease-out;
}

.exchange-gallery__item--blue {
	border-color: #2f67b0 !important;
}

.exchange-gallery__item--blue .industry-tag {
	background: #2f67b0;
}

.exchange-gallery__item--green {
	border-color: #229c65 !important;
}

.exchange-gallery__item--green .industry-tag {
	background: #229c65;
}

.exchange-gallery__item--grey {
	border-color: #b8b6b9 !important;
}

.exchange-gallery__item--grey .industry-tag {
	background: #b8b6b9;
}

.exchange-gallery__item--light-green {
	border-color: #7ac144 !important;
}

.exchange-gallery__item--light-green .industry-tag {
	background: #7ac144;
}

.exchange-gallery__item--orange {
	border-color: #f17e37 !important;
}

.exchange-gallery__item--orange .industry-tag {
	background: #f17e37;
}

.exchange-gallery__item--pink {
	border-color: #f09fac !important;
}

.exchange-gallery__item--pink .industry-tag {
	background: #f09fac;
}

.exchange-gallery__item--purple {
	border-color: #6952a2 !important;
}

.exchange-gallery__item--purple .industry-tag {
	background: #6952a2;
}

.exchange-gallery__item--red {
	border-color: #dd202e !important;
}

.exchange-gallery__item--red .industry-tag {
	background: #dd202e;
}

.exchange-gallery__item--teal {
	border-color: #0db8b6 !important;
}

.exchange-gallery__item--teal .industry-tag {
	background: #0db8b6;
}

.exchange-gallery__item--yellow {
	border-color: #f2c429 !important;
}

.exchange-gallery__item--yellow .industry-tag {
	background: #f2c429;
}

.exchange-gallery__item .new-tag {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 10px;
	display: inline-block;
	line-height: 1;
	background: #ffc32f;
	text-decoration: none;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 10;
}

.exchange-gallery__item--upload {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px;
	background: #ffc32f;
	border: 4px solid transparent !important;
}

.exchange-gallery__item--upload:hover {
	border-color: #005432 !important;
}

.exchange-gallery__item--upload:hover .icon-plus:before, .exchange-gallery__item--upload:hover .icon-plus:after {
	background: #fff;
}

.exchange-gallery__item--upload:hover a {
	color: #fff;
}

.exchange-gallery__item--upload a {
	color: #005432;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.exchange-gallery__item--upload a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 25;
}

.exchange-gallery__item--upload .icon-plus {
	display: block;
	width: 40px;
	height: 40px;
	background: transparent;
	position: relative;
	margin: 0 auto 20px;
}

.exchange-gallery__item--upload .icon-plus:before, .exchange-gallery__item--upload .icon-plus:after {
	content: "";
	display: block;
	width: 7px;
	height: 40px;
	background: #005432;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.exchange-gallery__item--upload .icon-plus:after {
	width: 40px;
	height: 7px;
}

.exchange-gallery .default-form {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 1.3rem .9375rem;
	padding: 0 0 .5rem;
}

@media (max-width: 991.98px) {
	.exchange-gallery .default-form {
		padding: 0;
	}
}

.exchange-gallery .default-form .text-right {
	color: #ec222b;
	margin: 0;
}

.exchange-gallery .default-form .gform_hidden {
	display: none;
}

.exchange-gallery .default-form .gform_heading {
	display: none;
}

.exchange-gallery .default-form .gform_wrapper .ginput_counter, .exchange-gallery .default-form .gform_wrapper .screen-reader-text {
	font-size: .875rem;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield {
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield {
		padding: 0 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 1599.98px) {
	.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield {
		margin-bottom: 10px;
		padding: 0 5px;
	}
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield select {
	padding: .625rem 3rem .625rem 1.25rem;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/arrow-down.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 25px) calc(68% - 8px);
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield select.nitro-lazy {
	background-image: none !important;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield select::-ms-expand {
	display: none;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield textarea, .exchange-gallery .default-form .gform_wrapper .gform_fields .gfield input, .exchange-gallery .default-form .gform_wrapper .gform_fields .gfield select {
	margin: 0;
}

@media (max-width: 1599.98px) {
	.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield textarea, .exchange-gallery .default-form .gform_wrapper .gform_fields .gfield input, .exchange-gallery .default-form .gform_wrapper .gform_fields .gfield select {
		font-size: 1rem;
		height: 50px;
		padding: 10px;
	}
}

@media (max-width: 1599.98px) {
	.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield textarea {
		min-height: 6rem;
	}
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield:nth-last-child(1) {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield .ginput_container_consent {
	font-size: 0;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield .ginput_container_consent input {
	display: inline-block;
	width: auto;
	width: 0;
	height: 0;
	border-color: #03442a;
	border-radius: 0;
	background: #fff;
	visibility: hidden;
	font-size: 0;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield .ginput_container_consent input:checked + label:before {
	border-color: #f6d7b6;
	background-color: #ffe9d2;
	color: #cb8c2b;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield .ginput_container_consent input:active + label:before {
	-webkit-transform: translateY(-50%) scale(.75);
	-ms-transform: translateY(-50%) scale(.75);
	transform: translateY(-50%) scale(.75);
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield .ginput_container_consent label {
	font-size: 1rem;
	line-height: 1.56;
	color: #373737;
	font-weight: 400;
	margin: 0;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}

@media (min-width: 992px) {
	.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield .ginput_container_consent label {
		font-size: 1.125rem;
	}
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield .ginput_container_consent label:before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	background-color: #fff;
	border: 1px solid #03442a;
	position: absolute;
	top: 15px;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .5625rem;
	color: transparent;
	text-align: center;
	font-family: "icomoon";
	line-height: 2.5;
	-webkit-transition: opacity .1s ease, -webkit-transform .15s ease-in-out;
	transition: opacity .1s ease, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, opacity .1s ease;
	transition: transform .15s ease-in-out, opacity .1s ease, -webkit-transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out, opacity .1s ease;
}

@media (min-width: 992px) {
	.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield .ginput_container_consent label:before {
		width: 26px;
		line-height: 2.8;
		height: 26px;
	}
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield_checkbox {
	font-size: 0;
}

@media (max-width: 1599.98px) {
	.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield_checkbox label {
		font-size: 1rem;
	}
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield > label {
	display: none !important;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield_contains_required {
	position: relative;
}

.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield_contains_required .ginput_container_fileupload:after {
	content: "*";
	display: block;
	position: absolute;
	left: 255px;
	top: 11px;
	font-size: 1.125rem;
	color: #8e8e8e;
}

@media (min-width: 992px) {
	.exchange-gallery .default-form .gform_wrapper .gform_fields .gfield_contains_required .ginput_container_fileupload:after {
		left: 280px;
	}
}

.exchange-gallery .default-form .gform_ajax_spinner {
	display: none !important;
}

.exchange-gallery .default-form .gform_footer {
	margin: 0 auto;
	text-align: left;
}

.exchange-gallery .modal {
	max-height: 100vh;
	overflow-y: auto;
	background: rgba(0, 0, 0, .5);
}

@media (max-width: 991.98px) {
	.exchange-gallery .modal {
		padding: 0 1rem;
	}
}

.exchange-gallery .modal-dialog {
	max-width: 750px;
	margin: .5rem auto;
}

@media (min-width: 992px) {
	.exchange-gallery .modal-dialog {
		max-width: 880px;
	}
}

.exchange-gallery .modal-header .close {
	font-size: 2rem;
}

@media (max-width: 1200px) {
	.exchange-gallery .modal-header .close {
		font-size: calc(1.325rem + .9vw);
	}
}

.exchange-gallery .modal-title {
	text-align: center;
	line-height: 1.1;
}

@media (max-width: 1599.98px) {
	.exchange-gallery .modal-title {
		font-size: 2.3rem;
	}
}

@media (max-width: 1599.98px) and (max-width: 1200px) {
	.exchange-gallery .modal-title {
		font-size: calc(1.355rem + 1.26vw);
	}
}

@media (max-width: 575.98px) {
	.exchange-gallery .modal-title {
		font-size: 1.75rem;
	}
}

@media (max-width: 575.98px) and (max-width: 1200px) {
	.exchange-gallery .modal-title {
		font-size: calc(1.3rem + .6vw);
	}
}

.exchange-gallery .modal-footer .btn-secondary {
	padding: 1rem 1.5rem;
	font-size: 1rem;
	min-width: 1rem;
}

.exchange-gallery__search #ss-exchange-search {
	padding: 7px 34px;
	background: url("https://cdn-khpad.nitrocdn.com/lUDoqZZLRZMWEqvniHOnOvDjVabDzVJF/assets/images/optimized/rev-4c0b3a7/www.thesmallbusinessexpo.com/wp-content/themes/tsbe/images/search-for-service-icon-image.png") no-repeat 10px 50%/20px auto;
}

@media (max-width: 767.98px) {
	.exchange-gallery__search #ss-exchange-search {
		width: 100%;
	}
}

.page-template-tpl-business-card-exchange .fancybox-inner {
	max-width: 900px;
	margin: 0 auto;
}

.page-template-tpl-business-card-exchange .fancybox-inner .exchange-gallery__wrap > figure {
	min-width: 400px;
	margin: 0 auto;
	text-align: center;
	min-height: 270px;
}

.page-template-tpl-business-card-exchange .fancybox-inner .exchange-gallery__wrap > figure img {
	min-height: 290px;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-template-tpl-business-card-exchange .fancybox-content {
	padding: 0;
}

@media (min-width: 1200px) {
	.page-template-tpl-business-card-exchange .fancybox-navigation .fancybox-button--arrow_left {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		left: 0 !important;
	}
	
	.page-template-tpl-business-card-exchange .fancybox-navigation .fancybox-button--arrow_right {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		right: 0 !important;
	}
}

.admin-exchangewrap {
	margin: 15px;
}

.admin-exchangewrap .pagination-holder {
	z-index: 10;
}

.admin-exchangewrap .pagination-holder ul li {
	height: auto;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.admin-exchangewrap .pagination-holder ul li .active, .admin-exchangewrap .pagination-holder ul li .current {
	color: #ffc32f;
}

.admin-exchangewrap .pagination-holder ul li:hover {
	background: #005432;
}

.admin-exchangewrap .pagination-holder ul li:hover a {
	color: #fff;
}

.admin-exchangewrap .pagination-holder ul li a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.admin-exchangewrap .pagination-holder ul li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.admin-exchangewrap form {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.admin-exchangewrap form input[type=search] {
	min-height: 40px;
	border-radius: 0;
	max-width: 250px;
	width: 100%;
}

.admin-exchangewrap form input[type=submit] {
	padding: .6rem;
	min-width: 10.875rem;
	background: #005432;
	border: 1px solid #005432;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1.22;
	font-weight: 700;
	border-radius: 0;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.admin-exchangewrap form input[type=submit]:hover {
	background: transparent;
	color: #005432;
}

.dropdown--exchange .dropdown-toggle {
	padding: .75rem;
	min-width: 15rem;
	font-size: 1rem;
}

.dropdown--exchange .dropdown-menu {
	min-width: 15rem;
}

.dropdown--exchange .dropdown-item {
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
}

.widefat .approve-btn a, .widefat .approve-btn .active {
	padding: 5px;
	text-decoration: none;
	background: #005432;
	font-size: .8125rem;
	margin: 0 0 5px;
}

.widefat .approve-btn a:hover, .widefat .approve-btn .active:hover {
	color: #005432;
	background: #ffc32f;
}

.widefat .approve-btn .active {
	color: #005432;
	background: #ffc32f;
}

.modal#abuse-modal, .modal#abuse-modal_back, .modal#abuse-confirm-modal {
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
}

@media (min-width: 576px) {
	.modal#abuse-modal, .modal#abuse-modal_back, .modal#abuse-confirm-modal {
		padding: 0 !important;
	}
}

.modal#abuse-modal .modal-dialog, .modal#abuse-modal_back .modal-dialog, .modal#abuse-confirm-modal .modal-dialog {
	max-width: 625px;
}

@media (min-width: 992px) {
	.modal#abuse-modal .modal-dialog, .modal#abuse-modal_back .modal-dialog, .modal#abuse-confirm-modal .modal-dialog {
		margin: 6rem auto;
	}
}

.modal#abuse-modal .modal-title, .modal#abuse-modal_back .modal-title, .modal#abuse-confirm-modal .modal-title {
	font-size: 1.75rem;
	text-transform: uppercase;
	color: #005432;
	text-align: center;
	font-weight: 700;
	margin: 0 0 10px;
}

@media (max-width: 1200px) {
	.modal#abuse-modal .modal-title, .modal#abuse-modal_back .modal-title, .modal#abuse-confirm-modal .modal-title {
		font-size: calc(1.3rem + .6vw);
	}
}

.modal#abuse-modal .modal-header, .modal#abuse-modal_back .modal-header, .modal#abuse-confirm-modal .modal-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 1rem 2rem 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.modal#abuse-modal .modal-header .close, .modal#abuse-modal_back .modal-header .close, .modal#abuse-confirm-modal .modal-header .close {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.modal#abuse-modal .modal-body, .modal#abuse-modal_back .modal-body, .modal#abuse-confirm-modal .modal-body {
	padding: 1rem .5rem 0;
}

.modal#abuse-modal .modal-footer, .modal#abuse-modal_back .modal-footer, .modal#abuse-confirm-modal .modal-footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1.45rem 1.5rem;
	border-top: none;
}

.modal#abuse-modal .modal-footer .btn-secondary, .modal#abuse-modal_back .modal-footer .btn-secondary, .modal#abuse-confirm-modal .modal-footer .btn-secondary {
	padding: .85rem 1rem;
	min-width: 9.875rem;
	font-size: 1rem;
}

@media (min-width: 576px) {
	.modal#abuse-modal .modal-footer .btn-secondary:nth-child(1), .modal#abuse-modal_back .modal-footer .btn-secondary:nth-child(1), .modal#abuse-confirm-modal .modal-footer .btn-secondary:nth-child(1) {
		margin: 0 auto 0 0;
	}
}

@media (min-width: 576px) {
	.modal#abuse-modal .modal-footer .btn-secondary:nth-last-child(1), .modal#abuse-modal_back .modal-footer .btn-secondary:nth-last-child(1), .modal#abuse-confirm-modal .modal-footer .btn-secondary:nth-last-child(1) {
		margin: 0 0 0 auto;
	}
}

.modal#abuse-modal .default-form, .modal#abuse-modal_back .default-form, .modal#abuse-confirm-modal .default-form {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: .5625rem .9375rem 0;
	text-align: center;
}

.modal#abuse-modal .default-form textarea.form-control, .modal#abuse-modal_back .default-form textarea.form-control, .modal#abuse-confirm-modal .default-form textarea.form-control {
	width: 100%;
	border: 1px solid #bcbcbc;
	height: 126px;
	color: #8e8e8e;
	font-size: 1rem;
	padding: .625rem .9375rem;
	line-height: 1.56;
	outline-color: transparent;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	letter-spacing: .05rem;
	border-radius: 0;
	margin: 0 0 15px;
}

@media (min-width: 768px) {
	.modal#abuse-modal .default-form textarea.form-control, .modal#abuse-modal_back .default-form textarea.form-control, .modal#abuse-confirm-modal .default-form textarea.form-control {
		padding: .625rem 1.25rem;
	}
}

@media (min-width: 992px) {
	.modal#abuse-modal .default-form textarea.form-control, .modal#abuse-modal_back .default-form textarea.form-control, .modal#abuse-confirm-modal .default-form textarea.form-control {
		font-size: 1.125rem;
	}
}

.modal#abuse-modal .default-form textarea.form-control:focus, .modal#abuse-modal .default-form textarea.form-control:active, .modal#abuse-modal_back .default-form textarea.form-control:focus, .modal#abuse-modal_back .default-form textarea.form-control:active, .modal#abuse-confirm-modal .default-form textarea.form-control:focus, .modal#abuse-confirm-modal .default-form textarea.form-control:active {
	outline-color: #03442a;
}

.modal#abuse-modal .default-form textarea.form-control:placeholder, .modal#abuse-modal_back .default-form textarea.form-control:placeholder, .modal#abuse-confirm-modal .default-form textarea.form-control:placeholder {
	color: inherit;
}

.modal#abuse-modal .default-form button, .modal#abuse-modal_back .default-form button, .modal#abuse-confirm-modal .default-form button {
	font-size: 1.125rem;
	padding: .85rem 1rem;
	min-width: 9.875rem;
}

.modal#abuse-confirm-modal .modal-footer .btn.btn-secondary, .modal#abuse-confirm-modal .modal-footer .modal--register .modal-body .gform_footer input.btn-secondary, .modal--register .modal-body .gform_footer .modal#abuse-confirm-modal .modal-footer input.btn-secondary, .modal#abuse-confirm-modal .modal-footer .modal--register .modal-body .gform_footer .additonal-submit .btn-secondary.button, .modal--register .modal-body .gform_footer .additonal-submit .modal#abuse-confirm-modal .modal-footer .btn-secondary.button, .modal#abuse-confirm-modal .modal-footer .modal--register .modal-body .gform_footer > p > a.btn-secondary, .modal--register .modal-body .modal#abuse-confirm-modal .modal-footer .gform_footer > p > a.btn-secondary, .modal#abuse-confirm-modal .modal-footer .modal--register .modal-body .gform_footer .btn-secondary.gform_save_link, .modal--register .modal-body .gform_footer .modal#abuse-confirm-modal .modal-footer .btn-secondary.gform_save_link, .modal#abuse-confirm-modal .modal-footer .widefat .approve-btn a.btn-secondary, .widefat .approve-btn .modal#abuse-confirm-modal .modal-footer a.btn-secondary, .modal#abuse-confirm-modal .modal-footer .widefat .approve-btn .btn-secondary.active, .widefat .approve-btn .modal#abuse-confirm-modal .modal-footer .btn-secondary.active {
	margin: 0 auto !important;
}

.registration-offer {
	padding: 3rem 0;
}

@media (min-width: 768px) {
	.registration-offer {
		padding: 4rem 0;
	}
}

.registration-offer .block-title {
	max-width: 60.875rem;
	padding: 0 .9375rem;
	margin: 0 auto 1.5rem;
}

@media (min-width: 768px) {
	.registration-offer .block-title {
		margin: 0 auto 2.5rem;
	}
}

@media (min-width: 992px) {
	.registration-offer .block-title {
		margin: 0 auto 3.5rem;
	}
}

.registration-offer .block-title h2 {
	color: #1c1c1c;
	font-size: 3rem;
}

@media (max-width: 1200px) {
	.registration-offer .block-title h2 {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 768px) {
	.registration-offer .block-title h2 {
		font-size: 3.1rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.registration-offer .block-title h2 {
		font-size: calc(1.435rem + 2.22vw);
	}
}

@media (min-width: 992px) {
	.registration-offer .block-title h2 {
		font-size: 3.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.registration-offer .block-title h2 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

.registration-offer .block-title h2 small {
	display: block;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.registration-offer .block-title h2 small {
		font-size: 1.4rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.registration-offer .block-title h2 small {
		font-size: calc(1.265rem + .18vw);
	}
}

@media (min-width: 992px) {
	.registration-offer .block-title h2 small {
		font-size: 2rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.registration-offer .block-title h2 small {
		font-size: calc(1.325rem + .9vw);
	}
}

.registration-offer .card {
	border: 0;
	border-radius: 0;
	background: transparent;
	margin: 0 0 2rem;
}

@media (min-width: 1200px) {
	.registration-offer .card {
		margin: 0 0 2.5rem;
	}
}

.registration-offer .card-body {
	padding: 0;
	text-align: center;
}

.registration-offer .card-body h4 {
	margin-bottom: 1rem;
	color: #1c1c1c;
	text-transform: capitalize;
	font-size: 1.625rem;
}

@media (max-width: 1200px) {
	.registration-offer .card-body h4 {
		font-size: calc(1.2875rem + .45vw);
	}
}

@media (min-width: 1200px) {
	.registration-offer .card-body h4 {
		font-size: 2.4rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.registration-offer .card-body h4 {
		font-size: calc(1.365rem + 1.38vw);
	}
}

.registration-offer .card-body h4 a {
	color: inherit;
	text-decoration: none;
}

.registration-offer .card-body figure {
	position: relative;
	margin: 0;
	min-height: 290px;
}

@media (min-width: 576px) {
	.registration-offer .card-body figure {
		min-height: 340px;
	}
}

@media (min-width: 768px) {
	.registration-offer .card-body figure {
		min-height: 410px;
	}
}

@media (min-width: 992px) {
	.registration-offer .card-body figure {
		min-height: 495px;
	}
}

.registration-offer .card-body figure:before {
	content: "Image Holder";
	font-size: 3rem;
	background: #ced4da;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	z-index: -1;
}

@media (max-width: 1200px) {
	.registration-offer .card-body figure:before {
		font-size: calc(1.425rem + 2.1vw);
	}
}

@media (min-width: 1200px) {
	.registration-offer .card-body figure:before {
		font-size: 4rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.registration-offer .card-body figure:before {
		font-size: calc(1.525rem + 3.3vw);
	}
}

.registration-offer .card-body figure .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 1200px) {
	.main-sec .content-wrap {
		font-size: 20px;
		padding-right: 3rem;
	}
}

.main-sec .heading-alt {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.main-sec .heading-alt {
		margin-bottom: 50px;
	}
}

.dark-header .site-header, .page-template-tpl_sign-up-without_registration .site-header, .page-template-tpl_new-thank-you-page .site-header, .page-template-tpl_my-account .site-header, .page-template-tpl_how-does-our-pay-per-lead-service-work .site-header, .page-template-tpl_choose-your-service-categories .site-header, .page-template-tpl_choose-your-package .site-header {
	background: #000;
}

.page-id-22274 .site-header, .page-id-22313 .site-header, .page-id-22341 .site-header {
	background: #0a5334;
}

.padding-fix {
	padding-top: 100px;
}

@media (min-width: 992px) {
	.padding-fix {
		padding-top: 210px;
	}
}

.formLayout_primary {
	border-radius: 8px;
	border: 1px solid #0a5334;
	overflow: hidden;
}

.formLayout_primary .title-wrap {
	text-align: center;
	padding: 17px;
	color: #fff;
	background: #0a5334;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.formLayout_primary .gform_wrapper {
	padding: 1.5rem 1.5rem 1rem;
}

.formLayout_primary .gform_wrapper .gfield {
	margin-bottom: 0;
}

.formLayout_primary .gform_wrapper .gfield input, .formLayout_primary .gform_wrapper .gfield select, .formLayout_primary .gform_wrapper .gfield textarea {
	width: 100%;
	border-radius: 0;
	border: 1px solid #0a5334;
	padding: 10px 15px;
}

.formLayout_primary .gform_wrapper .gfield input:not(textarea), .formLayout_primary .gform_wrapper .gfield select:not(textarea), .formLayout_primary .gform_wrapper .gfield textarea:not(textarea) {
	height: 50px;
}

.formLayout_primary .gform_wrapper .gfield .ginput_container input[type=checkbox] {
	display: inline-block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: relative;
	top: 2px;
}

.formLayout_primary .gform_wrapper .gfield_label {
	color: #1c1c1c;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
}

.formLayout_primary .gform_wrapper .gfield_label .gfield_required {
	display: none !important;
}

.formLayout_primary .gform_wrapper .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.formLayout_primary .gform_wrapper .gform_fields .gfield {
	width: 100%;
}

@media (min-width: 576px) {
	.formLayout_primary .gform_wrapper .gform_fields .gfield.gf_half, .formLayout_primary .gform_wrapper .gform_fields .gfield.gf_half_third {
		width: calc(50% - 10px);
	}
}

@media (min-width: 992px) {
	.formLayout_primary .gform_wrapper .gform_fields .gfield.gf_half_third {
		width: calc(33.33% - 15px);
	}
}

.formLayout_primary .gform_footer {
	padding-top: 2rem;
}

.formLayout_primary .gform_footer input {
	width: 100%;
	background: #ffc32f;
	color: #00462a;
	text-transform: capitalize;
	border-radius: 2px;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	border: 1px solid #ffc32f;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-size: .9375rem;
	padding: .9375rem 1.25rem;
}

@media (min-width: 576px) {
	.formLayout_primary .gform_footer input {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.formLayout_primary .gform_footer input {
		font-size: 1.25rem;
		padding: 1.125rem;
		min-width: 23.6875rem;
	}
}

.formLayout_primary .gform_footer input:hover {
	border-color: #00462a;
	background: #00462a;
	color: #ffc32f;
}

.formLayout_primary .gform_submission_error, .formLayout_primary .gform_confirmation_message {
	font-size: 1rem;
	font-weight: 700;
	color: #dc3545;
	text-align: center;
	margin-bottom: 1rem;
}

.formLayout_primary .gform_confirmation_message {
	color: #0a5334;
	font-size: 1.25rem;
	padding-top: 1rem;
}

.formLayout_primary .area {
	text-align: center;
	padding-bottom: 1.5rem;
}

.formLayout_primary .area a {
	color: #06f;
	font-family: Poppins;
	font-size: 14px;
}

#completeRegistration .modal-dialog {
	max-width: 685px;
	border-radius: 16px;
	overflow: hidden;
}

#completeRegistration .modal-dialog .formLayout_primary {
	padding: 0;
	border: 0;
}

@media (min-width: 1200px) {
	#completeRegistration .modal-dialog .formLayout_primary {
		padding: 0 1.5rem 1.5rem;
	}
}

#completeRegistration .modal-dialog .gform_wrapper {
	padding: 0;
	border: 0;
}

#completeRegistration .modal-header {
	display: block;
	padding: 2.5rem 2.5rem 0;
	position: relative;
	z-index: 1;
	border: 0;
}

@media (min-width: 1200px) {
	#completeRegistration .modal-header {
		font-size: 20px;
		color: #1c1c1c;
	}
}

#completeRegistration .modal-header .modal-title {
	padding-right: 60px;
	color: #0a5334;
	font-family: Poppins;
	font-size: 20px;
	margin-bottom: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	#completeRegistration .modal-header .modal-title {
		font-size: 28px;
	}
}

#completeRegistration .modal-header .close {
	font-size: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	opacity: 1;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}

#completeRegistration .modal-header .close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .5s all ease-in-out;
	-o-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

@media (min-width: 1200px) {
	#completeRegistration .modal-header .close {
		top: 40px;
		right: 40px;
	}
}

#completeRegistration .modal-header .close svg {
	height: 24px;
	width: 24px;
}

.mxw-735 {
	max-width: 735px !important;
}

.new-thankyou .contaienr {
	max-width: 1180px;
}

@media (min-width: 1200px) {
	.new-thankyou .cm-btn-wrap {
		margin-top: 108px;
	}
}

@media (min-width: 1200px) {
	.new-thankyou .cm-btn-wrap + .cm-btn-wrap {
		margin-top: 0;
	}
}

.new-thankyou .cm-btn-wrap a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 74px;
}

.new-thankyou .cm-btn-wrap a:hover, .new-thankyou .cm-btn-wrap a:focus {
	text-decoration: none;
}

@media (min-width: 576px) {
	.new-thankyou .cm-btn-wrap a {
		width: auto;
		min-width: 312px;
		min-height: 94px;
	}
}

.new-thankyou .cm-btn-wrap .button:hover, .new-thankyou .cm-btn-wrap .button:focus {
	text-decoration: none;
}

.new-thankyou .cm-form .cm-btn-wrap {
	padding-top: 50px;
}

@media (min-width: 992px) {
	.new-thankyou .cm-form .cm-btn-wrap {
		padding-top: 90px;
	}
}

@media (min-width: 1600px) {
	.new-thankyou .cm-form .cm-btn-wrap {
		padding-top: 120px;
	}
}

.page-template-tpl-ppl-service-seeker-thank-you .new-thankyou .cm-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-tpl-ppl-service-seeker-thank-you .new-thankyou .cm-btn-wrap a {
	width: 100%;
}

@media (min-width: 768px) {
	.page-template-tpl-ppl-service-seeker-thank-you .new-thankyou .cm-btn-wrap a {
		width: 75%;
	}
}

.thankyou-heading {
	font-size: 18px;
}

@media (min-width: 992px) {
	.thankyou-heading {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.thankyou-heading {
		font-size: 24px;
	}
}

.cm-form {
	position: relative;
	z-index: 1;
	counter-reset: section;
}

.cm-form.bordered {
	border: 1px solid #0a5334;
	border-radius: 8px;
	overflow: hidden;
}

.cm-form .columnLayout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
}

.cm-form .columnLayout .form-group {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: .5rem;
}

@media (min-width: 576px) {
	.cm-form .columnLayout .form-group.form-half, .cm-form .columnLayout .form-group.form-third-half {
		width: calc(50% - 10px);
	}
}

@media (min-width: 992px) {
	.cm-form .columnLayout .form-group.form-third-half {
		width: calc(33.33% - 10px);
	}
}

.cm-form .form-title {
	text-align: center;
	padding: 20px;
	color: #fff;
	background: #0a5334;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.cm-form .form-title {
		font-size: 28px;
	}
}

.cm-form .form-group {
	margin: 0;
	padding: 0;
}

.cm-form .form-group.form-dropdown .form-control {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'25\' viewBox=\'0 0 24 25\' fill=\'none\'%3E%3Cg clip-path=\'url(%23clip0_1435_4176)\'%3E%3Cpath d=\'M18 9.5C18.852 9.5 19.297 10.486 18.783 11.123L18.707 11.207L12.707 17.207C12.5348 17.3792 12.3057 17.4826 12.0626 17.4979C11.8196 17.5132 11.5794 17.4393 11.387 17.29L11.293 17.207L5.29295 11.207L5.20995 11.113L5.15595 11.036L5.10195 10.94L5.08495 10.904L5.05795 10.837L5.02595 10.729L5.01595 10.676L5.00595 10.616L5.00195 10.559V10.441L5.00695 10.383L5.01595 10.323L5.02595 10.271L5.05795 10.163L5.08495 10.096L5.15495 9.964L5.21995 9.874L5.29295 9.793L5.38695 9.71L5.46395 9.656L5.55995 9.602L5.59595 9.585L5.66295 9.558L5.77095 9.526L5.82395 9.516L5.88395 9.506L5.94095 9.502L18 9.5Z\' fill=\'%231C1C1C\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_1435_4176\'%3E%3Crect width=\'24\' height=\'24\' fill=\'white\' transform=\'translate(0 0.5)\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	padding-right: 2.5rem;
}

.cm-form .form-group.form-dropdown .form-control.nitro-lazy {
	background-image: none !important;
}

.cm-form .form-label {
	display: block;
	color: #1c1c1c;
	font-family: Poppins;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.cm-form .form-label span {
	color: #d40000;
	display: inline-block;
	vertical-align: top;
}

.cm-form .form-control {
	border: 1px solid #0a5334;
	outline: none;
	height: 56px;
	padding: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
}

.cm-form .form-control:not(.radius) {
	border-radius: 0;
}

.cm-form .form-footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
}

.cm-form .form-footer button, .cm-form .form-footer a {
	border: 0;
	outline: none;
	display: inline-block;
	padding: 10px 10px;
	min-width: 135px;
	font-size: 20px;
	text-decoration: none;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.cm-form .form-footer .cancel {
	background: #fff;
	color: #0a5334;
	border: 1px solid #0a5334;
}

.cm-form .form-footer .cancel:hover {
	background: #0a5334;
	color: #fff;
}

.cm-form .form-footer .save {
	background: #ffc32f;
	color: #0a5334;
	border: 1px solid #ffc32f;
}

.cm-form .form-footer .save:hover {
	background-color: #0a5334;
	color: #fff;
	border: 1px solid #0a5334;
}

.cm-form .form-wrap-sm {
	max-width: 565px;
	margin: 0 auto;
}

.cm-form .loading-icon {
	width: 100%;
}

.cm-form .loading-icon .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	-webkit-animation-name: spin360;
	animation-name: spin360;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.cm-form .checkbox-default, .cm-form .radio-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px 0;
}

.cm-form .checkbox-default .form-group, .cm-form .radio-default .form-group {
	position: relative;
}

.cm-form .checkbox-default .form-group label, .cm-form .radio-default .form-group label {
	position: relative;
	color: #1c1c1c;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 48px;
	cursor: pointer;
}

.cm-form .checkbox-default .form-group label:before, .cm-form .checkbox-default .form-group label:after, .cm-form .radio-default .form-group label:before, .cm-form .radio-default .form-group label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 3px solid #0a5334;
	border-radius: 99px;
	height: 32px;
	width: 32px;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.cm-form .checkbox-default .form-group label:after, .cm-form .radio-default .form-group label:after {
	opacity: 0;
	left: 8px;
	width: 16px;
	height: 16px;
	border: 8px solid #0a5334;
}

.cm-form .checkbox-default .form-group label button, .cm-form .radio-default .form-group label button {
	display: inline-block;
	color: #06f;
	font-family: Poppins;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.cm-form .checkbox-default .form-group label .recommended, .cm-form .radio-default .form-group label .recommended {
	color: #0a5334;
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	vertical-align: baseline;
	margin-left: 14px;
}

.cm-form .checkbox-default .form-group input, .cm-form .radio-default .form-group input {
	position: absolute;
	visibility: hidden;
}

.cm-form .checkbox-default .form-group input:checked ~ label:after, .cm-form .radio-default .form-group input:checked ~ label:after {
	opacity: 1;
}

.cm-form .checkbox-default .form-group #zipCode, .cm-form .checkbox-default .form-group #service_location_zip, .cm-form .radio-default .form-group #zipCode, .cm-form .radio-default .form-group #service_location_zip {
	position: relative;
	left: 0;
	z-index: 1;
	visibility: visible;
	padding: 10px 15px;
	height: 50px;
	font-size: 1.125rem;
	border: 1px solid #0a5334;
	max-width: 132px;
}

.cm-form .checkbox-default .radio-or, .cm-form .radio-default .radio-or {
	color: #808080;
	font-family: Poppins;
	font-size: 20px;
}

.cm-form .checkbox-default .form-action .button, .cm-form .radio-default .form-action .button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #515151;
	line-height: 1;
	font-weight: 700;
	min-width: 11.875rem;
	padding: 16px 24px;
}

.cm-form .checkbox-default .form-action .button:hover, .cm-form .checkbox-default .form-action .button:focus, .cm-form .radio-default .form-action .button:hover, .cm-form .radio-default .form-action .button:focus {
	color: #fff;
}

.cm-form .checkbox-default .form-action .loader, .cm-form .radio-default .form-action .loader {
	margin-right: 4px;
	width: 16px;
	height: 16px;
	color: #fff;
}

.cm-form .checkbox-default .form-action .loader .opacity-25, .cm-form .radio-default .form-action .loader .opacity-25 {
	opacity: .25;
}

.cm-form .checkbox-default .form-action .loader .opacity-75, .cm-form .radio-default .form-action .loader .opacity-75 {
	opacity: .75;
}

.cm-form .checkbox-wrap {
	border: 1px solid #0a5334;
	border-radius: 8px;
}

.cm-form .checkbox-wrap + .checkbox-wrap {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.cm-form .checkbox-wrap + .checkbox-wrap {
		margin-top: 40px;
	}
}

.cm-form .checkbox-wrap.checkbox-mt {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.cm-form .checkbox-wrap.checkbox-mt {
		margin-top: 40px;
	}
}

.cm-form .checkbox-wrap .checkbox-heading {
	text-align: center;
	padding: 1rem;
	background: #0a5334;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.cm-form .checkbox-wrap .checkbox-heading {
		min-height: 98px;
		padding: 0 118px;
	}
}

@media (min-width: 1200px) {
	.cm-form .checkbox-wrap .checkbox-heading {
		font-size: 1.25rem;
	}
}

.cm-form .checkbox-wrap .checkbox-heading h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: none;
}

@media (min-width: 1200px) {
	.cm-form .checkbox-wrap .checkbox-heading h2 {
		font-size: 1.75rem;
	}
}

.cm-form .checkbox-wrap .checkbox-heading p:last-child {
	margin-bottom: 0;
}

.cm-form .checkbox-wrap .checkboxes {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	padding: 25px;
}

.cm-form .checkbox-wrap .checkboxes .form-group {
	margin: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.cm-form .checkbox-wrap .checkboxes .form-group {
		width: calc(50% - 10px);
		min-height: 90px;
	}
}

@media (min-width: 768px) {
	.cm-form .checkbox-wrap .checkboxes .form-group {
		width: calc(33.33% - 14px);
	}
}

@media (min-width: 992px) {
	.cm-form .checkbox-wrap .checkboxes .form-group {
		width: calc(25% - 15px);
	}
}

@media (min-width: 1200px) {
	.cm-form .checkbox-wrap .checkboxes .form-group {
		width: calc(20% - 16px);
	}
}

.cm-form .checkbox-wrap .checkboxes .form-label {
	position: relative;
	z-index: 1;
	padding: 8px;
	padding-left: 48px;
	border: 1px solid #0a5334;
	color: #0a5334;
	background: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 24px;
	min-height: 65px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	cursor: pointer;
}

.cm-form .checkbox-wrap .checkboxes .form-label span {
	word-break: break-word;
	color: #0a5334;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.cm-form .checkbox-wrap .checkboxes .form-label:hover {
	color: #fff;
	background: #0a5334;
}

.cm-form .checkbox-wrap .checkboxes .form-label:hover span {
	color: #fff;
}

.cm-form .checkbox-wrap .checkboxes .form-label:hover svg.checked {
	opacity: .6;
}

.cm-form .checkbox-wrap .checkboxes .form-label:hover svg.unchecked {
	opacity: 0;
}

.cm-form .checkbox-wrap .checkboxes .form-label svg {
	position: absolute;
	top: 50%;
	left: 7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.cm-form .checkbox-wrap .checkboxes .form-label svg.checked {
	opacity: 0;
}

.cm-form .checkbox-wrap .checkboxes input {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.cm-form .checkbox-wrap .checkboxes input:checked ~ .form-label {
	color: #fff;
	background: #0a5334;
}

.cm-form .checkbox-wrap .checkboxes input:checked ~ .form-label span {
	color: #fff;
}

.cm-form .checkbox-wrap .checkboxes input:checked ~ .form-label svg.checked {
	opacity: 1;
}

.cm-form .checkbox-wrap .checkboxes input:checked ~ .form-label svg.unchecked {
	opacity: 0;
}

.cm-form .cm-btn-wrap a, .cm-form .cm-btn-wrap button {
	outline: none;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	gap: 10px;
	min-width: 190px;
	background: #ffc32f;
	color: #0a5334;
	border: 1px solid #ffc32f;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.cm-form .cm-btn-wrap a:hover, .cm-form .cm-btn-wrap button:hover {
	background-color: #0a5334;
	color: #fff;
	border: 1px solid #0a5334;
}

@media (min-width: 1200px) {
	.cm-form .cm-btn-wrap a, .cm-form .cm-btn-wrap button {
		font-size: 20px;
		padding: 16px 20px;
	}
}

.cm-form .cm-btn-wrap a.btn-outline, .cm-form .cm-btn-wrap button.btn-outline {
	background: #fff;
	color: #0a5334;
	border: 1px solid #0a5334;
}

.cm-form .cm-btn-wrap a.btn-outline:hover, .cm-form .cm-btn-wrap button.btn-outline:hover {
	background: #0a5334;
	color: #fff;
}

@media (min-width: 1600px) {
	.cm-form .absolute-top-right {
		position: absolute;
		top: 0;
		right: 0;
	}
}

.cm-form .content-wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}

@media (min-width: 992px) {
	.cm-form .content-wrap {
		font-size: 18px;
	}
}

.cm-form #service-categories-form .checkbox-wrap .checkbox-heading::before {
	width: 98px;
	height: 98px;
	background-color: #1c1c1c;
	position: absolute;
	border-radius: 99px;
	z-index: 1;
	top: 8px;
	left: 50%;
	content: "step";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-transform: uppercase;
	text-align: left;
	padding-right: 13px;
	padding-left: 13px;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 700;
}

@media (min-width: 768px) {
	.cm-form #service-categories-form .checkbox-wrap .checkbox-heading::before {
		left: 0;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}

.cm-form #service-categories-form .checkbox-wrap .checkbox-heading::after {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	top: 55px;
	left: calc(50% + 20px);
	font-size: 114px;
	font-weight: 800;
	-ms-flex-line-pack: center;
	align-content: center;
	line-height: 0;
	z-index: 1;
	font-family: Poppins;
}

@media (min-width: 768px) {
	.cm-form #service-categories-form .checkbox-wrap .checkbox-heading::after {
		top: 0;
		bottom: 0;
		left: 20px;
	}
}

.form-stepwrap {
	padding: 20px 0;
	max-width: 767px;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.form-stepwrap {
		padding: 40px 0;
	}
}

.form-stepwrap ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.form-stepwrap ul {
		gap: 50px;
	}
}

.form-stepwrap ul li {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 36px;
	opacity: .4;
}

.form-stepwrap ul li a {
	text-decoration: none;
	color: #212529;
}

.form-stepwrap ul li a:hover, .form-stepwrap ul li a:focus {
	color: #d40000;
}

@media (min-width: 768px) {
	.form-stepwrap ul li {
		width: calc(33.33% - 40px);
		opacity: 1;
		margin-bottom: 0;
	}
}

.form-stepwrap ul li:before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 26px;
	width: 26px;
	z-index: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'26\' height=\'26\' viewBox=\'0 0 26 26\' fill=\'none\'%3E%3Ccircle cx=\'13\' cy=\'13\' r=\'11.5714\' fill=\'white\' stroke=\'%23D40000\' stroke-width=\'2.85714\'/%3E%3Ccircle cx=\'13\' cy=\'13\' r=\'7\' fill=\'%23D40000\'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
	.form-stepwrap ul li:before {
		opacity: .4;
	}
}

.form-stepwrap ul li:after {
	position: absolute;
	content: "";
	border-top: 1px dashed #d40000;
	width: calc(100% + 40px);
	top: 13px;
	left: 50%;
	z-index: -2;
	display: none;
}

@media (min-width: 768px) {
	.form-stepwrap ul li:after {
		display: block;
		opacity: .4;
	}
}

.form-stepwrap ul li.active {
	opacity: 1;
}

.form-stepwrap ul li.active:after {
	opacity: 1;
}

.form-stepwrap ul li.active:before {
	opacity: 1;
}

.form-stepwrap ul li:last-child:after {
	display: none !important;
}

.packages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	row-gap: 30px;
	padding: 20px 0;
}

.packages .package {
	width: 270px;
	border: 1px solid #0a5334;
	border-top-width: 8px;
	border-radius: 8px;
	position: relative;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.packages .package .ribbon {
	position: absolute;
	top: -32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	border-radius: 10px 10px 0 0;
	background: #1c1c1c;
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding: 5px 10px;
	min-width: 180px;
	line-height: 1;
}

.packages .package .header {
	padding-bottom: 15px;
}

.packages .package .header .title {
	border-radius: 6px;
	background: #f8f8f8;
	color: #1c1c1c;
	text-align: center;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: none;
	padding: 10px;
}

.packages .package .header input {
	color: #1c1c1c;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	height: 34px;
	padding: 10px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 5px;
}

.packages .package .header input::-webkit-input-placeholder {
	color: #1c1c1c;
}

.packages .package .header input::-moz-placeholder {
	color: #1c1c1c;
}

.packages .package .header input:-ms-input-placeholder {
	color: #1c1c1c;
}

.packages .package .header input::-ms-input-placeholder {
	color: #1c1c1c;
}

.packages .package .header input::placeholder {
	color: #1c1c1c;
}

.packages .package .header h4 {
	color: #1c1c1c;
	font-family: Poppins;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: none;
	margin-bottom: 0;
}

.packages .package .header h4 small {
	font-size: 14px;
	line-height: normal;
	display: block;
}

.packages .package .header .duration-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
}

.packages .package .header .duration-price .price {
	color: #0a5334;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.packages .package .wrapper {
	border-top: 1px solid rgba(28, 28, 28, .1);
	padding-top: 10px;
}

.packages .package .main {
	color: #1c1c1c;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 0;
}

.packages .package .main ul {
	margin: 0;
	padding-left: 30px;
}

.packages .package .main ul li:not(:last-child) {
	margin-bottom: 8px;
}

.packages .package .footer {
	padding-top: 10px;
}

.packages .package .footer .cm-btn-wrap a, .packages .package .footer .cm-btn-wrap button {
	width: 100%;
	text-decoration: none;
}

.packages-page .container-sm {
	max-width: 1190px;
}

@-webkit-keyframes spin360 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin360 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.thankyou-heading .block-title {
	font-weight: 500;
}

@media (min-width: 1200px) {
	.thankyou-heading .block-title {
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.thankyou-heading .h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.thankyou-heading .cm-btn-wrap {
		padding-top: 4rem !important;
	}
}

.thankyou-heading .cm-btn-wrap > a {
	width: auto !important;
}

@media (min-width: 1200px) {
	.thankyou-heading .cm-btn-wrap > a {
		padding: 22px 30px;
	}
}

.thankyou-heading.service-registration-heading {
	font-weight: 700;
	font-size: 1.25rem;
}

@media (min-width: 992px) {
	.thankyou-heading.service-registration-heading {
		font-size: 33px;
	}
}

.thankyou-heading.service-registration-heading .blok-title {
	margin-bottom: 30px !important;
}

@media (min-width: 1200px) {
	.thankyou-heading.service-registration-heading h1 {
		margin-bottom: 0;
	}
}

.block-title.w-fluid {
	width: 100% !important;
	max-width: 100% !important;
}

@media (min-width: 992px) {
	.page-template.page-template-tpl-ppl-service-seeker-categories .padding-fix {
		padding-top: 8.75rem;
	}
}

.page-template.page-template-tpl-ppl-service-seeker-categories .main-sec .heading-alt {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.page-template.page-template-tpl-ppl-service-seeker-categories .main-sec .heading-alt {
		margin-bottom: 0;
	}
}

.page-template.page-template-tpl-ppl-service-seeker-categories .thankyou-heading.service-registration-heading .block-title {
	margin-bottom: 0;
}

.page-template.page-template-tpl-ppl-service-seeker-thank-you .padding-fix {
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.page-template.page-template-tpl-ppl-service-seeker-thank-you .padding-fix {
		padding-top: 9.75rem;
	}
}

.page-template.page-template-tpl-ppl-service-seeker-thank-you .thankyou-heading .block-title {
	margin-bottom: 0;
}

.page-template.page-template-tpl-ppl-service-seeker-thank-you .thankyou-heading .h1 {
	font-size: 1.75rem;
}

@media (max-width: 1200px) {
	.page-template.page-template-tpl-ppl-service-seeker-thank-you .thankyou-heading .h1 {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (min-width: 1200px) {
	.page-template.page-template-tpl-ppl-service-seeker-thank-you .thankyou-heading .h1 {
		font-size: 2.125rem;
		margin-bottom: .75rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.page-template.page-template-tpl-ppl-service-seeker-thank-you .thankyou-heading .h1 {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

.page-template.page-template-tpl-ppl-service-seeker-thank-you .thankyou-heading .cm-btn-wrap {
	padding-top: 0 !important;
}

.site-footer {
	text-align: left;
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__info {
	margin: 0 0 1.5rem;
	text-align: center;
}

@media (min-width: 576px) {
	.site-footer__info {
		margin: 0 0 2rem;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.site-footer__info {
		margin: 0;
	}
}

@media (min-width: 1600px) {
	.site-footer__info {
		padding: .5rem 0 0 3.6875rem;
	}
}

.site-footer__top .container-fluid, .site-footer__top .container-sm, .site-footer__top .container-md, .site-footer__top .container-lg, .site-footer__top .container-xl, .site-footer__top .container-xxl {
	padding: 0 !important;
}

.site-footer__cta {
	text-align: center;
	min-height: 15rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 1.875rem .9375rem;
}

@media (min-width: 576px) {
	.site-footer__cta {
		min-height: 18.125rem;
	}
}

@media (min-width: 768px) {
	.site-footer__cta {
		min-height: 20.625rem;
		padding: 3.125rem .9375rem;
	}
}

@media (min-width: 992px) {
	.site-footer__cta {
		min-height: 21.25rem;
	}
}

@media (min-width: 1200px) {
	.site-footer__cta {
		min-height: 24.8125rem;
	}
}

@media (min-width: 1200px) and (min-width: 0\0 ) {
	.site-footer__cta {
		height: 24.8125rem;
	}
}

@media (min-width: 1600px) {
	.site-footer__cta {
		padding: 0;
	}
}

.site-footer__cta:hover:before {
	background-color: rgba(255, 195, 47, .73);
}

.site-footer__cta:hover .site-footer__text {
	color: #1c1c1c;
}

.site-footer__cta:hover .site-footer__text h3 {
	color: #1c1c1c;
}

.site-footer__cta:hover .site-footer__text .btn, .site-footer__cta:hover .site-footer__text .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .site-footer__cta:hover .site-footer__text input, .site-footer__cta:hover .site-footer__text .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .site-footer__cta:hover .site-footer__text .button, .site-footer__cta:hover .site-footer__text .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .site-footer__cta:hover .site-footer__text .gform_footer > p > a, .site-footer__cta:hover .site-footer__text .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .site-footer__cta:hover .site-footer__text .gform_save_link, .site-footer__cta:hover .site-footer__text .widefat .approve-btn a, .widefat .approve-btn .site-footer__cta:hover .site-footer__text a, .site-footer__cta:hover .site-footer__text .widefat .approve-btn .active, .widefat .approve-btn .site-footer__cta:hover .site-footer__text .active {
	border-color: #1c1c1c;
	color: #1c1c1c;
}

.site-footer__cta::before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-color: rgba(0, 84, 50, .73);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.site-footer__cta p {
	margin-bottom: 1.3125rem;
}

.site-footer__text {
	position: relative;
	z-index: 2;
	color: #fff;
}

.site-footer__text h3 {
	color: #fff;
	letter-spacing: .055rem;
	line-height: 1.2;
	font-size: 2rem;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.site-footer__text h3 {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (min-width: 1200px) {
	.site-footer__text h3 {
		font-size: 2.3rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.site-footer__text h3 {
		font-size: calc(1.355rem + 1.26vw);
	}
}

@media (min-width: 1600px) {
	.site-footer__text h3 {
		font-size: 2.75rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.site-footer__text h3 {
		font-size: calc(1.4rem + 1.8vw);
	}
}

.site-footer__text span {
	width: 100%;
	display: block;
	margin-top: .25rem;
}

.site-footer__text .btn, .site-footer__text .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .site-footer__text input, .site-footer__text .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .site-footer__text .button, .site-footer__text .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .site-footer__text .gform_footer > p > a, .site-footer__text .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .site-footer__text .gform_save_link, .site-footer__text .widefat .approve-btn a, .widefat .approve-btn .site-footer__text a, .site-footer__text .widefat .approve-btn .active, .widefat .approve-btn .site-footer__text .active {
	min-width: 11.25rem;
	padding: .875rem 1.5625rem;
}

@media (min-width: 768px) {
	.site-footer__text .btn, .site-footer__text .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .site-footer__text input, .site-footer__text .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .site-footer__text .button, .site-footer__text .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .site-footer__text .gform_footer > p > a, .site-footer__text .modal--register .modal-body .gform_footer .gform_save_link, .modal--register .modal-body .gform_footer .site-footer__text .gform_save_link, .site-footer__text .widefat .approve-btn a, .widefat .approve-btn .site-footer__text a, .site-footer__text .widefat .approve-btn .active, .widefat .approve-btn .site-footer__text .active {
		padding: .875rem 1.5625rem;
		min-width: 12.375rem;
	}
}

.site-footer__mid {
	padding: 2.1875rem 0 1.9375rem;
}

@media (min-width: 992px) {
	.site-footer__mid {
		padding: 3rem 0 1.9375rem;
	}
}

@media (min-width: 1200px) {
	.site-footer__mid {
		padding: 3.125rem 0 1.9375rem;
	}
}

.site-footer__brand {
	margin-bottom: 1rem;
}

@media (min-width: 1600px) {
	.site-footer__brand {
		margin-bottom: 1.75rem;
	}
}

.site-footer__body {
	line-height: 1.94;
	text-align: center;
	color: #3e3e3e;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.site-footer__body {
		text-align: left;
	}
}

.site-footer__location {
	margin: 1rem 0 0;
	text-align: center;
}

@media (min-width: 576px) {
	.site-footer__location {
		margin: 1.5rem 0 0;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.site-footer__location {
		margin: 1rem 0 0;
	}
}

@media (min-width: 1600px) {
	.site-footer__location {
		padding: .0625rem 0 0 0;
	}
}

.site-footer__location h4 {
	text-transform: capitalize;
	color: #00462a;
	font-weight: 500;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.site-footer__location h4 {
		margin-bottom: 1.25rem;
	}
}

.site-footer__location h4:after {
	content: "";
	display: block;
	width: 3.875rem;
	height: .1875rem;
	background: #005432;
	margin: .5rem auto 0;
}

@media (min-width: 576px) {
	.site-footer__location h4:after {
		margin: .5rem 0 0;
	}
}

.site-footer__location ul {
	line-height: 1.7;
	letter-spacing: 1px;
	color: #1c1c1c;
	font-weight: 700;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: .8125rem;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

@media (min-width: 576px) {
	.site-footer__location ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 768px) {
	.site-footer__location ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media (min-width: 992px) {
	.site-footer__location ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

@media (min-width: 1200px) {
	.site-footer__location ul {
		line-height: 2;
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
}

@media (min-width: 1600px) {
	.site-footer__location ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		font-size: .8125rem;
	}
}

.site-footer__location ul li a {
	color: #1c1c1c;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding: 0;
	display: inline-block;
}

.site-footer__location ul li a:hover, .site-footer__location ul li a:focus {
	color: #ffc32f;
}

.site-footer__company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 23.8125rem;
	margin: 1.5rem auto 0;
}

@media (min-width: 576px) {
	.site-footer__company {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 1.5rem 0 0;
	}
}

.site-footer__company span {
	padding: 0 .5rem 0;
}

@media (min-width: 576px) {
	.site-footer__company span {
		padding: 0 1rem 0 0;
	}
}

@media (min-width: 1200px) {
	.site-footer__company span {
		padding: 0;
	}
}

.site-footer__company img {
	display: block;
	margin: 0 0 1rem;
}

@media (min-width: 576px) {
	.site-footer__company img {
		display: inline-block;
		margin: 0;
	}
}

@media (min-width: 1600px) {
	.site-footer__company img:nth-last-child(1) {
		-webkit-transform: translateX(-.8125rem);
		-ms-transform: translateX(-.8125rem);
		transform: translateX(-.8125rem);
	}
}

.site-footer__contact {
	font-size: .875rem;
	line-height: 1.43;
	color: #1c1c1c;
	font-weight: 300;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 576px) {
	.site-footer__contact {
		text-align: left;
		display: block;
	}
}

@media (min-width: 992px) {
	.site-footer__contact {
		max-width: 340px;
		margin: 0 auto;
	}
}

@media (min-width: 1600px) {
	.site-footer__contact {
		padding: .25rem 0 0 0;
	}
}

.site-footer__contact .btn-wrap .btn-primary, .site-footer__contact .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .site-footer__contact .btn-wrap input, .site-footer__contact .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .site-footer__contact .btn-wrap .button, .site-footer__contact .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .site-footer__contact .btn-wrap .gform_footer > p > a {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 21.0625rem;
	min-width: auto;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.site-footer__contact .btn-wrap .btn-primary, .site-footer__contact .btn-wrap .modal--register .modal-body .gform_footer input, .modal--register .modal-body .gform_footer .site-footer__contact .btn-wrap input, .site-footer__contact .btn-wrap .modal--register .modal-body .gform_footer .additonal-submit .button, .modal--register .modal-body .gform_footer .additonal-submit .site-footer__contact .btn-wrap .button, .site-footer__contact .btn-wrap .modal--register .modal-body .gform_footer > p > a, .modal--register .modal-body .site-footer__contact .btn-wrap .gform_footer > p > a {
		margin: 0 auto 0 0;
	}
}

@media (max-width: 575.98px) {
	.site-footer__contact .btn-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.site-footer__contact .gform_confirmation_message {
	text-align: left;
	font-size: 1rem;
}

.site-footer__contact .gform_confirmation_message a {
	margin-top: 1rem;
	text-transform: uppercase;
	text-decoration: none;
}

.site-footer__contact .gform_confirmation_message a:hover {
	color: #03442a;
}

.site-footer__contact a {
	color: #1c1c1c;
	font-size: 1.0625rem;
	font-weight: 500;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .3125rem;
}

.site-footer__contact a span {
	margin-right: 1.125rem;
	font-size: 1.75rem;
	color: #005432;
}

@media (max-width: 1200px) {
	.site-footer__contact a span {
		font-size: calc(1.3rem + .6vw);
	}
}

.site-footer__contact a.telephone {
	font-weight: 900;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 1.5rem;
}

@media (max-width: 1200px) {
	.site-footer__contact a.telephone {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (min-width: 1200px) {
	.site-footer__contact a.telephone {
		font-size: 1.7rem;
	}
}

@media (min-width: 1200px) and (max-width: 1200px) {
	.site-footer__contact a.telephone {
		font-size: calc(1.295rem + .54vw);
	}
}

@media (min-width: 1600px) {
	.site-footer__contact a.telephone {
		font-size: 2.125rem;
	}
}

@media (min-width: 1600px) and (max-width: 1200px) {
	.site-footer__contact a.telephone {
		font-size: calc(1.3375rem + 1.05vw);
	}
}

@media (min-width: 576px) {
	.site-footer__contact a.telephone {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.site-footer__contact p {
	margin: 1.3125rem 0 1.75rem;
}

.site-footer__form {
	margin: 0 0 1.25rem 0;
}

@media (min-width: 992px) {
	.site-footer__form {
		margin: 0 0 2.875rem 0;
	}
}

.site-footer__form .gform_wrapper form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-footer__form .gform__heading {
	display: none;
}

.site-footer__form .gform_body {
	position: relative;
}

.site-footer__form .gform_body ul .gfield > label {
	display: none;
}

.site-footer__form .gform_body ul .gfield input {
	background: #eee;
	color: #aaa;
	height: 2.875rem;
	padding: .625rem 1.25rem;
	border: none;
	outline: none;
	max-width: 10.3125rem;
	width: 100%;
}

@media (min-width: 576px) {
	.site-footer__form .gform_body ul .gfield input {
		max-width: 11.25rem;
	}
}

@media (min-width: 992px) {
	.site-footer__form .gform_body ul .gfield input {
		max-width: 10.5rem;
	}
}

@media (min-width: 1200px) {
	.site-footer__form .gform_body ul .gfield input {
		max-width: 14rem;
	}
}

.site-footer__form .gform_body ul .gfield input::-webkit-input-placeholder {
	color: inherit;
}

.site-footer__form .gform_body ul .gfield input::-moz-placeholder {
	color: inherit;
}

.site-footer__form .gform_body ul .gfield input:-ms-input-placeholder {
	color: inherit;
}

.site-footer__form .gform_body ul .gfield input::-ms-input-placeholder {
	color: inherit;
}

.site-footer__form .gform_body ul .gfield input::placeholder {
	color: inherit;
}

.site-footer__form .gform_footer {
	position: relative;
	height: 2.875rem;
}

.site-footer__form .gform_footer input {
	background: #ffc32f;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1.44;
	border: none;
	height: 100%;
	min-width: 7.5rem;
	width: 100%;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	outline: none;
}

@media (min-width: 1200px) {
	.site-footer__form .gform_footer input {
		min-width: 7.5rem;
	}
}

@media (min-width: 1600px) {
	.site-footer__form .gform_footer input {
		min-width: 9.375rem;
	}
}

.site-footer__form .gform_footer input:hover {
	background: #00462a;
}

.site-footer__form .gform_footer img {
	position: absolute;
	top: 50%;
	left: .3125rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-footer__social li {
	display: inline-block;
	margin: 0 1.75rem 0 0;
}

.site-footer__social li a {
	color: #03442a;
	font-size: 1.375rem;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

@media (max-width: 1200px) {
	.site-footer__social li a {
		font-size: calc(1.2625rem + .15vw);
	}
}

.site-footer__social li a:hover {
	color: #ffc32f;
}

.site-footer__bottom {
	background: #00462a;
	font-size: .75rem;
	padding: 1.25rem 0;
	color: #fff;
	text-align: center;
}

@media (min-width: 992px) {
	.site-footer__bottom {
		text-align: left;
		padding: 1.6875rem 0 1.875rem;
	}
}

.site-footer__bottom p {
	margin: 0;
}

@media (min-width: 1600px) {
	.site-footer__bottom p {
		padding: .3125rem 0 0 3.3125rem;
	}
}

.site-footer__bottom p a {
	color: #fff;
	text-decoration: none;
}

.site-footer__bottom p a:hover {
	color: #ffc32f;
}

.site-footer__bottom ul {
	width: 100%;
	font-size: .875rem;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 .5rem;
}

@media (min-width: 992px) {
	.site-footer__bottom ul {
		margin: 0 0 0 auto;
	}
}

.site-footer__bottom ul li {
	display: inline-block;
	padding: 0 .5rem 0;
	position: relative;
}

@media (min-width: 992px) {
	.site-footer__bottom ul li {
		padding: 0 .9375rem 0;
	}
}

.site-footer__bottom ul li:nth-child(1) {
	padding-left: 0;
}

.site-footer__bottom ul li:nth-last-child(1):before {
	display: none;
}

.site-footer__bottom ul li:before {
	content: "";
	display: block;
	width: .0625rem;
	height: .625rem;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-footer__bottom ul li a {
	text-decoration: none;
	color: #fff;
	opacity: .74;
}

.site-footer__bottom ul li a:hover {
	color: #ffc32f;
	opacity: 1;
}

/* Instagram Feed Fix	 */
#sb_instagram {
	padding-bottom: 0 !important;
}

.about-event .col-xl-10 {
	padding: 0;
}

@media (max-width: 1199px) {
	.about-event .event-view {
		position: static;
	}
	
	.about-event .event-view {
		margin: 0;
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding: 1rem;
		min-height: auto;
	}
	
	.about-event .event-view a {
		display: block;
		width: 100%;
	}
	
	.about-event .event-view a br {
		display: none;
	}
}

@media (max-width: 767px) {
	.about-event .row {
		margin: 0;
	}
	
	#sb_instagram.sbi_tab_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_tab_col_6 #sbi_images .sbi_item {
		width: 50%;
	}
}
