.tik4u-hero-slider {
    --tik4u-hero-radius: 32px;
    --tik4u-hero-overlay: linear-gradient(to top left, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.58) 28%, rgba(0, 0, 0, 0.32) 45%, rgba(0, 0, 0, 0) 78%);
    --tik4u-hero-pagination: var(--e-global-color-179058b, #ffffff);
    --tik4u-hero-primary: var(--e-global-color-primary, #d64234);
    --tik4u-hero-control-offset: clamp(30px, 3vw, 42px);
    --tik4u-hero-content-offset: calc(var(--tik4u-hero-control-offset) + 8px);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    min-height: clamp(420px, 46vw, 680px);
    border-radius: var(--tik4u-hero-radius);
    background: #111;
    direction: rtl;
}

.tik4u-hero-slider *,
.tik4u-hero-slider *::before,
.tik4u-hero-slider *::after {
    box-sizing: border-box;
}

.tik4u-hero-slider__viewport,
.tik4u-hero-slider__slide,
.tik4u-hero-slider__image,
.tik4u-hero-slider__overlay {
    position: absolute;
    inset: 0;
}

.tik4u-hero-slider__slide {
    z-index: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.tik4u-hero-slider__viewport {
    z-index: 0;
    overflow: hidden;
}

.tik4u-hero-slider__slide--active {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
}

.tik4u-hero-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.08);
    will-change: transform, opacity, filter;
}

html body .tik4u-hero-slider img.tik4u-hero-slider__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.tik4u-hero-slider__overlay {
    z-index: 1;
    background: var(--tik4u-hero-overlay);
}

.tik4u-hero-slider__content {
    position: absolute;
    right: var(--tik4u-hero-content-offset);
    bottom: var(--tik4u-hero-content-offset);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: min(var(--tik4u-hero-slide-content-max-width-desktop, var(--tik4u-hero-content-max-width-desktop, 100%)), calc(100% - 180px));
    margin: 0;
    padding: 0;
    color: var(--e-global-color-179058b, #fff);
    font-family: var(--tik4u-font-family, 'Polin', Arial, sans-serif);
    text-align: right;
}

.tik4u-hero-slider__heading {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: clamp(34px, 4.6vw, var(--tik4u-hero-heading-font-size, 72px));
    line-height: 1.02;
    font-weight: var(--tik4u-hero-heading-font-weight, 800) !important;
    letter-spacing: var(--tik4u-hero-heading-letter-spacing, 0);
}

.tik4u-hero-slider__subtitle {
    max-width: 100%;
    margin: 18px 0 0;
    color: inherit;
    font-family: inherit;
    font-size: clamp(13px, 1.25vw, var(--tik4u-hero-subtitle-font-size, 21px));
    line-height: 1.55;
    font-weight: 400;
    text-wrap: balance;
}

.tik4u-hero-slider__button {
    margin-top: 30px;
    font-size: clamp(16px, 1.1vw, 19px);
}


html body .tik4u-hero-slider .tik4u-hero-slider__content,
html body .tik4u-hero-slider .tik4u-hero-slider__heading,
html body .tik4u-hero-slider .tik4u-hero-slider__subtitle,
html body .tik4u-hero-slider .tik4u-hero-slider__split-line,
html body .tik4u-hero-slider .tik4u-hero-slider__split-line-inner,
html body .tik4u-hero-slider .tik4u-hero-slider__button {
    font-family: var(--tik4u-font-family, 'Polin', Arial, sans-serif);
}

html body .tik4u-hero-slider .tik4u-hero-slider__heading,
html body .tik4u-hero-slider .tik4u-hero-slider__heading .tik4u-hero-slider__split-line-inner {
    font-weight: var(--tik4u-hero-heading-font-weight, 800) !important;
    letter-spacing: var(--tik4u-hero-heading-letter-spacing, 0) !important;
}

.tik4u-hero-slider__pagination {
    position: absolute;
    z-index: 4;
    top: auto;
    left: calc(var(--tik4u-hero-control-offset) + 39px);
    bottom: calc(var(--tik4u-hero-control-offset) + 1px);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transform: none;
    pointer-events: auto;
    width: auto;
    direction: ltr;
}

.tik4u-hero-slider__pagination-line {
    position: relative;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: inherit;
    cursor: pointer;
    opacity: 1;
    margin: 0;
    appearance: none;
    transform: none !important;
}

.tik4u-hero-slider__pagination-line:hover,
.tik4u-hero-slider__pagination-line:focus,
.tik4u-hero-slider__pagination-line:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: inherit !important;
}

.tik4u-hero-slider__pagination-line::before {
    content: "";
    position: static;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tik4u-hero-pagination);
    opacity: 0.48;
    transform: none !important;
    transition: opacity 180ms ease, transform 180ms ease;
}

.tik4u-hero-slider__pagination-line:hover::before,
.tik4u-hero-slider__pagination-line:focus-visible::before {
    opacity: 1;
}

.tik4u-hero-slider__pagination-line--active::before {
    opacity: 1;
    transform: scale(1.18) !important;
}

.tik4u-hero-slider__pagination-line:focus-visible {
    outline: 2px solid var(--tik4u-hero-pagination);
    outline-offset: 5px;
}

.tik4u-hero-slider__toggle {
    position: absolute;
    z-index: 5;
    top: auto;
    left: var(--tik4u-hero-control-offset);
    right: auto;
    bottom: var(--tik4u-hero-control-offset);
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: var(--e-global-color-179058b, #fff);
    cursor: pointer;
    opacity: 0.72;
    transition: opacity 180ms ease;
}

.tik4u-hero-slider__toggle:hover,
.tik4u-hero-slider__toggle:focus,
.tik4u-hero-slider__toggle:active,
.tik4u-hero-slider__toggle:focus-visible {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    opacity: 1;
}

.tik4u-hero-slider__toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.tik4u-hero-slider__toggle-icon {
    grid-area: 1 / 1;
    display: block;
    width: 11px;
    height: 11px;
}

.tik4u-hero-slider__toggle-icon--pause {
    border-inline: 3px solid currentColor;
}

.tik4u-hero-slider__toggle-icon--play {
    width: 0;
    height: 0;
    margin-inline-start: 0;
    margin-inline-end: 3px;
    border-block: 6px solid transparent;
    border-inline-end: 10px solid currentColor;
    opacity: 0;
}

.tik4u-hero-slider--paused .tik4u-hero-slider__toggle-icon--pause {
    opacity: 0;
}

.tik4u-hero-slider--paused .tik4u-hero-slider__toggle-icon--play {
    opacity: 1;
}

.tik4u-hero-slider__split-line {
    display: block;
    overflow: hidden;
}

.tik4u-hero-slider__split-line-inner {
    display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tik4u-hero-slider__content {
        width: min(var(--tik4u-hero-slide-content-max-width-tablet, var(--tik4u-hero-content-max-width-tablet, 100%)), calc(100% - 132px));
        right: var(--tik4u-hero-content-offset);
        bottom: var(--tik4u-hero-content-offset);
    }
}

@media (max-width: 767px) {
    .tik4u-hero-slider {
        min-height: 520px;
        border-radius: min(var(--tik4u-hero-radius), 22px);
        --tik4u-hero-control-offset: 24px;
        --tik4u-hero-content-offset: 24px;
    }

    .tik4u-hero-slider__content {
        width: min(var(--tik4u-hero-slide-content-max-width-phone, var(--tik4u-hero-content-max-width-phone, 100%)), calc(100% - 72px));
        right: var(--tik4u-hero-content-offset);
        bottom: var(--tik4u-hero-content-offset);
    }

    .tik4u-hero-slider__pagination {
        left: calc(var(--tik4u-hero-control-offset) + 27px);
        bottom: calc(var(--tik4u-hero-control-offset) + 1px);
        gap: 7px;
    }

    .tik4u-hero-slider__pagination-line {
        width: 20px;
        height: 20px;
    }

    .tik4u-hero-slider__pagination-line::before {
        width: 7px;
        height: 7px;
    }

    .tik4u-hero-slider__toggle {
        top: auto;
        left: var(--tik4u-hero-control-offset);
        right: auto;
        bottom: var(--tik4u-hero-control-offset);
        width: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tik4u-hero-slider *,
    .tik4u-hero-slider *::before,
    .tik4u-hero-slider *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
