@font-face {
    font-family: 'Helvetica-5-Normal';
    src: url('../fonts/Helvetica-5-Normal.eot');
    src: url('../fonts/Helvetica-5-Normal.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-5-Normal.woff2') format('woff2'),
    url('../fonts/Helvetica-5-Normal.woff') format('woff'),
    url('../fonts/Helvetica-5-Normal.ttf') format('truetype'),
    url('../fonts/Helvetica-5-Normal.svg#Helvetica-5-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-6';
    src: url('../fonts/Helvetica-6-Medium.eot');
    src: url('../fonts/Helvetica-6-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-6-Medium.woff2') format('woff2'),
    url('../fonts/Helvetica-6-Medium.woff') format('woff'),
    url('../fonts/Helvetica-6-Medium.ttf') format('truetype'),
    url('../fonts/Helvetica-6-Medium.svg#Helvetica-6-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-7';
    src: url('../fonts/Helvetica-7-Bold.eot');
    src: url('../fonts/Helvetica-7-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-7-Bold.woff2') format('woff2'),
    url('../fonts/Helvetica-7-Bold.woff') format('woff'),
    url('../fonts/Helvetica-7-Bold.ttf') format('truetype'),
    url('../fonts/Helvetica-7-Bold.svg#Helvetica-7-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


.font-weight-300 {
    font-weight: 300!important;
}
.font-weight-400 {
    font-weight: 400!important;
}
.font-weight-500 {
    font-weight: 500!important;
}
.font-weight-600 {
    font-weight: 600!important;
}
.certificate-flex-space-between {
    display: flex;
    justify-content: space-between;
}
.certificate-flex-space-between-align-items-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.certificate-flex-center-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Helvetica-5 {
    font-family: 'Helvetica-5-Normal';
    font-weight: normal;
    font-style: normal;
}

.Helvetica-6 {
    font-family: 'Helvetica-6';
    font-weight: 500;
    font-style: normal;
}
.Helvetica-7 {
    font-family: 'Helvetica-7';
    font-weight: bold;
    font-style: normal;
}

.border-primary {
    border-width: 1px;
    border-style: solid;
}


/** **/

.vh_center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    min-height: 100%;

}

.header_48 {
    font-family: 'Helvetica-7';
    font-weight: 600;
    font-size: 42px;
}
.header_32 {
    font-family: 'Helvetica-5-Normal';
    font-weight: 400;
    font-size: 32px;
}
.header_25 {
    font-family: 'Helvetica-5-Normal';
    font-weight: 400;
    font-size: 25px;
}
.header_18 {
    font-family: 'Helvetica-5-Normal';
    font-weight: 400;
    font-size: 18px;
}
@media only screen and (max-width: 600px) {
    .header_48 {
        font-size: 34px;
    }
    .header_32 {
        font-size: 28px;
    }
}

.header_48_abs {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
}



