@charset "utf-8";
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot');  
  src: local(''), url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'),  
  url('../fonts/poppins-v20-latin-regular.woff') format('woff'),  
  url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'),  
  url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');  
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.eot');  
  src: local(''), url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/poppins-v20-latin-700.woff2') format('woff2'),  
  url('../fonts/poppins-v20-latin-700.woff') format('woff'),  
  url('../fonts/poppins-v20-latin-700.ttf') format('truetype'),  
  url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg');  
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #000000;
  font: 400 1em/1.3em 'Poppins', Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 930px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #fff;
  overflow: hidden;
  padding:  0;
}
h1,h2,strong{
  font-weight: 700;
}
p {
  padding-bottom: 0.7rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
h1 {
  margin: 0 -2rem 0.5rem -1.25rem;
  font-size: 1.85em;
  line-height: 1.3;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  background: #FFF201;
  color: #00A9E8;
}
h1 span, h1 i{
  font-weight: 400;
}
h1 span {
  font-size: 0.65em;
  line-height: 1.3;
  margin-top: 0.5rem;
}
h2 {
  font-size: 3em;
  line-height: 0.85;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  text-indent: 1rem;
}
h2 small {
      font-size: 1.2rem;
    position: absolute;
    right: 5.5rem;
    top: 7.075rem;
}
h2 i {
  position: absolute;
  transform: rotate(10deg);
  font-size: 1.4em;
}
h2 span {
  font-size: 1.3em;
  text-indent: 0;
}
main {
  display: flex;
  justify-content: space-between;
  background: #00A9E8;
  color: #fff;
  margin-bottom: 2rem;
  font-size: 0.93em;
}
header img,h1 span, h2 span {
  display: block;
}
article {
  width: 540px;
  padding: 1.2rem 2rem 0 1.25rem;
}
p a.color, h2 span {
  color: #FFF201;
}
footer figure {
      position: absolute;
    bottom: 1rem;
    right: -0.15rem;
}
footer{
  padding: 0 1rem 0.5rem;
}
@media only screen and (max-width:929px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  p :is(a,span){
    display: inline-block;
  }
  h1 + p {
    text-align: left;
  }
  h1 {
    font-size: 1.5em;
    margin: 0 -1rem 1rem;
  }
  h2 {
    font-size: 2em;
    text-indent: 0;
  }
  h2 small,  h2 i {
    position: static;
  }
  h2 i {
    font-size: 1em;
    transform: none;
  }
  main {
    display: block;
    margin-bottom: 1rem;
  }
  main br {
    display: none;
  }
  header img {
    margin: 0 auto;
  }
  article {
    padding: 1rem;
    width: auto;
  }
  footer figure,.res_fl {
    position: static;
    display: flex;
    justify-content: center;
    gap: 0 0.2rem;
  }
  footer p{
    text-align: center;
  }
}