@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}



html,
body {
    min-height: 100vh;
}

/* Viewport height fix for mobile browsers */
@media (hover: none) and (pointer: coarse) {
    html,
    body {
        min-height: -webkit-fill-available;
    }
}

html {
    box-sizing: border-box;
    color: #eee;
    font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url('../images/wall.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-position: center center;
}

/* Specific fix for browsers on devices with screen notches (e.g. iPhone X) */
@media (hover: none) and (pointer: coarse) {
    html {
        /* padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); */
        padding-right: env(safe-area-inset-right);
        padding-left: env(safe-area-inset-left);
    }
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    display: flex;
    flex-flow: column wrap;
}

.wrapper {
    max-width: 955px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px;
}


.header {
    position: relative;
    padding-top: 32px;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 32px;
    background-image: linear-gradient(to bottom, #7e0303 0%, #f74c09 100%);
    pointer-events: none;
}

.wrapper--header {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (min-width: 768px) {
    .wrapper--header {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.logo {
    clear: both;
    display: block;
    max-width: 200px;
    margin: 10px auto 0px;
}

@media (min-width: 768px) {
    .logo {
        max-width: 200px;
        margin-right: auto;
        margin-left: 0;
    }
}

@media (min-width: 960px) {
    .logo {
        max-width: 200px;
    }
}

@media (min-width: 1024px) {
    .logo {
        max-width: 300px;
    }
}

.logo > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .logo > img[src$=".svg"] {
        height: 65px;
    }
}

.login {
    clear: both;
    display: block;
    max-width: 256px;
    margin: 0 auto;
    padding: 8px 12px;
    font-size: 1.125em;
    background-color: rgba(0, 92, 128, 0.33);
    border-radius: 24px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
}

@media (min-width: 768px) {
    .login {
        flex: 0 1 auto;
        max-width: 520px;
        margin-top: 14px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 0.875em;
        border-radius: 32px;
    }
}

.login__form {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .login__form {
        flex-flow: row wrap;
    }
}

.main {
    flex-grow: 1;
}

.login > h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #08a1d5;
    font-size: 0.875em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.login__item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .login__item:not(.login__item--error) {
        max-width: 190px;
    }
}

.login__item + .login__item {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .login__item + .login__item {
        margin-top: 0;
        margin-right: 0;
        margin-left: 8px;
    }

    .login__item + .login__item:nth-of-type(2) {
        margin-left: 0;
    }
}

.login__item--error {
    display: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: #f44;
    text-align: center;
}

@media (min-width: 768px) {
    .login__item--error {
        flex-basis: 100%;
        width: 100%;
    }
}

.login__item--submit {
    color: rgba(255, 255, 255, 0.875);
    fill: rgba(255, 255, 255, 0.875);
}

.login__label {
    position: absolute;
    top: 1px;
    left: 0;
    order: -1;
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    min-width: 52px;
    min-height: 52px;
    padding: 8px;
    color: rgba(255, 255, 255, 0.75);
    fill: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    text-align: center;
    background-color: #af0000;
    border: 2px solid #c20000;
    border-radius: 50%;
    cursor: pointer;
    transition: color 0.4s ease, fill 0.4s ease, background-color 0.4s ease;
    animation: 1s ease 0s 1 normal both running loginLabelShow;
}

@keyframes loginLabelShow {
    0% {
        transform: translateX(-100%);
    }

    85% {
        transform: translateX(5%);
    }

    100% {
        transform: translateX(0);
    }
}

.login__item:nth-of-type(3) .login__label {
    animation-delay: 0.125s;
}

.login__label::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: 2px dashed rgba(255, 255, 255, 0.67);
    border-radius: 50%;
    pointer-events: none;
}

.login__input:hover ~ .login__label,
.login__input:focus ~ .login__label {
    color: #fff;
    fill: #fff;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.login__icon {
    display: block;
    flex: 0 1 auto;
    margin: auto;
}

.login__item--error .login__icon {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 1em;
}

.login__item--submit .login__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    margin-right: 12px;
    margin-left: 12px;
    color: inherit;
    fill: inherit;
}

.login__description {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

.login__input {
    display: block;
    flex-grow: 1;
    width: 100%;
    min-height: 54px;
    margin: 0 auto;
    padding: 10px 12px 10px 60px;
    color: rgba(0, 0, 0, 0.75);
    background-color: rgba(255, 255, 255, 0.875);
    border: 2px solid rgba(17, 15, 102, 0.25);
    border-radius: 24px;
    box-shadow: none;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

@media (min-width: 768px) {
    .login__input {
        max-width: 190px;
        max-height: 54px;
    }
}

.login__input:hover,
.login__input:focus,
.login__input:active {
    color: #000;
    background-color: #fff;
}

.login__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.login__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.login__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login__submit {
    display: block;
    min-height: 48px;
    margin: 0 auto;
    padding: 10px 24px;
    color: inherit;
    font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ff0909;
    background-image: linear-gradient(to bottom, #d50808 0%, #640404 100%);
    border: none;
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.25s ease-in-out;
}

@media (min-width: 768px) {
    .login__submit {
        max-height: 54px;
    }
}

.login__submit:hover,
.login__submit:active,
.login__submit:focus {
    background-color: #d52008;
    background-image: linear-gradient(to bottom, #ff0b0b 0%, #900505 100%);
}

.login label.error {
    flex: 0 1 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    color: #f44;
    font-size: 0.875em;
    text-align: center;
}

@media (min-width: 768px) {
    .login label.error {
        flex-basis: auto;
        max-width: 190px;
    }
}

.banner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 599px) {
    .banner {
        margin-top: 24px;
    }
    .banner-small {
        height: 200px;
        width: 300px;
    }
}

.banner iframe,
.banner img {
    flex: 0 1 auto;
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.footer {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    text-align: center;
}

.wrapper--footer {
    padding-bottom: 20px;
}

.copyright {
    margin-top: 0;
    margin-bottom: 0;
}
.tech-slideshow {
    height: 80px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    display: none;
    margin-top: 20px;
    border-radius: 5px;
}
  
.tech-slideshow > div {
    height: 100px;
    width: 2526px;
    background: url('../images/sports-logos.jpg');
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
  }
  .tech-slideshow .mover-1 {
    animation: moveSlideshow 50s linear infinite;
  }
  .tech-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-position: 0 -200px;
    animation: moveSlideshow 15s linear infinite;
  }
  .tech-slideshow:hover .mover-2 {
    opacity: 1;
  }
  
  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-66.6666%);  
    }
  }

@media (min-width: 960px) {
    .tech-slideshow {
        display: inline-block;
      }
}