* { 
    margin: 0; 
    padding:0; 
} 

@font-face {
    font-family: ClearSans;
    src: url(fonts/ClearSans-Regular.woff);
    font-display: swap;
}

@font-face {
    font-family: Cantarell;
    src: url(fonts/Cantarell-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: UniSans;
    src: url(fonts/UniSans-Light.otf);
    font-display: swap;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

.half {
    width: 50%;
    float:left;
}

.left {
    float: left;
}
.right {
    float: right;
}
.wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


.w-1-3 {
    width: 33.333%
}
