@font-face {
    font-family: "Futura Condensed Extra Bold";
    src: url("Futura Condensed Extra Bold.otf");
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
* {
    box-sizing: inherit;
    box-sizing: border-box;
}
*::before {
    box-sizing: inherit;
}
*::after {
    box-sizing: inherit;
}
strong {
    font-weight: 700;
}
b {
    font-weight: 700;
}
body {
    margin: 0;
    color: #013049;
    font-family: Neue Haas Grotesk Display Pro, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5;
    background-color:rgb(250, 189, 71);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden !important;
}
body::backdrop {
    background-color: #fff;
}

div.main {
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    max-width: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
}

div.content {
    width: 80%;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 10px;
}

div.text {
    padding: 0em 10em 0 10em;
}

:is(h1, h2, h3, h4, h5, h6) {
    font-family: Futura Condensed Extra Bold;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin: 2.5px;
}

p {
    margin: 15px;
}

svg {
    margin-right: 10px;
}

a {
    color: inherit;
    text-decoration: underline;
}

a.btn {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    border: 10px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Futura Condensed Extra Bold;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 4px;
    color: rgb(250, 189, 71);
    background-color: #013049;
    border-color: rgb(250, 189, 71);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

:root {
    --swiper-theme-color: white;
}

img#fnv {
    width: 6%;
}

@media print {
    body {
    background-color: #fff;
    }
}

@media (max-width: 800px) {
    div.content {
        width: 100%;
    }
    img#fnv {
        width: 30%;
    }
    div.text {
        padding: 0px;
    }
}