@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font: 0.875em/1.5 Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

.margin {
    margin: 0;
}

h1 {
    background-color: #053c5f;
    color: #fff;
    padding: 1.25rem 0.625rem;
    margin: 0 0 0.625rem;
    font-size: 1.5rem;
}

h2 {
    text-transform: uppercase;
    color: #809ca7;
    font-size: 1.25rem;
    padding: 1.25rem;
}

h3 {
    font-size: 1.125rem;
}

h4 {
    font-size: 0.875rem;
}

h5 {
    font-size: 1rem;
    font-weight: normal;
}

h5 span {
    font-size: 0.875rem;
}

h6 {
    text-align: center;
    background-color: #ccd7dc;
    color: #053c5f;
    padding: 4.375rem 1.25rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

h6:before {
    top: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
}

h6:after {
    bottom: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
}

h6:before,
h6:after {
    content: "";
    position: absolute;
    height: .125rem;
    width: 3.125rem;
    background: #053c5f;
}

ul {
    list-style: none;
    margin: 0 0 1rem 1.562rem;
}

ul ul {
    margin-bottom: 0;
}

ul li {
    padding: 0 0 0.5rem 0.937rem;
}

ul ul li {
    padding-bottom: 0;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.125rem;
    line-height: 1.2;
}

ul ul li:before {
    content: "\25CB";
    font-size: .75rem;
    line-height: 1.5;
}

header {
    padding: 0.625rem 1.25rem 1.875rem 0.937rem;
    background-color: #053c5f;
    margin-bottom: 0.937rem;
}

header p {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
}

.logo {
    margin-bottom: 1.25rem;
}

#wrapper>img {
    display: block;
}

.table {
    margin-bottom: 2.25rem;
    width: 100%;
    display: flex;
    border: 1px solid rgb(0, 108, 114);
}

.column {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.column span {
    align-self: center;
}

.column div:first-of-type {
    color: #053c5f;
    background-color: #ccd7dc;
    padding: 0.312rem;
    font-weight: bold;
}

.column div:last-of-type {
    background-color: rgb(237, 237, 237);
    color: rgb(68, 68, 68);
    padding: 0.312rem;
    display: flex;
    flex: 1 1 auto;
    min-width: 8rem;
}

.column:not(:last-of-type) div:first-of-type {
    border-right: 1px solid #fff;
}

.column:not(:last-of-type) div:last-of-type {
    border-right: 1px solid #ccd7dc;
}

section {
    display: flex;
    align-items: start;
    padding-bottom: 1.25rem;
}

section div {
    padding-left: 2rem;
}

a.apply {
    background-color: #053c5f;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: .937rem;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    text-align: center;
    text-decoration: underline;
}

aside {
    margin: 1.25rem 0;
}

.box {
    color: #fff;
    background-color: #053c5f;
    padding: 0.312rem;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.mail {
    border: 1px solid #fff;
    border-radius: 0.312rem;
    padding: 0.312rem;
    color: #fff;
    text-decoration: underline;
}

.section {
    color: #053c5f;
    background-color: #ccd7dc;
    padding: 0.312rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.section p:nth-of-type(1) {
    width: 100%;
    margin: 0;
}

.section p:nth-of-type(2),
.section p:nth-of-type(3) {
    width: 33%;
    margin: 0;
}

.section .fa-solid {
    font-style: italic;
}

.section p span {
    text-decoration: underline;
}

.content {
    background-color: #809ca7;
    margin: 0;
    padding: 1.25rem;
    position: relative;
}

.print {
    display: flex;
    justify-content: flex-end;
    font-style: italic;
    margin: 0.125rem 0.312rem 1.875rem;
}

i.fa-print {
    font-style: italic;
    font-size: 1.25rem;
    color: #232323;
}

.tab {
    display: none;
}

.tab+label {
    text-align: center;
    background-color: #053c5f;
    width: 8.75rem;
    height: 8.75rem;
    padding: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 0.625rem 0 0;
}

.tab+label:last-of-type {
    margin: 0;
}

.tab+label span {
    font-weight: bold;
    font-size: 1.062rem;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

.tab+label span:hover {
    text-decoration: none;
}

.tab__content {
    display: none;
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1),
.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2),
.tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3),
.tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4),
.tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
    opacity: 1;
    display: block;
    text-align: left;
    padding: 0.313rem;
    background-color: #ccd7dc;
    margin: 0.625rem 0;
    word-break: break-word;
    width: 100%;
}

.tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4) img {
    margin: 16px auto 5px;
    display: block;
}

.tab__content p:last-of-type {
    margin: 0;
}

.tab:first-of-type:not(:last-of-type)+label {
    border: none;
}

.tab__content {
    background-color: transparent;
    width: 100%;
    opacity: 0;
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    h2,
    h6 {
        padding: 0.937rem 0.625rem;
    }

    h1 {
        padding: 0.625rem;
    }

    h6:before {
        top: 0.625rem;
    }

    h6:after {
        bottom: 0.625rem;
    }

    .table {
        margin: 0 0 0.937rem;
    }

    section {
        padding: 0 0 1rem;
    }

    section div {
        padding-left: 1rem;
    }

    .section {
        flex-direction: column;
    }

    .section p:nth-of-type(2),
    .section p:nth-of-type(3) {
        width: 100%;
        margin: 0;
    }

    .tab+label {
        text-align: center;
        background-color: #053c5f;
        width: auto;
        height: auto;
        display: block;
        justify-content: center;
        align-items: baseline;
        position: relative;
        margin: 0 0 0.625rem 0;
    }

    .tab+label:last-of-type {
        margin: 0;
    }

    .tab+label span {
        position: static;
        transform: translate(0%, 0%);
        font-size: 1.062rem;
        text-decoration: underline #fff;
        color: #fff;
        width: 100%;
    }

    .tab+label br,
    h2 br {
        display: none;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 650px) {
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px
    }

    ul {
        margin: 0 0 1rem;
    }

    h2 {
        font-size: 1.125rem;
        text-align: center
    }

    h1 {
        font-size: 1.375rem;
        text-align: center;
    }

    .table {
        display: block;
        border: none;
    }

    .column {
        margin-bottom: 0.3rem;
        border: 1px solid #ccd7dc;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .column div,
    .column div span {
        width: 100%;
        text-align: center;
    }

    .column:not(:last-of-type) div:first-of-type,
    .column:not(:last-of-type) div:last-of-type {
        border-right: none;
    }
}

@media only screen and (max-width: 560px) {
    section {
        display: block;
        padding: 0;
    }

    section div {
        padding: 0;
    }

    section img {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}