<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-ctas {
  padding-bottom: 20px;
}
.wrapper p{
  color:white;
    text-shadow: 1px 2px 1px #00000029;

}


.wrapper {
	padding-top: 20px;
}
.wrapper h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
  
	
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 3.5s linear infinite;
	display: inline-block;
	font-size: 24px;
	padding-bottom: 40px;
	font-family: Lato;
	text-shadow: 1px 2px 1px #00000029;
}
@keyframes textclip {
	to {
		background-position: 200% center;
	}
}
.hero-ctas {
	padding-top: 30px;
}
.hero-bg.cta_button {
	text-decoration: none;
	color: #fff;
	font-family: Lato;
	padding: 11px 22px;
	border-radius: 30px;
	transition: .3s all ease-in-out;
	font-weight: 900;
	font-size: 18px;
	display: inline-block;
	background: #ff7a59;
	text-align: center;
	transition: .3s all ease;
}
.hero-bg.cta_button:hover {
	color: #ff7a59;
	background: #fff;
	transition: .3s all ease;
}
.subpage_hero_container {
	background-size: cover;
	background-position: center;
	height: 400px;
}
.hero-bg h1 {
	color: #fff;
	margin: auto;
	text-shadow: 1px 2px 1px #00000029;
	font-family: Lato;
	font-size: 48px;
	font-weight: 900;
}
.sub_flex {
  display: flex;
    height: inherit;
    align-items: center;
	display: flex;
	
	
}
.sub_header {
	color: #fff;
}
.sub_header h1 {
	color: #fff;
	font: 900 48px Lato;
  
	
}
.sub_header h4 {
	color: #fff;
	margin: auto;
	text-shadow: 1px 2px 1px #00000029;
	font-family: Lato;
	font-size: 24px;
	padding-bottom: 40px;
	font-family: Lato;
	line-height:1.5;
	margin-top: 30px;
}
.subpage_shade_bg {
	/*     background-image: url(https://www.vipunet.com/hubfs/Vipu%202020/multimedia/blue%20V.svg); */
	
	height: inherit;
	background-repeat: no-repeat;
	/*     background-position-x: right; */
}

.banner {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  display: flex;
  flex-direction: row;
  margin-top: -80px;
  width: 100%;
  bottom: 50px;
  text-align:center;
  
  color:#fff;
  font-family:'lato';
  font-weight:800;
  font-size:16px;
  padding-top:30px;
  height:50px;
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
.text-banner {
width: 600px;
}
.banner_text {
 /* display:inline-block; */
  overflow:hidden;
  white-space:nowrap;
}

.banner_text:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 7s infinite;
}

.banner_text:last-of-type {
  width:0px;
  animation: reveal 7s infinite;
}

.banner_text:last-of-type span {
  margin-left:-355px;
  animation: slidein 7s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left: -80px; }
    100% { margin-left: -80px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:680px;}
    80% {opacity:1;}
    100% {opacity:0;width:680px;}
}


.banner_text p {
  font-size:16px;
  color:#999;
  margin-top:200px;
}
.banner .button a{
  margin-left: -30px;
  padding: 10px 40px 10px 40px;
  background-color: #FF843F;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: .2s;
  white-space: nowrap !important;
}
.banner .button a:hover {
background-color: #FF965A;

}

@media screen and (max-width:837px) {
  .banner
  {
    max-width: auto;
    justify-content: center;
    flex-direction: column;
    font-size: 14px !important;
    padding-top: 10px;
    height: 90px;
    margin-top:-100px
  }
  
  .banner .image {
  display:none;
  }
  .banner .button{
  margin-top: 10px;
  }
  .banner .button a {
   margin-left: 0px;
  }
  .text-banner {
    width: 600px;
    height: 40px;
    margin: 0 auto;
}
}

@media screen and (max-width:600px) {
  .text-banner {
    width: 100%;
    height: 40px;
    animation: none;
}
  .banner_text:last-of-type span {
    margin-left:0px;
  animation: showup 7s infinite;
}
  .banner_text:last-of-type {
    width: 100%;
    animation: showup 7s infinite;
}</pre></body></html>