@charset "UTF-8";

/*Basics*/
:root {
    --prim: #07183a;
    --trans: .3s ease all;
}

#bs-5 {
    /*!
     * Bootstrap  v5.3.2 (https://getbootstrap.com/)
     * Copyright 2011-2023 The Bootstrap Authors
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
     */
    /* rtl:raw:
    [type="tel"],
    [type="url"],
    [type="email"],
    [type="number"] {
      direction: ltr;
    }
    */
    /* rtl:begin:ignore */
    /* rtl:end:ignore */
    /* rtl:begin:ignore */
    /* rtl:end:ignore */
    /* rtl:begin:ignore */
    /* rtl:end:ignore */
    /* rtl:begin:ignore */
    /* rtl:end:ignore */
    /* rtl:options: {
      "autoRename": true,
      "stringMap":[ {
        "name"    : "prev-next",
        "search"  : "prev",
        "replace" : "next"
      } ]
    } */
    /* rtl:begin:remove */
    /* rtl:end:remove */
    line-height: normal;
    margin: 0;
    overflow: hidden;
}

#bs-5 *,
#bs-5 *::before,
#bs-5 *::after {
    box-sizing: border-box;
}

#bs-5 h3,
#bs-5 h2,
#bs-5 h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

#bs-5 h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    #bs-5 h1 {
        font-size: 2.5rem;
    }
}

#bs-5 h2 {
    font-size: 2rem;
}

@media (min-width: 1200px) {
    #bs-5 h2 {
        font-size: 2rem;
    }
}

#bs-5 h3 {
    margin-block: 1.5rem 0.75rem;
}

#bs-5 p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#bs-5 b,
#bs-5 strong {
    font-weight: bold;
}

#bs-5 a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

#bs-5 a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

#bs-5 img {
    vertical-align: middle;
}

#bs-5 button:focus:not(:focus-visible) {
    outline: 0;
}

#bs-5 button:not(:disabled),
#bs-5 [type=button]:not(:disabled),
#bs-5 [type=reset]:not(:disabled),
#bs-5 [type=submit]:not(:disabled) {
    cursor: pointer;
}

#bs-5 ::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

#bs-5 ::-webkit-datetime-edit-fields-wrapper,
#bs-5 ::-webkit-datetime-edit-text,
#bs-5 ::-webkit-datetime-edit-minute,
#bs-5 ::-webkit-datetime-edit-hour-field,
#bs-5 ::-webkit-datetime-edit-day-field,
#bs-5 ::-webkit-datetime-edit-month-field,
#bs-5 ::-webkit-datetime-edit-year-field {
    padding: 0;
}

#bs-5 ::-webkit-inner-spin-button {
    height: auto;
}

#bs-5 ::-webkit-search-decoration {
    -webkit-appearance: none;
}

#bs-5 ::-webkit-color-swatch-wrapper {
    padding: 0;
}

#bs-5 ::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}

#bs-5 .img-fluid {
    max-width: 100%;
    height: auto;
}

#bs-5 .container,
#bs-5 .container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    #bs-5 .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #bs-5 .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #bs-5 .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #bs-5 .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #bs-5 .container {
        max-width: 1320px;
    }
}

#bs-5 .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

#bs-5 .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

#bs-5 .col {
    flex: 1 0 0%;
}

#bs-5 .row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

#bs-5 .row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

#bs-5 .col-auto {
    flex: 0 0 auto;
    width: auto;
}

#bs-5 .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    #bs-5 .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    #bs-5 .g-md-5 {
        --bs-gutter-x: 9rem;
    }

    #bs-5 .g-md-5 {
        --bs-gutter-y: 3rem;
    }

    #bs-5 .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #bs-5 .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
}

#bs-5 .form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

#bs-5 .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #bs-5 .form-control::file-selector-button {
        transition: none;
    }
}

#bs-5 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg);
}

#bs-5 .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}

#bs-5 .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}

#bs-5 .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

#bs-5 [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.was-validated #bs-5 .input-group>.form-control:not(:focus):valid,
#bs-5 .input-group>.form-control:not(:focus).is-valid,
.was-validated #bs-5 .input-group>.form-select:not(:focus):valid,
#bs-5 .input-group>.form-select:not(:focus).is-valid,
.was-validated #bs-5 .input-group>.form-floating:not(:focus-within):valid,
#bs-5 .input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3;
}

.was-validated #bs-5 .input-group>.form-control:not(:focus):invalid,
#bs-5 .input-group>.form-control:not(:focus).is-invalid,
.was-validated #bs-5 .input-group>.form-select:not(:focus):invalid,
#bs-5 .input-group>.form-select:not(:focus).is-invalid,
.was-validated #bs-5 .input-group>.form-floating:not(:focus-within):invalid,
#bs-5 .input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}

#bs-5 .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #bs-5 .btn {
        transition: none;
    }
}

#bs-5 .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

#bs-5 .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible+#bs-5 .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

:not(.btn-check)+#bs-5 .btn:active,
#bs-5 .btn:first-child:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked+#bs-5 .btn:focus-visible,
:not(.btn-check)+#bs-5 .btn:active:focus-visible,
#bs-5 .btn:first-child:active:focus-visible,
#bs-5 .btn.active:focus-visible,
#bs-5 .btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

#bs-5 .btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

#bs-5 .btn-link:focus-visible {
    color: var(--bs-btn-color);
}

#bs-5 .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#bs-5 .icon-link-hover:focus-visible>.bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

#bs-5 .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#bs-5 .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

#bs-5 .d-flex {
    display: flex !important;
}

#bs-5 .w-auto {
    width: auto !important;
}

#bs-5 .flex-column {
    flex-direction: column !important;
}

#bs-5 .flex-row-reverse {
    flex-direction: row-reverse !important;
}

#bs-5 .justify-content-center {
    justify-content: center !important;
}

#bs-5 .align-items-center {
    align-items: center !important;
}

#bs-5 .mb-5 {
    margin-bottom: 3rem !important;
}

#bs-5 .mt-5 {
    margin-top: 3rem !important;
}

#bs-5 .mt-15 {
    margin-top: 9rem !important;
}

#bs-5 .fw-normal {
    font-weight: 400 !important;
}

#bs-5 .fw-bold {
    font-weight: 700 !important;
}

#bs-5 .text-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    #bs-5 .mb-md-0 {
        margin-bottom: 0 !important;
    }

    #bs-5 .text-md-start {
        text-align: left !important;
    }
}

#bs-5 p {
    font-size: 18px;
}

#bs-5 h1,
#bs-5 h2 {
    font-weight: 800;
}

#bs-5 h2 {
    font-size: 2rem;
}

#bs-5 .py {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#bs-5 header {
    padding-top: 10rem;
    height: auto;
    color: var(--prim);
    overflow: hidden;
}

#bs-5 .h-title {
    position: relative;
    display: flex;
    flex-direction: column;
}

#bs-5 .h-title p {
    margin-top: -2rem;
}

#bs-5 .h-title h1 {
    font-size: max(6rem, 20vw);
    font-weight: 900;
}

#bs-5 .h-title img {
    animation: 1s slide-left;
    display: block;
}

#bs-5 .vis-title {
    position: relative;
    color: var(--prim);
    padding-bottom: 6rem
}

#bs-5 section {
    color: var(--prim);
}

#bs-5 .vis-title p {
    font-weight: 300;
    font-size: max(3rem, 3vw);
    margin: 0;
}

#bs-5 .metrics {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bs-5 .metrics p {
    margin: 0;
    text-align: center;
}

#bs-5 .metrics div:nth-of-type(3) {
    margin-top: 27px;
}

#bs-5 .metrics p strong {
    font-size: 2.4rem;
}

#bs-5 .metrics .metrics__ico {
    max-height: 80px;
}

#bs-5 .posters {
    position: relative;
}

#bs-5 .swiper-container {
    position: relative;
    width: 65%;
    max-width: 1000px;
    margin: 0 auto;
}

#bs-5 .posters .poster img {
    width: 100%;
    object-fit: contain;
}

#bs-5 .swiper-container .swiper-button-next,
#bs-5 .swiper-container .swiper-button-prev {
    color: #fff;
}

#bs-5 .swiper-container .swiper-button-next {
    right: -40px;
}

#bs-5 .swiper-container .swiper-button-prev {
    left: -40px;
}

#bs-5 .posters .poster:not(.swiper-slide-active) {
    transform: scale(.8);
}

#bs-5 .posters .poster {
    transition: var(--trans);
    border-radius: 5%;
    overflow: hidden;
}

#bs-5 .posters .poster img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
}

#bs-5 .posters .poster.swiper-slide-active img {
    animation: slide 20s linear infinite;
}

#bs-5 .posters .poster.swiper-slide-active img:nth-child(2) {
    animation-delay: 4s;
}

#bs-5 .posters .poster.swiper-slide-active img:nth-child(3) {
    animation-delay: 8s;
}

#bs-5 .posters .poster.swiper-slide-active img:nth-child(4) {
    animation-delay: 12s;
}

#bs-5 .posters .poster.swiper-slide-active img:nth-child(5) {
    animation-delay: 16s;
}

#bs-5 .posters .poster.swiper-slide-active img:nth-child(6) {
    animation-delay: 20s;
}


@keyframes slide {
    0% {
        opacity: 0.0;
        scale: 1.05
    }

    4% {
        opacity: 1.0;
        scale: 1.1
    }

    20% {
        opacity: 1.0;
        scale: 1.15
    }

    24% {
        opacity: 0.0;
        scale: 1.2
    }

    100% {
        opacity: 0.0;
        scale: 1.25
    }
}

#bs-5 .quote {
    font-size: 2rem;
    color: var(--prim);
    text-align: center;
}

#bs-5 .quote q {
    font-weight: 800;
    font-size: 2rem;
}

#bs-5 .quote q::after {
    content: close-quote;
}

#bs-5 .prim {
    color: white;
    background: var(--prim);
}

#bs-5 .sec h2,
#bs-5 .sec p {
    color: var(--prim);
}

#bs-5 h2 {
    font-size: 2rem;
}

#bs-5 .btn--tiger {
    border-radius: 2rem;
    border: 1px solid white;
    color: white !important;
    padding: 1.5rem 2.5rem;
    font-size: 1.5rem;
}

#bs-5 .btn--tiger:hover {
    background-color: white;
    color: var(--prim) !important;
}

@keyframes slide-left {
    0% {
        filter: blur(10px);
        transform: translateX(100%);
    }

    100% {
        filter: blur(0px);
        transform: translateX(0%);
    }
}

@keyframes slide-left--desktop {
    0% {
        filter: blur(10px);
        transform: translateX(100%);
    }

    100% {
        filter: blur(0px);
        transform: translateX(65%);
    }
}

#bs-5 section,
#bs-5 header {
    position: relative;
    z-index: 2;
    background-color: white;
}

/* scroll effect */
#bs-5 .scrollBcg {
    background-color: #F9F9F9;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#bs-5 .scrollBcg__img {
    position: fixed;
    width: 200%;
    top: 50%;
    left: 50%;
    height: auto;
    display: none;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
}

#bs-5 .scrollBcg__img:nth-of-type(1) {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block !important;
}

#bs-5 .scrollBcg__img:nth-of-type(6) {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.quick-ref-links {
    position: relative;
}


#bs-5 .profil__img {
    max-height: 140px;
}

#bs-5 .profil__text {
    color: var(--prim);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bs-5 .profil {
    gap: 1rem;
}

#bs-5 .profil__img {
    max-height: 140px;
}

#bs-5 .profil__text {
    color: var(--prim);
    font-size: 1.5rem;
    text-align: start;
    font-weight: 300;
}

#bs-5 .foot {
    color: white;
    padding: 20rem 0;
    background: url("/media/cases/btl/hockey.webp");
    background-size: cover;
}

#bs-5 .foot h2 {
    margin-bottom: 5rem;
    font-size: 40px;
}

#bs-5 .foot .btn {
    font-size: 2.2rem;
}

#bs-5 .foot a {
    color: #131313;
    text-decoration: none;
}

.foot .btn-arrow {
    font-size: 18px;
}

@media screen and (min-width: 576px) {
    #bs-5 .scrollBcg__img {
        width: 100%;
    }

    #bs-5 .h-title img {
        position: absolute;
        z-index: 2;
        right: 0;
        transform: translateX(65%);
        height: 100%;
        animation: 1s slide-left--desktop;
    }

    #bs-5 .swiper-container {
        width: 85%;
    }

    #bs-5 .swiper-container .swiper-button-next {
        right: -20px;
    }

    #bs-5 .swiper-container .swiper-button-prev {
        left: -20px;
    }
}

@media screen and (min-width: 768px) {
    #bs-5 header {
        min-height: 100svh;
    }

    #bs-5 .quote {
        font-size: max(1.5rem, 2vw);
    }
}

@media screen and (min-width: 992px) {
    #bs-5 header p {
        font-size: 2rem;
    }

    #bs-5 .h-title p {
        font-size: max(2.5rem, 3vw);
        ;
    }

    #bs-5 .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #bs-5 .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    #bs-5 .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    #bs-5 .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #bs-5 .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #bs-5 .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    #bs-5 .scrollBcg__img {
        width: 80%;
    }
}

/* Přidáno kvůli zobrazení videa */
#videotitle {
    z-index: 12000;
}

#videotitle iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.play-ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    -webkit-mask-image: url("/media/cases/lion/icons/play-button.svg");
    mask-image: url("/media/cases/lion/icons/play-button.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--prim);
    margin-right: 5px;
    transition: transform 250ms ease;
}

.case-section-tag .content a:hover {
    text-decoration: none;
    color: #173571;
}

.case-section-tag .content a:hover .play-ico {
    transform: scale(1.1);
    transition: transform 250ms ease;
}

.case-section-tag .content {
    color: var(--prim);
    font-weight: bold;
}

.swiper-wrapper {
    height: auto;
}