<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/cabin-condensed-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/cabin-condensed-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-condensed-v20-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/cabin-condensed-v20-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/cabin-condensed-v20-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/cabin-condensed-v20-latin-500.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cabin-condensed-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/cabin-condensed-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-condensed-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/cabin-condensed-v20-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/cabin-condensed-v20-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/cabin-condensed-v20-latin-700.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #231F20;
  font: 500 1em/1.3em 'Cabin Condensed', Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 758px;
  margin: 1rem auto;
  border: solid 1px #231F20;
  background-color: #fff;
  overflow: hidden;
}
h1, h2, strong {
  font-weight: 700;
}
article p {
  padding-bottom: 0.4rem;
}
h1 {
  margin: 0 0 0.4rem;
  font-size: 2.4em;
  text-align: center;
  position: relative;
  line-height: 1.1em;
}
h2 {
  font-size: 1.8em;
  line-height: 1.3em;
  margin-bottom: 0.4rem;
}
:is(a:link,a:hover,a:visited,a:active){
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.align {
  text-align: justify;
  hyphens: auto;
}
article {
  padding: 0.8rem;
}
.flex {
  display: flex;
  justify-content: space-between;
  border-top: 7px solid #231F20;
  margin: 0.2rem -0.8rem 0;
  padding: 1.2rem 0.8rem 0.2rem;
}
.flex p {
  font-size: 1.125em;
  line-height: 1.3;
  position: relative;
}
.left {
  width: 395px;
}
.right {
  margin-left: -3rem;
}
figure {
  margin: 0.8rem -0.8rem 0;
}
footer {
  padding: 0.5rem 0.8rem;
  background: #231F20;
}
footer h2, footer p {
  color: #fff;
}
footer p {
  font-size: 1.285em;
  line-height: 1.3;
}
@media only screen and (max-width:757px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  .align {
    text-align: left;
  }
  .hide_m {
    display: none;
  }
  span {
    display: inline-block;
  }
  .flex {
    flex-direction: column;
    align-items: center;
  }
  .right{
    margin-left: 0;
  }
  .left {
    width: 100%;
  }
}</pre></body></html>