@font-face {
    font-family: 'FiraSansCondensed-Regular';
    src: url("../fonts/FiraSansCondensed-Regular.eot");
    src: url("../fonts/FiraSansCondensed-Regular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/FiraSansCondensed-Regular.woff") format("woff"),
			url("../fonts/FiraSansCondensed-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FiraSansCondensed-Medium';
    src: url("../fonts/FiraSansCondensed-Medium.eot");
    src: url("../fonts/FiraSansCondensed-Medium.eot?#iefix")format("embedded-opentype"),
			url("../fonts/FiraSansCondensed-Medium.woff") format("woff"),
			url("../fonts/FiraSansCondensed-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html {
	overflow: visible!important;
	overflow-x: hidden;
}
body {
	font-family: 'FiraSansCondensed-Regular';
    font-size: 18px;
    color: black;
    position: relative;
    height: auto!important;
    overflow: visible!important;
	overflow-x:hidden!important;
    background-color: transparent;
}
body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    background-repeat: no-repeat;
    text-decoration: none;
    box-sizing: border-box;
}
.grecaptcha-badge {
	display: none;
}
ul, li {
	padding: 0;
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
}
* {
    outline: none !important;
}
img {
    max-width: 100%;
}
h2 {
    font-family: 'FiraSansCondensed-Regular';
    font-size: 72px;
    color: #067cc7;
    margin: 15px 0 50px;
    line-height: 100%;
}
section {
    padding: 40px 0 80px;
	position: relative;
}
/*================content=================*/
.shadow-cont {
    -webkit-box-shadow: 0px 0px 15px -3px #000000;
    box-shadow: 0px 0px 15px -3px #000000;
    padding: 2%;
    margin: 0 5%;
}
.shadow-cont img {
    width: 100%;
}
.qr-cont {
    text-align: center;
}
.qr-cont span {
    display: block;
    font-size: 48px;
    font-family: 'FiraSansCondensed-Medium';
    color: #067cc7;
    margin: 0 0 30px;
}
.qr {
    max-width: 80%;
}
.qr-cont .button {
    font-size: 36px;
    color: white;
    font-family: 'FiraSansCondensed-Medium';
    padding: 10px 30px;
    background-color: #067cc7;
    border-radius: 50px;
    transition: 0.5s;
    border: 3px solid #067cc7;
}
.qr-cont .button:hover {
    color: #067cc7;
    background-color: white;
}
section::after {
    content: '';
    position: absolute;
    height: 5px;
    background-color: #e1e3e4;
    width: 96%;
    left: 2%;
    bottom: 0;
}
section:last-child::after {
    display: none;
}
.center {
    text-align: center;
}
/*================content=================*/
@media (max-width: 1900px) {
    h2 {
        font-size: 65px;
    }
}
@media (max-width: 992px) {
    .qr-cont {
        margin-top: 30px;
    }
    .qr-cont span {
        font-size: 35px;
    }
    h2 {
        font-size: 40px;
        padding: 0 15px;
    }
    .qr-cont .button {
        font-size: 26px;
    }
    .qr {
        max-width: 300px;
    }
    .shadow-cont {
        padding: 1%;
        margin: 0 1%;
    }
}