@font-face {
    font-family: "TheSans";
    src: url("../font/TheSans-W4.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "TheSans";
    src: url("../font/TheSans-W6.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "TheSans";
    src: url("../font/TheSans-W6.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: "TheSans";
    src: url("../font/TheSans-W7.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "TheSans";
    src: url("../font/TheSans-W9.otf") format("opentype");
    font-weight: 900;
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: TheSans, serif;

}

h1 {
    font-family: TheSans, serif;
    font-size: 32px;
}

p {
    font-size: 16px;
}

.secondary {
    color: #666666;
}


.center {
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.wave {
    width: 100%;
    margin-bottom: -1%;
}

.wrapper {
    height: 100%;
    overflow: hidden;
}

.top_div {
    height: 50%;
    background-color:#30517E;
}

.bottom_div {
    height: 50%;
    background-color: white;
}

.stick-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto
}

.relative {
    position: relative;
}

.maintenance {
    min-width: 282px;
    width: 15%;
}

.w-100 {
    width: 100%;
}
