@charset "utf-8";

:root {
    font-size: 16px;
}

@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: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.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: .937rem;
    line-height: 1.5;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: 0.02rem solid #a7a9a4;
    box-shadow: -0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.2);
}

#wrapper>img {
    display: block
}

h1 {
    font-size: 1.187rem;
    line-height: 1.1;
    margin: 0 0 1rem;
}

h2 {
    font-size: 1.062rem;
    margin: 0 0 1rem;
    font-weight: 500
}

h3 {
    font-size: 1.062rem;
    margin: 0 0 .187rem;
    font-weight: 500
}

.margin {
    margin: .937rem 0 .25rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    color: #95c11f
}

p {
    margin: 0 0 .625rem;
}

p small {
    font-size: .937rem;
}

.border {
    border-bottom: 1px dashed #000;
    padding-bottom: .625rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    padding-left: 1.125rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.125rem;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Arial", sans-serif
}

.list {
    margin: 0 0 1rem
}

header {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

article {
    position: relative;
    padding: 7% 0 0
}

.blue {
    background: #162C45;
    color: #fff;
    position: absolute;
    top: -2rem;
    width: 61%;
    left: 2rem;
    padding: 1rem .625rem;
}

.light_blue {
    background: #DDF1FB;
    padding: 1rem 2rem;
}

.light_blue .flex_blue:not(:last-of-type) {
    border-bottom: 1px solid #8b8b87;
}

.flex_blue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
}

.flex_blue div {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    gap: .625rem;
}

.flex_blue div i {
    width: 1rem;
    text-align: center;
}

.flex_blue div p {
    margin: 1rem 0;
}

.flex_blue>p {
    margin: 0.625rem 0;
}

.white {
    padding: 1rem 2rem
}

.white img {
    display: block;
    margin: 0 0 .625rem
}

.details {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1rem;
    margin: 0 0 1rem
}

.details div {
    display: flex;
    align-items: center;
    column-gap: 1rem
}

.details p {
    margin: 0;
    font-size: .937rem;
}

.details span {
    color: rgba(29, 29, 27, 0.8);
    display: block;
}

.details i {
    margin: .187rem 0 0 0;
}

.fa-clock {
    width: .625rem
}

.green {
    background: #ECF5E8;
    padding: 1rem 2rem;
    margin: 0 0 1rem
}

.flex_green {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 1rem;
    border-top: 1px solid #8b8b87;
    padding-top: 1rem;
}

h2+.flex_green {
    border: none;
    padding-top: 0;
}

.left {
    width: 30%
}

.left div {
    display: flex;
    column-gap: 1rem;
    align-items: flex-start
}

.left div p {
    width: auto
}

.right {
    width: 70%
}

.gray {
    background: #ECECEC;
    padding: 1rem 2rem
}

a.apply {
    background: #95C11F;
    color: #000;
    display: block;
    width: fit-content;
    text-align: center;
    padding: 12px 22px;
    border-radius: 6px;
    margin: 1.5rem 0 0 auto;
    transition: all 140ms ease 0s;
    font-weight: 500;
}

a.apply:hover {
    background: #6c8c17
}

.button {
    position: relative;
    right: 2rem;
    top: -4rem;
}

.flex_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 2rem;
    margin: 0 0 1rem
}

.flex_text>div {
    flex: 50%;
}

.images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    margin: 1rem 0
}

.images img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

footer {
    background: #ECECEC;
    padding: 1rem 2rem
}

footer p:last-of-type {
    margin: 0
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul {
        margin: 0
    }

    ul li {
        padding-left: 1rem
    }

    ul li:before {
        margin-left: -1rem;
    }

    .list {
        margin: 0 0 1rem
    }

    header {
        padding: 0 0 1rem;
    }

    .blue {
        top: -1rem;
        width: 61%;
        left: 1rem;
    }

    .light_blue,
    .white,
    .green,
    .gray,
    footer {
        padding: 1rem;
    }

    .button {
        right: 1rem;
    }

    .flex_text,
    .images {
        column-gap: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    header {
        align-items: center
    }

    .blue {
        position: static;
        width: 100%
    }

    article {
        padding: 1rem 0
    }

    a.button {
        position: static;
        margin: 1rem auto
    }

    h1,
    h1+p {
        text-align: center
    }

    h1+p {
        margin: 0
    }

    .flex_blue,
    .flex_green {
        display: block
    }

    .flex_blue>p {
        margin-top: 0;
    }

    .details {
        grid-template-columns: repeat(2, auto);
    }

    .left,
    .right {
        width: 100%
    }

    .right {
        margin: 0 0 1.5rem
    }

    .left div {
        align-items: flex-start
    }

    .left div p {
        width: auto;
        margin: 6px 0 1rem
    }

    .green {
        padding: 1rem 1rem .062rem
    }

    .gray p:last-of-type {
        margin: 0
    }

    .flex_text {
        display: block
    }

    a.apply {
        margin: 1rem 0 0
    }

    .images {
        flex-wrap: wrap;
        margin: 0
    }
}

@media only screen and (max-width: 30rem) {
    a.button {
        margin: 1rem auto
    }

    .details {
        display: block;
    }

    .details div {
        justify-content: center;
        text-align: center;
        padding-bottom: .625rem;
    }

    .details span {
        display: inline-block;
    }

    .white {
        padding: 1rem 0
    }

    .images {
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width: 23.5rem) {

    a.button,
    a.apply {
        width: 100%
    }
}