@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), 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');
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #1666AB;
  font: 400 1em/1.5em 'Roboto', Arial, sans-serif;
}
h1, h2, strong {
  font-weight: 700;
}
#wrapper {
  position: relative;
  max-width: 800px;
  margin: 1rem auto;
  border: solid 0.75rem #1E4672;
  background: #fff;
  overflow: hidden;
}
:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  margin: 0 0 0.5rem;
  font-size: 1.75em;
  line-height: 1.1em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 16rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
h1 span {
  display: block;
  font-size: 1.5em;
  line-height: 1.3;
}
h2 {
  font-size: 1.25em;
  line-height: 1.3;
  color: #fff;
  transform: rotate(-7deg);
  margin-top: -4.75rem;
}
h2 span {
  padding: 0 0.375rem;
  background: #1C65AA;
  display: inline-block;
  font-size: 1.7em;
}
h2 small {
  display: block;
  width: fit-content;
  padding: 0 0.375rem;
  background: #D48430;
  margin-top: 0.25rem;
}
article {
  padding: 0 1rem;
}
article p {
  font-size: 1.438em;
  line-height: 1.3;
  text-align: right;
  margin-top: -3.75rem;
}
footer {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 799px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  p a {
    display: inline-block;
  }
  h1 {
    position: static;
    transform: none;
    color: #1666AB;
  }
  h2 {
    margin-bottom: 3rem;
  }
  article p {
    margin-top: 0;
    text-align: center;
  }
  footer {
    justify-content: center;
  }
  br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.5em;
    line-height: 1.2;
  }
  article p {
    font-size: 1.25em;
    line-height: 1.3;
  }
}