* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #7FA6F5;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    font-family: 'ZalandoSans-SemiBold';
    font-size: 8rem;
    color: #FFF;
    line-height: normal; 
}
h2 {
    font-family: 'ZalandoSans-SemiBold';
    font-size: 4.8rem;
    color: #0A0A0A;
    line-height: normal;
}
h3 {
    font-family: 'ZalandoSans-SemiBold';
    font-size: 3.2rem;
    line-height: 38px; 
    letter-spacing: 0.32px;
    color: #0A0A0A;
}
h4 {
    font-family: 'ZalandoSans-SemiBold';
    font-size: 2.4rem;
    color: #FFF;
    line-height: 28px;
}
h5 {
    font-family: 'ZalandoSans-Medium';
    font-size: 2.2rem;
    color: #0A0A0A;
    line-height: 25px;
}
h6 {
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 16px;
    color: #0A0A0A;
}
p, li {
    font-family: 'LamaSans-Regular';
    color: #0A0A0A;
    font-size: 1.6rem;
}
p {
    line-height: 24px; 
    margin-bottom: 24px;
}
ul {
    margin-bottom: 24px;
}
li {
    line-height: 30px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px;
}
li::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #1138E3;
    border-radius: 50px;
}
.common-btn {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 17px;
    border-radius: 5px;
    background-color: #1138E3;
    border: 1px solid #1138E3;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}
.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;
}
.common-btn strong .word {
    display: inline-block;
    transform: translateY(0); 
}
.common-btn:hover strong {
    top: -24px;
}
.common-btn:hover {
    color: #FFF;
    background-color: #0A0A0A;
    border-color: #0A0A0A; 
}
.black-btn {
    background-color: #0A0A0A;
    border-color: #0A0A0A;
    color: #fff;
}
.black-btn:hover {
    background-color: #1138E3;
    border-color: #1138E3;
    color: #fff;
}
.border-btn {
    background-color: transparent;
    border-color: #0A0A0A;
    color: #0A0A0A;
}
.border-btn:hover {
    background-color: #1138E3;
    border-color: #1138E3;
    color: #fff;
}
.white-border-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.white-border-btn:hover {
    background-color: #1138E3;
    border-color: #1138E3;
    color: #fff;
}
.common-arrow {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid rgba(10, 10, 10, 0.50);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow img {
    width: 15px;
    opacity: 0.5;
}
.common-arrow:hover {
    background-color: #1138E3;
    border-color: #1138E3;
}
.common-arrow:hover img {
    opacity: 1;
    filter: brightness(0) invert(1);
}
.common-arrow svg {
	display: none;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.txt-btn {
    color: #F6F8FA;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    line-height: 28px;
    position: relative;
    padding-right: 17px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn::after {
    content: "";
    height: 9px;
    width: 9px;
    background-image: url(../images/txt-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 9px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover {
    color: #1138E3;
}


