/* GENERAL GENERAL GENERAL */
/* GENERAL GENERAL GENERAL */
/* GENERAL GENERAL GENERAL */
html{
    background-color: #26353D;
    font-family: 'Open Sans', sans-serif;
}
.builder-element-outer-wrapper{
    margin: 0 auto;
    width: 95%;
    max-width: 1024px;
}

.universal-bottom-padding{
    padding-bottom: 5rem;
}

/* MAIN SLIDER MAIN SLIDER MAIN SLIDER */
/* MAIN SLIDER MAIN SLIDER MAIN SLIDER */
/* MAIN SLIDER MAIN SLIDER MAIN SLIDER */
.main-slider-slide{
    width: 100%;
    min-height: calc(480px - 7.8rem);
    border: 2px solid #C00038;
    border-radius: 5.8rem 0;
    background-size: cover, cover, 0;
    background-position: right center, center, center;
    background-repeat: no-repeat;
    padding: 3.9rem;
    margin:0 1px 0 1px;
}


.main-slider-individual-slide-content {
    width: 100%;
    max-width: 63rem;
    text-align: right;
}

.slider-day-span{
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 2.9rem;
    line-height: 3.9rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    margin-right: 1.5rem;
    color: #FFFFFF;
}
.slider-time-span{
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 2.9rem;
    line-height: 3.9rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    text-underline-offset: 0.8rem;
    border-bottom: 3px solid #C00038;
    padding-bottom: 0;
}

.main-slider-individual-slide-content h2{
    text-align: right;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 6.6rem;
    line-height: 9rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.main-slider-individual-slide-content p{
    text-align: right;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    margin-bottom: 3rem;
}

.main-slider-individual-slide-content  .slide-cta{
    background-color: #C00038;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 2rem;
    line-height: 4.6rem;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0.4em 1.5em;
    border-radius: 100px;
    border-bottom: .3rem solid #6D0020;
    margin-right: 0;
    text-transform: uppercase;
}


@media (max-width: 780px) {
    .main-slider-slide{
        min-height: calc(400px - 7.8rem);
        background-size: 150%, 0, cover;
    }
}
@media (max-width: 680px) { 
    .main-slider-slide{
        min-height: calc(400px - 7.8rem);
    }
    .main-slider-individual-slide-content h2{
        font-size: 5rem;
        line-height: 7rem;
    }
    .main-slider-individual-slide-content p{
        font-size: 2rem;
        line-height: 2.7rem;
        margin-bottom: 2rem;
    }
    .slider-time-span{
        font-size: 2.8rem;
        line-height: 3rem;
    }
    .main-slider-individual-slide-content  .slide-cta{
        font-size: 1.6rem;
        line-height: 3.6rem;
    }
}
@media (max-width: 640px) { 
    .main-slider-slide{
        min-height: calc(400px - 7.8rem);
    }
}
@media (max-width: 600px) { 
    .main-slider-slide{
        min-height: calc(400px - 7.8rem);
    }
}
@media (max-width: 550px) { 
    .main-slider-slide{
        min-height: calc(400px - 7.8rem);
    }
}
@media (max-width: 500px) { 
    .main-slider-slide{
        min-height: calc(400px - 7.8rem);
    }
}

@media (max-width: 480px) { 
    .main-slider-individual-slide-content h2{
        font-size: 4rem;
        line-height: 6rem;
    }
    .main-slider-individual-slide-content p{
        font-size: 1.6rem;
        line-height: 2.3rem;
        margin-bottom: 1.7rem;
    }
    .slider-time-span{
        font-size: 2.8rem;
        line-height: 1.6rem;
    }
    .main-slider-individual-slide-content  .slide-cta{
        font-size: 1.4rem;
        line-height: 3.2rem;
    }
}



/* HEADLINE TEXT CTA HEADLINE TEXT CTA */
/* HEADLINE TEXT CTA HEADLINE TEXT CTA */
/* HEADLINE TEXT CTA HEADLINE TEXT CTA */

.headline-text-cta-outer-wrapper{
    text-align: center;
}
.helper-subheadline-line{
    height: 0.4rem;
    width: 3.5rem;
    background-color: #C00038;
    border-radius: 50px;
    margin: 1rem auto;
    display: block;
}

.headline-text-cta-headline{
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 6.1rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}
.headline-text-cta-text{
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    margin-bottom: 3rem;
}
.headline-text-cta-cta{
    background-color: #C00038;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 2rem;
    line-height: 4.6rem;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0.4em 1.5em;
    border-radius: 100px;
    border-bottom: .3rem solid #6D0020;
    margin-right: 0;
    text-transform: uppercase;
    text-align: center;
}





/* NOW NEXT LATER NOW NEXT LATER NOW NEXT LATER */
/* NOW NEXT LATER NOW NEXT LATER NOW NEXT LATER */
/* NOW NEXT LATER NOW NEXT LATER NOW NEXT LATER */

.now-next-later-outer-wrapper-title *{
    box-sizing: border-box;
  }

.now-next-later-outer-wrapper-title{
    text-align: center;
}



.inner-wrapper-now-next-later{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-around;
    padding-bottom: 3rem;
}

.now-next-later-individual{
    width: 32%;
    border-radius: 25px;
    overflow: hidden;
    background: linear-gradient(to bottom, #26353D 20%, #1e2a30);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

@media (max-width: 880px) { 
    .inner-wrapper-now-next-later{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding-bottom: 3rem;
        justify-content: center;
    }
    
    .now-next-later-individual{
        width: 75%;
        max-width: 330px;
        margin-bottom: 3rem;
    }
    .now-next-later-individual:last-child{
        margin-bottom: 0rem;
    }
}



.now-next-later-time{
    background-color: #101519;
    color: #fff;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 4.1rem;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 0.9rem 1rem;
    width: 100%;
}

.now-next-later-time-label{
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 3.5rem;
    letter-spacing: 0.46rem;
    color: #B7B7B7;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}

.now-next-later-local{
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.5rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.now-next-later-original-title{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #818181;
    padding: 0;
    margin: 1rem 0 0 0;
}

.now-next-later-label{
    display: inline-block;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 2px solid white;
    padding: 0px 15px;
    border-radius: 50px;
    margin: 2rem;
}
.category-style-label-film, .category-style-film{
    border-color: #ffce4e;
}
.category-style-label-serija, .category-style-serija{
    border-color: #C00038;
}


.now-next-later-individual div{
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}
.now-next-later-individual div:first-child{
    padding-left: 0;
    padding-right: 0;
}
.now-next-later-individual div:last-child{
    width: auto;
}


/* BANNER BG LOGO TEXT CTA BANNER BG LOGO TEXT CTA */
/* BANNER BG LOGO TEXT CTA BANNER BG LOGO TEXT CTA */
/* BANNER BG LOGO TEXT CTA BANNER BG LOGO TEXT CTA */

.banner-bg-logo-text-cta-inner-wrapper{
    min-height: 200px;
    width: 100%;
    border: 2px solid #C00038;
    border-radius: 5.8rem 0;
    background-size: cover, cover, 0;
    background-position: right center, left center, left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 3.9rem;
}
@media (max-width: 780px) {
    .banner-bg-logo-text-cta-inner-wrapper{
        /*min-height: 350px;*/
        background-size: 150%, 0, cover;
    }
}

.banner-bg-logo-text-cta-content{
    width: 100%;
    max-width: 53rem;
    text-align: right;
}

.banner-logo-array{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.banner-logo-array a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.banner-logo-array a img{
    max-height: 3.5rem;
}

.banner-logo-array a::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #C00038;
    transform: rotate(45deg);
    margin: 0 1rem;
}

.banner-logo-array a:last-child::after {
    content: none;
}

.banner-bg-logo-text-cta-content-paragraph{
    text-align: right;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0;
    margin: 1.5rem 0;
}



/* TESTIMONIAL SLIDER TESTIMONIAL SLIDER TESTIMONIAL SLIDER */
/* TESTIMONIAL SLIDER TESTIMONIAL SLIDER TESTIMONIAL SLIDER */
/* TESTIMONIAL SLIDER TESTIMONIAL SLIDER TESTIMONIAL SLIDER */

.testimonial-paragraph-text{
    text-align: center;
    font-style: italic;
    font-variant: normal;
    font-weight: 300;
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.testimonial-author-text{
    text-align: right;
    font-style: italic;
    font-variant: normal;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 4rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #8EA0AB;
    padding: 0;
    margin: 0;
    padding-right: 5rem;
    padding-top: 3rem;
}

.testimonial-slide{
    background-color:#2B3B45;
    border-radius: 60px 0px;
    margin: 0;
    padding: 3.9rem;
}




/* SIMPLE FORM SIMPLE FORM SIMPLE FORM */
/* SIMPLE FORM SIMPLE FORM SIMPLE FORM */
/* SIMPLE FORM SIMPLE FORM SIMPLE FORM */
.simple-form-target .gform_wrapper{
    width: 100%!important;
    max-width: 450px!important;
    margin: 0 auto;
}


/* INPUT TYPE TEXT & EMAIL */
.ginput_container_text input, .ginput_container_email input {
    box-shadow: inset 0px 3px 6px #00000029!important;
    border-radius: 28px!important;
    font: normal normal normal 2rem/2.7rem 'Open Sans'!important;
    letter-spacing: 0px!important;
    color: white!important;
    background-color: #1D262B!important;
    border: transparent!important;
    padding: 2.75rem 3rem!important;
}
.ginput_container_text input::placeholder, .ginput_container_email input::placeholder{
    font: italic normal normal 2rem/2.7rem 'Open Sans'!important;
    color: #5B676E!important;
}
.gfield--input-type-text  .gfield_label, .gfield--input-type-email .gfield_label{
    color: #5a666d!important;
    font-family: 'Open Sans'!important;
    text-align: left!important;
    width: 100%!important;
    display: block!important;
    font-style: italic!important;
    padding-left: 2.75rem!important;
}
.gfield--input-type-text  .gfield_label .gfield_required , .gfield--input-type-email .gfield_label .gfield_required{
    margin-left: .5rem;
    color: #c00039!important;
}




/* INPUT TYPE TEXTAREA */
.ginput_container_textarea textarea{
    box-shadow: inset 0px 3px 6px #00000029!important;
    border-radius: 28px!important;
    font: normal normal normal 2rem/2.7rem 'Open Sans'!important;
    letter-spacing: 0px!important;
    color: white!important;
    background-color: #1D262B!important;
    border: transparent!important;
    padding: 2.75rem 3rem!important;
}
.ginput_container_textarea textarea::placeholder{
    font: italic normal normal 2rem/2.7rem 'Open Sans'!important;
    color: #5B676E!important;
}

.gfield--input-type-textarea .gfield_label{
    color: #5a666d!important;
    font-family: 'Open Sans'!important;
    text-align: left!important;
    width: 100%!important;
    display: block!important;
    font-style: italic!important;
    padding-left: 2.75rem!important;
}
.gfield--input-type-textarea .gfield_label .gfield_required{
    margin-left: .5rem;
    color: #c00039!important;
}


/* INPUT TYPE SELECT e.g. DROPDOWN */
.ginput_container_select select{
    box-shadow: inset 0px 3px 6px #00000029!important;
    border-radius: 28px!important;
    font: normal normal normal 2rem/2.7rem 'Open Sans'!important;
    letter-spacing: 0px!important;
    color: white!important;
    background-color: #1D262B!important;
    border: transparent!important;
    padding: 0 3rem!important;
    height: 5.5rem!important;
    line-height: 5.5rem!important;
    background-position: 94% center!important;
    cursor: pointer!important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.293.293a1 1 0 0 1 1.414 0L5 3.586 8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z' fill='%23686E77'/%3E%3C/svg%3E")!important;
}

.ginput_container_select select::placeholder{
    font: italic normal normal 2rem/2.7rem 'Open Sans'!important;
    color: #5B676E!important;
}


.gfield--input-type-select .gfield_label, .gfield--input-type-captcha .gform-field-label{
    color: #5a666d!important;
    font-family: 'Open Sans'!important;
    text-align: left!important;
    width: 100%!important;
    display: block!important;
    font-style: italic!important;
    padding-left: 2.75rem!important;
}
.gfield--input-type-select .gfield_label .gfield_required{
    margin-left: .5rem;
    color: #c00039!important;
}


/* INPUT TYPE CHECKBOX */
.gfield_checkbox label{
    font: normal normal normal 2rem/2.7rem 'Open Sans'!important;
    letter-spacing: 0px!important;
    color: white!important;
}

.gfield--type-checkbox .gfield_label{
    color: #5a666d!important;
    font-family: 'Open Sans'!important;
    text-align: left!important;
    width: 100%!important;
    display: block!important;
    font-style: italic!important;
    padding-left: 2.75rem!important;
}
.gfield--type-checkbox .gfield_label .gfield_required{
    margin-left: .5rem;
    color: #c00039!important;
}

.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent{
    align-items: center!important;
}



/* INPUT TYPE RADIO */
.gfield_radio label{
    font: normal normal normal 2rem/2.7rem 'Open Sans'!important;
    letter-spacing: 0px!important;
    color: white!important;
}

.gfield--input-type-radio  .gfield_label{
    color: #5a666d!important;
    font-family: 'Open Sans'!important;
    text-align: left!important;
    width: 100%!important;
    display: block!important;
    font-style: italic!important;
    padding-left: 2.75rem!important;
}
.gfield--input-type-radio  .gfield_label .gfield_required{
    margin-left: .5rem;
    color: #c00039!important;
}



/* INPUT TYPE CONSENT */
.gfield--input-type-consent .gfield_consent_label{
    font: normal normal normal 2rem/2.7rem 'Open Sans'!important;
    letter-spacing: 0px!important;
    color: white!important;
}

.gfield--input-type-consent .gfield_label{
    color: #5a666d!important;
    font-family: 'Open Sans'!important;
    text-align: left!important;
    width: 100%!important;
    display: block!important;
    font-style: italic!important;
    padding-left: 2.75rem!important;
}
.gfield--input-type-consent .gfield_label .gfield_required{
    margin-left: .5rem;
    color: #c00039!important;
}





.gform_footer input[type="submit"] {
    background-color: #C00038!important;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: 800!important;
    font-size: 2rem!important;
    line-height: 4.6rem!important;
    font-family: 'Open Sans', sans-serif!important;
    text-decoration: none!important;
    letter-spacing: 0px!important;
    color: #FFFFFF!important;
    padding: 0em 1.5em!important;
    border-radius: 100px!important;
    border-bottom: .3rem solid #6D0020!important;
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
    margin-right: 0!important;
    text-transform: uppercase!important;
    text-align: center!important;
    margin: 0 auto!important;
}

.gform_validation_errors{
    display: none!important;
}

.validation_message{
    color: #C00038!important;
    font-family: 'Open Sans'!important;
    text-align: left!important;
    width: 100%!important;
    display: block!important;
    font-style: italic!important;
    padding-left: 2.75rem!important;
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 3rem!important;
}

/* WIDE SHOW WIDE SHOW WIDE SHOW */
/* WIDE SHOW WIDE SHOW WIDE SHOW */
/* WIDE SHOW WIDE SHOW WIDE SHOW */
.wide-show-individual{
    background-color: #2B3B45;
    border-radius: 60px 0px;
    margin-bottom: 3rem;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}
.wide-show-individual *{
    box-sizing: border-box;
}
.wide-show-individual img{
    border-radius: 60px 0px;
    border-right: 3px solid red;
    border-left: 3px solid red;
}

.wide-show-individual h3{
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.5rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.wide-show-individual h4{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    text-align: left;
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #818181;
    margin: 0;
    padding: 0;
}

.wide-show-individual p{
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    margin: .5rem 0;
}

.wide-show-individual span{
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    display: inline-block;
    padding: .3rem 2rem;
    border-radius: 0 0 20px 0;
    text-transform: uppercase;
}
.wide-show-divider-line{
    width: 3.5rem;
    height: .3rem;
    border-radius: 50px;
    padding: 0;
    margin: .5rem 0;
}
.wide-shows-wide-div{
    width: 60%;
}

.wide-shows-sub-div{
    width: 100%;
    padding: 2rem;
}

.wide-shows-link-image{
    width: 40%;
    max-width: 410px;
    line-height: 0;
}
.wide-shows-link-image img{
    width: 100%;
}

.wide-shows-image{
    width: 40%;
    max-width: 410px;
}
.wide-shows-ctas{
    background-color: #C00038;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0.4em 1.5em;
    border-radius: 100px;
    border-bottom: 0.3rem solid #6D0020;
    margin-right: 0.5rem;
    display: inline-block;
    margin-top: .5rem;
    text-transform: uppercase;
}
.wide-show-individual:last-child{
    margin-bottom: 0;
}

@media (max-width: 640px) { 
    .wide-show-individual{
        flex-wrap: wrap;
    }
    .wide-shows-link-image{
        width:100%;

    }
    .wide-shows-image{
        width: 100%;
    }
    .wide-shows-wide-div{
        width: 100%;
    }
}


/* THREE COLUMN CONTENT */
/* THREE COLUMN CONTENT */
/* THREE COLUMN CONTENT */
.three-column-content-outer-wrapper{
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
}
.three-column-content-columns{
    width: 30%;
    text-align: center;
}

.three-column-content-columns h3{
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.5rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.three-column-content-columns p{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}
.three-column-divider-line{
    width: 3.5rem;
    height: 0.3rem;
    border-radius: 50px;
    padding: 0;
    margin: 0.5rem auto;
    display: block;
    background-color: #C00038;
}

@media (max-width: 640px) { 
    .three-column-content-columns{
        width: 100%;
        max-width: 330px;
        margin-bottom: 3rem;
    }
    .three-column-content-columns:last-child{
        margin-bottom: 0rem;
    }
}




/* TEXT IMAGE FORM TEXT IMAGE FORM */
/* TEXT IMAGE FORM TEXT IMAGE FORM */
/* TEXT IMAGE FORM TEXT IMAGE FORM */

.text-image-form-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1rem;
}
.text-image-form-items{
    width: 32%;
    max-width: 400px;
}
.text-image-form-left-column h3{
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.5rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.text-image-form-left-column p{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
}

@media (max-width: 780px) { 
    .text-image-form-items{
        width: 100%;
        max-width: 400px;
    }
    .text-image-form-flex {
        justify-content: center;
    }
    .text-image-form-left-column p{
        text-align: center;
        padding-bottom: 2rem;
    }
    .text-image-form-left-column h3{
        text-align: center;
    }
    img.text-image-form-items{
        margin-bottom: 2rem;
    }
}


/* SHOWS TILES COLUMNS */
/* SHOWS TILES COLUMNS */
/* SHOWS TILES COLUMNS */
.shows-tiles-flex-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 1rem;
    gap: 2rem;
}
.shows-tiles-flex-wrapper *{
    box-sizing: border-box;
}
.shows-single-tile-wrapper{
    width: calc((100% - 4rem) / 3);
    position: relative;
}
.shows-tiles-image-link {
    width: 100%;
}
.shows-tiles-image-link img{
    width: 100%;
    max-width: 400px;
}
.shows-tile-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(30, 42, 48, 0) 0%, rgba(30, 42, 48, 0) 40%, #1e2a30 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 2rem;
}
.shows-tile-content h4{
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.shows-tile-content h5{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #818181;
    margin: 0;
    padding: 0;
}
.shows-tiles-underline{
    height: 0.4rem;
    width: 3.5rem;
    background-color: #C00038;
    border-radius: 50px;
    display: block;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

@media screen and (max-width: 740px) {
    .shows-single-tile-wrapper{
        width: calc((100% - 2rem) / 2);
    }
}
@media screen and (max-width: 480px) {
    .shows-single-tile-wrapper{
        width: 100%;
        max-width: 400px;
    }
    .shows-tiles-flex-wrapper{
        justify-content: center;
    }
}

/* DEVICES BLOCKS DEVICES BLOCKS */
/* DEVICES BLOCKS DEVICES BLOCKS */
/* DEVICES BLOCKS DEVICES BLOCKS */
.columns-tiles-flex-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
    gap: 1.5rem;
    box-sizing: border-box;
}
.columns-tiles-flex-wrapper *{
    box-sizing: border-box;
}
.single-columns-wrapper{
    width: calc((100% - 4.5rem) / 4);
    padding-top: 1rem;
}
.single-columns-wrapper img{
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
}
.single-columns-wrapper h4{
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.5rem;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.single-columns-wrapper p{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.single-columns-wrapper .columns-divider-line{
    width: 3.5rem;
    height: 0.3rem;
    border-radius: 50px;
    padding: 0;
    margin: 1rem auto;
    display: block;
    background-color: #C00038;
}

@media screen and (max-width: 980px) {
    .columns-tiles-flex-wrapper{
        gap: 2rem;
    }
    .single-columns-wrapper{
        width: calc((100% - 4rem) / 3);
    }
}
@media screen and (max-width: 720px) {
    .single-columns-wrapper{
        width: calc((100% - 2rem) / 2);
    }
}
@media screen and (max-width: 480px) {
    .single-columns-wrapper{
        width: 100%;
    }
}


/* WIDE MIXED CONTENT WIDE MIXED CONTENT */
/* WIDE MIXED CONTENT WIDE MIXED CONTENT */
/* WIDE MIXED CONTENT WIDE MIXED CONTENT */
.wide-mixed-content-wrapper h1 {
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 6.6rem;
    line-height: 9rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.wide-mixed-content-wrapper h2 {
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 6.1rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.wide-mixed-content-wrapper p {
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
}

.wide-mixed-content-wrapper h3 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    font-weight: 700;
        font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.wide-mixed-content-wrapper h4 {
    font-size: 3.0rem;
    line-height: 4.2rem;
    font-weight: 700;
        font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.wide-mixed-content-wrapper h5 {
    font-size: 2.6rem;
    line-height: 3.5rem;
    font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.wide-mixed-content-wrapper h6 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.wide-mixed-content-wrapper ul, .wide-mixed-content-wrapper ol {
    font-size: 2.4rem;
    line-height: 3rem;
    color: #FFFFFF;
    /* Additional list styles if needed */
}

.wide-mixed-content-wrapper strong {
    font-weight: bold;
    /* Other styles can follow the paragraph */
}

.wide-mixed-content-wrapper em {
    font-style: italic;
    /* Other styles can follow the paragraph */
}

.wide-mixed-content-wrapper a {
    color: #C00038; /* Example link color */
    text-decoration: none;
    /* Other link styles */
}
.wide-mixed-content-wrapper a:hover{
    text-decoration: underline;
}

.wide-mixed-content-wrapper img {
    max-width: 100%;
    height: auto;
    /* Additional image styles if needed */
}

/* JUST CTA JUST CTA JUST CTA */
/* JUST CTA JUST CTA JUST CTA */
/* JUST CTA JUST CTA JUST CTA */

.cta-centering{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;

}
.cta-centering a{
    padding: 0 1.5em;
}

/* JUST VIDEO JUST VIDEO JUST VIDEO */
/* JUST VIDEO JUST VIDEO JUST VIDEO */
/* JUST VIDEO JUST VIDEO JUST VIDEO */


.just-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    padding-top: 0;
    height: 0;
    box-sizing: border-box;
}

.just-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* JUST BANNER JUST BANNER JUST BANNER */
/* JUST BANNER JUST BANNER JUST BANNER */
/* JUST BANNER JUST BANNER JUST BANNER */

.just-banner-outer-wrapper a{
    display: block;
    width: 100%;
    line-height: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.just-banner-outer-wrapper img{
    width: 100%;
    margin: 0;
    padding: 0;
}
.just-banner-outer-wrapper .just-banner-desktop-image{
    display: block;
}
.just-banner-outer-wrapper .just-banner-mobile-image{
    display: none;
}


@media screen and (max-width: 780px) {
    .just-banner-outer-wrapper .just-banner-desktop-image{
        display: none;
    }
    .just-banner-outer-wrapper .just-banner-mobile-image{
        display: block;
    }
}



/* DEVICES BLOCKS WIDE FIX DEVICES BLOCKS WIDE FIX DEVICES BLOCKS WIDE FIX */
/* DEVICES BLOCKS WIDE FIX DEVICES BLOCKS WIDE FIX DEVICES BLOCKS WIDE FIX */
/* DEVICES BLOCKS WIDE FIX DEVICES BLOCKS WIDE FIX DEVICES BLOCKS WIDE FIX */
.devices-blokcs-wide-outer-wrapper .single-columns-wrapper:nth-child(3){
    width: calc((100% - 4.5rem) / 2);
}
.devices-blokcs-wide-outer-wrapper .single-columns-wrapper:nth-child(3) img{
    max-width: 500px;
}

@media screen and (max-width: 980px) {
    .devices-blokcs-wide-outer-wrapper .single-columns-wrapper:nth-child(3){
        width: 75%;
    }
}

@media screen and (max-width: 780px) {
    .devices-blokcs-wide-outer-wrapper .single-columns-wrapper:nth-child(3){
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .devices-blokcs-wide-outer-wrapper .single-columns-wrapper:nth-child(3){
        width: 100%;
    }
}


/* DEVICES BLOCKS TWO WIDE FIX */
/* DEVICES BLOCKS TWO WIDE FIX */
/* DEVICES BLOCKS TWO WIDE FIX */
.devices-blokcs-two-wide-outer-wrapper .single-columns-wrapper{
    width: calc((100% - 4.5rem) / 2);
}
.devices-blokcs-two-wide-outer-wrapper .single-columns-wrapper img{
    max-width: 500px;
}

@media screen and (max-width: 780px) {
    .devices-blokcs-two-wide-outer-wrapper .single-columns-wrapper{
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .devices-blokcs-two-wide-outer-wrapper .single-columns-wrapper{
        width: 100%;
    }
}


/* ZIG ZAG CONTENT ZIG ZAG CONTENT */
/* ZIG ZAG CONTENT ZIG ZAG CONTENT */
/* ZIG ZAG CONTENT ZIG ZAG CONTENT */

.zig-zags-flex-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    gap: 3rem;
}

.zig-zags-flex-wrapper *{
    box-sizing: border-box;
}

.single-zig-zag-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}
.single-zig-zag-wrapper:nth-child(even) .big-image-zig-zag{
    order: 2;
}

.big-image-zig-zag{
    width: calc(50% - 1.5rem);
    max-width: 100%;
    display: block;
}
.zag-content-inner{
    width: calc(50% - 1.5rem);
}

.zag-content-inner img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-bottom: 1px solid white;
    margin-bottom: 2rem;
}

.zag-content-inner h4{
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.5rem;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.zag-content-inner p{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.zag-content-inner .columns-divider-line{
    width: 3.5rem;
    height: 0.3rem;
    border-radius: 50px;
    padding: 0;
    margin: 1rem auto;
    display: block;
    background-color: #C00038;
}

@media screen and (max-width: 780px) {
    .big-image-zig-zag{
        width: 80%
    }
    .zag-content-inner{
        width: 80%
    }
    .single-zig-zag-wrapper:nth-child(even) .big-image-zig-zag{
        order: 0;
    }
    .single-zig-zag-wrapper:nth-child(odd) .big-image-zig-zag{
        order: 0;
    }
    .zig-zags-flex-wrapper{
        gap: 5rem;
    }
    .single-zig-zag-wrapper {
        justify-content: center;
        gap: 1rem;
    }
}
@media screen and (max-width: 480px) {
    .big-image-zig-zag{
        width: 100%
    }
    .zag-content-inner{
        width: 100%
    }
}





/* EPG RASPORED EPG REASPORED EPG RASPORED EPG REASPORED */
/* EPG RASPORED EPG REASPORED EPG RASPORED EPG REASPORED */
/* EPG RASPORED EPG REASPORED EPG RASPORED EPG REASPORED */
.epg-days-chooser{
    margin-bottom: 3rem;
    max-width: 1024px;
    width: 100%;
}
.epg-section-wrapper{
    width: 100%;
}
.epg-section-wrapper, .epg-section-wrapper *{
    box-sizing: border-box;
}

.epg-days-holders{
    text-align: center;
    background-color: transparent;
    border-radius: 150px;
    padding: 1.2rem 0 1.7rem 0;
    margin: 0 1rem;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
}
.epg-days-holders:hover, .epg-days-holders:focus, .epg-days-holders:active{
    background-color: rgb(16 21 25 / 24%);
}

.active-day-epg, .epg-days-holders:focus, .epg-days-holders:active{
    background-color: #101519;
}

.epg-days-holders p{
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.epg-days-holders span{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    display: block;
    width: 100%;
}

.epg-article-item-holder{
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 2rem;
}
.epg-article-item-holder:last-child{
    margin-bottom: 0;
}

.epg-sub-wrapper-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    width: calc(100% - 200px);
    background-color: #17242c;
}


.time-epg-holder{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 5rem;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    width: 180px;
    background-color: #101519;
    padding: 1.2rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.titles-epg-holder{
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
}

.epg-local-title{
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.epg-original-title{
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #818181;
    margin: 0;
    padding: 0;
}

.epg-category-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.epg-category-holder .category-lable{
    display: inline-block;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 2px solid white;
    padding: 0px 15px;
    border-radius: 50px;
    margin: 2rem;
    text-transform: uppercase;
}
.category-style-label-film, .epg-category-holder .category-style-film{
    border-color: #ffce4e;
}
.category-style-label-serija, .epg-category-holder .category-style-serija{
    border-color: #C00038;
}
.custom-epg-play-button-link img{
    min-width: 3.2rem;
    margin-right: 2rem;
}

@media screen and (max-width: 680px) {
    .time-epg-holder {
        font-size: 3rem;
        width: 100px;
    }
    .epg-sub-wrapper-flex {
        width: calc(100% - 120px);
    }
}

@media screen and (max-width: 680px) {
    .epg-sub-wrapper-flex {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .titles-epg-holder {
        align-items: center;
    }
    .titles-epg-holder p{
        text-align: center;
    }
}

.just-banner-outer-wrapper-epg a{
    display: block;
    width: 100%;
    line-height: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.just-banner-outer-wrapper-epg img{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}
.just-banner-outer-wrapper-epg .just-banner-desktop-image{
    display: block;
}
.just-banner-outer-wrapper-epg .just-banner-mobile-image{
    display: none;
}


@media screen and (max-width: 780px) {
    .just-banner-outer-wrapper-epg .just-banner-desktop-image{
        display: none;
    }
    .just-banner-outer-wrapper-epg .just-banner-mobile-image{
        display: block;
    }
	.channel-card-selector .channel-card {
    	align-content: center;
	}
}


.epg-content-information.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}


/* FIXES 03.03.2024. */
/* FIXES 03.03.2024. */
/* FIXES 03.03.2024. */
.gform_wrapper .gform_required_legend, .gform_wrapper legend.gfield_label_before_complex{
    display: none!important; 
}



/* FIXES 26.04.2024. */
/* FIXES 26.04.2024. */
/* FIXES 26.04.2024. */
.slick-dots > li {
    display: inline-block;
}

.slick-dots > li:only-child {
    display: none;
}


/* FIXES 29.07.2024. */
/* FIXES 29.07.2024. */
/* FIXES 29.07.2024. */

.epg-days-chooser{
    position: sticky;
    top: 60px;
    z-index: 998;
    background: #26353d;
    padding: 10px 0;
}


.epg-section-wrapper{
    /*padding-top: 115px;*/
}


@media screen and (max-width: 1024px) {
    .epg-days-chooser{
        top: 55px;
    }
}

.epg-sub-wrapper-flex{
    cursor: pointer;
}


/*----------------------------------------------------------*/


.main-slider-slide {
    position: relative;
    overflow: hidden;
}

/* Border po programu */
.main-slider-slide.pb1 {
    border-color: var(--pb1-color);
}
.main-slider-slide.pb2 {
    border-color: var(--pb2-color);
}

/* Top-right logo */
.slider-program-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 200px;
}
.slider-program-logo img {
    width: 100%;
}

/* Inline badge */
.program-inline-badge {
	    display: inline-block;
}

.program-inline-badge img {
	margin-bottom: -5px;       
}
.pb2 .program-inline-badge {
        
}
.epg-channel-tabs {
    text-align: center;
    margin-bottom: 25px;
}

.epg-tab {
    background: #1a2329;
    border: none;
    padding: 15px 20px;
    margin: 0 6px;
    border-radius: 14px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
}

@media screen and (max-width: 780px) {
	.epg-tab {
    	margin-top: 10px;
    	margin-bottom: 10px;
	}
}

.epg-tab.active {
    opacity: 1;
    box-shadow: 0 0 0 2px #C00038;
}

.epg-tab img {
    height: auto;
	width: 200px;
    display: block;
}

.epg-block { display: none; }
.epg-block.active { display: block; }


.cjenik-wrapper {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

h3.cjenik-title {
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 6.1rem;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

p.cjenik-subtitle {
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 3rem;
}

.cjenik-download-btn-wrapper {
	 margin-top: 3rem;
}

.cjenik-download-btn {
  background-color: #C00038;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 2rem;
  line-height: 4.6rem;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0.4em 1.5em;
  border-radius: 100px;
  border-bottom: .3rem solid #6D0020;
  margin-right: 0;
  text-transform: uppercase;
  text-align: center;
}

.cjenik-download-btn:hover {
    transform: scale(1.04);
    background: #A3002F;
}
.channel-card-selector {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: center;
}

.channel-card {
    background: #1a2329;
    border: 2px solid #2e3740;
    padding: 15px 20px;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    width: 140px;
    transition: all .25s;
    color: #fff;
    user-select: none;
    align-content: center;
}

.channel-card img {
    height: 35px;
    
}

.channel-card[data-target="both"] img{
    height: 35px;
}


.channel-card.active {
    border-color: #c00038;
    background: #c00038;
    transform: translateY(-3px);
}

.channel-card:hover {
    border-color: #c00038;
}

