@font-face {
    font-family: "MultipleSans Alt III Regular";
    src: url("fonts/MultipleSansAltIII-Regular.otf") format("opentype");
}

@font-face {
    font-family: "MultipleSans Alt III Bold";
    src: url("fonts/MultipleSansAltIII-Bold.otf") format("opentype");
}

@font-face {
    font-family: "MultipleSans Alt III SemiBold";
    src: url("fonts/MultipleSansAltIII-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: "MultipleSans Alt III Light";
    src: url("fonts/MultipleSansAltIII-Light.otf") format("opentype");
}

@font-face {
    font-family: "MultipleSans Alt III ExtraLight";
    src: url("fonts/MultipleSansAltIII-ExtraLight.otf") format("opentype");
}

.nav-logo {
    height: 40px;
    width: 189px;
    padding: 0;
}

.btn-red {
    border-radius: 6px;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    --bs-btn-color: #fff;
    --bs-btn-bg: #C5322C;
    --bs-btn-border-color: #C5322C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b02d28;
    --bs-btn-hover-border-color: #b02d28;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02d28;
    --bs-btn-active-border-color: #b02d28;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a8a8a8;
    --bs-btn-disabled-border-color: #a8a8a8;
}

.btn-white {
    border-radius: 6px;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    --bs-btn-color: #C5322C;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #C5322C;
    --bs-btn-hover-bg: #f1f1f1;
    --bs-btn-hover-border-color: #f1f1f1;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #C5322C;
    --bs-btn-active-bg: #f1f1f1;
    --bs-btn-active-border-color: #f1f1f1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a8a8a8;
    --bs-btn-disabled-border-color: #a8a8a8;
    color: #C5322C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 24px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 18px;
    padding: 16px 24px;
}

.nav-btn {
    padding: 8px 16px;
}

.aleakcja-nav {
    background-color: #fff;
    min-height: 72px;
    max-height: 72px;
}

.aleakcja-bottom-nav {
    min-height: 56px;
    background-color: #404040;
}

.aleakcja-footer-text {
    color: #FFFFFF;
    font-family: "MultipleSans Alt III Light It", sans-serif;
    font-size: 14px;
    font-style: italic;
    /*font-weight: 300;*/
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}


.red-separator {
    box-sizing: border-box;
    height: 1px;
    width: 80px;
    border: 1px solid #C5322C;
    background-color: #C5322C;
}

.oval {
    border-radius: 100px;
    min-height: 48px;
    height: 48px;
    max-height: 48px;
    min-width: 48px;
    width: 48px;
    max-width: 48px;
    background-color: rgba(64, 64, 64, 0.05);
}

.red-oval {
    border-radius: 100px;
    min-height: 40px;
    height: 40px;
    max-height: 40px;
    min-width: 40px;
    width: 40px;
    max-width: 40px;
    background-color: rgba(197, 50, 44, 0.1);
}

.oval-number {
    color: #404040;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 18px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 23px;
}

.red-oval-number {
    color: #C5322C;
    font-family: "MultipleSans Alt III Bold", sans-serif;
    font-size: 10px;
    /*font-weight: bold;*/
    letter-spacing: 0;
    line-height: 10px;
    text-transform: uppercase;
}

.faq-question {
    color: #404040;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 18px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 24px;
}

.faq-answer {
    color: #404040;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 18px;
    /*font-weight: 300;*/
    letter-spacing: 0;
    line-height: 24px;
    padding: 16px;
}

.form-outer-container {
    background-color: #F9F9F9;
    padding: 96px 0;
}

.form-container {
    max-width: 780px;
}

@media (min-width: 980px) {
    .form-container {
        width: 780px;
    }
}

.form-inner-container {
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 20px 16px 24px 16px;
}

.faq-outer-container {
    background-color: #FFF;
}

.faq-container {
    width: 100%;
    min-height: 705px;
    padding: 96px 16px
}

.contest-outer-container {
    background-color: #FFF;
}

.contest1-outer-container {
    background-color: #FBFBFB;
}

.prizes-outer-container {
    background-color: #FFF;
}

.contest-container {
    width: 100%;
    min-height: 1005px;
    padding: 32px 16px
}

.prizes-container {
    width: 100%;
    padding: 80px 16px 105px 16px;
}

.contest1-container {
    width: 100%;
    min-height: 831px;
    padding: 96px 16px
}

.docs-outer-container {
    background-color: #FBFBFB;
}

.docs-container {
    width: 100%;
    min-height: 492px;
    padding: 32px 16px

}


.filename-label {
    color: #262626;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 12px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 24px;
    width: 100%;
}

.filename-row {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
}

.filename-row-name {
    color: #262626;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    /*max-width: 65%;*/
}

.filename-row-link {
    min-width: 150px;
    padding-left: 5px;
    color: #C5322C !important;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 18px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 21px;
    text-align: right;
    text-decoration: none !important;
}


.cta-outer-container {
    background-color: #F4F4F4;
    background: url(img/cta-bg.png) no-repeat center;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
}

.cta-container {
    min-height: 476px;
    padding: 32px 16px;
}

.section-header {
    color: #404040;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
}

.cta-text {
    color: #404040;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 18px;
    /*font-weight: 300;*/
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

.gap-8 {
    gap: 8px;
}

.gap-16 {
    gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.gap-32 {
    gap: 32px;
}

.gap-48 {
    gap: 48px;
}

.gap-64 {
    gap: 64px;
}


.h-32 {
    height: 32px;
    max-height: 32px;
    min-height: 32px;
}

.h-48 {
    height: 48px;
    max-height: 48px;
    min-height: 48px;
}


.h-40 {
    height: 40px;
    max-height: 40px;
    min-height: 40px;
}


.patron-logos {
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 15px 48px;
}

@media (min-width: 992px) {
    .patron-logos {
        height: 98px;
        width: 540px;
        margin-top: -58px;
        box-shadow: 0 15px 30px 0 rgba(64, 64, 64, 0.08);

    }
}

.pzkosz-logo {
    height: 68px;
    width: 191px;
}

.patronite-logo {
    height: 55.03px;
    width: 221px;
}

.contest-step {
    padding: 6px 12px;
    color: #C5322C !important;
    font-family: "MultipleSans Alt III Bold", sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    letter-spacing: 0;
    line-height: 18px;
    border-radius: 17px;
    background-color: rgba(197, 50, 44, 0.1);
}

.contest-step-success {
    padding: 6px 12px;
    color: #1EC036 !important;
    font-family: "MultipleSans Alt III Bold", sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    letter-spacing: 0;
    line-height: 18px;
    border-radius: 17px;
    background-color: rgba(30, 192, 54, 0.1);
}

.contest-step-text {
    color: #404040;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.contest-step-text > .fw-bold {
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    /*font-weight: 600;*/
}

.step-arrow {
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    background: url(img/arrow-down.svg) center no-repeat;
}

.step-deactivated {
    filter: grayscale(1);
    opacity: 0.4;
}

#video-loop {
    pointer-events: none;
}

.loop-container {
    max-height: 584px;
    min-height: 584px;
    height: 584px;
    max-width: 425px;
    min-width: 425px;
    width: 425px;
    overflow: hidden;
}

.loop-container > video {
    margin-left: -165px;
}

.mobile-loop-container > .loop-container > video {
    margin-left: unset;
    width: 100vw;
    height: auto;
}

.mobile-loop-container > .loop-container {
    max-height: unset;
    min-height: unset;
    height: auto;
    max-width: 100vw;
    min-width: unset;
    width: unset;
    overflow: hidden;
    margin-bottom: calc(-100vw * 0.314070352);
    z-index: -1;
}

@media (min-width: 576px) {
    .mobile-loop-container > .loop-container > video {
        margin-left: -165px;
        width: unset;
        max-width: unset;

    }

    .mobile-loop-container > .loop-container {
        max-height: 584px;
        min-height: 584px;
        height: 584px;
        max-width: 425px;
        min-width: 425px;
        width: 425px;
        overflow: hidden;
        margin-bottom: unset;
    }
}

.contest-main-info-text {
    color: #404040;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 18px;
    /*font-weight: 300;*/
    letter-spacing: 0;
    line-height: 30px;
}

.contest-main-info-text > .fw-bold {
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
}

.line-separator {
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    background-color: rgba(64, 64, 64, 0.1);
}

.loop-tooltip {
    color: #1C1C1C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 17px;
    /*font-weight: 600;*/
    letter-spacing: -0.4px;
    line-height: 22px;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 30px 0 rgba(64, 64, 64, 0.08);
    padding: 13px 16px;
    /*height: 48px;*/
    /*min-height: 48px;*/
}


.peako-logo {
    height: 45px;
    max-width: 287.04px;
}

.main-aleakcja-header {
    color: #FFFFFF;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 32px;
    font-style: italic;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 40px;
}

.main-aleakcja-header.mobile {
    color: #FFFFFF;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 28px;
    font-style: italic;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}

.main-aleakcja-description {
    color: #FFFFFF;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 40px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 44px;
}

.main-aleakcja-description.mobile {
    color: #FFFFFF;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 28px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}

.main-sponsor {
    color: #F5F5F5;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 12px;
    /*font-weight: 300;*/
    letter-spacing: 2.2px;
    line-height: 18px;
}

.left-main-sponsor {
    margin-right: 8px;
}

@media (min-width: 390px) {
    .left-main-sponsor {
        margin-right: 16px;
    }

    .main-sponsor {
        font-size: 14px;
        letter-spacing: 2.5px;
    }
}

.white-box {
    padding: 4px 8px;
    color: #FFFFFF;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 16px;
    font-style: italic;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 42px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    text-align: center;
}

.white-box > span {
    font-size: 24px;
    padding-left: 4px;
}

.prize-image {
    width: 300px;
    height: 300px;
}

.prize-value {
    height: 32px;
    width: 300px;
    color: #C5322C;
    font-family: "MultipleSans Alt III Bold", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}

.prize-value > span {
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 32px;
}

.prize-description {
    color: #404040;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 18px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.prizes-extra-info {
    color: #404040;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 16px;
    /*font-weight: 300;*/
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

.contest-left-bg {
    height: 500px;
    width: 540px;
}

.contest-action-point {
    color: #404040;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
}

.contest-action-point > span {
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
}

.contest-action-point > .red {
    color: #C5322C;
}

.contest-action-header {
    color: #404040;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 18px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 27px;
}

.mb-48 {
    margin-bottom: 48px;
}

.ambassador-image {
    height: 290px;
    width: 286.65px;
}

.btn-ambassador-info {
    color: #C5322C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 18px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 24px;
    padding: 4px;
    border: 0;
}

.btn-ambassador-info:hover {
    border: 0;
    color: #a82d27;
}

.btn-ambassador-info:active {
    border: 0
}

.ambassador-name {
    color: #404040;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 21px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.ambassador-title {
    color: #404040;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 16px;
    /*font-weight: 300;*/
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

.ambassadors-description {
    color: #404040;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 18px;
    /*font-weight: 300;*/
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    padding: 0 calc(100% - 85vw);
}

.ambassadors-description > span {
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
}

.ambassadors-container {
    padding: 64px 0;
}

.instructions-outer-container {
    background-color: #FBFBFB;
}

@media (min-width: 1280px) {
    .docs-container {
        max-width: 1140px;
        min-height: 492px;
        padding: 32px 16px
    }

    .faq-container {
        max-width: 1140px;
        padding: 96px 16px
    }

    .faq-answer {
        padding: 16px 16px 16px 64px;
    }

    .contest-container {
        max-width: 1140px;
    }

    .ambassadors-description {
        padding: 0 calc(100% - 70vw);
    }
}


.video-poster {
    max-width: 65vw;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.play-button {
    position: absolute;
    top: calc(50% - 136px + 32px);
    left: calc(50% - 60px + 32px);
    background: transparent;
    border: 0;
}

.play-button:hover {
    background: transparent;
    border: 0;
}

.play-button:active {
    background: transparent;
    border: 0;
}

.play-button > img {
    width: 64px;
    height: 64px;
}

.video-card {
    width: 65vw;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.video-card-footer {
    padding: 24px;
}

.video-card-title {
    color: #404040;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 21px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 40px;
}

.video-card-footer-button {
    background: transparent;
    border: 0;
    text-decoration: none;
}

.video-card-footer-button:hover {
    background: transparent;
    border: 0;
}

.video-card-footer-button:active {
    background: transparent;
    border: 0;
}

.video-card-footer-button > div {
    color: #C5322C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 18px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 24px;
}

.main-carousel {
    max-width: 1920px;
    position: relative;
}


@media (min-width: 1921px) {
    .carousel-container {
        margin-left: calc((100vw - 1920px) / 2);
    }
}

.carousel-cell {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-right: 32px;
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s;
}

.carousel-cell:first-of-type {
    margin-left: 270px;
}

.carousel-cell.is-selected {
    opacity: 1;
    pointer-events: auto;

}


.instructions-container {
    padding: 95px 16px 48px 16px;
}

.modal-content {
    border: 0;
    padding: 8px;
}

.modal-header {
    border: 0;
    align-items: unset;
}

.modal-title {
    color: #262626;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 31px;
}

.modal-footer {
    border: 0;
}

.modal-name {
    color: #404040;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 21px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.modal-header-title {
    color: #404040;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 16px;
    /*font-weight: 300;*/
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

.modal-bottom-text {
    color: #404040;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 14px;
    /*font-weight: 300;*/
    letter-spacing: 0;
    line-height: 21px;
}

.form-header {
    color: #404040;
    font-family: "MultipleSans Alt III Bold", sans-serif;
    font-size: 18px;
    /*font-weight: bold;*/
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 32px;
}

.ui-menu-item-wrapper {
    text-decoration: none !important;
}

.dropdown-menu {
    border-radius: 0 0 8px 8px;
    padding: 0;
    border: 0;
}

.dropdown-item {
    border-top: 1px solid #F5F5F5;
    padding: 10px 15px;
}

.dropdown-item:hover {
    color: #C5322C;
}

.dropdown-item:active {
    color: #C5322C;
}

.dropdown-item:focus {
    color: #C5322C;
}


.dropdown-item:first-of-type {
    border-top: 0;
}

.dropdown-item:last-of-type {
    padding: 10px 15px;
}

.dropdown-item:last-of-type:hover {
    border-radius: 0 0 8px 8px;
}

.dropdown-item:last-of-type:active {
    border-radius: 0 0 8px 8px;
}

.dropdown-item:last-of-type:focus {
    border-radius: 0 0 8px 8px;
}

@media (min-width: 768px) {
    .dropdown-menu {
        box-shadow: 0 25px 50px 0 rgba(64, 64, 64, 0.1);
    }
}


.ui-state-active:hover {
    background: #fff;

}

.ui-state-active {
    background: #fff;
}

.ui-widget.ui-widget-content {
    margin-top: 1rem;
    border-radius: 8px;
    border: 1px solid #F5F5F5 !important;
}

.ui-menu {
    overflow-x: hidden;
    overflow-y: auto;
    /*max-width: 75% !important;*/

    inset: 0 auto auto 0;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 4px;
    box-shadow: rgb(64 64 64 / 10%) 0 0 15px 0;
    transform: translate(0px, 86px);
    display: block;
    max-height: 300px;
}

.ui-menu-item-wrapper {
    border: 0 !important;
    border-top: 1px solid #F5F5F5 !important;
}

.ui-menu-item-wrapper:first-of-type {
    border: 0 !important;
    border-top: 1px solid #F5F5F5 !important;
}


#id_company_on_deck > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#id_company_on_deck > div > span {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.ui-icon.ui-icon-trash {
    background-image: url("img/delete.svg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.ui-state-active {
    margin: 0 !important;
    border: 0 !important;
    border-top: 1px solid #F5F5F5 !important;
}

.ui-state-active:hover {
    margin: 0 !important;
    border: 0 !important;
    border-top: 1px solid #F5F5F5 !important;
}

.form-check-input:checked[type=radio] {
    background-image: url("img/checkbox-checked.svg");
}


.form-check-input:checked {
    background-color: #D71920;
    border-color: #D71920;
}

.form-label {
    color: #262626;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
}

.form-check-label {
    color: #262626;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
}

.form-control {
    box-sizing: border-box;
    height: 44px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.form-control[type=file] {
    height: 10px;
}

.ui-menu {
    max-width: unset !important;
}

/*@media (min-width: 768px) {*/
/*    .ui-menu {*/
/*        max-width: 660px !important;*/
/*    }*/
/*}*/


.statement-label {
    color: #262626;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
}

.statement-label > a {
    color: #262626;
}

.statement-label > a:hover {
    color: #C5322C;
}

.statement-label > a:active {
    color: #C5322C;
}

.statement-label > a:visited {
    color: #262626;
}

.success-text {
    color: #3F3F3F;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}


.main-contest-info-container {
    padding: 97px 0 80px 0;
}

.main-loop-container {
    transform: scale(0.5);
}

/*.w208 {*/
/*    display: none;*/
/*}*/

/*.w168 {*/
/*    display: none;*/

/*}*/

.s-w208 {
    display: block;
    position: absolute;
    /*top: 177px;*/
    top: calc((111vw * 0.314070352));
    left: calc(45vw);

}

.s-w208.loop-tooltip {
    color: #1C1C1C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 12px;
    /*font-weight: 600;*/
    letter-spacing: -0.4px;
    line-height: 16px;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 30px 0 rgba(64, 64, 64, 0.08);
    padding: 6px 8px;
}

.s-w168 {
    display: block;
    position: absolute;
    /*top: 539px;*/
    top: calc((259vw * 0.314070352));
    right: calc(55vw);
}

.s-w168.loop-tooltip {
    color: #1C1C1C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 12px;
    /*font-weight: 600;*/
    letter-spacing: -0.4px;
    line-height: 16px;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 30px 0 rgba(64, 64, 64, 0.08);
    padding: 6px 8px;
}

@media (min-width: 200px) {


    .w208 {
        display: block;
        position: absolute;
        top: 177px;
        left: 274px;
        min-width: 208px;
    }

    .w168 {
        display: block;
        position: absolute;
        top: 539px;
        left: 67px;
        min-width: 168px;
    }
}

.aleakcja-slider {
    background-color: #d81514;
    padding-top: 64px;

    padding-bottom: 32px;
    background-size: cover;
    margin-top: -160px;
}

@media (min-width: 576px) {
    .aleakcja-slider {
        background: url(img/bg.png) no-repeat center;
        background-position-y: top;
        background-position-x: center;
        padding-top: 64px;
        padding-bottom: 105px;
        background-size: cover;
        margin-top: 0;
    }

}

@media (min-width: 511px) {
    .carousel-cell {
        margin-right: 60px;
    }

    .play-button {
        position: absolute;
        top: 208px;
        left: 178px;
        background: transparent;
        border: 0;
    }

    .white-box {
        padding: 5px 16px;
        font-size: 24px;
    }

    .white-box > span {
        font-size: 32px;
    }

    .video-card {
        width: 420px;
    }

    .video-poster {
        max-width: 420px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .w208 {
        display: block;
        position: absolute;
        top: 177px;
        left: 392px;
        min-width: 208px;
    }

    .w168 {
        display: block;
        position: absolute;
        top: 539px;
        left: 139px;
        min-width: 168px;
    }
}

@media (min-width: 992px) {
    .aleakcja-slider {
        max-height: 648px;
        height: 648px;

        padding-top: 32px;
        padding-bottom: 32px;
    }

    .w208 {
        display: block;
        position: absolute;
        top: 177px;
        left: 525px;
        /*width: 208px;*/
        min-width: 208px;
        /*max-width: 208px;*/
    }

    .w168 {
        display: block;
        position: absolute;
        top: 539px;
        left: 229px;
        /*width: 168px;*/
        min-width: 168px;
        /*max-width: 168px;*/
    }

    .main-loop-container {
        transform: scale(1);
    }

    .main-contest-info-container {
        padding: 97px 0 80px 0;
    }
}

@media (min-width: 1200px) {
    .aleakcja-slider {
        max-height: 648px;
        height: 648px;
        padding-top: 64px;
        padding-bottom: 105px;
    }

    .w208 {
        display: block;

        position: absolute;
        top: 50px;
        left: 250px;
        /*width: 208px;*/
        min-width: 208px;
        /*max-width: 208px;*/
    }

    .w168 {
        display: block;

        position: absolute;
        top: 448px;
        left: -7px;
        /*width: 168px;*/
        min-width: 168px;
        /*max-width: 168px;*/
    }
}

@media (min-width: 1400px) {
    .aleakcja-slider {
        max-height: 648px;
        height: 648px;
        padding-top: 64px;
        padding-bottom: 105px;
    }
}


.s3upload__progress {
    width: 100;
    overflow: hidden;
    height: 8px;
    margin-bottom: 8px;
    background-color: #D9D9D9;
    background-image: -moz-linear-gradient(top, #D9D9D9, #D9D9D9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D9D9D9), to(#D9D9D9));
    background-image: -webkit-linear-gradient(top, #D9D9D9, #D9D9D9);
    background-image: -o-linear-gradient(top, #D9D9D9, #D9D9D9);
    background-image: linear-gradient(to bottom, #D9D9D9, #D9D9D9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.s3upload__progress .s3upload__bar {
    width: 0%;
    height: 100%;
    color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #C5322C;
    background-image: -moz-linear-gradient(top, #C5322C, #C5322C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C5322C), to(#C5322C));
    background-image: -webkit-linear-gradient(top, #C5322C, #C5322C);
    background-image: -o-linear-gradient(top, #C5322C, #C5322C);
    background-image: linear-gradient(to bottom, #C5322C, #C5322C);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.s3upload .s3upload__progress {
    background: #D9D9D9 !important;
    width: 100% !important;
}

a.filename-text.s3upload__file-link {
    text-decoration: none !important;
    color: #404040;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
}

a.s3upload__file-remove {
    text-decoration: none !important;
}


.form-text {
    color: #3F3F3F;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;

}

.form-text > .fw-bold {
    font-weight: bold;
}

.checkbox-bottom {
    color: #808080;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
}

.checkbox-bottom > a {
    color: #808080;
}

.checkbox-bottom > a:hover {
    color: #C5322C;
}

.checkbox-bottom > a:active {
    color: #C5322C;
}

.checkbox-bottom > a:visited {
    color: #808080;
}


.dropdown-item.border-0 > div {
    word-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

#statement-collapse {
    display: flex;
    width: 100%;
    justify-content: end;
}

@media screen and (min-width: 576px) {
    #statement-collapse {
        display: inline-block;
        width: unset;
        justify-content: unset;
    }

    .statement-short-list {
        display: inline;
    }
}

#statement-collapse {
    color: #3E7AE7;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 16px;
    /*font-weight: 600;*/
    letter-spacing: 0;
    line-height: 21px;
}

#statement-collapse:hover {
    cursor: pointer;
}


.files-link {
    text-decoration: none;
    color: #3E7AE7;
    font-family: "MultipleSans Alt III Bold", sans-serif;
    font-size: 16px;
    /*font-weight: bold;*/
    letter-spacing: 0;
    line-height: 21px;
}

@media (min-width: 390px) {
    .form-inner-container {
        padding: 40px 48px 48px 48px;
    }

    .ambassadors-container {
        padding: 96px 16px;
    }
}

.carousel-container {
    background-color: #FBFBFB;
    padding-bottom: 54px;
}

.carousel-outer-container {
    background-color: #FBFBFB;
}

.phone-input-group {
    border-right: 0;
    border-color: #B3B3B3;
    background-color: #fff;
    color: #9b9694;
    border-right: 4px;
}

.phone-input-group.is-invalid {
    border-color: #dc3545;
}


.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select, .input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    padding-left: 0
}

.form-control.is-invalid {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}


.results_on_deck .ui-icon-trash {
    float: left;
    cursor: pointer;
}

.results_on_deck {
    padding: 0.25em 0;
}

form .aligned .results_on_deck {
    padding-left: 14px;
    margin-left: 160px;
}

.results_on_deck > div {
    margin: 0.5em 0;
}

.ui-autocomplete-loading {
    background: url("img/loading-indicator.gif") no-repeat;
    background-origin: content-box;
    background-position: right;
}

ul.ui-autocomplete {
    max-width: 60%;
    margin: 0;
    padding: 0;
    position: absolute;
}

ul.ui-autocomplete li {
    list-style-type: none;
    padding: 0;
}

ul.ui-autocomplete li a {
    display: block;
    padding: 2px 3px;
    cursor: pointer;
}

.form-control.is-invalid.ui-autocomplete-input.ui-autocomplete-loading {
    background-image: url("img/loading-indicator.gif");
    padding-right: 0.5rem;
    background-position: right;
    background-size: auto;
    background-origin: content-box;
}


.rodo-text {
    color: #262626;
    font-family: "MultipleSans Alt III Light", sans-serif;
    font-size: 14px;
}

.rodo-btn {
    font-size: 12px;
    padding: 2px 4px;
}

.rodo-section {
    font-size: 18px;
}


@media (min-width: 390px) {
    .rodo-text {
        font-size: 16px;
    }

    .rodo-btn {
        font-size: 16px;
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x)
    }

    .rodo-section {
        font-size: 32px;
    }
}

.cookie-services {
    font-family: "MultipleSans Alt III Bold", sans-serif;
    font-size: 14px;
}

.cookie-services-name {
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 14px;
}

.cookie-services-description {
    font-family: "MultipleSans Alt III ExtraLight", sans-serif;
    font-size: 14px;
}

.finalists-header {
    color: #404040;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.finalists-date {
    color: #C5322C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
}

.finalists-bg {
    min-height: 304px;
    max-width: 924px;
    background-image: url("img/finalists-bg.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top !important;
}

.finalists-fg {
    max-width: 550px;
}
