:root {
    --Color-1: #000000;
    /*--Color-2: #3A67C9;*/
    --Color-2: #0066CC;
    /*--Color-3: #91B837;*/
    --Color-3: #0066CC;
    --Color-4: #E2E2E2;
    --Color-5: #FBFBFB;
    --Color-6: #D652B8;
    --Color-7: #F6B611;
    --Color-8: #747474;
    --Color-9: #492B84;
    --Color-10: #C8C8C8;
    --Color-11: #CF7828;
    --Color-12: #b02a37;
    --White: #ffffff;
}

/* Fonts */

@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/FuturaPT/FuturaPTDemi.eot');
    src: url('../fonts/FuturaPT/FuturaPTDemi.woff') format('woff'),
    url('../fonts/FuturaPT/FuturaPTDemi.ttf') format('truetype'),
    url('../fonts/FuturaPT/FuturaPTDemi.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT/FuturaPTBook.eot');
    src: url('../fonts/FuturaPT/FuturaPTBook.woff') format('woff'),
    url('../fonts/FuturaPT/FuturaPTBook.ttf') format('truetype'),
    url('../fonts/FuturaPT/FuturaPTBook.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Futura PT Medium';
    src: url('../fonts/FuturaPT/FuturaPTMedium.eot');
    src: url('../fonts/FuturaPT/FuturaPTMedium.woff') format('woff'),
    url('../fonts/FuturaPT/FuturaPTMedium.ttf') format('truetype'),
    url('../fonts/FuturaPT/FuturaPTMedium.svg#svgFontName') format('svg');
}

html {
    height: 100% !important;
    background: var(--Color-5, #FBFBFB);
}

body {
    height: 100% !important;
    min-height: 100%;
    display: flex !important;
    background: var(--Color-5, #FBFBFB);
    overflow-x: hidden;
    color: var(--Color-1, #000);
    flex-direction: column;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    font-family: "Futura PT Book";
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

.header h2 {
    line-height: 1.25em;
    padding-bottom: 36px;
}

a {
    color: var(--Color-1, #000);
}

a:hover {
    text-decoration: none;
}

.form-check-input[type=checkbox] {
    border-color: var(--Color-4,#E2E2E2);
    border-radius: 0;
}

.form-check-input:checked {
    background-color: var(--Color-3,#91B837);
    border-color: var(--Color-3,#91B837);
}

.form-select * {
    border-radius: 0;
}
.form-select option:hover {
    background: red;
}

.form-select:focus,
.form-check-input:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--Color-4,#E2E2E2);
}

.form-check-input:active {
    filter: none;
}

textarea,
.select.selectize-control.single .selectize-input,
.form-select,
input[type=password],
input[type=email],
input[type=text] {
    color: var(--Color-1, #000);
    font-family: "Futura PT Book";
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    width: 100%;
    border: 1px solid var(--Color-4, #E2E2E2);
    background-color: var(--White, #FFF);
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.625rem;
}

textarea {
    height: 10em;
}

.fileupload2 {
    color: var(--Color-8, #747474);
    text-align: center;
    font-family: "Futura PT Book";
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    width: 100%;
    border: 1px dotted var(--Color-4, #E2E2E2);
    background-color: var(--White, #FFF);
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.625rem;
    cursor: pointer;
}

.registerMovie {
    display: none;
}

input[type=password]:disabled,
input[type=email]:disabled,
input[type=text]:disabled {
    color: var(--Color-8, #747474);
}


.select .selectize-input>input {
    height: 1rem;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 1rem;
    line-height: 1rem;
}

textarea:focus-visible,
input[type=password]:focus-visible,
input[type=text]:focus-visible {
    outline: 1px solid var(--Color-4, #E2E2E2);
}

textarea.error,
input[type=password].error,
input[type=email].error,
input[type=text].error {
    border-color: var(--Color-12, red);
    color: var(--Color-12, red);
}

textarea.error:focus-visible,
input[type=password].error:focus-visible,
input[type=text].error:focus-visible {
    outline: 1px solid var(--Color-12, red);
}

input ::placeholder,
input ::-ms-input-placeholder {
    color: var(--Color-8, #747474);
}

label {
    color: var(--Color-1, #000);
    font-family: "Futura PT Book";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; /* 140% */
    display: block;
    padding-bottom: 8px;
}

label.ok {
    font-size: 1rem;
    color: var(--Color-3, #91B837);
    text-align: center;
    padding-top: 1rem;
}

label.error {
    font-size: 1rem;
    color: var(--Color-12, red) !important;
    text-align: center;
    padding-top: 1rem;
}

/*.select .selectize-input {*/
/*    background: var(--mlw-red, #B71C1CFF);*/
/*    border: 1px solid #fff;*/
/*    max-width: 930px;*/
/*    color: #FFF;*/
/*    leading-trim: both;*/
/*    text-edge: cap;*/
/*    font-family: Helvetica Neue LT Pro;*/
/*    font-size: 18px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 43px; !* 155.556% *!*/
/*    padding-left: 36px;*/
/*    padding-right: 36px;*/
/*    margin: 0 auto;*/
/*    text-align: left;*/
/*}*/

.select .selectize-input > input::placeholder {
    font-family: "Futura PT Book";
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.box {
    border: 1px solid var(--Color-4, #E2E2E2);
    background: var(--White, #FFF);
    padding: 1rem 0 1rem 0px;
    height: 100%;
}

.button-black,
.submit {
    color: var(--White, #FFF);
    font-family: "Futura PT Medium";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 450;
    line-height: 1.4em;
    background: var(--Color-1, #000);
    text-align: center;
    padding: 1.125rem 1.375rem;
    border: none;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    width: 100%;
}

.button-black:hover,
.submit:hover {
    background: var(--Color-3, #91B837);
    color: var(--White, #FFF);
}

/* register page */

#register {
    position: relative;
    z-index: 1;
}

#register {
    max-width: 1140px;
}

#register header {
    margin-top: 25px;
    margin-bottom: 30px;
    height: 200px;
    flex-shrink: 0;
    display: flex;
    background: var(--Color-1, #000);
    align-items: center;
    justify-content: center;
}

#register header span {
    width: 100px;
    height: 100px;
    background: url(/media/img/dyson.svg) no-repeat;
    position: absolute;
    left: 40px;
    top: 20px;
}


#register header h1 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Futura PT Demi";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

#register header h1 a {
    display: inline-block;width: 100%;
    height: 100%;
    color: var(--White, #FFF);
    text-decoration: none;
}

#register header h1 a:hover {
    text-decoration: none;
}

#register section h3 {
    color: var(--Color-1, #000);
    text-align: center;
    font-family: "Futura PT Book";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0px 0 40px 0;
    width: 100%;
}

#register section p {
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 40px;
}

#register section.error h3 {
    padding-top: 40px;
    font-size: 2.5rem;
}

#register .login .box {
    padding: 40px 0 60px;
}

#register .change-form,
#register .reminder-form,
#register .login-form {
    padding: 0 15% 0 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#register .change-form div,
#register .reminder-form div,
#register .login-form div {
    margin-bottom: 20px;
    width: 100%;
}

#register .reminder-form .info {
    text-align: center;
    line-height: 1.5em;
}

#register .login-form .reminder {
    color: var(--Color-1, #000);
    font-family: "Futura PT Book";
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

#register .login-form .reminder:hover {
    text-decoration: none;
}

#register .box-register {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

#register .register-box {
    padding: 0 10% 0 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#register .register-box .info {
    width: 100%;
    color: var(--Color-1, #000);
    text-align: center;
    font-family: "Futura PT Book";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0px 0 40px 0;
}

#register .register-box .info strong {
    font-family: "Futura PT Medium";
    text-transform: uppercase;
}

#register .register-box div {
    width: 100%;
}

#register .register-box div .button-black {
    margin-left: 7%;
    margin-right: 7%;
}

#register .button {
    margin: 0 15% 0 15%;
    display: flex;
}

#register .button a {
    width: 100%;
    margin-bottom: 20px;
}

#register .errors label.ok,
#register .errors label.error{
    padding-top: 0;
}

/* register form */

#register .register-form {
    padding: 0 7% 0 7%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#register .register-form .row {
    margin-bottom: 20px;
}

#register .register-form .row .row {
    margin-bottom: 0;
}

#register .register-form .row div.info {
    font-size: 1rem;
    color: var(--Color-8);
    text-align: center;
    padding-top: 1rem;
}

#register .register-form h3.break {
    padding-top: 20px;
}

#register .register-form .info {
    color: var(--Color-1, #000);
    font-family: "Futura PT Book";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375em;
}

#register .register-form .form-check label {
    color: var(--Color-1, #000);
    font-family: "Futura PT Book";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375em; /* 137.5% */
}

#register .silesia {
    display: none;
}

#register .register-thank-you {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5em;
}

    /* Section Contact */
section.contact {
    margin-top: 8px;
}

section.contact .box {
    color: var(--Color-1, #000);
    text-align: center;
    font-family: "Futura PT Book";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; /* 140% */
}

/* Section Footer */
section.footer {
    margin-top: 8px;
    margin-bottom: 25px;
}

section.footer .box {
    color: var(--Color-1, #000);
    text-align: center;
    font-family: "Futura PT Book";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; /* 140% */
}

section.footer .box span {
    display: inline-block;
    padding: 0 8px;
    font-family: "Futura PT Book";
    color: var(--Color-4, #E2E2E2);
}

.back {
    position: relative;
}

section.background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

section.background .left {
    width: 50%;
    height: 100%;
    background: url(../img/register1.png) no-repeat 10% 100%;
    position: relative;
    float: left;
}

section.background .right {
    width: 50%;
    height: 100%;
    background: url(../img/register2.png) no-repeat 100% 100%;
    position: relative;
    float: left;
}

section.background2 .left {
    background: url(../img/register3.png) no-repeat 100% 50%;
}

section.background2 .right {
    background: url(../img/register3.png) no-repeat 0 50%;
}

/* PAGES */

#page {
    background: var(--Color-1, #000);
}

#page .box h3 {
    color: var(--Color-1, #000);
    text-align: center;
    font-family: "Futura PT Book";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33em; /* 133.333% */
}

#page header {
    height: 170px;
    background: var(--Color-1, #000);
    color: var(--White, #FFF);
}

#page header a {
    color: var(--White, #FFF);
    text-decoration: none;
}

#page header a img {
    height: 2rem;
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 2rem;
}

#page header a img.img2 {
    padding-left: 2rem;
}

#page header a:hover {
    color: var(--Color-3,#91B837);
}

#page header .container,
#page header .container .row{
    height: 100%;
    align-items: center;
}

#page header .header-top {
    height: 84px;
}

#page header .header-top h1 {
    font-family: "Futura PT Demi";
    font-size: 1.5rem;
}

#page header .header-top h1 a:hover {
    color: #fff;
}

#page header .header-top .my-acount {
    text-align: right;
}

#page header .header-top .account,
#page header .header-top .points {
    display: inline-block;
}

#page header .header-top .points {
    height: 36px;
    border-right: 1px solid rgba(255, 255, 255, 0.40);
    line-height: 36px;
    padding-right: 28px;
}

#page header .header-top .account {
    padding-left: 28px;
}

#page header .header-top .account img {
    margin-right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

#page header .header-bottom {
    height: 84px;
    border-top: 1px solid rgba(255, 255, 255, 0.40);
}

#page header .navbar-brand {
    color: var(--White, #FFF);
    font-family: "Futura PT Book";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#page header nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#page header nav a.nav-link {
    color: var(--Color-4, #E2E2E2);
    font-family: "Futura PT Book";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; /* 140% */
    transition: none;
    padding-left: 24px;
    padding-right: 24px;
}

#page header nav a.nav-link:last-of-type {
    padding-right: 0px;
}

#page header nav a.nav-link.active,
#page header nav a.nav-link:hover {
    color: var(--Color-3, #91B837);
}

#page header nav div.group {
    color: var(--Color-4, #E2E2E2);
    font-family: "Futura PT Book";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; /* 140% */
    transition: none;
    padding-left: 24px;
    padding-right: 24px;
    position:relative;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

#page header nav div.group div.supgroup {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 44px;
    background: #000;
    display: none;
}

#page header nav div.group:hover div.supgroup {
    display: block;
}

#page header nav div.group div.supgroup a {
    background: #000;
}

main {
    background: var(--Color-5, #FBFBFB);
    width: 100%;
    padding-top: 40px;
}

section.progress-box {
    margin: 8px 0 25px 0;
}

section.progress-box .name {
    font-family: "Futura PT Book";
    color: var(--Color-1, #000);
}

section.progress-box .name {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66em;
    align-items: flex-end;
    display: flex;
}


section.progress-box .points {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33em;
    align-items: flex-end;
    display: flex;
}

section.progress-box .prog {
    width: 100%;
    height: 28px;
    background: url(../img/progress.png) repeat;
    position: relative;
    margin-top: 16px;
    margin-bottom: 8px;
}

section.progress-box .prog-bar {
    background: var(--Color-3, #91B837);
    position: absolute;
    height: 28px;
    top: 0;
    left: 0;
}

section.progress-box .prog-bar span {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: -8px;
    background: url(../img/progress-ico.png) no-repeat;
}

section.chellenge-progress {
    margin-bottom: 25px;
}

section.chellenge-progress .header h2 {
    text-align: center;
}

section.chellenge-progress .info {
    padding: 7rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.progress-circle {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 28px;
}

.progress-circle circle-progress::part(base) {
    width: 220px;
    height: auto;
}

.progress-circle circle-progress::part(value) {
    stroke-width: 10px;
    stroke: var(--Color-7, #F6B611);
}

.progress-circle.blue-circle circle-progress::part(value) {
    stroke: var(--Color-2, #3A67C9);
}

.progress-circle circle-progress::part(circle) {
    stroke-width: 10px;
    stroke: var(--Color-4, #E2E2E2);
}
.progress-circle circle-progress::part(text) {
    fill: var(--Color-1, #000);
    text-align: center;
    font-family: "Futura PT Book";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.progress-info {
    text-align: center;
    color: var(--Color-1, #000);
    font-family: "Futura PT Book";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55em;
    align-items: center;
}

.progress-info .details {
    text-decoration: none;
    color: var(--Color-3, #91B837);
}

.progress-info .details:hover {
    color: var(--Color-1, #000);
}

.progress-info span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    background: var(--Color-4, #E2E2E2);
    margin-left: 1rem;
    margin-right: 3px;
}

.progress-info span.blue {
    background: var(--Color-2, #3A67C9);
    margin-left: 0;
}

.progress-info span.orange {
    background: var(--Color-7, #F6B611);
    margin-left: 0;
}

section.chellenge-progress-details {
    margin-bottom: 2rem;
}

section.chellenge-progress-details .box.details {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

section.chellenge-progress-details .details h4 {
    text-align: left;
    font-size: 1.25rem;
    padding: 1rem 0 0.5rem 0;
}

section.chellenge-progress-details .details .progress {
    --bs-progress-height: 1.5rem;
    --bs-progress-bar-bg: var(--Color-2, #3A67C9);
}

#page section.buttons {
    padding-bottom: 60px;
}

#page section.challange-rankings {
    padding-bottom: 60px;
}

#page section.challange-rankings .chalange-one {
    padding: 28px;
}

#page section.challange-rankings .chalange-one h4 {
    color: var(--Color-1, #000);
    font-family: "Futura PT Book";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55em;
    text-align: left;
}

#page section.challange-rankings .chalange-one h3 {
    text-align: left;
    line-height: 1.66em;
}

#page section.challange-rankings .chalange-one table {
    margin-top: 16px;
    font-size: 1.125rem;
    line-height: 1.55em;
}

#page section.challange-rankings .chalange-one table tr th {
    font-weight: 400;
}

#page section.challange-rankings .chalange-one table .place {
    padding-left: 1.8em;
}

#page section.challange-rankings .chalange-one table tr:last-of-type td,
#page section.challange-rankings .chalange-one table tr:last-of-type th {
    border-bottom-width: 0;
}

#page section.my-points {
    padding-bottom: 28px;
}

#page section.my-points .box {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#page section.my-points h3 {
    font-size: 3rem;
    padding-bottom: 8px;
}

#page section.my-points h4 {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.55em;
}

#page section.black-line {
    padding-bottom: 60px;
}

#page section.black-line .col .line {
    width: 100%;
    height: 64px;
    background: var(--Color-1, #000);
}

#page section.my-results .row {
    align-items: center;
}

#page section.my-results .header img {
    border-radius: 24px;
    margin-left: 1em;
    margin-right: 0.66em;
}

#page section.my-results .header span {
}

#page section.my-results .one-element {
    font-size: 1.5rem;
    line-height: 1.66em;
}

#page section.my-results .one-element .progress-bar {
    display: inline-block;
    border: 1px solid var(--Color-4, #E2E2E2);
    background: var(--White, #FFF);
    width: 100px;
    height: 20px;
    margin: 0 18px 0 18px;
    position: relative;
}

#page section.my-results .one-element .progress-bar div {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 98px;
}

#page section.my-results .one-element .progress-bar span {
    position: absolute;
    background: var(--Color-3, #91B837);
    top: 0px;
    left: 0;
    height: 16px;
}

#page section.my-results .one-element .text-right {
    text-align: right;
}

#page section.my-results .one-element

#page section.my-results .one-element .col-4,
#page section.my-results .one-element .col {
    display: flex;
    align-items: center;
}

#page section.my-results .box {
    margin-bottom: 16px;
}

#page section.my-results .button-black {
    margin-top: 0;
}

#page section.my-account {
    padding-top: 30px;
    margin-bottom: 60px;
}

#page section.my-account .photo {
    text-align: center;
    border-radius: 74px;
}

#page section.my-account .photo img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
}

#page section.my-account .photo a {
    padding-left: 32px;
    height: 24px;
    display: inline-block;
    background: url(../img/change-photo.png) no-repeat 0 0;
    color: var(--Color-1, #000);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375em;
    text-decoration: none;
    margin-top: 16px;
}

#page section.my-account .photo a:hover {
    color: var(--Color-3, #91B837);
}

#page section.my-account .photo .zespol {
    padding-top: 2rem;
    font-size: 1.25rem;
}

#page section.my-account .photo .zespol span {
    display: block;
    color: var(--Color-3, #91B837);
}

#page section.my-account .box {
    padding: 3rem 3rem 3rem 0;
}

#page section.add-movie .box {
    padding: 3rem 3rem 3rem 3rem;
}

#page section.my-account .box .row .row {
    margin-bottom: 20px;
}

#page section.banner-points .banner-box {
    background: url(../img/banner1.png) no-repeat 60% 100% var(--Color-1, #000);
    color: var(--White, #FFF);
    height: 172px;
    padding: 48px;
    margin-bottom: 28px;
}

#page section.banner-points .banner-box .row {
    height: 100%;
    align-items: center;
}

#page section.banner-points .banner-box .info {
    text-align: left;
}

#page section.banner-points .banner-box .button {
    text-align: right;
}

#page section.banner-points .banner-box .button a {
    padding: 18px 22px 18px 22px;
    color: var(--Color-1, #000);
    font-family: "Futura PT Medium";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 450;
    line-height: 1.4em; /* 140% */
    text-decoration: none;
    background: var(--White, #FFF);
    display: inline-block;
}

#page section.banner-points .banner-box .button a:hover {
    background: var(--Color-3, #91B837);
    color: var(--White, #FFF);
}

#page section.banner-points .banner-box .info h3 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.25em;
}

#page section.banner-points .banner-box .info h4 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}





#page section.banner-play .banner-box {
    background: var(--Color-9, #492B84);
    color: var(--White, #FFF);
    height: 172px;
    padding: 48px;
    margin-bottom: 28px;
}

#page section.banner-play .banner-box .row {
    height: 100%;
    align-items: center;
}

#page section.banner-play .banner-box .info {
    text-align: left;
}

#page section.banner-play .banner-box .button {
    text-align: right;
}

#page section.banner-play .banner-box .button a {
    padding: 18px 22px 18px 22px;
    color: var(--Color-1, #000);
    font-family: "Futura PT Medium";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 450;
    line-height: 1.4em; /* 140% */
    text-decoration: none;
    background: var(--White, #FFF);
    display: inline-block;
}

#page section.banner-play .banner-box .button a:hover {
    background: var(--Color-3, #91B837);
    color: var(--White, #FFF);
}

#page section.banner-play .banner-box .info h3 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.25em;
}

#page section.banner-play .banner-box .info h4 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

#page section.challenge-result {
    padding-bottom: 4rem;
}

#page section.challenge-result h2 {
    padding-top: 1.25rem;
    padding-bottom: 3.75rem;
    text-align: center;
}



#page section.challenge-result .element-one {
    margin-bottom: 1rem;
}

#page section.challenge-result .element-one .box {
    /*padding-top: 1.25rem;*/
    /*padding-bottom: 1.25rem;*/
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
}

#page section.challenge-result .element-one .avatar {
    position: relative;
    width: 80px;
    height: 80px;
}

#page section.challenge-result .element-one .avatar img {
    margin-left: 5rem;
    border-radius: 40px;
}

#page section.challenge-result .element-one .avatar span {
    display: block;
    position: absolute;
    left: 28px;
    top: -4px;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 20px;
    background: var(--Color-4, #E2E2E2);
    text-align: center;
    font-family: "Futura PT Medium";
    line-height: 2.5rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 450;
}

#page section.challenge-result .element-one .avatar span.gold {
    background: var(--Color-7, #F6B611);
    color: var(--White, #FFF);
}

#page section.challenge-result .element-one .avatar span.silver {
    background: var(--Color-10, #C8C8C8);
    color: var(--White, #FFF);
}

#page section.challenge-result .element-one .avatar span.bronze {
    background: var(--Color-11, #CF7828);
    color: var(--White, #FFF);
}

#page section.challenge-result .element-one .info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#page section.challenge-result .line {
    margin-bottom: 16px;
}

#page section.challenge-result .line .col div {
    position: relative;
    display: flex;
    justify-content: center;
}

#page section.challenge-result .line .col b {
    color: var(--Color-6, #D652B8);
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: normal;
    background: var(--Color-5, #FBFBFB);
    z-index: 1;
    padding: 0 16px;
}

#page section.challenge-result .line .col b.blue {
    color: var(--Color-2, #3A67C9);
}

#page section.challenge-result .line .col span {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    top: 50%;
    left: 0;
}

#page section.challenge-result .element-one .info .name {
    font-size: 1.25rem;
    width: 100%;
    line-height: normal;
}

#page section.challenge-result .element-one .info .place {
    color: var(--Color-8, #747474);
    font-size: 1.125rem;
    width: 100%;
    line-height: normal;
}

#page section.challenge-result .element-one .points {
    font-size: 1.125rem;
    line-height: normal;
    align-items: center;
    display: flex;
    padding-right: 2.5rem;
    text-align: right;
}



#page section.challenge-result .element-one-team {
    margin-bottom: 1rem;
}

#page section.challenge-result .element-one-team .row {
    position: relative;
}

#page section.challenge-result .element-one-team .place-number  {
    display: block;
    position: absolute;
    left: 28px;
    top: -4px;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 20px;
    background: var(--Color-4, #E2E2E2);
    text-align: center;
    font-family: "Futura PT Medium";
    line-height: 2.5rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 450;
    margin: 0;
    padding: 0;
}

#page section.challenge-result .element-one-team .place-number.gold {
    background: var(--Color-7, #F6B611);
    color: var(--White, #FFF);
}

#page section.challenge-result .element-one-team .place-number.silver {
    background: var(--Color-10, #C8C8C8);
    color: var(--White, #FFF);
}

#page section.challenge-result .element-one-team .place-number.bronze {
    background: var(--Color-11, #CF7828);
    color: var(--White, #FFF);
}

#page section.challenge-result .element-one-team .avatar {
    margin-left: 5rem;
    /*padding-bottom: 1rem;*/
    padding-bottom: 0;
}

#page section.challenge-result .element-one-team .avatar img {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    margin-left: 0.5rem;
}

#page section.challenge-result .element-one-team .avatar img.active {
    border: 1px solid var(--Color-3, #91B837);
    padding: 1px;
}

#page section.challenge-result .element-one-team .name {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*padding-top: 1rem;*/
    padding-top: 0;
    padding-bottom: 1rem;
    margin-left: 5rem;
    margin-right: 2rem;
}

#page section.challenge-result .element-one-team .name span {
    text-align: right;
    font-size: 1.125rem;
    margin-top: 6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    float: right;
}

#page section.contact {
    padding-bottom: 60px;
}

#page section.contact .box {
    padding: 3rem 2rem;
    text-align: center;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42em;
}

#page section.contact a {
    text-decoration: none;
}

#page section.contact a:hover {
    color: var(--Color-3, #91B837);
}

#page section.quiz a:hover {
    color: var(--White, #ffffff);
}

#page section.contact h2 {
    text-align: center;
}

/* FAQ */

#page section.faq-list {
    padding-bottom: 6rem;
}

#page section.faq-list .header h2 {
    text-align: center;
}

#page section.faq-list h3 {
    text-align: center;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42em;
    padding-bottom: 3rem;
}

#page section.faq-list .box {
    padding: 4rem 3rem;
}

#page section.faq-list .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius:0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-active-bg: none;
    --bs-accordion-btn-focus-box-shadow: none;
}

#page section.faq-list .accordion-item {
    color: var(--Color-8, #747474);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; /* 140% */
    text-align: left;
    /*border-bottom: 1px solid var(--Color-4, #E2E2E2);*/
}

#page section.faq-list .accordion-button {
    color: var(--Color-1, #000);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33em;
    border-bottom: 1px solid var(--Color-4, #E2E2E2);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#page section.faq-list .accordion-body {
    padding-top: 1.5rem;
    padding-bottom: 0;
}

footer {
    background: var(--Color-1, #000);
    color: var(--Color-4, #E2E2E2);
    font-size: 1.125rem;
    line-height: 1.44em;
}

footer .container {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/footer.png) no-repeat 100% 100%;
}

footer a {
    color:  var(--Color-4, #E2E2E2);
    text-decoration: none;
}
footer a:hover {
    color: var(--Color-3, #91B837);
}


    /* CHALLENGE */

#page section.challenge {
    margin-bottom: 3rem;
}

#page section.challenge .header h2 {
    text-align: center;
    font-size: 3rem;
    padding-top: 2rem;
    padding-bottom: 0;
}

#page section.challenge .name h3 {
    text-align: center;
}

#page section.challenge .text {
    text-align: center;
    font-family: "Futura PT";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    padding-top: 1.75rem;
    padding-bottom: 3.75rem;
}

#page section.challenge .text a {
    text-decoration: none;
    color: var(--Color-1, #000);
}

#page section.challenge .text a:hover {
    color: var(--Color-2, #3A67C9);
}


#page section.challenge .name h3 span {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    background: var(--Color-2, #3A67C9);
    padding: 1rem 1.375rem;
    display: inline-block;
}

#page section.challenge .header h4 {
    margin: 0;
    padding: 0rem 0 3rem 0;
}

#page section.challenge .header h4 a {
    text-decoration: none;
    font-size: 1.5rem;
    color: var(--Color-2, #3A67C9);
}

#page section.challenge .header h4 a:hover {
    color: var(--Color-1, #000);
}

#page section.challenge .image {
    text-align: center;
    padding-top: 4rem;
}

#page section.challenge .image img {
    width: 100%;
}

#page section.challenge h4 {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    padding-bottom: 1.75rem;
}

#page section.challenge .awards .box {
    padding: 3.5rem 1rem;
    height: auto;
}

#page section.challenge .awards .box .info {
    text-align: center;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.28em;
}

#page section.challenge .awards .box .info p {
    padding-top: 2em;
    font-size: 1.2rem;
    line-height: 1.1em;
    margin: 0;
}

#page section.challenge .awards .box .green {
    color: var(--Color-3, #91B837);
    text-align: center;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.28em;
    padding: 3rem 0;
}

#page section.challenge .awards .box .button {
    margin-left: 2rem;
    margin-right: 2rem;
}

#page section.challenge .element-one {
    margin-bottom: 1rem;
}

#page section.challenge .element-one .box {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

#page section.challenge .element-one .avatar {
    position: relative;
}

#page section.challenge .element-one .avatar img {
    margin-left: 5rem;
    border-radius: 40px;
    width: 40px;
    height: 40px;
}

#page section.challenge .element-one .avatar span {
    display: block;
    position: absolute;
    left: 28px;
    top: -4px;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 20px;
    background: var(--Color-4, #E2E2E2);
    text-align: center;
    font-family: "Futura PT Medium";
    line-height: 2.5rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 450;
}

#page section.challenge .element-one .avatar span.gold {
    background: var(--Color-7, #F6B611);
    color: var(--White, #FFF);
}

#page section.challenge .element-one .avatar span.silver {
    background: var(--Color-10, #C8C8C8);
    color: var(--White, #FFF);
}

#page section.challenge .element-one .avatar span.bronze {
    background: var(--Color-11, #CF7828);
    color: var(--White, #FFF);
}

#page section.challenge .element-one .info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#page section.challenge .element-one .info .name {
    font-size: 1.25rem;
    width: 100%;
    line-height: normal;
}

#page section.challenge .element-one .info .place {
    color: var(--Color-8, #747474);
    font-size: 1.125rem;
    width: 100%;
    line-height: normal;
}

#page section.challenge .line {
    margin-bottom: 16px;
}

#page section.challenge .line .col div {
    position: relative;
    display: flex;
    justify-content: center;
}

#page section.challenge .line .col b {
    color: var(--Color-6, #D652B8);
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: normal;
    background: var(--Color-5, #FBFBFB);
    z-index: 1;
    padding: 0 16px;
}

#page section.challenge .line .col b.blue {
    color: var(--Color-2, #3A67C9);
}

#page section.challenge .line .col span {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    top: 50%;
    left: 0;
}

#page section.challenge .header-team {
    padding-top: 6rem;
}

#page section.challenge .element-one-team .row {
    position: relative;
}

#page section.challenge .element-one-team .place-number  {
    display: block;
    position: absolute;
    left: 28px;
    top: -4px;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 20px;
    background: var(--Color-4, #E2E2E2);
    text-align: center;
    font-family: "Futura PT Medium";
    line-height: 2.5rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 450;
    margin: 0;
    padding: 0;
}

#page section.challenge .element-one-team .place-number.gold {
    background: var(--Color-7, #F6B611);
    color: var(--White, #FFF);
}

#page section.challenge .element-one-team .place-number.silver {
    background: var(--Color-10, #C8C8C8);
    color: var(--White, #FFF);
}

#page section.challenge .element-one-team .place-number.bronze {
    background: var(--Color-11, #CF7828);
    color: var(--White, #FFF);
}

#page section.challenge .element-one-team .info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#page section.challenge .element-one-team .info .name {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 5rem;
    margin-right: 2rem;
}

#page section.challenge .element-one-team .info .place {
    color: var(--Color-8, #747474);
    font-size: 1.125rem;
    width: 100%;
    line-height: normal;
    margin-left: 5rem;
}

#page section.challenge .element-one-team .avatar {
    margin-left: 0;
    text-align: center;
}

#page section.challenge .element-one-team .avatar img {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    margin-left: 0.5rem;
    border: 1px solid var(--Color-3, #91B837);
    padding: 1px;
}

#page section.challenge .gallery-box {
    padding-top: 3.75rem;
}

#page section.challenge .gallery-box img {
    width: 100%;
}

#page section.challenge .info-box {
    padding-top: 3.75rem;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33em;
}

#page section.challenge .info-box span {
    color: var(--Color-6, #D652B8);
}

#page section.challenge .info-box-second {
    padding-top: 1.75rem;
    padding-bottom: 2rem;
    color: var(--Color-8, #747474);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; /* 140% */
}

#page section.challenge .info-box-second a {
    color: var(--Color-8, #747474);
}

#AccountFormPhoto input {
    display: none;
}

#page section.quiz .button-black {
    display: inline;
}

#page section.question h2 {
    padding-bottom: 0;
}

#page section.question h3 {
    text-align: center;
    font-size: 1.6rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

#page section.question h5 {
    font-family: "Futura PT Medium";
}

#page section.question form div {
    width: auto;
    display: inline-block;
}

#page section.question form div div {
    text-align: left;
    padding: 5px 15px;
    display: block;
}

#page section.question div .button-black {
    width: auto;
    margin: 10px auto 0 auto;
}

#page section.question form label {
    display: inline;
    padding-left: 20px;
}

@media (max-width: 1199px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 991px) {

}


#page section.movie-list .movies h4 {
    padding: 1em 0;

}

#page section.movie-list .movies .col-4 {
    padding-bottom: 3em;
}

#page section.movie-list .movies .text {
    font-size: 0.9em;
    color: #747474;
    line-height: 1.5em;
    padding-bottom: 1em;
}

#page section.movie-list .movies .button-black {
    width: auto;
    display: inline-block;
}

#page section.movie-list .movies .options div {
    padding: 1em 0;
    border-top: 1px solid #e2e2e2;
    position: relative;
}

#page section.movie-list .movies .options div span {
    float: right;
}

.navbar-collapse {
    background: #000;
    z-index: 1;
}