@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 3.25rem;
}
: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: 5rem 0 1.875rem;
   font-size: 1.75em;
   line-height:1.2;
   letter-spacing: 1px;
}
h2 {
   font-size: 2em;
   line-height:1.3em;
   font-family: Roboto Slab,Arial,sans-serif;
   font-weight: 400;
   text-transform: uppercase;
   text-align: right;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   position: absolute;
   top: 5.5rem;
   right: 0;
}
h2 span{
   padding: 0.5rem 2.75rem 0.5rem 0.6255rem;
   margin-bottom: 0.5rem;
   background-color: #941B82;
   color: #17A7B7;
   display: none;
   width: fit-content;
}
h2 span:nth-of-type(2){
   font-size: 3.75em;
   line-height: 1.1;
   padding-left: 2rem;
}
h2 span:nth-of-type(4){
   font-size: 3.5em;
   line-height: 1;
   padding-left: 1.5rem;
}
h3 {
   position: absolute;
   bottom: -0.5rem;
   left: 24.5rem;
   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: 35%;
}
li {
  padding-left: 0.75rem;
}
li:before {
  content: "•";
  float: left;
  margin: -1px 0 0 -0.75rem;
}
header a{
   color: #941B82 !important;
   margin-left: 0.5rem;
   font-size: 1.375em;
   line-height: 1.3;
}
article{
   padding-bottom: 3.375rem;
}
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:929px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   h2 {
      position: static;
      font-size: 1em;
      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: 640px) {
   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;
   }
}