<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel {
	box-shadow: none;
}

.carousel .carousel-item .caption h2 {
    color: #005ca7;
    font-weight: 400;
    font-family: NimbusSanL-Reg;
    text-transform: uppercase;
    line-height: 58px;
    font-size: 50px;
    margin-bottom: 20px;
}

.carousel .carousel-item .caption {
    bottom: 0;
    left: 5.3%;
    top: 10%;
    text-align: left;
    max-width: 100%;
    padding: 52px 52px  52px 68px;
    width: 47%;
}

.caption-description div span {
    color: #4d4d4d;
    font-family: OpenSans-Regular;
    font-size: 22px;
    line-height: 30px;
    display: block;
    margin-bottom: 24px;
}

.caption-description div a {
	font-family: OpenSans-Regular;
	font-size: 16px;
	background: #005ca7;
	padding: 13px 28px;
	border: 1px solid #005ca7;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	text-transform: none;
	font-weight: 400;
	margin-top: 20px;
}

.caption-description div a:hover {
    background: #27b2d9;
    border: 1px solid #27b2d9;
}
@media (min-width:1200px){
    .carousel .carousel-item .caption h2 {
        margin-left: -4px;
    }
    .caption-description div span {
        margin-left: -1px;
    } 
}

@media (min-width:1200px) and (max-width:1366px){
    .carousel .carousel-item img {
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    .carousel .carousel-item .caption {
        top: 2%;
    }
}

@media (min-width:1600px) and (max-width:1899px){
    .carousel .carousel-item .caption {
        bottom: 0;
        left: 12.3%;
        top: 10%;
        text-align: left;
        max-width: 100%;
        padding: 52px 52px  52px 68px;
        width: 40%;
    }
}

@media (min-width:1900px){
    .carousel .carousel-item .caption {
        bottom: 0;
        left: 18.3%;
        top: 14% !important;
        width: 35%;
    }
}
</pre></body></html>