* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #DA0E0E;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'LamaSans-SemiBoldExpanded';
    font-size: 6.4rem;
    line-height: normal;
}
h2 {
    color: #fff;
    font-family: 'LamaSans-SemiBoldExpanded';
    font-size: 4rem;
    line-height: 48px;
}
h3 {
    color: #fff;
    font-family: 'LamaSans-SemiBoldExpanded';
    font-size: 2.4rem;
    line-height: 32px;
}
h4 {
    color: #fff;
    font-family: 'LamaSans-SemiBoldExpanded';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 23px;
}
ul {
	margin-bottom: 23px;
}
li::marker {
    font-size: 1.2rem;
}
.common-btn {
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 15px 23px;
    border-radius: 40px;
    background-color: #DA0E0E;
    border: 1px solid #DA0E0E;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #DA0E0E;
}
.border-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.border-btn:hover {
    background-color: #DA0E0E;
    border-color: #DA0E0E;
    color: #fff;
}
.common-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 15px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-arrow {
   height: 52px;
   width: 52px;
   background-color: #fff;
   border: 1px solid #fff;
   border-radius: 100px;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #DA0E0E;
    border-color: #DA0E0E;
}
.common-arrow:after{
    display: none;
}
.common-arrow img{
    width: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(100) invert(1);
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}