.xh1ArW_stories {
    gap: 16px;
    margin: 12px 0;
    display: grid
}

.xh1ArW_storiesContainer {
    display: grid;
    position: relative
}

.xh1ArW_storiesVideoContainer {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.xh1ArW_tilesContainer {
    scroll-behavior: smooth;
    z-index: 0;
    gap: 8px;
    width: 100%;
    display: flex;
    overflow: auto !important
}

.xh1ArW_tilesContainer::-webkit-scrollbar {
    display: none
}

.xh1ArW_playButtonContainer {
    aspect-ratio: 1;
    z-index: 2;
    cursor: pointer;
    background: #000;
    border: 0;
    border-radius: 100%;
    grid-area: 1/1;
    justify-content: center;
    place-self: center;
    align-items: center;
    width: 40%;
    padding: 0;
    transition: all .3s;
    display: flex
}

.xh1ArW_playButtonContainer.xh1ArW_playButtonContainerStatic {
    z-index: 1
}

.xh1ArW_playButtonContainer svg {
    width: 50%;
    height: 50%
}

.xh1ArW_storyTile:hover .xh1ArW_playButtonContainer {
    transform: scale(1.1)
}

.xh1ArW_storyVideoImage {
    grid-area: 1/1;
    width: 100%;
    max-width: 80px;
    display: grid
}

.xh1ArW_storyVideo {
    z-index: 2;
    object-fit: cover;
    box-sizing: border-box;
    grid-area: 1/1;
    width: 100%;
    height: 80px
}

.xh1ArW_storyVideo track[kind=captions] {
    display: none
}

.xh1ArW_textOverlayContainer {
    z-index: 3;
    background: #00000026;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    white-space: unset !important
}

.xh1ArW_textOverlay {
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.xh1ArW_storyVideo::-webkit-media-controls {
    display: none
}

.xh1ArW_storyTile {
    flex-shrink: 0;
    grid-auto-rows: min-content;
    gap: 4px;
    width: 100%;
    max-width: 80px;
    display: grid;
    position: relative;
    cursor: pointer !important
}

.xh1ArW_storySkeletonTile {
    border: 2px dashed #dfe0e2;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    animation-name: xh1ArW_skeleton;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    cursor: default !important;
    display: flex !important
}

.xh1ArW_skeletonContent {
    background: #f4f5f7;
    border-radius: 50px;
    width: 74px;
    height: 74px;
    display: flex !important
}

@keyframes xh1ArW_skeleton {
    0% {
        border-color: #dfe0e2
    }

    50% {
        border-color: #f4f5f7
    }

    to {
        border-color: #dfe0e2
    }
}

.xh1ArW_storyImage {
    object-fit: cover;
    box-sizing: border-box;
    z-index: 1;
    grid-area: 1/1;
    width: 100%;
    height: 80px
}

.xh1ArW_storyName {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden
}

.xh1ArW_arrowButtonContainer {
    z-index: 13;
    cursor: pointer;
    background: #fff;
    border: 0;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 100%;
    min-height: 20px;
    padding: 0;
    transition: all .3s;
    display: flex;
    position: absolute
}

.xh1ArW_arrowButtonContainer[data-visibility=hidden] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.xh1ArW_arrowButtonContainer[data-visibility=visible] {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.xh1ArW_arrowButtonContainer>svg {
    background: #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    padding: 4px;
    transition: all .3s
}

.xh1ArW_arrowButtonContainer:hover>svg {
    transform: scale(1.1)
}

.xh1ArW_nextArrowButtonContainer {
    display: flex;
    transform: rotate(180deg)
}

.xh1ArW_nextArrowButtonContainer:hover {
    transform: rotate(180deg)scale(1.1)
}

@media screen and (max-width:450px) {
    .xh1ArW_arrowButtonContainer {
        display: none !important
    }
}

@media screen and (max-height:450px) {
    .xh1ArW_arrowButtonContainer {
        display: none !important
    }
}

.HeM_QG_mainContainer {
    z-index: 2147483647 !important;
    background: #00000080 !important;
    place-content: center !important;
    place-items: center !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important
}

.HeM_QG_tolstoyModal {
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    border-radius: 10px !important;
    line-height: 0 !important;
    transition: all .3s !important;
    position: fixed !important;
    top: auto !important;
    box-shadow: 0 0 60px #00000026 !important
}

.HeM_QG_tolstoyEmbedModal {
    box-sizing: border-box !important;
    z-index: 42 !important;
    border-radius: 10px !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    line-height: 0 !important;
    transition: all .3s !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    box-shadow: 0 0 60px #00000026 !important
}

.HeM_QG_tolstoyCenteredModal {
    position: relative;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    border-radius: 10px !important;
    line-height: 0 !important;
    transition: all .3s !important;
    box-shadow: 0 0 60px #00000026 !important
}

.HeM_QG_tolstoyModalVertical {
    width: 369px !important;
    min-width: 269px !important;
    max-width: 540px !important;
    height: 656px !important;
    min-height: 479px !important;
    max-height: 960px !important
}

.HeM_QG_feedSmallModal {
    width: 369px !important;
    height: 656px !important
}

@media only screen and (max-height:700px) {
    .HeM_QG_feedSmallModal {
        height: calc(100% - 50px) !important
    }
}

.HeM_QG_tolstoyModalHorizontal {
    width: 640px !important;
    min-width: 640px !important;
    max-width: 960px !important;
    height: 360px !important;
    min-height: 360px !important;
    max-height: 540px !important
}

@media only screen and (max-width:450px) {
    .HeM_QG_tolstoyModalHorizontal {
        width: 100% !important;
        min-width: 100% !important;
        height: 540px !important;
        box-shadow: none !important
    }

    .HeM_QG_tolstoyModalVertical {
        width: 100% !important;
        min-width: 100% !important;
        height: 100% !important;
        min-height: 100% !important
    }
}

@media only screen and (max-height:450px) and (min-aspect-ratio:13/9) {
    .HeM_QG_tolstoyModalHorizontal {
        width: 66vw !important;
        min-width: 66vw !important;
        height: 66vh !important;
        min-height: 66vh !important
    }

    .HeM_QG_tolstoyModalVertical {
        width: 33vw !important;
        min-width: 33vw !important;
        height: 70vh !important;
        min-height: 70vh !important
    }
}

.HeM_QG_tolstoyModalBottomLeft {
    left: 32px;
    bottom: 27px !important
}

.HeM_QG_tolstoyModalBottomRight {
    bottom: 27px !important;
    right: 25px !important
}

.HeM_QG_iframeContainer {
    line-height: 0 !important;
    position: static !important;
    overflow: hidden !important
}

@keyframes HeM_QG_spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.HeM_QG_iframeLoaderContainer {
    background-color: #fff;
    margin: auto;
    position: absolute;
    inset: 0
}

.HeM_QG_iframeLoaderBox {
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    inset: 0
}

.HeM_QG_iframeLoader {
    box-sizing: border-box;
    z-index: 1;
    border: 2px solid #0000;
    border-top-color: #3498db;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: 1.2s ease-in-out infinite HeM_QG_spin;
    display: flex !important
}

.HeM_QG_tolstoyIframe {
    background: #000000e6;
    box-sizing: border-box !important;
    border: none !important;
    border-radius: 10px !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow: hidden !important
}

@supports ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))) {
    .HeM_QG_tolstoyIframe {
        -webkit-backdrop-filter: blur(20px);
        background: #000c
    }
}

.HeM_QG_feedTolstoyIframe {
    border-radius: 0 !important
}

.HeM_QG_closeButton {
    transition: all .7s;
    box-shadow: 0 2px 4px #0003;
    z-index: 2147483647 !important;
    color: #353535 !important;
    cursor: pointer !important;
    transform-origin: 50% !important;
    background: #2f3137 !important;
    border-radius: 20px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 26px !important;
    height: 26px !important;
    display: flex !important;
    position: absolute !important;
    top: -8px !important;
    right: -8px !important
}

.HeM_QG_feedCloseButton {
    background: #0003;
    padding: 9px;
    z-index: 2147483647 !important;
    cursor: pointer !important;
    border-radius: 100px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    position: absolute !important;
    top: 16px !important;
    left: 16px !important
}

.HeM_QG_feedCloseButton>svg {
    width: 18px !important;
    height: 18px !important
}

.HeM_QG_mobileFeedCloseButton {
    background: #0000004d;
    transition: all .15s;
    cursor: pointer !important;
    z-index: 999999 !important;
    border-radius: 100px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: flex !important;
    position: absolute !important;
    top: 16px !important;
    left: 8px !important
}

@supports ((-webkit-backdrop-filter:blur(4px)) or (backdrop-filter:blur(4px))) {
    .HeM_QG_mobileFeedCloseButton {
        -webkit-backdrop-filter: blur(4px);
        background: #0003
    }
}

.HeM_QG_mobileFeedCloseButton>svg {
    width: 18px !important;
    height: 18px !important
}

.HeM_QG_hideFeedCloseButton {
    opacity: 0;
    pointer-events: none
}

.HeM_QG_closeButton:hover {
    transform: rotate(180deg)
}

@media only screen and (max-width:450px) {
    .HeM_QG_tolstoyModal {
        bottom: 0 !important
    }

    .HeM_QG_tolstoyModalVertical {
        bottom: -20px !important
    }

    .HeM_QG_closeButton {
        top: -6px !important;
        left: 6px !important
    }

    .HeM_QG_feedCloseButton {
        background: #0000004d;
        transition: all .15s;
        z-index: 999999 !important;
        padding: 7px !important;
        top: 16px !important;
        left: 8px !important
    }

    @supports ((-webkit-backdrop-filter:blur(4px)) or (backdrop-filter:blur(4px))) {
        .HeM_QG_feedCloseButton {
            -webkit-backdrop-filter: blur(4px);
            background: #0003
        }
    }

    .HeM_QG_feedCloseButton>svg {
        width: 18px !important;
        height: 18px !important
    }

    .HeM_QG_closeButtonVertical {
        top: 0 !important;
        right: 3px !important
    }

    .HeM_QG_tolstoyIframeVertical {
        background: #000000b3 !important;
        padding-bottom: 20px !important
    }

    .HeM_QG_tolstoyIframe {
        background: 0 0 !important;
        border-radius: 20px 20px 0 0 !important;
        padding-top: 0 !important
    }

    .HeM_QG_feedTolstoyIframe,
    .HeM_QG_embedTolstoyIframe {
        border-radius: 0 !important;
        padding: 0 !important
    }

    .HeM_QG_rebuyCartShown {
        position: relative !important
    }
}

@media only screen and (max-width:660px) {
    .HeM_QG_tolstoyModal {
        right: 0 !important
    }

    .HeM_QG_tolstoyModalBottomLeft {
        left: 0
    }
}

.HeM_QG_tolstoyWidgetShown {
    overflow: hidden
}

.HeM_QG_feedModal {
    transform: translateZ(.1px);
    border-radius: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important
}

@media only screen and (max-height:700px) {
    .HeM_QG_tolstoyModalVerticalSmall {
        height: calc(100% - 50px) !important;
        min-height: unset !important
    }
}

.HeM_QG_rebuyCartShown {
    z-index: 2147483636 !important
}