@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Playwrite NZ';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playwrite-nz-v12-latin-regular.eot');
    src: url('../fonts/playwrite-nz-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/playwrite-nz-v12-latin-regular.woff2') format('woff2'), url('../fonts/playwrite-nz-v12-latin-regular.woff') format('woff'), url('../fonts/playwrite-nz-v12-latin-regular.ttf') format('truetype'), url('../fonts/playwrite-nz-v12-latin-regular.svg#PlaywriteNZ') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #000 url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.5em;
    line-height: 1.1em;
}
h1 span {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #1573BA;
}
h3 {
    text-transform: uppercase;
    font-size: 2.25em;
    line-height: 1.1;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding: 0 0 0.125rem;
    font-size: 0.875em;
    line-height: 1.2;
    margin-left: 1rem;
}
li:not(:last-of-type) {
    border-bottom: 1px solid #484848;
    margin-bottom: 0.25rem;
}
li:before {
    content: url('../images/iconlist.jpg');
    float: left;
    margin: 1px 0 0 -1rem;
}
h1, h2, h3, li, .frbt {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
h1, h2, strong {
    font-weight: 700;
}
article {
    padding: 0 2rem;
    margin: -2.125rem 0 0;
}
.ttl {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 3rem 0 4.75rem;
}
.abs {
    position: absolute;
    top: 22rem;
    left: 23.5rem;
    width: 182px;
}
.font {
    font-family: 'Playwrite NZ', cursive;
    text-align: right;
    display: block;
    font-size: 1.125em;
    transform: rotate(-3deg);
    margin-top: -2.2px;
}

.font .color {
    display: block;
    color: #F8C129;
}
.icon {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin: 0 -1rem;
}
.icon p {
    font-size: 0.9375em;
    line-height: 1.3;
}
footer {
    display: flex;
    justify-content: space-between;
    gap: 3.5rem;
    position: absolute;
    bottom: 0;
    right: 3rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .ttl {
        margin: 1rem 0;
    }
    .abs {
        padding: 0.5rem 1rem 0;
        border-radius: 0.75rem;
        border: 1px solid #1573BA;
        position: static;
        width: auto;
        margin-bottom: 1rem;
    }
    article {
        margin: 1rem 0;
    }
    .icon {
        padding: 0.5rem 1rem;
        width: fit-content;
        background: linear-gradient(to bottom, #055592, #153C66);
        margin: 0 auto;
    }
    article br {
        display: none;
    }
    footer {
        position: static;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: wrap;
        padding: 0 2rem;
    }
}
@media only screen and (max-width: 480px) {
    article {
        padding: 0 1rem;
    }
    footer {
        padding: 0 1rem 1rem;
    }
}