@font-face {
    font-family: nunito-sans-black;
    src: url(../assets/fonts/nunito/NunitoSans-Black.ttf)
}

@font-face {
    font-family: nunito-sans-regular;
    src: url(../assets/fonts/nunito/NunitoSans-Regular.ttf)
}

.preload * {
    opacity: 0
}

#loading {
    position: fixed;
    width: 220px;
    top: 30%;
    left: calc(50% - 100px);
    margin: 0 auto
}

@media (max-width: 1920px) {
    #loading-logo {
        position: absolute;
        width: 160px;
        left: calc(50% - 80px);
        margin: 0 auto;
        padding-top: 150px
    }

    #static-logo {
        position: absolute;
        width: 100px;
        left: calc(50% - 50px);
        margin: 0 auto;
        padding-top: 150px;
        display: none
    }
}

@media (min-width: 1921px) {
    #loading-logo {
        position: absolute;
        width: 200px;
        left: calc(50% - 80px);
        margin: 0 auto;
        padding-top: 250px
    }

    #static-logo {
        position: absolute;
        width: 100px;
        left: calc(50% - 80px);
        margin: 0 auto;
        padding-top: 150px;
        display: none
    }
}

.margin-left {
    margin-left: 0 !important;
    text-align: left !important
}

.font-black {
    font-family: nunito-sans-black, serif !important
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px !important
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px !important
    }
}

textarea {
    resize: none !important
}

#overlay {
    position: fixed;
    margin-top: 200px;
    z-index: 100000;
    width: 100px;
    height: 100px;
    margin-left: calc(50% - 50px)
}

.center {
    text-align: center
}

.left {
    width: 50%;
    float: left
}

.right {
    width: 50%;
    float: right
}

.fifth, .first, .fourth, .second, .sixth, .third {
    width: calc(16.666vw - 2.9px);
}

.social-image img {
    width: calc(16.666vw - 2.9px) !important;
    width: calc(16.666vw - 2.9px) !important
}

.links-page .social-image img {
    width: calc(16.666vw - 5px) !important;
    height: calc(16.666vw - 5px) !important
}

.btn.btn-secondary {
    background-color: #fdb913;
    color: #0d0e0e;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 10px
}

.control-label {
    font-weight: 600
}

a {
    padding: 0 !important
}

a:hover {
    color: #fff;
    text-decoration: none !important
}

a.btn-secondary {
    color: #0d0e0e !important
}

.btn {
    font-weight: 700
}

.btn.btn-success {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 10px
}

.icon {
    position: fixed;
    right: 10px;
    top: 10px;
    font-weight: 400
}

body {
    color: #0d0e0e !important;
    font-family: nunito-sans-regular, serif !important;
    font-size: 18px !important
}

.col-md-one-ninth {
    -ms-flex: 0 0 11.111%;
    flex: 0 0 11.111%;
    max-width: 11.111%;
    position: relative;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    text-align: center
}

.col-md-one-ninth img {
    max-width: 100%;
    height: 100px
}

.col-md-one-sixth {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center
}

.col-md-one-sixth img {
    max-width: 100%;
    height: 100px
}

.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #0d0e0e;
    height: 500px;
    color: #fff;
    border-radius: 10px
}

.active {
    font-weight: 700;
    color: #fff
}

hr.yellow-hr {
    border: 2px solid #fdb913;
    background-color: #fdb913;
    width: 50px;
    margin-left: 0
}

hr.black-hr {
    border: 2px solid #0d0e0e;
    background-color: #0d0e0e;
    width: 50px;
    margin-left: 0
}

hr.white-hr {
    border: 2px solid #fff;
    background-color: #fff;
    width: 50px;
    margin-left: 0
}

.logo {
    height: 800px;
    text-align: center
}

.logo img {
    margin: 300px auto 0;
    width: 200px;
    height: 200px
}

#canvas {
    position: absolute;
    left: 20%;
    right: 20%;
    height: 600px
}

.btn.btn-outline-white {
    font-family: nunito-sans-black, serif;
    width: 320px;
    height: 57px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 15px;
    border: 2px solid #fdb913;
    border-radius: 0
}

.btn.btn-outline-white:hover {
    color: #0d0e0e !important
}

.btn.btn-outline-yellow {
    font-family: nunito-sans-black, serif;
    width: 320px;
    height: 57px;
    background-color: #fdb913;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 15px;
    border: 2px solid #fff;
    border-radius: 0
}

.btn.btn-outline-yellow:hover {
    color: #fff !important
}

.alert {
    padding: 5px !important;
    margin-bottom: .5rem !important
}

.alert-success {
    color: #155724;
    background-color: transparent !important;
    border-color: transparent !important
}

.alert-danger {
    color: #c00 !important;
    background-color: transparent !important;
    border-color: transparent !important
}

.height-25 {
    height: 25px
}

.height-50 {
    height: 50px
}

.title, .title a, .title a:hover {
    color: #0d0e0e !important;
    font-family: nunito-sans-black, serif
}

.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
    padding-top: 6px
}

.switch-checkbox input {
    opacity: 0;
    width: 0;
    height: 0
}

span.switch-text {
    padding-left: 14px
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 0;
    bottom: 0;
    background-color: #fdb913;
    -webkit-transition: .4s;
    transition: .4s;
    border-style: solid;
    border-width: 3px;
    border-color: #e0e0e0
}

input:checked + .slider {
    background-color: #fdb913
}

input:focus + .slider {
    box-shadow: 0 0 1px #fdb913
}

input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px)
}

.slider.round {
    border-radius: 30px
}

.slider.round:before {
    border-radius: 50%
}

#guidance-section, #team-section {
    display: none
}

.g-recaptcha {
    width: 304px;
    margin-left: calc(50% - 152px);
    display: block;
    visibility: visible;
    z-index: 10000;
    overflow: visible;
    padding-bottom: 50px
}

#submit-messages {
    padding-top: 50px
}

:focus {
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important
}

.form-control:focus, .uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus, textarea[type=text]:focus {
    border-color: #fff !important;
    box-shadow: none !important;
    outline: 0
}

.custom-control-input:checked {
    border-color: #fff !important;
    box-shadow: none !important;
    outline: 0
}

#team-section-textbox {
    margin-top: 200px
}

.custom-radio .custom-control-input:checked ~ label {
    color: #0d0e0e !important
}

.custom-radio .custom-control-input ~ .custom-control-label::before {
    color: #e0e0e0 !important;
    background-color: #e0e0e0 !important;
    border: none;
    content: '';
    display: inline-block;
    border-radius: .5rem !important
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #fdb913 !important;
    color: #fdb913 !important;
    border: none !important;
    content: '';
    display: inline-block;
    border-radius: 50%
}

.custom-radio .custom-control-input {
    border: none !important;
    content: '' !important;
    display: inline-block !important;
    border-radius: .5rem !important
}

.form-group.textbox-grey input {
    background-color: #e0e0e0 !important;
    border-radius: 0 !important
}

.custom-checkbox .custom-control-label:after, .custom-checkbox .custom-control-label:before {
    background-color: #e0e0e0 !important;
    border-radius: 0 !important;
    border: none !important
}

.custom-radio .custom-control-label:before {
    background-color: #e0e0e0 !important;
    border: none !important
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fdb913 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fdb913 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fdb913 !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0
}

@media (max-width: 800px) {
    .cookieImage {
        position: fixed;
        background: url(../assets/icons/cookie.svg);
        width: 50px;
        height: 50px;
        bottom: 190px;
        right: calc(50vw - 25px);
        display: none;
        z-index: 1000
    }

    .cookieConsentContainer {
        z-index: 999;
        width: 90vw;
        height: 200px;
        box-sizing: border-box;
        padding: 20px;
        background: #9e9e9e;
        overflow: hidden;
        position: fixed;
        bottom: 30px;
        right: 30px;
        text-align: center;
        display: none
    }
}

@media (min-width: 801px) {
    .cookieImage {
        position: fixed;
        background: url(../assets/icons/cookie.svg);
        width: 50px;
        height: 50px;
        bottom: 210px;
        right: 300px;
        display: none;
        z-index: 1000
    }

    .cookieConsentContainer {
        z-index: 999;
        width: 600px;
        height: 200px;
        box-sizing: border-box;
        padding: 20px;
        background: #9e9e9e;
        overflow: hidden;
        position: fixed;
        bottom: 30px;
        right: 30px;
        text-align: center;
        display: none
    }
}

.cookieTitle {
    padding-bottom: 30px
}

.cookieConsentContainer .cookieTitle a {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    width: 100%;
    color: #0d0e0e;
    font-size: 22px;
    font-weight: 700;
    margin-top: 14px;
    background-color: #e0e0e0;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
    transition: background .3s
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer
}

@media (max-width: 980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}
