html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

[data-np-input-autofilled] {
    background-color: #FFF !important;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../assets/fonts/ProximaNovaRegular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../assets/fonts/ProximaNovaBold.ttf");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../assets/fonts/ProximaNovaBlack.ttf");
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNovaCondensed";
    src: url("../assets/fonts/ProximaNovaExtraCondensedRegular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNovaCondensed";
    src: url("../assets/fonts/ProximaNovaExtraCondensedBold.ttf");
    font-weight: 700;
    font-display: swap;
}

.ff-condensed {
    font-family: "ProximaNovaCondensed", Arial, Helvetica, sans-serif;
}

body {
    font-family: "ProximaNova", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

body,
html {
    background-color: #000;
    scroll-behavior: smooth;
    font-size: 22px;
    margin: 0;
    padding: 0;
}


p,
h1,
h2,
a {
    line-height: 1.2em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.flash-info {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.fw-light {
    font-weight: 200;
}

.fw-medium {
    font-weight: 500;
}

.fw-regular {
    font-weight: 400;
}


.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}

.tt-uppercase {
    text-transform: uppercase;
}

.ta-center {
    text-align: center;
}

.fg-white {
    color: #FFF;
}

.fg-black {
    color: #000;
}

.fg-green {
    color: #9ec03b;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}

.bg-green {
    background-color: #9ec03b;
}

.mobile {
    display: none;
}

.no-margin {
    margin: 0;
}

.no-lh {
    line-height: 1;
}

.h-padding {
    padding-left: 2rem;
    padding-right: 2rem;
}

.v-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.h-margin {
    margin-left: 2rem;
    margin-right: 2rem;
}

.v-margin {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.margin-bottom {
    margin-bottom: 2rem;
}

.half-margin-bottom {
    margin-bottom: 1rem;
}


#main-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.fs-80 {
    font-size: 3.6rem;
}

.fs-70 {
    font-size: 3.2rem;
}

.fs-60 {
    font-size: 2.7rem;
}

.fs-55 {
    font-size: 2.5rem;
}

.fs-40 {
    font-size: 1.8rem;
}

.fs-35 {
    font-size: 1.6rem;
}

.fs-30 {
    font-size: 1.4rem;
}

.fs-23 {
    font-size: 1.1rem;
}


.rel {
    position: relative;
}

.v-flex {
    display: flex;
    flex-direction: column;
}

.h-flex {
    display: flex;
    flex-direction: row;
}

.flex-50 {
    flex: 0 0 50%;
}

.flex-33 {
    flex: 0 0 33%;
}

.flex-30 {
    flex: 0 0 30%;
}

.ai-center {
    align-items: center;
}

.jc-sb {
    justify-content: space-between;
}

.ai-fe {
    align-items: flex-end;
}

.ai-fs {
    align-items: flex-start;
}

.jc-center {
    justify-content: center;
}

.jc-evenly {
    justify-content: space-evenly;
}

.jc-end,
.jc-fe {
    justify-content: flex-end;
}

.jc-fs {
    justify-content: flex-start;
}

.form-wrapper {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.form-row {
    display: flex;
}

.form-item {
    flex: 0 0 50%;
}

.form-item.full {
    flex: 0 0 100%;
}

form label,
form .label {
    color: #fff;
    font-size: 1.2rem;
}

#formularz input[type="text"],
#formularz input[type="email"],
#formularz input[type="date"],
#formularz select,
.upload-instruction {
    display: block;
    border: 1px solid #bbbbbb;
    background-color: #FFF;
    box-sizing: border-box;
    padding: .5em 1em;
    position: relative;
    color: #000000;
    width: 100%;
    cursor: pointer;
}

.upload-wrapper {
    width: 100%;
    background: #fff;
}

.upload-wrapper label {
    color: #000;
}

.upload-instruction,
button {
    background-color: #9ec03b;
    color: #FFF;
    font-weight: 900;
    font-size: 2rem;
    padding: .2em 1em;
    appearance: none;
    border: none;
    cursor: pointer;
}

.upload-button-wrapper label {
    display: block;
    text-align: center;
    color: #006648;
}

.ok .upload-button-wrapper:after {
    content: '\2713';
    color: #006648;
    font-size: 2em;
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: 900;
    transform: translate(-35%, -50%);

}

#formularz input[type="file"] {
    transform: translateX(-1000vw);
}

#formularz .control-wrapper {
    padding: .7rem;
}

.container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-left: 3em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 2em !important;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff;
    border: 2px solid #bbbbbb
}

input:checked~.checkmark {
    background-color: #9ec03b;
}

.checkbox.form-item label {
    font-size: 1em;
    line-height: 1.2;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    left: 35%;
    top: 12%;
    width: 0.5em;
    height: 1em;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tooltop {
    display: inline-block;
    font-size: 1em;
    margin-top: 1.45em;
}

.tooltop p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tooltop .paragon {
    display: none;
    margin-left: auto;
}

.tooltop:hover .paragon,
.tooltop.active .paragon {
    display: block;
}


.count-label {
    position: relative;
    margin: 0 1rem;
    width: 100%;
}

.count-label p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

form.loading {
    filter: blur(3px);
    pointer-events: none;
}

#to-top {
    display: none;
}

#to-top svg {
    fill: #FFF;
}

#to-top.active {
    display: block;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background-color: #000;
    border-radius: 5px;
    text-align: center;
    padding: 1em .5em;
    opacity: .75;
    transition: opacity .5s ease-in-out;
}

#to-top.active:hover {
    opacity: 1;
}

#main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-nav a {
    font-size: 1.6rem;
    text-decoration: none;
    padding: .5em 1em;
    margin: 0;
    transition: color .3s ease-in-out;
}

#main-nav a:hover {
    color: #9ec03b;
}

.txt-label {
    padding: .1em .2em;
}

.number {
    display: block;
    border: .05em solid #FFF;
    border-radius: .2em;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3;
    text-align: center;
}

.spacer {
    width: 100%;
    height: 0.2rem;
    background-color: #FFF;
    margin-bottom: 2rem;
}

#nagrody {
    margin-bottom: 8rem;    
}

#nagroda2 {
    background-color: #006648;
    border-radius: 50%;
    width: 24rem;
    height: 24rem;
    margin-left: 10rem;

}

#nagroda2 p {
    transform: translateY(-40%);
}

#nagroda3 {
    position: absolute;
    top: 60%;
    left: 45%;
    background-color: #0072bc;
    padding: 2rem;
    border-radius: 2rem;
    transform: rotate(-6deg);
}

.error {
    color: #ff0000;
    font-size: 1rem;
    font-family: 'ProximaNovaCondensed';
}

@media all and (max-width: 1400px) {

    body,
    html {
        font-size: 1.57vw;
    }

    .img-logo {
        width: 23vw;
    }

    .img-decathlon {
        width: 15.5vw;
    }

}

@media all and (max-width: 786px) {
    
    body,
    html {
        font-size: 2.5vw;
    }
    
    .act-menu-toggler {
        display: flex;
        justify-content: flex-end;        
        padding: 1rem;
        cursor: pointer;
    }

    #main-nav:not(.active) {
        display: none;
    }

    #main-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .img-logo {
        width: 41vw;
    }

    .img-decathlon {
        width: 27.6vw;
    }

    #nagroda2 {
        margin-left: 0;
    }

    .h-flex:not(.keep-on-mobile) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .center-on-mobile {
        text-align: center;
    }

    .form-row {
        flex-direction: column;
    }

    .form-item {
        flex: 0 0 100%;
    }

    #formularz input[type="text"], #formularz input[type="email"], #formularz input[type="date"], #formularz select, .upload-instruction {
        font-size: 1.5rem;
    }

    .tooltop {
        margin-right: 1rem;
    }

}

#auth-wrapper {
    background: #FFF;
    width: 100%;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}