html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@font-face {
  font-family: 'Los-Andes-Lota-Grotesque-Bold';
  src: url('./Los-Andes-Lota-Grotesque-Bold.woff') format('woff');
}
html,
body{
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Los-Andes-Lota-Grotesque-Bold';
	line-height: 1.2;
	background-color: rgba(255,255,255,1.0);
	color: rgba(255,255,255,1.0);
	font-size: 12px;
}
button{
	cursor: pointer;
}
p{
  margin: 0;
}
#banner{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
/*#text-wrapper{
	position: relative;
	margin: 0 auto;
}*/
#background{
	right: -1745px;
	top: 0px;
	width: 2560px;
	height: 1440px;
}
#slider-wrapper{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
#slider{
	position: relative;
	width: 100%;
	height: 100%;
}
#logo img{
	width: 100%;
	height: auto;
}
#button,
#cta{
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,1.0);
	background-color: rgba(25,71,110,1.0);
	border: none;
	font-family: 'Los-Andes-Lota-Grotesque-Bold';
	font-size: 12px;
	margin-top: 8px;
	padding: 6px 12px;
	border-radius: 18px;
}
.red-back{
	background-color: rgba(236,28,36,1.0);
}
.dark-red-back{
	background-color: rgba(142,20,36,1.0);
}
.blue-back{
	background-color: rgba(25,71,110,1.0);
}
.button-wrapper{
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.abs{
	position: absolute;
}
.gradient{
  background: linear-gradient(180deg, rgba(236,28,36,1.0) 20%, rgba(236,28,36,0.0) 100%);
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-widget-content {
	background-color: transparent;
  border: 0px solid white;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
}
.ui-slider .ui-slider-handle {
	position: absolute;
  outline: none;
	margin-left: -18px;
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
	-ms-touch-action: none;
	touch-action: none;
}
