@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3a434f;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: linear-gradient(to bottom, #F7F7F7 18.75rem, #f7f7f7 50rem);
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 1rem 0 .5rem
}

h2 {
    font-size: 1rem;
    font-style: italic;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 1.5rem;
    color: #333333;
}

ul {
    margin: 0 0 0.625rem;
    padding: 0 0 0 2rem;
}

ul li {
    padding: 0;
    margin: 0;
}

header {
    color: rgba(0, 0, 0, 0.87);
    padding: 2rem;
    border: .062rem solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    border-radius: .125rem;
    background: #fff;
}

header p {
    margin: .5rem 0 1.5rem;
    color: rgba(0, 0, 0, 0.57);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .875rem;
    line-height: 1;
}
#wrapper>img{
    margin: 0 0 1rem;
    display: block;
     border-radius: .125rem;
}

header p span:nth-of-type(2) {
    margin-left: 1rem;
}

header p .material-icons {
    font-size: .875rem;
    line-height: 1;
}

section {
    background-color: white;
    border: .062rem solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    border-radius: .125rem;
    position: relative;
    padding: 1.5rem;
}

section:nth-of-type(1) p,
element p:nth-of-type(1) {
    margin: 0 0 1.5rem;
}

.apply {
    background-color: #102b41;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .625rem 1rem;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    line-height: 1.3333333;
    font-size: .875rem;
    text-transform: uppercase;
    border-radius: .125rem;
    font-weight: 600;
    border: .062rem solid rgba(0, 0, 0, 0.1);
}

.apply:hover {
    box-shadow: 0 .125rem .125rem 0 rgb(0 0 0 / 14%), 0 .187rem .062rem -.125rem rgb(0 0 0 / 20%), 0 .062rem .312rem 0 rgb(0 0 0 / 12%);
}

aside {
    display: flex;
    justify-content: space-between;
}

element {
    display: block;
    width: calc(50% - 1rem);
    padding: 1.5rem;
    border: .062rem solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    border-radius: .125rem;
    background: #fff;
}

aside .iframe-wrapper {
    width: calc(50% - 1rem);
    padding-bottom: 32.5%;
    margin-bottom: 1rem;
}

footer {
    text-align: right;
    background: #fff;
    padding: 2rem;
    margin: 1rem 0 2rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 33%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    header,
    section,
    element {
        padding: .625rem;
    }

    aside {
        display: block;
    }

    element,
    aside .iframe-wrapper {
        width: auto;
    }

    aside .iframe-wrapper,
    .iframe-wrapper {
        padding-bottom: 50%
    }

    footer {
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 30rem) {
    body {
        font-size: .875rem;
    }

    header p {
        margin: .5rem 0 .625rem;
    }

    h1 {
        font-size: 1.25rem;
        margin: .625rem 0 .5rem;
    }

    h3 {
        margin: 0 0 .625rem;
        font-size: 1rem;
    }

    h2 {
        font-size: .937rem;
    }

    section:nth-of-type(1) p,
    element p:nth-of-type(1) {
        margin: 0 0 .625rem;
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
