@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&display=swap');

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #212529;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 64rem;
    margin: 0 auto 1rem;
    overflow: hidden;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 2rem;
}

h2 {
    color: rgb(0, 86, 162);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0.5rem;
}

h3 {
    font-size: 1.25rem;
    margin: 0;
    font-weight: normal;
}

h4 {
    font-size: 0.75rem;
    margin: 0.625rem 0;
    font-weight: normal;
}

h5 {
    color: #1e2e50;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
}

ul {
    list-style-type: disc;
    padding: 0 1.25rem;
    margin: 0 0 2.5rem;
}

ul li {
    padding: .125rem 0;
}

header {
    position: relative;
    padding: 0 0 4rem;
}

.logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    overflow: hidden;
}

main {
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

article {
    width: 66%;
    padding: 0 1.5rem 0 0
}

.box_resp {
    display: none
}

aside {
    width: 32%;
}

section {
    margin: 0 0 1.5rem 0;
    border: .062rem solid rgba(0, 0, 0, 0.12);
    border-radius: 0.4rem;
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

section p {
    flex-basis: 33%;
    display: flex;
    margin: 0.33rem 0;
    align-items: center;
}

section p .material-icons-outlined {
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    width: 2.4rem;
}

.box {
    border: .062rem solid rgba(0, 0, 0, 0.12);
    border-radius: 0.4rem;
    padding: 1.5rem;
    margin: 0 0 2rem;
    line-height: 1.4
}

.box:nth-of-type(1) p {
    display: flex;
    justify-content: flex-start;
    padding: .625rem 0;
    flex-basis: 100%;
    align-items: center;
    margin: 0;
}

.box:nth-of-type(1) p:nth-of-type(6) .jobposting-info-icon {
    margin: 0;
    position: relative;
    left: 1.5rem;
}

.box:nth-of-type(1) p > .material-icons-outlined {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    width: 2.4rem;
}

.box:nth-of-type(1) p .jobposting-info-icon {
    color: #212529;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 0 1.5rem
}

.info {
    position: relative;
}

.info .tooltip-text {
    display: none;
}

.info:hover .tooltip-text {
    display: block;
    font-size: 0.75rem;
    min-width: 6.25rem;
    max-width: 6.25rem;
    height: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    border-radius: 0.4rem;
    position: absolute;
    z-index: 1;
    bottom: 2.5rem;
    left: -0.9rem;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.info:hover .tooltip-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.5rem;
    border-width: 0.5rem;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.logo_box {
    border-radius: 100%;
    width: 12rem;
    height: 12rem;
    border: .125rem solid #387CA3;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 1.5rem;
    display: block;
}

.box:nth-of-type(2) p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box:nth-of-type(2) p .material-icons-outlined {
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    width: 2.4rem;
}

footer {
    text-align: center;
}

.apply {
    text-transform: none;
    color: rgb(255, 255, 255);
    background-color: rgb(142, 212, 72);
    padding: .625rem 1.5rem;
    font-size: .937rem;
    display: inline-block;
    border-radius: .25rem;
    overflow: hidden;
    box-shadow: 0 .187rem .062rem -.125rem rgba(0, 0, 0, 0.2), 0 .125rem .125rem 0 rgba(0, 0, 0, 0.14), 0 .062rem .312rem 0 rgba(0, 0, 0, 0.12);
    font-weight: bold;
    margin: 1.5rem 0 0;
}

.apply:hover {
    box-shadow: 0 .125rem .25rem -.062rem rgba(0, 0, 0, 0.2), 0 .25rem .312rem 0 rgba(0, 0, 0, 0.14), 0 .062rem .625rem 0 rgba(0, 0, 0, 0.12);
    color: rgb(255, 255, 255);
    background-color: #97D756;
}

@media only screen and (max-width: 63.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    main {
        padding: 0;
    }

    article {
        padding: 0
    }

    article > section:first-of-type p br,
    .box_resp br {
        display: none;
    }
}

@media only screen and (max-width: 56.25rem) {
    header {
        text-align: center;
        padding: 0;
        margin: 0 0 20px;
    }

    .logo {
        position: static;
        transform: translate(0);
        display: inline-block;
    }

    main {
        display: block;
    }

    article,
    aside {
        width: auto;
    }

    .box_resp {
        display: block;
    }

    aside .box:nth-of-type(1) {
        display: none;
    }

    .box_resp {
        display: flex;
        flex-wrap: wrap;
    }

    h3 {
        width: 100%;
    }

    .box_resp.box:nth-of-type(1) p {
        display: flex;
        flex-basis: 50%;
        width: 50%;
    }

    .box:nth-of-type(2) {
        text-align: center;
    }

    .box:nth-of-type(2) p {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    ul,
    p {
        margin: 0 0 .625rem;
    }
}

@media only screen and (max-width: 43.75rem) {
    h1 {
        font-size: 1.625rem;
        margin: 0 0 .625rem;
    }

    section,
    .box {
        margin: 0 0 .625rem;
    }
}

@media only screen and (max-width: 34.375rem) {

    .box_resp,
    section {
        display: block;
    }

    .box_resp.box:nth-of-type(1) p,
    section p {
        width: auto;
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}