@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.osano-cm-widget,
.osano-cm-powered-by__link {
	display: none !important;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none !important;
}

a,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

:root {
	--sab: env(safe-area-inset-bottom);
}

html.locked, body.locked {
	height: 100% !important;
	overflow: hidden;
}

html {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: #1D043A;
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-family: 'Montserrat',"Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	font-size: 16px;
	background-color: #1D043A;
}

button {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
}

a:hover,
a:visited {
	color: #FFF;
}

span.nowrap {
	white-space: nowrap;
}

.tabbing input:focus, .tabbing select:focus, .tabbing textarea:focus, .tabbing button:focus {
	outline: -webkit-focus-ring-color auto 5px !important;
	outline-offset: -2px !important;
}

.tabbing #affiliate-form input:focus, .tabbing #affiliate-form select:focus, .tabbing #affiliate-form textarea:focus {
	outline: none !important;
	outline-offset: 0px !important;
}

.tabbing a:active, .tabbing a:focus {
	outline: -webkit-focus-ring-color auto 5px !important;
	outline-offset: -2px !important;
}

sup {font-size: 50%; top: -0.75em; line-height: 0;position: relative;vertical-align: baseline;font-weight:normal;}

h1,
h2,
h3,
h4 {
	margin: 0px;
	color: rgba(255,255,255,1);
	font-family: 'MADEOuterSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}

p {
	margin: 0px;
	color: rgba(255,255,255,1);
	font-family: 'Montserrat',"Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}

.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #190532;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 4;
	transition: opacity 0.3s;
}

.loader svg {
	width: 280px;
	position: relative;
	z-index: 5;
}

.loader.inactive {
	opacity: 0;
}

header {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: fixed;
	z-index: 3;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: #20083B;
}

header.min {
	width: 100%;
	height: 60px;
	background: linear-gradient(45deg,#FFC30A,#FF7D0F,#E61E37,#AF008C,#5A0078);
	background-color: rgba(90,0,120,1);
}

header svg {
	width: 240px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: scale(.8);
}

header.min svg {
	transform: scale(.8);
}

main {
	width: 100%;
	min-height: 100%;
	transition: opacity 0.3s;
	opacity: 0;
	overflow-x: hidden;
}

body.active header,
body.active main,
body.active footer {
	opacity: 1;
}

a.btn-01,
button.btn-01 {
	width: 300px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.20);
	color: #FFF;
	font-family: 'MADEOuterSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0.96, 0.96);
	-moz-transform: scale(0.96, 0.96);
	transform: scale(0.96, 0.96);
	letter-spacing: -0.02em;
	position: relative;
	-webkit-backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	-webkit-appearance: none;
	border: none;
}

a.btn-01.solid, button.btn-01.solid {
	background-color: rgba(255, 255, 255, 1);
	color: #333;
}

a.btn-01:hover, button.btn-01:hover {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1);
	color: #333;
}

a.btn-01:active, button.btn-01:active {
	-webkit-transform: scale(0.96, 0.96);
	-moz-transform: scale(0.96, 0.96);
	transform: scale(0.96, 0.96);
}

button.btn-01.inactive:hover {
	-webkit-transform: scale(0.96, 0.96);
	-moz-transform: scale(0.96, 0.96);
	transform: scale(0.96, 0.96);
	cursor: default;
	background-color: rgba(255, 255, 255, 0.20);
	color: #FFF;
}

a.btn-01::before, button.btn-01::before {
	content: "";
	width: 310px;
	height: 70px;
	margin: -5px 0px 0px -5px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 10;
	border: solid 4px rgba(255, 255, 255, 0.40);
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-webkit-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s ease-in;
	-moz-transition: opacity 0.2s, -moz-transform 0.2s ease-in;
	transition: opacity 0.2s, transform 0.2s ease-in;
	opacity: 0;
}

a.btn-01:hover::before, button.btn-01:hover::before {
	-webkit-transition: opacity 0.5s, -webkit-transform 0.2s ease-out;
	-moz-transition: opacity 0.5s, -moz-transform 0.2s ease-out;
	transition: opacity 0.5s, transform 0.2s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

button.btn-01.inactive::before {
	border: solid 4px rgba(255, 255, 255, 0);
	-webkit-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	opacity: 0;
}

a.btn-01.dark, button.btn-01.dark {
	color: #333;
	background-color: none;
	border: solid 1px rgba(0, 0, 0, 1);
}

a.btn-01.dark::before, button.btn-01.dark::before {
	margin: -6px 0px 0px -6px;
	border: solid 4px rgba(0, 0, 0, 0.40);
}

a.btn-01.dark:hover, button.btn-01.dark:hover {
	color: #FFF;
	background: rgba(0, 0, 0, 1);
}

body.dark-mode a.btn-01.dark, body.dark-mode button.btn-01.dark {
	background-color: rgba(255, 255, 255, 0.20);
	color: #FFF;
	border: none;
}

body.dark-mode a.btn-01.dark::before, body.dark-mode button.btn-01.dark::before {
	margin: -5px 0px 0px -5px;
	border: solid 4px rgba(255, 255, 255, 0.40);
}

body.dark-mode a.btn-01.dark:hover, body.dark-mode button.btn-01.dark:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #333;
}

a.btn-01.red {
	color: #FFF;
	background-color: rgba(226, 25, 48, 1);
	border: solid 1px rgba(226, 25, 48, 0);
}

a.btn-01.red::before {
	margin: -6px 0px 0px -6px;
	border: solid 4px rgba(226, 25, 48, 0.40);
}

a.btn-01.red:hover {
	background: rgba(226, 25, 48, 1);
}

a.btn-01.medium, button.btn-01.medium {
	width: 240px;
	height: 50px;
	padding: 15px 0px 0px 0px;
}

a.btn-01.medium::before, button.btn-01.medium::before {
	width: 242px;
	height: 52px;
}

a.btn-01.small {
	padding: 11px 0px 0px 0px;
	width: 180px;
	height: 40px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.02em;
}

a.btn-01.small::before {
	width: 182px;
	height: 42px;
}

@media only screen and (max-width: 320px) {
	a.btn-01, button.btn-01 {
		width: 270px;
	}
	a.btn-01::before, button.btn-01::before {
		width: 280px;
	}
}

p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
}

@media only screen and (max-width: 540px){
	p {
		font-size: 1em;
	}
}

.hero-container {
	width: 100%;
  min-height: 100vh;
	padding: 0px;
	position: relative;
	display: flex;
	justify-content: center;
}

.hero-copy-container {
	width: 100%;
	padding: 50px 0px;
	margin: 170px 0px 100px 0px;
	max-width: 540px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transform: translateY(20px);
	transition: all 500ms ease;
}

.hero-copy-container.active {
	opacity: 1;
	transform: translateY(0px);
}

.hero-copy-container img {
	width: 100%;
	margin: 0px auto;
	max-width: 340px;
	display: block;
}

.hero-copy-container h2 {
	margin: 20px 0px 20px 0px;
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	text-wrap: balance;
}

.hero-copy-container p {
	margin: 20px 0px 0px 0px;
	text-wrap: balance;
}

.hero-video-container {
	width: 100%;
	top: 70px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

.hero-video-container video {
	width: 100%;
	height: 180%;
	object-fit: cover;
	object-position: center;
}

.hero-video {
	width: 100%;
	height: 160vh;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 70px;
	left: 0px;
}

.logo-lockup {
	width: 100%;
	max-width: 320px;
	margin: 40px auto 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-lockup svg,
.logo-lockup img {
	width: 50%;
	display: block;
}

.logo-lockup .divider {
	width: 4px;
	height: 50px;
	margin: 0px 20px;
	background-color: #FFF;
}

.card-module {
	width: 100%;
	max-width: 960px;
	margin: 280px auto 0 auto;
	padding: 40px 20px;
	gap: 40px;
	display: flex;
	flex-wrap: wrap;
}

.card {
	width: 50%;
	flex: 1 1 calc(50% - 20px);
	padding: 2px;
	border-radius: 50px;
	overflow: hidden;
	display: flex;
	position: relative;
	border: none;
	background-size: cover;
	background-position: center;
}

.card-overlay {
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	background: linear-gradient(0deg,rgba(8, 1, 22, 1) 0%, rgba(32, 8, 59, 1) 80%);
	opacity: .4;
	position: absolute;
}

.card-content {
	height: 100%;
	padding: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 48px;
	align-content: center;
}

.card-content img {
	width: 100%;
	max-width: 200px;
	margin: 0px auto;
	display: block;
}

.card-content h2 {
	width: 100%;
	margin: 10px 0px 0px 0px;
	color: rgba(255, 255, 255, 1);
	font-family: 'MADEOuterSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	letter-spacing: -0.02em;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	text-wrap: balance;
}

.card-content h3 {
	width: 100%;
	margin: 10px 0px 0px 0px;
	color: rgba(255, 255, 255, 1);
	font-family: 'MADEOuterSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: -0.02em;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	text-wrap: balance;
}

.card-content h4 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	color: #FFC30A;
	font-family: 'MADEOuterSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: -0.02em;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}

.card-content p {
	width: 100%;
	margin: 10px 0px 0px 0px;
	font-size: 1em;
	text-wrap: balance;
}

.card-content p.small {
	margin: 20px 0px 0px 0px;
	font-size: .8em;
	color: rgba(255,255,255,.6);
}

.cta-buttons-copy	{
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	padding: 0px 20px 120px 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cta-buttons-copy	img {
	width: 100%;
	max-width: 540px;
	margin: 10px 0px 30px 0px;
	display: block;
}

.cta-buttons-copy h3 {
	width: 100%;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
}

.cta-buttons-copy h3 strong {
	font-weight: 700;
}

.cta-buttons-copy h3.has-margin {
	margin-top: 20px;
}

.cta-buttons-copy h4 {
	width: 100%;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
}

.cta-buttons-copy h4 strong {
	font-weight: 700;
}

.cta-buttons-copy a {
	margin: 20px 10px 0px 10px;
}

.cta-buttons-copy p.small {
	width: 100%;
	margin-top: 20px;
}

.phone-fill {
	width: 50%;
	flex: 1 1 calc(50% - 20px);
	position: relative;
}

.phone-fill .phone-image {
	width: 100%;
	top: -50px;
	left: 0px;
	bottom: -50px;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.split-module {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

.split-module .container {
	width: 100%;
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
}

.split-module.peek {
	margin-top: -50px;
}

.split-module .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.split-module .bg.gradient {
	background: linear-gradient(-45deg,#FFC30A,#FF7D0F,#E61E37,#AF008C,#5A0078);
}

.split-module .content {
	width: 50%;
	padding: 50px 10px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.split-module .content .img-object {
	width: 100%;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

.split-module.no-contain .content .img-object {
	top: -40px;
	bottom: -40px;
}

.split-module .content .copy {
	width: 100%;
	max-width: 280px;
	text-align: center;
}

.split-module .content .copy img {
	width: 100%;
	display: block;
}

.split-module .content .copy h2 {
	font-size: 1.4em;
	color: #FFF;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.split-module .content .copy p {
	margin: 10px 0px 0px 0px;
	text-wrap: balance;
}

footer {
	width: 100%;
	padding: 50px 0px;
	background-color: #18092C;
}

.social-container {
 width: 100%;
}

.social-container ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
}

.social-container ul li {
	width: 40px;
	height: 40px;
	margin: 0px 8px;
}

.social-container ul li a {
	width: 100%;
	display: block;
}

.social-container ul li a img {
	width: 100%;
	display: block;
}

.disclaimer-copy {
	width: 100%;
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.disclaimer-copy h3 {
	width: 100%;
	font-size: 1.2em;
	letter-spacing: -0.02em;
	line-height: 1em;
	text-align: center;
}

.disclaimer-copy p {
	width: 100%;
	max-width: 960px;
	margin: 15px auto 0px auto;
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
}

.footer-locations {
	width: 100%;
	margin-top: 20px;
	padding: 10px 0px;
	border-top: solid 1px rgba(255,255,255,.2);
	border-bottom: solid 1px rgba(255,255,255,.2);
}

.footer-locations ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
}

.footer-locations ul li {
	margin: 5px 10px;
}

.footer-locations ul li a {
	font-size: .8em;
	line-height: 1.1em;
	color: #FFF;
	display: block;
	text-align: center;
	white-space: no-wrap;
}

.footer-rmg {
	width: 100%;
	padding: 0px 20px;
	margin: 30px auto 0px auto;
	max-width: 360px;
}

.footer-rmg ul {
	width: 100%;
	display: flex;
	justify-content: center;
	list-style-type: none;
}

.footer-rmg ul li {
	margin: 0px 4px;
}

.footer-rmg ul li a {

}

.footer-rmg ul li img {
	height: 25px;
	display: block;
}

.footer-rmg p {
	font-size: .6em;
	line-height: 1.6em;
	color: rgba(255,255,255,.4);
}

.footer-rmg p a {
	color: #E21C30;
	font-weight: bold;
	text-decoration: underline;
}


.download-modal {
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0;
	display: none;
	transition: opacity 0.3s;
	overflow: auto;
}

.download-modal.active {
	opacity: 1;
}

.download-modal-container {
	width: 100%;
	margin: auto;
	max-width: 370px;
	border-radius: 20px;
}

.download-modal-header {
	width: 100%;
	padding: 20px 20px;
	background: #180532;
	border-radius: 20px 20px 0px 0px;
	position: relative;
	display: flex;
}

.download-modal-header svg {
	width: 100%;
	max-width: 120px;
	display: block;
}

.download-modal-close {
	width: 15px;
	height: 15px;
	background-image: url(/assets/images/close-x-icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	transition: transform 0.3s;
}

.download-modal-close:hover {
	transform: scale(1.2,1.2);
	cursor: pointer;
}

.download-modal-body {
	padding: 20px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 0px 0px 20px 20px;
}

.download-modal-body h2 {
	width: 100%;
	font-size: 1em;
	color: #180532;
	text-align: center;
}

.download-modal-body p {
	width: 100%;
	margin: 10px 0px 0px 0px;
	font-size: .8em;
	color: #180532;
	text-align: center;
}

.download-modal-body p span {
	font-weight: bold;
}

.cta-button {
	height: 40px;
	padding: 10px 20px;
	margin: 15px 0px 0px 0px;
	font-family: 'MADEOuterSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: rgba(255,255,255,1);
	font-size: .8em;
	display: inline-block;
	text-decoration: none;
	border-radius: 40px;
	position: relative;
	transition: transform 0.3s;
	text-decoration: none;
	will-change: transform;
}

.cta-button:hover {
	transform: scale(1.02,1.02);
}

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

.cta-button.o-gradient {
	background: linear-gradient(45deg, rgba(254,149,13,1) 0%, rgba(241,77,31,1) 100%);
}

.cta-button.p-gradient {
	background: linear-gradient(45deg, rgba(234,53,38,1) 0%, rgba(104,2,132,1) 100%);
}

.cta-button::after {
	content: '';
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background: #20083B;
	border-radius: 40px;
	position: absolute;
	transition: opacity 0.3s;
	opacity: 1;
}

.cta-button:hover::after {
	opacity: 0;	
}

.cta-button.d-display {
	display: inline-block;
}

.cta-button.m-display {
	display: none;
}

.cta-button.o-gradient-solid {
	background: linear-gradient(45deg, rgba(254,149,13,1) 0%, rgba(241,77,31,1) 100%);
}

.cta-button.o-gradient-solid::after {
	background: none;
}

.affiliate-module {
	width: 100%;
	padding: 100px 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #1b1b1b;
	background: linear-gradient(-45deg,#FFC30A,#FF7D0F,#E61E37,#AF008C,#5A0078);
	background-color: rgba(90,0,120,1);
}

.affiliate-module-container {
	width: 100%;
	padding: 0px 20px;
	max-width: 1140px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.affiliate-module-copy {
	width: 100%;
	max-width: 640px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.affiliate-module-copy .cta-button {
	width: 180px;
	height: 40px;
	padding: 10px 20px;
	margin: 15px 0px 0px 0px;
	font-family: 'MADEOuterSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: rgba(255,255,255,1);
	font-size: .8em;
	display: inline-block;
	text-decoration: none;
	border-radius: 40px;
	position: relative;
	transition: all 0.3s;
	border: solid 1px rgba(255,255,255,1);
	text-align: center;
	background: rgba(255,255,255,0);
}

.affiliate-module-copy .cta-button:hover {
	transform: scale(1.02,1.02);
	background: rgba(255,255,255,1);
	color: #20083B;
}

.affiliate-module-copy .cta-button span {
	position: relative;
	z-index: 1;
}

#affiliate-form {
	max-width: none;
}

#af-form h2 {
	text-align: center;
}

#af-form p:not(#terms-label) {
	margin: 10px 0px 0px 0px;
	font-size: .9em;
	text-wrap: balance;
}

#af-form #terms-label {
	margin: 0px 0px 0px 5px;
}

.af-form-content {
	width: 100%;
	max-width: 640px;
	margin: 0px auto;
	padding: 15px 0px 30px 0px;
	transition: all .3s;
	opacity: 1;
}

.af-form-content.success{
	opacity: 0;
}

.af-form-content form {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

.af-form-content form .input-container {
	width: 100%;
	padding: 5px 10px 0px 10px;
}

.af-form-content form .input-container.half {
	width: 50%;
	padding: 5px 10px 0 10px;
}

.af-form-content form .input-container label {
	width: 100%;
	margin: 0px 0px 5px 0px;
	color: rgba(255,255,255,1);
	font-size: 1em;
	line-height: 1.2em;
}

.af-form-content form .input-container input {
	width: 100%;
	height: 50px;
	padding: 0px 0px 0px 14px;
	border-left: none;
	border-right: none;
	border-top: none;
	color: rgba(255,255,255,1);
	border: solid 1px rgba(255,255,255,.2);
	background-color: #190532;
	border-radius: 4px;
	font-size: 1em;
	font-family: 'Montserrat',"Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
}

.af-form-content form .error-dialog {
	height: 12px;
	padding: 0px 0px 0px 16px;
	margin: 4px 0px 0px 0px;
	opacity: 0;
}

.af-form-content form .error-dialog.active {
	opacity: 1;
}

.af-form-content form .bootstrap-select .btn {
	border-radius: 4px;
	border: solid 1px rgba(255,255,255,.2);
}

.af-form-content form .bootstrap-select .dropdown-toggle .filter-option,
.af-form-content form .bootstrap-select .dropdown-toggle .filter-option-inner,
.af-form-content form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	height: 50px;
	line-height: 1.2em;
	padding-top: 5px;
	overflow: hidden;
	font-size: 16px;
	font-family: 'Montserrat',"Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	font-weight: 400;
}

@media only screen and (max-width: 960px) {
	.fc-copy h2 {
		font-size: 1.8em;
	}
}

@media only screen and (max-width: 768px) {
	.hero-map-content .image-container {
		margin: 160px 0px 160px 0px;
	}

	.hero-map-copy svg {
		max-width: 280px;
	}

	.hero-map-copy p {
		margin: 20px auto 0px auto;
		font-size: 1em;
	}

	.card-module {
		padding: 40px 20px;
	}

	.card-content {
		padding: 40px 20px;
	}

	.card-content h2 {
		font-size: 1.6em;
	}

	.card-content p {
		font-size: 1em;
		text-wrap: balance;
	}

	.ic-module {
		padding: 120px 0px;
	}

	.ic-copy p {
		font-size: 1em;
	}

	.ic-list {
		column-count: 1;
	}

	.cta-button.d-display {
		display: none;
	}
	
	.cta-button.m-display {
		display: inline-block;
	}

	.fc-module {
		padding: 60px 0px;
	}

	.features-list div {
		width: 50%;
		padding: 20px;
	}

	.icb-copy p {
		font-size: 1em;
	}

	.fc-copy p {
		font-size: 1em;
	}

	.disclaimer-copy h3 {
		font-size: 1em;
	}

	.disclaimer-copy p {
		font-size: .8em;
	}
}

@media only screen and (max-width: 575px) {
	.af-form-content form .input-container.half {
		width: 100%;
		padding: 5px 10px 0 10px;
	}
}

@media only screen and (max-width: 640px) {

	header {
		height: 60px;
	}

	.hero-video {
		top: 0px;
		height: 160vh;
	}

	.hero-container {
		padding: 0px 20px;
	}

	.hero-copy-container {
		margin: 110px 0px 50px 0px;
	}

	.hero-map-copy svg {
		max-width: 280px;
	}

	.hero-map-content .image-container {
		margin: 150px 0px 130px 0px;
	}

	.sub-section-container {
		margin-top: -50px;
		flex-wrap: wrap;
	}

	.card {
		margin: 0px;
		width: 100%;
		flex: 1 1 calc(100% - 20px);
		aspect-ratio: 4/3;
	}

	.card-content {
		align-content: center;
	}

	.card-content h2 {
		font-size: 2em;
	}

	.card-module {
		gap: 20px;
	}

	.phone-fill .phone-image {
		height: 280px;
		top: 0px;
		left: 0px;
		bottom: 0px;
		position: relative;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.cta-button {
		width: 100%;
		max-width: 280px;
		height: 50px;
		margin: 20px auto 0px auto;
		padding: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cta-button.m-display {
		display: flex;
		justify-content: center;
	}

	.icb-module-container {
		flex-wrap: wrap;
	}

	.split-module .content {
		width: 100%;
		padding: 0px 0px;
	}

	.split-module .content .img-object {
		height: 280px;
		margin: 40px auto 0px auto;
		position: relative;
		background-position: center;
	}

	.split-module.no-contain .content .img-object {
		top: 0px;
		bottom: 0px;
	}

	.split-module .content .img-object {
		top: 0px;
		bottom: 0px;
		left: 0px;
	}

	.split-module .content .copy {
		margin: 40px auto;
	}
}

@media only screen and (max-width: 375px) {

	.hero-map-content .image-container {
		margin: 90px 0px 220px 0px;
	}

	.hero-map-copy {
		top: 100%;
	}

	.hero-map-copy svg {
		max-width: 160px;
	}

	.sub-section-container {
		margin-top: -30px;
	}

	.ic-module {
		padding: 80px 0px 80px 0px;
	}

	.footer-locations ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 374px) { 
	.card-content h2 {
		font-size: 1.6em;
	}
}

.animate div:not(.animate-exclude) {
	opacity: 0;
	transform: translateY(20px);
	transition: all 500ms ease;
}

.animate.active div:not(.animate-exclude) {
	opacity: 1;
	transform: translateY(0px);
}

ul.apps-list {
	padding: 0px;
	margin: 30px 0px 0px 0px;
	text-align: center;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.apps-list li {
	width: 50%;
	max-width: 200px;
	padding: 0px;
	/* margin: 0px 0px 0px -4px; */
	list-style-type: none;
}

ul.apps-list li:first-child {
	/* margin: 0px 20px 0px 0px; */
}

ul.apps-list li a {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.3s;
	transform: scale(1);
	-webkit-transform: scale(1);
}

ul.apps-list li a:hover {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}

ul.apps-list li a:active {
	transform: scale(1);
	-webkit-transform: scale(1);
}

ul.apps-list li button img {
	width: 100%;
	margin: 0px auto;
	display: block;
}

.icb-module {
	width: 100%;
	display: flex;
	justify-content: center;
	background-image: url(/assets/images/website-betparx-module-smoke-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.icb-module-container {
	width: 100%;
	padding: 0px 20px;
	max-width: 1140px;
	display: flex;
	align-content: center;
}

.icb-image {
	width: 50%;
}

.icb-image-img {
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/website-betparx-chickies-phones-fg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: scale(1.25, 1.25);
}

.icb-img-m {
	display: none;
}

.icb-copy {
	width: 50%;
	padding: 120px 0px 120px 50px;
	text-align: left;
}

.icb-copy h2 {
	width: 100%;
	font-size: 2.4rem;
	letter-spacing: -0.02em;
	line-height: 1em;
	text-align: left;
}

.icb-copy p {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.4em;
	text-align: left;
}

ul.apps-list {
	padding: 0px;
	margin: 30px 0px 0px -5px;
	text-align: center;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	display: flex;
}

ul.apps-list li {
	width: 100%;
	/* width: 50%; */
	max-width: 200px;
	padding: 0px;
	margin: 5px;
	/* margin: 0px 0px 0px -4px; */
	list-style-type: none;
}

ul.apps-list li:first-child {
	/* margin: 0px 20px 0px 0px; */
}

ul.apps-list li button {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.3s;
	transform: scale(1);
	-webkit-transform: scale(1);
}

ul.apps-list li button:hover {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}

ul.apps-list li button:active {
	transform: scale(1);
	-webkit-transform: scale(1);
}

ul.apps-list li button img {
	width: 100%;
	margin: 0px auto;
	display: block;
}

@media only screen and (max-width: 540px) {

	header {
		height: 60px;
	}

	.hero-container {
		padding: 0px 20px;
	}

	.hero-map-copy svg {
		max-width: 280px;
	}

	.hero-map-content .image-container {
		margin: 150px 0px 130px 0px;
	}

	.sub-section-container {
		margin-top: -50px;
		flex-wrap: wrap;
	}

	.card {
		margin: 0px;
		width: 100%;
	}

	.card:nth-of-type(2) {
		margin: 0px 0px 0px 0px;
		/* margin: 20px 0px 0px 0px; */
	}

	.card-content {
		align-content: center;
	}

	.card-content h2 {
		font-size: 2em;
	}

	.ic-module {
		padding: 100px 0px 100px 0px;
	}

	.ic-module-container {
		flex-wrap: wrap;
		flex-flow: column-reverse;
	}

	.ic-copy {
		width: 100%;
		margin-top: 80px;
	}

	.ic-image {
		width: 100%;
	}

	.ic-image-container::after {
		top: -20px;
		right: -20px;
		bottom: -20px;
		border-radius: 0px 65px 65px 0px;
	}

	.ic-list li {
		margin: 0px 0px 15px 0px;
	}

	.ic-list li .cta-button {
		width: 100%;
		max-width: 320px;
		height: 50px;
		margin: 20px auto 0px auto;
		padding: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.ic-list li .cta-button.m-display {
		display: flex;
		justify-content: center;
	}

	ul.apps-list {
		justify-content: center;
	}

	.features-list div {
		width: 100%;
		padding: 10px 0px;
	}	
}

@media only screen and (max-width: 675px) {
	.icb-module-container {
		flex-wrap: wrap;
	}

	.icb-image {
		width: 100%;
	}

	.icb-image-img {
		background: none;
	}

	.icb-img-m {
		width: 100%;
		max-width: 380px;
		margin: 0px auto;
		display: block;
	}

	.icb-copy {
		width: 100%;
		padding: 100px 0px;
	}

	.icb-copy h2 {
		text-align: center;
	}

	.icb-copy p {
		text-align: center;
	}

	ul.apps-list {
		margin: 30px 0px 0px 0px;
		justify-content: center;
	}
}

@media only screen and (max-width: 480px) { 
	ul.apps-list {
		flex-wrap: wrap;
	}

	ul.apps-list li {
		width: 100%;
		max-width: none;
		margin: 0px 0px 20px 0px;
		display: flex;
		justify-content: center;
	}

	ul.apps-list li:first-child {
		margin: 0px 0px 20px 0px;
	}

	ul.apps-list li a {
		width: 100%;
		max-width: 200px;
	}
}


label {
	display: block;
	margin-bottom: 0;
}

/* .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
} */

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: rgba(255,255,255,1);
	background-color: none;
	border-color: none;
}

.dropdown-toggle::after {
	border-top: .3em solid rgba(255,255,255,1);
}

.bootstrap-select .btn {
	background: none !important;
	border-radius: 50px;
}

.btn-light,
.btn-light:hover,
.btn-light:active {
	color: #FFF;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #FFF;
}

.btn-light:hover, .btn-light:focus, .btn-light.focus, .btn-light:active, .btn-light.active, .open>.dropdown-toggle.btn-light {
	color: #FFF;
}

.btn-light.focus, .btn-light:focus {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option,
.bootstrap-select .dropdown-toggle .filter-option-inner,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	height: 50px;
	line-height: 1.2em;
	padding-top: 5px;
	overflow: hidden;
	font-family: 'MADEOuterSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

body.dark-mode .dropdown-menu {
	background-color: #5A0078;
}

body.dark-mode .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: rgba(0,0,0,.2);
}

.bootstrap-select {
	width: 100%;
	height: 50px;
	background: none;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	padding-top: 8px;
	color: rgba(255,255,255,1);
}

.form-group {
	margin-bottom: 0px;
}

form .select-input {
	position: relative;
}

form .select-input label {
	padding: 0px 6px;
	color: rgba(43,43,43,.7);
	font-size: 1em;
	font-family: 'Montserrat',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	top: 0px;
	left: 0px;
	position: absolute;
	transform: translate(6px, 13px) scale(1);
	transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
	transform-origin: top left;
	cursor: text;
	color: rgba(43,43,43,.6);
	background-color: rgba(255,255,255,1);
	z-index: 101;
}

form {
	width: 100%;
	margin: 20px auto 0 auto;
	max-width: 320px;
}

form .input-container {
	width: 100%;
}

.input-container.hidden {
	display: none;
}

.map-container  form .select-input label {
	background-color: #190532;
	color: #FFF;
}

form .input-container .select-input {
	width: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

form .input-container .select-input .btn {
	background-color: #190532 !important;
	border: solid 2px rgba(255,255,255,1);
}

form .input-container .select-input .dropdown-menu {
	background-color: #5A0078;
	color: #fff;
	font-size: 1em;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 10px;
	border: none;
	box-shadow: 0 0 0 0 rgba(38,38,68,.15),0 5px 80px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 0 0 rgba(38,38,68,.15),0 5px 80px 0 rgba(0,0,0,.4);
}

form .input-container .select-input .dropdown-menu.inner {
	border-radius: 0px;
}

form .input-container .select-input .dropdown-menu > li > a {
	display: block;
	padding: 5px 12px 5px 12px;
	clear: both;
	font-family: 'Montserrat',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
	color: #fff;
	white-space: nowrap;
}

form .dropdown-item.active, form .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,.1);
}

form .dropdown-item:focus, form .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: rgba(255,255,255,.1);
}

body.dark-mode .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: rgba(255,255,255,.1);
}

.numbered-list {
	width: 100%;
	text-align: center;
	padding-left: 0;
	margin: 0 0 10px 0;
	list-style-type: decimal !important;
	list-style-position: inside;
}

.numbered-list li {
	margin: 10px 0 0 0;
	font-family: 'Montserrat',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
	color: #fff;
	text-wrap: balance;
}