@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
@font-face {
   font-family: 'Roboto Slab';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/roboto-slab-v33-latin-regular.eot');
   src: url('../fonts/roboto-slab-v33-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v33-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v33-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v33-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v33-latin-regular.svg#RobotoSlab') format('svg');
}
:root {
   font-size: 16px;
}
* {
   box-sizing:border-box;
   margin: 0;
}
html {
   min-height: 100%;
}
body {
   color:#FFF;
   font: 400 1em/1.3 'Roboto Condensed', Arial, sans-serif;
   text-transform: uppercase;
}
#wrapper {
   position:relative;
   max-width: 770px;
   margin: 1rem auto;
   border:solid 1px #000;
   background: linear-gradient(135deg, #F2728C, #00B2BD);
   background-size: cover;
   overflow:hidden;
   padding: 2.75rem 2.25rem 2rem;
}
:is(a:link,a:visited,a:hover,a:active){
    color: #FFF;
    text-decoration: none;
}
p {
   padding-bottom:0.5rem;
}
h1, h3, strong{
   font-weight: 700;
}
h1 {
   margin: 4rem 0 1.25rem;
   font-size: 1.875em;
   line-height:1.25;
   letter-spacing: 1px;
}
h1 span {
   text-transform: initial;
}
h2 {
   position: absolute;
   top: 6.25rem;
   right: 0;
}
h3 {
   position: absolute;
   bottom: -0.5rem;
   left: 30rem;
   width: 224px;
   height: 224px;
   padding: 2.5rem 0.5rem 0;
   font-size: 2.375em;
   line-height:1.3;
   background: #31A86C;
   border-radius: 100%;
   text-align: center;
   transform: rotate(18deg);
}
ul {
  padding: 0;
  list-style: none;
  width: 50%;
}
li {
  padding-left: 0.75rem;
  font-size: 1.375em;
  line-height: 1.22;
  letter-spacing: 1px;
}
li:before {
  content: "•";
  float: left;
  margin: -1px 0 0 -0.75rem;
}
header a:last-of-type {
   color: #C10285 !important;
   margin-left: 0.5rem;
   font-size: 1.5em;
   line-height: 1.3;
}
article{
   padding-bottom: 1.25rem;
}
footer {
   display: flex;
   align-items: flex-end;
   gap: 2.25rem;
}
footer p {
   font-size: 0.85em;
   line-height: 1.25;
   text-transform: none;
   text-align: center;
}
footer figure{
   margin:1.125rem 0 0;
}
footer div {
   display: flex;
   flex-direction: column;
   align-items: center;
}
img {
   max-width:100%;
   height:auto;
   vertical-align: middle;
}
@media only screen and (max-width: 769px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   h2 {
      position: static;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 2rem;
   }
   br {
      display: none;
   }
   header {
      display: flex;
      justify-content: center;
      align-items: center;
   }
   ul {
      width: auto;
   }
}
@media only screen and (max-width: 720px) {
   h3 {
      position: static;
      width: auto;
      position: static;
      width: fit-content;
      height: auto;
      padding: 0.25rem 0.75rem;
      transform: none;
      border-radius: 0;
      font-size: 1.5em;
   }
   footer {
      flex-wrap: wrap;
      justify-content: center;
   }
}
@media only screen and (max-width: 480px) {
   #wrapper {
      padding: 1rem;
   }
   h1 {
      font-size: 1.625em;
   }
   li {
      font-size: 1.25em;
      line-height: 1.2;
   }
}
@media only screen and (max-width: 350px) {
   header {
      flex-direction: column;
      gap: 1rem;
   }
}