@charset "UTF-8";
* {
    vertical-align: top;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: transparent;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus, *:hover, *:active, *:visited, a:focus, a:hover, a:active, a:visited {
    outline: none;
    text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
img, object {
    max-width: 100%;
}
li {
    list-style-type: none;
}
a{
    display: inline;
    cursor: pointer;
}
.left{
    float: left;
}
.right{
    float: right;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.btn, a, button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
}
section {
    display: inline-block;
    width: 100%;
}
html {
    overflow-x: hidden;
    background: url("../img/auth-bg-mobile.jpeg") no-repeat center bottom fixed;
    background-size: cover;
}
body {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1.5;
}
.logo {
    width: 120px;
    min-width: 120px;
}
.btn {
    border: 1px solid rgba(117,3,3,.7);
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 18px;
    width: 170px;
    box-shadow: 0 0 10px 2px rgba(255, 98, 0, 0.50), 0 0 3px 1px rgba(134, 57, 8, 0.75);
    background: rgba(0,0,0,0.5);
    transition: 0.2s;
}
.btn-primary {
    background: linear-gradient(to bottom,#4E1D02,#000);
}
.btn:hover {
    box-shadow: 0 0 20px 5px rgba(255, 98, 0, 0.65), 0 0 8px 3px rgba(134, 57, 8, 0.85);
}
#video-wrap, .text-block {
    border: 1px solid rgba(117,3,3,.7);
    background: linear-gradient(to bottom,#4E1D02,#000);
    border-radius: 8px;
    overflow: hidden;
}
#video-mobile, #video-desktop {
    aspect-ratio: 9 / 16;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
#video-desktop {
    display: none;
    aspect-ratio: 16 / 9;
}
.foot-mail span {
    color: #757575;
    font-size: 14px;
}
.foot-mail a {
    color: #fff;
    text-decoration: underline;
}
.foot-links a {
    color: #757575;
    text-decoration: underline;
}
.foot-inner {
    border-radius: 8px;
    background: rgba(0,0,0,0.75);
}
#footer a:hover {
    text-shadow: 0 0 10px #FF6200, 0 0 5px #863908;
    text-decoration: none;
    color: #FF7721;
}
.foot-mail, .foot-links {
    width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}
.h1, h1 {
    font-size: 24px;
}
.h2, h2 {
    font-size: 22px;
}
.h3, h3 {
    font-size: 20px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 17px;
}
.h6, h6 {
    font-size: 16px;
}
.font-weight-bold, b, strong {
    font-weight: 600;
}
.text-block {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}
.text-block * {
    max-width: 100%;
}
.text-block h1, .text-block .h1,
.text-block h2, .text-block .h2,
.text-block h3, .text-block .h3,
.text-block h4, .text-block .h4,
.text-block h5, .text-block .h5,
.text-block h6, .text-block .h6 {
    margin: 0 0 16px 0;
}
.text-block p {
    margin: 0 0 16px 0;
}
.text-block ul, .text-block ol {
    margin: 0 0 16px 0;
    padding: 0 0 0 16px;
}
.text-block ol ol, .text-block ol ul, .text-block ul ol, .text-block ul ul {
    margin-top: 8px;
}
.text-block ol li {
    margin: 0 0 8px 0;
    list-style-type: inherit;
}
.text-block ul li {
    margin: 0 0 8px 0;
    list-style-type: inherit;
}
.text-block ul li p, .text-block ol li p {
    display: inline;
    margin: 0;
}
.text-block big {
    font-size: 120%;
    vertical-align: baseline;
}
.text-block small {
    font-size: 85%;
    vertical-align: baseline;
}
.text-block sup, .text-block sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.text-block sup {
    top: -.5em;
}
.text-block sub {
    bottom: -.25em;
}
.text-block center {
    margin: 0 0 16px 0;
    text-align: center;
}
.text-block code {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 3px 10px;
    background: rgba(255,255,255,0.1);
    font-family: monospace;
    display: block;
    margin: 0 0 16px 0;
    border-radius: 8px;
}
.text-block em, .text-block i {
    font-style: italic;
}
.text-block hr {
    margin: 0 0 16px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.text-block img, .text-block iframe, .text-block embed, .text-block object {
    max-width: 100%;
    margin-bottom: 16px;
}
.text-block pre {
    margin: 0 0 16px 0;
    font-family: monospace;
    overflow: hidden;
}
.text-block q, .text-block blockquote {
    margin: 0 0 15px 0;
    display: block;
    position: relative;
    padding: 10px 15px;
    background: rgba(255,255,255,0.1);
    border-left: 3px solid #4E1D02;
    border-radius: 8px;
}
.text-block s, .text-block strike {
    text-decoration: line-through;
}
.text-block u {
    text-decoration: underline;
}
.text-block a, .breadcrumbs a {
    color: #FA6B03;
}
.text-block a:hover, .breadcrumbs a:hover {
    text-decoration: underline;
}
.text-block *:last-child {
    margin-bottom: 0 !important;
}
.breadcrumbs {
    font-size: 24px;
    color: #fff;
}
.breadcrumbs li:not(:last-child) {
    margin: 0 32px 0 0;
    position: relative;
}
.breadcrumbs li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -19px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: -2px 0 0 0;
}











@media (min-width: 767.5px) {
    html {
        background: url("../img/auth-bg-desktop.jpeg") no-repeat center bottom fixed;
        background-size: cover;
    }
    #video-mobile {
        display: none;
    }
    #video-desktop {
        display: block;
    }
    .btn {
        padding: 15px 0;
        font-size: 21px;
        width: 200px;
        box-shadow: 0 0 20px 5px rgba(255, 98, 0, 0.50), 0 0 8px 3px rgba(134, 57, 8, 0.75);
    }
    .btn:hover {
        box-shadow: 0 0 30px 8px rgba(255, 98, 0, 0.65), 0 0 10px 4px rgba(134, 57, 8, 0.85);
    }
    .foot-mail, .foot-links {
        width: unset;
    }
    .h1, h1, .breadcrumbs {
        font-size: 28px;
    }
    .h2, h2 {
        font-size: 24px;
    }
    .h3, h3 {
        font-size: 22px;
    }
    .h4, h4 {
        font-size: 20px;
    }
    .h5, h5 {
        font-size: 19px;
    }
    .h6, h6 {
        font-size: 18px;
    }
    .text-block {
        font-size: 16px;
    }
}
