@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');
}
@font-face {
   font-family: 'Roboto Slab';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/roboto-slab-v33-latin-regular.eot');
   src: url('../fonts/roboto-slab-v33-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v33-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v33-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v33-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v33-latin-regular.svg#RobotoSlab') format('svg');
}
:root {
   font-size: 16px;
}
* {
   box-sizing:border-box;
   margin: 0;
}
html {
   min-height: 100%;
}
body {
   color:#000;
   font: 400 1em/1.3 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
   position:relative;
   max-width:930px;
   margin: 1rem auto;
   border:solid 1px #000;
   background-size: cover;
   overflow:hidden;
   padding: 2rem;
}
:is(a:link,a:visited,a:hover,a:active){
    color: inherit;
    text-decoration: none;
}
p {
   padding-bottom:0.5rem;
}
h1, h3, strong{
   font-weight: 700;
}
h1 {
   font-size: 3em;
   line-height:1.1em;
   margin-bottom: 1rem;
}
h1 strong {
   display: block;
}
h2 {
   font-size: 3.5em;
   line-height: 1.3;
   margin-bottom: 1rem;
}
h3 {
   font-size: 1.75em;
   line-height: 1.3;
   text-transform: uppercase;
}
h4 {
   font-size: 3.5em;
   line-height: 1.3;
}
h1, h2, h4 {
   font-weight: 400;
   text-transform: uppercase;
}
.fontct {
   font-size: 2em;
   line-height:1.3em;
   font-family: Roboto Slab,Arial,sans-serif;
   font-weight: 400;
   text-transform: uppercase;
   text-align: right;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   padding: 0;
}
.fontct span{
   padding: 0.5rem 1.5rem 0.5rem 0.5rem;
   margin-bottom: 0.5rem;
   background-color: #941B82;
   color: #17A7B7;
   display: block;
   width: fit-content;
}
.fontct span:nth-of-type(2){
   font-size: 3.75em;
   line-height: 1.1;
   padding-left: 1rem;
}
.fontct span:nth-of-type(4){
   font-size: 3.5em;
   line-height: 1;
   padding-left: 1.5rem;
   margin: 0;
}
ul {
   padding: 1rem 0;
   list-style: none;
}
li {
   padding-left: 1.25rem;
}
li:before {
   content: "■";
   color: #1A6484;
   font-size: 0.8em;
   line-height: 1.5;
   float: left;
   margin: -1px 0 0 -1.25rem;
}
.logo {
   width: 50%;
}
.banner {
   margin: 2rem -2rem;
   background: linear-gradient(135deg, #F2728C, #00B2BD);
   padding: 2rem;
   position: relative;
}
header figure {
   padding: 0.5rem 1rem;
}
header a {
   color: #941B82 !important;
   font-size: 1.375em;
   line-height: 1.3;
}
article{
   padding-bottom:3rem;
}
.flex {
   display: flex;
   justify-content: space-between;
   margin-bottom: 2rem;
}
.flex div {
   padding: 1rem 0 1rem 2rem;
   border-left: 2px solid #1A6484;
   margin-left: 2rem;
}
.box {
   padding: 2rem;
   margin: 0 -2rem 2rem;
   background: linear-gradient(154.37deg,rgba(250,105,140,.3) 2.78%,rgba(135,140,170,.3) 54.34%,rgba(0,170,185,.3) 106.98%);
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   gap: 0 2rem;
}
.box div {
   width: 50%;
   padding-left: 2rem;
   border-left: 2px solid #000;
}
.box h2 {
   text-align: right;
   width: calc(50% - 2rem);
}
footer {
   display: flex;
   align-items: center;
   flex-direction: column;
   gap: 2rem;
}
footer :is(p, h3, h4) {
   text-align: center;
}
a.apply {
   display: inline-block;
   text-transform: uppercase;
   background: #28BE64;
   color: #fff;
   font-weight: 700;
   padding: 0.5rem;
   border-radius: 0.75rem;
}
img {
   max-width:100%;
   height:auto;
   vertical-align: middle;
}
@media only screen and (max-width:929px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   .fontct {
      position: static;
      font-size: 1em;
      margin-top: 2rem;
      transform: none;
      align-items: center;
   }
   h2 {
      font-size: 2.5em;
   }
   h4 {
      font-size: 2em;
   }
   .banner {
      flex-direction: column;
      align-items: center;
   }
}
@media only screen and (max-width: 780px) {
   .box, .flex {
      flex-direction: column;
   }
   h1, .box div {
      width: auto;
      border: 0;
      padding: 0;
   }
   .box h2 {
      text-align: left;
      width: auto;
   }
   .flex div {
      padding: 0 0 1rem;
      margin: 0;
      border: 0;
   }
}
@media only screen and (max-width: 580px) {
   h3 {
      position: static;
      width: auto;
      position: static;
      width: fit-content;
      height: auto;
      padding: 0.25rem 0.75rem;
      transform: none;
      border-radius: 0;
      font-size: 1.5em;
   }
   footer {
      flex-wrap: wrap;
      justify-content: center;
   }
}
@media only screen and (max-width: 480px) {
   #wrapper {
      padding: 1rem;
   }
}