.container-small {
	width: 1200px;
}
.banner-row {
	position: relative;
	width: 100%;
	height: 100%;
}

.container-fluid {
	width: 100%;
	padding: 0;
	margin: 0;
}

.prmo-banner {
	background: linear-gradient(188deg, #001045 33.01%, #2462E7 94.29%);
	padding: 0;
	position: relative;
	overflow: hidden;
	min-height: 600px;
	display: flex;
	align-items: center;
}

.prmo-page-tit {
	font-size: 58px;
	font-weight: 600;
	color: #fff;
}

.prmo-page-descr {
	color: #fff;
	font-size: 18px;
}

.promo-sec-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 40px;
}

.promo-box {
	background: linear-gradient(90deg, #1F60E2 0%, #1B64F6 100%);
	padding: 35px 70px;
	border-radius: 38px;
	margin-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.promo-box h3 {
	font-size: 30px;
	line-height: normal;
	color: #fff;
	font-weight: 500;
}

.promo-box h3 strong {
	font-weight: 800;
}

.promo-box p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.promo-content {
	width: 50%;
	margin: 0 auto;
}

.promo-box-2 {
	width: 80%;
	margin-left: 20%;
	margin-right: 0;
}

.promo-box-3 {
	margin-bottom: 70px;
}

.promo-box-2 .promo-content {
	width: 70%;
	margin: 0;
}

.promo-section {
	padding-bottom: 0;
	background: linear-gradient(180deg, #FFF 18.56%, rgb(36 97 227 / 28%) 114.06%);
	overflow: hidden;
	position: relative;
}

.container-ft h3 {
	font-size: 28px;
	font-weight: 700;
	padding: 18px 0;
	position: relative;
}

.container-ft h3:before {
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, transparent, #ffffff, transparent);
	display: block;
	margin-bottom: 30px;
}

.fixed-img-left {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 22%;
}

.fixed-img-right {
	position: absolute;
	top: 50%;
	right: -5px;
	width: 17%;
	transform: translate(0, -50%);
	z-index: 9;
}

.promo-box-2 .fixed-img-right {
	width: 41%;
	right: -130px;
	top: 37%;
}

img.layer-fixed {
	position: absolute;
	width: 10%;
	left: 97%;
	bottom: 0;
	z-index: 8;
}

.prmo-cta a {
	display: inline-block;
	width: 165px;
	margin-right: 25px;
	transition: all ease 0.5s;
}

.prmo-cta a:hover {
	transform: scale(1.03);
}

.prmo-cta:before {
	content: "";
	display: block;
	background: linear-gradient(270deg, #1F60E2 0%, #1644ab 100%);
	width: 100%;
	height: 1px;
	margin: 56px 0;
}

.prmo-banner .cols-4 {
	height: 100%;
	background: linear-gradient(180deg, rgba(32, 87, 212, 0.70) 0%, rgba(37, 99, 231, 0.00) 73.3%);
	position: absolute;
	left: 55%;
	width: 50%;
}

.banner-col {
	position: relative;
	min-height: 1px;
	float: left;
	display: flex;
	align-items: center;
	 justify-content: center;
}

.banner-col-left {
	width: 90%;
}

.banner-col-right {
	width: 40%;
	height: 100%;
	position: absolute;
	left: 60%;
	top: 0;
	background: url(/sites/default/files/static/banner-bg.jpg);
	background-size: cover;
	background-position: left;
}

.banner-col-right:before {
	content: "";
	width: 1px;
	height: 100%;
	background: linear-gradient(358deg, #1F60E2 0%, #000f45 100%);
	display: block;
	left: 0px;
	position: absolute;
}

.banner-left-content {
	width: 770px;
	float: right;
}

.prmo-content {
	padding-top: 80px;
	padding-right: 100px;
	padding-bottom: 10px;
}

.prmo-cta {
	padding-bottom: 50px;
}

.banner-right-content {
	position: absolute;
	height: 95%;
	width: 100%;
	background: url(/sites/default/files/static/app-banner.png) no-repeat;
	background-size: contain;
	background-position: right;
	top: 10%;
}

.bg-text1 {
	position: absolute;
	font-size: 120px;
	font-weight: 900;
	bottom: 50%;
	right: -300px;
	transform: rotate(-90deg) translate(-50%, -50%);
	z-index: -1;
	color: #d4e2fa87;
	pointer-events: none;
}

.bg-text2 {
	position: absolute;
	font-size: 120px;
	font-weight: 900;
	bottom: 38%;
	left: 50px;
	transform: translate(0, -50%);
	z-index: -1;
	color: #d4e2fa87;
	pointer-events: none;
}

@media only screen and (min-width: 2200px) {
	.banner-col-left {
		width: 55%;
	}

	.banner-col-right {
		left: 55%;
		width: 45%;
	}

	.banner-right-content {
		height: 92%;
		background-position: 10%;
		top: 8%;
	}

}

@media only screen and (min-width: 1800px) {
	.banner-right-content {
		height: 92%;
		top: 8%;
	}

	.banner-left-content {
		width: 790px;
	}
}

@media only screen and (max-width: 1500px) {
	.banner-left-content {
		width: 730px;
	}
}

@media only screen and (max-width: 1400px) {
	.prmo-page-tit {
		font-size: 56px;
	}

	.banner-right-content {
		top: 20%;
		height: 85%;
	}

	.prmo-content {
		padding-top: 40px;
	}

	.prmo-cta:before {
		margin: 40px 0 56px 0;
	}
}

@media only screen and (max-width: 1250px) {
	.container {
		max-width: 90%;
	}

	.prmo-page-tit {
		font-size: 40px;
	}

	.promo-box-2 {
		width: 100%;
		margin-left: 0;
	}

	.fixed-img-right,
	img.layer-fixed {
		display: none;
	}

	.promo-content {
		width: 70%;
		margin: 0;
	}

	.promo-box {
		margin-bottom: 50px;
		padding: 20px 70px;
	}

	.promo-box-2 .fixed-img-right {
		right: -50px;
		top: 50%;
	}

	.banner-left-content {
		width: 100%;
	}

	.banner-col-left {
		width: 90%;
		float: none;
		margin: 0 auto;
	}

	.promo-content,
	.promo-box-2 .promo-content {
		margin-left: 30%;
	}

	.fixed-img-left {
		width: 25%;
	}

	.promo-box-2 .fixed-img-right {
		display: block;
		right: 70%;
		width: 30%;
	}
}

@media only screen and (max-width: 1025px) {
	.fixed-img-left {
		width: 30%;
	}

	.promo-box-2 .fixed-img-right {
		width: 35%;
		right: 65%;
	}
}

@media only screen and (max-width: 650px) {
	.promo-sec-title {
		margin-bottom: 0;
	}

	.promo-box-2 .promo-content,
	.promo-content {
		width: 100%;
		margin: 0;
	}

	.promo-box {
		padding: 30px;
	}

	.promo-box img,
	.promo-box-2 .fixed-img-right {
		display: none;
	}

	.fixed-img-right {
		position: static;
		transform: none;
		height: 300px;
		margin: 0 auto;
		display: block;
		width: auto !important;
	}

	.promo-sec-title {
		font-size: 26px;
	}

	.promo-sec-title br {
		display: none;
	}

	.banner-col-right {
		display: none;
	}

	.prmo-content {
		padding-right: 0;
		padding-top: 30px;
	}

	.prmo-page-tit {
		font-size: 38px;
	}

	.prmo-cta a {
		width: 150px;
	}

	.prmo-cta a:last-child {
		margin: 0;
	}

	.prmo-cta:before {
		margin: 25px 0 50px 0;
	}
}
