* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #1c1c1c;
}
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: 'LeagueSpartan-SemiBold';
    color: #FFF;
    font-size: 4.8rem;
    line-height: normal;
}
h2 {
    font-family: 'LeagueSpartan-SemiBold';
    color: #FFF;
    font-size: 4.8rem;
    line-height: 48px; 
}
h1 strong,
h2 strong {
    font-weight: normal;
    color: #13A538;
}
h3 {
    font-family: 'LeagueSpartan-SemiBold';
    font-size: 4rem;
    color: #FFF;
    line-height: 48px;
}
h4 {
    font-family: 'LeagueSpartan-SemiBold';
    font-size: 2.8rem;
    color: #FFF;
    line-height: 30px;
}
h5 {
    font-family: 'LeagueSpartan-SemiBold';
    font-size: 2.4rem;
    color: #FFF;
    line-height: 32px;
    letter-spacing: 0.48px;
}
h6 {
    color: #fff;
    font-family: 'LeagueSpartan-Medium';
    font-size: 2rem;
    line-height: normal;
}
p, li {
    font-family: 'LamaSans-Regular';
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
p {
    margin-bottom: 22px;
}
li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 12px;
}
li::after {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #13A538;
    border-radius: 50px;
}
.common-btn {
	color: #fff;
	font-family: 'LamaSans-Medium';
	font-size: 1.6rem;
	line-height: 24px;
	border-radius: 100px;
	border: 0;
	background-color: #2A2A2A;
	padding: 12px 29px;
	display: inline-block;
	position: relative;
	transition: box-shadow 0.3s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
	box-shadow: 0 0 60px rgba(19, 165, 56, 0.25);
	color: #fff;
}
.common-btn .label {
	white-space: nowrap;
	position: relative;
	z-index: 3;
}
.common-btn_bg {
	position: absolute;
	inset: 2px;
	z-index: 2;
	background: #2A2A2A;
	border: 1px solid rgba(208, 202, 190, 0.5);
	border-radius: inherit;
}
.common-btn_color_wrap {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	overflow: hidden;
	pointer-events: none;
}
.common-btn_color_wrap.blur {
	filter: blur(15px);
}
.blob {
	position: absolute;
	width: 40%;
	aspect-ratio: 1;
	background: #13a538;
	border-radius: 50%;
	opacity: 0;
	filter: blur(12px);
	will-change: transform, opacity;
}
.c1 {
	top: -15%;
	left: -10%;
}
.c2 {
	top: -15%;
	right: 50%;
}
.c3 {
	top: 50%;
	right: -25%;
}
.c4 {
	top: 50%;
	right: 5%;
}
.txt-btn {
    border: 0;
    background: transparent;
    color: #fff;
    font-family: 'Inter-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding: 0;
    padding-right: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 6px;
    height: 10px;
    background-image: url(../images/txt-arw.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover {
    color: #13A538;
}
.txt-btn:hover::after {
    background-image: url(../images/green-txt-arw.svg);
}
.common-arrow {
   height: 57px;
   width: 57px;
   background-color: transparent;
   border: 1px solid #FFFFFF;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #D0CABE;
    border-color: #D0CABE;
}
.common-arrow img {
    width: 16px;
}
.common-arrow:hover img {
    filter: brightness(100) invert(1);
}
.common-arrow svg {
	display: none;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

