* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #0A1520;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #0162AF;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'Widescreen-ExBold';
    font-size: 7.2rem;
    line-height: 80px;
}
h2 {
    color: #0A1520;
    font-family: 'Widescreen-ExBold';
    font-size: 5rem;
    line-height: 58px; 
}
h3 {
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 3.2rem;
    line-height: 40px;
}
h4 {
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 2.4rem;
    line-height: 32px;
}
h6 {
    color: rgba(10, 21, 32, 0.70);
    font-family: 'Inter-Bold';
    font-size: 1.6rem;
    line-height: 24px;
}
h5 {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    color: rgba(10, 21, 32, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    font-style: normal;
    line-height: 24px; 
    margin-bottom: 25px;
}
ul {
    margin-bottom: 25px;
}
li {
    color: rgba(10, 21, 32, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
}
.common-btn {
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 18px;
    background-color: #0162AF;
    border: 2px solid #0162AF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn em {
    display: block;
    font-style: normal;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    position: relative;
}
.common-btn strong {
    display: block;
    margin: 0;
    transform: translateY(0);
    transition: all 0.2s;
    white-space: nowrap;
    text-align: center;
    position: relative;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn strong .word {
    display: inline-block;
    transform: translateY(0); 
}
.common-btn:hover strong {
    top: -24px;
}
.common-btn:hover {
    color: #0A1520;
    border-color: #0162AF;
    background-color: transparent;
}
.black-btn {
    color: #0A1520;
    border-color: #0A1520;
    background-color: #EDF1F4;
}
.black-btn:hover {
    background-color: #0162AF;
    border-color: #0162AF;
    color: #fff;
}
.border-btn {
    border-color: #FFF;
    background-color: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
}
.border-btn:hover {
    background-color: #0162AF;
    border-color: #0162AF;
    color: #fff;
}
.common-arrow img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(2%) saturate(1600%) hue-rotate(165deg) brightness(96%) contrast(95%);
    -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(2%) saturate(1600%) hue-rotate(165deg) brightness(96%) contrast(95%);
    width: 15px;
}
.common-arrow:hover img {
    filter: none;
    -webkit-filter: none;
}
.common-arrow:after {
	display: none;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

