.home {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.home .stories {
    padding: 12px 0
}

.home__filter {
    display: block;
    margin: 0;
    padding: 0px 0 15px 0;
    width: 100%;

}

@media(min-width:768px) {
    .home__filter {
    }
}

@media(min-width:960px) {
    .home__filter {
    }
}

@media(min-width:1248px) {
    .home__filter {
    }
}

.home__providers {
    margin: 64px 0
}

.home__providers,
.home__winners {
    display: block;
    padding: 0;
    width: 100%
}

.home__winners {
    margin: 64px 0 0
}

.home__slider-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 400px;
    justify-content: center;
    outline: none;
    position: relative;
    width: 100%
}

@media(max-width:768px) {
    .home__slider-item {
        height: 240px
    }
}

.home__catalog {
  margin-top: 30px;
    margin-bottom: 40px
}

.home__catalog:empty {
    margin: 0;
    padding: 0
}

.home .about-us__cards {
    padding-bottom: 29px;
    max-width: 1460px;
    margin: 0 auto;
}

@media(min-width:768px) {
    .home .about-us__cards {
        padding-bottom: 59px
    }
}

@media(min-width:1248px) {
    .home .about-us__cards {
        padding-bottom: 39px
    }
}

.home .about-us__cards-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 30px 0 20px;
    text-align: left
}

@media(min-width:768px) {
    .home .about-us__cards-title {
        padding: 60px 0 20px
    }
}

@media(min-width:960px) {
    .home .about-us__cards-title {
        padding: 60px 0 35px
    }
}

@media(min-width:1248px) {
    .home .about-us__cards-title {
        padding: 60px 0 20px
    }
}

@media(min-width:1632px) {
    .home .about-us__cards-title {
        padding: 60px 0 35px
    }
}

.home__catalog.no-margin .promo-catalog {
    margin-bottom: 0
}

@media(min-width:1632px) {
  .home__catalog {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home__promo {
    margin: 20px auto
}

.stories__container {
    height: 100%;
    position: relative
}

.stories__progress-bar {
    left: 8px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1
}

.stories__unavailable {
    background-color: #000;
    color: #fff;
    line-height: 140%;
    min-height: 135px;
    padding: 45px 24px 24px;
    text-align: center
}

.stories__loader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 300px;
    padding: 10px;
    z-index: 1080
}

.stories__loader-box {
    animation: spinner-border .75s linear infinite;
    border: 5px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    display: inline-block;
    height: 55px;
    vertical-align: text-bottom;
    width: 55px
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.stories-preview {
    display: flex;
    gap: 8px;
    margin: 0 auto;
    overflow: auto;
    padding: 12px 8px;
    width: 100vw
}

@media(min-width:768px) {
    .stories-preview {
        padding: 3px 12px 0
    }
}

.stories-preview__item {
    background: #282a36;
    border-radius: 50%;
    cursor: pointer;
    height: 48px;
    min-width: 48px;
    overflow: hidden;
    padding: 1.5px;
    position: relative;
    width: 48px
}

.stories-preview__item--new {
    background-image: linear-gradient(180deg, #f41c43, #7331ff)
}

.stories-preview__image-wrap {
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.stories-preview__image-wrap:before {
    background: #040818;
    content: ""
}

.stories-preview__image,
.stories-preview__image-wrap:before {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.stories-preview__image {
    border-radius: 50%;
    max-height: 40px;
    max-width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.stories-progress-bar {
    background: #282a36;
    border-radius: 6px;
    height: 4px;
    overflow: hidden
}

.stories-progress-bar__inner {
    background: var(--btn-gradient, #f41c43);
    height: 100%;
    width: 0
}

.stories-progress-bar__inner--animation {
    animation-name: stories-progress-bar;
    animation-timing-function: linear
}

@keyframes stories-progress-bar {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

.stories-story {
    display: flex;
    height: 740px;
    overflow: hidden;
    padding: 70px 26px;
    position: relative
}

.stories-story__image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.stories-story__image--animation-zoom {
    animation: stories-story-animation-zoom 6s ease-in-out infinite alternate
}

.stories-story .stories-story-bonus-code {
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    background: rgba(4, 8, 24, .6);
    border-radius: 16px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    padding: 16px;
    position: relative;
    text-align: center;
    z-index: 1
}

.stories-story .stories-story-bonus-code .accent {
    color: #59afff
}

.stories-story .stories-story-bonus-code__button,
.stories-story .stories-story-bonus-code__button .link-btn {
    width: 100%
}

.stories-story .stories-story-bonus-code__text {
    line-height: 1.3;
    margin: 0 0 16px
}

.stories-story__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-around;
    min-height: 100%;
    width: 100%
}

.stories-story__content--start {
    justify-content: flex-start
}

@keyframes stories-story-animation-zoom {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.03)
    }
}

.stories-story-background-animation {
    --anim-duration: 12s;
    --anim-amplify: 1.3;
    --bg-url: url("");
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.stories-story-background-animation--V2 {
    --bg-url: url("")
}

.stories-story-background-animation--V3 {
    --bg-url: url("")
}

.stories-story-background-animation--V3:after {
    animation: none;
    background: url("") 100% no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 100%;
    position: absolute;
    scale: 1;
    width: 100%
}

.stories-story-background-animation--V4 {
    --bg-url: url("")
}

.stories-story-background-animation__bg {
    animation: story-background-v1-animation1 var(--anim-duration) ease infinite;
    animation-delay: var(--animation-delay);
    filter: blur(51px);
    height: 740px;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center;
    width: 360px
}

.stories-story-background-animation__bg:after {
    animation: story-background-v1-animation var(--anim-duration) linear infinite;
    animation-delay: var(--animation-delay);
    background-image: var(--bg-url);
    content: "";
    height: 100%;
    position: absolute;
    scale: 1.2;
    width: 100%
}

.stories-story-background-animation__bg2 {
    --animation-delay: calc(var(--anim-duration)/3*-1)
}

.stories-story-background-animation__bg3 {
    --animation-delay: calc(var(--anim-duration)/3*-2)
}

.stories-story-background-animation__babbles {
    --container-width-rate: 3.6px;
    --start-y: 750px
}

@keyframes story-background-v1-animation {
    to {
        transform: rotate(1turn)
    }
}

@keyframes story-background-v1-animation1 {
    0%,
    to {
        transform: translateY(calc(-60%*var(--anim-amplify))) translateX(calc(5%*var(--anim-amplify)))
    }
    50% {
        transform: translateY(calc(40%*var(--anim-amplify))) translateX(calc(-50%*var(--anim-amplify)))
    }
}

.stories-story-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative
}

.stories-story-block__link {
    margin-top: 22px
}

.stories-story-block__button {
    box-shadow: 0 4px 15px rgba(25, 26, 30, .12);
    margin-top: 22px;
    padding: 12px 24px
}

.stories-story-block__button--animation {
    animation: stories-story-block-button-animation 1s ease-in-out infinite alternate
}

@keyframes stories-story-block-button-animation {
    0% {
        transform: scale(.97)
    }
    to {
        transform: scale(1.03)
    }
}

.stories-story-image {
    aspect-ratio: 1/1 auto;
    border-radius: 22px;
    box-shadow: 0 4px 20px rgba(25, 26, 30, .3);
    position: relative;
    transition: all .3s ease;
    width: 100%
}

.stories-story-image:hover {
    transform: scale(1.01)
}

.stories-story-image--bottom {
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    left: 0;
    position: absolute
}

.stories-story-image--icon {
    aspect-ratio: auto 1/1;
    border-radius: 0;
    box-shadow: none;
    height: 114px;
    width: auto
}

.stories-story-image--rectangle {
    aspect-ratio: auto 1/1;
    height: 138px
}

.stories-story-image--bell {
    animation: image-animation-bell 2s ease-in-out infinite
}

.stories-story-image--zoom {
    animation: image-animation-zoom 4s ease-in-out infinite alternate
}

.stories-story-image--zoom-slow {
    animation: image-animation-zoom 6s ease-in-out infinite alternate
}

.stories-story-image--breath,
.stories-story-image--zoom-slow {
    animation: image-animation-zoom 1s ease-in-out infinite alternate
}

@keyframes stories-story-image-animation-zoom {
    0% {
        transform: scale(.97)
    }
    to {
        transform: scale(1.03)
    }
}

@keyframes image-animation-zoom {
    0% {
        transform: scale(.97)
    }
    to {
        transform: scale(1.03)
    }
}

@keyframes image-animation-zoom-slow {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.05)
    }
}

@keyframes image-animation-bell {
    0%,
    10%,
    20% {
        transform: rotate(3deg)
    }
    15%,
    26%,
    5% {
        transform: rotate(-3deg)
    }
    30% {
        transform: rotate(0deg)
    }
}

.stories-story-link {
    display: flex;
    justify-content: center
}

.stories-story-link--bottom {
    margin-top: auto
}

.stories-story-link .stories-story-link__link {
    box-shadow: 0 4px 15px rgba(25, 26, 30, .5);
    padding: 12px 24px;
    transition: all .3s ease
}

.stories-story-link .stories-story-link__link--full-width {
    width: 100%
}

.stories-story-link .stories-story-link__link--breath {
    animation: button-breath 1s ease-in-out infinite alternate
}

.stories-story-link .stories-story-link__link--blink {
    overflow: hidden
}

.stories-story-link .stories-story-link__link--blink:before {
    animation: button-idle 4s -2.4s infinite forwards;
    background: linear-gradient(270deg, transparent 0, #fff 40%, #fff 60%, transparent);
    content: "";
    height: 100%;
    left: 50%;
    opacity: .6;
    position: absolute;
    top: 50%;
    transform: skewX(-25deg) translateX(-250%) translateY(-50%);
    width: 50%;
    z-index: 1
}

.stories-story-link .stories-story-link__link--image {
    box-shadow: none;
    padding: 0;
    width: 100%
}

@keyframes button-breath {
    0% {
        transform: scale(.97)
    }
    to {
        transform: scale(1.03)
    }
}

@keyframes button-idle {
    0%,
    80% {
        transform: skewX(-25deg) translateX(-250%) translateY(-50%)
    }
    to {
        transform: skewX(-25deg) translateX(150%) translateY(-50%)
    }
}

.link-no-styles:link,
.link-no-styles:visited {
    color: inherit;
    cursor: pointer;
    text-decoration: inherit
}

.stories-story-bonus-code {
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background: rgba(38, 38, 38, .55);
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding: 28px 24px 16px;
    position: relative;
    text-align: center
}

.stories-story-bonus-code__icon {
    aspect-ratio: 1/1;
    position: absolute;
    right: 50%;
    top: -15px;
    transform: translateX(50%);
    width: 30px
}

.stories-story-bonus-code .stories-story-bonus-code__button {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .15px;
    line-height: 1.4;
    min-width: 196px;
    padding: 16px 24px
}

.stories-story-bonus-code__text {
    margin: 0 0 12px
}

.stories-story-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-align: center
}

.stories-story-title--animation {
    animation: story-title-animation 1s ease-in-out infinite alternate
}

@keyframes story-title-animation {
    0% {
        transform: scale(.97)
    }
    to {
        transform: scale(1.03)
    }
}

.stories-story-description {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    text-align: center
}

.stories-story-description--big {
    font-size: 30px;
    font-weight: 800;
    line-height: 1
}

.stories-story-description--color-purple {
    color: #cac0ff
}

.stories-story-description__word {
    display: inline-block;
    opacity: 0;
    padding: 0 3px
}

.stories-story-description__word:first-child {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .06s forwards, story-description-fade-in .9s ease-out .06s forwards, story-description-fade-out 1s ease-in-out 2.12s infinite alternate
}

.stories-story-description__word:nth-child(2) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .12s forwards, story-description-fade-in .9s ease-out .12s forwards, story-description-fade-out 1s ease-in-out 2.24s infinite alternate
}

.stories-story-description__word:nth-child(3) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .18s forwards, story-description-fade-in .9s ease-out .18s forwards, story-description-fade-out 1s ease-in-out 2.36s infinite alternate
}

.stories-story-description__word:nth-child(4) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .24s forwards, story-description-fade-in .9s ease-out .24s forwards, story-description-fade-out 1s ease-in-out 2.48s infinite alternate
}

.stories-story-description__word:nth-child(5) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .3s forwards, story-description-fade-in .9s ease-out .3s forwards, story-description-fade-out 1s ease-in-out 2.6s infinite alternate
}

.stories-story-description__word:nth-child(6) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .36s forwards, story-description-fade-in .9s ease-out .36s forwards, story-description-fade-out 1s ease-in-out 2.72s infinite alternate
}

.stories-story-description__word:nth-child(7) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .42s forwards, story-description-fade-in .9s ease-out .42s forwards, story-description-fade-out 1s ease-in-out 2.84s infinite alternate
}

.stories-story-description__word:nth-child(8) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .48s forwards, story-description-fade-in .9s ease-out .48s forwards, story-description-fade-out 1s ease-in-out 2.96s infinite alternate
}

.stories-story-description__word:nth-child(9) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .54s forwards, story-description-fade-in .9s ease-out .54s forwards, story-description-fade-out 1s ease-in-out 3.08s infinite alternate
}

.stories-story-description__word:nth-child(10) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .6s forwards, story-description-fade-in .9s ease-out .6s forwards, story-description-fade-out 1s ease-in-out 3.2s infinite alternate
}

.stories-story-description__word:nth-child(11) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .66s forwards, story-description-fade-in .9s ease-out .66s forwards, story-description-fade-out 1s ease-in-out 3.32s infinite alternate
}

.stories-story-description__word:nth-child(12) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .72s forwards, story-description-fade-in .9s ease-out .72s forwards, story-description-fade-out 1s ease-in-out 3.44s infinite alternate
}

.stories-story-description__word:nth-child(13) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .78s forwards, story-description-fade-in .9s ease-out .78s forwards, story-description-fade-out 1s ease-in-out 3.56s infinite alternate
}

.stories-story-description__word:nth-child(14) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .84s forwards, story-description-fade-in .9s ease-out .84s forwards, story-description-fade-out 1s ease-in-out 3.68s infinite alternate
}

.stories-story-description__word:nth-child(15) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .9s forwards, story-description-fade-in .9s ease-out .9s forwards, story-description-fade-out 1s ease-in-out 3.8s infinite alternate
}

.stories-story-description__word:nth-child(16) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .96s forwards, story-description-fade-in .9s ease-out .96s forwards, story-description-fade-out 1s ease-in-out 3.92s infinite alternate
}

.stories-story-description__word:nth-child(17) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) 1.02s forwards, story-description-fade-in .9s ease-out 1.02s forwards, story-description-fade-out 1s ease-in-out 4.04s infinite alternate
}

.stories-story-description__word:nth-child(18) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) 1.08s forwards, story-description-fade-in .9s ease-out 1.08s forwards, story-description-fade-out 1s ease-in-out 4.16s infinite alternate
}

.stories-story-description__word:nth-child(19) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) 1.14s forwards, story-description-fade-in .9s ease-out 1.14s forwards, story-description-fade-out 1s ease-in-out 4.28s infinite alternate
}

.stories-story-description__word:nth-child(20) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) 1.2s forwards, story-description-fade-in .9s ease-out 1.2s forwards, story-description-fade-out 1s ease-in-out 4.4s infinite alternate
}

@keyframes story-description-fade-out {
    to {
        opacity: .5
    }
}

.games-block-story {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    position: relative
}

.games-block-story__item {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(25, 26, 30, .3);
    overflow: hidden
}

.games-block-story__item--breath {
    animation: game-image-breath-down 1s ease-in-out infinite alternate
}

.games-block-story__item--fade-in {
    animation: game-image-fade-in .3s ease-out forwards;
    opacity: 0
}

.games-block-story__item--fade-in-breath {
    animation: game-image-fade-in .3s ease-out forwards, game-image-breath-up 1s ease-in-out infinite alternate;
    opacity: 0
}

.games-block-story__default {
    aspect-ratio: 1/1
}

@keyframes game-image-breath-down {
    to {
        transform: scale(.97)
    }
}

@keyframes game-image-breath-up {
    to {
        transform: scale(1.05)
    }
}

@keyframes game-image-fade-in {
    0% {
        transform: scale(.2)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.game-only-image .game-only-image__button {
    align-items: center;
    cursor: pointer;
    display: flex;
    line-height: 0;
    transition: opacity .3s ease;
    width: 100%
}

.game-only-image .game-only-image__button:hover {
    opacity: .7
}

.game-only-image__img {
    aspect-ratio: 1/1;
    border-radius: 8px;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.stories-story-text {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    text-align: center
}

.stories-story-text--small {
    font-size: 18px;
    line-height: 1.3
}

.stories-story-text__word {
    display: inline-block;
    opacity: 0;
    padding: 0 3px
}

.stories-story-text__word:first-child {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .06s forwards, story-description-fade-in .9s ease-out .06s forwards
}

.stories-story-text__word:nth-child(2) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .12s forwards, story-description-fade-in .9s ease-out .12s forwards
}

.stories-story-text__word:nth-child(3) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .18s forwards, story-description-fade-in .9s ease-out .18s forwards
}

.stories-story-text__word:nth-child(4) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .24s forwards, story-description-fade-in .9s ease-out .24s forwards
}

.stories-story-text__word:nth-child(5) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .3s forwards, story-description-fade-in .9s ease-out .3s forwards
}

.stories-story-text__word:nth-child(6) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .36s forwards, story-description-fade-in .9s ease-out .36s forwards
}

.stories-story-text__word:nth-child(7) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .42s forwards, story-description-fade-in .9s ease-out .42s forwards
}

.stories-story-text__word:nth-child(8) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .48s forwards, story-description-fade-in .9s ease-out .48s forwards
}

.stories-story-text__word:nth-child(9) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .54s forwards, story-description-fade-in .9s ease-out .54s forwards
}

.stories-story-text__word:nth-child(10) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .6s forwards, story-description-fade-in .9s ease-out .6s forwards
}

.stories-story-text__word:nth-child(11) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .66s forwards, story-description-fade-in .9s ease-out .66s forwards
}

.stories-story-text__word:nth-child(12) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .72s forwards, story-description-fade-in .9s ease-out .72s forwards
}

.stories-story-text__word:nth-child(13) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .78s forwards, story-description-fade-in .9s ease-out .78s forwards
}

.stories-story-text__word:nth-child(14) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .84s forwards, story-description-fade-in .9s ease-out .84s forwards
}

.stories-story-text__word:nth-child(15) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .9s forwards, story-description-fade-in .9s ease-out .9s forwards
}

.stories-story-text__word:nth-child(16) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) .96s forwards, story-description-fade-in .9s ease-out .96s forwards
}

.stories-story-text__word:nth-child(17) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) 1.02s forwards, story-description-fade-in .9s ease-out 1.02s forwards
}

.stories-story-text__word:nth-child(18) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) 1.08s forwards, story-description-fade-in .9s ease-out 1.08s forwards
}

.stories-story-text__word:nth-child(19) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) 1.14s forwards, story-description-fade-in .9s ease-out 1.14s forwards
}

.stories-story-text__word:nth-child(20) {
    animation: story-description-zoom .6s cubic-bezier(0, 1.445, .21, .95) 1.2s forwards, story-description-fade-in .9s ease-out 1.2s forwards
}

@keyframes story-description-fade-in {
    to {
        opacity: 1
    }
}

@keyframes story-description-zoom {
    0% {
        transform: scale(2)
    }
    to {
        transform: scale(1)
    }
}

.slick-arrow {
    align-items: center;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 9px;
    height: 46px;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    transition: none;
    width: 46px
}

.slick-arrow:focus,
.slick-arrow:hover,
.slick-arrow__control--active .slick-arrow {
    background: linear-gradient(180deg, #2b4979, #21314f)
}

.slick-arrow.slick-disabled {
    background: #202740 !important;
    cursor: not-allowed;
    opacity: .9
}

.slick-arrow.slick-next {
    right: 0;
    top: -13px;
    transform: translateY(-100%)
}

.slick-arrow.slick-prev {
    right: 52px;
    top: -13px;
    transform: translateY(-100%)
}

.slick-arrow--prev {
    right: 40px
}

.slick-arrow--center {
    right: -16px;
    top: 50%;
    transform: translateY(-50%)
}

.slick-arrow--center.slick-arrow--prev {
    left: -16px;
    right: auto
}

.slick-arrow--outside {
    right: -66px
}

.slick-arrow--outside.slick-arrow--prev {
    left: -66px;
    right: auto
}

.slick-arrow:focus,
.slick-arrow:hover,
.slick-arrow__control--active .slick-arrow {
    background: #0a0513;
    border: 1px solid hsla(0, 0%, 100%, .4)
}

.modal--story .slick-arrow {
    background: #0a0513;
    border-radius: 50%;
    height: 25px;
    width: 25px
}

.home-slider.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.home-slider.slick-slider .slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.home-slider.slick-slider .slick-list:focus {
    outline: none
}

.home-slider.slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.home-slider.slick-slider .slick-list,
.home-slider.slick-slider .slick-track {
    transform: translateZ(0)
}

.home-slider.slick-slider .slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.home-slider.slick-slider .slick-track:after,
.home-slider.slick-slider .slick-track:before {
    content: "";
    display: table
}

.home-slider.slick-slider .slick-track:after {
    clear: both
}

.slick-loading .home-slider.slick-slider .slick-track {
    visibility: hidden
}

.home-slider.slick-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 100%;
}

[dir=rtl] .home-slider.slick-slider .slick-slide {
    float: right
}

.home-slider.slick-slider .slick-slide img {
    border-radius: 0px;
    display: block
}

.home-slider.slick-slider .slick-slide.slick-loading img {
    display: none
}

.home-slider.slick-slider .slick-slide.dragging img {
    pointer-events: none
}

.home-slider.slick-slider.slick-initialized .slick-slide {
    display: block
}

.home-slider.slick-slider.slick-loading .slick-slide {
    visibility: hidden
}

.home-slider.slick-slider.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.home-slider.slick-slider .slick-arrow.slick-hidden {
    display: none
}

.home-slider.slick-slider .slick-next,
.home-slider.slick-slider .slick-prev {
    display: block;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

@media(min-width:768px) {
    .home-slider.slick-slider .slick-next,
    .home-slider.slick-slider .slick-prev {
        font-size: 24px
    }
}

.home-slider.slick-slider .slick-prev {
    left: 10px
}

.home-slider.slick-slider .slick-next {
    right: 10px
}

@media(min-width:768px) {
    .home-slider.slick-slider .slick-prev {
        left: 8px
    }
    .home-slider.slick-slider .slick-next {
        right: 8px
    }
}

.home-slider.slick-slider.slick-dotted {
    margin-bottom: 30px
}

.home-slider.slick-slider .slick-dots {
    bottom: 8px;
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

@media(min-width:768px) {
    .home-slider.slick-slider .slick-dots {
        bottom: 9px
    }
}

@media(min-width:1248px) {
    .home-slider.slick-slider .slick-dots {
        bottom: 7px
    }
}

.home-slider.slick-slider .slick-dots .slick-active {
    margin: 0 10px
}

.home-slider.slick-slider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 6px 2px;
    padding: 0;
    position: relative
}

.home-slider.slick-slider .slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0px;
    outline: none;
    padding: 0;
    position: relative;
    width: 12px
}

.home-slider.slick-slider .slick-dots li button:hover {
    outline: none
}

.home-slider.slick-slider .slick-dots li button:hover:before {
    opacity: 1
}

.home-slider.slick-slider .slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    font-size: 4px;
    height: 4px;
    left: 50%;
    opacity: .3;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    width: 4px
}

.home-slider.slick-slider .slick-dots li.slick-active button:before {
    background-color: #ff3030;
    border-radius: 24px;
    opacity: .75;
    width: 20px
}

.home-slider-wrapper {
    padding: 0px
}

@media(min-width:768px) {
    .home-slider-wrapper {
        padding: 0px
    }
}

.sb-matches {
    align-items: center;
    background: url("../img/sportsbook_v3_image.c132bad5..webp") no-repeat 0 100%/cover;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    min-height: 270px;
    overflow: hidden;
    padding: 12px 16px 28px;
    position: relative;
    text-align: left
}

@media(min-width:768px) {
    .sb-matches {
        flex-direction: row;
        justify-content: space-between;
        padding: 24px 24px 28px
    }
}

.sb-matches__content {
    max-width: 170px;
    width: 100%
}

@media(min-width:768px) {
    .sb-matches__content {
        max-width: unset
    }
}

.sb-matches__content-wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
    width: 100%
}

@media(min-width:768px) {
    .sb-matches__content-wrap {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 0;
        max-width: 227px
    }
}

.sb-matches__desc,
.sb-matches__title {
    color: #fff;
    text-transform: uppercase
}

.sb-matches__desc {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 13.99px;
    margin-bottom: 4px
}

@media(min-width:768px) {
    .sb-matches__desc {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .01em;
        line-height: 22px;
        margin-bottom: 8px
    }
}

.sb-matches__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px
}

@media(min-width:768px) {
    .sb-matches__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 12px;
        text-align: left
    }
}

.sb-matches__promo {
    display: inline-block;
    margin: 0 0 20px;
    text-align: center
}

@media(min-width:1248px) {
    .sb-matches__promo {
        margin: 0;
        text-align: left
    }
}

.sb-matches__item {
    padding: 0 4px
}

.sb-matches__item-wrap {
    align-items: center;
    background: rgba(32, 33, 42, .9);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 167px;
    padding: 8px 6px
}

.sb-matches__header {
    color: #a9abbe;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
    text-align: center;
    width: 100%
}

.sb-matches__event,
.sb-matches__header {
    align-items: center;
    display: flex;
    flex-direction: row
}

.sb-matches__event {
    justify-content: flex-start;
    max-width: 60px
}

.sb-matches__event:first-of-type {
    max-width: calc(100% - 70px)
}

.sb-matches__event-icon {
    margin-right: 8px
}

.sb-matches__event-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sb-matches__teams {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0 0;
    width: 100%
}

.sb-matches__link-wrap {
    margin: 25px 0 0;
    text-align: center
}

@media(min-width:576px) {
    .sb-matches__link-wrap {
        margin: 45px 0 0
    }
}

.sb-matches .sb-team {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 33.3333333333%
}

.sb-matches .sb-team .sb-matches .sb-team__img {
    max-height: 50px;
    width: auto
}

.sb-matches .sb-team__name {
    font-size: 14px;
    font-weight: 500;
    margin: 6px 0 0;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sb-matches .slick-arrow {
    display: none !important
}

.sb-matches .matches-slider-wrap {
    max-width: 100%
}

@media(min-width:768px) {
    .sb-matches .matches-slider-wrap {
        max-width: calc(100% - 251px)
    }
}

.sb-matches .slick-dots {
    bottom: -25px;
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.sb-matches .slick-dots .slick-active {
    margin: 0 10px
}

.sb-matches .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 6px 2px;
    padding: 0;
    position: relative
}

.sb-matches .slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0px;
    outline: none;
    padding: 0;
    position: relative;
    width: 12px
}

.sb-matches .slick-dots li button:hover {
    outline: none
}

.sb-matches .slick-dots li button:hover:before {
    opacity: 1
}

.sb-matches .slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    font-size: 4px;
    height: 4px;
    left: 50%;
    opacity: .3;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    width: 4px
}

.sb-matches .slick-dots li.slick-active button:before {
    background-color: #ff3030;
    border-radius: 24px;
    opacity: 1;
    width: 20px
}

.matches-slider.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.matches-slider.slick-slider .slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.matches-slider.slick-slider .slick-list:focus {
    outline: none
}

.matches-slider.slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.matches-slider.slick-slider .slick-list,
.matches-slider.slick-slider .slick-track {
    transform: translateZ(0)
}

.matches-slider.slick-slider .slick-track {
    display: flex;
    flex-direction: row;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.matches-slider.slick-slider .slick-track:after,
.matches-slider.slick-slider .slick-track:before {
    content: "";
    display: table
}

.matches-slider.slick-slider .slick-track:after {
    clear: both
}

.slick-loading .matches-slider.slick-slider .slick-track {
    visibility: hidden
}

.matches-slider.slick-slider .slick-slide {
    display: none;
    float: left;
    height: 167px;
    min-height: 1px
}

[dir=rtl] .matches-slider.slick-slider .slick-slide {
    float: right
}

.matches-slider.slick-slider .slick-slide img {
    border-radius: 6px;
    display: block
}

.matches-slider.slick-slider .slick-slide.slick-loading img {
    display: none
}

.matches-slider.slick-slider .slick-slide.dragging img {
    pointer-events: none
}

.matches-slider.slick-slider .slick-slide>div {
    height: 167px
}

.matches-slider.slick-slider.slick-initialized .slick-slide {
    display: block
}

.matches-slider.slick-slider.slick-loading .slick-slide {
    visibility: hidden
}

.matches-slider.slick-slider.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.matches-slider.slick-slider .slick-arrow.slick-hidden,
.matches-slider.slick-slider .slick-next,
.matches-slider.slick-slider .slick-prev {
    display: none
}

.sb-odds {
    display: flex;
    gap: 3px;
    margin: 10px 0 0;
    width: 100%
}

.sb-odds__link {
    background: rgba(0, 0, 0, .32);
    border-radius: 4px;
    color: hsla(0, 0%, 100%, .6);
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
    padding: 10px;
    text-transform: uppercase;
    transition: background .3s ease;
    width: calc(33.33333% - 2px)
}

.sb-odds__link:hover {
    background: rgba(30, 30, 30, .5)
}

.sb-odds__link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px
}

.sb-odds .sb-odds__lock {
    margin: auto
}
