@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/fira-sans-v17-latin-300.eot');
    src: url('../fonts/fira-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-300.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-300.woff') format('woff'), url('../fonts/fira-sans-v17-latin-300.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-300.svg#FiraSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-regular.eot');
    src: url('../fonts/fira-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-regular.svg#FiraSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v17-latin-700.eot');
    src: url('../fonts/fira-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-700.woff') format('woff'), url('../fonts/fira-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-700.svg#FiraSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #555555;
    font-family: "Fira Sans", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
}

.content {
    position: relative;
    max-width: 58.75rem;
    margin: 1rem auto 100px auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 3px 3px 11px 2px #939095;
}

footer .content {
    max-width: 58.75rem;
    margin: 0 auto 0;
    box-shadow: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .125rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.tel {
    color: #004994;
}

p {
    margin: 0 0 16px;
}

h1 {
    font-size: 32px;
    margin: 1rem 0;
    color: #004994;
    font-weight: 700;
}

h2 {
    font-size: 19px;
    margin: 1rem 0 0;
    color: #004994;
    width: 100%;
}

h2:after {
    content: "";
    display: block;
    border: 1px solid rgba(0, 73, 148, 0.3);
    max-width: 33%;
    margin: 0.75rem auto 0.5rem 0;
}

h3,
h4 {
    font-size: 16px;
    margin: 1rem 0 0;
    color: #000;
}

.left strong,
.last_left {
    color: #000;
}

h4 {
    margin: 16px 0;
}

h4 span {
    color: rgb(0, 73, 148);
    font-weight: bold;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem 5px;
    padding: 0;
}

ul li {
    padding-left: 15px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -15px;
    font-size: 18px;
    line-height: 1;
}

header {
    padding: 28px 38px 0;
    position: relative;
}

.logo {
    margin: 10px 0 20px
}

.image {
    position: absolute;
    top: 0;
    right: 0;
    width: 470px;
}

.hr_hed {
    height: 2px;
    width: 40%;
    background: rgba(0, 73, 148, 0.3);
    margin-bottom: 2rem;
}

article {
    padding: 0 38px;
}

.blue,
a.blue {
    color: #004994;
}

.hr_title {
    height: 2px;
    background: rgba(0, 73, 148, 0.3);
    width: 65%;
    margin: 0 0 16px
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.box {
    width: 49%;
}

.box_left .section {
    padding-bottom: 86px
}

.box_right {
    display: flex;
    flex-wrap: wrap;
}

.section {
    border: 1px solid rgba(0, 73, 148, 0.3);
    box-shadow: inset 0 1px 5px 5px #eee, 0 4px 4px 3px #eee;
    padding: 0 8px;
    display: block;
}

.left {
    margin-left: 5px;
}

.left small {
    font-size: 12px;
}

.nomargin {
    margin: 0 0 0 5px;
}

.bigpadding {
    margin: 50px 0 0
}

.hr {
    height: 1px;
    background: #9A9A9A;
    margin: 0 0 32px .312rem;
    width: 40%;
}

.details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail {
    width: 48%;
    margin-left: 5px;
    font-size: 15px;
}

.last {
    margin: 0;
}

.last_left {
    margin: 0 0 0 5px
}

.hr_light {
    height: 1px;
    background: #efefef;
    margin: 16px 0 16px 5px;
    width: 65%
}

.top {
    margin-top: 1rem;
}

.bottom {
    padding: 0 0 10px
}

.img {
    margin: 0 auto;
}

.row {
    margin-top: 80px;
    padding: 28px 38px;
    background: url(../images/bg.png)no-repeat top;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 10px;
}

.content_row p,
a.white {
    color: #fff
}

.row1 {
    width: 35%;
}

.row2 {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row3 {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.social {
    display: flex;
    flex-wrap: wrap;
}

a.social-icons {
    margin: 1rem 10px 0 0;
}

footer {
    border-top: 1px solid #004994;
    background: #fff;
    padding: 0.5rem 0;
}

a.button {
    font-family: "Arial", sans-serif;
    color: #fff;
    border-radius: 2px;
    background: #004994;
    border-color: #004994;
    margin: 0;
    border: 1px solid #B7B7B7;
    padding: 8px 20px;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 939px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0 16px;
    }

    .content {
        box-shadow: 3px 3px 11px 2px #939095;
        margin: 16px auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 16px;
    }

    .image {
        width: 50%
    }
}

@media only screen and (max-width: 880px) {
    .image {
        width: 45%
    }
}

@media only screen and (max-width: 800px) {
    .image {
        width: 40%
    }
}

@media only screen and (max-width: 48rem) {
    .image {
        display: block;
        position: static;
        width: auto;
        margin-left: auto;
        width: auto;
    }

    header {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hr_hed {
        width: 100%;
        margin: 0 0 16px;
    }

    article {
        padding: 0 16px
    }

    .block br {
        display: none;
    }

    .hr_title {
        width: 100%;
    }

    .flex {
        margin-top: 20px;
        flex-direction: column;
    }

    .box {
        width: 100%;
    }

    .section {
        margin: 0 0 16px;
        padding: 8px;
    }

    .box_left .section {
        padding: 8px;
    }

    .row {
        margin-top: 20px;
        padding: 16px;
    }

    .row3 {
        width: 20%
    }
}

@media only screen and (max-width: 650px) {
    .row {
        flex-direction: column;
    }

    .row1,
    .row2,
    .row3 {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .social {
        justify-content: center;
        align-items: center;
    }

    .row3 {
        justify-content: center;
        align-items: center
    }

    .qr {
        margin: 30px auto 0;
    }

    .row1 p,
    .row2 p {
        text-align: center;
    }
}

@media only screen and (max-width: 30rem) {
    .logo {
        margin: 16px;
    }

    h1 {
        font-size: 21px;
        text-align: center;
    }
}
