/* Color Tokens */
.primary {
	color: #FF0009; /* $primary */
}

.secondary {
	color: #D7D7D7; /* $secondary */
}

.tertiary {
	color: #FFF212; /* $tertiary */
}

.light {
	color: #FEFEFE; /* $light */
}

.dark {
	color: #201E1E; /* $dark */
}
/* End Color Tokens */

/* home page sections */
#advanceNotice {
	font-family: 'Muli', sans-serif;
}
.redrow1 {
	background:#F00;
	width:100%;
	padding:0 40px;
}
.redrow2 {
	background:#FFF;
	width:100%;
	padding:0 40px;
}
.redrow2 .sectright {
	width: 80%;
	height: 100%;
	background-color: #F00;
	position: relative;
	clip-path: ellipse(55% 75% at 50% 20%);
}
.redrow1 .redbtn {
	color: #FF0009;
	background-color: #FEFEFE;
	z-index: 0;
	transition: background-color .5s ease 0s;
	width:300px;
	padding-top:1em;
	float:right;
}
.redrow2 .redbtn {
	color: #FEFEFE;
	background-color: #FF0009;
	z-index: 0;
	transition: background-color .5s ease 0s;
	width:200px;
	float:right;
}

.redrow2 .sectright img {
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: auto;
	max-height: 100%;
	margin-left: 50%;
}

.redrow2 .sectleft h1 {
	color: #000000;
	font-size: 4em;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 1.5em;
	padding-left: 1em;
}

.redrow2 .sectleft div {
	font-weight: 400;
	font-style: normal;
	color: rgb(0 0 0);
	font-kerning: none;
	text-decoration: none;
	width: 600px;
	font-size: 22px;
	margin: 1.5em 3em;
}


.redrow1 .sectleft {
	width: 80%;
	height: 100%;
	background-color: white;
	position: relative;
	clip-path: ellipse(55% 75% at 50% 20%);
}
.redrow1 .sectleft img {
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: auto;
	max-height: 100%;
	margin-left: 50%;
}
.redrow1 .sectright h1 {
	color: #FFF;
	font-size: 4em;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom:.4em;
}

.redrow1 .sectright div {
	font-weight: 400;
	font-style: normal;
	color: rgb(246, 246, 246);
	font-kerning: none;
	text-decoration: none;
	width:600px;
	font-size:22px;
	margin-bottom:1.5em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.home-money1, .home-money2, .home-money3 {
	position:absolute;
}
.home-money1 {
	width:400px;
	margin-top:-40px;
	/*margin-top:-100px;*/
	/*z-index: 3;*/
}
.home-money2 {
	width: 250px;
	margin-top: -50px;
	margin-left: 250px;
}
.home-money3 {
	width: 350px;
	margin-left: -180px;
	margin-top: 90px;
}

/* Corporate Banner Area */
.home-search-box {
	position: relative;
	display: flex;
	align-items: center;
}
.home-search-box input {
	background-color: red;
	color: white;
	padding-left: 2.5rem;
	border: 1px solid darkred;
	border-radius:.5em;
}
.home-search-box .search-icon {
	position: absolute;
	left: 20px;
	color: white;
	transition: color 0.3s ease;
}
.home-search-box input:focus ~ .search-icon {
	color: #FF0009 !important;
}

.home-search-box input::placeholder {
	color: white;
}

.banner-area {
	position: relative;
	width:100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0;
	overflow: hidden;
}

.banner-area:before {
	content: '';
	width: 80%;
	height: 130%;
	/*background-image: url(../images/Campaign2_2023.png);*/
	position: absolute;
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	/* top: -70px; */
	left: -2%;
	z-index: 2;
}
#refundAdvanceNotice {
	width: 70em;
	margin: 8em auto;
	z-index: 200;
	position: relative;
}
.banner-area:after {
	content: '';
	width: 39%;
	height: 100%;
	background-image: url(../images/Campaign_2023.png);
	position: absolute;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	right: 13vw;
	/*right: 150px;*/
	z-index: 2;
	/*bottom: -2%;*/
	top:-3vw;
	/*top:-75px;*/
}

.banner-area .info {
	padding: 4.5em 2% 1em 2%;
	opacity: 1;
	transition: opacity 1s ease 3.25s;
	position: relative;
	z-index: 2;
	display: table;
	margin-left: 200px;
	width: auto;
	text-align: center;
	box-shadow: 0 0 4em rgba(255,255,255,0.7);
	background-image: radial-gradient(ellipse at 50% 50%,rgba(255,255,255,0.83) 0%,rgba(255,255,255,0.2) 100%);
}

.banner-area .info .info-tagline {
	text-align: left;
	font-family: 'Muli', sans-serif;
}

.banner-area.sp .info .info-tagline {
	display: table;
	margin: auto;
}

.ready .banner-area .info {
	opacity: 1;
}

.banner-area .info .info-tagline > strong {
	/*font-size: 6em;*/
	font-size: 5em;
	position: relative;
	-webkit-transform: translateY(.5em);
	-ms-transform: translateY(.5em);
	transform: translateY(.5em);
	transition: transform 1s ease 3.25s;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
}


.banner-area .info > em {
	text-align: center;
	margin: auto;
	font-style: italic;
	color: #000;
	/*font-size: 3em;*/
	font-size: 1.7em;
}

.banner-area .info p {
	margin: .5em auto;
	font-size: .9em;
	font-weight: 600;
}

.banner-area .info .btn {
	position: relative;
	transition: transform 1s ease 3.25s, background-color .5s ease 0s;
	margin-top: 1em;
}

.ready .banner-area .info .btn {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.banner-area .open-animation {
	background-color: #FEFEFE; /* $light */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 1s ease 3s;
	border-bottom: solid 1px #CECECE; /* darken($light,15%) */
}

.ready .banner-area .open-animation {
	opacity: 0;
}

.banner-area .open-animation img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-5em,-50%) scale(.1,.1);
	-ms-transform: translate(-5em,-50%) scale(.1,.1);
	transform: translate(-5em,-50%) scale(.1,.1);
	opacity: 0;
	transition: opacity 1s ease 0s, transform 2.5s ease 0s;
	display: block;
}

.ready .banner-area .open-animation img {
	-webkit-transform: scale(1,1) translate(-50%,-50%);
	-ms-transform: scale(1,1) translate(-50%,-50%);
	transform: scale(1,1) translate(-50%,-50%);
	opacity: 1;
}

.banner-area .info .sub-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.banner-area .info .sub-title em {
	text-transform: uppercase;
	font-style: normal;
	font-size: 3.333em;
	line-height: 1;
	text-align: right;
}

.banner-area .info .sub-title em span {
	display: block;
}

.banner-area .info .sub-title strong {
	color: #FF0009; /* $primary */
	font-size: 6.556em;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

/* Advance Notice */

#advanceNoticeTD > strong {
	font-size: 4em;
	position: relative;
	-webkit-transform: translateY(.5em);
	-ms-transform: translateY(.5em);
	transform: translateY(.5em);
	transition: transform 1s ease 3.25s;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
}

#advanceNotice .advanceMoney {
	font-size:7em;
	color:#FF0009;
	font-family: "Fleur De Leah", serif;
	font-style: normal;
	display: block;
	margin-top:50px;
	/*font-weight: bold;*/
	/*text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00;*/
}

#advanceNoticeTD > strong span {
	letter-spacing: 5px;
	position: relative;
	-webkit-transform: translateY(.5em);
	-ms-transform: translateY(.5em);
	transform: translateY(.5em);
	transition: transform 1s ease 3.25s;
	text-transform: uppercase;
	font-weight: 900;
	margin-top:-.6em;
	font-size:1em;
	display:block;
}

#advanceNotice .sub-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top:-30px;
}

#advanceNotice .sub-title em {
	text-transform: uppercase;
	font-style: normal;
	font-size: 3.333em;
	line-height: 1;
	text-align: right;
}

#advanceNotice .sub-title em span {
	display: block;
}

#advanceNotice .sub-title strong {
	color: #FF0009; /* $primary */
	font-size: 5.556em;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

#advanceNotice .sub-title strong em {
	color:#000;
	font-size: .27em;
	position: relative;
	-webkit-transform: translateY(.5em);
	-ms-transform: translateY(.5em);
	transform: translateY(.5em);
	transition: transform 1s ease 3.25s;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
	display: block;
	margin-top:-25px;
}

.locator_pin {
	width:22%;
	position:absolute;
	float:right;
	margin-top:-55px;
	margin-left:20px;
	content: url('/assets/images/locator_pin.png');
}
/*.banner-area .info .info-tagline > strong:after {*/
/*	content: '';*/
/*	width: 40%;*/
/*	height: 3px;*/
/*	background-color: #FF0009;*/
/*	position: absolute;*/
/*	bottom: .21em;*/
/*}*/
/* End Corporate Banner Area */

/* Money */
.dollar-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
}

.dollar-container.right {
	float: none;
}

.dollar-container.left {
	float: none;
}

.dollar-container > div {
	position: absolute;
	width: 100px;
	height: 100px;
	-webkit-animation-iteration-count: infinite, infinite;
	animation-iteration-count: infinite, infinite;
	-webkit-animation-direction: normal, normal;
	animation-direction: normal, normal;
	-webkit-animation-timing-function: linear, ease-in;
	animation-timing-function: linear, ease-in;
}

.dollar-container > div > img {
	position: absolute;
	width: 100px;
	height: 100px;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-transform-origin: 50% -100%;
	-ms-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

@-webkit-keyframes fade {
	0% { opacity: 1; }
	95% { opacity: 1; }
	100% { opacity: 0; }
}

@-moz-keyframes fade {
	0% { opacity: 1; }
	95% { opacity: 1; }
	100% { opacity: 0; }
}

@-o-keyframes fade {
	0% { opacity: 1; }
	95% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fade {
	0% { opacity: 1; }
	95% { opacity: 1; }
	100% { opacity: 0; }
}

@-webkit-keyframes drop {
	0% { -webkit-transform: translate(0px, -50px); }
	100% { -webkit-transform: translate(0px, 650px); }
}

@-moz-keyframes drop {
	0% { transform: translate(0px, -50px); }
	100% { transform: translate(0px, 650px); }
}

@-o-keyframes drop {
	0% { transform: translate(0px, -50px); }
	100% { transform: translate(0px, 650px); }
}

@keyframes drop {
	0% { transform: translate(0px, -50px); }
	100% { transform: translate(0px, 650px); }
}

@-webkit-keyframes clockwiseSpin {
	0% { -webkit-transform: rotate(-50deg); }
	100% { -webkit-transform: rotate(50deg); }
}

@-moz-keyframes clockwiseSpin {
	0% { transform: rotate(-50deg); }
	100% { transform: rotate(50deg); }
}

@-o-keyframes clockwiseSpin {
	0% { transform: rotate(-50deg); }
	100% { transform: rotate(50deg); }
}

@keyframes clockwiseSpin {
	0% { transform: rotate(-50deg); }
	100% { transform: rotate(50deg); }
}

@-webkit-keyframes counterclockwiseSpinAndFlip {
	0% { -webkit-transform: scale(-1, 1) rotate(50deg); }
	100% { -webkit-transform: scale(-1, 1) rotate(-50deg); }
}

@-moz-keyframes counterclockwiseSpinAndFlip {
	0% { transform: scale(-1, 1) rotate(50deg); }
	100% { transform: scale(-1, 1) rotate(-50deg); }
}

@-o-keyframes counterclockwiseSpinAndFlip {
	0% { transform: scale(-1, 1) rotate(50deg); }
	100% { transform: scale(-1, 1) rotate(-50deg); }
}

@keyframes counterclockwiseSpinAndFlip {
	0% { transform: scale(-1, 1) rotate(50deg); }
	100% { transform: scale(-1, 1) rotate(-50deg); }
}
/* End Money */

/* 1300px Responsive */
@media screen and (max-width:1300px) {
	.banner-area {
		width:100%;
	}
	.banner-area .info {
		padding: 2em 2%;
	}
	#dollarBills {
		display: none;
	}
	#refundAdvanceNotice {
		margin: 3em !important;
		padding-bottom: 3em !important;
		padding-left: -15%;
	}
	#advanceNotice {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
/* End 1300px Responsive */

/* 1440px Responsive */
@media screen and (max-width:1618px) {
	.banner-area:before {
		/* top: -70px; */
		left: -6%;
		z-index: 2;
	}
	.banner-area:after {
		right: 8%;
		z-index: 2;
		 /*bottom: 2%;*/
	}
}


@media screen and (max-width:1440px) {
	.banner-area:before {
		/* top: -70px; */
		left: -6%;
		z-index: 2;
	}
	.banner-area:after {
		right: 0;
		z-index: 2;
		/* bottom: -2%; */
	}
}
/* End 1440px Responsive */

/* 1360px Responsive */
@media screen and (max-width:1300px) {
	.banner-area:before {
		display: none;
	}
	.banner-area:after {
		display: none;
	}
}
/* End 1360px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
}
/* End 800px Responsive */


/*Casi 991*/
@media screen and (max-width: 991px) {
	#refundAdvanceNotice {
		margin-right: auto !important;
		margin-left: auto !important;
		width: 100% !important;
		padding-left: 30%;
		padding-bottom: 3vw;
	}
}
/*END Casi 991*/


/* 650px Responsive */
@media screen and (max-width:650px) {
	.banner-area .info .info-tagline {
		text-align: center;
		padding: 4em 0 0 0 !important;
	}

	.banner-area .info p {
		display: none;
	}
	.locator_pin {
		content: '';
	}
	.banner-area .info .info-tagline > strong:after {
		display: none;
	}

	.banner-area .info .btn {
		margin-top: .5em;
	}

	.banner-area .info > em {
		display: block;
		font-size: 1.5em;
	}

	.banner-area .info .sub-title {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: .7em;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.banner-area .info .sub-title em {
		font-size: 2.333em;
	}

	.banner-area .info {
		margin:auto;
	}

	.banner-area .info .info-tagline > strong {
		font-size: 4em;
	}
}
/* End 650px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	.banner-area .info p {
		display: none;
	}
	#refundAdvanceNotice {
		margin-left: auto;
		margin-right: auto;
		/*padding-left: -20%;*/
	}
	#advanceNotice {
		margin-right: auto !important;
		margin-left: auto !important;
	}
}
/* End 550px Responsive */

/* 500px Responsive */
@media screen and (max-width:500px) {
	.banner-area .info {
	}
}
/* End 500px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	.banner-area .info .btn {
		padding: .5em 2em;
	}
}
@media screen and (max-width:1000px) {
	#advanceNotice .advanceMoney {
		font-size: 3em;
		/*margin-top:0;*/
		margin: 0 auto;
		/*text-shadow: 0 -1px 4px #FFF, 0 -2px 4px #ff0, 0 -4px 4px #ff8000, 0 -1px 40px #F00;*/
	}
	#advanceNotice .sub-title strong {
		font-size: 2.8em;
		margin-top: 40px;
	}
	#advanceNotice .sub-title strong em {
		margin-top:0;
		margin-bottom:25px;
	}

	#refundAdvanceNotice {
		margin:0 auto !important;
		width: auto !important;

		/*width: 70em;*/
		z-index: 200;
		position: relative;
	}
	#advanceNoticeTD > strong {
		font-size:3em;
	}

}
/* End 400px Responsive */
