@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.eot');
  src: url('../fonts/open-sans-v40-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-300.woff') format('woff'), url('../fonts/open-sans-v40-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-300.svg#OpenSans') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.eot');
  src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.eot');
  src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #333333;
  font: 1em/1.5em Verdana, Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 930px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #fff;
  overflow: hidden;
  padding: 0;
}
p {
  padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
h1, h2 {
  margin-bottom: 3rem;
  position: relative;
  font-weight: normal;
}
h1:after, h2:after {
  content: "";
  width: 170px;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
}
h1:after {
  border: 2px solid #fff;
}
h2:after {
  border: 2px solid #ffe500;
}
h1 {
  font-size: 2.1em;
  line-height: 1.1em;
}
h2 {
  font-size: 1.75em;
  line-height: 1.3em;
}
ul {
  padding: 0 0 1rem;
  list-style: none;
}
li {
  padding-left: 1rem;
}
li:before {
  content: "•";
  float: left;
  margin: -1px 0 0 -1rem;
  font-family: Arial, sans-serif;
}
.logo {
  padding: 1rem;
}
section {
  background: #ffe500;
}
section, .box {
  padding: 2rem;
}
.box {
  background: #F2F2F2;
}
.flex, .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col5 {
  width: 48%;
}
.col10 {
  width: 100%;
}
:is(.col10, .box:first-of-type .col5) h2:after {
  left: calc(50% - 87px);
}
:is(.col10, .box:first-of-type .col5) h2 {
  text-align: center;
}
.col10 p {
  width: 33%;
  text-align: center;
}
.col10 p img {
  display: block;
  margin: 0 auto 0.5rem;
  height: 30px;
}
.box :is(p, ul), footer p {
  font: 300 1em/1.3 'Open Sans', Arial, sans-serif;
}
.box strong {
  font-weight: 400;
}
figure {
  position: relative;
  margin-bottom: 1rem;
}
figure img {
  position: relative;
  z-index: 2;
}
figure::after {
  content: "";
  width: 120px;
  height: 120px;
  border: 20px solid;
  border-color: #ffe500 transparent transparent #ffe500;
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
}
.box-white {
  padding: 2rem;
  background: #fff;
  text-align: center;
}
.box-white span {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.box-white a {
  padding: 1rem;
  background: #ffe500;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
footer {
  padding: 2rem;
  background: #ffe500;
  display: flex;
  justify-content: space-between;
}
footer > div {
  flex: 1;
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0.5;
}
.contact p {
  text-align: center;
}
footer strong {
  font-weight: 700;
}
footer a.apply {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: #000;
  font-weight: 700;
}
footer figure::after {
  border-color: #fff transparent transparent #fff;
}
@media only screen and (max-width:929px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  p, li {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .logo {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 780px) {
  .box {
    flex-direction: column;
  }
  .col5 {
    width: 100%;
  }
  footer {
    flex-direction: column;
  }
  footer > div {
    flex: 1;
  }
  footer :is(p, h2) {
    text-align: center;
  }
  .contact {
    margin-top: 1rem;
  }
  .flex p {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.9em;
  }
  h2 {
    font-size: 1.7em;
  }
  section, .box, .box-white {
    padding: 1rem;
  }
  .flex p {
    width: 100%;
  }
}