@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');
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #000;
  font: 400 1em/1.3em 'Roboto Condensed', "Helvetica Neue", Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 620px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #fff;
  overflow: hidden;
  padding: 0;
}
p {
  padding-bottom: 0.5rem;
}
h1,h2,h3{
  text-transform: uppercase;
}
h1 {
  font-size: 1em;
  line-height: 1.4;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
h1:before {
  content: "\2022";
  float: left;
  margin-left: -2rem;
}
h2 {
  color: #EE2323;
  font-size: 2.3em;
  line-height: 1.3;
  margin: 1rem 0 2rem;
}
h3 {
  margin: 0 0 0.5rem;
  color: #EE2323;
  font-size: 1.25em;
  line-height: 1.3;
}
h4 {
  margin: 0 0 0.5rem;
  font-size: 1em;
  line-height: 1.3;
  text-transform: uppercase;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
  font-family: Arial, sans-serif;
  padding: 0.8rem 7rem 3.5rem;
  background: #A8A9AD url('../images/bgt.jpg') no-repeat bottom;
}
header .logo {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
}
header p {
  font-size: 1.3em;
  line-height: 1.2;
  text-align: right;
  padding-right: 1.5rem;
}
article {
  padding: 0 1.5rem;
  margin: -0.5rem 0 -1.8rem;
  position: relative;
  z-index: 999;
}
article p:first-of-type {
  padding-bottom: 0.3rem;
}
article a {
  position: relative;
  z-index: 999;
}
.flex{
  display: flex;
  justify-content: start;
  gap: 0 1rem;
}
.pdl {
  padding: 0 0 1rem 1.5rem;
}
figure {
  margin: 0;
  position: absolute;
  bottom: -38px;
  right: 0px;
  z-index: 999;
}
footer {
  padding: 3.5rem 1.5rem 2rem;
  position: relative;
  z-index: 2;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #A8A9AD url('../images/bgb.jpg') no-repeat top;
}
footer p{
  padding-bottom: 0;
  font-size: 1.15em;
  line-height: 1.3;
}
footer :is(a.color,p), header p {
  color: #fff;
}
@media only screen and (max-width:619px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 0;
    background: #fff;
  }
  h1,h3{
    font-size: 1.5em;
  }
  :is(a, span) {
    display: inline-block;
  }
  header {
    padding: 0.8rem 0.8rem 3.5rem;
  }
  header .logo {
    position: static;
    display: flex;
    justify-content: center;
  }
  header p{
    text-align: center;
  }
  article {
    padding: 0 1rem;
    margin: -1rem 0 0;
  }
  footer {
    padding: 3.5rem 1rem 1.5rem;
  }
  .hide_m {
    display: none;
  }  
  .pdl {
    padding: 0;
  }
  figure img {
    width: 200px;
  }
}
@media only screen and (max-width:590px){
   figure {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-right: -1rem;
  }
  .flex{
    justify-content: center;
  }
  p a.ml{
    margin: 0;
  }
}