/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(https://db.onlinewebfonts.com/c/01afea26462f4c08a2c5866c90d069d5?family=Hyundai+Sans+Head);*/
@font-face{
    font-family: "Hyundai Sans Head";
    src: url("../webfonts/hyundai/01afea26462f4c08a2c5866c90d069d5.eot");
    src: url("../webfonts/hyundai/01afea26462f4c08a2c5866c90d069d5.eot?#iefix")format("embedded-opentype"),
        url("../webfonts/hyundai/01afea26462f4c08a2c5866c90d069d5.woff")format("woff"),
        url("../webfonts/hyundai/01afea26462f4c08a2c5866c90d069d5.woff2")format("woff2"),
        url("../webfonts/hyundai/01afea26462f4c08a2c5866c90d069d5.ttf")format("truetype"),
        url("../webfonts/hyundai/01afea26462f4c08a2c5866c90d069d5.svg#Hyundai Sans Head")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Hyundai Sans Head Bold";
    src: url("../webfonts/hyundai-bold/61ffb0b2f8ea8d9ca29bf6865856f4cd.eot");
    src: url("../webfonts/hyundai-bold/61ffb0b2f8ea8d9ca29bf6865856f4cd.eot?#iefix")format("embedded-opentype"),
        url("../webfonts/hyundai-bold/61ffb0b2f8ea8d9ca29bf6865856f4cd.woff")format("woff"),
        url("../webfonts/hyundai-bold/61ffb0b2f8ea8d9ca29bf6865856f4cd.woff2")format("woff2"),
        url("../webfonts/hyundai-bold/61ffb0b2f8ea8d9ca29bf6865856f4cd.ttf")format("truetype"),
        url("../webfonts/hyundai-bold/61ffb0b2f8ea8d9ca29bf6865856f4cd.svg#Hyundai Sans Head Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

body, html {
    background: #ccc;
    height: 100% !important;
    font-family: 'Hyundai Sans Head', sans-serif;
}
h1, h2, h3, h4, h5, strong {
    font-family: 'Hyundai Sans Head Bold', sans-serif;
}
.bg-hyundai {
    background: #1c4682;
}
.marked {
    color: red;
    font-size: 150%;
}
.hd {
    display: none;
}
.bg-main {
    background: #fff url('/assets/images/bg-main.jpg?1') no-repeat bottom center;
    background-size: cover;
}
#logo-container {
    padding-top: 0%;
}
#logo-image {
    max-width: 200px;
}
