@font-face {
    font-family: 'gs__medium';
    src: url('../fonts/GiorgioSans-Medium.eot');
    src: url('../fonts/GiorgioSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GiorgioSans-Medium.woff2') format('woff2'),
        url('../fonts/GiorgioSans-Medium.woff') format('woff'),
        url('../fonts/GiorgioSans-Medium.ttf') format('truetype'),
        url('../fonts/GiorgioSans-Medium.svg#GiorgioSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gs__bold';
    src: url('../fonts/GiorgioSans-Bold.eot');
    src: url('../fonts/GiorgioSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GiorgioSans-Bold.woff2') format('woff2'),
        url('../fonts/GiorgioSans-Bold.woff') format('woff'),
        url('../fonts/GiorgioSans-Bold.ttf') format('truetype'),
        url('../fonts/GiorgioSans-Bold.svg#GiorgioSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gs__regular';
    src: url('../fonts/GiorgioSans-Regular.eot');
    src: url('../fonts/GiorgioSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GiorgioSans-Regular.woff2') format('woff2'),
        url('../fonts/GiorgioSans-Regular.woff') format('woff'),
        url('../fonts/GiorgioSans-Regular.ttf') format('truetype'),
        url('../fonts/GiorgioSans-Regular.svg#GiorgioSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    background: #CBCFD2;
    width: 100%;
    height: 100%;
}

.hidden {
    display: none;
}

#message {
    width: max-content;
    font-size: 16px;
    font-family: 'gs__bold';
    border: 1px solid;
    border-radius: 6px;
    padding: 6px 20px;
    color: #D8000E;
    background-color: #FFBABA;
    margin: auto;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

body {
    /*background: url('../images/slides/bg_image.jpg');*/
    background-color: #fff;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}