/* Page Styles
========================================*/

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}

@-webkit-keyframes reveal {
 0% {
 opacity: 0;
}

1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}

80% {
 -webkit-transform: scale(1);
}

100% {
 -webkit-transform: translateY(0);
}
}

@-moz-keyframes reveal {
 0% {
 opacity: 0;
}

1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}

80% {
 -moz-transform: scale(1);
}

100% {
 -moz-transform: translateY(0);
}
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;	
	background: #1d174f;
	margin: 0;
	padding: 0;
}

a {
	color: #a3d9ff;
	text-decoration: underline;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #a3d9ff;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #a3d9ff;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #a3d9ff;
	text-decoration: underline;
}

a[href^="mailto:"] {
	word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #a3d9ff;
	padding-bottom: 20px;
}

h1 {
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 20px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

strong {
	font-weight: 700;
}

@media (max-width: 569px) {
h1,
.h1 {
	font-size: 26px;
	line-height: 32px;
}
}

ul,
ol {
	list-style: none;
}

li {
	position: relative; 
	padding-left: 20px;
	margin-bottom: 5px;
}

li:last-child {
	margin-bottom: 20px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	margin-bottom: 0;
}

ul li ul,
ol li ol {
	padding: 5px 0 0 0;
}

ul li:before {	
	content: "";
	width: 6px;
	height: 6px;
	background: #a3d9ff;
	border-radius: 900px;
	position: absolute;
	top: 11px;
	left: 0;
}

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 25px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 600;
	color: #a3d9ff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1024px;
	padding: 0 40px;
	margin: 0 auto;
}

@media (max-width: 767px) {
.container {
	max-width: 600px;
	padding: 0 25px;
}
}

.hidden {
	width: 1px;
	height: 1px;
	clip: rect(0,0,0,0);	
	overflow: hidden;	
	position: absolute;
	padding: 0;
	margin: -1px;
}

.header-main {
	width: 100%;
	float: left;
	padding: 40px 0 0 0;
}

.header-main .brand {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 4px;
}

.header-main .brand:last-child {
	margin-bottom: 0;
}

.header-main .brand img {
	width: 100%;
	max-width: 523px;
	    min-width: 523px;
	display: inline-block;
	vertical-align: top;
}

.header-main .tag {
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	padding-left: 61px;
	margin-bottom: 0;
}

.header-main .tag:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
.header-main {
	padding-top: 25px;
}
}

@media (max-width: 569px) {
.header-main .tag {
	font-size: 3.5vw;
	line-height: 4.2vw;
	padding-left: 11.5%;
}
	
	.header-main .brand img {
	width: 100%;
	max-width: 523px;
	    min-width: 120%;
	}
}

.content-main {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 1 0 auto;
	padding: 60px 0;
}

.content-main .aside-cont {
	width: 100%;
	max-width: 586px;
	padding-left: 61px;
}

.content-main .aside-cont h1 {
	width: 100%;
	max-width: 381px;
}

@media (max-width: 767px) {
.content-main {
	padding: 50px 0;
}
}

@media (max-width: 569px) {
.content-main .aside-cont {
	padding-left: 11.5%;
}
}


@media (max-width: 490px) {
.header-main .brand img {
	width: 100%;
	max-width: 523px;
	          min-width: 370px;
	}
}

@media (max-width: 399px) {
.content-main .aside-cont {
	padding-left: 0;
}
	
	.header-main .brand img {
	width: 100%;
	max-width: 523px;
	    min-width: 100%;
	}
}




.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
	overflow: hidden;	
}

.footer-main .footer-inn {
	width: 100%;
	max-width: 586px;
	padding-left: 61px;
}

.footer-main .pre-footer {
	max-width: 345px;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 19px;
	border-top: 1px solid #a3d9ff;
	padding: 18px 0 35px 0;
}

.footer-main .pre-footer > div {
	width: 50%;
	float: left;
}

.footer-main .pre-footer > div a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.footer-main .pre-footer > div a:hover,
.footer-main .pre-footer > div a:focus,
.footer-main .pre-footer > div a:active {
	color: #a3d9ff;
	text-decoration: underline;
}

.footer-main .pre-footer > div:nth-child(1) {
	padding-right: 20px;
}

.footer-main .btm-footer {
	max-width: 345px;
	display: flex;
	flex-wrap: wrap;
	font-size: 9px;
	color: #1d174f;
	line-height: 15px;
	position: relative;
	z-index: 1;
	padding: 20px 0 30px 0;
}

.footer-main .btm-footer:before {
	content: "";
	width: 20000px;
	height: 100%;
	background: #a3d9ff;
	position: absolute;
	top: 0;
	left: -10000px;
	z-index: -1;
}

.footer-main .btm-footer > div {
	width: 50%;
	float: left;
}

.footer-main .btm-footer > div a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.footer-main .btm-footer > div a:hover,
.footer-main .btm-footer > div a:focus,
.footer-main .btm-footer > div a:active {
	color: #1a2abd;
	text-decoration: underline;
}

.footer-main .btm-footer > div:nth-child(1) {
	font-weight: 600;
	padding-right: 20px;
}

@media (max-width: 569px) {
.footer-main .footer-inn {
	padding-left: 11.5%;
}
}

@media (max-width: 399px) {
.footer-main .footer-inn {
	padding-left: 0;
}
}

/* Colors */
.color-white {
	color: #ffffff!important;
}

.color-navy {
	color: #1d174f!important;
}

.color-blue {
	color: #1a2abd!important;
}

.color-sky {
	color: #a3d9ff!important;
}



