:root {
    --main-font-family: 'Proxima Nova Rg';
}
a,img {display: block;}
img:not([src]) {visibility: hidden;}
@-moz-document url-prefix(){img:-moz-loading {visibility: hidden;}}
.lazy {opacity: 0;-webkit-transition: all 0.25s linear;-o-transition: all 0.25s linear;transition: all 0.25s linear;}
.lazy.loaded {opacity: 1;}

body {
    font-family: var(--main-font-family), sans-serif;
    position: relative;
    -webkit-text-size-adjust: none;
    margin: 0;
    min-height: 100% !important;
    background: url(main-background.webp) no-repeat center center fixed !important;
    background-position: top center !important;
    background-attachment: scroll !important;
    
    -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
    z-index: 1 !important;
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -o-linear-gradient(296.47deg, #1C252E 4.16%, rgba(28, 37, 46, 0) 77.46%);
    background: linear-gradient(153.53deg, #1C252E 4.16%, rgba(28, 37, 46, 0) 77.46%);
}

.custom-75{
    height: 75px !important;
}
.custom-op{
    padding: 2px;
}

@media (max-width: 768px) {
    .custom-h4 {
        text-align:center;
        font-size:3vw;
    }
    .cookie {
        text-align:center;
        font-size:3vw;
    }

    .custom-height{
        padding: 0;
        height: 20px !important;
    }

    h1 .h1 {
        font-size:6vw !important;
    }

    .fw-normal {
        text-align: start;
        font-size:4vw !important;
    }
    .custom-op{
        padding: 0;
        font-size:4vw !important;
    }
    .custom-75{
        height: 50px !important;
    }
    .custom-op{
        font-size: 12px !important;
    }

}

.circle-wrap {
    margin: 150px auto;
    width: 150px;
    height: 150px;
    background: #fefcff;
    border-radius: 50%;
    border: 1px solid #cdcbd0;
}
circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
}

.mask .fill {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #227ded;
}

