.banner .pager {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .banner {
        margin-left: -30px;
        margin-right: -30px;
    }
    .banner .pager {
        margin: 0px;
    }
}
@media (min-width: 1200px) {
    .banner {
        margin-left: -34px;
        margin-right: -34px;
    }
}
.banner .box {
    border-radius: 2em;
    overflow: hidden;
    position: relative;
}
.banner .images {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 300px;
}
@media (min-width: 768px) {
    .banner .images {
        right: 0px;
        top: 0px;
        bottom: auto;
        width: 60%;
        height: 100%;
    }
}
.banner .images * {
    width: 100%;
    height: 100%;
}
.banner .images .slide {
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.banner .text-size-h1 {
    /*color: rgba(22,90,183,1);*/
    margin-bottom: 0px;
}
.banner .slide {
	transition: all 0.25s ease;
}
.banner div[aria-hidden="false"] .slide {
	opacity: 1;
}
.banner div[aria-hidden="true"] .slide {
	opacity: 0;
}
.banner .images div[aria-hidden="false"] .slide {
    transform: translate(0);
}
.banner .images div[aria-hidden="true"] .slide {
    transform: translate(0px, 30px);
}
@media (min-width: 768px) {
    .banner .images .slide {
        background-position: right bottom;
    }
    .banner .images div[aria-hidden="true"] .slide {
        transform: translate(30px, 30px);
    }
}
.banner .pager {
	overflow: hidden;
	position: relative;
}
.banner .pager::before, .banner .pager::after {
	content:"";
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 15px;
	height: 100%;
}
.banner .pager::before {
	left:0px;
	background: linear-gradient(to right, rgba(249,250,251,1) 0%,rgba(249,250,251,0) 100%)
}
.banner .pager::after {
	right:0px;
	background: linear-gradient(to right, rgba(249,250,251,0) 0%,rgba(249,250,251,1) 100%);
}
.banner .pager a {
    display: block;
	margin-left: 15px;
    color:#818698;
    color: #2e3038;
    text-decoration: none !important;
    margin-bottom: 30px;
    padding-right: 6em;
    padding-bottom: 3em;
}
.banner .pager a:hover, .banner .pager a.active {
    color: #165AB7;
}
.banner .pager li:first-child a {
    margin-left: 15px;
}
.banner .pager li:last-child a {
	margin-right: 15px;
}
.banner .pager ul, .banner .pager li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
@media (min-width: 768px) {
    .banner .pager li:first-child a {
        margin-left: 30px;
    }
    .banner .pager li:last-child a {
        margin-right: 30px;
    }
}
@media (min-width: 1200px) {
    .banner .pager a {
        width: 269.25px;
        white-space: normal !important;
        margin-left: 17px;
        margin-bottom: 34px;
    }
    .banner .pager li:first-child a {
        margin-left: 34px;
    }
    .banner .pager li:last-child a {
        margin-right: 34px;
    }
}

.banner .pager a {
	display: block;
    white-space: nowrap;
	position: relative;
	overflow: hidden;
}
.banner .pager a:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0%;
	height: 2px;
	background: rgba(22,90,183,1);
}
.banner .pager a.active:after {
	width:100%;
    transition: all 7s ease-out;
}
.banner .pager a img {
    display: block;
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
    width: 3em;
}