* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.img-mask.mask-1 img {
    -webkit-mask-image: url("img/blob.svg") !important;
}

.img-mask.mask-2 img {
    -webkit-mask-image: url("img/hex.svg") !important;
}

.img-mask.mask-3 img {
    -webkit-mask-image: url("img/blob2.svg") !important;
}

.wrapper.bg-gradient-primary {
    height: 50%;
}

@font-face {
    font-family:Unicons;src:url("fonts/Unicons.woff2") format("woff2"), url("fonts/Unicons.woff") format("woff");font-weight:400;font-style:normal;font-display:block;
}

@font-face {
    font-family:Custom;src:url("fonts/Custom.woff2") format("woff2"), url("fonts/Custom.woff") format("woff");
}