.view{background:#fff;justify-content:center;width:100%;max-width:450px;height:100vh;margin:0 auto;padding:0 0 16px;display:flex}.view--safe-ios{padding-bottom:37px}.button{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:5px;width:100%;padding:16px 0;font-size:17px;font-weight:500;display:flex}.button--primary{background:var(--accent-color-gradient);color:var(--accent-color-text)}.button--secondary{background:var(--light-gray);color:var(--accent-color-static)}.button:disabled{color:#b7b7b7;background:#eee}.button:disabled>svg{--accent-color-static:#eee;--accent-color-text:#b7b7b7}.input{z-index:4;align-items:center;gap:16px;width:100%;display:flex;position:relative}.input__inner{z-index:2;background:#f7f7f7;border-radius:16px;justify-content:space-between;align-items:center;width:100%;transition:all .2s;display:flex}.input.focus .input__inner{width:82%}.input__vanilla{color:#000;width:100%;caret-color:var(--accent-color-static);background:0 0;border:none;outline:none;flex:1;padding:18px;font-size:15px;font-weight:400}.input__inner::placeholder{color:#7a7a7a}.input__icon{color:#7a7a7a;margin-left:10px}.input__clear{cursor:pointer;background:url(images/icons/button-clear.svg) 50%/contain no-repeat;width:17px;height:17px;margin-left:8px;margin-right:16px}.input__clear:hover{opacity:.9}.input__cancel{opacity:0;color:var(--accent-color-static);z-index:1;background:0 0;border:none;outline:none;font-size:17px;transition:opacity .2s;position:absolute;right:16px}.input.focus .input__cancel{opacity:1;display:block}.radio-button{cursor:pointer;width:100%;font-size:17px;font-weight:500}.radio-button__vanilla{clip-path:inset(0);width:0;height:0;position:absolute}.radio-button__inner{background:var(--light-gray);color:#000;border-radius:16px;justify-content:center;align-items:center;gap:5px;width:100%;padding:16px 0;display:flex}.radio-button__icon{width:22px}.radio-button__inner span{color:inherit}.radio-button__vanilla:checked+.radio-button__inner{background:var(--accent-color-gradient);color:var(--accent-color-text)}.radio-button-circle{border:1px solid #7b7b7c;border-radius:50%;width:24px;height:24px}.radio-button__vanilla:checked+.radio-button-circle{border:2px solid var(--accent-color-static);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.radio-button__vanilla:checked+.radio-button-circle:before{content:"";background:var(--accent-color-static);border-radius:50%;width:12px;height:12px;position:absolute}.checkbox__symbol{color:var(--accent-color-static);display:none}.checkbox__vanilla:checked~.checkbox__symbol{display:block}.checkbox__box .checkbox__icon{display:none}.checkbox__vanilla:checked~.checkbox__box{background:var(--accent-color-static);color:var(--accent-color-text)}.checkbox__vanilla:checked~.checkbox__box .checkbox__icon{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox__vanilla{clip-path:inset(0);width:0;height:0;position:absolute}.checkbox__box{background:#efeff0;border-radius:8px;width:28px;height:28px;position:relative}.action-button{background:#f0f0f0;border:none;border-radius:9px;justify-content:center;align-items:center;gap:10px;width:38px;height:38px;padding:10px;display:flex}.card-remove__text-button,.card-remove__button{cursor:pointer;border:none;outline:none;font-size:15px}.card-remove__text-button{color:#929292;background:0 0}.card-remove__button{color:var(--accent-color-text);background:var(--accent-color-static);border-radius:8px;min-width:28px;height:28px}.textarea{z-index:4;align-items:center;gap:16px;width:100%;display:flex;position:relative}.textarea__inner{z-index:2;background:#f7f7f7;border-radius:16px;justify-content:space-between;align-items:start;width:100%;padding:18px 16px;transition:all .2s;display:flex}.textarea.focus .textarea__inner{width:82%}.textarea__vanilla{color:#000;width:100%;caret-color:var(--accent-color-static);background:0 0;border:none;outline:none;flex:1;font-size:15px;font-weight:400}.textarea__inner::placeholder{color:#7a7a7a}.textarea__icon{color:#7a7a7a;margin-left:10px}.textarea__clear{cursor:pointer;background:url(images/icons/button-clear.svg) 50%/contain no-repeat;width:17px;height:17px;margin-left:8px}.textarea__clear:hover{opacity:.9}.textarea__cancel{opacity:0;color:var(--accent-color-static);z-index:1;background:0 0;border:none;outline:none;font-size:17px;transition:opacity .2s;position:absolute;right:0}.textarea.focus .textarea__cancel{opacity:1;display:block}.card-drop-down{border-radius:12px;width:100%;position:relative}.card-drop-down__header{z-index:3;background:#fff;border-radius:0 0 12px 12px;position:relative}.card-drop-down__header-inner{border-radius:12px;justify-content:space-between;gap:4px;padding:10px 8px 10px 16px;display:flex}.card-drop-down.show>.card-drop-down__header .card-drop-down__header-inner{border-radius:12px 12px 0 0}.card-drop-down__title{flex:1;justify-content:space-between;align-items:center;font-size:15px;font-weight:510;line-height:24px;display:flex}.card-drop-down__arrow{text-align:center;justify-content:center;align-items:center;width:29px;font-size:17px;font-weight:590;transition:all .3s;display:flex}.card-drop-down.show>.card-drop-down__header .card-drop-down__arrow{transform:rotate(90deg)}.card-drop-down__counter{background:var(--accent-color-static);width:22px;height:22px;color:var(--accent-color-text);border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex}.card-drop-down__content{opacity:0;max-height:0;transition:all .2s ease-out;overflow:hidden}.card-drop-down.show>.card-drop-down__header:after{content:"";opacity:.5;z-index:2;background:#b4b4b6;width:95%;height:1px;position:absolute;bottom:0;right:0}.card-drop-down__content .card-drop-down__header{z-index:2;background:0 0}.card-drop-down__content{padding-left:16px}.card-drop-down__content .card-drop-down__content{padding-left:0}.card-drop-down__content .card-drop-down__content>*{padding-left:32px!important}.card-drop-down__content>:not(:last-child):after{content:"";opacity:.5;z-index:2;background:#b4b4b6;width:100%;height:1px;position:absolute;bottom:0;right:0}.card-drop-down__content>.card-drop-down .card-drop-down__header:after{width:100%}.card-select{background:var(--light-gray);border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:17px;display:flex}.card-select__button{color:var(--accent-color-static);font-size:17px;font-weight:590}.card-select__menu{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:9;background:#f6f5f599;border-radius:12px;width:250px;position:absolute;overflow:hidden;box-shadow:0 0 32px #0003}.card-select__item{justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.card-select__item:not(:last-child){border-bottom:1px solid #bdbaba}.card-select__item:active{background:#ebebeb}.card{background:var(--light-gray);overflow:hidden}.card__title{color:#0a0a0a;font-size:17px;font-weight:510}.card__text{font-size:13px}.card.disabled>*{opacity:.5}.tag{border-radius:8px;padding:6px 12px;font-size:12px;font-weight:400}.tag__content{z-index:2;align-items:center;gap:5px;display:flex}.tag__icon{height:13px}.progress-bar{background:#ecf1f5;border-radius:12px;width:100%}.progress-bar__inner{background:var(--accent-color-gradient);border-radius:12px;height:4px;transition:all .5s}.circular-progress-bar{display:flex;position:relative}.circular-progress-bar__number{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.circular-progress-bar__circle{transition:all .3s}.question{background:var(--light-gray);border-radius:16px;flex-direction:column;gap:12px;width:100%;padding:12px;display:flex}.question__value{text-align:center;font-size:15px;font-weight:500}.question__options{justify-content:space-between;align-items:center;gap:10px;display:flex}.question__option .question__option-circle{cursor:pointer;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:17px;display:flex}.question__option:nth-child(2) .question__option-circle,.question__option:nth-child(6) .question__option-circle{width:36px;height:36px;font-size:15px}.question__option:nth-child(3) .question__option-circle,.question__option:nth-child(5) .question__option-circle{width:28px;height:28px;font-size:12px}.question__option:nth-child(4) .question__option-circle{border:1px solid #b8b8b8;width:24px;height:24px;font-size:11px}.question__option:nth-child(n+5) .question__option-circle{border:1px solid var(--accent-color-static)}.radio-button__vanilla:checked+.question__option-circle{background:#000}.question__option:nth-child(4) .radio-button__vanilla:checked+.question__option-circle{background:#b8b8b8}.question__option:nth-child(n+5) .radio-button__vanilla:checked+.question__option-circle{background:var(--accent-color-gradient)}.radio-button__vanilla:checked+.question__option-circle:before{content:"􀆅";color:#fff;font-weight:590;animation:.5s check-mark-animation}.question__option:nth-child(n+5) .radio-button__vanilla:checked+.question__option-circle:before{content:"􀆅";color:var(--accent-color-text);font-weight:590;animation:.5s check-mark-animation}@keyframes check-mark-animation{0%{transform:scale(1.3)}50%{transform:scale(.8)}to{transform:scale(1)}}.loader{box-sizing:border-box;border-radius:50%;animation:1s linear infinite loader-animation;display:inline-block;border-bottom-color:#0000!important}@keyframes loader-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.popup{z-index:8;justify-content:center;align-items:center;width:100%;height:100%;transition:height .5s;display:flex;position:absolute;top:0;left:0}.popup__backdrop{background:#00000080;width:100%;height:100vh;position:absolute;top:0;left:0}.popup__backdrop.show{animation:.4s forwards animation__popup__backdrop}.popup__backdrop.hide{animation:.7s reverse forwards animation__popup__backdrop}@keyframes animation__popup__backdrop{0%{background:0 0}to{background:#00000080}}.popup__window{background:#fff;border-radius:16px;flex-direction:column;gap:22px;width:calc(100% - 32px);max-width:418px;padding:32px 22px 22px;display:flex;position:relative}.popup__window.show{animation:.4s forwards animation__popup__window}.popup__window.hide{animation:.4s reverse forwards animation__popup__window}@keyframes animation__popup__window{0%{transform:translateY(-100vh)}50%{transform:translateY(50px)}to{transform:translateY(0)}}.popup__close{cursor:pointer;background:url(images/icons/button-clear.svg) 50%/contain no-repeat;width:17px;height:17px;position:absolute;top:12px;right:12px}.popup__title{text-align:center;font-size:24px;font-weight:510}.popup__buttons{flex-direction:column;gap:8px;display:flex}.toggle__checkbox{clip-path:inset(0);width:0;height:0;position:absolute}.toggle__inner{background:#cacaca;border-radius:100px;flex-direction:column;justify-content:center;width:50px;padding:3px 0;transition:background .2s;display:flex}.toggle__circle{background:#fff;border-radius:50%;width:25px;height:25px;margin:0 3px;transition:transform .2s;box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f}.toggle__checkbox:checked+.toggle__inner{background:var(--accent-color-static)}.toggle__checkbox:checked+.toggle__inner .toggle__circle{transform:translate(calc(100% - 6px))}.segmented-control{background:#eeeeef;border-radius:9px;align-items:center;width:100%;height:28px;padding:2px;display:flex;position:relative}.segmented-control__item{color:#000;text-align:center;z-index:2;background:0 0;border:none;outline:none;flex:1;height:24px;font-size:13px;position:relative}.segmented-control__item.active{font-weight:590}.segmented-control__switcher{z-index:1;background:#fff;border-radius:7px;height:24px;transition:all .2s;position:absolute;left:0}.tabbar{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffffbf;justify-content:space-evenly;width:100%;max-width:450px;padding:16px 0;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.tabbar:before{content:"";background:#ebeef2;width:100vw;max-width:450px;height:1px;position:absolute;top:0}.tabbar--safe-ios{padding-bottom:32px}.tabbar__item{background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:52px;height:44px;display:flex}.main-page__seeds{background:#f7f7f7;border-radius:9px;align-self:flex-start;align-items:center;gap:6px;padding:6px 10px;font-size:13px;display:flex}.skeleton{background:#e6e6e6;border-radius:15px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.skeleton:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:5s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.location{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.map{width:100%;position:relative}.map__container{border-radius:16px;width:100%;height:400px;overflow:hidden}.mapboxgl-control-container{display:none}.mapboxgl-canvas{width:100%!important}.map__marker{pointer-events:none;background:var(--accent-color-gradient);color:var(--accent-color-text);text-align:center;border-radius:12px;min-width:100px;padding:9px 16px;font-size:15px;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 32px))}.map__marker:after{content:"";background:var(--accent-color-gradient);z-index:-1;border-radius:0 0 0 5px;width:20px;height:20px;position:absolute;bottom:-10px;left:calc(50% - 10px);transform:rotate(-45deg)}.map__current-location{z-index:9;color:#fff;background:#393939;border:none;border-radius:12px;outline:none;width:calc(100% - 24px);padding:9px 0;font-size:15px;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.location__cities{flex-direction:column;gap:8px;width:100%;display:flex}.counter{align-items:center;display:flex}.counter__button{background:var(--light-gray);color:var(--accent-color-static);border:none;border-radius:8px;outline:none;width:34px;height:34px;font-size:15px;font-weight:510}.counter__button:disabled{opacity:.4;color:gray}.counter__count{justify-content:center;width:34px;font-size:15px;font-weight:590;display:flex}.avatar{position:relative}.avatar__photo{background-position:50%;background-size:cover;border-radius:50%}.avatar__theme{position:absolute}.profile-preview{border-radius:16px;flex-direction:column;gap:12px;padding:12px;display:flex}.profile-preview__header{gap:12px;display:flex}.profile-preview__header-info{flex-direction:column;gap:8px;display:flex}.profile-preview__header-name{color:#202020;font-size:17px;font-weight:590}.profile-preview__header-tags{flex-wrap:wrap;gap:8px;display:flex}.profile-preview__biography{font-size:12px;line-height:16px}.profile-preview__buttons{align-items:center;gap:4px;display:flex}.register-page{flex-direction:column;flex:1;gap:16px;display:flex}.register-page__content{flex-direction:column;flex:1;align-items:center;gap:22px;padding-top:16px;display:flex}.register-page__logo{color:#e43985;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:22px;display:flex}.register-page__logo-title{font-size:40px;font-weight:600}.register-page__logo-subtitle{margin-bottom:20px;font-size:20px}.register-page__choose-theme{border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:15px 24px 15px 15px;font-size:20px;font-weight:500;display:flex}.register-page__choose-theme-left{align-items:center;gap:11px;display:flex}.register-page__choose-theme-image{width:28px}.register-page__progress{align-items:center;gap:12px;padding-top:12px;display:flex}.register-page__image{height:200px}.register-page__text{flex-direction:column;align-items:center;gap:8px;display:flex}.register-page__title{color:#202020;text-align:center;font-size:24px;font-weight:510}.register-page__subtitle{text-align:center;color:#0b0b0bb2;font-size:12px;font-weight:400}.register-page__horizontal-wrapper{gap:8px;width:100%;display:flex}.register-page__skip{justify-content:flex-end;width:100%;font-size:17px;display:flex}.register-page__skip span{color:#949494;cursor:pointer}.register-page__pers-type-image{border-radius:16px;width:200px;height:200px}.datepicker{position:relative!important}.datepicker.ios{background:0 0!important}.datepicker-content{padding:0!important}.datepicker-wheel{background:0 0!important;border:none!important}.datepicker.ios:after{content:"";z-index:-1;background:#f7f7f7;border-radius:8px;width:100%;height:40px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.datepicker-col-1:nth-child(2){flex:2!important}.datepicker-scroll li:nth-child(6){animation:forwards datepicker-animation}.datepicker-scroll li{font-size:18px!important}@keyframes datepicker-animation{0%{transform:scale(1)}to{transform:scale(1.3)}}.datepicker-viewport:after{background:linear-gradient(#fff,#0000,#fff)!important}.register-page__limit-lang{color:#8a8a8e;text-align:center;margin-top:4px;font-size:12px}.register-page__letter-lang{color:#8a8a8e;border-bottom:1px solid #b9b9bb;padding:23px 0 8px;font-size:17px;font-weight:590}.register-page__warning{width:100%}.register-page__warning-inner{width:100%;margin-bottom:5px;padding:11px 16px;position:relative}.register-page__warning-background{background:var(--accent-color-static);opacity:.2;z-index:1;border-radius:12px;width:100%;height:100%;position:absolute;top:0;left:0}.register-page__warning-content{color:var(--accent-color-static);z-index:2;justify-content:space-between;align-items:center;font-size:17px;font-weight:510;display:flex;position:relative}.register-page__warning-hint{background:var(--light-gray);width:28px;height:28px;color:var(--accent-color-static);border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;font-size:17px;font-weight:510;display:flex}.register-page__warning-limit{text-align:center;color:#0b0b0b;height:0;font-size:12px}.register-page__interests{flex-direction:column;gap:12px;width:100%;margin-top:10px;display:flex}.register-page__interest-checkbox{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.register-page__interest-content{width:90%;display:grid}.register-page__count-points{background:var(--light-gray);border-radius:12px;justify-content:space-between;padding:16px;font-size:17px;font-weight:510;display:flex}.profile-page__card-header{background-position:50%;background-size:cover;width:100%;height:94px;padding:0}.profile-page__theme-header{border-radius:16px;width:100%;padding:35px}.profile-page__name{font-size:24px;font-style:normal;font-weight:510;line-height:26px}.profile-page__biography{font-size:12px;line-height:16px}.profile-page__referrer{align-items:center;gap:4px;font-size:12px;display:flex}.profile-page__referrer-name{font-weight:510}.profile-page__main{width:100%}.profile-page__avatar{justify-content:space-between;align-items:flex-end;margin-top:-60px;display:flex}.profile-page__card-text{padding:12px 0}.profile-page__card-title{letter-spacing:-.4px;padding-bottom:4px;padding-right:22px;font-size:15px;font-style:normal;font-weight:510;line-height:20px}.profile-page__card-subtitle{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.profile-page__achievements-prewiew{grid-template-columns:repeat(2,auto);place-content:center;display:grid}.check-icon{color:#fff;background:var(--accent-color-static);border-radius:10px;justify-content:center;align-items:center;width:27px;height:27px;font-size:17px;font-weight:590;display:flex;position:absolute;top:0;left:0}.theme-check-icon{color:var(--accent-color-static);background:var(--light-gray);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:5px 5.5px;font-size:15px;font-weight:400;display:flex;position:absolute;top:8px;right:8px}.profile-page__section{flex-direction:row;gap:8px;width:max-content;display:flex}.profile-page__user-photos{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.profile-page__more-photos{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.profile-page__interest-points{background:#efeff0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.profile-page__sections>:not(:last-child):after{content:"";opacity:.5;z-index:2;background:#b4b4b6;width:100%;height:1px;position:absolute;bottom:0;left:16px}.more-photos{scroll-snap-type:x mandatory;flex-wrap:nowrap;gap:8px;width:100%;max-width:450px;display:flex;overflow-x:scroll}.more-photos__item{scroll-snap-align:center;scroll-snap-stop:always;border-radius:16px;flex-shrink:0;max-width:100%;position:relative}.more-photos__item-counter{background:#f3f3f4;border-radius:8px;padding:4px 12px;font-size:12px;position:absolute;top:8px;right:8px}.more-photos__item img{max-width:100%}.main-page{flex-direction:column;flex:1;gap:16px;display:flex}.main-page__content{flex-direction:column;flex:1;align-items:center;gap:22px;padding-top:16px;display:flex}.main-page>div:last-child{padding-bottom:80px}@supports (-webkit-touch-callout:none){.main-page>div:last-child{padding-bottom:70px}}.main-page__text{flex-direction:column;align-items:center;gap:8px;display:flex}.main-page__title{color:#202020;text-align:center;font-size:24px;font-weight:510}.main-page__subtitle{text-align:center;color:#0b0b0bb2;font-size:12px;font-weight:400}.main-page__navbar{justify-content:space-between;display:flex}.main-page__action-buttons{gap:8px;display:flex}.main-page__interest-name{justify-content:space-between;align-items:center;padding:8px 8px 8px 0;display:flex;position:relative}.circular-progressbar{width:65px;height:65px}.progress-bar-title{color:#666666b3;letter-spacing:-.4px;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.heading{text-align:start;font-size:17px;font-weight:510;line-height:22px}.hint{color:#898a8d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffffbf;border-radius:16px;justify-content:center;padding:8px 32px;font-size:15px;animation:.3s 3s forwards hint--hidden;display:flex;position:absolute;bottom:32px;box-shadow:0 0 15px #00000026}@keyframes hint--hidden{0%{opacity:1}to{opacity:0}}@font-face{font-family:SFPro;src:url(/assets/SF-Pro-Ci___yb_.ttf)}:root{--light-gray:#7676800f;--accent-color-gradient:linear-gradient(to right, #ff5463 0%, #ff384a 100%);--accent-color-static:#f45;--accent-color-text:#fff}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-ms-overflow-style:none;overflow:-moz-scrollbars-none;margin:0;padding:0;font-family:SFPro,sans-serif}::-webkit-scrollbar{width:0;height:0;display:none}body{background:#fff;font-size:15px;overflow:hidden;touch-action:none!important}#root{overflow:hidden auto}.horizontal-scroll-container{width:100vw;max-width:450px;overflow-x:auto}.buttons{flex-direction:column;gap:12px;display:flex}.buttons.horizontal{flex-direction:row;gap:8px}.content-scroll{width:100%;overflow:scroll}.side-padding{padding-left:16px;padding-right:16px}.route__container{background:#fff;width:100%}.show.slide .animation-enter{z-index:10;position:absolute;transform:translate(100%)}.show.slide .animation-enter-active{transition:all .25s ease-out;transform:translate(0)}.show.slide .animation-exit{z-index:8;position:absolute;transform:translate(0)}.show.slide .animation-exit-active{transition:all .25s ease-out;transform:translate(-50px)}.show.slide .animation-exit .backdrop{content:"";opacity:0;z-index:9;background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.show.slide .animation-exit-active .backdrop{opacity:.8;transition:all .25s ease-out}.hide.slide .animation-enter{z-index:8;position:absolute;transform:translate(-25px)}.hide.slide .animation-enter-active{transition:all .25s ease-in;transform:translate(0)}.hide.slide .animation-exit{z-index:10;position:absolute;transform:translate(0)}.hide.slide .animation-exit-active{transition:all .25s ease-in;transform:translate(100%)}.hide.slide .animation-enter .backdrop{content:"";opacity:.8;z-index:9;background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.hide.slide .animation-enter-active .backdrop{opacity:0;transition:all .25s ease-in}.show.opacity .animation-enter{z-index:10;opacity:0;position:absolute}.show.opacity .animation-enter-active{opacity:1;transition:all .25s ease-out}.hide.opacity .animation-enter{z-index:10;opacity:0;position:absolute}.hide.opacity .animation-enter-active{opacity:1;transition:all .25s ease-out}
