.header-contact-btn {
    --btn-h: 60px;
    --btn-fs: 18px;
}

.wall-text-content {
    color: #fff;
}

@media (max-width: 640px) {

    .recenze-viewport {
        width: 100%;
    }

    .recenze-track > * {
        min-width: 100%;
    }
}

@media (max-width: 1023px) {

    #recenze .google-reviews-stack {
        position: relative;
        display: block;
        min-height: 0;
        padding-top: 0;
    }

    #recenze .google-reviews-rating {
        position: relative;
        min-height: 0;
        display: block;
        padding-top: 1.75rem;
        padding-bottom: 2rem;
    }

    #recenze .google-reviews-label {
        position: relative;
        z-index: 1;
    }

    #recenze .google-reviews-score {
        position: relative;
        z-index: 1;
        margin-top: clamp(24rem, 72vw, 30rem);
        padding-top: 0;
    }

    #recenze .google-reviews-icons {
        position: relative;
        z-index: 1;
        margin-top: 1.15rem;
    }

    #recenze .google-reviews-slider {
        position: absolute;
        left: auto;
        top: 4.4rem;
        z-index: 20;
        width: calc(100vw - 2rem);
        max-width: none;
        margin: 0;
        transform: none;
    }

    #recenze .recenze-viewport {
        display: flex;
        min-height: clamp(17rem, 56vw, 22rem);
        overflow: hidden;
        border-radius: 1.25rem;
        box-shadow: none;
    }

    #recenze .recenze-track {
        align-items: center;
        width: 100%;
    }

    #recenze .recenze-track > * {
        display: flex;
        align-items: center;
    }

    #recenze .recenze-dots {
        display: none;
    }
}

@media (max-width: 360px) {

    #recenze .google-reviews-score {
        margin-top: 28rem;
    }
}

.wall-text-content > *:first-child {
    margin-top: 0;
}

.wall-text-content > *:last-child {
    margin-bottom: 0;
}

.wall-text-content h2,
.wall-text-content h3,
.wall-text-content h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.12;
    color: #fff;
}

.wall-text-content h2 {
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    display: block;
}

.wall-text-content h2:first-child {
    margin-top: 0;
}

.wall-text-content h2::after {
    content: "";
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border: 2px solid var(--green);
    margin-left: .6rem;
    transform: translateY(-.12em);
    vertical-align: middle;
}

.wall-text-content h3 {
    margin-top: 2.25rem;
    margin-bottom: 1rem;
    font-size: clamp(1.35rem, 2vw, 2rem);
}

.wall-text-content h4 {
    margin-top: 1.8rem;
    margin-bottom: .8rem;
    font-size: clamp(1.15rem, 1.5vw, 1.5rem);
}

.wall-text-content p {
    margin: 1rem 0;
}

.wall-text-content ol,
.wall-text-content ul {
    margin: 1rem 0 1.25rem 1.65rem;
    padding: 0;
}

.wall-text-content ol {
    list-style: decimal;
}

.wall-text-content ul {
    list-style: disc;
}

.wall-text-content li {
    margin: .35rem 0;
    padding-left: .35rem;
}

.wall-text-content li > p {
    margin: .55rem 0;
}

.wall-text-content strong,
.wall-text-content b {
    font-weight: 700;
}

.wall-text-content a {
    color: var(--green);
    text-decoration: none;
}

.wall-text-content a:hover {
    text-decoration: underline;
    text-underline-offset: .18em;
}

.wall-text-content table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    font-size: .95em;
}

.wall-text-content th,
.wall-text-content td {
    border: 1px solid rgba(255, 255, 255, .16);
    padding: .85rem 1rem;
    text-align: left;
    vertical-align: top;
}

.wall-text-content th {
    font-weight: 600;
    background: rgba(255, 255, 255, .06);
}

@media (max-width: 640px) {
    .wall-text-content h2::after {
        width: .65rem;
        height: .65rem;
    }
}

.tilt-media {
    overflow: hidden;
    border-radius: inherit;
    clip-path: inset(0 round inherit);
}

.tilt-card {
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform .18s ease-out;
}

.tilt-bg,
.tilt-img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
    transition: transform .18s ease-out;
}

.tilt-card:hover .tilt-bg,
.tilt-card:hover .tilt-img {
    transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {

    .tilt-card,
    .tilt-bg,
    .tilt-img {
        transition: none !important;
    }
}

.acc-root .acc-btn {
                width: 100%;
                text-align: left;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 20px;
                padding: 18px 0;
                cursor: none;
                transition: opacity .2s ease;
            }

            .acc-root .acc-btn,
            .acc-root .acc-btn *,
            .acc-root .acc-item {
                cursor: none !important;
            }

            .acc-root .acc-title {
                position: relative;
                display: inline-block;
                line-height: 1.15;
                font-size: clamp(1.35rem, 5.2vw, 2.5rem);
                background-image: linear-gradient(90deg, var(--green) 0%, var(--green) 50%, #fff 50%, #fff 100%);
                background-size: 200% 100%;
                background-position: 100% 0;
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent;
                transition: background-position .55s ease;
                overflow-wrap: anywhere;
                word-break: break-word;
            }

            .acc-root .acc-icon {
                font-size: 1.25rem;
                line-height: 1;
                color: #fff;
                opacity: .9;
                width: 28px;
                text-align: right;
                transition: transform .2s ease, opacity .2s ease;
                flex: 0 0 auto;
            }

            .acc-root .acc-panel {
                max-height: 0;
                overflow: hidden;
                transition: max-height .35s ease;
            }

            .acc-root .acc-panel-inner {
                padding: 0 0 18px 0;
                color: rgba(255, 255, 255, .68);
                font-size: clamp(1rem, 3.6vw, 1.125rem);
                line-height: 1.55;
                width: 100%;
                overflow-wrap: anywhere;
                word-break: break-word;
            }

            .acc-root .acc-item {
                border-bottom: 1px solid rgba(255, 255, 255, .14);
            }

            .acc-root .acc-item:hover .acc-btn {
                opacity: .92;
            }

            .acc-root .acc-item:hover .acc-icon {
                transform: translateX(4px);
                opacity: 1;
            }

            .acc-root .acc-item:hover .acc-title {
                background-position: 0 0;
            }

            .acc-root .acc-item.is-open .acc-title {
                background-position: 0 0;
            }

            .acc-root .acc-item.is-open .acc-icon {
                opacity: 1;
            }

            @media (min-width:640px) {
                .acc-root .acc-btn {
                    padding: 22px 0;
                }

                .acc-root .acc-panel-inner {
                    padding: 0 0 22px 0;
                }
            }

            @media (hover: none),
            (pointer: coarse) {

                .acc-root .acc-btn,
                .acc-root .acc-btn *,
                .acc-root .acc-item {
                    cursor: pointer !important;
                }
            }

            @media (prefers-reduced-motion: reduce) {
                .acc-root .acc-panel {
                    transition: none;
                }

                .acc-root .acc-btn,
                .acc-root .acc-icon,
                .acc-root .acc-title {
                    transition: none;
                }
            }

.accimg-grid {
                display: grid;
                grid-template-columns: 1.1fr .9fr;
                gap: 56px;
                align-items: start;
            }

            .accimg-left h2 {
                line-height: 1.05;
                font-weight: 600;
            }

            .accimg-left p {
                margin-top: 14px;
                max-width: 780px;
                font-size: 2.5rem;
                line-height: 1.25;
                color: rgba(255, 255, 255, .70);
            }

            .accimg-right {
                position: sticky;
                top: 7rem;
                display: flex;
                justify-content: center;
            }

            .accimg-figure {
                width: 100%;
                max-width: 520px;
                aspect-ratio: 1 / 1.05;
                border-radius: 18px;
                overflow: hidden;
                background: transparent;
            }

            .accimg-figure img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

            .accimg-root .accimg-item {
                border-bottom: 1px solid rgba(255, 255, 255, .14);
            }

            .accimg-root .accimg-btn {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 18px;
                padding: 22px 0;
                cursor: none;
                background: transparent;
                border: 0;
                text-align: left;
                transition: opacity .2s ease;
            }

            .accimg-root .accimg-btn,
            .accimg-root .accimg-btn *,
            .accimg-root .accimg-item {
                cursor: none !important;
            }

            .accimg-root .accimg-leftline {
                display: flex;
                align-items: center;
                gap: 0;
                min-width: 0;
            }

            .accimg-root .accimg-num {
                font-size: 5rem;
                line-height: 1;
                font-weight: 600;
                color: #242424;
                flex: 0 0 auto;
                transition: color .2s ease, opacity .2s ease;
            }

            .accimg-root .accimg-title {
                position: relative;
                display: inline-block;
                font-size: 2.5rem;
                line-height: 1.12;
                padding: .20rem 0 .26rem 0;
                background-image: linear-gradient(90deg, var(--green) 0%, var(--green) 50%, #fff 50%, #fff 100%);
                background-size: 200% 100%;
                background-position: 100% 0;
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent;
                transition: background-position .55s ease;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 100%;
                margin-left: -0.15rem;
            }

            .accimg-root .accimg-icon {
                font-size: 1.25rem;
                line-height: 1;
                color: #fff;
                opacity: .9;
                width: 28px;
                text-align: right;
                transition: transform .2s ease, opacity .2s ease;
                flex: 0 0 auto;
            }

            .accimg-root .accimg-panel {
                max-height: 0;
                overflow: hidden;
                transition: max-height .35s ease;
            }

            .accimg-root .accimg-panel-inner {
                padding: 0 0 22px 0;
                color: rgba(255, 255, 255, .68);
                font-size: 1.125rem;
                line-height: 1.55;
                max-width: 760px;
            }

            .accimg-root .accimg-mobile-img {
                display: none;
                margin: 16px 0 0 0;
                border-radius: 16px;
                overflow: hidden;
            }

            .accimg-root .accimg-mobile-img img {
                width: 100%;
                height: auto;
                display: block;
            }

            .accimg-root .accimg-item:hover .accimg-btn {
                opacity: .92;
            }

            .accimg-root .accimg-item:hover .accimg-icon {
                transform: translateX(4px);
                opacity: 1;
            }

            .accimg-root .accimg-item:hover .accimg-title {
                background-position: 0 0;
            }

            .accimg-root .accimg-item:hover .accimg-num {
                color: rgba(255, 255, 255, .92);
            }

            .accimg-root .accimg-item.is-open .accimg-title {
                background-position: 0 0;
            }

            .accimg-root .accimg-item.is-open .accimg-icon {
                opacity: 1;
            }

            .accimg-root .accimg-item.is-open .accimg-num {
                color: #fff;
            }

            @media (max-width: 1023px) {
                .accimg-grid {
                    grid-template-columns: 1fr;
                    gap: 30px;
                }

                .accimg-right {
                    display: none;
                }

                .accimg-left p {
                    font-size: 1.55rem;
                    line-height: 1.25;
                    max-width: 720px;
                }

                .accimg-root .accimg-btn {
                    padding: 20px 0;
                }

                .accimg-root .accimg-num {
                    font-size: 4.2rem;
                }

                .accimg-root .accimg-title {
                    font-size: 1.55rem;
                    line-height: 1.18;
                    padding: .14rem 0 .20rem 0;
                    white-space: normal;
                }

                .accimg-root .accimg-panel-inner {
                    font-size: 1rem;
                    padding-bottom: 16px;
                    max-width: 100%;
                }

                .accimg-root .accimg-mobile-img {
                    display: block;
                }
            }

            @media (hover: none),
            (pointer: coarse) {

                .accimg-root .accimg-btn,
                .accimg-root .accimg-btn *,
                .accimg-root .accimg-item {
                    cursor: pointer !important;
                }
            }

            @media (prefers-reduced-motion: reduce) {

                .accimg-root .accimg-panel,
                .accimg-root .accimg-icon,
                .accimg-root .accimg-title,
                .accimg-root .accimg-btn,
                .accimg-root .accimg-num {
                    transition: none;
                }
            }

.blog-video-play {
            animation: blogVideoPulse 1.7s ease-in-out infinite;
        }

        .blog-video-media.is-playing .blog-video-overlay {
            opacity: 0;
            pointer-events: none;
        }

        @keyframes blogVideoPulse {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(192, 255, 55, .45);
            }

            70% {
                transform: scale(1.06);
                box-shadow: 0 0 0 22px rgba(192, 255, 55, 0);
            }

            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(192, 255, 55, 0);
            }
        }

.blog-feature .blog-feature-arrow {
                opacity: 0;
                transform: scale(.95);
                transition: opacity .2s ease, transform .2s ease
            }

            .blog-feature:has(.blog-feature-trigger:hover) .blog-feature-arrow {
                opacity: 1;
                transform: scale(1)
            }

            .blog-feature .blog-feature-bg {
                transform: scale(1);
                transition: transform .3s ease
            }

            .blog-feature:has(.blog-feature-img:hover) .blog-feature-bg {
                transform: scale(1.04)
            }

@media (min-width: 1024px) {
            .bsl-ico:hover {
                transform: scale(1.08) !important;
            }
        }

        @media (max-width: 390px) {
            .bsl-ico {
                width: 44px;
                height: 44px;
            }

            .bsl-ico img {
                width: 44px;
                height: 44px;
            }
        }

.cards-card:hover .cards-arrow {
            opacity: 1;
            transform: scale(1)
        }

        .cards-arrow:hover {
            transform: scale(1.08) !important
        }

        @media (prefers-reduced-motion: reduce) {
            .cards-arrow {
                transition: none
            }
        }

        .cards-arrow-img {
            transform: scale(1.55);
            transform-origin: center
        }

        @media (max-width:390px) {
            .cards-arrow-img {
                transform: scale(1.35)
            }
        }

        @media (max-width:1023px) {
            .cards-arrow {
                opacity: 1 !important;
                transform: scale(1) !important
            }

            .cards-arrow:hover {
                transform: scale(1) !important
            }
        }

        .embla--cards {
                max-width: 1520px;
                margin-left: auto;
                margin-right: auto
            }
        }

        .embla--cards .embla__dot.is-active {
            width: 66px;
            opacity: 1;
            background: #84cc16
        }

.cs-card:hover .cs-arrow {
            opacity: 1;
            transform: scale(1)
        }

        @media (prefers-reduced-motion: reduce) {

            .cs-bg,
            .cs-arrow {
                transition: none
            }
        }

        .cs-arrow-img {
            transform: scale(1.55);
            transform-origin: center;
        }

        @media (max-width: 390px) {
            .cs-arrow-img {
                transform: scale(1.35)
            }
        }

        @media (max-width: 1023px) {
            .cs-arrow {
                opacity: 1 !important;
                transform: scale(1) !important
            }

            .cs-arrow:hover {
                transform: scale(1) !important;
            }
        }

        .case-vypis-card.is-hidden {
            display: none;
        }

        .case-vypis-filter.is-active {
            border-color: var(--green);
            color: var(--green);
        }

        .case-vypis-filter:not(.is-active):hover {
            border-color: rgba(192, 255, 55, .75);
            color: var(--green);
            background: rgba(192, 255, 55, .08);
        }

        .case-vypis-card:hover .case-vypis-arrow {
            opacity: 1;
            transform: scale(1);
        }

        @media (max-width: 1023px) {
            .case-vypis-arrow {
                opacity: 1 !important;
                transform: scale(1) !important;
            }
        }

.reveal-block {
        position: relative;
      }

      .reveal-block .rw {
        display: inline-block;
        color: var(--muted);
      }

      .reveal-line-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 0px;
        white-space: nowrap;
        overflow: hidden;
        color: var(--text);
        pointer-events: none;
        user-select: none;
        will-change: width, transform;
      }

      .reveal-block ::selection {
        background: var(--green);
        color: var(--greenText);
      }

      .reveal-block ::-moz-selection {
        background: var(--green);
        color: var(--greenText);
      }

      @media (prefers-reduced-motion: reduce) {
        .reveal-line-overlay {
          width: auto !important;
        }
      }

.cta4-inner {
      min-height: 420px;
      padding: 90px 0;
    }

    .cta4-watermark-wrap {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .cta4-watermark {
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: contain;
      object-position: center;
      display: block;
    }

    .cta4-title {
      max-width: 920px;
    }

    .cta4-text {
      font-size: 1.125rem;
      line-height: 1.75;
      max-width: 520px;
    }

    @media (max-width:1024px) {
      .cta4-inner {
        padding: 70px 0;
      }

      .cta4-text {
        max-width: 100%;
      }
    }

    @media (max-width:640px) {
      .cta4-inner {
        padding: 54px 0;
      }

      .cta4-sec .btn-pill {
        width: fit-content;
        justify-content: center;
      }

      .cta4-sec .btn-label {
        text-align: center;
      }
    }

.giant-section {
      overflow-x: clip;
    }

    .giant-link {
      width: 100%;
      max-width: 1100px;
      padding-top: 10px;
      padding-bottom: 14px;
    }

    .giant-text {
      display: inline-block;
      line-height: 1.12;
      padding-bottom: .08em;
      background: linear-gradient(90deg, var(--text) 0%, var(--text) 50%, var(--muted) 50%, var(--muted) 100%);
      background-size: 200% 100%;
      background-position: 100% 0;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      transition: background-position .35s ease;
    }

    .giant-link:hover .giant-text {
      background-position: 0% 0;
    }

    .giant-arrow-wrap {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .giant-arrow {
      width: 72px;
      height: 72px;
      display: block;
      transform-origin: 50% 50%;
      transform: translateY(8px) scale(.65);
      opacity: 0;
      transition: transform .35s cubic-bezier(.2, .9, .2, 1), opacity .2s ease;
    }

    .giant-link:hover .giant-arrow {
      transform: translateY(8px) scale(1);
      opacity: 1;
    }

    .arrow-invert {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .arrow-invert-svg {
      display: block;
    }

    .arrow-invert-circle {
      stroke: #fff;
      stroke-width: 3;
      fill: transparent;
      transition: fill .25s ease, stroke .25s ease;
    }

    .arrow-invert-path {
      fill: #fff;
      transition: fill .25s ease;
    }

    .arrow-invert:hover .arrow-invert-circle {
      fill: #fff;
    }

    .arrow-invert:hover .arrow-invert-path {
      fill: #000;
    }

    @media (min-width: 1025px) {
      .giant-arrow-wrap:hover .giant-arrow {
        transform: translateY(8px) scale(1.12);
      }
    }

    .giant-media {
      position: absolute;
      top: 50%;
      width: 260px;
      height: 260px;
      pointer-events: none;
      transform: translateY(-50%);
    }

    .giant-media-left {
      right: calc(100% + 40px);
    }

    .giant-media-right {
      left: calc(100% + 40px);
    }

    .giant-media-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 32px;
      display: block;
      opacity: 0;
      transform: translateY(0) scale(.92);
      transition: opacity .2s ease, transform 1.1s cubic-bezier(.2, .9, .2, 1);
    }

    .giant-link:hover .giant-media-img {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    .giant-link:hover .giant-media-img-left {
      transform: translateY(10px) scale(1);
    }

    .giant-link:hover .giant-media-img-right {
      transform: translateY(-10px) scale(1);
    }

    @media (max-width: 1439px) {
      .giant-media {
        display: none;
      }
    }

    @media (max-width: 1024px) {
      .giant-section {
        overflow-x: hidden;
      }

      .giant-text {
        font-size: 3.2rem;
        line-height: 1.18;
        background: none;
        color: #fff;
        transition: none;
        padding-bottom: .06em;
      }

      .giant-arrow {
        width: 44px;
        height: 44px;
        opacity: 1;
        transform: translateY(0) scale(1);
        transition: none;
      }

      .arrow-invert-circle,
      .arrow-invert-path {
        transition: none;
      }

      .giant-link {
        max-width: 100%;
        padding-top: 8px;
        padding-bottom: 10px;
      }

      .giant-link:hover .giant-text {
        background-position: 100% 0;
      }
    }

    @media (max-width: 640px) {
      .giant-text {
        font-size: 2.1rem;
        line-height: 1.22;
      }

      .giant-link {
        gap: 12px;
        padding-left: 10px;
        padding-right: 10px;
      }
    }

    @media (max-width: 420px) {
      .giant-link {
        flex-direction: column;
        gap: 10px;
      }

      .giant-text {
        font-size: 1.9rem;
        line-height: 1.25;
      }

      .giant-arrow {
        width: 38px;
        height: 38px;
      }
    }

    @media (hover: none) {
      .giant-media {
        display: none;
      }

      .giant-text {
        background: none;
        color: #fff;
        transition: none;
      }

      .giant-arrow {
        opacity: 1;
        transform: translateY(0) scale(1);
        transition: none;
      }

      .arrow-invert-circle {
        fill: transparent;
        transition: none;
      }

      .arrow-invert-path {
        fill: #fff;
        transition: none;
      }

      .giant-link:hover .giant-text {
        background-position: 100% 0;
      }

      .giant-link:hover .giant-arrow {
        transform: translateY(0) scale(1);
        opacity: 1;
      }

      .arrow-invert:hover .arrow-invert-circle {
        fill: transparent;
      }

      .arrow-invert:hover .arrow-invert-path {
        fill: #fff;
      }
    }

    @media (prefers-reduced-motion: reduce) {

      .giant-arrow,
      .giant-text,
      .giant-media-img,
      .arrow-invert-circle,
      .arrow-invert-path {
        transition: none;
      }
    }

.mobile-dots[aria-expanded="true"] .mobile-dot {
        background: rgb(190 242 100 / 1);
    }

.mega-panel--mobile {
        position: fixed;
        left: 0;
        right: 0;
        top: 72px;
        height: calc(100vh - 72px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        background: #070A0F;
        padding: 22px 16px 34px;
        opacity: 0;
        transform: translateY(-6px);
        pointer-events: none;
        transition: opacity .18s ease, transform .18s ease;
        z-index: 9999;
    }

    .mega-panel--mobile.is-open {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    @media (min-width:1024px) {
        .mega-panel--mobile {
            display: none
        }
    }

.hero-agentura-bg {
            position: absolute;
            inset: 0;
            background: var(--bg);
            z-index: 0;
        }

        .hero-agentura-frame {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate3d(-50%, -50%, 0) scale(1);
            transform-origin: center;
            width: 320px;
            height: 320px;
            border: 52px solid rgba(192, 255, 55, .7);
            z-index: 1;
            pointer-events: none;
            will-change: transform;
            backface-visibility: hidden;
        }

        @media (min-width:768px) {
            .hero-agentura-frame {
                width: 440px;
                height: 440px;
                border-width: 72px;
            }
        }

        @media (min-width:1024px) {
            .hero-agentura-frame {
                width: 514px;
                height: 514px;
                border-width: 86px;
            }
        }

.imgscroll-shell {
            position: relative;
            height: calc(100vh + 1600px);
            padding-top: 0;
            padding-bottom: 0;
            margin: 0;
        }

        .imgscroll-sticky {
            position: sticky;
            top: 84px;
            height: calc(100vh - 84px);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            overflow: hidden;
            padding: 0;
            margin: 0;
        }

        .imgscroll-heading {
            margin: 0 0 22px;
            flex: 0 0 auto;
        }

        .imgscroll-track {
            display: flex;
            gap: 28px;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            will-change: transform;
            transform: translate3d(0, 0, 0);
            padding: 0;
            margin: 0;
        }

        .imgscroll-card {
            width: min(50rem, calc((100vh - 84px - 9rem) * 1.55));
            height: min(50rem, calc(100vh - 84px - 9rem));
            border-radius: 22px;
            background-size: cover;
            background-position: center;
            background-color: rgba(255, 255, 255, .06);
            overflow: hidden;
            flex: 0 0 auto;
            position: relative;
        }

        .imgscroll-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: flex-end;
            padding: 28px;
            background: linear-gradient(to top, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0));
        }

        .imgscroll-text {
            font-size: 2.5rem;
            line-height: 1.15;
            color: rgba(255, 255, 255, .92);
            max-width: 18ch;
        }

        .imgscroll-mobile-nav {
            display: none;
        }

        @media (max-width:1024px) {
            .imgscroll-shell {
                height: auto;
            }

            .imgscroll-sticky {
                position: relative;
                top: auto;
                height: auto;
                overflow: hidden;
            }

            .imgscroll-heading {
                margin-bottom: 18px;
            }

            .imgscroll-track {
                scroll-snap-type: x mandatory;
                overflow: auto;
                -webkit-overflow-scrolling: touch;
                padding: 0;
                scrollbar-width: none;
            }

            .imgscroll-track::-webkit-scrollbar {
                display: none;
            }

            .imgscroll-card {
                width: 82vw;
                height: 82vw;
                max-width: 50rem;
                max-height: 50rem;
                scroll-snap-align: start;
            }

            .imgscroll-mobile-nav {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                padding-top: 18px;
            }

            .imgscroll-navbtn {
                width: 56px;
                height: 56px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: transform 160ms ease-out, opacity 160ms ease-out;
                -webkit-tap-highlight-color: transparent;
                background: transparent;
                border: 0;
                padding: 0;
            }

            .imgscroll-navbtn img {
                width: 56px;
                height: 56px;
                display: block;
            }

            .imgscroll-prev img {
                transform: rotate(180deg);
            }

            .imgscroll-navbtn:active {
                transform: scale(.96);
            }

            .imgscroll-navbtn.is-disabled {
                opacity: .35;
                pointer-events: none;
            }
        }

        @media (max-width:640px) {
            .imgscroll-text {
                font-size: 2rem;
            }
        }

.it-box {
            position: relative;
            width: 100%;
            height: clamp(320px, 48vw, 780px);
            border-radius: 18px;
            overflow: hidden;
            background-color: rgba(255, 255, 255, .04);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .it-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: flex-end;
            padding: 18px;
            background: linear-gradient(180deg, rgba(4, 7, 16, 0) 30%, rgba(4, 7, 16, .78) 100%);
        }

        .it-text {
            color: #fff;
            line-height: 1.12;
            max-width: 100%;
            white-space: pre-wrap;
            word-break: break-word;
            overflow-wrap: anywhere;
            font-size: clamp(1.25rem, 3.1vw, 2.5rem);
        }

        .it-title {
            color: #fff;
            font-weight: 600;
            line-height: 1.05;
            font-size: clamp(2.4rem, 5.2vw, 5rem);
        }

        @media (min-width:768px) {
            .it-box {
                border-radius: 22px
            }

            .it-overlay {
                padding: 32px
            }
        }

        @media (min-width:1280px) {
            .it-box {
                height: min(780px, calc(100vw * 0.48))
            }
        }

        @supports (font-size: clamp(1rem, 1vw, 2rem)) {
            .it-text {
                font-size: clamp(1.1rem, 2.6vw, 2.5rem)
            }
        }

        .embla__dot.is-active {
            width: 66px;
            opacity: 1;
            background: #84cc16
        }

.logo-marquee-track {
            display: flex;
            width: max-content;
            animation: logoMarquee 32s linear infinite;
            will-change: transform
        }

        .logo-marquee-row {
            display: flex;
            align-items: center;
            gap: clamp(34px, 6vw, 96px);
            padding-right: clamp(34px, 6vw, 96px)
        }

        .logo-marquee-fade-left,
        .logo-marquee-fade-right {
            pointer-events: none;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 180px;
            z-index: 2
        }

        .logo-marquee-fade-left {
            left: 0;
            background: linear-gradient(90deg, var(--bg) 0%, rgba(4, 7, 16, 0) 100%)
        }

        .logo-marquee-fade-right {
            right: 0;
            background: linear-gradient(270deg, var(--bg) 0%, rgba(4, 7, 16, 0) 100%)
        }

        @keyframes logoMarquee {
            from {
                transform: translateX(0)
            }

            to {
                transform: translateX(-50%)
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .logo-marquee-track {
                animation: none
            }
        }

        @media (max-width: 640px) {

            .logo-marquee {
                padding-top: 2rem;
                padding-bottom: 2rem;
            }

            .logo-marquee-fade-left,
            .logo-marquee-fade-right {
                width: 64px;
            }
        }

[data-map-lock] {
            scroll-margin-top: 20vh;
        }

        [data-map-lock] .ml-scroll {
            height: 260vh;
        }

        [data-map-lock] .ml-title {
            opacity: 0;
            transform: translate3d(0, 40px, 0);
        }

        [data-map-lock] .ml-map {
            opacity: 0;
            transform: translate3d(0, 90px, 0) scale(.99);
        }

        [data-map-lock] .ml-diff {
            opacity: 0;
            transform: translate3d(-50%, 70px, 0) scale(.99);
        }

        [data-map-lock] .ml-pin {
            opacity: 0;
            transform: translate3d(-50%, calc(-100% + 45px), 0) scale(.92);
        }

        @media (max-width: 640px) {
            [data-map-lock] .ml-scroll {
                height: auto;
            }

            [data-map-lock] .ml-sticky {
                position: relative;
                height: auto;
                padding-top: 6vh;
            }

            [data-map-lock] .ml-title {
                animation: mapMobileAppear .7s ease forwards;
            }

            [data-map-lock] .ml-map {
                animation: mapMobileAppear .7s ease .12s forwards;
            }

            [data-map-lock] .ml-diff {
                animation: mapMobileDiff .7s ease .22s forwards;
            }

            [data-map-lock] .ml-pin {
                animation: mapMobilePin .55s ease forwards;
            }

            [data-map-lock] .ml-pin:nth-of-type(3) {
                animation-delay: .32s;
            }

            [data-map-lock] .ml-pin:nth-of-type(4) {
                animation-delay: .38s;
            }

            [data-map-lock] .ml-pin:nth-of-type(5) {
                animation-delay: .44s;
            }

            [data-map-lock] .ml-pin:nth-of-type(6) {
                animation-delay: .5s;
            }

            [data-map-lock] .ml-pin:nth-of-type(7) {
                animation-delay: .56s;
            }
        }

        @keyframes mapMobileAppear {
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0) scale(1);
            }
        }

        @keyframes mapMobileDiff {
            to {
                opacity: .6;
                transform: translate3d(-50%, 0, 0) scale(1);
            }
        }

        @keyframes mapMobilePin {
            to {
                opacity: 1;
                transform: translate3d(-50%, 0, 0) scale(1);
            }
        }

.marquee {
                position: relative;
                width: 100%;
                overflow: hidden;
            }

            .marquee-track {
                display: flex;
                align-items: center;
                width: max-content;
                will-change: transform;
                animation: marquee var(--dur, 18s) linear infinite;
                padding-top: .45em;
                padding-bottom: .75em;
            }

            .marquee-set {
                display: flex;
                align-items: center;
                width: max-content;
            }

            .marquee-item {
                display: inline-block;
                padding-inline: .8rem;
                white-space: nowrap;
                line-height: 1.12;
                letter-spacing: -0.01em;
                font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans";
                font-size: 3rem;
                font-weight: 500;
            }

            @media (min-width:640px) {
                .marquee-item {
                    font-size: 4.5rem;
                    padding-inline: 1rem;
                }
            }

            @media (min-width:768px) {
                .marquee-item {
                    font-size: 6rem;
                }
            }

            @media (min-width:1024px) {
                .marquee-item {
                    font-size: 7.5rem;
                }
            }

            .marquee-item.is-filled {
                color: #fff;
            }

            .marquee-item.is-outline {
                color: transparent;
                -webkit-text-stroke: 1px rgba(255, 255, 255, .95);
                text-stroke: 1px rgba(255, 255, 255, .95);
            }

            @keyframes marquee {
                from {
                    transform: translateX(0);
                }

                to {
                    transform: translateX(calc(-1 * var(--loop, 0px)));
                }
            }

            @media (prefers-reduced-motion:reduce) {
                .marquee-track {
                    animation: none;
                }
            }

.newsletter-form-wrap {
        --newsletter-button-width: 21rem;
        --newsletter-gap: 0.75rem;
        --newsletter-control-height: 4rem;
    }

    .newsletter-form-inner {
        position: relative;
        width: 100%;
    }

    .newsletter-form-wrap .ydforms-container {
        margin: 0 !important;
    }

    .newsletter-form-wrap .ydforms-container,
    .newsletter-form-wrap .ydforms-form {
        width: 100% !important;
        max-width: 100% !important;
    }

    .newsletter-form-wrap .ydforms-form {
        display: block !important;
        position: relative !important;
    }

    .newsletter-form-wrap .ydforms-field-container,
    .newsletter-form-wrap .ydforms-submit-container {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .newsletter-form-wrap .ydforms-field-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.55rem !important;
        padding-right: calc(var(--newsletter-button-width) + var(--newsletter-gap)) !important;
    }

    .newsletter-form-wrap .ydforms-field {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .newsletter-form-wrap .ydforms-field-label {
        display: none !important;
    }

    .newsletter-form-wrap .ydforms-field-email {
        width: 100% !important;
    }

    .newsletter-form-wrap .ydforms-field-email input[type="email"] {
        height: var(--newsletter-control-height) !important;
    }

    .newsletter-form-wrap .ydforms-submit-container {
        position: absolute !important;
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
    }

    .newsletter-form-wrap .ydforms-submit {
        width: 1px !important;
        height: 1px !important;
        min-width: 1px !important;
        padding: 0 !important;
        border: 0 !important;
        margin: 0 !important;
    }

    .newsletter-custom-submit {
        position: absolute;
        top: 0;
        right: 0;
        width: fit-content;
        min-width: 0;
        max-width: none;
        height: var(--newsletter-control-height);
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .newsletter-form-wrap em.ydforms-error,
    .newsletter-form-wrap .ydforms-field-error {
        display: block !important;
        margin-top: 0.35rem !important;
        color: #ff6b6b !important;
        font-size: 0.95rem !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    .newsletter-form-wrap .ydforms-confirmation-container-full,
    .newsletter-form-wrap div[submit-success] {
        width: 100% !important;
        margin: 0 !important;
        border: 1px solid rgba(192, 255, 55, 0.55) !important;
        border-radius: 9999px !important;
        background: #c0ff37 !important;
        color: #111111 !important;
        padding: 1rem 1.5rem !important;
        min-height: var(--newsletter-control-height) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
        box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.12) !important;
    }

    .newsletter-form-wrap .ydforms-confirmation-container-full p,
    .newsletter-form-wrap div[submit-success] p {
        margin: 0 !important;
        font-size: 1.05rem !important;
        line-height: 1.35 !important;
        font-weight: 600 !important;
        color: #111111 !important;
    }

    @media (max-width: 991px) {
        .newsletter-form-wrap {
            --newsletter-button-width: 100%;
            --newsletter-gap: 0.85rem;
        }

        .newsletter-form-wrap .ydforms-field-container {
            padding-right: 0 !important;
        }

        .newsletter-custom-submit {
            position: static;
            width: 100%;
            min-width: 0;
            max-width: 100%;
            margin-top: 0.85rem;
        }

        .newsletter-form-wrap .ydforms-confirmation-container-full,
        .newsletter-form-wrap div[submit-success] {
            border-radius: 1.5rem !important;
            padding: 1rem 1.25rem !important;
        }
    }

    @media (max-width: 420px) {
        .newsletter-section .wrap {
            width: min(92vw, var(--wrap));
        }

        .newsletter-section .wrap>div {
            border-radius: 1.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .newsletter-form-wrap {
            --newsletter-control-height: 3.75rem;
        }

        .newsletter-custom-submit {
            --btn-h: 3.75rem;
            --btn-fs: 1.18rem;
            --icon: 2.375rem;
            --pad-l: 1rem;
            --pad-r: 1rem;
            --gap: 0;
            justify-content: center;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .newsletter-custom-submit .btn-label {
            min-width: 0;
            overflow: visible;
            text-overflow: clip;
            white-space: nowrap;
        }

        .newsletter-custom-submit .btn-icon-track {
            display: none;
        }

    }

.novinka-frame {
            position: absolute;
            left: 50%;
            top: 60%;
            transform: translate(-50%, -50%) scale(0);
            transform-origin: center;
            width: 240px;
            height: 240px;
            border: 26px solid rgba(192, 255, 55, .85);
            z-index: 1;
            pointer-events: none;
        }

        @media (min-width:768px) {
            .novinka-frame {
                width: 320px;
                height: 320px;
                border-width: 34px;
            }
        }

        @media (min-width:1024px) {
            .novinka-frame {
                width: 360px;
                height: 360px;
                border-width: 40px;
            }
        }

        @media (max-width:1100px) {
            .novinka-frame {
                transform: translate(-50%, -50%) scale(1);
            }
        }

.cslinks-sec {
            color: #fff;
            padding-top: 6rem;
            padding-bottom: 6rem;
            overflow-x: clip;
        }

        .cslinks-head {
            display: flex;
            align-items: flex-start;
            gap: 4.5rem;
            margin-bottom: 1.75rem;
        }

        .cslinks-title {
            font-weight: 600;
            margin: 0;
            flex: 0 0 auto;
        }

        .cslinks-text {
            margin-left: auto;
            padding-top: .75rem;
            max-width: 64rem;
            font-size: 1.125rem;
            line-height: 1.65;
            color: rgba(255, 255, 255, .75);
        }

        .cslinks-shell {
            position: relative;
            height: 100vh;
        }

        .cslinks-sticky {
            position: sticky;
            top: 84px;
            height: calc(100vh - 84px);
            display: flex;
            align-items: flex-start;
            overflow: hidden;
            padding-top: 0;
            justify-content: center;
            flex-direction: column;
        }

        .cslinks-track {
            display: flex;
            gap: 28px;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            will-change: transform;
            transform: translate3d(0, 0, 0);
        }

        .cslinks-card {
            flex: 0 0 auto;
            width: min(50rem, calc((100vh - 84px - 9rem) * 1.55));
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .cslinks-media {
            width: min(50rem, calc((100vh - 84px - 9rem) * 1.55));
            height: min(50rem, calc(100vh - 84px - 9rem));
            border-radius: 22px;
            background-color: rgba(255, 255, 255, .06);
            position: relative;
            overflow: hidden;
        }

        .cslinks-bg {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            transform: scale(1);
            transition: transform 650ms cubic-bezier(.2, .9, .2, 1);
            will-change: transform;
        }

        .cslinks-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .48) 34%, rgba(0, 0, 0, .12) 62%, rgba(0, 0, 0, 0) 100%);
            pointer-events: none;
            z-index: 1;
        }

        .cslinks-onimg {
            position: absolute;
            left: clamp(1.25rem, 2vw, 2rem);
            right: clamp(1.25rem, 2vw, 2rem);
            bottom: clamp(1.25rem, 2vw, 2rem);
            font-size: clamp(1.45rem, 2.1vw, 2rem);
            line-height: 1.08;
            font-weight: 500;
            color: #fff;
            max-width: 20ch;
            text-wrap: balance;
            text-shadow: 0 2px 16px rgba(0, 0, 0, .45);
            z-index: 2;
        }

        .cslinks-corner {
            position: absolute;
            top: 18px;
            right: 18px;
            width: 72px;
            height: 72px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: translate3d(10px, -10px, 0) scale(.7);
            transition: opacity 260ms ease-out, transform 360ms cubic-bezier(.2, .9, .2, 1);
            will-change: opacity, transform;
            z-index: 3;
        }

        .cslinks-corner-ico {
            width: 72px;
            height: 72px;
            display: block;
            transition: transform 200ms ease-out;
            transform-origin: 50% 50%;
        }

        .cslinks-card:hover .cslinks-corner {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1);
        }

        .cslinks-card:hover .cslinks-corner-ico {
            transform: scale(1.08);
        }

        .cslinks-corner:hover .cslinks-corner-ico {
            transform: scale(1.12);
        }

        .cslinks-mobile-nav {
            display: none;
        }

        .cslinks-static .cslinks-shell {
            height: auto;
            display: block;
        }

        .cslinks-static .cslinks-sticky {
            position: relative;
            top: auto;
            height: auto;
            display: block;
            overflow: visible;
        }

        .cslinks-static .cslinks-track {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            width: 100%;
            transform: none !important;
        }

        .cslinks-static .cslinks-card,
        .cslinks-static .cslinks-media {
            width: 100%;
        }

        .cslinks-static .cslinks-media {
            height: auto;
            aspect-ratio: 1 / 1;
        }

        .cslinks-static .cslinks-bg {
            transform: none;
        }

        @media (prefers-reduced-motion: reduce) {

            .cslinks-bg,
            .cslinks-corner,
            .cslinks-corner-ico {
                transition: none;
            }
        }

        @media (max-width: 900px) {
            .cslinks-head {
                flex-direction: column;
                gap: 1.5rem;
            }

            .cslinks-text {
                margin-left: 0;
                padding-top: 0;
                max-width: none;
            }
        }

        @media (max-width: 700px) {
            .cslinks-title {
                font-size: 3rem;
            }
        }

        @media (max-width: 1024px) {
            .cslinks-sec {
                padding-top: 4.25rem;
                padding-bottom: 4.25rem;
            }

            .cslinks-shell {
                height: auto;
            }

            .cslinks-sticky {
                position: relative;
                top: auto;
                height: auto;
                overflow: visible;
                padding-top: 0;
                align-items: stretch;
            }

            .cslinks-track {
                overflow: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                padding-bottom: 6px;
                scrollbar-width: none;
            }

            .cslinks-track::-webkit-scrollbar {
                display: none;
            }

            .cslinks-card {
                width: 82vw;
                scroll-snap-align: start;
            }

            .cslinks-media {
                width: 82vw;
                height: 82vw;
                max-width: 50rem;
                max-height: 50rem;
            }

            .cslinks-onimg {
                left: 22px;
                right: 22px;
                bottom: 22px;
                font-size: 2rem;
            }

            .cslinks-mobile-nav {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                padding-top: 18px;
            }

            .cslinks-navbtn {
                width: 56px;
                height: 56px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: transform 160ms ease-out, background 160ms ease-out, border-color 160ms ease-out, opacity 160ms ease-out;
                -webkit-tap-highlight-color: transparent;
            }

            .cslinks-navbtn img {
                width: 56px;
                height: 56px;
                display: block;
            }

            .cslinks-prev img {
                transform: rotate(180deg);
            }

            .cslinks-navbtn:active {
                transform: scale(.96);
            }

            .cslinks-navbtn.is-disabled {
                opacity: .35;
                pointer-events: none;
            }

            .cslinks-corner {
                opacity: 1;
                transform: translate3d(0, 0, 0) scale(1);
                top: 12px;
                right: 12px;
                width: 48px;
                height: 48px;
            }

            .cslinks-corner-ico,
            .cslinks-card:hover .cslinks-corner-ico,
            .cslinks-corner:hover .cslinks-corner-ico {
                width: 48px;
                height: 48px;
                transform: none;
            }

            .cslinks-static .cslinks-track {
                grid-template-columns: 1fr;
                overflow: visible;
                scroll-snap-type: none;
                padding-bottom: 0;
            }

            .cslinks-static .cslinks-card {
                width: 100%;
                scroll-snap-align: unset;
            }

            .cslinks-static .cslinks-media {
                width: 100%;
                height: auto;
                max-width: none;
                max-height: none;
            }
        }

        @media (max-width: 640px) {
            .cslinks-onimg {
                font-size: 1.75rem;
            }
        }

#osobne .os-btn-disabled {
            opacity: .35;
            pointer-events: none
        }

        #osobne .os-gradient-line {
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .28) 50%, rgba(255, 255, 255, 0) 100%);
        }

        #osobne .os-count-wrap {
            display: inline-flex;
            align-items: baseline;
            gap: 0;
            white-space: nowrap;
            min-width: 0
        }

        #osobne .os-count-num {
            min-width: 0;
            max-width: 100%;
            overflow-wrap: anywhere
        }

        #osobne .os-plus {
            display: inline-block
        }

        #osobne .os-count-label {
            word-break: normal
        }

@media (hover: hover) and (pointer: fine) {
        .email-check-input {
            cursor: text;
        }
    }

    .email-check-submit {
        --btn-h: 3.5rem;
        --btn-fs: 1.25rem;
        --icon: 2.5rem;
    }

    @media (min-width: 768px) {
        .email-check-submit {
            --btn-h: 3.75rem;
        }
    }

    .email-check-help {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.4em;
        height: 1.4em;
        margin-left: 0.75rem;
        border-radius: 9999px;
        border: 1px solid currentColor;
        font-size: 0.8em;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
    }

    .email-check-help-text {
        position: absolute;
        left: 50%;
        bottom: calc(100% + 0.75rem);
        z-index: 20;
        width: min(24rem, 80vw);
        transform: translateX(-50%);
        border-radius: 0.5rem;
        background: #ffffff;
        padding: 1rem;
        color: #000000;
        font-size: 1rem;
        line-height: 1.45;
        box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .email-check-help:hover .email-check-help-text,
    .email-check-help.is-open .email-check-help-text {
        opacity: 1;
        pointer-events: auto;
    }

.page-header-link-btn {
                --ph-icon: 40px;
                --ph-pad-l: 24px;
                --ph-pad-r: 24px;
                --ph-gap: 14px;
                --ph-border: rgba(192, 255, 55, .75);
                --ph-text: var(--green);
                --ph-bg: transparent;
                --ph-h: 64px;
                --ph-fs: 1.375rem;
                position: relative;
                display: inline-flex;
                align-items: center;
                width: 100%;
                min-height: var(--ph-h);
                padding-left: calc(var(--ph-pad-l) + var(--ph-icon) + var(--ph-gap));
                padding-right: var(--ph-pad-r);
                border: 1.5px solid var(--ph-border);
                border-radius: 9999px;
                color: var(--ph-text);
                background: var(--ph-bg);
                text-decoration: none;
                font-size: var(--ph-fs);
                line-height: 1;
                font-weight: 400;
                overflow: hidden;
                transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .2s ease;
            }

            .page-header-link-btn:hover {
                background: rgba(192, 255, 55, .05);
            }

            .page-header-link-btn:active {
                transform: translateY(2px) scale(.97);
            }

            .page-header-link-btn-label {
                display: block;
                white-space: nowrap;
            }

            .page-header-link-btn-icon {
                position: absolute;
                left: var(--ph-pad-l);
                top: 50%;
                width: var(--ph-icon);
                height: var(--ph-icon);
                transform: translateY(-50%);
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                pointer-events: none;
            }

            .page-header-link-btn-icon img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

            @media (max-width: 1279px) {
                .page-header-link-btn {
                    --ph-icon: 24px;
                    --ph-pad-l: 20px;
                    --ph-pad-r: 20px;
                    --ph-gap: 12px;
                    --ph-h: 58px;
                    --ph-fs: 1.125rem;
                }
            }

            @media (max-width: 639px) {
                .page-header-link-btn {
                    --ph-icon: 22px;
                    --ph-pad-l: 18px;
                    --ph-pad-r: 18px;
                    --ph-gap: 12px;
                    --ph-h: 54px;
                    --ph-fs: 1rem;
                }
            }

            @media (prefers-reduced-motion: reduce) {
                .page-header-link-btn {
                    transition: none;
                }
            }

@media (min-width: 1024px) {
            .pobocky-sticky {
                position: sticky;
                top: 140px;
            }
        }

        .embla__dot.is-active {
            width: 66px;
            opacity: 1;
            background: #84cc16
        }

.translate3d {
            transform: translate3d(0, 0, 0)
        }

        @media (max-width:1024px) {
            .sticky {
                position: relative;
                top: auto;
                height: auto;
                overflow: visible
            }

            .h-screen {
                height: auto
            }

            [data-track] {
                overflow: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                padding-bottom: 6px;
                scrollbar-width: none
            }

            [data-track]::-webkit-scrollbar {
                display: none
            }

            [data-track]>a,
            [data-track]>div {
                width: calc(100vw - 48px);
                height: auto;
                scroll-snap-align: start;
                flex: 0 0 auto
            }

            [data-track]>a>div,
            [data-track]>div>div {
                height: auto;
                min-height: 78vw;
                max-height: none;
                padding: 20px;
                border-radius: 22px
            }

            [data-track] img[class*="w-[72px]"][class*="h-[72px]"] {
                width: 56px;
                height: 56px
            }

            [data-track]>a>div>span,
            [data-track]>div>div>span {
                opacity: 1;
                transform: translate3d(0, 0, 0) scale(1)
            }

            [data-track]>a>div>div>div:first-child,
            [data-track]>div>div>div>div:first-child {
                font-size: 2rem;
                line-height: 1.12
            }

            [data-track]>a>div>div>div:last-child,
            [data-track]>div>div>div>div:last-child {
                font-size: 1rem;
                line-height: 1.55;
                max-width: none
            }
        }

        @media (max-width:640px) {

            [data-track]>a,
            [data-track]>div {
                width: calc(100vw - 36px)
            }

            [data-track]>a>div,
            [data-track]>div>div {
                min-height: 92vw;
                padding: 18px
            }

            [data-track]>a>div>div>div:first-child,
            [data-track]>div>div>div>div:first-child {
                font-size: 1.75rem
            }
        }

        @media (max-width:375px) {

            [data-track]>a,
            [data-track]>div {
                width: calc(100vw - 28px)
            }

            [data-track]>a>div,
            [data-track]>div>div {
                padding: 16px;
                min-height: 96vw
            }
        }

.stack-rail {
            position: relative;
            padding-bottom: 0 !important;
        }

        .stack-item {
            position: sticky;
            top: calc(clamp(86px, 10vh, 130px) - (var(--i) * 28px));
            z-index: calc(10 + var(--i));
        }

        @media (prefers-reduced-motion: reduce) {
            .stack-item {
                scroll-behavior: auto;
            }
        }

        .font-mono-space {
            font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        }

        .vk-steps {
            position: relative;
        }

        .vk-circle {
            width: 16.25rem;
            height: 16.25rem;
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: border-color .35s ease;
        }

        .vk-num {
            font-size: 6.25rem;
            line-height: 1;
            font-weight: 600;
            color: rgba(255, 255, 255, .12);
            letter-spacing: .02em;
            transition: color .35s ease;
        }

        .vk-step.is-active .vk-circle {
            border-color: rgba(192, 255, 55, .55);
        }

        .vk-step.is-active .vk-num {
            color: rgba(192, 255, 55, .95);
        }

        .vk-klic {
            color: rgba(255, 255, 255, .22);
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .vk-lines {
            border-top: 1px solid rgba(255, 255, 255, .22);
        }

        .vk-line {
            padding: 1.35rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, .22);
            color: rgba(255, 255, 255, .92);
        }

        @media (max-width:1024px) {
            .vk-circle {
                width: 13.75rem;
                height: 13.75rem;
            }

            .vk-num {
                font-size: 6.25rem;
            }
        }

        @media (max-width:640px) {
            .vk-step {
                gap: 1.75rem;
            }

            .vk-circle {
                width: 12rem;
                height: 12rem;
            }

            .vk-num {
                font-size: 5.25rem;
            }
        }

.video-sekce-play {
                animation: videoSekcePulse 1.7s ease-in-out infinite;
            }

            .video-sekce-frame::before {
                content: "";
                position: absolute;
                inset: -40px;
                z-index: -1;
                border-radius: 28px;
                background: #151515;
            }

            @media (max-width: 639px) {
                .video-sekce-frame {
                    left: 50%;
                    width: 100vw;
                    max-width: none;
                    margin-left: -50vw;
                    margin-right: 0;
                }

                .video-sekce-frame::before {
                    display: none;
                }

                .video-sekce-media {
                    border-radius: 0;
                }
            }

            .video-sekce-media.is-playing .video-sekce-overlay {
                opacity: 0;
                pointer-events: none;
            }

            @keyframes videoSekcePulse {
                0% {
                    transform: scale(1);
                    box-shadow: 0 0 0 0 rgba(192, 255, 55, .45);
                }

                70% {
                    transform: scale(1.06);
                    box-shadow: 0 0 0 24px rgba(192, 255, 55, 0);
                }

                100% {
                    transform: scale(1);
                    box-shadow: 0 0 0 0 rgba(192, 255, 55, 0);
                }
            }

.cs-card:hover .cs-arrow {
            opacity: 1;
            transform: scale(1)
        }

        .cs-arrow:hover {
            transform: scale(1.08) !important;
        }

        @media (prefers-reduced-motion: reduce) {

            .cs-bg,
            .cs-arrow {
                transition: none
            }
        }

        .cs-arrow-img {
            transform: scale(1.55);
            transform-origin: center;
        }

        @media (max-width: 390px) {
            .cs-arrow-img {
                transform: scale(1.35)
            }
        }

        @media (max-width: 1023px) {
            .cs-arrow {
                opacity: 1 !important;
                transform: scale(1) !important
            }

            .cs-arrow:hover {
                transform: scale(1) !important;
            }
        }

        @media (max-width: 767px) {
            .cs-bg-list {
                padding-top: 3rem;
                padding-bottom: 3rem;
            }

            .cs-bg-list-shell {
                padding-left: 0.75rem;
                padding-right: 0.75rem;
            }

            .cs-bg-list-panel {
                border-radius: 1.75rem;
                padding: 2rem 1.25rem;
                overflow: hidden;
            }

            .cs-bg-list .wrap {
                width: 100%;
            }

            .cs-bg-list-title {
                margin-bottom: 2rem;
                overflow-wrap: anywhere;
            }

            .cs-bg-list-grid {
                gap: 2rem;
            }

            .cs-bg-list .cs-card {
                min-width: 0;
            }

            .cs-bg-list .cs-media {
                border-radius: 1.25rem;
            }

            .cs-bg-list-card-title {
                font-size: clamp(1.5rem, 8vw, 2rem) !important;
                line-height: 1.16;
            }

            .cs-bg-list .cs-arrow {
                width: 3.25rem;
                height: 3.25rem;
                margin-top: 0.25rem;
            }

            .cs-bg-list .cs-arrow-img {
                width: 3.25rem;
                height: 3.25rem;
                transform: scale(1.25);
            }
        }
