@charset "utf-8";
@font-face {
    font-family: 'n27';
    src: url('../fonts/ace07d94fa7c8d0fbf9d84d1720d781d.eot');
    src: url('../fonts/ace07d94fa7c8d0fbf9d84d1720d781d.eot?#iefix') format('embedded-opentype'), url('../fonts/ace07d94fa7c8d0fbf9d84d1720d781d.woff') format('woff'), url('../fonts/ace07d94fa7c8d0fbf9d84d1720d781d.ttf') format('truetype'), url('../fonts/ace07d94fa7c8d0fbf9d84d1720d781d.svg#.') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'n27';
    src: url('../fonts/76ca2f90b78a05246fa86aeb5065b43f.eot');
    src: url('../fonts/76ca2f90b78a05246fa86aeb5065b43f.eot?#iefix') format('embedded-opentype'), url('../fonts/76ca2f90b78a05246fa86aeb5065b43f.woff') format('woff'), url('../fonts/76ca2f90b78a05246fa86aeb5065b43f.ttf') format('truetype'), url('../fonts/76ca2f90b78a05246fa86aeb5065b43f.svg#.') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #273564;
    font: normal 1em/1.3em 'n27', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 2.5em;
    line-height: 1.1em;
    margin: 0 0 2rem;
    background: linear-gradient(90deg, #002c73, #9f90f4 66%, #53b7be 75%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    background-position-x: 200%;
    color: #0000;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
header {
    padding: 1rem 2rem;
    background: #E0F01C;
}
@-webkit-keyframes slidy {
0% { left: 0%; }
16.6% { left: 0%; }
33.2% { left: -100%; }
49.8% { left: -100%; }
66.4% { left: -200%; }
83% { left: -200%; }
100% { left: -300%; }
}
@keyframes slidy {
0% { left: 0%; }
16.6% { left: 0%; }
33.2% { left: -100%; }
49.8% { left: -100%; }
66.4% { left: -200%; }
83% { left: -200%; }
100% { left: -300%; }
}
section { overflow: hidden; }
section figure img { width: 25%; float: left; }
section figure { 
  position: relative;
  width:400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name:slidy;
  -webkit-animation-duration: 15s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: infinite;
  animation: 15s slidy infinite; 
}
article {
    padding: 2rem 2rem 0;
}
footer {
    padding: 0 2rem;
}
a.apply {
    display: block;
    padding: 0.75rem 1.5rem;
    width: fit-content;
    margin: 1rem auto;
    background: #002c73;
    color: #fff;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 2em;
    }
    article {
        padding: 1rem 1rem 0;
    }
    footer {
        padding: 0 1rem;
    }
}