@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 0rem 0rem;
	
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #646464;
	font-family: "Fira Sans Condensed", "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #e6e6e6;
    border: solid .062rem #CBCBCB;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {

    margin: 0 0 0rem;
}

.margin {
    margin: 1.25rem -2.725rem 0;
}

h1 {
    text-align: center;
    color: #646464;
	background: #E6E6E6;
    line-height: 1.2;
    font-size: 2.0rem;
   	margin-top: 2rem;
	margin-bottom: -1rem;
}

h1 span {
	background: #E6E6E6;
    font-size: 1.85rem;
    font-weight: 400;
	
}

h2 {
    font-size: 1.125rem;
    color: #646464;
    margin: 0 0 .312rem;
}

h3 {
    color: #fff;
    font-family: "Caveat", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 1.875rem;
}

h3 span:first-of-type {
    text-align: right;
    padding: 0 0 0 40px;
}

h3 span:last-of-type {
    text-align: right;
    padding: 0 0 0 50px;
}

h4 {
    font-size: 1.125rem;
    color: #fff;
    margin: 0;
}

/*ul {
    list-style: none;
    margin: 0 0 5px;
	margin-bottom: 1rem;
	margin-top: 1rem;
    padding: 0;
}

ul li {
    padding: 0 0 .622rem .937rem;
}

ul li:before {
    
    float: left;
    margin-left: -.937rem;
    font-size: 1.3rem;
    line-height: 1.1;
}*/

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    width: 90%
}

ul li {
    padding: 0 0 .187rem .75rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.75rem;
    font-size: 1.125rem;
    line-height: 1.4;
}

header {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

header:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.39855072463768115) 30%, rgba(255, 255, 255, 0) 42%);
    z-index: 1;
    position: absolute;
    clip-path: ellipse(55% 79% at 55% 51%);
    top: -6.25rem;
    right: -21.875rem;
}

section {
	background: #e6e6e6 !important;
	margin-top: 2.0rem;
	margin-bottom: 0rem;
	
	
}

.section {
	
	margin-top: 2.0rem;
    position: absolute;
    left: 15%;
    top: 10%;
    z-index: 3;
}

.section p {
	margin-top: 2.0rem;
	text-align: right;
    font-size: .812rem;
    color: #fff;
    font-style: italic;
    margin: 0;
    font-family: "Arial", sans-serif;
}

header img {
    clip-path: ellipse(55% 79% at 55% 21%);
}

article {
	background: #E6E6E6 !important;
    padding: 0 2.5rem 6rem;
    position: relative;
    top: -2.75rem;
}
.isPasted {
	background: #E6E6E6;
    padding: 0 2.5rem 6rem;
    position: relative;
    top: -2.75rem;
}


.flex {
    display: flex;
    justify-content: space-between;
    column-gap: 2.5rem;
}

.box {
    width: 50%;
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: -1rem;
    right: 1.625rem;
}


footer {
    position: absolute;
    bottom: -16rem;
    left: -4.375rem;
    background: #646464;
    padding: 2.125rem 2.5rem 3.125rem 11.875rem;
    border-radius: 100%;
    width: 29.375rem;
    height: 20rem;
}

footer p {
    color: #fff;
    margin: 0;
    font-size: .937rem;
}

a.apply {
    font-size: .937rem;
    color: #fff;
}

.logo2 {
    position: absolute;
    bottom: 0.8rem;
    right: 0.8rem;
}


@media only screen and (max-width: 49.937rem) {
    #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;
    }

    h3 span:first-of-type,
    h3 span:last-of-type {
        text-align: center;
        padding: 0;
    }

    h3,
    .section p {
        color: #404041;
    }

    h3 {
        margin: 1rem 0 2px;
        text-align: center;
    }

    h3 br {
        display: none;
    }

    header {
        justify-content: center;
        align-items: center;
        padding: 1rem 1rem 0;
    }

    header img,
    header:after {
        clip-path: none;
    }

    article {
        margin: 0;
        padding: 1rem;
        position: static;
    }

    article p br,
    li br {
        display: none;
    }

    .logo,
    .section {
        position: static;
    }

    footer {
        position: static;
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media only screen and (max-width: 43.75rem) {
    .flex {
        flex-direction: column;
        column-gap: 0;
    }

    .box {
        width: 100%;
    }

    footer p,
    h4 {
        text-align: center;
    }

    .logo {
        justify-content: center;
        align-items: center;
        bottom: 0;
    }
}

@media only screen and (max-width: 31.25rem) {
    h1 {
        font-size: 1.625rem;
    }

    h1 span {
        font-size: 1.187rem;
    }

    .section {
        left: 1.875rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 28.125rem) {

    .section p {
        text-align: center;
        font-size: 1rem;
    }
}