@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333;
    font: 400 1em/1.3em "Segoe UI", Arial, sans-serif;
    background: #F4F6F8;
}
#wrapper {
    position: relative;
    max-width: 1400px;
    margin: 1rem auto;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.75rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #456;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 2rem;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3em;
    margin-bottom: 0.75rem;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3em;
}
h3 span {
    font-size: 0.875rem;
    line-height: 1.3;
    display: block;
    color: #8c95a6;
    font-weight: normal;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    padding: 0 0 0.75rem 2.5rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
@-webkit-keyframes slidehead {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}
@keyframes slidehead {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}
header {
    overflow: hidden;
    border-radius: 0 0 1rem 1rem;
    margin-bottom: 1.25rem;
}
header figure img {
    width: 33.333333%;
    float: left;
}
header figure { 
  position: relative;
  width:300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name:slidehead;
  -webkit-animation-duration: 18s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation: 18s slidehead infinite; 
}
@-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%; }
}
.slide {overflow: hidden;margin-bottom: 2rem;}
.slide figure img {
    width: 25%;
    float: left;
}
.slide 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 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.box {
    padding: 1.5rem 2rem;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.1);
    border-radius: 1rem;
    background: #fff;
    margin-bottom: 1.25rem;
}
.left {
    width: 60%;
}
.right, footer {
    width: 38%;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex p {
    width: 40%;
    min-width: fit-content;
}
hr {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 1rem -1rem 2rem;
}
figure {
    margin: 1rem 0 2rem;
}
.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.iframe {   
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
a.apply {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    outline: 0;
    padding: 15px 40px;
    position: relative;
    -webkit-user-drag: none;
    color: #f1f1f1;
    box-shadow: rgba(0, 14, 35, .1) 0 2px 2px, rgba(0, 14, 35, .1) 0 4px 4px, rgba(0, 14, 35, .1) 0 8px 8px, rgba(0, 14, 35, .1) 0 16px 16px, rgba(0, 14, 35, .3) 0 0 20px;
    transition: all .2s ease-in-out;
    background-color: #456;
    text-align: center;
}
.wid {
    display: inline-block;
    width: 210px;
}
footer {
    position: absolute;
    top: 71.25rem;
    right: 0;
}
:is(footer, .right) p {

}
@media only screen and (max-width:1399px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width:1024px) {
    article {
        flex-direction: column;
    }
    .left, .right, footer {
        width: auto;
    }
    footer {
        position: static;
    }
}
@media only screen and (max-width:480px) {
    .box {
        padding: 1rem;
    }
    li {
        padding-left: 1rem;
    }
    .wid {
        width: auto;
    }
}