/* ----------------rto-------- */


body {
	margin: 0;
	padding: 0;
    font-family: 'Proxima Nova Rg';
}

* {
	box-sizing: border-box;
}


@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
		url('../fonts/ProximaNova-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
		url('../fonts/ProximaNova-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
}

p {
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
}

section.rto-banner {
	background: #083a81;
	-webkit-border-radius: 0 0 100px 0;
	border-radius: 0 0 100px 0;
	background-repeat: no-repeat !important;
}

.rto-logo-box img {
	max-width: 100%;
}

.rto-logo-box {
	text-align: center;
	padding-bottom: 80px;
}


section.rto-banner .container {
	padding-top: 60px;
}

.text-block-rto {
	padding-top: 10px;
	padding-bottom: 300px;
}

.text-block-rto h2 {
	color: #fff;
	font-size: 46px;
	margin-bottom: 19px;
	text-align: center;
}

.text-block-rto p {
	color: #fff;
	font-size: 21px;
	text-align: center;
}

.rto-ul {
	margin: 0;
	padding: 0;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.rto-ul li {
	list-style: none;
	width: 100%;
	max-width: 190px;
	margin-left: 10px;
	margin-right: 10px;
}

.rto-ul li a {
	font-family: "Arimo", sans-serif;
	padding: 15px 15%;
	width: 100%;
	display: inline-block;
	border-radius: 15px;
	background: #fff;
	font-size: 15px;
	color: #133b57;
	font-weight: 700;
	text-decoration: none;
}

.rto-ul li a span {
	display: block;
	font-size: 12px;
	font-weight: 300;
}

.download-row-rto ul {
	padding: 0;
	display: inline-flex;
	align-items: inline-flex;
}

.download-row-rto ul li {
	list-style: none;
	color: #fff;
	font-size: 21px;
	padding: 0 10px;
	font-family: 'Proxima Nova Lt';
}

.download-row-rto {
	justify-content: center;
	display: inline-flex;
	width: 100%;
	margin-bottom: 25px;
}


@media screen and (max-width: 1024px) {
	.text-block-rto h2 {
		font-size: 35px;
	}
}

@media screen and (max-width: 600px) {

	.text-block-rto h2 {
		font-size: 27px;
	}

	.rto-ul li {
		width: 100%;
	}

	.download-row-rto ul li {
		width: 50%;
		padding-bottom: 15px;
		text-align: center;
		font-size: 19px;
	}

	.download-row-rto ul :first-child {
		width: 100%;
	}

	.download-row-rto ul {
		flex-wrap: wrap;
	}

	.text-block-rto {
		padding-bottom: 100px;
	}

	.download-row-rto ul li br {
		display: none;
	}

	.rto-ul li a {
		padding: 10px 9%;
		line-height: 16px;
		font-size: 14px;
	}

	.rto-logo-box {
		padding-bottom: 60px;
	}

	section.rto-banner .container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.text-block-rto p{    font-size: 18px;}
}

@media screen and (max-width:330px) {
	.rto-ul li{ width: 100%; margin-bottom: 10px;}
	.rto-ul{ flex-wrap: wrap; }
}