<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#soarr-slider-wrapper {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 500px;
	background: #000;
	z-index: 80;
}

.soarr-slider {
    overflow:hidden !important;
    clear: both;
}

.soarr-slide-group {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    clear: both;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.soarr-slide-group:first-child {
	z-index: 100;
}

.soarr-slide-group:not(:first-child) {
	z-index: 99;
}

.soarr-slide-img {
	position: absolute;
	width: 100%;
	top: 0;
    left: 0;
}

.soarr-slide-img img {
	width: 100%;
}

.soarr-slide-text {
	text-align: left;
	position: relative;
	display: block;
	width: 40%;
	color: #000;
	background: rgba(255, 255, 255, .9);
	overflow: auto;
	padding: 10px;
	margin: 20px 0 0 20px;
}



.soarr-slide-title {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #1c1f1f;
	font-size: 50px;
	font-weight: bold;
	display: inline-block;
}

.soarr-slide-title-color {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
}

.soarr-slide-title-color {
	color: #bb0000;
}


.soarr-slide-description {
	position: relative;
	font-size: 18px;
}



.itemticker-group {
	box-sizing: border-box;
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1000;
}

.itemticker {
	box-sizing: border-box;
    font-size: 14px;
    display: inline-block;
    background: rgba(255, 255, 255, .6);
    padding: 6px 0px;
    margin-right: 4px;
    font-weight: normal;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    height: 31px;
    width: 31px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;   
}

.selectedticker {
    background: rgba(187, 0, 0, .9);
    cursor: default !important;
    color: #FFF !important;
    font-weight: bold;
}



@media screen and (max-width: 1200px) {
	#soarr-slider-wrapper {
		height: 400px;
	}
	
	.soarr-slide-title {
		font-size: 42px;
	}
	
	.soarr-slide-subtitle {
		font-size: 30px;
	}
	
	.soarr-slide-description {
		font-size: 16px;
	}
}




@media screen and (max-width: 922px) {
	.soarr-slide-text {
		width: 60%;
		margin: 15px 0 0 15px;
	}

    .soarr-slide-title {
		font-size: 34px;
	}
	
	.soarr-slide-subtitle {
		font-size: 26px;
	}
	
	.soarr-slide-description {
		font-size: 15px;
	}
}


@media screen and (max-width: 768px) {
	.itemticker-group {
		width: 50px;
	}
	
	.itemticker {
		margin-bottom: 3px;
	}
}


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

	#soarr-slider-wrapper {
		height: 300px;
	}

    .soarr-slide-text {
		width: 70%;
		margin: 15px 0 0 15px;
	}

    .soarr-slide-title {
		font-size: 30px;
	}
	
	.soarr-slide-subtitle {
		font-size: 22px;
	}
	
	.soarr-slide-description {
		font-size: 14px;
	}
}


@media screen and (max-width: 500px) {
    
    #soarr-slider-wrapper {
		height: 200px;
	}

	.soarr-slide-text {
		width: calc(100% - 40px);
		margin: 10px 0 0 10px;
	}
    
    .soarr-slide-title {
		font-size: 26px;
	}
	
	.soarr-slide-subtitle {
		font-size: 20px;
	}
	
	.soarr-slide-description {
		font-size: 13px;
	}
	
	.itemticker-group {
		display: none;
	}
}


@media screen and (max-width: 400px) {
    #soarr-slider-wrapper {
		height: 150px;
	}
 
    .soarr-slide-title {
		font-size: 20px;
	}
	
	.soarr-slide-subtitle {
		font-size: 16px;
	}
	
	.soarr-slide-description {
		font-size: 12px;
	}

}






.buttonSelectFeature {
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
    display: block;
	font-size: 22px;
	margin: 10px 0 0 20px;
	padding: 8px 18px;
	color: #eee;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.buttonSelectFeature:hover {
	color: #fff;
}

.grayFeature {
	background: #2d2b2a;
}

.grayFeature:hover {
	background: #72706f;
}

.colorFeature {
	background: #bb0000;
}

.colorFeature:hover {
	background: #cf4d4d;
}





@media screen and (max-width: 922px) {
    .buttonSelectFeature {
        font-size: 15px;
        padding: 10px 8px;
        margin: 8px 0 0 15px;
    }
}

@media screen and (max-width: 750px) {
    
    .buttonSelectFeature {
        padding: 5px 4px;
    }
}

@media screen and (max-width: 650px) {
    
    .buttonSelectFeature {
        padding: 5px 4px;
    }
}



@media screen and (max-width: 450px) {
    
    .buttonSelectFeature {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 370px) {
    
    .buttonSelectFeature {
        padding: 4px 2px;
    }
}



@media screen and (max-width: 700px) {
	.buttonSelectFeature {
		margin: 7px 0 0 15px;
	}
}

@media screen and (max-width: 500px) {
	.buttonSelectFeature {
		margin: 6px 0 0 10px;
	}
}

@media screen and (max-width: 400px) {
	.buttonSelectFeature {
		margin: 5px 0 0 10px;
	}
}</pre></body></html>