@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	overflow-x: 0;
	font-family: Arial, Helvetica, sans-serif !important;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

/********************
Header
********************/

.nav-list li:nth-of-type(4) a {
	text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #EE0000;
    text-decoration-thickness: 4px;
}

/*********************
Banner
*********************/

.banner-section {
	background: #DEEBF7;
    z-index: -10;
    position: relative;
	padding: 3em;
}

.banner {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.banner img {
	height: 250px;
}

.banner-block img {
	position: absolute;
    right: 0;
    top: 0;
}

.banner-title_head {
	position: relative;
    top: 3em;
}

.banner-title_head h1 {
	color: #002060;
    font-size: 42px;
}

.banner-title_head h2 {
	margin-top: 0.5em;
    color: #002060;
    font-size: 30px;
}

.bottom-banner {
	background: #002060;
	color: #fff;
	padding: 2em;
}

.bottom-banner div div h3 {
	width: 70%;
	margin-bottom: 1em;
	font-size: 25px;
}

.bottom-banner div div p {
	width: 70%;
	letter-spacing: 1.5px;
}

/*********************
Main
*********************/

.main-container {
	transform: rotate(180deg);
}

main {
	color: #002060;
}

.main-area {
	position: relative;
    z-index: 1;
}

.main-area:after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .9;
    background: #fff;
}

.img-block {
	background-image: url(../../../../00/static-images/flowing-particles.png);
	transform: rotate(180deg);
	background-position: 40% 45%;
	background-repeat: no-repeat;
}

.intro-container {
	margin: 6em 0;
}

.intro-item-wrapper {
	margin-bottom: 6em;
}

.intro-item-wrapper h3 {
	font-size: 27px;
	margin-bottom: 1em;
	color: #EB1E0F;
}
.intro-item-wrapper ul {
	padding: 0 18px;
}

.intro-item-wrapper ul li {
	list-style-type: square;
	margin-bottom: 10px;
	letter-spacing: .5px;
}

.benefit-container h3 {
	font-size: 27px;
    margin-bottom: 1.5em;
	color: #EB1E0F;
}

.benefit-section {
	margin-bottom: 2em;
}

.benefit-container p,
.benefit-section p {
	letter-spacing: 1px;
	font-size: 18px;
}

.benefit-section h4 {
	margin: 0;
    font-size: 17px;
    font-weight: 600;
	letter-spacing: 1px;
}

.btn-link {
	margin-bottom: 5em;
}

.btn-link button {
	border: none;
    background: #0516BB;
    border-radius: 8px;
    box-shadow: 4px 8px 10px -2px grey;
}

.btn-link button a {
	display: block;
    padding: 12px;
    color: #fff;
}

.btn-link button:hover {
	background: #07159f;
}


.btn-link button a:hover {
	text-decoration: none;
}

.topics-container h4 {
	text-align: center;
}

/*********************
Topics
*********************/

.topics-section h2 {
	margin: 3em 0;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}

.topics-container {
	border: 1px solid #D9D9D9;
	margin-bottom: 4em;
}

.topics {
	padding: 3em 4em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 2em;
	grid-column-gap: 2em;
}

.topics div {
	display: flex;
    align-items: center;
}

.topics div img {
	height: 110px;
    min-width: 140px;
	max-width: 140px;
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
}

.topics div a {
	color: #0070C0;
    text-decoration: underline;
    padding: 0 20px;
}

/*********************
Media
*********************/

@media only screen and (max-width: 1200px) {
	.topics {
		padding: 1em;
	}
}

@media only screen and (max-width: 1100px) {
	.topics {
		grid-column-gap: 1em;
	}
	.topics div img {
		height: 95px;
		min-width: 130px;
		max-width: 130px;
	}
}

@media only screen and (max-width: 1000px) {
	.banner img {
		width: 320px;
	}
	.bottom-banner div div p {
		width: 80%;
	}
	.bottom-banner div div h3 {
		width: 80%;
	}
	.topics {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 900px) {
	.banner-title_head h1 {
		font-size: 34px;
	}
	.banner-title_head h2 {
		font-size: 24px;
	}
	.bottom-banner div div p {
		width: 90%;
		font-size: 15px;
	}
	.bottom-banner div div h3 {
		width: 90%;
		font-size: 22px;
	}
}

@media only screen and (max-width: 850px) {
	.banner-title_head h1 {
		font-size: 30px;
	}
	.banner-title_head h2 {
		font-size: 21px;
	}
		.banner img {
		width: 280px;
	}
}

@media only screen and (max-width: 800px) {
	.bottom-banner div div p {
		width: 100%;
		font-size: 14px;
	}
	.bottom-banner div div h3 {
		width: 100%;
		font-size: 20px;
	}
	.intro-item-wrapper h3 {
		font-size: 22px;
	}
	.intro-item-wrapper ul li {
		font-size: 15px;
	}
	.banner img {
		width: 240px;
	}
}

@media only screen and (max-width: 700px) {
	.banner-title_head h1 {
		font-size: 27px;
	}
	.banner-title_head h2 {
		font-size: 18px;
	}
	.banner img {
		width: 220px;
	}
	.topics {
		grid-template-columns: 1fr;
	}
	.banner img {
		height: 200px;
	}
}

@media only screen and (max-width: 650px) {
	.banner-section {
		padding: 2em;
	}
	.bottom-banner {
		padding: 1em;
	}
	.bottom-banner div div p {
		letter-spacing: 1px;
	}
	.banner-title_head {
		top: 2em;
	}
}

@media only screen and (max-width: 600px) {
	.bottom-banner div div p {
		font-size: 13px;
	}
	.bottom-banner div div h3 {
		font-size: 18px;
	}
	.banner-section {
		padding: 2em 1em;
	}
	.banner-title_head h1 {
		font-size: 24px;
	}
	.banner-title_head h2 {
		font-size: 16px;
	}
	.bottom-banner {
		padding: 1em 0;
	}.banner img {
		width: 180px;
	}
	.intro-item-wrapper h3 {
		font-size: 18px;
	}
	.benefit-container h3 {
		font-size: 18px;
	}
	.benefit-container p {
		font-size: 15px;
	}
	.benefit-section h4 {
		font-size: 16px;
	}
	.topics-section h2 {
		font-size: 23px;
		margin: 2em 0;
	}
	.intro-container {
		margin: 3em 0 4em;
	}
	.banner img {
		height: 180px;
	}
}

@media only screen and (max-width: 500px) {
	.banner img {
		width: 150px;
		height: 140px;
	}
	.banner-title_head h1 {
		font-size: 20px;
	}
	.banner-title_head h2 {
		font-size: 15px;
	}
	.banner-title_head {
		top: 1em;
	}
}

@media only screen and (max-width: 450px) {
	.banner-title_head h2 {
		font-size: 14px;
	}
	.banner-title_head {
		top: 0.5em;
	}
	.banner-title_head h1 {
		font-size: 18px;
	}
	.banner-section {
		padding: 2em 0;
	}
	.banner img {
		width: 140px;
		height: 120px;
	}
}

@media only screen and (max-width: 400px) {
	.topics div img {
		height: 80px;
		min-width: 110px;
		max-width: 110px;
	}
	.topics div a {
		font-size: 15px;
	}
	.banner img {
		width: 100px;
		height: 100px;
	}
}













