@charset "utf-8";

:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v34-latin-regular.eot');
    src: url('../fonts/roboto-slab-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-regular.svg#RobotoSlab') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    margin: 0 auto 1.25rem;
    overflow: hidden;
    background: #fff;
}

.content {
    max-width: 72.5rem;
    margin: 0 auto;
    position: relative;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    color: #fff;
    font-size: 38px;
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    padding: 0 0 .875rem;
    margin: 0 0 1rem;
}

h2,
h4,
h5 {
    font-size: 2.2rem;
    text-align: center;
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    padding: 0 0 .875rem;
    margin: 0 0 1rem;
}

h3 {
    font-size: 1.875rem;
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    color: #000E14;
    padding: 0 0 .875rem;
    margin: 0 0 1rem;
}

h4 {
    padding: 5.625rem 0 .875rem;
}

h5 {
    color: #fff;
    text-align: left
}

h4 span {
    color: #E62E46;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    position: relative;
    color: #002D4F;
    padding: 0 0 0 2.25rem;
    margin: 0 0 .312rem 0;
}

ul li:before {
    float: left;
    margin-left: -2.25rem;
    font-size: 1.125rem;
    line-height: 1.4;
    font-family: "Font Awesome 6 Free";
    content: "✓";
    vertical-align: middle;
    font-weight: 900;
    color: #E62E46;
}

.logo {
    max-width: 9.375rem;
    margin: 1.875rem 0
}

.container {
    position: relative;
    background: rgb(0, 14, 10);
}

.container img {
    text-align: right;
    margin: 0 0 0 auto;
    display: block;
}

.container:before {
    content: "";
    background-image: linear-gradient(to right, #000E14 65%, rgba(0, 14, 20, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
}

.content_box {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35%;
}

.content_box p {
    color: #fff;
}

.trapez {
    position: relative;
    z-index: 1;
}

.trapez::after {
    content: "";
    display: block;
    height: 3rem;
    left: 0;
    width: 100%;
    background: #fff;
    clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 99%;
    z-index: -1;
    margin-bottom: -.062rem;
}

.jobapplications {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    margin: 0 0 3.375rem
}

.jobapplications span i {
    color: rgb(230, 46, 70);
}

.flex_center {
    display: flex;
    column-gap: 40px;
    justify-content: center
}

section {
    display: flex;
    column-gap: 2.25rem;
}
section p{
    width: 50%
}
.margin p {
    margin: 2.25rem 0;
}

.flex {
    display: flex;
    column-gap: 2.25rem;
    padding: 0 0 7.312rem
}

.box {
    width: 50%;
}

.frame {
    background: rgb(244, 247, 249);
    margin: 0 0 3.375rem;
}

.frame_flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: .625rem
}

.frame_flex p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 .937rem;
    width: 18%;
    padding: 0 0 2.5rem;
    text-align: center;
}

.frame_flex p img {
    width: 6.25rem;
    margin: 0 0 .625rem
}

footer {
    background-image: radial-gradient(circle, rgb(4, 82, 141) 0%, rgb(0, 67, 117) 100%);
    padding: 2.812rem;
}

footer p {
    color: #fff;
}

.footer_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}

footer .left {
    order: 1;
    width: 70%;
    margin: 0 1.125rem 1.125rem 0;
}

a.apply {
    order: 1;
    color: #fff;
    width: 18.125rem;
    display: block;
    border: .062rem solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 1rem 1.562rem;
    font-weight: 700;
    font-size: 1.25rem;
}

a.apply:hover {
    background: #fff;
    color: #04528D;
}

.center {
    order: 3;
    width: 100%;
}

@media only screen and (max-width: 72.437rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    .container:before {
        width: 42%;
    }

    .no_wrap {
        white-space: nowrap
    }

    .logo {
        margin: 1rem;
    }

    .content {
        padding: 0 1rem;
    }

    footer {
        padding: 1rem;
    }

    footer .left {
        width: 60%
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 55rem) {
    .frame_flex p {
        width: 48%;
        padding: 0
    }

    footer .left {
        width: 100%;
        order: 1;
    }

    footer .center {
        order: 2;
        width: 100%;
    }

    a.apply {
        order: 3;
        margin: 1rem auto 0;
        width: 100%;
    }

}

@media only screen and (max-width: 48rem) {
    h1 {
        padding: 0;
        font-size: 1.875rem;
    }

    h2,
    h5,
    h3 {
        font-size: 1.5rem;
        padding: 0;
    }

    h4 {
        padding: 1rem 0 1rem;
        font-size: 1.5rem;
    }

    .logo {
        margin: 1rem auto;
    }

    .content_box {
        position: static;
        padding: 1rem;
        margin: 0 0 1rem
    }

    .content_box h1,
    .content_box p {
        position: relative;
        text-align: center;
    }

    .trapez::after {
        display: none;
    }

    .container img {
        width: 100%;
    }

    .container:before {
        display: none;
    }

    .jobapplications {
        margin: 0 0 1.25rem;
    }

    section {
        column-gap: .625rem
    }

    .margin p {
        margin: 0 0 1rem;
    }

    .flex {
        flex-direction: column;
    }

    .box {
        width: 100%;
    }

    .frame {
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 37.5rem) {
    section {
        display: block
    }
    section p{
        width: 100%
    }
}

@media only screen and (max-width: 30rem) {
    .flex_center {
        display: block
    }

    .frame_flex {
        flex-direction: column;
    }

    .frame_flex p {
        width: 100%;
    }
}

@media only screen and (max-width: 23.437rem) {
    h1 {
        font-size: 1.25rem;
        margin: 1.25rem 0
    }

    h5,
    .content p {
        text-align: center;
    }
}
