.timeline{height:3px;position:relative;margin:0 12px;display:flex;z-index:5}.timeline--paused .timeline__itemFill--current{animation-play-state:paused}.timeline__item{overflow:hidden;position:relative;margin:0 4px 0 0;border-radius:32px}.timeline__item:last-child{margin:0}.timeline__itemBackground{background-color:hsla(0,0%,100%,.35)}.timeline__itemBackground,.timeline__itemFill{height:100%;position:absolute;top:0;left:0;width:100%}.timeline__itemFill{border-radius:32px}.timeline__itemFill--past{background:#fff}.timeline__itemFill--current{animation:fillProgress var(--duration) linear forwards;background:linear-gradient(90deg,#fff,#fff);background-size:0 100%;background-repeat:no-repeat}@keyframes fillProgress{0%{background-size:0 100%}to{background-size:100% 100%}}.frame{right:0;position:absolute;bottom:0;top:0;left:0}.frame__img,.frame__video{object-fit:cover;z-index:2}.frame__img,.frame__loading,.frame__video{height:100%;right:0;position:absolute;bottom:0;top:0;left:0;width:100%}.frame__loading{justify-content:center;color:#fff;align-items:center;background:#000;display:flex;z-index:4}.frame__spinner{height:48px;border:2px solid;border-color:#fff #fff #fff0;animation:rotation 1s linear infinite;box-sizing:border-box;border-radius:50%;width:48px;display:inline-block}.frame__loadingFade-leave-active{transition:opacity .5s}.frame__loadingFade-leave-to{opacity:0}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.action{overflow:hidden;min-height:55px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-overflow:ellipsis;justify-content:center;right:32px;color:#fff;font:600 17px/21px sans-serif;transition:.3s ease;position:absolute;bottom:32px;align-items:center;border-radius:12px;background:rgba(0,0,0,.5);cursor:pointer;left:32px;text-wrap:nowrap;display:flex;z-index:3}.action:hover{background:#000}.action--clicked{animation:pressAnimation .2s ease}@keyframes pressAnimation{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}.action__appliedIco{height:13px;position:absolute;top:3px;left:-28px;width:18px}.action__animationShine{animation:textShine 2s linear infinite;position:relative;background:linear-gradient(90deg,#959595 20%,#d0cccc 25%,#fff 36%,#959595 83%);-webkit-background-clip:text;background-clip:text;background-size:500% auto;-webkit-text-fill-color:#fff0;text-fill-color:#fff0}.action__animationShine--start{animation:textShine 1s linear infinite}@keyframes textShine{0%{background-position:100% 50%}to{background-position:0 50%}}.action__animationRipple{animation:ripple 1s;height:100px;position:absolute;opacity:0;background-color:#fff;border-radius:50%;margin-left:-50px;width:100px;margin-top:-50px}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(10);opacity:0}}@media(max-width:700px){.action__appliedIco{top:4px}.action:hover{background:rgba(0,0,0,.5)}}.story{height:100%;overflow:hidden;backface-visibility:hidden;transform-style:preserve-3d;position:absolute;border-radius:24px;width:100%;z-index:3}.story--next,.story--prev{z-index:2}.story__header{padding:10px 0 0;transition:opacity .5s ease;position:relative;opacity:1;z-index:5}.story__header--hidden{opacity:0}.story__nav{right:0;position:absolute;bottom:0;top:0;left:0;display:flex;z-index:2}.story__navLeft,.story__navRight{height:100%;width:50%}.story__close{height:30px;right:12px;transition:.2s ease;position:absolute;top:20px;border-radius:30px;background:rgba(0,0,0,.3) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.758 12.244 7 7l5.243 5.243m0-10.486L7 7 1.758 1.758'/%3E%3C/svg%3E") no-repeat 50% 50%;cursor:pointer;width:30px;z-index:80}.story__close:hover{background-color:rgba(0,0,0,.8)}.story__shadow{height:73px;right:0;position:absolute;top:0;background:linear-gradient(180deg,rgba(0,0,0,.2),#fff0);left:0;z-index:1}@media(max-width:700px){.story{border-radius:0;background:#000;width:100%}}.swipeble{height:calc(100vh - 100px);overflow:hidden;transform-style:preserve-3d;position:relative;max-width:1080px;max-height:1920px;perspective:1000px;aspect-ratio:9/16;margin:0 auto;width:100%}@media(max-width:700px){.swipeble{transition:height .2s linear;max-width:unset;max-height:unset;aspect-ratio:unset;width:100vw}.swipeble--hideSlides .story--next,.swipeble--hideSlides .story--prev{display:none}}.storiesViewer{overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);justify-content:center;right:0;position:fixed;bottom:0;top:0;align-items:center;background:#000;left:0;touch-action:none;display:flex;z-index:999999}.storiesViewer__bgCurrent,.storiesViewer__bgNext{height:calc(100% + 120px);filter:blur(30px);-webkit-filter:blur(30px);transition:opacity 1s;position:fixed;background-size:cover;top:-60px;background-position:50%;left:-60px;width:calc(100% + 120px);background-repeat:no-repeat;z-index:0}.storiesViewer__bgNext{opacity:0;z-index:1}.storiesViewer__wrapper{transform:translateY(50px);transition:all .3s ease;opacity:0;align-items:center;display:flex;z-index:2}.storiesViewer__wrapper--visible{transform:translateY(0);opacity:1}.stories__arrow{height:25px;color:#fff;transition:opacity .3s ease;opacity:.5;margin:0 30px;cursor:pointer;width:25px}.stories__arrow--right{transform:rotate(180deg)}.stories__arrow--disabled{color:#464646;cursor:not-allowed}.stories__arrow:not(.stories__arrow--disabled):hover{opacity:1}@media(max-width:700px){.storiesViewer{backdrop-filter:unset;background:#fff0}.storiesViewer__bgNext,.stories__arrow{display:none}}.stories__card{height:266px;overflow:hidden;flex-shrink:0;transition:transform .2s ease;position:relative;margin:0 20px 0 0;border-radius:12px;cursor:pointer;width:calc(25% - 15px);user-select:none}.stories__card:hover{transform:scale(1.05)}.stories__card:nth-last-child(2){margin:0}.stories__cardWrap{right:0;position:absolute;bottom:0;top:0;left:0}.stories__cardImg{height:100%;pointer-events:none;object-fit:cover;width:100%}#promoStories__module{height:296px}.stories{position:relative;display:block}.stories::-webkit-scrollbar{display:none}.stories__wrapper{overflow:hidden;overflow-x:auto;padding:10px 10px 20px;position:relative;-webkit-overflow-scrolling:touch;margin:-10px -10px 0;align-items:center;width:calc(100% + 20px);scrollbar-width:none;display:flex}.stories__wrapper::-webkit-scrollbar{display:none}.stories--many .stories__card{height:246px;width:190px}.stories__card--hide{height:0!important;padding:0;margin:0!important;width:0!important}.stories__shadow{pointer-events:none;transition:opacity .15s ease-out;position:absolute;opacity:0;bottom:0;top:-10px;transform-origin:left;background:linear-gradient(-270deg,#fff -1.16%,#fff0);left:0;width:129px;z-index:3}.stories__shadow~.stories__shadow{right:0;transform-origin:right;border-radius:0;background:linear-gradient(270deg,#fff -1.16%,#fff0);left:auto}.stories__shadowLeft .stories__shadow:first-child,.stories__shadowRight .stories__shadow:not(:first-child){opacity:1}.stories__wrapArrow{height:32px;border:2px solid #f2f2f2;transition:visibility .15s ease,opacity .15s ease-out,filter .3s ease;position:absolute;opacity:0;visibility:hidden;top:calc(50% - 20px);border-radius:50%;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' fill='none' viewBox='0 0 6 10'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1.6' d='m1 1 3.859 3.859a.2.2 0 0 1 0 .282L1 9'/%3E%3C/svg%3E") no-repeat 55% 50%;cursor:pointer;width:32px;z-index:4}.stories__wrapArrow:hover{filter:invert(1);-webkit-filter:invert(1)}.stories__wrapArrow--left{transform:rotate(180deg);left:-16px}.stories__shadowLeft .stories__wrapArrow--left{opacity:1;visibility:visible}.stories__wrapArrow--right{right:-16px}.stories__shadowRight .stories__wrapArrow--right{opacity:1;visibility:visible}.stories__after,.stories__before{height:100%;transition:opacity .15s ease-out;position:absolute;opacity:0;top:0;background:#fff;width:10px;z-index:1}.stories__before{left:-10px}.stories__after{right:-10px}.stories__shadowLeft .stories__before,.stories__shadowRight .stories__after{opacity:1}.fade-enter-active{transition:all .3s ease-out}.fade-leave-active{transition:all .2s ease-in}.fade-enter,.fade-leave-to{opacity:0}.html--default .stories__card{height:345px}.html--default .stories__shadow{display:none}.html--default .stories__wrapArrow{height:50px;border:none;transition:background-color .2s ease;background:hsla(0,0%,100%,.65) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none' viewBox='0 0 13 20'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='3' d='m2 2 8 8-8 8'/%3E%3C/svg%3E") no-repeat 55% 50%;width:50px}.html--default .stories__wrapArrow:hover{filter:none;background-color:hsla(0,0%,92%,.65)}.html--default .stories__wrapArrow--right{right:20px}.html--default .stories__wrapArrow--left{left:20px}.html--default .stories__after,.html--default .stories__before{display:none}.html--air .stories{margin:14px 0 0}.html--air .stories__card{height:0;padding-bottom:30.264%}.html--air .stories__shadow{display:none}.html--air .stories__wrapArrow{height:50px;border:none;transition:background-color .2s ease;top:calc(50% - 30px);background:hsla(0,0%,100%,.65) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' fill='none' viewBox='0 0 13 20'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='3' d='m2 2 8 8-8 8'/%3E%3C/svg%3E") no-repeat 55% 50%;width:50px}.html--air .stories__wrapArrow:hover{filter:none;background-color:hsla(0,0%,92%,.65)}.html--air .stories__wrapArrow--right{right:20px}.html--air .stories__wrapArrow--left{left:20px}.html--air .stories__after,.html--air .stories__before{display:none}