body {
    color: #191818;
    font-family: 'aktiv-grotesk', sans-serif;    
    font-weight: 500;
}
.title, .subtitle {
  font-family: 'aktiv-grotesk', sans-serif;
}
.tabs li {
    display: block;
    font-size:calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 500;
}
.title.is-2 {
    font-size:calc(16px + (28 - 16) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 500;
    line-height: calc(1.25em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
}
.subtitle.is-4 {
    font-size:calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 500;
    line-height: calc(1.25em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
    color:#afaeae;
}
.image.brand {
    display: block;
    max-width:100%;
    width:512px;
    height:auto;
    margin:0 auto;
}
