@font-face {
	font-family: 'Apis';
	src: url('../fonts/Apis-Medium.woff') format('woff2'),
		 url('../fonts/Apis-Medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apis';
	src: url('../fonts/Apis-Bold.woff2') format('woff2'),
		 url('../fonts/Apis-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apis';
	src: url('../fonts/Apis-Regular.woff2') format('woff2'),
		 url('../fonts/Apis-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apisght';
	src: url('../fonts/Apis-Light.woff2') format('woff2'),
		 url('../fonts/Apis-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Apis';
	src: url('../fonts/Apis-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body {
    font-family: 'Apis', Arial, sans-serif;
}

.numberbox1:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #D4D7DB;
    position: absolute;
    right: 20px;
    bottom: -10px;
    margin-top: -1px;
    margin-right: 0px;
}
.numberbox2:after {
    content: '';
    width: 1px;
    height: 80px;
    background: #D4D7DB;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -40px;
    margin-left: -1px;
}
.numberbox3:after{
    content: '';
    width: 1px;
    height: 80px;
    background: #D4D7DB;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -40px;
    margin-right: -1px;
}
.numberbox4:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #D4D7DB;
    position: absolute;
    left: 20px;
    top: -10px;
    margin-top: -1px;
    margin-left: 0px;
}

