
@font-face {
    font-family: centralesansbook;
    src: url(Fonts/centralesansbook-webfont.eot);
    src: url(Fonts/centralesansbook-webfont.eot?#iefix) format("embedded-opentype"), url(Fonts/centralesansbook-webfont.woff2) format("woff2"), url(Fonts/centralesansbook-webfont.woff) format("woff"), url(Fonts/centralesansbook-webfont.ttf) format("truetype"), url(Fonts/centralesansbook-webfont.svg#centralesansbook) format("svg");
    font-weight: 400;
    font-style: normal
}

/* General Bootstrap */

html, body {
    font-size: 5.20833333vw;
    font-family: "centralesansbook";
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    height: 100vh;
}

* {
    padding:0;
    margin:0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-appearance: none !important;
}

*:focus {
    outline: none !important;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.clearfix {
    clear: both;
}

.vcenter {
    font-size: 0;
}

.vcenter > * {
    display: inline-block;
    vertical-align: middle;
}

.vcenter:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

/* Custom */

section {
    position: relative;
    display: block;
    width: 12rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    text-align: center;
}

section:after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: .65rem;
}

.logo img {
    height: 100%;
}

.box {
    position: relative;
    width: 7.2rem;
    padding: .2rem;
    margin-bottom: .2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 1px solid #333;
}

.box.small {
    width: 41.66667%;
    display: inline-block;
    float: left;
}

.box.small:last-child {
    float: right;
}

.box-title {
    margin-top: .2rem;
    margin-bottom: .1rem;
    font-weight: 700;
    font-size: .24rem;
    line-height: 1.1;
    color: #4d4d4d;
    text-align: center;
}

.box-content .title {
    margin-top: .1rem;
    margin-bottom: .1rem;
    font-weight: 700;
    font-size: .18rem;
    line-height: 1.1;
    color: #218ece;
}

.box-content .text {
    margin-bottom: .1rem;
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.42857;
    color: #4d4d4d;
}

.box-content a {
    color: inherit;
}

.box-content a:hover,
.box-content a:focus {
    color: #23527c;
    text-decoration: underline;
}