* {
    box-sizing: border-box;
}

body {
    font-family: Suisseintl, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    font-size: 1.171303074670571vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.load-wrapper {
    z-index: 101;
    width: 100%;
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    transform-origin: 50% 100%;
    text-align: center;
    background-color: #1d1d1d;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    display: flex !important;
}

.load-padding {
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: flex;
    overflow: hidden;
}

.load-heading {
    opacity: 0;
    margin-top: 0;
    font-family: Wulkandisplay, sans-serif;
    letter-spacing: -.03em;
    overflow: hidden;
    line-height: 1.15;
    display: block;
    color: #fff;
}