#main_header {
	background-color: #fff !important;
}

.main_container:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 486px;
    height: 1572px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/app/hero-left.webp);
    z-index: -1;
    transform: translateY(-50%);
}

.main_container:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 779px;
    height: 1433px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/app/hero-right.webp);
    z-index: -1;
}

.sec_top_cont {
	height: 200px;
    width: 100vw;
    max-width: 100vw;	
	background-color: #051C4B;
	padding-top: 200px;
	color: #fff;
}

.sec_title_cont {
	width: 70vw;
	margin: 0px auto;
}

.sec_pre_title {
	font-size: 28px;
}

.sec_title {
	font-size: 58px;
}

.sec_sub_title {
	padding-top: 10px;
	font-size: 24px;	
}

.sec_h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.sec_content {
	padding-top: 50px;
}

.sec_links_cont {
	width: 20vw;
	min-width: 200px;
}

.sec_links {
	list-style: none;
    margin: 0;
    padding: 0;
}

.sec_links li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.sec_link {	
    position: relative;
    display: inline-block;
    line-height: 28px;
    padding: 4px 4px 4px 8px;
    cursor: pointer;
    color: #000;
    width: 90%;
    border-radius: 4px;
    transition: background 0.25s ease;
}

.sec_link:hover {
    background: #f3f4f6;
    text-decoration: none;
}

.sec_link_active {
    font-weight: 700;
}

.sec_link_active:before {
    content: ' ';
    position: absolute;
    left: -4px;
    top: 6px;
    bottom: 4px;
    width: 3px;
    background-color: #111;
    border-radius: 4px;
}

.sec_bottom_content {
	text-align: center;	
	border: 1px solid #16387D;
    background-color: #16387D;
    border-radius: 20px;
    color: #fff;
    width: 70%;
    margin: 50px 0px 50px 0px;
    text-align: center;
    padding: 30px;	
}

.sec_bottom_content a {
	color: #fff;
	text-decoration: underline;
}

.sec_bottom_content a:hover, #sec_google_link:hover {
	color: #a0a0a0;
}

.sec_bottom_primary {
	font-size: 21px;
	font-weight: 600;
	padding-bottom: 15px;
}

.sec_bottom_item {
	padding-top: 40px;
}


.cl_top_cont {
	color: #000;
	background-color: #fff;
	height: 100px;
	padding-top: 30px;	
}

.cl_title {
	font-size: 36px;
}

.cl_subtitle {
	font-size: 18px;
}

.cl_desc_cont {
	margin-top: 80px;
}

.cl_desc {
	font-size: 24px;
	margin-bottom: 5px;
}

.cl_menu_cont {
	min-width: 24vw;
}

.cl_content_cont {
	margin-top: 150px;
	font-size: 16px;
}

.cl_content_cont h3 {
	font-size: 20px
}

/* -- Start Mobile Styles ------------------------------------------------------------ */

/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 
	.sec_content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.sec_top_cont {
    	height: 350px;
   	    padding-top: 125px;
	}
	
	.sec_links_cont {
    	width: 90%;
    }
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
 
}

/* -- Tablets (Android) ------------------------- */

/*Portrait*/
@media (min-width: 768px) and (max-width: 1024px) {	
	.sec_top_cont {
    	height: 285px;
    	padding-top: 150px;
	}
	
	.sec_content {
		width: 85vw;
		margin: 0px auto;
	}
}

/*Landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
}

/* -- End Mobile Styles -------------------------------------------------------------- */

/* -- Smaller -- */
@media (max-width: 1550px) {
	.sec_sub_title {
    	padding-top: 10px;
    	font-size: 20px;
	}
}