@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-condensed-v10-latin-regular.eot');
    src: url('../fonts/fira-sans-condensed-v10-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-condensed-v10-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-condensed-v10-latin-regular.woff') format('woff'), url('../fonts/fira-sans-condensed-v10-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-condensed-v10-latin-regular.svg#FiraSansCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-condensed-v10-latin-700.eot');
    src: url('../fonts/fira-sans-condensed-v10-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-condensed-v10-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-condensed-v10-latin-700.woff') format('woff'), url('../fonts/fira-sans-condensed-v10-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-condensed-v10-latin-700.svg#FiraSansCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/caveat-v18-latin-regular.eot');
    src: url('../fonts/caveat-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/caveat-v18-latin-regular.woff2') format('woff2'), url('../fonts/caveat-v18-latin-regular.woff') format('woff'), url('../fonts/caveat-v18-latin-regular.ttf') format('truetype'), url('../fonts/caveat-v18-latin-regular.svg#Caveat') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3C3C3B;
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #e6e6e6;
    border: solid .062rem #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

header img {
    display: block;
    text-align: right;
    margin:0 0 0 auto;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    text-align: center;
    color: #3C3C3B;
    line-height: 1.2;
    font-size: 2.25rem;
    margin: 1rem 0;
}

h1 span {
    font-size: 1.75rem;
    font-weight: 400;
}

h2 {
    font-size: 1.125rem;
    color: #3C3C3B;
    margin: 0 0 .312rem;
	margin-top: .312rem;
}

h3 {
    color: #3C3C3B;
    font-family: 'Caveat', Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 1.875rem;
    margin: 0 0 .375rem
}

h3 + p {
    color: #3C3C3B;
    font-weight: normal;
    font-size: 1rem;
    text-align: right;
}

h4 {
    font-size: 1.125rem;
    color: #3C3C3B;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding: 0 0 .312rem .937rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.375em;
    line-height: 1;
}

header {
    padding: 0;
    position: relative;
}

.section {
    position: absolute;
    left: 7%;
    top: 9%;
    z-index: 3;
}

.section p {
    font-size: .812rem;
    color: #3C3C3B;
    font-style: italic;
    margin: 0;
}

.margin {
    padding: 0 0 0 12.5rem;
    font-size: 1.875rem;
}

article {
    padding: 4.5rem 2.5rem 2rem;
    position: relative;
    top: -4rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    column-gap: 2.5rem;
}

.box {
    width: 100%;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 1.875rem;
}

.green {
    position: absolute;
    bottom: -16.5rem;
    left: -4.375rem;
    background: #646464;
    padding: 2.875rem 2.5rem 3.125rem 10.5rem;
    border-radius: 100%;
    width: 30rem;
    height: 19.0rem;
}

.green p {
    color: #fff;
    margin: 0;
    font-size: 1.225rem;
}

a.apply {
    font-size: 1.125rem;
    color: #3C3C3B;
}

footer {
    position: relative;
}



@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    ul li {
        padding: 0 0 0 .937rem;
    }

    article {
        padding: 0 1rem 6rem;
    }

    .flex {
        column-gap: 1rem;
    }

    .logo {
        right: 1rem;
    }

    .green {
        left: -6rem;
        padding: 3rem 1rem 1rem 6.875rem;
    }
}

@media only screen and (max-width: 750px) {
    article {
        padding: 4rem 0 0;
        margin: 0 0 0;
    }

    article br {
        display: none
    }

    .flex {
        display: block
    }

    .box {
        width: 100%
    }

    article > .box_text {
        padding: 1rem 1rem 0;
    }

    .green {
        position: static;
        padding: 1rem;
        border-radius: 0;
        width: 100%;
        margin: 0 0 3rem;
        height: 100%;
    }
}

@media only screen and (max-width: 620px) {
    h1 {
        font-size: 1.5rem;
    }

    h1 span {
        font-size: 1.25rem;
    }

    .section {
        position: static;
        width: 100%;
        padding: 0 1rem
    }

    .section p {
        color: #404041;
    }

    h3 {
        text-align: center;
        color: #404041
    }

    h3 + p {
        text-align: center;
        color: #404041
    }

    h3 br {
        display: none
    }

    .margin {
        padding: 0;
    }

    footer {
        padding: 0 1rem 1rem;
        position: relative;
    }
}

@media only screen and (max-width: 376px) {
    .logo {
        display: flex;
        position: relative;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        column-gap: normal;
        width: auto
    }

    .green {
        margin: 0 0 -2rem;
    }
}
