@charset "UTF-8";:root{--vs-colors--lightest:rgba(60,60,60,.26);--vs-colors--light:rgba(60,60,60,.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,.15);--vs-search-input-color:inherit;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,.5,.8,1);--vs-transition-duration:.15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border:.9em solid hsla(0,0%,39.2%,.1);border-left-color:#3c3c3c73;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));animation:vSelectSpinner 1.1s linear infinite;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller__item-spacer{box-sizing:border-box;flex:0 0 auto;padding:0;margin:0;border:0;visibility:hidden;pointer-events:none;overflow-anchor:none}.ToastContainer{position:fixed;top:1rem;right:1rem;z-index:11000;gap:.5rem;max-width:20rem;pointer-events:none}.Toast,.ToastContainer{display:flex;flex-direction:column}.Toast{gap:.25rem;padding:.75rem 1rem;border-radius:.25rem;color:#fff;font-size:.6875rem;box-shadow:0 .25rem .75rem #00000026;pointer-events:auto}.Toast__title{display:block;font-size:.8125rem}.Toast--success{background-color:#49bf2c}.Toast--danger{background-color:#ea3a2b}.Toast--info{background-color:#3472f5}.Toast--warning{background-color:#f1af33}*,:after,:before{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}body{margin:0;font-family:Montserrat,system-ui,sans-serif;font-size:.8125rem;line-height:1.5;-moz-user-select:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}body.is--color-scheme-dark{background:#1c1c1e}body.is-modal-visible{height:100dvh;overflow:hidden}button,input,optgroup,select,textarea{font:inherit}button:not(:disabled){cursor:pointer}.is-modal-visible .Menu .bm-burger-button{display:none}b,strong{font-weight:600}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}small{font-size:.8125rem;color:#8c8f91}.no-drag,img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;color:#f39f13}progress[value]::-webkit-progress-bar{background-color:#f0f0f0}progress[value]::-webkit-progress-value{background:#f39f13;border-top-right-radius:1rem;border-bottom-right-radius:1rem;-webkit-transition:all .2s ease;transition:all .2s ease}progress[value]::-moz-progress-bar{background:#f39f13;border-top-right-radius:1rem;border-bottom-right-radius:1rem;-moz-transition:all .2s ease;transition:all .2s ease}.is--scroll-blocked body{overflow:hidden}.page{flex:1;align-self:flex-start}.page:has(.Tokens){overflow:clip}.is--viewport-desktop .page{overflow:hidden}.page-enter-active,.page-leave-active{transition:opacity .1s}.logout-enter-active,.logout-leave-active{transition:none}.page-enter,.page-enter-from,.page-leave-to{opacity:0}.__nuxt-error-page{position:static}.fade-enter-active{animation:fade-in .5s}.content{display:flex;flex:1;gap:18px}.is--viewport-desktop .layout--default .content{align-items:flex-end}.is--viewport-mobile .layout--default .content>.PanelLeft,.is--viewport-mobile .layout--default .content>.PanelRight{display:none!important}.is--page-registration{background:transparent}.is--page-registration .content{position:relative}.is--viewport-desktop.is--page-chat-room .page{overflow:visible}.AppWrapper{position:relative;z-index:10}.PageWrapper{display:flex;flex-direction:column;min-height:100vh;margin-top:0;transition-property:margin;transition-duration:1s;transition-timing-function:ease}.PageWrapper.is--chatroom{overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:none;height:100dvh;min-height:0}.ContentWrapper{display:flex;flex:1 1 auto}.is--chatlist .ContentWrapper{background:#f0f0f0;position:relative}.is--chatroom .ContentWrapper{min-height:calc(100dvh + 100px)}.is--page-legal{background:#fef7ec}.is--page-legal .wrapper{overflow:visible!important;padding:1rem 1rem 3rem}.PageWrapper--activity,.PageWrapper--profile-id{background:#f0f0f0}.Legal__card{border:0;box-shadow:0 .5rem 1rem #f39f1326!important;color:#212529;word-break:break-word!important;overflow-wrap:break-word!important}.Legal__card h1,.Legal__card h2,.Legal__card h3,.Legal__card h4,.Legal__card h5,.Legal__card h6{margin:0 0 .5rem;font-weight:600;line-height:1.2}.Legal__card h1,.Legal__card h2{font-size:1.375rem}.Legal__card h3{font-size:1rem}.Legal__card small{display:block;margin-bottom:1.5rem}.Legal__card ol,.Legal__card ul{margin-top:0;margin-bottom:1rem;padding-left:1.5rem}.Legal__card li{margin-bottom:.5rem}.Legal__card p{line-height:1.55}.Legal__card a{color:#f39f13}.is--toaster .PageWrapper{margin-top:2.25rem;transition-delay:3s}.top-shadow:before{content:"";position:absolute;top:0;left:-50vw;width:200vw;z-index:-1;height:.625rem;box-shadow:0 -.313rem .625rem -.125rem #00000012}.input-icon{position:absolute;right:1rem;top:.75rem;font-size:1rem;color:#8c8f91}.loading-spinner{position:absolute!important;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;margin:0!important}.AppModal__cta .loading-spinner,.Button .loading-spinner{transform:none;inset:0;margin:auto!important}.loading-spinner-sm{position:absolute;left:50%;top:50%;width:1.2rem;height:1.2rem;transform:translate(-50%,-50%);z-index:2;margin:0!important}.loading-spinner-submitting{left:auto;right:.875rem;transform:translateY(-50%)}.loading-spiral{width:2rem!important;height:2rem!important;margin:0 auto!important;border:3px solid #f39f13!important;border-right-color:transparent!important;font-size:2rem!important;line-height:1}.infinite-loading-container{min-height:16rem}.infinite-status-prompt{margin-bottom:2rem}.vs__dropdown-toggle{padding:.5rem .5625rem;background:#f0f0f0}.is-invalid .vs__dropdown-toggle{border-color:#ea3a2b}.is-filled .vs__dropdown-toggle{border-color:#292b2e;background:#fff}.vs__dropdown-option{padding:.5rem .5625rem}.vs__dropdown-menu{padding-top:0}.vs__actions,.vs__search,.vs__search:focus,.vs__selected,.vs__selected-options{margin:0;padding:0}.vs__dropdown-menu,.vs__search,.vs__search:focus,.vs__selected{font-size:.9375rem}.v-select.vs--open .vs__dropdown-toggle{background:#f39f13;border-color:#f39f13}.v-select.vs--open .vs__search{color:#fff}.v-select.vs--open .vs__search::-moz-placeholder{color:#fff}.v-select.vs--open .vs__search::placeholder{color:#fff}.v-select.vs--open .vs__selected{color:#fff;opacity:1}.v-select.vs--open .vs__open-indicator{fill:#fff}.vue-slider-process{background-color:#8c8f91}.vue-slider-dot-tooltip{top:-.5rem}.vue-slider-dot-tooltip-inner-top{background-color:transparent!important}.vue-slider-dot-tooltip-inner-top:after{visibility:hidden}.vue-slider-dot-tooltip-inner-top>.vue-slider-dot-tooltip-text{font-size:12px;color:#292b2e;font-weight:700}.coins__icon-small{width:1rem!important}.coins__icon-medium{width:1.25rem!important}.coins__icon-big{width:1.5rem!important}.Counter{min-width:1.15rem;height:1.15rem;padding:.5rem .625rem;display:flex;align-items:center;justify-content:center;border-radius:6.25rem;font-weight:600;font-size:.75rem}.Counter--primary{background:#fbefe3;color:#f39f13}.Counter--secondary{background:#fff;color:#f39f13}.Counter--light{background:#fbefe3;color:#f39f13}.Counter--dark{background:#edeff1;color:#5b5f63}input[type=file],input[type=file]::-webkit-file-upload-button{cursor:pointer}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:1.375rem;height:1.375rem;border:1px solid #d7dade;border-radius:.25rem}input[type=checkbox]:focus,input[type=checkbox]:hover{border-color:#f39f13}input[type=checkbox]:active{border-color:#e99914}input[type=checkbox]:disabled{cursor:default;border-color:#edeff1}input[type=checkbox]:checked{background-color:#f39f13;border-color:#f39f13;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.125.6c-.38 0-.723.154-.972.403L7.778 2.378 4.625 5.53 2.847 3.753A1.376 1.376 0 0 0 .903 5.697l2.75 2.75a1.37 1.37 0 0 0 1.944 0l4.125-4.125 1.375-1.375A1.375 1.375 0 0 0 10.125.6' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}input[type=checkbox]:checked:hover{border-color:#e79712;background-color:#e79712}input[type=checkbox]:checked:active{border-color:#f7c166;background-color:#f7c166}input[type=checkbox]:checked:disabled{border-color:#edeff1;background-color:#edeff1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath fill='%23d7dade' fill-rule='evenodd' d='M10.125.6c-.38 0-.723.154-.972.403L7.778 2.378 4.625 5.53 2.847 3.753A1.376 1.376 0 0 0 .903 5.697l2.75 2.75a1.37 1.37 0 0 0 1.944 0l4.125-4.125 1.375-1.375A1.375 1.375 0 0 0 10.125.6' clip-rule='evenodd'/%3E%3C/svg%3E")}.Checkbox--switch input[type=checkbox]{position:relative;display:flex;align-items:center;width:2.5rem;padding:.125rem;border:0;border-radius:6.25rem;background-color:#d7dade}.Checkbox--switch input[type=checkbox]:before{content:"";display:block;width:1.125rem;height:1.125rem;border-radius:100%;background-color:#fff;transition:transform .3s;transform:translateZ(0)}.Checkbox--switch input[type=checkbox]:focus,.Checkbox--switch input[type=checkbox]:hover{background-color:#ced1d5}.Checkbox--switch input[type=checkbox]:active{background-color:#c6c9cc}.Checkbox--switch input[type=checkbox]:disabled{background-color:#ebedef}.Checkbox--switch input[type=checkbox]:checked{background-color:#f39f13;background-image:none}.Checkbox--switch input[type=checkbox]:checked:focus,.Checkbox--switch input[type=checkbox]:checked:hover{background-color:#e99914}.Checkbox--switch input[type=checkbox]:checked:active{background-color:#f5b242}.Checkbox--switch input[type=checkbox]:checked:disabled{background-color:#f9cf89;background-image:none}.Checkbox--switch input[type=checkbox]:checked:before{transform:translate3d(100%,0,0)}.profile__pics{height:440px}@media(min-width:768px){.profile__pics{aspect-ratio:2.13;width:100%;height:auto}}.profile__pics img{-o-object-fit:cover;object-fit:cover}.profile__pics img.blurred{filter:blur(1.2rem) brightness(50%)}.profile__avatar svg{width:90%;max-width:320px;margin-top:-80px}@media(min-width:768px){.profile__pics img{-o-object-fit:contain;object-fit:contain}}.scroll-smooth{scroll-behavior:smooth}.pointer-none{pointer-events:none}.fit-cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.col-xs-custom{flex:0 0 100%;max-width:100%}@media(min-width:576px){.col-sm-custom{flex:0 0 50%;max-width:50%}}@media(min-width:768px){.col-md-custom{flex:0 0 33.33333%;max-width:33.33333%}}@media(min-width:1024px){.col-lg-custom{flex:0 0 25%;max-width:25%}}@media(min-width:1280px){.col-xl-custom{flex:0 0 25%;max-width:25%}}.d-contents{display:contents!important}.d-grid{display:grid}.d-flex-ni{display:flex}.order-1{order:1}.order-2{order:2}.wrapper{position:relative;flex:1;max-width:1140px;margin:0 auto;padding:0 15px 3rem}.is--viewport-desktop .wrapper{overflow:hidden;padding-left:0;padding-right:0}.min-w-0{min-width:0}.min-w-100{min-width:100%}.mw-75{max-width:75%}@media(min-width:768px){.mw-md-container{max-width:630px}}.h-content{min-height:calc(var(--vh, 1vh)*100 - 146px)}@media(min-width:768px){.h-content{min-height:0}}.mb-lc-0>:last-child{margin-bottom:0!important}.proportion{position:relative}.proportion:after{content:"";display:block}.proportion-squared:after{padding-bottom:100%}.aspectratio-squared{aspect-ratio:1}.position-topleft{top:0;left:0}.position-topright{top:0;right:0}.position-topcenter{top:50%;left:50%;transform:translate(-50%,-50%)}.position-centerright{top:50%;right:0;transform:translateY(-50%)}.position-centerleft{top:50%;left:0;transform:translateY(-50%)}.position-bottomleft{bottom:0;left:0}.position-center{inset:0;margin:auto}.position-belowleft{top:100%;left:0}.position-aboveleft{bottom:100%;left:0}.position-belowright{top:100%;right:0}.position-aboveright{bottom:100%;right:0}.position-belowcenter{top:100%;left:50%;transform:translate(-50%)}.position-abovecenter{bottom:100%;left:50%;transform:translate(-50%)}.position-horizontalcenter{left:0;right:0;margin:auto}.z-index-1{z-index:10}.z-index-2{z-index:20}.z-index-3{z-index:30}.z-index-4{z-index:40}.z-index-5{z-index:50}.z-index-max{z-index:9999}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer}.visibility-hidden{visibility:hidden}.font-weight-regular{font-weight:400}.font-weight-medium{font-weight:500}.font-weight-semibold{font-weight:600}.font-weight-bold{font-weight:700}.line-height-none{line-height:0}.line-height-extrasmall{line-height:1.1}.line-height-small{line-height:1.25}.line-height-medium{line-height:1.33}.line-height-medium-large{line-height:1.5}.line-height-large{line-height:1.7}.font-size-initial{font-size:.975rem}.font-size-base{font-size:.8125rem}.font-size-base-large{font-size:.9375rem}.font-size-xxs{font-size:.5rem}.font-size-xs{font-size:.625rem}.font-size-sm{font-size:.6875rem}.font-size-12{font-size:.75rem}.font-size-13{font-size:.8125rem}.font-size-xm{font-size:.875rem}.font-size-xxm{font-size:.9375rem}.font-size-16{font-size:1rem}.font-size-l{font-size:1.125rem}.font-size-20{font-size:1.25rem}.font-size-xl{font-size:1.375rem}.font-size-xxl{font-size:1.5rem}.font-size-28{font-size:1.75rem}.font-size-32{font-size:2rem}.font-size-45{font-size:2.8125rem}.font-size-banner{font-size:5.6875rem}.text-body{color:#5b5f63}.fluid-text{font-size:clamp(.65rem,-.28rem + 3.8vw,.875rem)}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-black{color:#000}.text-gray-400{color:#a0a6ae}.text-gray-600{color:#8c8f91}.f-text-gray-700:focus,.h-text-gray-700:hover,.text-gray-700{color:#5b5f63}.a-text-gray-700:active{color:#5b5f63!important}.text-gray-800{color:#303437}.text-darkblue{color:#3472f5}.text-danger{color:#ea3a2b!important}.text-inherit{color:inherit!important}.text-message{color:#8c8f91}.text-underline{text-decoration:underline}.text-italic{font-style:italic}.list-alphabetic{list-style-type:lower-alpha}.list-roman{list-style-type:lower-roman}.letter-spacing-narrow{letter-spacing:-.0125rem}.letter-spacing-extra-narrow{letter-spacing:-.025rem}.letter-spacing-ultra-narrow{letter-spacing:-.0375rem}.letter-spacing-slightly-narrow{letter-spacing:-.0063rem}.letter-spacing-none{letter-spacing:0}.letter-spacing-extrawide,.letter-spacing-wide{letter-spacing:.02rem}.bg{background:#fef7ec}.bg-2{background:#fbefe3}.bg-black{background:#000}.bg-white{background:#fff}.bg-profile{background:#000}.bg-opaque{background:#292b2e26}.bg-darkopaque{background:#292b2ea6}.bg-extralight{background:#f0f0f0}.bg-gray-800{background:#303437}.bg-default,.bg-green{background:#49bf2c}.bg-blue{background:#0038ff}.bg-pink{background:#ff2257}.bg-orange{background:#f39f13}.bg-gradient-orange-purple{background:linear-gradient(341.03deg,#931bf8 -6.75%,#f39f13 85.06%)}.bg-status-green{background:#49bf2c}.bg-status-gray{background:#b5babf}.bg-unread-message{background:#f0f0f0}.bg-dark-transparent{background-color:#292b2e4d}.is--explore.bg-dark-transparent{background:#a0a6ae}.bg-primary{background:#f39f13}.border-black{border-color:#292b2e}.border-orange{border-color:#f39f13}.border-grey{border-color:#8c8f91}.color-white{color:#fff}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-pill{border-radius:6.25rem}.border-thick-medium{border-width:2px!important}.border-gray-100{border-color:#f0f0f0}.border-gray-800{border-color:#303437}.border-red{border:1px solid #f39f13}.border-gray-chat{border-color:#edeff1}.shadow-none{box-shadow:none}.shadow-primary{box-shadow:0 .5rem 1rem #f39f1326!important}.shadow-extralight{box-shadow:inset 0 8px 8px #00000008}.shadow-light{box-shadow:0 0 .5rem #0000001f}.shadow-medium{box-shadow:0 4px 24px #00000080!important}.shadow-dark{box-shadow:0 0 1rem .25rem #292b2e66!important}.shadow-darker{box-shadow:.4rem .4rem .4rem #292b2e73!important}.shadow-modal{box-shadow:0 0 1rem .25rem #5454547a}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-70{opacity:.7}.opacity-100{opacity:1}.outline-0{outline:none!important;box-shadow:none!important}.is--text-blurred{pointer-events:none;filter:blur(4px)}.is--image-blurred{pointer-events:none;filter:blur(20px)}.animation-blink{animation-name:blink}@keyframes blink{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.animation-appear{animation-name:appear}@keyframes appear{0%{transform:translate3d(0,50%,0);opacity:0;visibility:hidden}to{transform:translateZ(0);opacity:1;visibility:visible}}.animation-disappear{animation-name:disappear}@keyframes disappear{0%{transform:translateZ(0);opacity:1;visibility:visible}to{transform:translate3d(0,50%,0);opacity:0;visibility:hidden}}.animation-appear-below{animation-name:appear-below}@keyframes appear-below{0%{transform:translate3d(0,-50%,0);opacity:0;visibility:hidden}to{transform:translateZ(0);opacity:1;visibility:visible}}.animation-appear-left{animation-name:appear-left}@keyframes appear-left{0%{transform:translate3d(-20%,0,0);opacity:0;visibility:hidden}to{transform:translateZ(0);opacity:1;visibility:visible}}.animation-appear-top{animation-name:appear-top}@keyframes appear-top{0%{transform:translate3d(0,-100%,0);opacity:0;visibility:hidden}to{transform:translateZ(0);opacity:1;visibility:visible}}@keyframes appear-from-below-short{0%{transform:translateY(50px);opacity:0;visibility:hidden}to{transform:translateY(0);opacity:1;visibility:visible}}.animation-fade-in{animation-name:fade-in}@keyframes fade-in{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.animation-scale-fade-in{animation:scale-fade-in 1s ease-in-out forwards}@keyframes scale-fade-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.animation-scale-pop-in{animation:scale-pop-in .6s ease-in-out forwards}@keyframes scale-pop-in{0%{transform:scale(.3);opacity:0}40%{transform:scale(1.1);opacity:.5}to{transform:scale(1);opacity:1}}.animation-blur-in{animation:blur-in 1.2s ease-in-out forwards}@keyframes blur-in{0%{filter:blur(10px);opacity:0}to{filter:blur(0);opacity:1}}.animation-fade-out{animation-name:fade-out}@keyframes fade-out{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.animation-rotate-360{animation-name:rotate-360}@keyframes rotate-360{0%{transform:rotateY(0)}50%{transform:rotateY(180deg)}to{transform:rotateY(359deg)}}.animation-rotate-360-z{animation-name:rotate-360-z}@keyframes rotate-360-z{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(359deg)}}.animation-jello{animation-name:jello;animation:jello 2s ease 0s 1 normal forwards}@keyframes jello{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes expand{0%{height:0}to{height:auto}}.animation-scale-out{animation-name:animateStarOut;transform-origin:center;animation:animateScaleOut .3s linear forwards}@keyframes animateScaleOut{0%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes animateTypingSequence{0%{opacity:0}12%{opacity:0}12.01%{opacity:1}33%{opacity:1}33.01%{opacity:0}38%{opacity:0}38.01%{opacity:1}66%{opacity:1}66.01%{opacity:0}79%{opacity:0}79.01%{opacity:1}99%{opacity:1}99.01%{opacity:0}to{opacity:0}}.Animate{animation-duration:1s;animation-iteration-count:1;animation-fill-mode:forwards}.Animate--slow{animation-duration:6s}.Animate--mid{animation-duration:.5s}.Animate--fast{animation-duration:.2s}.slide-fade-out{opacity:1;transform:translate(0);animation:slide-fade-out .25s ease-out forwards}.slide-fade-in{opacity:0;transform:translate(100%);animation:slide-fade-in .25s ease-out forwards}@keyframes slide-fade-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slide-fade-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}.border-outline-primary-hover{transition:border-color .15s ease-in-out}.border-outline-primary-hover:hover{border-color:#f39f13!important}.btn-gray-100,.btn-tertiary{background:#f0f0f0}.btn-tertiary{border:1px solid #f0f0f0}.btn-opaque{background:#292b2e26}.h-text-underline:hover{text-decoration:underline}.icon--15{width:1.5rem;height:1.5rem}.icon--40{width:4rem;height:4rem}.icon--10{width:.75rem;height:.75rem}.icon--12{width:1rem;height:1rem}.bi,.ci{display:inline-block}.cn:before{content:var(--cn)}.cn2:before{content:var(--cn2)}.ca:before{content:var(--ca)}.ca2:before{content:var(--ca2)}:root{--vs-border-color:#edeff1;--vs-search-input-placeholder-color:#8c8f91;--vs-dropdown-min-width:0;--vs-line-height:1.35;--vs-dropdown-option--active-bg:#fef7ec;--vs-dropdown-option--active-color:#303437}#__nuxt .PageHeader{min-height:50px}#__nuxt .SectionLogin__container--form{align-content:center;min-height:70dvh;padding:40px 0}#__nuxt .SectionLogin__wrapper{align-items:center}#__nuxt .SectionLogin__column{display:none}@media(min-width:768px){#__nuxt .SectionLogin__column{display:flex}}#__nuxt .SectionLogin__slogan{margin:1.5rem 0 1.5rem 1.5rem;color:#fff;font-size:max(4.06rem,min(8.333vw,5rem));line-height:1.1;letter-spacing:-.0063rem;text-shadow:0 4px 24px rgba(0,0,0,.451)}#__nuxt .SectionLogin__card{max-width:342px;padding:30px 26px 28px;border-radius:17px;box-shadow:0 4px 18px #00000026!important}#__nuxt .SectionLogin__card__title{font-size:1.125rem}#__nuxt .SectionLogin__card__separator{display:none}#__nuxt .SectionLogin__card__form__forgot{margin-bottom:.5rem;font-size:.8125rem;letter-spacing:-.17px}#__nuxt .SectionLogin__card__form__cta{padding:16px 20px}#__nuxt .SectionLogin__card__optout{color:#8c8f91;font-size:.8125rem;letter-spacing:-.17px}#__nuxt .col-form-label{color:#8c8f91;font-size:.75rem;letter-spacing:-.17px}#__nuxt .SectionCounter{padding:12px 0;background:#f39f13}#__nuxt .SectionCounter__members{padding:0!important;font-size:1.25rem;font-weight:700}@media(min-width:768px){#__nuxt .SectionCounter__members{font-size:1.625rem}}#__nuxt .SectionCounter__members .countup-wrap,#__nuxt .SectionCounter__members>span{color:#fff!important}#__nuxt .SectionInfo{padding:36px 14px}#__nuxt .SectionInfo__item__icon{margin-bottom:12px;font-size:2.5rem!important}#__nuxt .SectionInfo__item__question{margin-bottom:10px}#__nuxt .SectionInfo__item__answer{line-height:1.35}#__nuxt .SectionTestimonials{min-height:0;padding-top:182px;padding-bottom:70px}#__nuxt .Registration__title{font-size:1.125rem}#__nuxt .Registration__footer{color:#8c8f91;letter-spacing:-.17px;border-top:0}#__nuxt #Onboarding .AppModal__body{padding:70% 0 30px}#__nuxt .OnboardingModal .Modal__box{background:#f39f13}#__nuxt .OnboardingModal__logo{width:144px;height:auto}#__nuxt .OnboardingModal__background:before{background:#1c1c1e;opacity:1;z-index:-1}#__nuxt .OnboardingModal__background:after{background:linear-gradient(180deg,#1c1c1e0d,#1c1c1e66 20.5%,#1c1c1ee6,#1c1c1e 68.34%)}#__nuxt .OnboardingFinishedModal__logo{width:144px;height:auto;margin-bottom:28px}#__nuxt .Navbar__item__badge{color:#fff}#__nuxt .AppModal__close>svg{color:#a0a6ae!important}#__nuxt .Modal--vip-after-payment-success .Modal__logo{width:113px;height:46px}#__nuxt .StepContainer{color:#fff}#__nuxt .StepContainer .bg-image-gradient:before{display:none}#__nuxt .StepContainer .Logo{width:100%;max-width:150px!important}@media(min-width:768px){#__nuxt .StepContainer .Logo{width:50%;min-width:153px;max-width:200px!important}}#__nuxt .StepContainer .StepContent__info{margin:1rem 0 0}#__nuxt .StepContainer .StepContent__title{font-size:28px;font-weight:500}#__nuxt .StepDesiredBodyType__subtitle{font-size:1rem}#__nuxt .StepYourNickname__info>strong{color:#f3c16d;text-shadow:none}#__nuxt .StepContent__subtitle{font-size:14px;line-height:1.15}#__nuxt .StepDesiredBodyType__title,#__nuxt .StepDesiredEthnicity__title{margin:0 0 10px}#__nuxt .StepContainer__column__right.bg-primary{background-color:#d88700}body.is--page-login{background:#fff}.is--viewport-desktop #__nuxt #Onboarding .AppModal__body,.is--viewport-tablet #__nuxt #Onboarding .AppModal__body{padding:58% 0 50px}.is--viewport-desktop #__nuxt .GetStarted .StepContainer__column__left .StepContent,.is--viewport-tablet #__nuxt .GetStarted .StepContainer__column__left .StepContent{margin:0}.is--viewport-desktop #__nuxt .GetStarted .StepContainer__column__left .StepContent__info,.is--viewport-tablet #__nuxt .GetStarted .StepContainer__column__left .StepContent__info{margin:auto}.is--viewport-desktop #__nuxt .GetStarted .StepContainer__column__left .StepContent__title,.is--viewport-tablet #__nuxt .GetStarted .StepContainer__column__left .StepContent__title{font-size:42px!important;font-weight:600;line-height:1.2}.is--viewport-desktop #__nuxt .GetStarted .StepContainer__column__left .StepContent__subtitle,.is--viewport-tablet #__nuxt .GetStarted .StepContainer__column__left .StepContent__subtitle{font-size:28px!important}.is--viewport-desktop #__nuxt .StepContainer .GoogleSignInButton--setup .GoogleSignInButton__appearance,.is--viewport-tablet #__nuxt .StepContainer .GoogleSignInButton--setup .GoogleSignInButton__appearance{font-size:1.125rem}@font-face{font-family:Luckiest Guy;font-style:normal;font-weight:400;font-display:swap;src:url(./Luckiest_Guy-normal-400-latin-ext.Dzj4o2hI.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Luckiest Guy;font-style:normal;font-weight:400;font-display:swap;src:url(./Luckiest_Guy-normal-400-latin.dJClyBWO.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:100;font-display:swap;src:url(./Montserrat-normal-100-cyrillic-ext.CO5hGrJv.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:100;font-display:swap;src:url(./Montserrat-normal-100-cyrillic.EAA9jha_.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100;font-display:swap;src:url(./Montserrat-normal-100-vietnamese.k7S-YeeD.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:100;font-display:swap;src:url(./Montserrat-normal-100-latin-ext.BsZE-iaG.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:100;font-display:swap;src:url(./Montserrat-normal-100-latin.l_AIctKy.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(./Montserrat-normal-100-cyrillic-ext.CO5hGrJv.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(./Montserrat-normal-100-cyrillic.EAA9jha_.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(./Montserrat-normal-100-vietnamese.k7S-YeeD.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(./Montserrat-normal-100-latin-ext.BsZE-iaG.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(./Montserrat-normal-100-latin.l_AIctKy.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(./Montserrat-normal-100-cyrillic-ext.CO5hGrJv.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(./Montserrat-normal-100-cyrillic.EAA9jha_.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(./Montserrat-normal-100-vietnamese.k7S-YeeD.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(./Montserrat-normal-100-latin-ext.BsZE-iaG.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(./Montserrat-normal-100-latin.l_AIctKy.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(./Montserrat-normal-100-cyrillic-ext.CO5hGrJv.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(./Montserrat-normal-100-cyrillic.EAA9jha_.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(./Montserrat-normal-100-vietnamese.k7S-YeeD.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(./Montserrat-normal-100-latin-ext.BsZE-iaG.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(./Montserrat-normal-100-latin.l_AIctKy.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(./Montserrat-normal-100-cyrillic-ext.CO5hGrJv.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(./Montserrat-normal-100-cyrillic.EAA9jha_.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(./Montserrat-normal-100-vietnamese.k7S-YeeD.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(./Montserrat-normal-100-latin-ext.BsZE-iaG.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(./Montserrat-normal-100-latin.l_AIctKy.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(./Montserrat-normal-100-cyrillic-ext.CO5hGrJv.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(./Montserrat-normal-100-cyrillic.EAA9jha_.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(./Montserrat-normal-100-vietnamese.k7S-YeeD.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(./Montserrat-normal-100-latin-ext.BsZE-iaG.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(./Montserrat-normal-100-latin.l_AIctKy.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(./Roboto-normal-500-cyrillic-ext.BWC_xYeb.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(./Roboto-normal-500-cyrillic.CLao9AfR.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAAA5YABIAAAAAGtwAAA34AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhQbHhw0BmA/U1RBVFoAXgiBfgmfBhEMCoJ0gnQLFAABNgIkAyQEIAWFAAcgDIVOG40ZsxE1bBwMA50XA/wfEughKnuK7YfAQd7oCKWRnZ7rMH3WH3FsBrJK3bzAMeKEykqrc8fNcEo8/9JCPtUOSEZIMgsR4dRmT2A5BPzAKrLVj5KUOQV2SkTvPBPJ/6yZqYewZ4G08FV/WXYY3caAaSeSJyC57ZnkuCeCU6b+3i5POXVqT6iwuVQOw+WiJZ6nd/du+xh4IpEGjG2Z3dGcAqlNjz9FxiQtBwosfI2s0pP64PnlfSgiK6u63puWvyu6zeJKfGytZZLFgy+Pz4NRVSkDrVA18oRwmx9A6j+t+Wbf7ib9WwRVjioKSUrWmLw3mWTfzG5gPk5Spi1ni/kq+XUItp44LR8Qu7MnT2h78nSJ6eEnrpetMSCJfdtw0sGYOIEYTZC1L3siQASZFSxzZBOEkXFtks5dewcYpbPs5XmAxHVd6+FJWaPmz5xM2riZYyZFkyaPaJ0qeBvk3l3XJsmvGGDsM+pBsssJ7SXGKgB6sE00k63u1q9ft/CNs/uY/A9jffsUOchhAP1qIwTkoCHbT9I6ofRJKlBzR7eOl0KYO258q5Qg/xXmjVKHIo8kTDQUistbpSSulUr5FYd8rZjRV1AF7VrKo3V62iisrk2uvSPJ4ci+b3EDDuQo7/d+6uEf3uPvfEwqExKNEAnQ16+eDN63q/4P3m8cJ+b13wD3eZCD5+i77dbF702r3Os8+qx9XuEWe/Mhu8JHO5twlrnkiA12ustZyWznZl3Ieke9v+yg2zXxiQXHELMPuLvWbrLP3vlmr7DVXhfd4v48Jf/pt93YUyXaQD44nD1FSJuV1tux+DbV05LpzyjmsZjlDG+p+Wcec8mrvC9FLGSt7Q466dbZSIzdc++e3btWr1q5YvmytuDSJYsXLSzbbTfrFcvQ1HIxn00n4xFJ4NEezmflNIZnT588Pph492j/m/Fo0H/44P69XrfTbjW//CTfWK9laXO5y3fnG/WaSmFrGmyO3TKsJBzh62DEEmTgTG/oioY2xms2EGgKuD7OZIMY+ApWlQZWzbN6I+4NJo4KWQ2Itowxkqd0iS5rfaBcFt12HXuFnoY0UC/LoL6nMgH6EmYJFgu5NaITVt5s8s85jFjPWLds2M31dclHRO443L0H5U/LqAVKqhrU1G8rH3GFoW7iwOHQtyvWwEIhwB6jCs7z9/XPFMAlESw87TspAz/WuNFDx+2bljIb8r6KD/2cfiI29Vqi6Jiq2fEgSXY8mriqQSHneNK9om7hbrjjU43PMsCe7faUCOGe01Qv6w3deaXXlci9oDtq/11TVqsLeM+Cu3whpcKYxtwiZB2V0ou2hKOnrFQwXeJYbsxud6GE0D2XmXZ65212mGFbtt+OUJEqvV3QfPN44t0CfuGWJZFCQdAbuPJOCbbrt6TfKYRO4uUE6QnB/GeI4lhlgXvkjG9yrDj4NjXeEkGk+FRdQpW6k92hXisSXZaHdtb3gSAAVwevGQWKqa+GjBz/qqCNd9/aN+o1AvTJ8VyzTy1vyWmBEctpbeXzYGWg0fDq4/zKTkDRKbkZuCw0jjtwX7lPw64Hm66ivCmSKpdR4gfBO4mGzxKOn2U31I2E/coWNsr8DrJyhzruprrproBbCtx9/RcXXNB7L2SDp0SQvjvShz6CSwhH6HJHJx0djfHvZfUaFQke2Ea91hskeWj7Bw4FnEoSGrR56fNYxsteDaPZCPnaaqPhpeoKkuJWLIPKL7xQyUy8sYsjzSADaAgw4tRMJnLfZDxxkv8845FLckvWqIyaSq9lrvTzyka9ljlQTctrkkxqYaZbysNgz4rVNPAUeWFwuA94FPhQ2RANd5sUZQ83ST8XMxXBIM6EyqEzNPOcN5YBfTf3aUFcQ1A0sFwarmLSiAP3BaQ4Sh3PVRNOC9CcEMlIyo8y2Nc49JatXcTrlIRzvsIFocBpQYtNkngtIwjY8Yeg0z2Q3FQbD20vyqjLDsQKrZ2PY6u2DROwOgPCpHq89il4CoGBu2x07JgqHcYBRout6tuE4eiJIxtlot6Anzmr4KoT983ZIITv8r4HaDvfqOkCRg6gJbAU2ajQLEgQjLB2irgTp5bjHBzaDNhIHqWheIg0btIFGy8zhD/JeasripGFX2qUVCNhKVgY9qRJ+LLMvoYnuYJuuR8sG8qpSd1djhohR6hOKPurlmP2/QgdAhwljmxaWv0MmwtdJ1ZgiOW+BBg6jLJpF8HEzizouCQgB+yGz8RBd5aBYil3Qi2IMVrDGgLVGOm36ohHGgs6ZZXPXJPfZi9cNqwt8HJIwK88ttClkkU5k/J6Rb171MqBCs+MoEjNRUR1TRQQVc38nfsRJCNgtBoSGbbRVXww7SCBofF+E7RvjKSEei0XMpqex/fuIGoBuJnumNFA0mnUbruRl2a1GufnPVir4oPeExd5J+oyxcuZKecebMFuOJOMVlZxS1TuGpWDfYy6A2cMm1VNOLRnJExY2bAvfOnZsLtCYHYEZU1WTZiUgHcU4HZWWKkIOCsgqFBL8CsKsfjSDfy7JupWke0L0nPy7S0pWTbC7Oc53neAS/oaTQ6BxEnai2vLgLFb1kv+Glg0vOlWbYmY8glZ/AZF503lQ4eA8RxYsFSicPw1yTMQ1hoErzOgkiBWpNNw7RUudlKtC10MF7Rz11OkeW0kLG/VtLQzS23uHhd/AymX4TxtqfDP5kcL6DfPHpU3M3bGRFnXVdgkOdfrv4c3Qs4qWK056W6r6P3uUkI6Aht9cUsWqYE+ykX2UzUhh0c1Q242YYMtAo0rf6EJWKfYD0OJFdKPfchaJaacsL/T2C3pZY9UyqG44tPAD17FytIqGj597hqg5RI2fwMobXkNyla7lBfEC/JB4MnWaxLWNuqAaxS9fZY9XdouE0FOic1pIst9GI5alQyCvU7A8Mv/684JNM5xzQmgKMvfg1/7IO05sfJpYTu9238cPXa/kLfs/1Cxg1VDA1n/+0SLYpx3n9jdW/5Fa/CuEqP5iV5E6MzYrIa65UgVuMVCZyVEQsVq7uAleG+a3nCf+DmjieOcsmvq2iFQxEcXH8ERNO6avuyBXxW/+vE3RUMLxsbClO/R9cJvABu+7ExrzfhtTLByYobvLgm8ZEFia0F6I2iPw4KNyRuzcFh1yv+WRZGOJLBU8Jy/N/6IVfCUfzBUjMH02EmfAqi4/6GXQKeqHkN17bsSMQDCqao2fn+mIAMftTIStv6FFFmr4vkfNm13/AHfiVpRntlr8Uc07Ay+JQE6teFfcwnAG4OwbD8uizLPhgX88SO3SeBgpwbt093eXmUoLCyv7JIN8ePHqc8cBgSUYgeKKCACqFMrZFg7SoHWwxPeeWdl4ye1I5s/hLzr+Ye8wszCeXGwAP2wCwn+V18NW/f662+LtL3zxhvh61977a3AE7xuWSZ49ZgEwZe14A2rXyjN4TSOlPB3+bqA5sCanaHL5XKNEaKPHi1bmb2AiX95sqUwsfXqthyjtfahBrxC/5OOceiO94avXvXu8KN3NBonwZU36kfufMqrVhMf4vCdg/W/f30WVN3dtGS5PWhQmx33Vd+9oE+tvqcl2AaBv7cbrPor/r1bVyR8e/1TiR9dt/TPyZlAx8IRu3p361vcvCFumyKMrogP83/LA0H8P9n71hhlvG77i82MWG2m6Z9JeXldbH1N7e2GEelTykd1fXXMc3XV87e/Q1NVsRA3mPKGBgTQtDfuSn7tDIu+9jcr3QLg0R/3CsBnG9NaC/qNHtLqCnKAb/L/W2A8pfBxTmSRzeHXNjCaLvkPJozljNHSGV0X0lr0/pYVmFyLjiKGavZBfR49G4UA0dxNQ3Q/cHMSYkZI4++MIopvMxo13Nus82UMitjFJpdelInicrpmYojgao5tqao5pJAwCrjY0ilcYumI5koZrrM3Qw9aGcFkbozUUzKILY7Ad02ao0zpyE0j9TGcUHF/MctytnHXA0NSuOILNCvVyfM8PjAzNI8ipg3CMt20Un8rrqVVEbiYM6XXpA6L0dXF1TQMbAhrr6xvNVJsSOrzUkNsmp0s49n1Ex0U78KY9tmwfIvyiGyXNafF5FEY9KfDplGdR6zuydQ8WK/puS0Xxoj9VMORXJbVbdxTqykFY55fKyYGHmSaa6UsUz07sGnat2skHmVLgpG+J7p7Osf/4IT94/3d9ydsHzc2L6xfB1ptr+wNzI2DvlKgLljusDj/5yfMjiamR+5Pjg8xPhRodHwgcgViAD44fzjLg27/C/sNeu2m23B0CrTLRatCs141MtQT1CJUw38lQDm8lTwUHRQsH+WtAuV0E1kNGX2TNpAyF0kFCSlDcXkTkxCVRUSkDIUFhBgEGYUABz+n4AN46ZWHgpuA6wcctmvbbXpkNbxbjBTMxhRMRi4yGq50Wjc0agoqZRQyqRuizyehQIwEkOrTU1sK0uKy84201Ja8VI/nXJedc2VKUkt2SmV2VrJHkrwlyZedXp+a0ZzSkJTRnHZxk/9zElOvTzrVFF8b58TWxjhxbowb2RDhGA26E+HqbrY+TFfR+lL9B12LHhrlhDeEOb4G05FanCg3zDXdpaZUm/3MaaZ2gznMXGpquNVINdP4Ac3fYDlag3IsV7nZaphS0Wqp+kFpmm0bcqdsCQXKe93p87K9Qv7+zSFZEyoclb6qPaApZK4J4TQ1N7aLbHJXbtxIZsdeoS2DGm/WuD+S265UpwGN7bq2yZ3VSjnl5eUv9NXZlF8oSaLENcuJnkquoykHD/kWobEqo4ySnL/L4NL/SaUA) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(./Roboto-normal-500-greek.C9AnhcmC.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(./Roboto-normal-500-math.C4NU9gLX.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(./Roboto-normal-500-symbols.B_CZKVJS.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(./Roboto-normal-500-vietnamese.B3ncpOoB.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(./Roboto-normal-500-latin-ext.pMCM9Ixg.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(./Roboto-normal-500-latin.7RbcRiD8.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(./Roboto_Condensed-normal-600-cyrillic-ext.6nWXzhs-.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(./Roboto_Condensed-normal-600-cyrillic.CWopvA8w.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAAA6EABIAAAAAGxwAAA4kAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhQbHhw0BmA/U1RBVFoAXgiBfgmfBhEMCoJwgnQLFAABNgIkAyQEIAWFQgcgDIVOG88ZsxEVbBxAgLLDAf7LBO0Ik+3CW7BRUmESCx4U/AixUe46t43n+cuJuigY+lTQlRg6cfM6Z6fxmJKCnw/GjJBk1uf7pvp3ZmdBYGxibnZjZTcgAwdoG5lA6GgNALIMrAAp5XAZ1fYB01dPvh7i1/MQfL+2ff+QxiUy08Wn39DNo0kojUjF71VLQcVV5ik4wWHwpsSu6kthyYsJQzkAyw1W0TnW0ht3zYcjr3RS2Fwqh+Fy0RLfH0Dq/5MDijw+fprzy75J2v1dOmCJOQLhSMkzpu9Np8mbKc7ifOYsJ4f9awruiI0ganvALOTJE9oCqg1ZR4FNVCdtk1T/3YazC2XbvyNRCLL25XwgAJwCxxMogiwAduQdC6S6tjnIaMZyEOcARC7rhkG3PefVyBRy7pHhyei0T390RvI2yL0+E9JpGCIgPiWWA0Qtp4SfGkkAch9sEs1IJutmbXXwmdWJhB0YqT5FoSHPAwA7JiYAaASQ9pO02VV6LwXo8lB0jBBg+T4WJQD5V5iPQCgo8mWQIICCkgO90gSmiULDOOSHDDQ9gIbaDSkfz9DokqF0I3EdnATNC42WHjfggNyI/5fPZ/c/7+9iSFMJ2F1OYFeeKx0LgP8ZEzuR/4fj3XnyTwC+6Ct4dj/+c+6Y/ZiFy77gbfS5nvJzfORe3Hcb3tmb4cB573nBw275rDdlusFdeN11L/p45Fmf0sSvnPASYu7LPlfrHvVUe+0P/RxPuOddH/lSfDf+r9/VuVslbSAfPZ/1kHDOJdfdzPmTql6ZvAat2HSB4cdrfp0vec8v8DExsO6aG571qk+UHkFq0Xjv7p3bVy5funjh/LnY9tbmxvra6sqy1NJidCEyPzc7Mz01OTE+NjoyPDQ40N/X29Pd1dlhhc+2h4IBn7ettaW5qbGhvq72QKrdlvwiRXbYPbw1eVjYN9nuSKNHY78Ckgcy4dOgzRPM0+D2z0I1tM6JZQcTTK/y2TTWQWIkFWwqLSQ1z7V/zvunTaBK+wDRlguM4qnO01VtL6gnd6j1yE1xfl0Y29WzbGroyQR4NT7OEHRuyrSZVF5Z9Pxioc0LY8Cz4zDRJ7KCx3sv4la2ydmroG1QD3WpZuRX2mvuCCSaAC1OZadiClRHdsB5h0r+rv6BIrSWCJLOo5Oge0H62OKOPwvcv9/qXnYk0vGvOr4hdoN+ptjMruK9L5vF1UATulQD7X0w/EoJ9cRNyfv4PAOab3oUh0R42hmmqWg685RxsZ0p92MeM4KbajsCvK/ATY4gQ0upxjwDWUEzrGJKCJZRMrHsAaF4qfvdgBLgtZDYjNF5tfWHotkzH5iPaRLNzQTNv46unyMwNoLfnCSJUBDzz8Y/Q2If6FdsR4ADnyJG7xArfm2huKmySLZC55sue3HtUBN+c+IJyS2hSm8mjzHoV5m2ep7aeb8XVCeATEaxjAKBqU/CPA/8E9E6cTUZ1n8uArwUeGJZ8q6XOlehzXPuv2dErxONptdeLhdXCoK+23IduRyY7ngXTrRXFDEQfTpBZa2SQa1NEl8JGZkKeiZML1bNaiZUcibsrskmHK5N6klrZs2TQB4GyfD1L1xxRR+91UEeEcE8CTM7lQSthckJzLVpM8Omc/JRMehTldHqh4P+/mk2j/3Jm4ACOZ00PqTFO0Zq0/2gobPslPxg13AoUomKNLGe2qjKVSJVMhOvWMOJxjBPwXQCApzappH7LBdNUOcQj/k8ZHNd+6lNllqxarV+Hh8O+oUD03R3T1JR05Xu9HYaHNhpZhR5hLx7aPG17Qx4qmwIlvdMyrJPFrSRq7GK8ijNlOA5C47GwvnQMuANE4lXJFMEQTcwqqlLmCzBgetuNDGLA9/qOj8jgumvZbQGKb+Rw4TFlHi2fgmxEalW8iIXpAKxDdssJqlYm0B1SPMPQbF3JIWRdQJm9IrOuvxALLR2V8x4tX2YQILBgepdSiJ2QlEoRgZ8NWdjIQ7SNE0w2mz1SZ8wPL4J5JIG6i2slTMBORjEeyfsEMLvFBkBC2r+lfaAQAByNc6aKCyU64IUQTQgGbtFXKk5z2kCLdqMtCblh2tSD5HGBVuxE5mluj/JeZMdxajwXbXqSoTu6CHqc5qu2oKGb9BdGjCjvYqeHZVU03DXkkXIEXoXarLUCsw5my51yOxGBqZ97r6vYwuwc9YLbFGMQwnwB3jZjBxAjM170Mx5ATlgP+JvAthgWQgstd1YC6Z1VsMUgQZDmX3qXfGyxQLLSFoSzxXb7DuUYSNlvhNsoIzPeLBSxaLlLhX1yvour5cDoTzfCTQyVyaqJ5YjYpDpk8/CkyB1As4nYSbO+9iOf6UAM3JuRZpgFGMkJdUbvVOn6b2z4g6ihpnnMLvdaCAZezByu5FX3WoRnR96cKTjX/EeHuqVqCOC/m5lqrUHwzBWGkuW7+3ijqhdQ9SenmMk3gTn2N23hKAHJkLA62D/Su88W9rbITC7ARU1mxpiTCHDAK6dojBuNJBZB4XCWop/pSgU1/wL2PbNlMgJkrEhPU/55HF8kHUwjp+e4ycBOGKXaXII2IStv4Elz0Aw3M29I49pycDysJaMEoqKEVn8gIrsTa3AgNKbBJBAkiVsnXuSt0O8ZxAU48i0DeSOdBuM3kfp9iAN7YEVS7e0856nQOvaanx7G8zdT1epcxpzXPw57PoCZE8tlf5Z3PCA17xRsPLFXoTOlB1DV9cfkVzqzd/TGyEhg1SynLhcx/nfriSUI9DoG5diKWrAS8uBZeo65/jWNRRWExo4KWvc+UMTYKOwAUOVFdKTfZW1EqaWSX+ti3An967AblAJQV/0aWTcWcZqeky0XTY8Eeioxh89B1BcugFMc0p5t7AU+VRg0w/6Gu8lUdv2KObJTY109UmZCGpJLNo9cHjOYThptW0SHPQaov7z//vOzTDdOZ54MxAoox9B2fvAvnvWy2cNGMmObRyOvwg/k7fc/6CxIIOi4XK2P5+0KOf5rll/ess/ay3Oq8ToskRvE5incNm+WHdaogpccqNzGk+ETtXCxUv00bT7Z+fEz3PeBC6pWDbLl0Blvrp4B4HA9LBsFwSkr+N/IA8KVt/OYxeqUTlHJ1V7DtKPS35mmWH8ChMkgxMzvHZqnJd6kHpM403nYMZ1WPRw8sMZXlbd6rueRZOONIirwxh/5/wR69DD3zsqxtDoyyDtAXwGLZ+KxmnXrmuonVehRAxAoGTQOjmfCWXgwVZGgvM3aKLo7/jb2NkeOAfLslbR9/xx9aPHgRm6sySzHdbxTx0BXI1BWNmPa5d2sGMB73mrNkkcJA+BGe/ejf6mwC300ONcjmSLDbl084HtMAga4CaAZBg4YVDWVEhIsPY4CpgSdMnIkOzrSCaO1ZBTPK/m9fWVOFpDx9cR+2/H2eO/Oo2Qc78+znH9l9FQimCeQdoBMcsbWnKddDoQPhHHVfvWml6H6omq/KoMiIlCLwKiyJGaNSaer3eperS0jUKM1rrXfpv/81Td76489cWWhWjrfvWpxt899Z9nG/509dkvesHaF7zxy9T/yfbE/ybVe6f7ugpPnLTaqb682+T/xtVbZndXwckT7S/nVPeeWw9k/PtCZvjEt3b/Th3/1/VS++ncHldz2xndG09PgkGsBZEh7ZzmF4Od1/if2YfirwrbfikvTYhItgjczbK08pLST4likkypjOJhceoPy7olpZ8WaFEakL6Fe1QBAkCgztlPPF7cm3LiP4pVAADf+PtcEQDcv1/zOQvm1yMkaHeAAPLUjtNAzFbk0EHYxuRiNsGFMTvJb/IU+7nh9HujdSltiN53VkDCCQwUqYo9BfS3+SJCcPlU34IAwmwjPfFcPSAoi6mAIpn0BAJqI6uZ8QUiDP8MJJT4WpCMoJkglaaV03rpFBxEACfKjoDAjgNMuWxesyITGEhnFwdeCfCbNa3fDI/Z6Pghw7CAmWsQZeNTxg06azyE8Vjn4ZxHm4sKNJ5G+Ew9TEmNPOBFtJOmFcbwXJhzTPHuL7si/ajrN9h5GDl4VsSoYttFeV5Ak80aeNRotYUahcqspcTu0e7tC9vJ7RhHFGacf1BTrglPd8RxJCo70LeWU1ydtuf9W+e4PeF3oxbz+9Yv4qH2mg7ic3NW65XXVSu5dD9dU2cWueOnDJ+/wYxBRfwQKqaqfkmzgMFfUvbfLFmcKiIguSY+gSFdl45vrZv/xim+/vjc2vczrD4mVl6+/J5UlzZ58ebRexQLVxsiF5/f+dz5w9mTzxw9mD7y3NTxv3fyKFQnjix1fOVjg4+OH45MPtz5UOOD7W0DbRT9hfeVmN7Ke+oN3Zl3Jd4ZeUf4oRV4OCSd9bzd8ZDdpwZtoRrQPfBr7tNv8xreZmJaFW+RbrVZvq1J8kbZjgbpVusFr2O8lkVQw3k1j8ADfobe8BDlJuGn8/jJ4zfaieMV6rHK5KNVERypasPhqny1qvKG8jITpSURFBc1wn3IxH7csplq6AdUvTw3u2tfTrrqEnOyu/KzOa6dVLUjWRldalahuieTIxnckiGrueXZeZ1ZFRl5nTl3L/N3Z3f2qYzXOh4oTQ+llaaG0q1UK6nCGRIrWMhpMUtlvYymsG32t5KQ0pMcclTYQ3KFFCKlCNUsuyVZ2xIpltqkWUk4LfVK25IAqwtSjFl/g2CrUEJCBQ0pFrVU2ktpCt2mf0uCYJoi+Qx5PBF0N31G5mdNCZu3M0GuJvRA6ZOavo6EdDWB0LEz/AEhj1qXHnkED46bEo8Hwh8KeLwj6wNKPb7wB0x41FqIws3ddN/QDy7CfaeoiArXTA561yQjMscp3Epyo+p2uBsP9aoAcLREZwE=) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(./Roboto_Condensed-normal-600-greek.Dk1MlhZA.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(./Roboto_Condensed-normal-600-vietnamese.BfJVrF7j.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(./Roboto_Condensed-normal-600-latin-ext.DIUh7Wuv.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(./Roboto_Condensed-normal-600-latin.C6Ud4naT.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.RedirectionLoader[data-v-b7583c76]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.RedirectionLoader__loader[data-v-b7583c76]{display:block;height:auto;max-width:75%}.RedirectionLoader__spinner[data-v-b7583c76]{aspect-ratio:1;width:34px;margin:12px auto 0;padding:4px;border-radius:50%;background:#f39f13;--mask:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;-webkit-mask:var(--mask);mask:var(--mask);-webkit-mask-composite:source-out;mask-composite:subtract;animation:spin-b7583c76 1s linear infinite}@keyframes spin-b7583c76{to{transform:rotate(1turn)}}.creative[data-v-9bcdb2d5]{position:relative;display:flex;flex-direction:column;align-items:flex-start}.creative--sticky[data-v-9bcdb2d5]{position:-webkit-sticky;position:sticky;top:.5rem;background:#fff;box-shadow:0 .2rem .7rem #fff,0 -.499rem #fff}.creative--contents[data-v-9bcdb2d5]{display:contents}.creative__content[data-v-9bcdb2d5]{width:100%}.creative__content--spaced[data-v-9bcdb2d5]{margin-bottom:.5rem}.creative__content--centered[data-v-9bcdb2d5]{text-align:center}.creative__provider[data-v-9bcdb2d5]{position:absolute;top:0;right:0;padding:.25rem;color:#fff;background:#49bf2c}.Button{text-rendering:geometricPrecision;position:relative;cursor:pointer;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:0;border:0;background:transparent;font-family:inherit;line-height:1;overflow:visible;text-transform:none;transition:background-color .15s ease-in-out,color .15s ease-in-out,opacity .15s ease-in-out}.Button:disabled{cursor:not-allowed;pointer-events:none;opacity:.5}.Button .loading-spinner{position:absolute!important;inset:0;margin:auto!important}.Button--block{width:100%;max-width:100%!important}.Button--fit-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:-webkit-fit-content!important;max-width:-moz-fit-content!important;max-width:fit-content!important}.Button--button,.Button--pill-button{letter-spacing:-.0063rem;font-weight:600;background:#f39f13;color:#fff}.Button--button:hover,.Button--pill-button:hover{background-color:#e99914}.Button--button:active,.Button--pill-button:active{background-color:#f7c166}.Button--button:disabled,.Button--pill-button:disabled{cursor:not-allowed;pointer-events:none;opacity:.5}.Button--link,.Button--transparent{font-weight:500;color:#f39f13}.Button--link:hover,.Button--transparent:hover{color:#e99914}.Button--link:active,.Button--transparent:active{color:#f7c166}.Button--link{display:inline-flex}.Button--outline,.Button--pill-outline{border:1px solid #f39f13;background:transparent;color:#f39f13;font-weight:600}.Button--outline:disabled,.Button--pill-outline:disabled{cursor:not-allowed;pointer-events:none;opacity:.5}.Button--pill-outline:hover{background:#fbefe3}.Button--pill-button,.Button--pill-outline{border-radius:1.5rem!important}.Button--extralarge{max-width:340px;padding:20px;border-radius:.5rem;font-size:1.125rem}.Button--extralarge>svg{margin-left:8px}.Button--large{max-width:242px;padding:16px 20px;border-radius:.5rem;font-size:1.125rem}.Button--large>svg{margin-left:8px}.Button--medium{max-width:164px;padding:16px 20px;border-radius:.5rem;font-size:1rem}.Button--medium>svg{margin-left:6px}.Button--small{max-width:150px;border-radius:.375rem;padding:9px 20px;font-size:1rem}.Button--small>svg{margin-left:6px}.Button--extrasmall{max-width:120px;border-radius:.375rem;padding:5px 20px;font-size:.875rem}.Button--extrasmall>svg{margin-left:3px}.Button--unset{font-size:unset;padding:0}.Button--button.theme--secondary,.Button--pill-button.theme--secondary{background:#fff;color:#f39f13}.Button--outline.theme--secondary{color:#fff;border-color:#fff}.Button--button.theme--would-you-rather-primary,.Button--button.theme--would-you-rather-secondary,.Button--pill-button.theme--would-you-rather-primary,.Button--pill-button.theme--would-you-rather-secondary{padding:12px 20px 6px;font-family:Luckiest Guy,system-ui;font-weight:400;font-style:normal;font-size:18px}.Button--button.theme--would-you-rather-primary,.Button--pill-button.theme--would-you-rather-primary{background:#220f3f;color:#fff}.Button--button.theme--would-you-rather-primary:hover,.Button--pill-button.theme--would-you-rather-primary:hover{background-color:#382752}.Button--button.theme--would-you-rather-primary:active,.Button--pill-button.theme--would-you-rather-primary:active{background-color:#6f6382}.Button--button.theme--would-you-rather-secondary,.Button--pill-button.theme--would-you-rather-secondary{background:#fff;color:#220f3f}.Button--button.theme--would-you-rather-secondary:hover,.Button--pill-button.theme--would-you-rather-secondary:hover{background-color:#f4f3f5}.Button--button.theme--would-you-rather-secondary:active,.Button--pill-button.theme--would-you-rather-secondary:active{background-color:#b2abbc}.Button--outline.theme--soft,.Button--pill-outline.theme--soft{color:#f39f13;background:#fbefe3;border-color:#f39f13}.Button--button.theme--vip,.Button--pill-button.theme--vip{overflow:hidden;background:transparent}.Button--button.theme--vip:after,.Button--button.theme--vip:before,.Button--pill-button.theme--vip:after,.Button--pill-button.theme--vip:before{content:"";position:absolute;inset:0;z-index:-1;background:#0038ff;transition:opacity .15s ease-in-out}.Button--button.theme--vip:after,.Button--pill-button.theme--vip:after{content:"";background:linear-gradient(272.54deg,#931bf8 -28.09%,#5f29fb 45.77%,#0038ff 117.2%)}.Button--button.theme--vip:active:after,.Button--button.theme--vip:hover:after,.Button--pill-button.theme--vip:active:after,.Button--pill-button.theme--vip:hover:after{opacity:0}.Button--link.theme--vip{color:#931bf8}.Button--button.theme--ai-primary,.Button--pill-button.theme--ai-primary{background:linear-gradient(#833ae2,#a07dff);color:#fff}.Button--outline.theme--ai-primary,.Button--pill-outline.theme--ai-primary{background:transparent;color:#8e52ed;border-color:#8e52ed}.Button--link.theme--ai-primary,.Button--transparent.theme--ai-primary{color:#8e52ed}.Button--button.theme--survey{font-size:.8125rem;font-weight:400;background:transparent;border:1px solid #d7dade;margin-right:.5rem;margin-bottom:.5rem}.Button--button.theme--gray,.Button--pill-button.theme--gray{background:#f0f0f0;color:#f39f13}.Button--button.theme--gray:hover,.Button--pill-button.theme--gray:hover{background:#edeff1}.Button--button.theme--gray:active,.Button--pill-button.theme--gray:active{background:#d7dade}.Button--button.theme--gray2,.Button--pill-button.theme--gray2{background:#f0f0f0;color:#8c8f91;font-weight:400}.Button--button.theme--gray2:hover,.Button--pill-button.theme--gray2:hover{background:#edeff1}.Button--button.theme--gray2:active,.Button--pill-button.theme--gray2:active{background:#d7dade}.Button--outline.theme--gray{border-color:#d7dade;color:#303437}.Button--outline.theme--report{border-color:#5b5f63;color:#292b2e}.Button--outline.theme--report:focus,.Button--outline.theme--report:hover{border-color:#f39f13;background:#f39f13;color:#fff}.Button--button.theme--info,.Button--pill-button.theme--info{background:#3472f5;color:#fff}.Button--button.theme--info:focus,.Button--button.theme--info:hover,.Button--pill-button.theme--info:focus,.Button--pill-button.theme--info:hover{background-color:#3e79f6}.Button--button.theme--info:active,.Button--pill-button.theme--info:active{background-color:#7ba3f9}.Button--button.theme--gradient1,.Button--pill-button.theme--gradient1{background:linear-gradient(#931bf8 -90%,#0038ff 119.71%);color:#fff;transition:none}.Button--button.theme--gradient1:active,.Button--button.theme--gradient1:hover,.Button--pill-button.theme--gradient1:active,.Button--pill-button.theme--gradient1:hover{background:#f39f13}.Button--button.theme--dark5,.Button--pill-button.theme--dark5{background:#3f4143;color:#d7dade;transition:none}.Button--button.theme--dark5:active,.Button--button.theme--dark5:hover,.Button--pill-button.theme--dark5:active,.Button--pill-button.theme--dark5:hover{background:#303437}.Button.theme--gpay-dark{color:#fff;background:#000}.Button.theme--gpay-dark:hover{background:#303437}.Button .theme--gpay-light{color:#000;background:#fff}.Button .theme--gpay-light:hover{background:#f0f0f0}:hover+.Button.theme--gpay-dark{background:#303437}:where(.is--color-scheme-dark) .Button--outline.theme--report{color:#edeff1}:where(.is--color-scheme-dark) .Button--button.theme--gray2,:where(.is--color-scheme-dark) .Button--pill-button.theme--gray2{background:#303437;color:#edeff1}:where(.is--color-scheme-dark) .Button--button.theme--gray2:active,:where(.is--color-scheme-dark) .Button--button.theme--gray2:hover,:where(.is--color-scheme-dark) .Button--pill-button.theme--gray2:active,:where(.is--color-scheme-dark) .Button--pill-button.theme--gray2:hover{background:#1c1c1e}.Icon[data-v-1a9b4e0d]{width:1em;height:1em}.Icon--primary[data-v-1a9b4e0d]{color:#f39f13}.Icon--white[data-v-1a9b4e0d]{color:#fff}.Icon--success[data-v-1a9b4e0d]{color:#49bf2c}.NotFound[data-v-76539acb]{padding:1.5rem 0;text-align:center}.NotFound__icon[data-v-76539acb]{margin-bottom:.5rem}.NotFound__title[data-v-76539acb]{margin-bottom:1rem}.NotFound__subtitle[data-v-76539acb]{margin-bottom:1.5rem}.NotFound__cta[data-v-76539acb]{margin:2.5rem auto 0;padding:1rem 3rem}:where(.is--color-scheme-dark) .NotFound[data-v-76539acb]{color:#a0a6ae}:where(.is--color-scheme-dark) .NotFound__icon[data-v-76539acb]{color:#ea3a2b}:where(.is--color-scheme-dark) .NotFound__title[data-v-76539acb]{color:#edeff1}.ServerError[data-v-dfe53f5f]{padding:1.5rem 0;text-align:center}.ServerError__icon[data-v-dfe53f5f]{margin-bottom:.5rem}.ServerError__title[data-v-dfe53f5f]{margin-bottom:1rem}.ServerError__subtitle[data-v-dfe53f5f]{margin-bottom:1.5rem}.ServerError__button[data-v-dfe53f5f]{display:inline-block;padding:1rem 3rem;margin-top:2.5rem}.ServerError__cta[data-v-dfe53f5f]{margin-left:.5rem}:where(.is--color-scheme-dark) .ServerError[data-v-dfe53f5f]{color:#a0a6ae}:where(.is--color-scheme-dark) .ServerError__icon[data-v-dfe53f5f]{color:#ea3a2b}:where(.is--color-scheme-dark) .ServerError__title[data-v-dfe53f5f]{color:#edeff1}:where(.is--color-scheme-dark) .ServerError__optout[data-v-dfe53f5f]{background:none}.Maintenance[data-v-b15b3003]{padding:1.5rem 0;text-align:center}.Maintenance__icon[data-v-b15b3003]{width:40px;height:40px;margin-bottom:1rem}.Maintenance__title[data-v-b15b3003]{margin-bottom:1rem}.Maintenance__subtitle[data-v-b15b3003]{margin-bottom:1.5rem}.Maintenance__cta[data-v-b15b3003]{margin:2.5rem auto 0;padding:1rem 3rem}:where(.is--color-scheme-dark) .layout--error .Maintenance[data-v-b15b3003]{color:#a0a6ae}:where(.is--color-scheme-dark) .layout--error .Maintenance__title[data-v-b15b3003]{color:#edeff1}.layout--error[data-v-c8d6dab2]{margin:3rem 0;padding:.25rem 1rem}.Card[data-v-3f5bb6ee]{position:relative;padding:1.25rem;border-radius:.5rem;background-color:#fff}p[data-v-3e2bcfd6]{line-height:1.55}.capitalized[data-v-3e2bcfd6]{display:inline-block}.capitalized[data-v-3e2bcfd6]:first-letter{text-transform:uppercase}.Input[data-v-3b6dfd52]{width:100%;height:2.6rem;margin:0;padding:.5rem .5625rem;border:1px solid #edeff1;background-color:#f0f0f0;border-radius:.25rem;color:#303437;font-family:inherit;font-size:.9375rem;font-weight:400;line-height:inherit;overflow:visible}.Input[data-v-3b6dfd52]::-moz-placeholder{color:#8c8f91}.Input[data-v-3b6dfd52]::placeholder{color:#8c8f91}.Input[data-v-3b6dfd52]:disabled{background-color:#edeff1;cursor:not-allowed}.Input[data-v-3b6dfd52]:focus{outline:none;box-shadow:0 0 8px #0000001f;background-color:#fff}.Input.is--filled[data-v-3b6dfd52]{border:.0625rem solid hsla(0,0%,85%,.6);background-color:#fff}.Input.is--filled[data-v-3b6dfd52]:focus{border:none}.Input__container[data-v-3b6dfd52]{text-align:left}.Input.is-invalid[data-v-3b6dfd52]{border-color:#ea3a2b}.Input.is-invalid[data-v-3b6dfd52]:focus{border:.0625rem solid #ea3a2b;box-shadow:none}.Input.is-valid[data-v-3b6dfd52]{border:.0625rem solid hsla(0,0%,85%,.6)}.Input.is-valid[data-v-3b6dfd52]:focus{border:none;box-shadow:0 0 8px #0000001f}.Input__label[data-v-3b6dfd52]{font-size:.9375rem;margin-top:.2rem;margin-bottom:.2rem}:where(.is--color-scheme-dark) .Input[data-v-3b6dfd52]{background-color:#3f4143;border-color:#5e6165!important;color:#a0a6ae}:where(.is--color-scheme-dark) .Input[data-v-3b6dfd52]::-moz-placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .Input[data-v-3b6dfd52]::placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .Input[data-v-3b6dfd52]:disabled{border-color:#5e6165!important;background-color:#3f4143;color:#a0a6ae}:where(.is--color-scheme-dark) .Input[data-v-3b6dfd52]:focus{border-color:#a0a6ae!important;color:#edeff1;background-color:#3f4143}:where(.is--color-scheme-dark) .Input.is--filled[data-v-3b6dfd52]{border-color:#5e6165;background-color:#3f4143}:where(.is--color-scheme-dark) .Input__label[data-v-3b6dfd52]{color:#5e6165}.Spinner[data-v-c2f673f5]{position:relative;display:block}.Spinner--responsive[data-v-c2f673f5]{width:100%}.Spinner--small[data-v-c2f673f5]{width:22px}.Spinner--medium[data-v-c2f673f5]{width:30px}.Spinner--large[data-v-c2f673f5]{width:48px}.Spinner--circle[data-v-c2f673f5]{aspect-ratio:1}.Spinner--circle[data-v-c2f673f5]:before{--mask:conic-gradient(#0000 25%,#000 25.1%,#000),linear-gradient(#000 0 0) content-box;content:"";display:block;position:absolute;width:100%;height:100%;padding:11%;border-radius:50%;-webkit-mask:var(--mask);mask:var(--mask);-webkit-mask-composite:source-out;mask-composite:subtract;animation:spin-c2f673f5 .8s linear infinite}.Spinner--circle.Spinner--small[data-v-c2f673f5]:before{padding:15%}.Spinner--circle.theme--primary[data-v-c2f673f5]:before{background:#f39f13}.Spinner--circle.theme--white[data-v-c2f673f5]:before{background:#fff}.Spinner--circle.theme--info[data-v-c2f673f5]:before{background:#3472f5}.Spinner--circle.theme--dark[data-v-c2f673f5]:before{background:#292b2e}@keyframes spin-c2f673f5{to{transform:rotate(1turn)}}.ForgotPassword__card[data-v-bfcbd69e]{justify-self:center;width:100%;max-width:600px;margin-top:1rem}.ForgotPassword__recover .ForgotPassword__back[data-v-bfcbd69e]{display:flex;align-items:center;margin-bottom:1.5rem;padding:0;border:0;color:#f39f13}.ForgotPassword__recover .ForgotPassword__back__icon[data-v-bfcbd69e]{margin-right:.5rem}.ForgotPassword__recover .ForgotPassword__form[data-v-bfcbd69e]{text-align:center}.ForgotPassword__recover .ForgotPassword__form__fieldset[data-v-bfcbd69e]{display:block;margin-bottom:1.5rem;text-align:left}.ForgotPassword__recover .ForgotPassword__form__error[data-v-bfcbd69e]{text-align:left;color:#ea3a2b;margin-top:.25rem}.ForgotPassword__success[data-v-bfcbd69e]{display:flex;flex-direction:column;align-items:center;text-align:center}.ForgotPassword__success .ForgotPassword__icon[data-v-bfcbd69e]{padding:1rem;border-radius:50%;background-color:#49bf2c;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ForgotPassword__success .ForgotPassword__title[data-v-bfcbd69e]{margin-top:1rem}.ForgotPassword__success .ForgotPassword__email[data-v-bfcbd69e]{word-break:break-word}.ForgotPassword__subtitle[data-v-bfcbd69e]{margin-bottom:1.5rem;font-size:.9375rem}.ForgotPassword__footer[data-v-bfcbd69e]{margin-top:1rem;padding:1rem 0 0;border-top:1px solid #edeff1;font-size:.9375rem;text-align:center}.ForgotPassword__footer__link[data-v-bfcbd69e]{font-weight:600}.is--submitting[data-v-bfcbd69e]{visibility:hidden}.SectionCounter[data-v-df5203d4]{padding:1.5rem 0;text-align:center;font-size:1.4375rem;color:#fff;background:#3472f5}.SectionCounter__members[data-v-df5203d4]{font-weight:600;white-space:nowrap}.SectionCounter__members[data-v-df5203d4] .countup-wrap{display:inline;color:#f6c73b}.SectionInfo[data-v-77dfaafe]{list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:center;gap:3rem;max-width:1400px;margin:auto;padding:3rem 14px}.SectionInfo__item[data-v-77dfaafe]{width:100%}.SectionInfo__item__icon[data-v-77dfaafe]{margin:.2rem auto 1rem}.SectionInfo__item__icon--primary[data-v-77dfaafe]{color:#f39f13}.SectionInfo__item__icon--blue[data-v-77dfaafe]{color:#0038ff}.SectionInfo__item__icon--yellow[data-v-77dfaafe]{color:#f6c73b}.SectionInfo__item__question[data-v-77dfaafe]{margin-bottom:1rem;font-size:1.4375rem;font-weight:600;color:#292b2e;text-wrap:pretty}.SectionInfo__item__answer[data-v-77dfaafe]{max-width:20.625rem;margin-left:auto;margin-right:auto;margin-bottom:0;font-size:1rem;color:#8c8f91;text-wrap:pretty}.is--viewport-desktop .SectionInfo[data-v-77dfaafe],.is--viewport-tablet .SectionInfo[data-v-77dfaafe]{flex-wrap:nowrap}.GoogleSignInButton{overflow:hidden;display:block;position:relative;width:100%;margin:12px auto;height:43px;padding:0;border:0;background:transparent}.GoogleSignInButton__spinner{margin:auto;top:3px}.GoogleSignInButton--setup .GoogleSignInButton__appearance{pointer-events:none;position:absolute;inset:0;z-index:20;display:block;height:100%;padding:.5rem 1rem;font-weight:500;font-size:15px;border-radius:6px;transition:all .3s ease}.GoogleSignInButton--custom .GoogleSignInButton__appearance{background:gray;color:#fff}.GoogleSignInButton--custom:hover .GoogleSignInButton__appearance{background:#5b5f63}.GoogleSignInButton--responsive-google .GoogleSignInButton__appearance{display:flex;align-items:center;justify-content:center;padding:6px 1rem;border:1px solid #303437;font-family:Roboto,sans-serif;line-height:1;background:#fff;color:#292b2e}.GoogleSignInButton--responsive-google .GoogleSignInButton__appearance>span{display:flex;align-items:center;justify-content:center}.GoogleSignInButton--responsive-google .GoogleSignInButton__appearance__icon{width:22px;margin-right:7px}.GoogleSignInButton--responsive-google:hover .GoogleSignInButton__appearance{background:#f0f0f0;border-color:#ededff}.GoogleSignInButton--disabled .GoogleSignInButton__appearance{pointer-events:all}.GoogleSignInButton__appearance{display:none}.GoogleSignInButton.is--rendered .GoogleSignInButton__appearance{position:relative}.g_id_signin{height:43px!important;opacity:0!important;transform:translateY(-100%)!important}.g_id_signin *{max-width:100%!important;margin:auto!important;transform:scaleX(1.2)}.SectionLogin[data-v-4ef854e5]{width:100%}.SectionLogin__container--form[data-v-4ef854e5]{position:relative;padding:6rem 0}.SectionLogin__wrapper[data-v-4ef854e5]{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;max-width:1140px;margin:auto;padding:0 15px}@media(min-width:768px){.SectionLogin__wrapper[data-v-4ef854e5]{flex-wrap:nowrap;justify-content:flex-start}}.SectionLogin__card[data-v-4ef854e5]{opacity:.94;flex-shrink:0;width:100%;max-width:420px;border:0;box-shadow:.4rem .4rem .4rem #292b2e73!important}.SectionLogin__card__title[data-v-4ef854e5]{margin:0 0 1rem;font-weight:600;font-size:1.4375rem;color:#292b2e}.SectionLogin__card__validation[data-v-4ef854e5]{position:relative}.SectionLogin__card__spinner[data-v-4ef854e5]{position:absolute;inset:0;margin:auto}.SectionLogin__card__form[data-v-4ef854e5]{text-align:end}.SectionLogin__card__form__error[data-v-4ef854e5]{text-align:left;color:#ea3a2b}.SectionLogin__card__form__forgot[data-v-4ef854e5]{display:block;margin-top:1.1rem;margin-bottom:1.5rem;padding-bottom:.5rem;color:#f39f13;font-size:.9375rem;font-weight:600;text-decoration:none}.SectionLogin__card__form__forgot[data-v-4ef854e5]:hover{color:#b17209;text-decoration:underline}.SectionLogin__card__form__cta[data-v-4ef854e5]{margin-bottom:.25rem;padding-top:12px;padding-bottom:12px;border-radius:6px;cursor:pointer;font-size:15px;min-width:100%}.SectionLogin__card__password-group[data-v-4ef854e5],.SectionLogin__card__password-label[data-v-4ef854e5]{margin-top:1rem}.SectionLogin__card__password-wrapper[data-v-4ef854e5]{position:relative}.SectionLogin__card__separator[data-v-4ef854e5]{margin:1.5rem 0 1rem;border:0;border-top:1px solid #edeff1}.SectionLogin__card__optout[data-v-4ef854e5]{display:block;margin-top:12px;margin-bottom:-10px;padding:.25rem 0;text-align:center;font-size:15px}.SectionLogin__card__optout__link[data-v-4ef854e5]{padding:0;cursor:pointer;font-size:inherit;font-weight:600}.SectionLogin__column[data-v-4ef854e5]{display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width:768px){.SectionLogin__column[data-v-4ef854e5]{align-items:flex-end;width:auto;margin-left:auto}}.SectionLogin__column[data-v-4ef854e5]>:not(:last-child:not(.SectionLogin__slogan)){display:none}@media(min-width:768px){.SectionLogin__column[data-v-4ef854e5]>:not(:last-child:not(.SectionLogin__slogan)){display:block}}.SectionLogin__slogan[data-v-4ef854e5]{margin:0;font-size:clamp(4.06rem,8.333vw,5.6875rem);text-align:right;font-weight:700;line-height:.88;letter-spacing:-.188rem;color:#fff}.SectionLogin__cta[data-v-4ef854e5]{margin:2rem 0 0;box-shadow:0 0 .5rem #292b2e1f}.SectionLogin__available[data-v-4ef854e5]{margin-top:1.5rem;font-size:1rem;font-weight:600;color:#fff}.SectionLogin__background[data-v-4ef854e5]{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1}@media(max-width:767.98px){.SectionLogin__background--form[data-v-4ef854e5]{-o-object-position:top;object-position:top}}.SectionLogin__password-icon[data-v-4ef854e5]{right:.7rem;top:auto;bottom:.65rem;cursor:pointer}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.SectionTestimonials[data-v-8edf1811]{overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:43.75rem}.SectionTestimonials__title[data-v-8edf1811]{margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:600;line-height:1.2;color:#fff;text-align:center}.SectionTestimonials__carousel[data-v-8edf1811]{position:relative;width:100%;height:240px;margin-bottom:3rem}.SectionTestimonials__testimonial[data-v-8edf1811]{opacity:.7;display:flex;flex-direction:column;max-width:18.75rem;min-height:15rem;margin:0 1rem;padding:1rem;text-align:center;background:#fff;border-radius:1rem;box-shadow:0 .5rem 1rem #292b2e26!important}.SectionTestimonials__testimonial__icon[data-v-8edf1811]{margin:.5rem 0 1.5rem}.SectionTestimonials__testimonial__quote[data-v-8edf1811]{margin:0 0 1rem;color:#8c8f91;font-style:italic;text-wrap:pretty}.SectionTestimonials__testimonial__author[data-v-8edf1811]{display:block;font-weight:700;margin-bottom:.25rem}.SectionTestimonials__testimonial__star[data-v-8edf1811]{color:#f6c73b}.SectionTestimonials__background[data-v-8edf1811]{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1}@media(max-width:1023.98px){.SectionTestimonials__background[data-v-8edf1811]{-o-object-position:top;object-position:top}}.slick-slide.slick-center .SectionTestimonials__testimonial[data-v-8edf1811]{opacity:1}.ProfileCompliance{padding:10px}.ProfileCompliance:focus .ProfileCompliance__icon,.ProfileCompliance:hover .ProfileCompliance__icon{visibility:hidden}.ProfileCompliance:focus .ProfileCompliance__text,.ProfileCompliance:hover .ProfileCompliance__text{display:block}.ProfileCompliance--right .ProfileCompliance__text{left:0;right:unset}.ProfileCompliance svg{margin-left:0}.ProfileCompliance__icon{color:#292b2e99}.ProfileCompliance__text{display:none;position:absolute;top:50%;right:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:5px 10px;background:#292b2e99;color:#fff;font-size:12px;text-align:right;transform:translateY(-50%)}.LikeButton{position:relative;z-index:2;cursor:pointer;border:0;background:#1c1c1c80;transition:opacity .2s;color:#fff;border-radius:100px}.LikeButton.is--active{background:#f39f13}.LikeButton svg{margin-top:.1rem}.LikeButton--explore{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:#292b2e80}.LikeButton--explore svg{margin-top:1px}.LikeButton--explore svg path{fill:transparent}.LikeButton--explore.is--active svg path{fill:#fff}.LikeButton:hover{opacity:.9}.LikeButton:focus{outline:0}.CustomPlaceholder[data-v-a427b491]{display:flex;align-items:center;justify-content:center;color:#f39f13}.CustomPlaceholder[data-v-a427b491],.CustomPlaceholder>svg[data-v-a427b491]{width:100%;height:100%}.Skeleton[data-v-f7207424]{cursor:wait;aspect-ratio:var(--aspect);width:var(--width);height:var(--height);border-radius:.25rem;background-size:400%;animation:shimmer-f7207424 1.5s linear infinite}@keyframes shimmer-f7207424{0%{background-position:100% 100%}to{background-position:0 0}}.Skeleton--rounded[data-v-f7207424]{border-radius:10000000000px}.theme--light[data-v-f7207424]{background-image:linear-gradient(90deg,#edeff1 30%,#d7dade,#edeff1 70%)}.theme--ai[data-v-f7207424]{background-image:linear-gradient(90deg,#c9c9ff 30%,#e4e4ff,#c9c9ff 70%)}.theme--transparent[data-v-f7207424]{background-image:linear-gradient(90deg,#0000001f 30%,#d7dade66,#0000001f 70%)}:where(.is--color-scheme-dark) .theme--light[data-v-f7207424]{background-image:linear-gradient(90deg,#252729 30%,#3f4143,#252729 70%)}:where(.is--color-scheme-dark) .theme--transparent[data-v-f7207424]{background-image:linear-gradient(90deg,#2527291f 30%,#3f414366,#2527291f 70%)}.ProfileCarouselImage[data-v-eac871c5]{position:relative;width:100%;height:100%}.ProfileCarouselImage__skeleton-wrap[data-v-eac871c5]{position:absolute;inset:0;width:100%;height:100%}.ProfileCarouselImage__image[data-v-eac871c5]{position:relative;z-index:1;display:block;width:100%;height:100%;opacity:0}.ProfileCarouselImage__background[data-v-eac871c5]{position:absolute;top:-5%;left:-5%;width:110%;height:110%;-o-object-fit:cover;object-fit:cover;filter:blur(75px)}.ProfileCarouselImage__placeholder[data-v-eac871c5]{display:flex;align-items:center;justify-content:center;color:#fff;background:#000;height:100%}:where(.is--color-scheme-dark) .ProfileCarouselImage__placeholder[data-v-eac871c5]{color:#3f4143}.Carousel[data-v-e4eccab6]{position:relative;width:100%;height:100%;overflow:hidden}.Carousel__item[data-v-e4eccab6]{position:absolute;top:0;left:0;width:100%;height:100%}.Carousel__control[data-v-e4eccab6]{position:absolute;border:none;background:transparent;height:100%;display:flex;align-items:center;z-index:30}.Carousel__control[data-v-e4eccab6]:active{color:#f39f13}.Carousel__control.is--prev[data-v-e4eccab6]{left:.5rem}.Carousel__control.is--next[data-v-e4eccab6]{right:.5rem}.Carousel__control-icon[data-v-e4eccab6]{color:#fff;background-color:#292b2e80;cursor:pointer;display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem}.Carousel__control-icon>svg[data-v-e4eccab6]{width:1.25rem;height:1.25rem}.Carousel__indicators[data-v-e4eccab6]{position:absolute;right:0;bottom:1.5rem;left:0;z-index:10;display:flex;justify-content:center}.Carousel__indicator[data-v-e4eccab6]{width:.8rem;height:.8rem;border-radius:50%;background:#fff;opacity:.5;margin:0 6px;border:none;transition:transform .2s ease;transform:scale(.8)}@media(min-width:768px){.Carousel__indicator[data-v-e4eccab6]{width:1rem;height:1rem}}.Carousel__indicator.is--active[data-v-e4eccab6]{opacity:1;transform:scale(1)}.slide-left-enter-active[data-v-e4eccab6],.slide-left-leave-active[data-v-e4eccab6]{transition:transform .6s ease;position:absolute;width:100%;height:100%;top:0;left:0}.slide-left-enter-from[data-v-e4eccab6]{transform:translate(100%)}.slide-left-leave-to[data-v-e4eccab6]{transform:translate(-100%)}.slide-right-enter-active[data-v-e4eccab6],.slide-right-leave-active[data-v-e4eccab6]{transition:transform .6s ease;position:absolute;width:100%;height:100%;top:0;left:0}.slide-right-enter-from[data-v-e4eccab6]{transform:translate(-100%)}.slide-right-leave-to[data-v-e4eccab6]{transform:translate(100%)}.Status[data-v-dca72d4e]{display:flex;align-items:center;margin-bottom:0;padding-top:3px;padding-bottom:3px;transition:background .2s linear}.Status--tag[data-v-dca72d4e]{font-size:.625rem;border-radius:.8rem!important;font-weight:600;padding-left:.5rem;padding-right:.5rem;letter-spacing:-.01rem}.Status--tag.is--explore[data-v-dca72d4e]{justify-content:center;padding-top:2px;padding-bottom:2px}.Status--bullet[data-v-dca72d4e]{width:15px;height:.9375rem;border-radius:50%}.Status--online-bullet[data-v-dca72d4e],.Status--online-bullet-explore[data-v-dca72d4e],.Status--online-tag[data-v-dca72d4e]{background:#49bf2c}.Status--offline-tag[data-v-dca72d4e]{background-color:#292b2e4d}.Status--offline-tag.is--explore[data-v-dca72d4e]{background:#a0a6ae}.Status--offline-bullet[data-v-dca72d4e]{background:#b5babf}.Status--labeled[data-v-dca72d4e]{background:#0038ff}.Status--tone-green[data-v-dca72d4e]{background:#49bf2c}.Status--tone-orange[data-v-dca72d4e]{background:#f39f13}.Status--tone-blue[data-v-dca72d4e]{background:#0038ff}.Status--tone-pink[data-v-dca72d4e]{background:#ff2257}.Status--text-light[data-v-dca72d4e]{color:#fff}.Status--text-dark[data-v-dca72d4e]{color:#292b2e}.Status.is--match[data-v-dca72d4e]{background:linear-gradient(354deg,#931bf8 -6.75%,#f39f13 85.06%)}.Avatar,.Avatar__wrapper{position:relative}.Avatar__wrapper{display:inline-block;overflow:hidden;aspect-ratio:1;width:100%;border-radius:50%}.Avatar__wrapper.is--bordered{border:.0938rem solid #f3c16d}.Avatar__image{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover!important;object-fit:cover!important;border-radius:50%}.Avatar__image.is--blurred{filter:blur(8px)}.Avatar__placeholder{overflow:hidden;border:.0938rem solid #f3c16d;border-radius:50%}.Avatar__placeholder>svg{position:relative;top:-2px}.Avatar__icon{aspect-ratio:1;width:100%;height:100%;padding:16%;border-radius:50%;background:#f39f13;color:#fff}.Avatar__icon>*{transform:scale(.85);transform-origin:center}.Avatar__placeholder~.Avatar__icon,.Avatar__wrapper~.Avatar__icon{position:absolute;bottom:1px;right:-3px;width:43%;height:auto;padding:6%}.Avatar__status{position:absolute;top:50%;left:100%;width:.75rem!important;height:.75rem!important;border:.0938rem solid #fff;transform:translate(-50%,-50%)}.theme--danger .Avatar__image{padding:8px;border-color:#ea3a2b;background:#ea3a2b}.NotificationActions[data-v-1a30ea10]{display:flex;flex-shrink:0;align-items:center;gap:.5rem;height:100%;margin-left:auto}.NotificationActions__link[data-v-1a30ea10]{position:absolute;inset:0}.NotificationActions__link__contents[data-v-1a30ea10]{cursor:pointer;display:block;height:100%}.NotificationActions__cta[data-v-1a30ea10]{display:flex;align-items:center;font-weight:600;color:#f39f13}.NotificationActions__cta>svg[data-v-1a30ea10]{margin-right:.25rem}.NotificationActions__close[data-v-1a30ea10]{position:relative;z-index:10;height:100%;padding:.25rem;color:#8c8f91}.NotificationActions__close__icon[data-v-1a30ea10]{margin-left:0}:where(.is--color-scheme-dark) .NotificationActions__close__icon[data-v-1a30ea10]{color:#a0a6ae}.NotificationMessage[data-v-63cb953e]{overflow:hidden;display:flex;flex-wrap:wrap;flex-grow:1;align-items:center;align-self:center;color:#292b2e}.NotificationMessage__user[data-v-63cb953e]{display:block;max-width:48%;margin-right:.5625rem;font-weight:600}.NotificationMessage__message[data-v-63cb953e]{width:100%;margin:0;font-weight:400}.NotificationMessage__tag[data-v-63cb953e]{max-height:17px}.theme--danger .NotificationMessage__message[data-v-63cb953e]{color:#8c8f91}.theme--danger .NotificationMessage__user[data-v-63cb953e]{max-width:100%}:where(.is--color-scheme-dark) .NotificationMessage[data-v-63cb953e]{color:#edeff1}.Notification[data-v-352c2290]{overflow:hidden;display:flex;gap:10px;align-items:center;position:relative;height:4rem;margin-top:.5rem;margin-bottom:0;padding:.25rem .75rem;background:#fff;border:.0938rem solid #f3c16d;border-radius:.625rem;box-shadow:0 .25rem .9375rem #292b2e26!important;font-size:.875rem}.Notification.theme--match[data-v-352c2290]{border-color:transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0,#931bf8,#f39f13) border-box}.Notification.theme--danger[data-v-352c2290]{border-color:#ea3a2b99}.Notification__avatar[data-v-352c2290]{flex-basis:40%;max-width:42px}.Notification__avatar--only-icon[data-v-352c2290]{max-width:30px}.Notification--chat[data-v-352c2290]{border:1px solid #f39f13;background:#f39f13}.Notification--chatroom[data-v-352c2290]{border:0;background:#fff}:where(.is--color-scheme-dark) .Notification[data-v-352c2290]{background:#1c1c1e;border-color:#3a3c3f;color:#edeff1}:where(.is--color-scheme-dark) .Notification.theme--match[data-v-352c2290]{background:linear-gradient(#1c1c1e,#1c1c1e) padding-box,linear-gradient(0,#931bf8,#f39f13) border-box}:where(.is--color-scheme-dark) .Notification--chatroom[data-v-352c2290]{background:#1c1c1e}.CoinsImage__asset[data-v-4d54b889]{width:100%;height:100%}.Profile__image-container__transgender-indicator[data-v-4350fcf9]{position:absolute;bottom:20px;left:15px;color:#fff;background:#292b2e99;border-radius:50%;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;z-index:10}.Profile__image-container__transgender-indicator svg[data-v-4350fcf9]{margin-top:1px;width:1.5rem;height:1.5rem}.Profile__image-container__transgender-indicator[data-v-4350fcf9]:has(+.ProfilePics__compliance){bottom:50px}.Profile__image-container__transgender-indicator+.ProfilePics__compliance[data-v-4350fcf9]{left:15px}.ProfilePics--has-profile-bg[data-v-4350fcf9]{background:#000}.ProfilePics__carousel-image[data-v-4350fcf9]{height:100%}.ProfilePics__image-container[data-v-4350fcf9]{position:relative;padding-left:0;padding-right:0}.ProfilePics__distance[data-v-4350fcf9]{position:absolute;top:4.5%;left:3.3%;z-index:2;padding:.063rem .75rem;font-size:.9375rem;font-weight:600;border-radius:1rem;color:#fff;background:#1c1c1c80}.ProfilePics__like-btn[data-v-4350fcf9]{position:absolute;bottom:1rem;right:1rem;z-index:40;display:flex;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;padding:.25rem;border-radius:50%}.ProfilePics__like-btn--explore[data-v-4350fcf9]{bottom:20px;right:15px;width:40px;height:40px}.ProfilePics__overlay-icon[data-v-4350fcf9]{margin-bottom:.5rem}.ProfilePics__overlay-text[data-v-4350fcf9]{margin:0 .5rem;text-align:center;font-size:.9375rem}.ProfilePics__overlay-coin[data-v-4350fcf9]{display:inline-block;width:1rem!important;margin:0 .25rem;vertical-align:middle}.ProfilePics__notification[data-v-4350fcf9]{position:absolute;bottom:50px;left:0;right:0;z-index:20;width:96%;max-width:500px;max-height:50px;margin:auto}.ProfilePics__overlay[data-v-4350fcf9]{position:absolute;top:0;left:0;z-index:20;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none;color:#fff;margin-top:.5rem;padding:1.5rem}.ProfilePics__overlay-button[data-v-4350fcf9]{pointer-events:auto;margin-top:.25rem;background-color:#3472f5;font-size:.9375rem;padding:.75rem 2.5rem;min-width:300px;min-height:40px}.ProfilePics__compliance[data-v-4350fcf9]{position:absolute;bottom:10px;left:10px;z-index:50}:where(.is--color-scheme-dark) .ProfilePics__distance[data-v-4350fcf9]{color:#f0f0f0}.ThumbnailActions{list-style:none;display:flex;justify-content:flex-end;gap:14px;margin:0;padding:0}.ThumbnailActions__action{max-width:245px;flex:1}.ThumbnailActions__gift>svg{width:1.125rem}.ThumbnailActions__gift>svg>path{stroke:#f39f13}.ThumbnailActions__icon{margin-left:.25rem}.ThumbnailActions .interaction--add{position:absolute;inset:0}.PhantomInfo{display:contents}.PhantomInfo__username{flex-shrink:1;font-weight:700}.PhantomInfo__age,.PhantomInfo__distance,.PhantomInfo__username{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.PhantomInfo__age{font-weight:700}.PhantomInfo__age:before{content:", "}.PhantomInfo__distance{padding-left:.25rem}.PhantomInfo__distance:before{content:"· "}:where(.is--color-scheme-dark) .PhantomInfo{color:#edeff1}.Pill[data-v-975d3a0f]{display:inline-flex;gap:6px;line-height:1;font-weight:500;border-radius:6.25rem!important;text-transform:capitalize;transition:background .2s linear}.size--unset[data-v-975d3a0f]{font-size:unset;padding:unset}.size--extrasmall[data-v-975d3a0f]{padding:.25rem .4rem;font-size:.625rem;font-weight:600;text-transform:uppercase}.size--small[data-v-975d3a0f]{font-size:.875rem;padding:.35rem .6rem;font-weight:600}.size--medium[data-v-975d3a0f]{font-size:1rem;padding:.5rem .75rem;font-weight:500}.size--large[data-v-975d3a0f]{font-size:1.125rem;padding:.4rem 1rem;font-weight:500}.size--extralarge[data-v-975d3a0f]{font-size:1.375rem;padding:.5rem 1.2rem;font-weight:500}.theme--primary[data-v-975d3a0f]{background:#f39f13;color:#fff}.theme--secondary[data-v-975d3a0f]{background:#0038ff;color:#fff}.theme--soft[data-v-975d3a0f]{background:#fbefe3;color:#303437}.theme--dark[data-v-975d3a0f]{background:#303437;color:#fff}.theme--match[data-v-975d3a0f]{background:linear-gradient(354deg,#931bf8 -6.75%,#f39f13 85.06%);color:#fff}.theme--success[data-v-975d3a0f]{background:#49bf2c;color:#fff}:where(.is--color-scheme-dark) .Pill.theme--soft[data-v-975d3a0f]{background:#3f4143;color:#a0a6ae}.ProfileInfo__title[data-v-10ffe070]{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.ProfileInfo__icebreaker[data-v-10ffe070]{font-size:.9375rem;color:#5b5f63;font-weight:600}.ProfileInfo__bio[data-v-10ffe070]{color:#303437;font-weight:400;font-size:1rem;line-height:1.5}@media(min-width:768px){.ProfileInfo__bio[data-v-10ffe070]{color:#5b5f63}}.ProfileInfo__bio.is--collapsed[data-v-10ffe070]{position:relative;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.ProfileInfo__toggle[data-v-10ffe070]{margin-top:1.8rem;margin-right:1rem;padding:0;align-self:flex-end}.ProfileInfo__list[data-v-10ffe070]{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:8px}:where(.is--color-scheme-dark) .ProfileInfo__title[data-v-10ffe070]{color:#edeff1}:where(.is--color-scheme-dark) .ProfileInfo__bio[data-v-10ffe070],:where(.is--color-scheme-dark) .ProfileInfo__icebreaker[data-v-10ffe070]{color:#d7dade}@media(min-width:768px){:where(.is--color-scheme-dark) .ProfileInfo__bio[data-v-10ffe070],:where(.is--color-scheme-dark) .ProfileInfo__icebreaker[data-v-10ffe070]{color:#d7dade}}.AISuggestedMessagesRotator[data-v-5904a90f]{display:flex;flex-direction:column;min-height:188px;padding:6px 4px 20px;border:1.5px dashed #c9c9ff;border-radius:.75rem;color:#8e52ed}@media(min-width:768px){.AISuggestedMessagesRotator[data-v-5904a90f]{min-height:240px;padding:10px 6px 50px}}.AISuggestedMessagesRotator__header[data-v-5904a90f]{display:flex;justify-content:space-between;padding-left:8px}.AISuggestedMessagesRotator__aside[data-v-5904a90f]{display:flex;align-items:center}.AISuggestedMessagesRotator__title[data-v-5904a90f]{display:flex;align-items:center;margin:0;font-size:.9375rem;font-weight:400;letter-spacing:-.0125rem;background-image:linear-gradient(#833ae2,#a07dff);color:transparent;-webkit-background-clip:text;background-clip:text}@media(min-width:768px){.AISuggestedMessagesRotator__title[data-v-5904a90f]{font-size:1.125rem}}.AISuggestedMessagesRotator__title>svg[data-v-5904a90f]{margin-right:4px;background-image:linear-gradient(#833ae2,#a07dff);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 17 17'%3E%3Cpath d='M13.625 10.125a1.11 1.11 0 0 1-.733 1.05l-3.626 1.34-1.336 3.63a1.12 1.12 0 0 1-2.101 0l-1.345-3.63-3.63-1.335a1.12 1.12 0 0 1 0-2.101l3.63-1.345 1.336-3.63a1.12 1.12 0 0 1 2.101 0l1.345 3.63 3.63 1.336a1.11 1.11 0 0 1 .729 1.055m-3.938-6.75h1.126V4.5a.563.563 0 0 0 1.124 0V3.375h1.126a.562.562 0 1 0 0-1.125h-1.126V1.125a.563.563 0 0 0-1.124 0V2.25H9.687a.562.562 0 1 0 0 1.125m6.188 2.25h-.563v-.563a.563.563 0 0 0-1.124 0v.563h-.563a.562.562 0 1 0 0 1.125h.563v.563a.563.563 0 0 0 1.124 0V6.75h.563a.562.562 0 1 0 0-1.125'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 17 17'%3E%3Cpath d='M13.625 10.125a1.11 1.11 0 0 1-.733 1.05l-3.626 1.34-1.336 3.63a1.12 1.12 0 0 1-2.101 0l-1.345-3.63-3.63-1.335a1.12 1.12 0 0 1 0-2.101l3.63-1.345 1.336-3.63a1.12 1.12 0 0 1 2.101 0l1.345 3.63 3.63 1.336a1.11 1.11 0 0 1 .729 1.055m-3.938-6.75h1.126V4.5a.563.563 0 0 0 1.124 0V3.375h1.126a.562.562 0 1 0 0-1.125h-1.126V1.125a.563.563 0 0 0-1.124 0V2.25H9.687a.562.562 0 1 0 0 1.125m6.188 2.25h-.563v-.563a.563.563 0 0 0-1.124 0v.563h-.563a.562.562 0 1 0 0 1.125h.563v.563a.563.563 0 0 0 1.124 0V6.75h.563a.562.562 0 1 0 0-1.125'/%3E%3C/svg%3E") no-repeat 50% 50%}@media(min-width:768px){.AISuggestedMessagesRotator__title>svg[data-v-5904a90f]{margin-right:7px}}.AISuggestedMessagesRotator__title>strong[data-v-5904a90f]{margin-right:3px;font-weight:700}.AISuggestedMessagesRotator__copy[data-v-5904a90f],.AISuggestedMessagesRotator__refresh[data-v-5904a90f]{padding:6px;color:#b9a0ec}.AISuggestedMessagesRotator__copy>svg[data-v-5904a90f],.AISuggestedMessagesRotator__refresh>svg[data-v-5904a90f]{margin-left:0}@media(min-width:768px){.AISuggestedMessagesRotator__refresh[data-v-5904a90f]{width:36px;height:36px}.AISuggestedMessagesRotator__refresh>svg[data-v-5904a90f]{width:24px;height:24px}}.AISuggestedMessagesRotator__message[data-v-5904a90f]{margin:auto;padding:14px;font-size:1.125rem;letter-spacing:-.0094rem;line-height:1.35;font-weight:500;text-wrap:pretty}@media(min-width:768px){.AISuggestedMessagesRotator__message[data-v-5904a90f]{margin:30px 0 18px;padding:14px 60px;font-size:1.5rem;font-weight:400}}.AISuggestedMessagesRotator__message--copied[data-v-5904a90f]{animation-delay:1s;animation-duration:.3s}.AISuggestedMessagesRotator__contact[data-v-5904a90f]{cursor:pointer}.AISuggestedMessagesRotator__submit[data-v-5904a90f]{max-width:150px!important;width:100%;margin-left:auto;margin-right:auto}@media(min-width:768px){.AISuggestedMessagesRotator__submit[data-v-5904a90f]{max-width:250px!important;font-size:1.125rem;padding:15px!important}}.AISuggestedMessagesRotator--message-ui[data-v-5904a90f]{display:flex;flex-direction:row;align-items:center;min-height:80px;padding:8px}.AISuggestedMessagesRotator--message-ui .AISuggestedMessagesRotator__header[data-v-5904a90f]{padding:0}.AISuggestedMessagesRotator--message-ui .AISuggestedMessagesRotator__aside[data-v-5904a90f]{display:flex;flex-direction:column}.AISuggestedMessagesRotator--message-ui .AISuggestedMessagesRotator__refresh[data-v-5904a90f],.AISuggestedMessagesRotator--message-ui .AISuggestedMessagesRotator__refresh>svg[data-v-5904a90f]{width:auto;height:auto}.AISuggestedMessagesRotator--message-ui .AISuggestedMessagesRotator__message[data-v-5904a90f]{margin:auto auto auto 0;padding:0 14px;font-size:.9375rem;font-weight:400;letter-spacing:-.0125rem}.AISuggestedMessagesRotator--message-ui .AISuggestedMessagesRotator__submit[data-v-5904a90f]{aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-left:auto;padding:.5rem!important;max-width:100%!important;width:38px;border-radius:50%}.AISuggestedMessagesRotator--message-ui .AISuggestedMessagesRotator__submit>svg[data-v-5904a90f]{margin-left:0!important}:where(.is--color-scheme-dark) .AISuggestedMessagesRotator--message-ui .AISuggestedMessagesRotator__submit[data-v-5904a90f]{background-image:linear-gradient(#833ae2,#a07dff);color:#fff!important}:where(.is--color-scheme-dark) .AISuggestedMessagesRotator--message-ui .AISuggestedMessagesRotator__message[data-v-5904a90f]{color:#b9a0ec}.ProfileSuggestedMessages[data-v-321bed47]{text-align:center}.ProfileSuggestedMessages__cta[data-v-321bed47]{display:block;margin-bottom:24px;font-size:1.125rem;font-weight:600;text-align:center;color:#292b2e}:where(.is--color-scheme-dark) .ProfileSuggestedMessages__cta[data-v-321bed47]{color:#edeff1}.Home__container .OfferBanner{margin-top:1rem}.OfferBanner{cursor:pointer;position:relative}.OfferBanner--offers{width:100%;height:92px}.OfferBanner--offers--desktop{height:100px}.OfferBanner--offers .OfferBanner__image{-o-object-fit:fill;object-fit:fill;height:92px;width:100%}@media(min-width:576px){.OfferBanner--offers .OfferBanner__image{-o-object-fit:fill;object-fit:fill}}.OfferBanner__image{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.OfferBanner__content{overflow:clip;position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:1.625rem 1.1875rem;border-radius:10px;background-image:var(--background-mobile);background-size:100% 100%;background-position:0 0;background-repeat:no-repeat}@media(min-width:420px){.OfferBanner__content{justify-content:space-between;gap:0}.OfferBanner__content:before{content:"";display:block;width:70px}}@media(min-width:400px){.OfferBanner__content{background-image:var(--background-desktop);background-size:cover}}.OfferBanner__content__title{color:#f39f13;text-align:right;font-size:.6875rem;letter-spacing:.8px;font-weight:700;margin-bottom:.2rem}@media(min-width:768px){.OfferBanner__content__title{font-size:.875rem;text-align:center;margin-bottom:.4rem}}@media(min-width:420px){.OfferBanner__content__title{text-align:center}.OfferBanner__content__title__cut{display:none}}.OfferBanner__content__title__large{display:none}@media(min-width:420px){.OfferBanner__content__title__large{display:inline}}.OfferBanner__content__subtitle{text-align:right;font-size:.875rem;color:#292b2e;line-height:18px;margin-bottom:0}.OfferBanner__content__subtitle strong{font-weight:700}@media(min-width:420px){.OfferBanner__content__subtitle{text-align:center;font-size:1rem}.OfferBanner__content__subtitle__cut{display:none}}@media(min-width:768px){.OfferBanner__content__subtitle{font-size:1.125rem;margin-top:.6rem}}.OfferBanner__price{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;min-width:70px}.OfferBanner__price__display{font-size:1rem;color:#292b2e;font-weight:500;text-align:right}@media(min-width:361px){.OfferBanner__price__display{font-size:1.25rem}}.OfferBanner__price__pill{margin-top:2px;color:#f39f13;border:1px solid #f39f13;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;min-width:0;padding:0 4px;font-size:.6875rem;letter-spacing:-.0063rem;font-weight:600;border-radius:6.25rem}.ProfileHeader{display:flex;align-items:center;justify-content:flex-start}.ProfileHeader__button{width:19px;margin-right:.5rem;padding-left:0;padding-right:.6875rem;color:#292b2e;filter:drop-shadow(1px 0 0 #292B2E)}@media(min-width:768px){.ProfileHeader__button{width:30px;padding-left:.6875rem}}.ProfileHeader__button:hover{color:#f39f13;filter:drop-shadow(1px 0 0 #F39F13)}.ProfileHeader__button>svg{margin-left:0}.ProfileHeader__info{font-size:.75rem}@media screen and (min-width:481px){.ProfileHeader__info{font-size:1rem}}.ProfileHeader__avatar{flex-shrink:0;width:40px;margin-right:.75rem;line-height:0}.ProfileHeader__status{margin-left:auto}:where(.is--color-scheme-dark) .ProfileHeader{color:#edeff1}:where(.is--color-scheme-dark) .ProfileHeader__button{color:#a0a6ae;filter:drop-shadow(1px 0 0 #A0A6AE)}:where(.is--color-scheme-dark) .ProfileHeader__button:hover{color:#f39f13;filter:drop-shadow(1px 0 0 #F39F13)}.AlertEmailReminder[data-v-8777cc59]{display:flex;justify-content:center;padding:1rem .5rem;margin-bottom:0;margin-left:-15px;margin-right:-15px;background-color:#fbefe3}.AlertEmailReminder--burger-menu[data-v-8777cc59]{height:9.25rem;padding:1rem;border:0;border-bottom:1px solid #fbefe3;border-radius:0}.AlertEmailReminder__content[data-v-8777cc59]{display:inline-flex;flex-direction:row;align-items:center;width:100%;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500}@media(min-width:576px){.AlertEmailReminder__content[data-v-8777cc59]{font-size:1.125rem}}.AlertEmailReminder__content__icon[data-v-8777cc59]{margin-left:.25rem}.AlertEmailReminder__content--btn[data-v-8777cc59]{flex-shrink:0;background-color:#f39f13;border-radius:6px;border:1px solid #f39f13;color:#fff;padding:5px;font-size:.75rem;gap:.2rem}.AlertEmailReminder__content--text[data-v-8777cc59]{font-weight:500}.AlertEmailReminder__content--close-button[data-v-8777cc59]{color:#a0a6ae;background-color:transparent;font-size:16px;line-height:.5;text-align:center;cursor:pointer;padding:0;border:0}.AlertEmailReminder__container[data-v-8777cc59]{display:flex;flex-direction:column;justify-content:space-around;width:100%}.AlertEmailReminder__container__title[data-v-8777cc59]{color:#000;font-size:1.125rem;font-weight:600}.AlertEmailReminder__container__subtitle[data-v-8777cc59]{margin-left:0;margin-bottom:.5rem;padding-right:.25rem;font-size:.75rem;color:#000}.AlertEmailReminder__container__confirm[data-v-8777cc59]{display:flex;align-items:center;justify-content:center;min-width:15.12rem;min-height:2.5rem;padding-top:.25rem;padding-bottom:.25rem;border-radius:.25rem;color:#fff;font-size:.6875rem;background-color:#f39f13}.AlertEmailReminder__container__cta[data-v-8777cc59]{min-width:4rem;margin-left:.5rem;font-size:1rem;font-weight:600}.is--viewport-desktop .AlertEmailReminder[data-v-8777cc59]{max-width:100%;margin-left:0;margin-right:0}:where(.is--color-scheme-dark) .AlertEmailReminder[data-v-8777cc59]{border-bottom:1px solid #3f4143;background-color:#252729}:where(.is--color-scheme-dark) .AlertEmailReminder__content--text[data-v-8777cc59]{color:#fff}:where(.is--color-scheme-dark) .AlertEmailReminder__content--close-button[data-v-8777cc59]{color:#b5babf}.Grid{display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap);width:100%;max-width:1170px;padding:0 15px;margin:auto}.Profile{display:grid;grid-template-areas:var(--grid-areas);grid-template-columns:1fr;gap:30px 24px;padding-bottom:60px;background:#fff}.Profile.is---notification{padding-top:64px}@media(min-width:1280px){.Profile{grid-template-columns:1fr 1fr}}.Profile__notification{position:absolute;top:64px;left:0;right:0;z-index:20;max-height:50px;margin-left:0!important;margin-right:0!important}.Profile__header{grid-area:header}.Profile__pics{grid-area:pics;margin:-18px -15px 0}@media(min-width:768px){.Profile__pics{margin:-18px 0 0}}.Profile__general{grid-area:general;display:flex;flex-wrap:wrap;gap:6px}.Profile__bio{grid-area:bio;display:flex;flex-direction:column}.Profile__bio .ProfileInfo__bio{margin:0;font-size:1rem;line-height:1.4}@media(min-width:768px){.Profile__bio{margin:0 0 6px;padding-top:36px;border-top:1px solid #d7dade}.Profile__bio .ProfileInfo__bio{font-size:1.25rem}}.Profile__aboutme{grid-area:aboutme;align-self:start}@media(min-width:768px){.Profile__aboutme{padding:26px;border:1px solid #edeff1;border-radius:.75rem}}.Profile__interests{grid-area:interests;align-self:start}@media(min-width:768px){.Profile__interests{padding:26px;border:1px solid #edeff1;border-radius:.75rem}}.Profile__dicksize{grid-area:dicksize;align-self:start}@media(min-width:768px){.Profile__dicksize{padding:26px;border:1px solid #edeff1;border-radius:.75rem}}.Profile__position{grid-area:position;align-self:start}@media(min-width:768px){.Profile__position{padding:26px;border:1px solid #edeff1;border-radius:.75rem}}.Profile__lookingfor{grid-area:lookingfor;align-self:start}@media(min-width:768px){.Profile__lookingfor{padding:26px;border:1px solid #edeff1;border-radius:.75rem}}.Profile__roles{grid-area:roles;align-self:start}@media(min-width:768px){.Profile__roles{padding:26px;border:1px solid #edeff1;border-radius:.75rem}}.Profile__fetishes{grid-area:fetishes;align-self:start}@media(min-width:768px){.Profile__fetishes{padding:26px;border:1px solid #edeff1;border-radius:.75rem}}.Profile__physical-play{grid-area:physical-play;align-self:start}@media(min-width:768px){.Profile__physical-play{padding:26px;border:1px solid #edeff1;border-radius:.75rem}}.Profile__actions{grid-area:actions;display:flex;width:100%;align-items:center;justify-content:center}.Profile__suggested_messages{grid-area:suggested-messages}@media(min-width:768px){.Profile__suggested_messages .AISuggestedMessagesRotator{height:auto;padding:10px 6px 44px}.Profile__suggested_messages .AISuggestedMessagesRotator__message{margin-top:auto}.Profile__suggested_messages .AISuggestedMessagesRotator .interaction--add{margin-bottom:auto}}.Profile__report{grid-area:report;display:flex;align-items:center;margin:auto;border:0;font-size:.875rem;color:#8c8f91;font-weight:600;letter-spacing:-.0125rem}.Profile__report>svg{width:16px;height:16px;fill:#8c8f91;margin-right:.25rem}.Profile__ad{grid-area:ad}.Profile__username{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:2px;font-size:1.875rem;font-weight:700}.Profile__username .PhantomInfo__age{margin-right:16px}.Profile__username .PhantomInfo__distance{padding:4px 15px;border-radius:3.125rem;font-size:.8125rem;font-weight:600;background-color:#303437;color:#fff}.Profile__username .PhantomInfo__distance:before{display:none}.Profile__username .PhantomInfo__distance:after{content:" away"}.Profile__icebreaker{flex-basis:100%}.Profile__icebreaker .ProfileInfo__icebreaker{margin-bottom:0;text-align:center}@media(min-width:1280px){.Profile__icebreaker .ProfileInfo__icebreaker{text-align:left;color:#f39f13!important;font-size:1.25rem!important}}.Profile .ProfileInfo__title{font-size:1rem;font-weight:600;margin-bottom:14px}.Profile__banner-desktop{grid-area:banner-desktop}.Profile__banner-mobile{grid-area:banner-mobile}:where(.is--color-scheme-dark) .Profile{background:#1c1c1e}:where(.is--color-scheme-dark) .Profile__report{color:#a0a6ae}:where(.is--color-scheme-dark) .Profile__report>svg{fill:currentColor}.Checkbox{display:flex;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Checkbox--left{justify-content:flex-end}.Checkbox--bottom,.Checkbox--top{flex-direction:column;justify-items:flex-start;align-items:center}.Checkbox--left,.Checkbox--right{align-items:center}.Checkbox--top .Checkbox__error{order:-1}.Checkbox--left .Checkbox__label,.Checkbox--right .Checkbox__label{flex:1}.Checkbox--error .Checkbox__input{border-color:#ea3a2b}.Checkbox--error .Checkbox__error{color:#ea3a2b}.Checkbox--small{gap:.625rem}.Checkbox--small .Checkbox__input{width:1.125rem;height:1.125rem}.Checkbox--small .Checkbox__label{font-size:.75rem}.Checkbox--big,.Checkbox--medium{gap:.875rem}.Checkbox--medium .Checkbox__input{width:1.375rem;height:1.375rem}.Checkbox--medium .Checkbox__label{font-size:1rem}.Checkbox--big .Checkbox__input{width:1.5rem;height:1.5rem}.Checkbox--big .Checkbox__label{font-size:1.125rem}.Checkbox--switch.Checkbox--small .Checkbox__input{width:32px;height:18px}.Checkbox--switch.Checkbox--small .Checkbox__input:before{width:14px;height:14px}.Checkbox--switch.Checkbox--small .Checkbox__input:checked:before{transform:translate3d(100%,0,0)}.Checkbox--switch.Checkbox--medium .Checkbox__input{width:2.5rem;height:1.375rem}.Checkbox--switch.Checkbox--medium .Checkbox__input:before{width:1.125rem;height:1.125rem}.Checkbox--switch.Checkbox--medium .Checkbox__input:checked:before{transform:translate3d(100%,0,0)}.Checkbox--switch.Checkbox--big .Checkbox__input{width:5.5rem;height:2rem}.Checkbox--switch.Checkbox--big .Checkbox__input:before{width:1.6875rem;height:1.6875rem}.Checkbox--switch.Checkbox--big .Checkbox__input:checked:before{transform:translate3d(203.7037037037%,0,0)}.Checkbox--hidden .Checkbox__input{position:absolute;opacity:0;visibility:hidden}.Checkbox__label{cursor:pointer;margin:0;letter-spacing:-.0125rem;line-height:1.25;color:#292b2e}.Checkbox:not(.Checkbox--label-clickable) .Checkbox__label{cursor:default}.Checkbox__error{width:100%}.Checkbox__teleport{display:contents}.Checkbox.theme--vip .Checkbox__input{border:1px solid #ced2d6!important;background-color:#edeff1;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='21' fill='none' viewBox='0 0 45 21'%3E%3Cpath fill='%23a0a6ae' fill-rule='evenodd' d='M5.232 4.317h5.88c.47 0 .919.186 1.25.518l3.03 3.035c.688.69.688 1.806 0 2.495l-5.933 5.943c-.69.691-1.81.691-2.5 0l-5.943-5.954a1.766 1.766 0 0 1-.01-2.484l2.966-3.024c.332-.338.786-.53 1.26-.53m2.263 2.45a.24.24 0 0 1 .133-.042h1.826c.09 0 .174.054.221.143a.34.34 0 0 1 .012.292l-.593 1.37h1.664c.065 0 .127.028.175.078s.078.12.084.194a.34.34 0 0 1-.051.21l-3.13 4.817a.25.25 0 0 1-.192.119.24.24 0 0 1-.203-.09.33.33 0 0 1-.073-.237l.235-2.983h-1.54a.26.26 0 0 1-.226-.148.34.34 0 0 1-.004-.299L7.4 6.88a.3.3 0 0 1 .096-.114' clip-rule='evenodd'/%3E%3Cpath fill='%23a0a6ae' d='m21.35 5.163 3.035 8.885h.123l3.036-8.885h1.78l-3.926 10.909h-1.902L19.57 5.162zm11.017 0v10.909H30.72V5.162zm2.22 10.909V5.162h3.888q1.272 0 2.109.464.836.465 1.252 1.268.415.8.415 1.8 0 1.007-.42 1.811a3.05 3.05 0 0 1-1.258 1.268q-.835.465-2.104.464h-2.674V10.84h2.525q.804 0 1.305-.277a1.74 1.74 0 0 0 .735-.767q.235-.484.235-1.103 0-.618-.235-1.097a1.7 1.7 0 0 0-.74-.751q-.5-.272-1.321-.272h-2.067v9.498z'/%3E%3C/svg%3E");background-position:83%;transition:background-position .3s}.Checkbox.theme--vip .Checkbox__input:focus,.Checkbox.theme--vip .Checkbox__input:hover{background-color:#e3e5e7}.Checkbox.theme--vip .Checkbox__input:active{background-color:#d9dbde}.Checkbox.theme--vip .Checkbox__input:disabled{background-color:#f6f7f8}.Checkbox.theme--vip .Checkbox__input:before{box-shadow:0 1px 3px #00000042}.Checkbox.theme--vip .Checkbox__input:checked{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="21" fill="none" viewBox="0 0 45 21"><path fill="%23fff" fill-rule="evenodd" d="M5.232 4.317h5.88c.47 0 .919.186 1.25.518l3.03 3.035c.688.69.688 1.806 0 2.495l-5.933 5.943c-.69.691-1.81.691-2.5 0l-5.943-5.954a1.766 1.766 0 0 1-.01-2.484l2.966-3.024c.332-.338.786-.53 1.26-.53m2.263 2.45a.24.24 0 0 1 .133-.042h1.826c.09 0 .174.054.221.143a.34.34 0 0 1 .012.292l-.593 1.37h1.664c.065 0 .127.028.175.078s.078.12.084.194a.34.34 0 0 1-.051.21l-3.13 4.817a.25.25 0 0 1-.192.119.24.24 0 0 1-.203-.09.33.33 0 0 1-.073-.237l.235-2.983h-1.54a.26.26 0 0 1-.226-.148.34.34 0 0 1-.004-.299L7.4 6.88a.3.3 0 0 1 .096-.114" clip-rule="evenodd"/><path fill="%23fff" d="m21.35 5.163 3.035 8.885h.123l3.036-8.885h1.78l-3.926 10.909h-1.902L19.57 5.162zm11.017 0v10.909H30.72V5.162zm2.22 10.909V5.162h3.888q1.272 0 2.109.464.836.465 1.252 1.268.415.8.415 1.8 0 1.007-.42 1.811a3.05 3.05 0 0 1-1.258 1.268q-.835.465-2.104.464h-2.674V10.84h2.525q.804 0 1.305-.277a1.74 1.74 0 0 0 .735-.767q.235-.484.235-1.103 0-.618-.235-1.097a1.7 1.7 0 0 0-.74-.751q-.5-.272-1.321-.272h-2.067v9.498z"/></svg>'),linear-gradient(272.54deg,#931bf8 -28.09%,#5f29fb 45.77%,#0038ff 117.2%);background-position:23%}.Checkbox.theme--ai .Checkbox__input{background-color:#a0a6ae}.Checkbox.theme--ai .Checkbox__input:checked{background-image:linear-gradient(151.23deg,#833ae2 15.6%,#a07dff 71.98%)}:where(.is--color-scheme-dark) .Checkbox__label{color:#a0a6ae}:where(.is--color-scheme-dark) .Checkbox--switch.theme--vip .Checkbox__input:checked{border:none!important}:where(.is--color-scheme-dark) .Checkbox--switch.theme--vip .Checkbox__input:not(:checked){background-color:#3f4143}:where(.is--color-scheme-dark) .Checkbox--switch.theme--vip .Checkbox__input:not(:checked):before{background-color:#a0a6ae}.Registration[data-v-47aba158]{overflow:visible;margin:0 auto;padding:0 15px}.Registration__card[data-v-47aba158]{max-width:600px;margin:1rem auto}.Registration__title[data-v-47aba158]{font-size:1.375rem}.Registration__form[data-v-47aba158]{text-align:center}.Registration__form__fieldset[data-v-47aba158]{display:block;position:relative;margin-bottom:1.25rem;text-align:left}.Registration__form__error[data-v-47aba158]{text-align:left;color:#ea3a2b}.Registration__form__checkbox[data-v-47aba158]{align-items:flex-start}.Registration__form__terms[data-v-47aba158]{margin-bottom:0;font-size:.8125rem;line-height:1.5;letter-spacing:0;text-align:left;color:#5b5f63}.Registration__form__terms[data-v-47aba158] a{color:#f39f13;text-decoration:none}.Registration__form__terms[data-v-47aba158] a:hover{color:#b17209;text-decoration:underline}.Registration__form__submit[data-v-47aba158]{margin-top:1.5rem;cursor:pointer}.Registration__form__icon[data-v-47aba158]{top:2.6rem;transform:translateY(-50%);cursor:pointer}.Registration__footer[data-v-47aba158]{margin-top:1rem;padding:1rem 0 0;border-top:1px solid #edeff1;font-size:.9375rem;text-align:center}.Registration__footer__link[data-v-47aba158]{color:#f39f13;text-decoration:none;font-weight:600}.Registration__footer__link[data-v-47aba158]:hover{color:#b17209;text-decoration:underline}.Registration__background[data-v-47aba158]{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1;transform:scale(1.01)}.Registration[data-v-47aba158] .Checkbox--error .Registration__form__terms{color:#ea3a2b}.is--submitting[data-v-47aba158]{visibility:hidden}.ResetPassword__card[data-v-5a31d0fb]{margin-top:1rem}.ResetPassword__subtitle[data-v-5a31d0fb]{margin-bottom:1.5rem;font-size:.9375rem}.ResetPassword__form[data-v-5a31d0fb]{text-align:center}.ResetPassword__form__fieldset[data-v-5a31d0fb]{display:block;margin-bottom:1.5rem;text-align:left}.ResetPassword__form__error[data-v-5a31d0fb]{text-align:left;color:#ea3a2b}.ResetPassword__form__tip[data-v-5a31d0fb]{display:block;margin-top:.25rem}.ResetPassword__form__icon[data-v-5a31d0fb]{right:1rem;top:2.6rem}.ResetPassword__input-group[data-v-5a31d0fb]{position:relative}.is--submitting[data-v-5a31d0fb]{visibility:hidden}[data-v-5a31d0fb] [data-lastpass-icon-root]{display:none!important}.Play2date[data-v-bd424404]{display:flex;align-items:center;justify-content:space-between;width:100%;border:1.5px solid #3f0079;background:#290040;color:#fff;border-radius:12px}.Play2date--pill[data-v-bd424404]{width:auto;border-width:1px;border-color:#b05bff;border-radius:100px}.Play2date--banner[data-v-bd424404],.Play2date--expanded[data-v-bd424404]{background-color:#000;background-image:url(./play2date-banner-background.CQsp7qZ0.webp);background-repeat:no-repeat;background-position:0 0}.Play2date--banner .Play2date__content[data-v-bd424404],.Play2date--expanded .Play2date__content[data-v-bd424404]{flex-direction:column;align-items:flex-start}.Play2date--menu[data-v-bd424404]{border-radius:100px}.Play2date--notification[data-v-bd424404]{background:linear-gradient(90deg,#0c001a,#3f0079);border-color:#b05bff}.Play2date__content[data-v-bd424404]{display:flex;align-items:center;gap:12px;text-align:left}.Play2date__logo[data-v-bd424404]{display:flex;align-items:center;gap:8px}.Play2date__pill[data-v-bd424404]{padding:2px 6px}.Play2date__description[data-v-bd424404]{text-wrap:pretty}.Play2date__description>span[data-v-bd424404]{display:block}.Play2date__cta[data-v-bd424404]{padding:4px 22px;border:2px solid #b05bff;border-radius:50px;background:#290040;box-shadow:0 0 10px #b05bff;font-weight:600;transition:all .3s ease}.Play2date:hover .Play2date__cta[data-v-bd424404]{background:#b05bff;box-shadow:0 0 10px #3f0079}.Play2date__close[data-v-bd424404]{color:#8c8f91}.Play2date--pill[data-v-bd424404]{padding:3px 4px}.Play2date--pill .Play2date__logo[data-v-bd424404]{gap:2px}.Play2date--pill .Play2date__isotype[data-v-bd424404]{width:14px}.Play2date--pill .Play2date__pill[data-v-bd424404]{margin-left:2px;padding:5px 5px 3px;font-size:.5rem}.Play2date--banner[data-v-bd424404]{padding:9px 11px;background-size:156px;background-position:right 40%}.Play2date--banner .Play2date__logo[data-v-bd424404]{gap:3px;padding-top:3px}.Play2date--banner .Play2date__isotype[data-v-bd424404]{width:22px}.Play2date--banner .Play2date__play2date[data-v-bd424404]{width:82px}.Play2date--banner .Play2date__content[data-v-bd424404]{gap:2px}.Play2date--banner .Play2date__description[data-v-bd424404]{margin-top:-1px;font-size:1.0625rem;letter-spacing:.0169rem;line-height:1.2}.Play2date--banner .Play2date__cta[data-v-bd424404]{margin-left:16px;padding:0 20px;font-size:1.25rem}.Play2date--expanded[data-v-bd424404]{padding:12px;background-size:250px;background-position:calc(100% + 44px) 55%}.Play2date--expanded .Play2date__logo[data-v-bd424404]{gap:4px}.Play2date--expanded .Play2date__isotype[data-v-bd424404]{width:26px}.Play2date--expanded .Play2date__play2date[data-v-bd424404]{width:94px}.Play2date--expanded .Play2date__content[data-v-bd424404]{gap:2px}.Play2date--expanded .Play2date__description[data-v-bd424404]{font-size:1.625rem;line-height:1.2}.Play2date--expanded .Play2date__description[data-v-bd424404] strong{color:#bf7bff;text-shadow:0 0 10px #bf7bff}.Play2date--expanded .Play2date__cta[data-v-bd424404]{margin-left:22px;padding:0 28px;font-size:1.75rem}.Play2date--notification[data-v-bd424404]{padding:10px 12px}.Play2date--notification .Play2date__logo[data-v-bd424404]{width:16%}.Play2date--notification .Play2date__logo>img[data-v-bd424404]{max-width:100%}.Play2date--notification .Play2date__content[data-v-bd424404]{gap:6px}.Play2date--notification .Play2date__description[data-v-bd424404]{flex-shrink:0;font-size:.875rem;line-height:1.2}.Play2date--notification .Play2date__description[data-v-bd424404] span{display:block;font-size:1rem;color:#e7cc80;font-weight:700}.Play2date--notification .Play2date__cta[data-v-bd424404]{margin-left:auto;margin-right:10px;padding:1px 14px;font-size:.875rem}.Play2date--menu[data-v-bd424404]{padding:3px 6px 3px 13px}.Play2date--menu .Play2date__logo[data-v-bd424404]{flex-shrink:0;width:27px}.Play2date--menu .Play2date__logo>img[data-v-bd424404]{max-width:100%}.Play2date--menu .Play2date__content[data-v-bd424404]{gap:3px}.Play2date--menu .Play2date__description[data-v-bd424404]{font-size:.8125rem;letter-spacing:-.0187rem;line-height:1.1}.Play2date--menu .Play2date__description[data-v-bd424404] strong{font-weight:700}.Play2date--menu .Play2date__cta[data-v-bd424404]{margin-left:6px;padding:1px 12px;font-size:.9375rem}.is--viewport-desktop .Play2date--banner[data-v-bd424404],.is--viewport-desktop .Play2date--expanded[data-v-bd424404]{padding:17px;border-width:4px;border-radius:1rem;background-size:270px;background-position:96% 57%}.is--viewport-desktop .Play2date--banner .Play2date__logo[data-v-bd424404],.is--viewport-desktop .Play2date--expanded .Play2date__logo[data-v-bd424404]{gap:4px}.is--viewport-desktop .Play2date--banner .Play2date__isotype[data-v-bd424404],.is--viewport-desktop .Play2date--expanded .Play2date__isotype[data-v-bd424404]{width:32px}.is--viewport-desktop .Play2date--banner .Play2date__play2date[data-v-bd424404],.is--viewport-desktop .Play2date--expanded .Play2date__play2date[data-v-bd424404]{width:122px}.is--viewport-desktop .Play2date--banner .Play2date__pill[data-v-bd424404],.is--viewport-desktop .Play2date--expanded .Play2date__pill[data-v-bd424404]{font-size:1.25rem}.is--viewport-desktop .Play2date--banner .Play2date__content[data-v-bd424404],.is--viewport-desktop .Play2date--expanded .Play2date__content[data-v-bd424404]{gap:3px}.is--viewport-desktop .Play2date--banner .Play2date__description[data-v-bd424404],.is--viewport-desktop .Play2date--expanded .Play2date__description[data-v-bd424404]{font-size:1.75rem}.is--viewport-desktop .Play2date--banner .Play2date__description[data-v-bd424404] br,.is--viewport-desktop .Play2date--expanded .Play2date__description[data-v-bd424404] br{display:none}.is--viewport-desktop .Play2date--banner .Play2date__cta[data-v-bd424404],.is--viewport-desktop .Play2date--expanded .Play2date__cta[data-v-bd424404]{margin-left:40px;padding:0 40px;font-size:2.125rem}.UserPics[data-v-c9420e4e]{height:415px;background-size:cover;background-position:50%}.UserPics[data-v-c9420e4e],.UserPics__upload[data-v-c9420e4e]{position:relative;display:flex;flex-direction:column}.UserPics__upload[data-v-c9420e4e]{overflow:hidden;box-sizing:border-box;align-items:center;justify-content:center;border-radius:6px;background:#00000014}.UserPics__upload--avatar[data-v-c9420e4e]{height:280px}.UserPics__upload--picture[data-v-c9420e4e]{aspect-ratio:1;width:96px;border:2px solid #fff}.UserPics__upload__button[data-v-c9420e4e]{position:absolute;bottom:1rem;width:96%}.UserPics__camera[data-v-c9420e4e]{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:8px;background:#fff;box-shadow:0 0 8px #00000014}.UserPics__camera__icon[data-v-c9420e4e]{color:#f39f13}.UserPics__camera__plus[data-v-c9420e4e]{position:absolute;bottom:-.25em;right:-.25em;border-radius:1em;color:#fff;background:#f39f13}.UserPics__upload--avatar .UserPics__camera[data-v-c9420e4e]{width:64px}.UserPics__upload--picture .UserPics__camera[data-v-c9420e4e]{width:48px}.UserPics__file[data-v-c9420e4e]{opacity:0;top:0;left:0;z-index:10}.UserPics__file[data-v-c9420e4e],.UserPics__image[data-v-c9420e4e]{position:absolute;width:100%;height:100%}.UserPics__image[data-v-c9420e4e]{inset:0;-o-object-fit:cover;object-fit:cover}.UserPics__remove[data-v-c9420e4e]{position:absolute;top:1rem;right:1rem;z-index:1;padding:.75rem .85rem;border:0;border-radius:.5rem;color:#fff;background:#292b2e29}.UserPics__remove>svg[data-v-c9420e4e]{margin-left:0}.UserPics__upload--avatar .UserPics__remove[data-v-c9420e4e]{top:0;right:1rem;padding:.75rem .85rem}.UserPics__upload--picture .UserPics__remove[data-v-c9420e4e]{right:.25rem;top:.25rem;padding:.5rem .65rem}.UserPics__list[data-v-c9420e4e]{list-style:none;gap:1rem;margin:auto auto 0;padding:0 1rem 1rem}.UserPics__badge[data-v-c9420e4e],.UserPics__list[data-v-c9420e4e]{display:flex;justify-content:center}.UserPics__badge[data-v-c9420e4e]{position:absolute;top:1rem;left:1rem;z-index:50;align-items:center;aspect-ratio:1;width:30px;padding:0;border-radius:30px;color:#fff}.UserPics__badge__icon[data-v-c9420e4e]{margin:0}.UserPics__badge--vip[data-v-c9420e4e]{background:linear-gradient(272.54deg,#931bf8 -28.09%,#5f29fb 45.77%,#0038ff 117.2%)}.UserPics__badge--vip>svg[data-v-c9420e4e]{width:20px;height:auto}.UserPics__badge--vip+.UserPics__badge--reward[data-v-c9420e4e]{left:3.25rem}.UserPics__badge--reward[data-v-c9420e4e]{background:#ea3a2b}.is--viewport-small-mobile .UserPics__list[data-v-c9420e4e]{width:100%;padding:1rem 0}.is--viewport-small-mobile .UserPics__upload--picture[data-v-c9420e4e]{width:100%}:where(.is--color-scheme-dark) .UserPics__upload[data-v-c9420e4e]{background:#3f4143}:where(.is--color-scheme-dark) .UserPics__upload--picture[data-v-c9420e4e]{border-color:#252729}:where(.is--color-scheme-dark) .UserPics__image~.UserPics__list>.UserPics__upload[data-v-c9420e4e]{background:#3f414399}:where(.is--color-scheme-dark) .UserPics__badge--reward[data-v-c9420e4e]{background:#f39f13}:where(.is--color-scheme-dark) .UserPics__badge__icon[data-v-c9420e4e] path:first-child{fill:#f39f13}:where(.is--color-scheme-dark) .UserPics__badge--vip>svg[data-v-c9420e4e] path{fill:#fff!important}:where(.is--color-scheme-dark) .UserPics__camera[data-v-c9420e4e]{background:#303437}:where(.is--color-scheme-dark) .UserPics__camera__plus[data-v-c9420e4e]{color:#303437}.ProgressBar[data-v-ad4f22eb]{position:relative;display:flex;align-items:center;justify-content:space-between;height:2rem;overflow:hidden;line-height:0;font-size:.609375rem;background:#456eff;border-radius:1.5rem;color:#fff}.ProgressBar__bar[data-v-ad4f22eb]{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent}.ProgressBar__bar[data-v-ad4f22eb]::-webkit-progress-bar{background:transparent}.ProgressBar__bar[data-v-ad4f22eb]::-webkit-progress-value{background-color:#0038ff;-webkit-transition:width .6s ease;transition:width .6s ease}.ProgressBar__bar[data-v-ad4f22eb]::-moz-progress-bar{background-color:#0038ff;-moz-transition:width .6s ease;transition:width .6s ease}.ProgressBar__content[data-v-ad4f22eb]{z-index:1;justify-content:space-between;width:100%;height:100%;pointer-events:none}.ProgressBar__content[data-v-ad4f22eb],.ProgressBar__reward[data-v-ad4f22eb]{position:relative;display:flex;align-items:center}.ProgressBar__reward[data-v-ad4f22eb]{z-index:10;margin:0;padding-left:10%;letter-spacing:-.0125rem}.ProgressBar__reward__icon[data-v-ad4f22eb]{display:none;position:relative;z-index:1;width:1rem;margin-left:.5rem}@media(min-width:400px){.ProgressBar__reward__icon[data-v-ad4f22eb]{display:block}}.ProgressBar__reward__full[data-v-ad4f22eb]{display:none}@media(min-width:375px){.ProgressBar__reward__full[data-v-ad4f22eb]{display:inline}}.ProgressBar__percentage[data-v-ad4f22eb]{display:flex;align-items:center;justify-content:center;width:2.625rem;height:1.25rem;margin-right:.5rem;background:#fff;border-radius:1.5rem;text-align:center;color:#0038ff}.ProgressBar__percentage[data-v-ad4f22eb],.ProgressBar__success[data-v-ad4f22eb]{position:relative;z-index:10;letter-spacing:-.0125rem}.ProgressBar__success[data-v-ad4f22eb]{width:100%;margin:0;font-size:.8125rem}.RewardsProgressBar[data-v-9368823e]{--hide-height:-5.375rem;position:-webkit-sticky;position:sticky;top:var(--hide-height);z-index:1030;max-width:30rem;margin:0 auto;padding-bottom:1rem;padding-top:.5rem}.RewardsProgressBar__button[data-v-9368823e]{display:block;padding:.25rem 15px 0}.is--visible[data-v-9368823e]{animation:glimpse-9368823e 3s}@keyframes glimpse-9368823e{0%{top:var(--hide-height)}20%{top:-1px}80%{top:-1px}to{top:var(--hide-height)}}.EditProfileSection{cursor:pointer;display:flex;align-items:center;padding:.5625rem 1rem;margin-bottom:.5rem;background-color:#f0f0f0;color:#303437;font-weight:600;font-size:.875rem;line-height:1.5;letter-spacing:-.0125rem;border-radius:4px}.EditProfileSection--disabled{cursor:default;color:#a0a6ae}.EditProfileSection--disabled.EditProfileSection--vip{background-color:#ededff;color:#303437}.EditProfileSection>svg{flex-shrink:0;width:15px;height:13px;margin-right:.25rem}.EditProfileSection__button{font-family:inherit;font-size:inherit;line-height:inherit;outline:0;margin-left:auto;width:100%;max-width:120px;padding:.125rem .5rem;border:0;border-radius:6px;color:#fff;font-weight:600;background:#f39f13;transition:background-color .3s ease}.EditProfileSection__button:not(:disabled):hover{background-color:#d88700;border-color:#d88700}.EditProfileSection__button--edit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:6px;padding:0;background:none}.EditProfileSection__button--edit:not(:disabled):hover{background-color:transparent;border-color:transparent}.EditProfileSection__button--edit svg{width:13px}.EditProfileSection__button--edit svg path{stroke:#a0a6ae}.EditProfileSection--disabled.EditProfileSection--vip .EditProfileSection__button{background:linear-gradient(272.54deg,#931bf8 -28.09%,#5f29fb 45.77%,#0038ff 117.2%)}.Settings__header[data-v-faf2e249]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding:1rem 0 .5rem}.Settings__header__back[data-v-faf2e249]{padding:.25rem}.Settings__header__back>svg[data-v-faf2e249]{margin:0}.Settings__header__title[data-v-faf2e249]{margin-bottom:0;padding:0 1rem;font-size:1.25rem;color:#303437;font-weight:600;text-align:center}.Settings__header__preview[data-v-faf2e249]{color:#3472f5;font-weight:700}.Settings__pics[data-v-faf2e249],.Settings__reminder[data-v-faf2e249]{margin-bottom:1rem}.Settings__pics__error[data-v-faf2e249]{text-align:center;color:#ea3a2b}.Settings__editprofile[data-v-faf2e249]{max-width:600px;margin:0 auto;padding:0 0 1rem}.Settings__logout__icon[data-v-faf2e249]{position:absolute;right:.5rem;top:0;bottom:0;margin:auto;color:#303437!important}.Settings__play2date[data-v-faf2e249]{margin-top:1.5rem}:where(.is--color-scheme-dark) .Settings__header__title[data-v-faf2e249]{color:#fff}:where(.is--color-scheme-dark) .EditProfileSection[data-v-faf2e249]{background:#303437;color:#d7dade}:where(.is--color-scheme-dark) .EditProfileSection--disabled[data-v-faf2e249]{color:#5e6165}:where(.is--color-scheme-dark) .Settings__logout[data-v-faf2e249]{border-color:#3a3c3f;color:#d7dade;background:#252729}:where(.is--color-scheme-dark) .Settings__logout__icon[data-v-faf2e249]{color:#d7dade!important}.LegalDocument{word-break:break-word;overflow-wrap:break-word}.LegalDocument h2{margin:1.5rem 0 .5rem;font-size:1.375rem;font-weight:600;line-height:1.2}.LegalDocument h3,.LegalDocument h4{margin:1.5rem 0 .5rem;font-size:1rem;font-weight:600;line-height:1.2}.LegalDocument p{margin-bottom:1rem;line-height:1.55}.LegalDocument p.LegalDocument__lead{margin:1.5rem 0 .5rem}.LegalDocument__compact-list p{margin-bottom:.25rem}.LegalDocument li{margin-bottom:.5rem}.Terms__status[data-v-768ea2ff]{display:inline!important}.SharedAssetsSmoke__iconWrap[data-v-b5f3eb98]{display:inline-flex;flex-direction:column;align-items:center;gap:.35rem;font-size:.75rem}.SharedAssetsSmoke__iconWrap[data-v-b5f3eb98] svg{width:1.5rem;height:1.5rem}.SharedAssetsSmoke__iconWrap--primary[data-v-b5f3eb98]{color:#356be8}.SharedAssetsSmoke__iconWrap--white[data-v-b5f3eb98]{padding:.5rem .75rem;border-radius:4px;color:#fff;background:#303437}p[data-v-73ff49c9]{line-height:1.55}h1.Legal__title[data-v-73ff49c9]{font-size:1.625rem}h2.Legal__title[data-v-73ff49c9]{font-size:1.375rem}.SectionBlog[data-v-74d340af]{width:100vw;max-width:1064px;margin:auto;padding:30px 14px 44px}@media(min-width:768px){.SectionBlog[data-v-74d340af]{padding:30px 14px 74px}}.SectionBlog__title[data-v-74d340af]{width:100%;margin-bottom:40px;font-size:max(1.75rem,min(5.333vw,2.375rem));color:#0038ff;text-align:center;font-weight:700;text-wrap:pretty}@media(min-width:768px){.SectionBlog__title[data-v-74d340af]{margin-bottom:56px}}.SectionBlog__posts[data-v-74d340af]{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}@media(min-width:768px){.SectionBlog__posts[data-v-74d340af]{gap:32px}}.SectionBlog__post[data-v-74d340af]{overflow:hidden;display:flex;flex:0 1 300px;flex-direction:column;padding:24px 24px 30px;border-radius:20px;background:#fff;color:#0038ff}@media(min-width:768px){.SectionBlog__post[data-v-74d340af]{padding:24px 56px 56px 24px}}.SectionBlog__post__image[data-v-74d340af]{display:block;aspect-ratio:323/188;margin:-24px -56px 24px -24px}.SectionBlog__post__title[data-v-74d340af]{margin-bottom:.875rem;font-size:1.375rem;font-weight:700;line-height:1.35}.SectionBlog__post__description[data-v-74d340af]{margin:0;font-size:1rem}.SectionBlog__cta[data-v-74d340af]{max-width:354px!important;font-size:1.125rem;margin:54px auto 0;box-shadow:0 8px 10px #0000004d}@media(min-width:768px){.SectionBlog__cta[data-v-74d340af]{margin:74px auto 0;font-size:1.375rem}}.SectionInfo2[data-v-e6dec54a]{overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;width:100vw;padding:44px 14px}@media(min-width:768px){.SectionInfo2[data-v-e6dec54a]{padding:100px 14px}}.SectionInfo2__title[data-v-e6dec54a]{margin-bottom:.875rem;color:#f39f13;font-size:max(2rem,min(8.333vw,2.8125rem));font-weight:900;text-align:center;text-wrap:pretty}.SectionInfo2__subtitle[data-v-e6dec54a]{margin-bottom:1.5rem;color:#0038ff;font-size:max(1.375rem,min(5.333vw,1.75rem));font-weight:700;text-align:center;text-wrap:pretty}.SectionInfo2__numbers[data-v-e6dec54a]{list-style:none;display:flex;gap:10px;margin-bottom:1.875rem;padding:0}.SectionInfo2__number[data-v-e6dec54a]{display:flex;align-items:center;gap:8px;padding:6px 12px;border:1.5px solid rgba(243,159,19,.25);border-radius:10px;font-size:1.25rem;line-height:1.2;background:#fff}@media(min-width:768px){.SectionInfo2__number[data-v-e6dec54a]{padding:2px 16px;font-size:1.875rem}}.SectionInfo2__number[data-v-e6dec54a]:first-child{font-size:1.25rem}@media(min-width:768px){.SectionInfo2__number[data-v-e6dec54a]:first-child{font-size:2.25rem}}.SectionInfo2__number__icon[data-v-e6dec54a]{position:relative;top:-1px}.SectionInfo2__number:first-child .SectionInfo2__number__icon[data-v-e6dec54a]{top:-1px}@media(min-width:768px){.SectionInfo2__number:first-child .SectionInfo2__number__icon[data-v-e6dec54a]{top:-4px}}.SectionInfo2__number__text[data-v-e6dec54a]{font-size:.75rem;color:#0038ff}.SectionInfo2__number__text>strong[data-v-e6dec54a]{display:block;color:#f39f13}.SectionInfo2__steps[data-v-e6dec54a]{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:2.5rem;padding:0;font-size:.75rem}.SectionInfo2__step[data-v-e6dec54a]{padding:7px 10px;border-radius:8px;background:#fff;color:#f39f13}.SectionInfo2__cta[data-v-e6dec54a]{max-width:354px!important;font-size:1.125rem;margin-bottom:2.5rem;box-shadow:0 8px 10px #0000004d}@media(min-width:768px){.SectionInfo2__cta[data-v-e6dec54a]{font-size:1.375rem}}.SectionInfo2__engagement[data-v-e6dec54a]{display:flex}.SectionInfo2__engagement__image1[data-v-e6dec54a]{transform:translate(28%)}.SectionInfo2__engagement__image2[data-v-e6dec54a]{transform:translate(-28%)}.SectionInfo2__background[data-v-e6dec54a]{position:absolute;inset:0;width:100%;height:100%;margin:auto;z-index:-1;transform:rotate(-45deg)}.SectionInfo2__background img[data-v-e6dec54a]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.Segpay[data-v-b0b8ac54]{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%}.Segpay__form[data-v-b0b8ac54]{width:100%;max-width:500px;background:#fff;padding:20px;border-radius:5px;box-shadow:0 0 10px #0000001a;margin:0 auto;text-align:center}.Segpay__form--link[data-v-b0b8ac54]{color:#49bf2c}.Segpay__form__selector[data-v-b0b8ac54]{display:inline-flex;gap:1rem;margin-bottom:1rem}.Segpay__form__selector--selected[data-v-b0b8ac54]{border:2px solid #3472f5;border-radius:2px}.Segpay__form__selector--success[data-v-b0b8ac54]{color:#49bf2c}.Segpay__form__selector--failure[data-v-b0b8ac54]{color:#ea3a2b}.Segpay__form__selector--pending[data-v-b0b8ac54]{color:#f1af33}.Segpay__form--btn[data-v-b0b8ac54]{border:none;background:transparent;cursor:pointer}.Segpay__form .logo[data-v-b0b8ac54]{margin-bottom:20px}.Segpay__form .logo img[data-v-b0b8ac54]{width:100%;max-width:200px}.CustomFooter[data-v-a8798372]{order:3;position:relative;z-index:3;padding:1.5rem 1rem 1rem;background-color:#f39f13;color:#fff}.CustomFooter a[data-v-a8798372]{color:#fff}.CustomFooter__wrapper[data-v-a8798372]{display:grid;grid-template-areas:"menu menu" "logos logos" "copyright copyright" "address address";gap:1rem}@media(min-width:576px){.CustomFooter__wrapper[data-v-a8798372]{grid-template-areas:"menu menu" "logos address" "copyright address"}}.CustomFooter--compliance .CustomFooter__wrapper[data-v-a8798372]{grid-template-areas:"compliance compliance" "menu menu" "logos logos" "copyright copyright" "address address"}@media(min-width:576px){.CustomFooter--compliance .CustomFooter__wrapper[data-v-a8798372]{grid-template-areas:"compliance compliance" "menu menu" "logos address" "copyright address"}}.CustomFooter__menu[data-v-a8798372]{grid-area:menu;padding-bottom:1.35rem;border-bottom:1px solid #fff}.CustomFooter__list[data-v-a8798372]{list-style:none;display:flex;flex-wrap:wrap;-moz-column-gap:30px;column-gap:30px;row-gap:10px;margin:0;padding:0}.CustomFooter__list__item[data-v-a8798372]{padding-top:.25rem;font-size:.75rem;line-height:1.35}.CustomFooter__logos[data-v-a8798372]{grid-area:logos;display:flex;justify-content:space-between;align-items:center}.CustomFooter__logos__product[data-v-a8798372]{filter:brightness(1000);max-width:84px;max-height:36px}.CustomFooter__copyright[data-v-a8798372]{grid-area:copyright}.CustomFooter__address[data-v-a8798372]{grid-area:address;margin-top:-.5rem;text-align:left}@media(min-width:576px){.CustomFooter__address[data-v-a8798372]{margin-top:0;text-align:right}}.CustomFooter__address__secondary[data-v-a8798372]{display:inline-block;margin-top:.5rem}.CustomFooter__compliance[data-v-a8798372]{grid-area:compliance;margin-bottom:.5rem;color:#fff;background:#f39f13;font-size:.6875rem;text-align:left}.is--browser-mobile-safari.is--browser-version-26 .CustomFooter[data-v-a8798372]{z-index:60}.StepButtonContainer{width:21.25rem}.StepButtonContainer .Button{display:inline-flex;align-items:center}.StepButtonContainer .Button__icon{position:absolute;right:17px;top:50%;transform:translateY(-50%)}@media(max-width:768px){.StepButtonContainer{width:100%}}.StepContainer{display:flex;flex-direction:row;color:#d7dade;min-height:100dvh;max-height:100dvh;text-align:center}.StepContainer__column{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media(min-width:768px){.StepContainer__column{width:50%}}.StepContainer__column__left{flex:1;justify-content:flex-start}@media(min-width:768px){.StepContainer__column__left{overflow:auto;padding:3rem 0}}.StepContainer__column__left.bg-image{display:contents}.StepContainer__column__right--primary{background-color:#f39f13}.StepContainer__column__right--secondary{background-color:#4df}.StepContainer__column__right--tertiary{background-color:#218455}.StepContainer__column__right--dark{background-color:#252729}.StepContainer__column__right--orange{background-color:#f39f13}.StepContainer__column__right--blue{background-color:#0038ff}.StepContainer__column__right--green{background-color:#49bf2c}.StepContainer__column__right .Image--full-width{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.StepContainer__column__right .Image--two-thirds-width{width:60%;-o-object-fit:contain;object-fit:contain}.StepContainer__column__right .Image--half-width{width:54%;-o-object-fit:contain;object-fit:contain}.StepContainer .bg-image{position:relative}.StepContainer .bg-image-picture{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.StepContainer .bg-image-gradient:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:linear-gradient(0deg,#252729 0,#25272900 50%,#252729)}.StepContainer .Logo{z-index:2;width:8rem;min-height:2.7rem;height:auto;color:#fff}.StepContainer .StepContent{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:auto}@media(min-width:768px){.StepContainer .StepContent,.StepContainer .StepContent__wrapper{margin:auto}}.StepContainer .StepContent--narrow{max-width:21.25rem}.StepContainer .StepContent__title{margin:0 0 4px;font-size:2rem;font-weight:600;z-index:1;text-wrap:pretty}.StepContainer .StepContent__subtitle{font-size:1rem;font-weight:400;margin:0;text-wrap:pretty}.StepContainer .StepContent__input{width:100%;background-color:#303437;border:1px solid #3a3c3f;border-radius:6px;padding:.9rem;margin-bottom:.5rem;color:#a0a6ae;font-size:1.125rem}.StepContainer .StepContent__error{color:#ea3a2b;font-size:.75rem}.StepContainer .Image+.StepContent{margin-top:0}@media(max-width:767.98px){.StepContainer{background-color:#252729;width:100%;justify-content:space-between;flex-direction:column;padding:1rem 1.5rem 1.5rem;align-items:center;text-align:center;gap:1rem;max-height:unset}.StepContainer .StepContainer__column__right{display:none}.StepContainer .StepContent{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;width:100%}.StepContainer .StepContent__info{position:relative;z-index:2;font-size:1.25rem;margin-top:1rem;margin-bottom:0;margin-inline:11%;text-wrap:balance}.StepContainer .StepContent__info--highlight{font-weight:700;color:#f39f13}.StepContainer .Image{-o-object-fit:contain;object-fit:contain;width:90%;max-width:240px;height:auto;max-height:40dvh;margin:auto}}@media(min-width:580px)and (max-width:768px){.StepContainer{background-size:cover}}.animation-properties{animation-duration:.6s;animation-timing-function:ease-in}.bg-image-blur .bg-image-picture{filter:blur(10px);animation:blur-in .6s ease-in-out forwards}.bg-image-blur .bg-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#252729 0,#25272900 50%,#252729)}.CreatePassword[data-v-e3b24776]{max-width:21.25rem;text-align:center}.CreatePassword__input-container[data-v-e3b24776]{width:100%;position:relative}.CreatePassword__input-container--input[data-v-e3b24776]{margin-bottom:0;padding-right:3.25rem;width:340px}.CreatePassword__input-container--input-icon[data-v-e3b24776]{position:absolute;top:1.5rem;right:1rem;cursor:pointer}.SelectableButton[data-v-67f54712]{display:inline-flex;cursor:pointer;outline:none}.SelectableButton:focus-visible .SelectableButton__option[data-v-67f54712]{box-shadow:0 0 0 2px #f39f13}.SelectableButton.theme-unselected--transparent .SelectableButton__option[data-v-67f54712]{background:transparent;color:inherit}.SelectableButton:not(.is--checked).theme-unselected--primary-light .SelectableButton__option[data-v-67f54712]{background:#f0f0f0;color:#303437;border-color:#f0f0f0}.SelectableButton:not(.is--checked).theme-unselected--primary-dark .SelectableButton__option[data-v-67f54712]{background:#5b5f63;color:#d7dade}.SelectableButton:not(.is--checked).theme-unselected--ai-primary .SelectableButton__option[data-v-67f54712]{background:#ededff;color:#5b5f63;border-color:#ededff}.SelectableButton:not(.is--checked).theme-unselected--dark5 .SelectableButton__option[data-v-67f54712]{background:#3f4143;color:#d7dade;border-color:#3f4143}.SelectableGroup[data-v-d2134c87]{list-style:none;padding:0}.SelectableGroup[data-v-e45c27ee]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem 0;margin-bottom:1.375rem}[data-v-e45c27ee] .SelectableGroup__list__item{flex:0 0 47%}[data-v-e45c27ee] .SelectableGroup__list__item .SelectableButton{width:100%}[data-v-e45c27ee] .SelectableGroup__list__item .SelectableButton .SelectableButton__option{width:100%;max-width:100%!important;font-size:1.5rem;padding:.75rem 1.125rem;font-weight:500}.SelectableGroupWrapper[data-v-e4588e89]{max-height:520px;overflow:auto}.SelectableGroup[data-v-e4588e89]{display:flex;flex-flow:row wrap;gap:1rem;justify-content:center;width:100%;margin-bottom:30px}[data-v-e4588e89] .SelectableButton__option{padding:0!important;font-size:1rem;font-weight:500}@media(min-width:576px){[data-v-e4588e89] .SelectableButton__option{font-size:1.5rem}}.StepDesiredBodyType[data-v-e4588e89]{max-width:360px;padding-top:4rem;gap:0!important}.StepDesiredBodyType__title[data-v-e4588e89]{margin:0 0 6px}.StepDesiredBodyType__subtitle[data-v-e4588e89]{margin-bottom:32px!important;font-size:1.125rem;letter-spacing:-.0125rem}.StepDesiredBodyType__button[data-v-e4588e89]{position:relative;width:calc(50% - 1rem);border:3px solid #d7dade;border-radius:15%;overflow:hidden}.StepDesiredBodyType__image[data-v-e4588e89]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.StepDesiredBodyType__label[data-v-e4588e89]{position:absolute;bottom:12px;left:12px;margin:0;font-size:1.25rem;font-weight:500;color:#fff}.StepDesiredBodyType__checkbox[data-v-e4588e89]{position:absolute;top:14px;right:14px;aspect-ratio:1;width:30px;border:1px solid #f0f0f0;border-radius:6px;background:#0000004d}.StepDesiredBodyType__counter[data-v-e4588e89]{position:absolute;top:32%}@media screen and (max-width:767px){.StepDesiredBodyType__counter[data-v-e4588e89]{top:21%}}.StepDesiredBodyType__counter__value[data-v-e4588e89]{font-size:clamp(5rem,2.75rem + 6vw,8rem);font-weight:600;color:#4df}.StepDesiredBodyType__counter__text[data-v-e4588e89]{margin:-1rem 0 0;font-size:clamp(1rem,1rem + 1vw,2.125rem);font-weight:600;letter-spacing:-.0219rem}.is--checked .StepDesiredBodyType__checkbox[data-v-e4588e89]{background-color:#f39f13;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.125.6c-.38 0-.723.154-.972.403L7.778 2.378 4.625 5.53 2.847 3.753A1.376 1.376 0 0 0 .903 5.697l2.75 2.75a1.37 1.37 0 0 0 1.944 0l4.125-4.125 1.375-1.375A1.375 1.375 0 0 0 10.125.6' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px;border-color:#f39f13}.SelectableGroupWrapper[data-v-1d9074c4]{max-height:520px;overflow:auto}.SelectableGroup[data-v-1d9074c4]{display:flex;flex-flow:row wrap;gap:1rem;justify-content:center;width:100%;margin-bottom:30px}[data-v-1d9074c4] .SelectableButton__option{padding:0!important;font-size:1rem;font-weight:500}@media(min-width:576px){[data-v-1d9074c4] .SelectableButton__option{font-size:1.5rem}}.StepDesiredEthnicity[data-v-1d9074c4]{max-width:360px;padding-top:4rem;gap:0!important}.StepDesiredEthnicity__title[data-v-1d9074c4]{margin:0 0 6px}.StepDesiredEthnicity__subtitle[data-v-1d9074c4]{margin-bottom:32px!important;font-size:1.125rem;letter-spacing:-.0125rem}.StepDesiredEthnicity__button[data-v-1d9074c4]{position:relative;width:calc(50% - 1rem);border:3px solid #d7dade;border-radius:15%;overflow:hidden}.StepDesiredEthnicity__image[data-v-1d9074c4]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.StepDesiredEthnicity__label[data-v-1d9074c4]{position:absolute;bottom:12px;left:12px;margin:0;font-size:1.25rem;font-weight:500;color:#fff}.StepDesiredEthnicity__checkbox[data-v-1d9074c4]{position:absolute;top:14px;right:14px;aspect-ratio:1;width:30px;border:1px solid #f0f0f0;border-radius:6px;background:#0000004d}.StepDesiredEthnicity__counter[data-v-1d9074c4]{position:absolute;top:32%}@media screen and (max-width:767px){.StepDesiredEthnicity__counter[data-v-1d9074c4]{top:21%}}.StepDesiredEthnicity__counter__value[data-v-1d9074c4]{font-size:clamp(5rem,2.75rem + 6vw,8rem);font-weight:600;color:#4df}.StepDesiredEthnicity__counter__text[data-v-1d9074c4]{margin:-1rem 0 0;font-size:clamp(1rem,1rem + 1vw,2.125rem);font-weight:600;letter-spacing:-.0219rem}.is--checked .StepDesiredEthnicity__checkbox[data-v-1d9074c4]{background-color:#f39f13;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.125.6c-.38 0-.723.154-.972.403L7.778 2.378 4.625 5.53 2.847 3.753A1.376 1.376 0 0 0 .903 5.697l2.75 2.75a1.37 1.37 0 0 0 1.944 0l4.125-4.125 1.375-1.375A1.375 1.375 0 0 0 10.125.6' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px;border-color:#f39f13}.vue-slider-disabled{opacity:.5;cursor:not-allowed}.vue-slider-rail{background-color:#ccc;border-radius:15px}.vue-slider-process{background-color:#3498db;border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step{display:none}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:#00000029}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;box-sizing:border-box;box-shadow:.5px .5px 2px 1px #00000052}.vue-slider-dot-handle-focus{box-shadow:0 0 1px 2px #3498db5c}.vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#ccc}.vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:2px 5px;min-width:20px;text-align:center;color:#fff;border-radius:5px;border-color:#3498db;background-color:#3498db;box-sizing:content-box}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{top:100%;left:50%;transform:translate(-50%);height:0;width:0;border:5px solid transparent;border-top-color:inherit}.vue-slider-dot-tooltip-inner-bottom:after{bottom:100%;left:50%;transform:translate(-50%);height:0;width:0;border:5px solid transparent;border-bottom-color:inherit}.vue-slider-dot-tooltip-inner-left:after{left:100%;top:50%;transform:translateY(-50%);height:0;width:0;border:5px solid transparent;border-left-color:inherit}.vue-slider-dot-tooltip-inner-right:after{right:100%;top:50%;transform:translateY(-50%);height:0;width:0;border:5px solid transparent;border-right-color:inherit}.vue-slider-dot-tooltip-wrapper{opacity:0;transition:all .3s}.vue-slider-dot-tooltip-wrapper-show{opacity:1}.AgeRangeSlider[data-v-1423e4a7]{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.AgeRangeSlider__title[data-v-1423e4a7]{margin-bottom:37px;font-size:26px;font-weight:700;color:#292b2e}.AgeRangeSlider__container[data-v-1423e4a7]{display:flex;align-items:center;margin-bottom:26px}.AgeRangeSlider__name[data-v-1423e4a7]{margin-right:4px;font-size:16px}.AgeRangeSlider__slider[data-v-1423e4a7]{width:100%!important;max-width:294px;margin:0 auto 1rem}.AgeRangeSlider__input[data-v-1423e4a7]{-moz-appearance:textfield;width:48px;height:45px;margin:0 12px;padding:6px;border:1px solid #d7dade;border-radius:8px;background:none;text-align:center;font-size:16px;color:#303437}.AgeRangeSlider__input[data-v-1423e4a7]::-webkit-inner-spin-button,.AgeRangeSlider__input[data-v-1423e4a7]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.AgeRangeSlider__input[data-v-1423e4a7]::-moz-selection{background:transparent}.AgeRangeSlider__input[data-v-1423e4a7]::selection{background:transparent}.AgeRangeSlider__input[data-v-1423e4a7]:focus{outline:none;border-color:#f39f13}.AgeRangeSlider .vue-slider-dot-handle{border:2px solid #fff;background:#f39f13;box-shadow:0 2px 4px #1000001a}.AgeRangeSlider .vue-slider-rail{background:#fbefe3}.AgeRangeSlider .vue-slider-dot:not(:last-child){z-index:10}.theme--primary-dark>.AgeRangeSlider__container input{color:#d7dade}.SelectableGroup[data-v-e0f7d23f]{display:flex;gap:.5rem}@media screen and (min-width:768px){.StepFetishes[data-v-605e5b9c]{padding-inline:9%;margin-top:4rem}}.StepFetishes__list[data-v-605e5b9c]{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;justify-content:flex-start;margin-bottom:1.5rem;width:100%}@media screen and (max-width:767px){.StepFetishes__list[data-v-605e5b9c]{overflow-y:auto;scrollbar-width:none}}.StepFetishes__list__item[data-v-605e5b9c]{display:inline-flex;align-items:center;padding:12px 18px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:box-shadow .15s ease,background-color .15s ease;color:#fff;background-color:transparent;box-shadow:inset 0 0 0 1px #737373}.StepFetishes__list__item.is--selected[data-v-605e5b9c]{box-shadow:inset 0 0 0 2px #f39f13}.StepFetishes__counter[data-v-605e5b9c]{position:absolute;top:32%}.StepFetishes__counter__value[data-v-605e5b9c]{font-size:clamp(5rem,2.75rem + 6vw,8rem);font-weight:600;color:#4df}.StepFetishes__counter__text[data-v-605e5b9c]{margin:-1rem 0 0;font-size:clamp(1rem,1rem + 1vw,2.125rem);font-weight:600;letter-spacing:-.0219rem}.StepContainer>img[data-v-c448e3f9]{margin-top:-5rem}.SelectableGroupWrapper[data-v-c448e3f9]{max-height:520px;overflow:auto}@media screen and (max-width:767px){.SelectableGroupWrapper[data-v-c448e3f9]{width:calc(100% + 3rem);margin-top:1rem;padding-left:1.5rem;overflow:auto;scrollbar-width:none}}.SelectableGroup[data-v-c448e3f9]{display:flex;flex-flow:row wrap;gap:.5rem;justify-content:center}@media screen and (max-width:767px){.SelectableGroup[data-v-c448e3f9]{width:1800px;justify-content:flex-start}}@media screen and (min-width:768px){.StepInterests[data-v-c448e3f9]{padding-inline:9%;margin-top:6rem}}.StepInterests__counter-container[data-v-c448e3f9]{position:absolute;top:32%}@media screen and (max-width:767px){.StepInterests__counter-container[data-v-c448e3f9]{top:21%}}.StepInterests__counter-container>p[data-v-c448e3f9]{margin:-1rem 0 0;font-size:2.125rem;font-weight:600;letter-spacing:-.0219rem}.StepInterests__counter[data-v-c448e3f9]{font-size:clamp(5rem,2.75rem + 6vw,8rem);font-weight:600;color:#4df}@media screen and (min-width:768px){.StepContent__title[data-v-c448e3f9]{padding-inline:2rem;text-wrap:pretty}.StepContent__subtitle[data-v-c448e3f9]{margin-bottom:1rem}}@media screen and (min-width:768px){.StepPhysicalPlay[data-v-1e5a502c]{padding-inline:9%;margin-top:4rem}}.StepPhysicalPlay__list[data-v-1e5a502c]{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;justify-content:flex-start;margin-bottom:1.5rem;width:100%}@media screen and (max-width:767px){.StepPhysicalPlay__list[data-v-1e5a502c]{overflow-y:auto;scrollbar-width:none}}.StepPhysicalPlay__list__item[data-v-1e5a502c]{display:inline-flex;align-items:center;padding:12px 18px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:box-shadow .15s ease,background-color .15s ease;color:#fff;background-color:transparent;box-shadow:inset 0 0 0 1px #737373}.StepPhysicalPlay__list__item.is--selected[data-v-1e5a502c]{box-shadow:inset 0 0 0 2px #f39f13}.StepPhysicalPlay__counter[data-v-1e5a502c]{position:absolute;top:32%}.StepPhysicalPlay__counter__value[data-v-1e5a502c]{font-size:clamp(5rem,2.75rem + 6vw,8rem);font-weight:600;color:#4df}.StepPhysicalPlay__counter__text[data-v-1e5a502c]{margin:-1rem 0 0;font-size:clamp(1rem,1rem + 1vw,2.125rem);font-weight:600;letter-spacing:-.0219rem}@media screen and (min-width:768px){.StepRoles[data-v-9a875837]{padding-inline:9%;margin-top:4rem}}.StepRoles__list[data-v-9a875837]{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;justify-content:flex-start;margin-bottom:1.5rem;width:100%}@media screen and (max-width:767px){.StepRoles__list[data-v-9a875837]{overflow-y:auto;scrollbar-width:none}}.StepRoles__list__item[data-v-9a875837]{display:inline-flex;align-items:center;padding:12px 18px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:box-shadow .15s ease,background-color .15s ease;color:#fff;background-color:transparent;box-shadow:inset 0 0 0 1px #737373}.StepRoles__list__item.is--selected[data-v-9a875837]{box-shadow:inset 0 0 0 2px #f39f13}.StepRoles__counter[data-v-9a875837]{position:absolute;top:32%}.StepRoles__counter__value[data-v-9a875837]{font-size:clamp(5rem,2.75rem + 6vw,8rem);font-weight:600;color:#4df}.StepRoles__counter__text[data-v-9a875837]{margin:-1rem 0 0;font-size:clamp(1rem,1rem + 1vw,2.125rem);font-weight:600;letter-spacing:-.0219rem}.StepContent[data-v-2d0fdd8a]{max-width:21.375rem}.StepContent__subtitle[data-v-2d0fdd8a]{margin-bottom:1rem;font-size:1rem;font-weight:600;letter-spacing:-.0125rem}.SelectableGroup[data-v-2d0fdd8a]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem 0}[data-v-2d0fdd8a] .SelectableGroup__list__item{flex:0 0 47%;display:inline-flex;justify-content:center}[data-v-2d0fdd8a] .SelectableGroup__list__item .SelectableButton{width:100%}[data-v-2d0fdd8a] .SelectableGroup__list__item .SelectableButton .SelectableButton__option{width:100%;max-width:100%!important;font-size:1.5rem;padding:.75rem 1.125rem;font-weight:500}.StepContent[data-v-280ab27e]{max-width:21.25rem;text-align:center}.StepContent__subtitle[data-v-280ab27e]{margin-bottom:.625rem;font-weight:600;letter-spacing:-.0125rem;line-height:1}.StepContent__input[data-v-280ab27e]{margin-bottom:0}.Separator[data-v-280ab27e]{display:flex;align-items:center;width:100%;color:#fff;font-size:1rem;font-weight:600;text-align:center}.Separator[data-v-280ab27e]:after,.Separator[data-v-280ab27e]:before{content:"";flex:1;border-bottom:1px solid #737373;margin:0 .375rem}.GoogleSignInButton[data-v-280ab27e]{height:3.625rem;margin:0 0 .875rem}[data-v-280ab27e] .GoogleSignInButton__appearance{height:3.625rem;width:100%;align-items:center;display:inline-flex;justify-content:center}.Terms[data-v-280ab27e]{margin-bottom:0;font-size:.625rem;font-weight:600;letter-spacing:-.0125rem;line-height:1.2}.Terms>a[data-v-280ab27e]{color:#8c8f91}.StepContainer__column__left[data-v-bbaf28a3]{justify-content:flex-start}.StepYourNickname__info[data-v-bbaf28a3]{max-width:36.25rem;margin:2rem 0 2.75rem;font-size:1.25rem;line-height:1;letter-spacing:-.0125rem;font-weight:600;text-wrap:pretty}@media(min-width:768px){.StepYourNickname__info[data-v-bbaf28a3]{margin:2rem 0 6.25rem;font-size:clamp(2.125rem,3vw,3rem)}}.StepYourNickname__info>strong[data-v-bbaf28a3]{font-weight:600;color:#f39f13;text-shadow:1px 1px 1px #d7dade}.StepYourNickname__title[data-v-bbaf28a3]{text-wrap:auto}.StepYourNickname__form[data-v-bbaf28a3]{order:2}@media(min-width:768px){.StepYourNickname__form[data-v-bbaf28a3]{order:unset}}.StepYourNickname .StepContent[data-v-bbaf28a3]{margin-left:auto;margin-right:auto}@media(max-width:1023.98px){[data-v-bbaf28a3] .Image{order:1;margin:0 0 2.625rem}}.RegisterSteps{display:flex;flex-direction:column;min-height:100dvh;background-color:#252729}.Usc2257 h2[data-v-2629d4ed]{font-size:1rem}.ListGroup[data-v-f2a48ec9]{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.ListGroupItem[data-v-992614ed]{display:block}.ActivityListSkeleton[data-v-68537c1f]{display:flex;flex-direction:row;justify-content:space-around;gap:1rem;width:100%;margin-top:.25rem;margin-bottom:1rem}.ActivityListSkeleton__button[data-v-68537c1f]{display:flex;flex-direction:row;align-items:center;justify-content:center}.ActivityListSkeleton__list[data-v-68537c1f]{width:100%}.ActivityListSkeleton__item[data-v-68537c1f]{display:flex;align-items:center;padding:.5rem;border-top:0;border-left:0;border-right:0;border-color:#edeff1;background:#f0f0f0}.ActivityListSkeleton__avatar[data-v-68537c1f]{margin-right:1rem}.ActivityListSkeleton__group[data-v-68537c1f]{flex-grow:1}.ActivityListSkeleton__title[data-v-68537c1f]{margin-bottom:.5rem}:where(.is--color-scheme-dark) .ActivityListSkeleton__item[data-v-68537c1f]{border-color:#1c1c1e;background:#252729}.Activity{cursor:pointer;display:flex;align-items:center;padding:.5rem .25rem;border:0}.Activity__avatar{overflow:visible;position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;max-width:100%;max-height:auto;width:4.0625rem;height:4.0625rem;margin-right:1rem;line-height:1}.Activity__avatar__skeleton{overflow:hidden;position:absolute;width:100%;border-radius:100%}.Activity__avatar__image{opacity:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:100%}.Activity__avatar__placeholder{width:100%}.Activity__avatar__status{position:absolute;top:50%;right:0;transform:translateY(-50%);margin-right:-.4688rem;border:.0938rem solid #fff}.Activity__content{display:flex;flex-direction:column;justify-content:space-between;flex:1;font-weight:400}.Activity__content__title{overflow:hidden;margin-bottom:.1875rem;font-size:1rem;font-weight:600;color:#292b2e;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.0125rem;display:flex;align-items:center;flex-grow:0}.Activity__content footer{display:flex;flex-direction:row;align-items:flex-end}.Activity__content__message{max-width:54%;position:relative;flex-grow:1;overflow:hidden;height:36px;margin:0;font-size:.875rem;text-overflow:ellipsis;color:#8c8f91;letter-spacing:-.0125rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow-wrap:anywhere}.Activity__content__message.is--unread{font-weight:600;color:#292b2e}.Activity__content__info{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-end;margin-top:-4px;margin-left:auto;padding-left:1.25rem;flex-shrink:0}.Activity__content__info__counter{min-width:1.875rem;height:auto!important;padding:.0625rem .375rem;font-size:12px!important}.Activity__content__info__time{margin-top:.1875rem;font-size:.75rem;color:#8c8f91;white-space:nowrap}.Activity__content__info__time--no-unread{margin-top:1rem}:where(.is--color-scheme-dark) .Activity__avatar__image{border:2px solid #3f4143}:where(.is--color-scheme-dark) .Activity__avatar__status{border-color:#1c1c1e}:where(.is--color-scheme-dark) .Activity__avatar__placeholder{color:#3f4143}:where(.is--color-scheme-dark) .Activity__content__title{color:#edeff1}:where(.is--color-scheme-dark) .Activity__content__message{color:#a0a6ae}:where(.is--color-scheme-dark) .Activity__content__message.is--unread{color:#d7dade}:where(.is--color-scheme-dark) .Activity__content__info__counter{background:#ff967c;color:#252729}:where(.is--color-scheme-dark) .Activity__content__info__time{color:#a0a6ae}.Timer--abandoned-cart,.Timer--crm{font-size:34px;word-spacing:-.375rem;font-weight:600;font-family:Roboto Condensed,serif,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;color:#f39f13}.Timer--abandoned-cart>.Timer__hours,.Timer--abandoned-cart>.Timer__minutes,.Timer--abandoned-cart>.Timer__seconds,.Timer--crm>.Timer__hours,.Timer--crm>.Timer__minutes,.Timer--crm>.Timer__seconds{padding:.125rem .25rem;background:#fff;letter-spacing:-.0125rem;border-radius:.3125rem;box-shadow:0 4px 10px #00000040}.Timer--abandoned-cart>.Timer__separator,.Timer--crm>.Timer__separator{margin:0 4px;color:#fff;font-size:36px;background:transparent}.Timer__number{display:inline-block;width:1ch}.ActivityUnlock[data-v-5d214cbe]{position:absolute;top:160px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;width:92%;max-width:560px;margin:auto;padding:18px 22px;text-align:center;color:#fff;background:url(./unlock_background.C3q2VbJS.webp),linear-gradient(90deg,#ff2e00,#f39f13);background-size:cover;border-radius:.5rem;box-shadow:0 .125rem .625rem #0000004d}.ActivityUnlock__content[data-v-5d214cbe]{display:flex;flex-direction:column}.ActivityUnlock__content--right[data-v-5d214cbe]{width:45%;max-width:250px;flex-shrink:0;margin-left:20px}.ActivityUnlock__icon[data-v-5d214cbe]{max-width:24px;margin:0 auto 4px}.ActivityUnlock__title[data-v-5d214cbe]{margin:0;font-size:1rem;font-weight:500;text-wrap:pretty}.ActivityUnlock__title>strong[data-v-5d214cbe]{font-weight:700}.ActivityUnlock__cta[data-v-5d214cbe]{padding:10px}.ActivityUnlock__timer[data-v-5d214cbe]{display:flex;color:#fff;font-weight:700}.ActivityUnlock__timer[data-v-5d214cbe] .Timer__hours,.ActivityUnlock__timer[data-v-5d214cbe] .Timer__minutes,.ActivityUnlock__timer[data-v-5d214cbe] .Timer__seconds{display:flex;gap:1px}.ActivityUnlock__timer[data-v-5d214cbe] .Timer__number{width:12px;border-radius:2px;font-size:.875rem;text-align:center;line-height:1.3;background:#0003}.ActivityUnlock--matches[data-v-5d214cbe]{gap:14px;width:100%;padding:18px 14px}.ActivityUnlock--matches[data-v-5d214cbe] .Timer{justify-content:center;margin-bottom:8px}.ActivityUnlock--matches[data-v-5d214cbe] .Timer__hours,.ActivityUnlock--matches[data-v-5d214cbe] .Timer__minutes,.ActivityUnlock--matches[data-v-5d214cbe] .Timer__seconds{flex:1;align-items:center;gap:2px;max-width:44px}.ActivityUnlock--matches[data-v-5d214cbe] .Timer__number,.ActivityUnlock--matches[data-v-5d214cbe] .Timer__separator{font-size:1.375rem}.ActivityUnlock--matches[data-v-5d214cbe] .Timer__number{flex:1;max-width:21px;font-weight:700}.ActivityUnlock--matches .ActivityUnlock__title[data-v-5d214cbe]{font-size:1.3125rem;letter-spacing:-.21px}.ActivityUnlock--matches .ActivityUnlock__content--right[data-v-5d214cbe]{margin-left:0}.Activities{position:relative;width:100%;min-height:calc(100dvh - 50px);padding:.75rem 15px 0;margin-right:auto;margin-left:auto;background:#fff}@media(min-width:768px){.Activities{max-width:44.43rem!important;min-height:calc(100dvh - 64px);padding-left:75px;padding-right:75px}}.Activities__content{width:100%}.Activities__aside{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.Activities__play2date{margin-top:.75rem;margin-bottom:1.25rem}.Activities__filters{gap:.4375rem;width:100%;margin-bottom:1.25rem;padding:.25rem;border-radius:.3125rem;font-size:1rem;background:#edeff1}.Activities__filters,.Activities__filters__button{display:flex;justify-content:center;align-items:center}.Activities__filters__button{flex:1;padding:.5rem;border:0;border-radius:.3125rem;color:#292b2e;font-weight:500;font-size:clamp(1rem,1rem + (1.125rem - 1rem) * (100vw - 400px)/40px,1.125rem);letter-spacing:-.0144rem}@media(min-width:396px){.Activities__filters__button{width:100%}}.Activities__filters__button.is--active{color:#fff;background-color:#f39f13}.Activities__filters__counter{min-width:1.625rem!important;height:auto!important;margin-left:.5rem;padding:.0625rem .375rem;font-size:12px!important}.Activities__list__container{position:relative}.Activities__list{position:relative;flex:1 0 0;width:100%;max-width:100%;padding:0;margin:0;list-style:none}.Activities__list__item{margin-bottom:.25rem;cursor:pointer}.Activities__list__item.is--blurred{pointer-events:none;filter:blur(8px);opacity:.7}:where(.is--color-scheme-dark) .Activities{background:#1c1c1e}:where(.is--color-scheme-dark) .Activities__filters{background:#3f4143}:where(.is--color-scheme-dark) .Activities__filters__button{background:#3f4143;color:#a0a6ae}.AdminLogin{min-height:100vh;align-items:center}.AdminLogin,.AdminLogin__title{display:flex;flex-direction:column;justify-content:center}.AdminLogin__title{color:#000;text-align:center}.AdminLogin__title strong{font-weight:700}.AdminLogin__subtitle{margin-top:.5rem;font-weight:300}.AdminLogin__subtitle-emphasis{font-weight:400}.AdminLogin__action,.AdminLogin__loader{margin-top:3rem}.AdminLogin__hint{margin-top:.5rem;font-size:.8rem}.AdminLogin__button{padding:.75rem 1.5rem;border:0;border-radius:.5rem;font-size:1.25rem;font-weight:600;color:#fff;background:#292b2e;cursor:pointer;zoom:1.5}.loader{width:60px;aspect-ratio:2;--_g:no-repeat radial-gradient(circle closest-side,$text-6 90%,$transparent);background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 50%;animation:l3 1s linear infinite}@keyframes l3{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}}:where(.is--color-scheme-dark) .AdminLogin__title span{color:#d7dade}.BlindDateAvatar{border:2px solid #fff;align-items:center;border-radius:50%;display:inline-flex;justify-content:center;max-height:auto;max-width:100%;overflow:hidden;position:relative;vertical-align:middle}.BlindDateAvatar img{width:100%}.BlindDateAvatar--default{background-color:#f39f13;display:flex;justify-content:center;align-items:center}.BlindDateAvatar--default svg{width:80%}.Match[data-v-54fd0597]{display:flex;flex-direction:column;align-items:center;cursor:pointer;max-width:482px}@media(min-width:576px){.Match[data-v-54fd0597]{gap:1.5rem}}.Match__avatars[data-v-54fd0597]{display:flex;flex-direction:row}.Match__avatars--image[data-v-54fd0597]{width:4.375rem;height:4.375rem;box-shadow:0 0 16.29px #ffffffa6;border:3.26px solid #fff}@media(min-width:576px){.Match__avatars--image[data-v-54fd0597]{width:7.141rem;height:7.141rem}}.Match__avatars[data-v-54fd0597] :first-child{animation:slide-in-left-54fd0597 .3s ease 1s 1 normal both}.Match__avatars[data-v-54fd0597] :nth-child(2){animation:slide-in-right-54fd0597 .3s ease 1s 1 normal both;margin-left:-1rem}@keyframes slide-in-left-54fd0597{0%{opacity:0;transform:translate(-250px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right-54fd0597{0%{opacity:0;transform:translate(250px)}to{opacity:1;transform:translate(0)}}.Match__text[data-v-54fd0597]{margin-top:1.25rem;display:flex;flex-direction:column;align-items:center}.Match__text--first[data-v-54fd0597]{animation:its-in-animation-54fd0597 1s ease 1s 1 normal forwards;opacity:0}@media(max-width:767.98px){.Match__text--first[data-v-54fd0597]{width:7.938rem;height:2.5rem}}.Match__text--second[data-v-54fd0597]{animation:match-in-animation-54fd0597 .3s ease 1.5s 1 normal both}@media(max-width:767.98px){.Match__text--second[data-v-54fd0597]{width:15.688rem;height:3.25rem}}@keyframes its-in-animation-54fd0597{0%{opacity:0}to{opacity:1}}@keyframes match-in-animation-54fd0597{0%{opacity:0;transform:scale(10.5)}to{opacity:1;transform:scale(1)}}.Match__subtext[data-v-54fd0597]{font-weight:400;text-align:center;padding:1rem 5rem;animation:its-in-animation-54fd0597 1s ease 2s 1 normal forwards;opacity:0}@media(min-width:576px){.Match__subtext[data-v-54fd0597]{font-size:2.25rem;padding:0 2rem}}.BlindDateSearching[data-v-dad6af6f]{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 3rem}.BlindDateSearching__cube[data-v-dad6af6f]{width:5.875rem;height:5.875rem;animation:rotate-pause-dad6af6f 3s ease-in-out infinite;transform-style:preserve-3d}@media(min-width:1280px){.BlindDateSearching__cube[data-v-dad6af6f]{width:8.75rem;height:18.75rem}}.BlindDateSearching__line[data-v-dad6af6f]{width:5.313rem;margin-top:-1.375rem}@media(min-width:1280px){.BlindDateSearching__line[data-v-dad6af6f]{width:8.75rem;height:auto;margin-top:-6.875rem}}@keyframes rotate-pause-dad6af6f{0%{transform:rotate(0) translate(0)}12.5%{transform:rotate(45deg) translate(-10px,-10px)}25%{transform:rotate(90deg) translate(0)}37.5%{transform:rotate(135deg) translate(-5px,10px)}50%{transform:rotate(180deg) translate(0)}62.5%{transform:rotate(225deg) translate(10px,10px)}75%{transform:rotate(270deg) translate(0)}87.5%{transform:rotate(315deg) translate(5px,-10px)}to{transform:rotate(1turn) translate(0)}}.BlindDateSearching__text[data-v-dad6af6f]{width:80%;text-align:center;margin-top:1rem;font-size:1.5rem;font-weight:600}.BlindDateHeader[data-v-e63e5fb8]{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.BlindDateHeader__logo[data-v-e63e5fb8]{width:18.5rem;height:4.5rem}@media(min-width:576px){.BlindDateHeader__logo[data-v-e63e5fb8]{width:31.5rem;height:6.313rem}}.BlindDateHeader__text[data-v-e63e5fb8]{width:18.5rem;font-size:1rem;text-align:center;font-weight:400}@media(min-width:576px){.BlindDateHeader__text[data-v-e63e5fb8]{width:23.5rem;font-size:1.25rem}}.BlindDateTopicListItem{height:9.75rem;background-size:cover;border-radius:.5rem;box-shadow:0 0 9.14px #fff9;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;color:#fff;text-shadow:0 0 5px rgba(0,0,0,.7);overflow:hidden;flex-basis:48%;border:1px solid #fff;cursor:pointer;min-width:10.375rem}@media(max-width:360px){.BlindDateTopicListItem{flex-basis:100%}}.BlindDateTopicListItem--selected{border:3px solid #fff}.BlindDateTopicListItem__name{font-size:2rem;font-weight:700}.BlindDateTopicListItem__users{display:flex;align-items:center}.BlindDateTopicListItem__users :nth-child(2){margin-left:-.625rem;margin-right:.313rem}.BlindDateTopicListItem__users__avatar{width:1.551rem;height:1.551rem;border-width:.5px}.BlindDateTopicListItem__users__total{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:1.563rem;border-radius:15.67px;padding:.25rem;background:#ffffff4d;font-size:.875rem;line-height:.875rem;font-weight:400;color:#fff}.BlindDateList[data-v-94cc5d99]{width:23.75rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:1rem}@media(max-width:390px){.BlindDateList[data-v-94cc5d99]{padding:0 1rem}}.BlindDateTopicList__skeleton[data-v-94cc5d99]{display:flex;flex-direction:row;align-items:center;justify-content:center}.BlindDate[data-v-1e0e0d78]{display:flex;flex-direction:column;align-items:center;font-size:20px;color:#fff;width:100%;padding:2rem 1rem}.BlindDate--centered[data-v-1e0e0d78]{justify-content:center}.BlindDate__button[data-v-1e0e0d78]{margin-top:2rem;width:21.25rem;height:3.375rem}.interaction--add[data-v-1e0e0d78]{position:absolute;inset:0}.Button[data-v-1e0e0d78]{background-color:#fff;color:#292b2e;height:100%;border-radius:.3125rem}.ChatSkeletonRoom[data-v-55a1ab09]{display:flex;flex-direction:column;gap:1rem;height:100dvh}.BlindDateBanner[data-v-b22021df]{display:inline-flex;align-items:center;justify-content:center;background:url(./bg-blind-date-banner.VSFTFK6G.webp) no-repeat;background-size:cover;width:100%;padding:2rem;height:7.125rem;color:#fff;font-weight:500;font-size:1rem;text-align:center}@media(min-width:576px){.BlindDateBanner[data-v-b22021df]{height:5.375rem;font-size:1.125rem}}.Tooltip[data-v-3d75be8f]{position:absolute;z-index:20;width:100vw;max-width:14rem;border-radius:.25rem;opacity:1;box-shadow:0 0 1rem .25rem #292b2e66;visibility:visible;transition:opacity .3s,visibility .3s}.Tooltip.is-clickable[data-v-3d75be8f]{cursor:pointer}.Tooltip.is-hidden[data-v-3d75be8f]{pointer-events:none;opacity:0;visibility:hidden}.Tooltip.is-animated[data-v-3d75be8f]{opacity:0;visibility:hidden;animation-duration:.6s;animation-delay:3s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.59,.17,.24,1.53)}.Tooltip.is--closable[data-v-3d75be8f]{padding-right:1.5rem}.Tooltip[data-v-3d75be8f]:after{content:"";display:block;position:absolute;right:1.625rem;width:0;height:0}.Tooltip.position-aboveright[data-v-3d75be8f]:after{bottom:1px;border:.65rem solid transparent;border-top-color:#3472f5;transform:translate(50%,100%)}.Tooltip.position-belowright[data-v-3d75be8f]:after{bottom:calc(100% - 1px);border:.65rem solid transparent;border-bottom-color:#3472f5;transform:translate(50%)}.Tooltip__wrapper[data-v-3d75be8f]{position:relative;padding:1rem}.Tooltip__title[data-v-3d75be8f]{display:block;margin-bottom:.25rem;padding-right:1.5rem}.Tooltip__description[data-v-3d75be8f]{margin-bottom:0}.Tooltip__close[data-v-3d75be8f]{cursor:pointer;position:absolute;z-index:10;top:.9rem;right:.45rem}.Tooltip.theme-default[data-v-3d75be8f]{background-color:#3472f5;color:#fff;font-size:.75rem}.Tooltip.theme-default[data-v-3d75be8f]:after{border-top-color:#3472f5}.Tooltip.theme-default .Tooltip__title[data-v-3d75be8f]{font-size:.9375rem}.Tooltip.theme-default .Tooltip__description[data-v-3d75be8f]{font-size:.8125rem}.Tooltip.theme-ai[data-v-3d75be8f]{border-radius:20px 20px 0;background-color:#ededff;color:#8e52ed;box-shadow:none}.Tooltip.theme-ai[data-v-3d75be8f]:after{display:none}.Tooltip.theme-ai .Tooltip__description[data-v-3d75be8f]{font-size:.9375rem;letter-spacing:-.0125rem}.Tooltip.theme-ai .Tooltip__close[data-v-3d75be8f]{color:#8e52ed!important}.AiSuggestedMessageList[data-v-0cc178c3]{display:flex}.AiSuggestedMessageList--is-loading[data-v-0cc178c3]{gap:10px}.AiSuggestedMessageList__messages[data-v-0cc178c3]{display:flex;margin-bottom:.75rem}.AiSuggestedMessageList__message[data-v-0cc178c3]{cursor:pointer;display:flex;flex:1;align-items:center;flex-shrink:0;max-width:100%;min-width:0;min-height:6rem;position:relative;padding:1rem;margin-left:.5rem;border:1.5px dashed #c9c9ff;border-radius:.75rem;font-size:.9375rem;line-height:1.4;letter-spacing:-.0125rem;color:#8e52ed;opacity:0;visibility:hidden;animation-name:appear;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.59,.17,.24,1.53)}.AiSuggestedMessageList__message[data-v-0cc178c3]:nth-child(2){animation-delay:.1s}.AiSuggestedMessageList__message[data-v-0cc178c3]:nth-child(3){animation-delay:.2s}.AiSuggestedMessageList__message[data-v-0cc178c3]:first-child{margin-left:0}.AiSuggestedMessageList__text[data-v-0cc178c3]{padding-right:20px;text-wrap:pretty}.AiSuggestedMessageList__submit[data-v-0cc178c3]{aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-left:auto;padding:.5rem;width:2rem;border-radius:50%}.AiSuggestedMessageList__submit>svg[data-v-0cc178c3]{margin-left:0!important}.AiSuggestedMessageList--horizontal-scroll[data-v-0cc178c3]{max-width:100%;margin-left:1rem;margin-right:0;padding:0}.AiSuggestedMessageList--horizontal-scroll .AiSuggestedMessageList__messages[data-v-0cc178c3]{overflow:auto;padding-right:2rem}.AiSuggestedMessageList--horizontal-scroll .AiSuggestedMessageList__message[data-v-0cc178c3]{max-width:60%;min-width:200px}:where(.is--color-scheme-dark) .AiSuggestedMessageList__message[data-v-0cc178c3]{color:#b9a0ec}.ChatSuggestedMessages{position:relative;display:flex;align-items:flex-end;flex-direction:column;gap:.875rem;color:#292b2e;margin:1.5rem auto 10px}.ChatSuggestedMessages__title{display:flex;align-items:center;margin:0;font-size:.9375rem;color:#a0a6ae}.ChatSuggestedMessages__title>strong{margin-right:3px}.ChatSuggestedMessages__checkbox{margin-left:6px}.ChatSuggestedMessages__choose-tone{order:1;color:#8e52ed;font-size:.9375rem;letter-spacing:-.0125rem;text-align:right;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.59,.17,.24,1.53)}.ChatSuggestedMessages__choose-tone,.ChatSuggestedMessages__tones{opacity:0;visibility:hidden;animation-name:appear;animation-duration:.3s}.ChatSuggestedMessages__tones{order:2;display:flex;gap:8px;margin:0;animation-delay:.1s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.59,.17,.24,1.53)}.ChatSuggestedMessages__tones .SelectableButton__option{padding:.5rem 1.5rem;transition:none}.ChatSuggestedMessages__messages-list,.ChatSuggestedMessages__rotator{order:3;width:100%}.ChatSuggestedMessages__tooltip{right:15px;margin-bottom:10px}.ChatSuggestedMessages__tooltip__buttons{display:flex;gap:.5rem;margin-top:8px}.ChatSuggestedMessages--enabled .ChatSuggestedMessages__title{background-image:linear-gradient(#833ae2,#a07dff);color:transparent;-webkit-background-clip:text;background-clip:text}.ChatSuggestedMessages--has-tone{flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.ChatSuggestedMessages--has-tone .ChatSuggestedMessages__title{width:100%;justify-content:flex-end}@media(min-width:768px){.ChatSuggestedMessages--has-tone .ChatSuggestedMessages__title{width:auto;order:2;margin-left:auto}.ChatSuggestedMessages--has-tone .ChatSuggestedMessages__tones{order:1}}.is--viewport-desktop .ChatSuggestedMessages{padding-left:0;padding-right:0}.upload--progress{left:50%;position:absolute;top:45%;width:5em;height:1.2em;margin:-.6em 0 0 -2.5em}.loader--text{position:absolute;top:55%;left:50%;margin:0 0 0 -4.5em}.placeholder--image{height:14em}.ChatInput[data-v-acf35fec]{position:relative;z-index:10;background:#fff}.ChatInput__container[data-v-acf35fec]{overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:none;width:100vw;margin-left:calc(-50vw + 50%);border-top:1px solid #edeff1;height:94px}.ChatInput__container--higher[data-v-acf35fec]{height:98px}.ChatInput__container[data-v-acf35fec]::-webkit-scrollbar{display:none}.ChatInput__wrapper[data-v-acf35fec]{height:200px}.ChatInput__sticky[data-v-acf35fec]{position:-webkit-sticky;position:sticky;top:0;left:0;padding:.375rem 0}.ChatInput__center[data-v-acf35fec]{position:relative;display:flex;align-items:stretch;margin:0 auto;padding-left:15px;padding-right:15px}.ChatInput__button-group[data-v-acf35fec]{display:flex;flex-direction:column;align-self:center;margin-right:10px;gap:5px}.ChatInput__textarea__container[data-v-acf35fec]{display:inline-flex;align-items:flex-end;flex-direction:column;width:100%}.ChatInput__textarea[data-v-acf35fec]{scrollbar-width:thin;resize:none;flex:1;min-height:80px;padding:12px 34px 6px 11px;border:1px solid #d7dade;border-right:2px solid transparent;border-radius:10px;background-color:#fff;color:#292b2e;font-size:16px;letter-spacing:-.0125rem;line-height:1.25;width:100%}.ChatInput__textarea--outlined[data-v-acf35fec]{border-right:1px solid #d7dade}.ChatInput__textarea[data-v-acf35fec]::-moz-placeholder{color:#8c8f91;opacity:1}.ChatInput__textarea[data-v-acf35fec]::placeholder{color:#8c8f91;opacity:1}.ChatInput__textarea[data-v-acf35fec]::-ms-input-placeholder{color:#8c8f91}.ChatInput__textarea[data-v-acf35fec]:focus{outline:0}.ChatInput__textarea[data-v-acf35fec]:focus::-moz-placeholder{color:transparent}.ChatInput__textarea[data-v-acf35fec]:focus::placeholder{color:transparent}.ChatInput__textarea[data-v-acf35fec]:focus::-ms-input-placeholder{color:transparent;opacity:0}.ChatInput__send[data-v-acf35fec]{padding-right:10px;border:0;border-top-right-radius:10px;border-bottom-right-radius:10px;background:#f39f13;opacity:1;position:absolute;height:100%}.ChatInput__send[disabled][data-v-acf35fec]{opacity:.65}.ChatInput__button[data-v-acf35fec]{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;position:relative;display:flex;justify-content:center;align-items:center;aspect-ratio:1;width:38px;padding:0;border:1px solid #f39f13;border-radius:6.25rem;background-color:transparent;color:#f39f13;font-size:.9375rem;font-weight:400;line-height:1.5;text-align:center;vertical-align:middle;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ChatInput__button--photo[data-v-acf35fec]{overflow:hidden}.ChatInput__button--games[data-v-acf35fec]{border-color:#ff2257;color:#ff2257}.ChatInput__button--games>svg[data-v-acf35fec]{width:100%;max-width:22px}.ChatInput__button--overlayed[data-v-acf35fec]{position:absolute;right:22px;top:50%;transform:translateY(-50%);border:0}.ChatInput__button--purple[data-v-acf35fec]{border-color:#931bf8;color:#931bf8}.ChatInput__button__input[data-v-acf35fec]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.ChatInput__button__label[data-v-acf35fec]{position:absolute;top:0;right:3px;translate:21px -5px;padding:1px 6px;border-radius:100px;font-size:.625rem;font-weight:700;background:#0038ff;color:#fff}.ChatInput__button__label--green[data-v-acf35fec]{background:#49bf2c}.is--viewport-desktop .ChatInput__container[data-v-acf35fec]{width:100%;margin-left:0}.is--viewport-desktop .ChatInput__center[data-v-acf35fec]{padding-left:0;padding-right:0}:where(.is--color-scheme-dark) .ChatInput[data-v-acf35fec]{background:#1c1c1e}:where(.is--color-scheme-dark) .ChatInput__container[data-v-acf35fec]{border-top:1px solid #3f4143}:where(.is--color-scheme-dark) .ChatInput__textarea[data-v-acf35fec]{border:1px solid #3f4143;background-color:#1c1c1e;color:#edeff1}:where(.is--color-scheme-dark) .ChatInput__textarea[data-v-acf35fec]::-moz-placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .ChatInput__textarea[data-v-acf35fec]::placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .ChatInput__textarea[data-v-acf35fec]::-ms-input-placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .ChatInput__textarea[data-v-acf35fec]:active,:where(.is--color-scheme-dark) .ChatInput__textarea[data-v-acf35fec]:focus{border:1px solid #a0a6ae}:where(.is--color-scheme-dark) .ChatInput__button[data-v-acf35fec]{border-color:#edeff1!important;color:#edeff1!important}:where(.is--color-scheme-dark) .ChatInput__button[data-v-acf35fec]:hover{border-color:#f39f13!important;color:#f39f13!important}:where(.is--color-scheme-dark) .ChatInput__button--games[data-v-acf35fec] #games-question-mark{fill:#1c1c1e!important}.ChatRoomHeader{padding:.5rem 0;transition:margin-top .4s;box-shadow:0 .313rem .625rem -.125rem #00000012}.ChatRoomHeader>.ChatRoomHeader__wrapper{display:flex;align-items:center;padding:0 20px}.ChatRoomHeader__back{padding:.5rem 1rem .5rem 0;border:0;font-size:1.25rem;line-height:1;background:transparent}.ChatRoomHeader__avatar{position:relative;overflow:hidden;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;max-width:100%;max-height:auto;width:2.5rem;height:2.5rem;margin-right:.5rem;border-radius:100px;font-size:inherit;font-weight:400;line-height:1;text-align:center;vertical-align:middle;transition:color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out}.ChatRoomHeader__avatar__skeleton{overflow:hidden;position:absolute;width:100%}.ChatRoomHeader__avatar__image{overflow:hidden;opacity:0;cursor:pointer}.ChatRoomHeader__avatar__placeholder{overflow:hidden;width:100%;height:100%}.ChatRoomHeader__status{display:flex;flex:1 1 0;align-items:center;margin-bottom:0;padding-right:1rem;font-weight:600;color:#292b2e}.ChatRoomHeader__status__badge{font-size:.5rem;z-index:20}.is--viewport-desktop .ChatRoomHeader{width:calc(100% + 40px);margin-left:-20px}.is--viewport-desktop .ChatRoomHeader>.ChatRoomHeader__wrapper{padding:0 20px}:where(.is--color-scheme-dark) .ChatRoomHeader{border-bottom:1px solid #3f4143;background:#252729;box-shadow:0 .313rem .625rem -.125rem #25272933}:where(.is--color-scheme-dark) .ChatRoomHeader__back{color:#a0a6ae}:where(.is--color-scheme-dark) .ChatRoomHeader__status{color:#edeff1}:where(.is--color-scheme-dark) .ChatRoomHeader__avatar__placeholder{color:#3f4143}.loader--dots__dot[data-v-4cc1e196]{width:.375rem;height:.375rem;background:#f39f13;border-radius:50%;display:inline-block;animation:animation_3dots-4cc1e196 1s infinite}.loader--dots__dot[data-v-4cc1e196]:first-child{animation-delay:.1s}.loader--dots__dot[data-v-4cc1e196]:nth-child(2){animation-delay:.2s}.loader--dots__dot[data-v-4cc1e196]:nth-child(3){animation-delay:.3s}@keyframes animation_3dots-4cc1e196{0%{transform:scale(1)}50%{opacity:.2;transform:scale(1.4)}to{transform:scale(1)}}:where(.is--color-scheme-dark) .loader--dots__dot[data-v-4cc1e196]{background:#fff}.ChannelAvatar[data-v-4740c7d9]{position:relative;width:2.5rem;height:2.5rem;flex-shrink:0;cursor:pointer}.ChannelAvatar__skeleton[data-v-4740c7d9]{position:absolute;inset:0;z-index:1}.ChannelAvatar__avatar[data-v-4740c7d9]{width:100%;height:100%}:where(.is--color-scheme-dark) .ChannelAvatar[data-v-4740c7d9] .Avatar__placeholder{color:#3f4143}.ChatTypingMessage[data-v-36cfe0ba]{display:flex;flex-direction:column;margin-top:1rem;animation-name:animateTypingSequence;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-delay:var(--animation-delay);animation-duration:var(--animation-duration)}.ChatTypingMessage__message[data-v-36cfe0ba]{display:flex;justify-content:start}.ChatTypingMessage__bubble[data-v-36cfe0ba]{position:relative;max-width:85%;margin-left:10px;padding:.5rem 1rem;font-size:.9375rem;border-radius:.25rem;word-wrap:break-word;background:#fbefe3}.ChatTypingMessage__text[data-v-36cfe0ba]{position:relative;display:inline}:where(.is--color-scheme-dark) .ChatTypingMessage__bubble[data-v-36cfe0ba]{background:#3f4143}.MessageStatus[data-v-1ec78f63]{float:right;font-size:.6875rem;padding-bottom:.25rem;padding-top:.5rem;padding-right:1rem;color:#5b5f63}.MessageStatus.is--own[data-v-1ec78f63]{display:flex;justify-content:flex-end;padding-right:0}.MessageStatus.is--other[data-v-1ec78f63]{margin-left:3.125rem}.MessageStatus__date[data-v-1ec78f63],.MessageStatus__status[data-v-1ec78f63]{display:flex;align-items:center;margin-bottom:0}.MessageStatus__status[data-v-1ec78f63]{margin-left:.5rem}.MessageStatus__check[data-v-1ec78f63]{margin-left:.25rem;font-size:170%}:where(.is--color-scheme-dark) .MessageStatus[data-v-1ec78f63]{color:#a0a6ae}.MessageUnlock[data-v-a716bdfc]{display:block;padding:.5rem 0;font-size:.75rem}.MessageUnlock__button[data-v-a716bdfc]{outline:0;padding:0;font-weight:600;font-size:.75rem}.Grid__item__component[data-v-f1229406]{overflow:hidden;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;max-width:191px;height:100%;min-height:164px;margin-bottom:0;border:1px solid #edeff1;border-radius:12px;box-shadow:0 4px 8px #00000024}.Grid__item__component[data-v-f1229406]:hover{border-color:#f39f13}.Grid__item__component .Gift__wrapper[data-v-f1229406]{display:flex;flex-direction:column;width:100%;max-width:180px;padding:0 .4375rem;text-align:center;background:#fff}.Grid__item__component .Gift__image[data-v-f1229406]{align-self:center;aspect-ratio:98/84;max-width:100%;width:176px;margin-bottom:3px}.Grid__item__component .Gift__info[data-v-f1229406]{display:flex;flex-direction:column;align-items:flex-start;flex:1;width:100%;padding:.4375rem;background:#f0f0f0}.Grid__item__component .Gift__title[data-v-f1229406]{margin-top:auto;margin-bottom:4px;font-size:.875rem;font-weight:600;letter-spacing:-.0125rem;color:#292b2e}.Grid__item__component .Gift__price[data-v-f1229406]{display:inline-flex;align-items:center;padding:0 .375rem;border:1px solid #edeff1;border-radius:1.5rem;font-size:.875rem;font-weight:700;letter-spacing:-.0125rem;background:#fff;color:#292b2e}.Grid__item__component .Gift__price--warning[data-v-f1229406]{color:#f39f13}.Grid__item__component .Gift__price>svg[data-v-f1229406]{margin-left:.25rem}.GiftsSelection__grid--popular .Grid__item__component[data-v-f1229406]{min-height:184px;padding:.4375rem}.GiftsSelection__grid--popular .Grid__item__component .Gift__wrapper[data-v-f1229406]{padding:0}.GiftsSelection__grid--popular .Grid__item__component .Gift__image[data-v-f1229406]{max-height:234px;aspect-ratio:100/78}.GiftsSelection__grid--popular .Grid__item__component .Gift__info[data-v-f1229406]{padding:0;background:none}.GiftsSelection__grid--popular .Grid__item__component .Gift__price[data-v-f1229406],.GiftsSelection__grid--popular .Grid__item__component .Gift__title[data-v-f1229406]{font-size:1rem}.Grid__item__component .Gift__tag[data-v-f1229406]{align-self:flex-start;display:inline-flex!important;text-transform:uppercase;font-weight:700;font-size:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:5px}:where(.is--color-scheme-dark) .Grid__item__component[data-v-f1229406]{background:#edeff1}:where(.is--color-scheme-dark) .Grid__item__component .Gift__info[data-v-f1229406]{background:#d7dade}:where(.is--color-scheme-dark) .Grid__item__component .Gift__wrapper[data-v-f1229406]{background-color:transparent}:where(.is--color-scheme-dark) .Grid__item__component .Gift__image[data-v-f1229406]{mix-blend-mode:multiply}.InChatGame[data-v-6b595efa]{overflow:hidden;min-height:55px;height:0;interpolate-size:allow-keywords;transition:height .5s ease-in-out}.InChatGame.is--loaded[data-v-6b595efa]{height:auto}.ChannelMessagesListItem__date[data-v-d1087ff0]{width:100%;padding-top:1rem;text-align:center;font-weight:600}.ChannelMessagesListItem__message[data-v-d1087ff0]{display:flex;flex-direction:column;margin-top:1rem}.ChannelMessagesListItem.is--type-picture .ChannelMessagesListItem__message[data-v-d1087ff0]{width:238px}.ChannelMessagesListItem--me.is--type-picture .ChannelMessagesListItem__message[data-v-d1087ff0]{margin-left:auto}.ChannelMessagesListItem__wrapper[data-v-d1087ff0]{display:flex}.ChannelMessagesListItem__wrapper.is--own[data-v-d1087ff0]{justify-content:end}.ChannelMessagesListItem__wrapper.is--own .ChannelMessagesListItem__bubble[data-v-d1087ff0]{color:#292b2e;background:#fff;border:1px solid #edeff1}.ChannelMessagesListItem__wrapper.is--other[data-v-d1087ff0]{justify-content:start}.ChannelMessagesListItem__wrapper.is--other .ChannelMessagesListItem__bubble[data-v-d1087ff0]{margin-left:.625rem;background:#f0f0f0;color:#292b2e}.ChannelMessagesListItem__bubble[data-v-d1087ff0]{position:relative;max-width:85%;padding:.5rem 1rem;font-size:.9375rem;border-radius:.25rem;word-wrap:break-word}.ChannelMessagesListItem__bubble.is--gift[data-v-d1087ff0]{width:57%;max-width:300px}.ChannelMessagesListItem__bubble.is--game[data-v-d1087ff0],.ChannelMessagesListItem__bubble.is--picture[data-v-d1087ff0]{padding:0!important;border:0!important}.ChannelMessagesListItem__bubble.is--picture[data-v-d1087ff0]{background:transparent!important}.ChannelMessagesListItem__content[data-v-d1087ff0]{overflow:hidden;position:relative;padding:.25rem;border-radius:.5rem}.ChannelMessagesListItem.is--type-picture .ChannelMessagesListItem__content[data-v-d1087ff0]{padding:0}.ChannelMessagesListItem__image[data-v-d1087ff0]{width:100%;border-radius:.5rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ChannelMessagesListItem__image.is--orientation-squared[data-v-d1087ff0]{aspect-ratio:1}.ChannelMessagesListItem__image.is--orientation-landscape[data-v-d1087ff0]{aspect-ratio:4/3}.ChannelMessagesListItem__image.is--orientation-portrait[data-v-d1087ff0]{aspect-ratio:.73}.ChannelMessagesListItem__image__loader[data-v-d1087ff0]{position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%);background:#f39f13;color:#fff;border-radius:50%;padding:.25em}.ChannelMessagesListItem__image__close[data-v-d1087ff0]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff!important}.ChannelMessagesListItem__image__unlock[data-v-d1087ff0]{position:absolute;z-index:10;inset:0;aspect-ratio:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto;padding:12px;border:0;border-radius:100%;background:#f0f0f059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ChannelMessagesListItem__image__unlock>svg[data-v-d1087ff0]{margin-left:0}.ChannelMessagesListItem__image__unlock[data-v-d1087ff0]:hover{background:#f39f13}.ChannelMessagesListItem__text[data-v-d1087ff0]{position:relative;display:inline}.ChannelMessagesListItem__gift[data-v-d1087ff0]{position:relative}.ChannelMessagesListItem__gift[data-v-d1087ff0] .Gift{margin-bottom:4px}.ChannelMessagesListItem__gift[data-v-d1087ff0] .Gift.has--message .Gift__title{margin-bottom:10px}.ChannelMessagesListItem__gift[data-v-d1087ff0] .Gift__info{margin-top:16px}.ChannelMessagesListItem__gift[data-v-d1087ff0] .Gift__title{margin-bottom:0;font-size:.875rem;font-weight:600;line-height:1.25;letter-spacing:-.0125rem;color:#292b2e}.ChannelMessagesListItem__gift[data-v-d1087ff0] .Gift__wrapper{aspect-ratio:209/142}.ChannelMessagesListItem__gift[data-v-d1087ff0] .Gift__image{display:block;width:80%;max-width:280px;margin:auto}.ChannelMessagesListItem__gift__text[data-v-d1087ff0]{margin-bottom:4px;font-size:.875rem;line-height:1.25;white-space:pre-line;letter-spacing:-.1px}.ChannelMessagesListItem__gift__text>em[data-v-d1087ff0]{display:block;color:#8c8f91}.ChannelMessagesListItem__gift__text>em+em[data-v-d1087ff0]{color:#5b5f63;font-weight:500}.ChannelMessagesListItem__gift__increase[data-v-d1087ff0]{position:absolute;top:8px;right:8px;z-index:1;padding:6px;border:0;background:none;line-height:0}.is--viewport-desktop .ChannelMessagesListItem.is--type-picture .ChannelMessagesListItem__message[data-v-d1087ff0],.is--viewport-tablet .ChannelMessagesListItem.is--type-picture .ChannelMessagesListItem__message[data-v-d1087ff0]{width:328px}:where(.is--color-scheme-dark) .ChannelMessagesListItem__date[data-v-d1087ff0]{color:#d7dade}:where(.is--color-scheme-dark) .ChannelMessagesListItem__wrapper.is--own .ChannelMessagesListItem__bubble[data-v-d1087ff0]{background:#edeff1}:where(.is--color-scheme-dark) .ChannelMessagesListItem__wrapper.is--other .ChannelMessagesListItem__bubble[data-v-d1087ff0]{background:#3f4143;color:#fff}:where(.is--color-scheme-dark) .ChannelMessagesListItem__wrapper .ChannelMessagesListItem__bubble.is--game[data-v-d1087ff0]{background:transparent}:where(.is--color-scheme-dark) .ChannelMessagesListItem__message[data-v-d1087ff0]:after{border-top-color:#252729!important}.ChatRoomMessagesList[data-v-8b458fd0]{overflow:auto;flex:1 1 0}.ChatRoomMessagesList.is--hidden[data-v-8b458fd0]{opacity:0}.ChatRoomMessagesList__wrapper[data-v-8b458fd0]{position:relative;padding-bottom:20px}.ChatRoomMessagesList__wrapper>.is--typing[data-v-8b458fd0]:not(:last-child){display:none!important}.is--browser-mobile-safari.is--viewport-mobile:not(.is--viewport-desktop) .is--input-focus .ChatRoomMessagesList[data-v-8b458fd0]{flex:.9 1 0}.is--viewport-desktop .ChatRoomMessagesList__wrapper[data-v-8b458fd0]{padding-left:0;padding-right:0}.ChatRoom{display:flex;flex-direction:column;height:100%}.ChatRoom__spinner{margin-top:15px;margin-left:auto;margin-right:auto}.ChatRoom__wrapper{position:relative}.ChatRoom__header{padding:.5rem 0;transition:margin-top .4s;box-shadow:0 .313rem .625rem -.125rem #00000012}.ChatRoom__header>.ChatRoom__wrapper{display:flex;align-items:center}.ChatRoom__body{display:flex;flex-direction:column;height:100%;overflow-y:auto;scroll-behavior:smooth}.ChatRoom__back{padding:.5rem 1rem .5rem 0;border:0;font-size:1.25rem;line-height:1;background:transparent}.ChatRoom__avatar{position:relative;overflow:hidden;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;max-width:100%;max-height:auto;width:2.5rem;height:2.5rem;margin-right:.5rem;border-radius:100px;font-size:inherit;font-weight:400;line-height:1;text-align:center;vertical-align:middle;transition:color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out}.ChatRoom__avatar__skeleton{overflow:hidden;position:absolute;inset:0;width:100%;margin:auto}.ChatRoom__avatar__image{overflow:hidden;opacity:0}.ChatRoom__avatar__placeholder{overflow:hidden;width:100%;height:100%}.ChatRoom__messages{overflow:auto;flex:1 1 0;padding-bottom:3rem}.ChatRoom__messages.is--hidden{opacity:0}.ChatRoom__status{display:flex;flex:1 1 0;align-items:center;margin-bottom:0;padding-right:1rem;font-weight:600;color:#292b2e}.ChatRoom__status__badge{font-size:.5rem;z-index:20}.ChatRoom__error{position:absolute;bottom:110px;left:0;right:0}.ChatRoom__notification{position:absolute!important;bottom:0;left:0;max-width:614px;width:calc(100% - 30px);margin-left:15px}.list-group-item-action.bg:focus,.list-group-item-action.bg:hover{background:#fef7ec}.is--input-focus .ChatRoom__body{max-height:var(--chatRoomViewportHeight)}.is--viewport-mobile:not(.is--viewport-tablet) .is--input-focus .ChatRoom__email-reminder{display:none}.is--viewport-mobile .ChatRoom__email-reminder{margin-left:0;margin-right:0}.is--viewport-desktop .ChatRoom__email-reminder{max-width:unset!important;width:calc(100% + 36px)!important;margin-left:-18px!important}.ChatSkeletonList[data-v-f018de22]{display:flex;flex-direction:row;justify-content:space-around;width:100%;gap:1rem;margin-top:.25rem;margin-bottom:1rem}.ChatSkeletonList__button[data-v-f018de22]{display:flex;flex-direction:row;align-items:center;justify-content:center}.ChatSkeletonList__item[data-v-f018de22]{display:flex;align-items:center;padding:.5rem;border:0;border-bottom:1px solid #edeff1;background:#f0f0f0}.ChatSkeletonList__item__avatar[data-v-f018de22]{margin-right:1rem}.ChatSkeletonList__item__group[data-v-f018de22]{flex-grow:1}.ChatSkeletonList__item__title[data-v-f018de22]{margin-bottom:.5rem}:where(.is--color-scheme-dark) .ChatSkeletonList__item[data-v-f018de22]{border-color:#1c1c1e;background:#252729}.Chat__filters[data-v-9e703961]{gap:.4375rem;width:100%;padding:.25rem;border-radius:.3125rem;font-size:1rem}.Chat__filters[data-v-9e703961],.Chat__filters__button[data-v-9e703961]{display:flex;justify-content:center;align-items:center;background:#edeff1}.Chat__filters__button[data-v-9e703961]{flex:1;padding:.5rem;border:0;border-radius:.3125rem;color:#292b2e;font-weight:400;font-size:1.125rem;letter-spacing:-.0144rem}@media(min-width:396px){.Chat__filters__button[data-v-9e703961]{width:100%}}.Chat__filters__button.is--active[data-v-9e703961]{color:#fff;background-color:#f39f13;font-weight:600}.Chat__filters__counter[data-v-9e703961]{min-width:1.625rem!important;height:auto!important;margin-left:.5rem;padding:.0625rem .375rem;font-size:12px!important}:where(.is--color-scheme-dark) .Chat__filters[data-v-9e703961]{background:#3f4143}:where(.is--color-scheme-dark) .Chat__filters__button[data-v-9e703961]{background:#3f4143;color:#a0a6ae}.Conversation__avatar[data-v-308836be]:before{border-radius:100%}.Conversation__avatar__wrapper[data-v-308836be]{overflow:hidden;position:relative;width:100%;height:100%;border-radius:100%;background:#131415}.Conversation__avatar__image[data-v-308836be]{background:#131415}.Conversation__content__title[data-v-308836be]{display:flex;gap:6px}.Conversation__content__title .Pill[data-v-308836be]{margin-left:.5rem}.Conversation__content__message__typing[data-v-308836be]{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;animation-name:animateTypingSequence;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-delay:var(--animation-delay);animation-duration:var(--animation-duration)}.Conversation--minimal[data-v-308836be]{padding:0}.Conversation--minimal .Conversation__avatar[data-v-308836be]{width:75px;height:103px;margin:0}.Conversation--minimal .Conversation__avatar[data-v-308836be]:before,.Conversation--minimal .Conversation__avatar__image[data-v-308836be],.Conversation--minimal .Conversation__avatar__placeholder[data-v-308836be],.Conversation--minimal .Conversation__avatar__skeleton[data-v-308836be],.Conversation--minimal .Conversation__avatar__wrapper[data-v-308836be]{border-radius:15px}.Conversation--minimal .Conversation__avatar__skeleton[data-v-308836be]{height:100%}.Conversation--minimal .Conversation__avatar__placeholder[data-v-308836be]{display:flex;height:100%;background:#edeff1}.Conversation--minimal .Conversation__avatar__placeholder[data-v-308836be] svg{scale:1!important;color:#a0a6ae}.Conversation--minimal .Conversation__avatar__status[data-v-308836be]{top:100%;right:50%;transform:translateY(-50%)}.Conversation--match .Conversation__avatar[data-v-308836be]{position:relative;padding:2px}.Conversation--match .Conversation__avatar__image[data-v-308836be],.Conversation--match .Conversation__avatar__placeholder[data-v-308836be],.Conversation--match .Conversation__avatar__skeleton[data-v-308836be],.Conversation--match .Conversation__avatar__status[data-v-308836be]{z-index:2}.Conversation--match .Conversation__avatar[data-v-308836be]:before{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(341.03deg,#931bf8 -6.75%,#ff4c00 85.06%)}.ChannelListMatch[data-v-ede18fe7]{margin-top:12px;margin-bottom:20px}.ChannelListMatch__title[data-v-ede18fe7]{margin-bottom:1rem;font-size:1.125rem;font-weight:600;letter-spacing:-.0125rem}.ChannelListMatch__nav[data-v-ede18fe7]{position:relative;height:111px;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:none;margin:0 -15px;padding-left:15px}.ChannelListMatch--locked .ChannelListMatch__nav[data-v-ede18fe7]{margin:0 0 0 -15px}.ChannelListMatch__list[data-v-ede18fe7]{list-style:none;position:absolute;display:flex;gap:.9375rem;margin:0;padding:0 0 15px}.ChannelListMatch__item--locked[data-v-ede18fe7]{position:-webkit-sticky;position:sticky;right:0;z-index:5;display:flex;flex-direction:column;gap:4px;align-items:center;order:3;width:180px;padding:8px;background:#fff;background-size:cover;border-top-left-radius:15px;border-bottom-left-radius:15px}.ChannelListMatch__item--locked[data-v-ede18fe7]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(./unlock-matches.BhDsIPDx.png),linear-gradient(204.31deg,#f39f13 18.05%,#931bf8 95.68%);border-radius:15px;z-index:-1}.ChannelListMatch__item--locked[data-v-ede18fe7]:after{content:"";position:absolute;z-index:-2;top:calc(100% - 15px);left:12px;width:calc(100% - 12px);height:22px;background:#fff}.ChannelListMatch__item--lockedprofile[data-v-ede18fe7]{cursor:default;pointer-events:none;order:2}.ChannelListMatch__item--lockedprofile[data-v-ede18fe7] .Conversation__avatar__image{filter:blur(6px);transform:scale(1.25)}.ChannelListMatch__item__icon[data-v-ede18fe7]{margin-bottom:2px}.ChannelListMatch__item__description[data-v-ede18fe7],.ChannelListMatch__item__title[data-v-ede18fe7]{text-align:center;color:#fff;font-size:.75rem;letter-spacing:-.2px;line-height:1.2}.ChannelListMatch__item--counter[data-v-ede18fe7]{justify-content:center}.ChannelListMatch__item--counter .ChannelListMatch__item__description[data-v-ede18fe7],.ChannelListMatch__item--counter .ChannelListMatch__item__title[data-v-ede18fe7]{font-size:.8125rem;line-height:.85}.ChannelListMatch__item__title[data-v-ede18fe7]{margin:0;font-weight:700}.ChannelListMatch__item__description[data-v-ede18fe7]{display:block;margin-bottom:2px}.ChannelListMatch__item__button[data-v-ede18fe7]{padding-left:10px;padding-right:10px}.ChannelListMatch__timer[data-v-ede18fe7]{display:flex;color:#fff;font-weight:700}.ChannelListMatch__timer[data-v-ede18fe7] .Timer__hours,.ChannelListMatch__timer[data-v-ede18fe7] .Timer__minutes,.ChannelListMatch__timer[data-v-ede18fe7] .Timer__seconds{display:flex;gap:1px}.ChannelListMatch__timer[data-v-ede18fe7] .Timer__number{width:12px;border-radius:2px;font-size:.875rem;text-align:center;line-height:1.3;background:#0003}.is--viewport-desktop .ChannelListMatch__nav[data-v-ede18fe7],.is--viewport-tablet .ChannelListMatch__nav[data-v-ede18fe7]{margin:0;padding-left:0}.is--viewport-desktop .ChannelListMatch__item--locked[data-v-ede18fe7],.is--viewport-tablet .ChannelListMatch__item--locked[data-v-ede18fe7]{right:0;width:170px;margin:0}:where(.is--color-scheme-dark) .ChannelListMatch__item--locked[data-v-ede18fe7]{background:#1c1c1e}:where(.is--color-scheme-dark) .ChannelListMatch__item--locked[data-v-ede18fe7]:after{background:#1c1c1e}.ChannelList__title[data-v-18ca0b37]{margin-bottom:1rem;font-size:1.125rem;font-weight:600;letter-spacing:-.0125rem}.ChannelList__matches[data-v-18ca0b37]{margin-top:12px;margin-bottom:20px}.ChannelList__matches .Chat__list[data-v-18ca0b37]{position:absolute;display:flex;gap:.9375rem;padding-right:15px}.ChannelList__inbox .ChannelList__title[data-v-18ca0b37]{margin-bottom:.5rem;color:#8c8f91}.ChannelList__play2date[data-v-18ca0b37]{margin-top:.75rem;margin-bottom:1.25rem}.ChannelList__ad[data-v-18ca0b37]{margin:1rem 0}.Chat__filters[data-v-18ca0b37]{gap:.4375rem;width:100%;padding:.25rem;border-radius:.3125rem;font-size:1rem}.Chat__filters[data-v-18ca0b37],.Chat__filters__button[data-v-18ca0b37]{display:flex;justify-content:center;align-items:center;background:#edeff1}.Chat__filters__button[data-v-18ca0b37]{flex:1;padding:.5rem;border:0;border-radius:.3125rem;color:#292b2e;font-weight:400;font-size:1.125rem;letter-spacing:-.0144rem}@media(min-width:396px){.Chat__filters__button[data-v-18ca0b37]{width:100%}}.Chat__filters__button.is--active[data-v-18ca0b37]{color:#fff;background-color:#f39f13;font-weight:600}.Chat__filters__counter[data-v-18ca0b37]{min-width:1.625rem!important;height:auto!important;margin-left:.5rem;padding:.0625rem .375rem;font-size:12px!important}.Chat__nav[data-v-18ca0b37]{position:relative;height:111px;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:none;margin:0 -15px;padding-left:15px}.Chat__list[data-v-18ca0b37]{list-style:none;margin:0;padding:0}.Chat__list__item--locked[data-v-18ca0b37]{display:flex;flex-direction:column;gap:4px;align-items:center;width:178px;padding:8px;background:linear-gradient(204.31deg,#ff4c00 18.05%,#931bf8 95.68%);border-radius:15px}.Chat__list__item__icon[data-v-18ca0b37]{margin-bottom:2px}.Chat__list__item__description[data-v-18ca0b37],.Chat__list__item__title[data-v-18ca0b37]{text-align:center;color:#fff;font-size:.75rem;letter-spacing:-.2px;line-height:1.2}.Chat__list__item__title[data-v-18ca0b37]{margin:0;font-weight:700}.Chat__list__item__description[data-v-18ca0b37]{display:block;margin-bottom:2px}.Chat__notice[data-v-18ca0b37]{display:block;margin-top:1.5rem;text-align:center}:where(.is--color-scheme-dark) .Chat__filters[data-v-18ca0b37]{background:#3f4143}.Chat--room[data-v-81bc7ecd]{position:fixed;inset:0;height:100dvh;margin:auto}.Chat--list[data-v-81bc7ecd]{padding:0 15px}.ChatPage{background:#fff;padding-top:.75rem;margin-bottom:-2rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.ChatPage{max-width:44.43rem!important;padding-left:75px;padding-right:75px}}:where(.is--color-scheme-dark) .ChatPage{background:#1c1c1e}.is--viewport-desktop .ChatPage{transform:translate(0);max-width:100%!important;margin-bottom:0}.is--page-chat-list .ChatPage{flex:1;padding-bottom:80px}.is--page-chat-room .layout--default{overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:none;height:100dvh;min-height:0}.is--page-chat-room .content{min-height:100dvh}.is--page-chat-room .ChatPage{position:-webkit-sticky;position:sticky;top:0;left:0;height:100dvh;flex:1;max-width:100%;padding:0}.message__bubble-text--error{position:absolute;padding-top:.5rem;color:#ea3a2b}.message__bubble-text--action{color:#8c8f91;margin-top:0}.message__bubble-text--action>span>span{color:#303437;font-weight:800}.message__bubble-text--action svg.svg--absolute-right{right:.5rem;top:.57rem}.Textarea[data-v-907f6ebc]{width:100%;padding:.5rem .5625rem;border:1px solid #edeff1;background-color:#f0f0f0;border-radius:.25rem;color:#303437;font-size:.9375rem;font-weight:400;resize:vertical;min-height:5rem;font-family:inherit}.Textarea[data-v-907f6ebc]::-moz-placeholder{color:#8c8f91}.Textarea[data-v-907f6ebc]::placeholder{color:#8c8f91}.Textarea[data-v-907f6ebc]:focus{outline:none;box-shadow:0 0 8px #0000001f;background-color:#fff}.Textarea.is-invalid[data-v-907f6ebc]{border-color:#ea3a2b}.Textarea.is-valid[data-v-907f6ebc]{border:.0625rem solid hsla(0,0%,85%,.6)}.Textarea[data-v-907f6ebc]:disabled{background-color:#edeff1;cursor:not-allowed}.Textarea__label[data-v-907f6ebc]{font-size:.9375rem;margin-top:.2rem;margin-bottom:.2rem}:where(.is--color-scheme-dark) .Textarea[data-v-907f6ebc]{background-color:#3f4143;border-color:#5e6165!important;color:#a0a6ae}:where(.is--color-scheme-dark) .Textarea[data-v-907f6ebc]::-moz-placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .Textarea[data-v-907f6ebc]::placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .Textarea[data-v-907f6ebc]:disabled{border-color:#5e6165!important;background-color:#3f4143;color:#a0a6ae}:where(.is--color-scheme-dark) .Textarea[data-v-907f6ebc]:focus{border-color:#a0a6ae!important;color:#edeff1;background-color:#3f4143}:where(.is--color-scheme-dark) .Textarea__label[data-v-907f6ebc]{color:#5e6165}.Contact__title[data-v-bf132a31]{margin-bottom:1rem}.Contact__field[data-v-bf132a31]{display:block;margin-bottom:.5rem;text-align:left}.Contact__field--spaced[data-v-bf132a31]{margin-bottom:1rem}.Contact__fieldset[data-v-bf132a31]{margin-bottom:0}.Contact__info[data-v-bf132a31]{display:block;padding:.25rem 0;color:#8c8f91}.Contact__error[data-v-bf132a31],.Contact__info--error[data-v-bf132a31]{color:#ea3a2b}.Contact__form__label[data-v-bf132a31]{font-size:.9375rem;margin-top:.2rem;margin-bottom:.2rem}.Contact__form__label-row[data-v-bf132a31]{display:block;padding-bottom:.25rem}.Contact__form__hint[data-v-bf132a31]{display:inline;color:#292b2e}.Contact__email-fieldset[data-v-bf132a31]{position:relative}.Contact__email-fieldset .Input.is-valid[data-v-bf132a31]{padding-right:2.5rem}.Contact__valid-icon[data-v-bf132a31]{position:absolute;right:.75rem;top:2.5rem;pointer-events:none;color:#49bf2c}[data-v-bf132a31] [data-lastpass-icon-root]{display:none!important}:where(.is--color-scheme-dark) .Contact__card[data-v-bf132a31]{background-color:#1c1c1e!important;box-shadow:none!important}:where(.is--color-scheme-dark) .Contact__title[data-v-bf132a31]{color:#edeff1}:where(.is--color-scheme-dark) .Contact__form__label[data-v-bf132a31],:where(.is--color-scheme-dark) .Contact__form__label small[data-v-bf132a31],:where(.is--color-scheme-dark) .Contact__info[data-v-bf132a31]{color:#5e6165!important}:where(.is--color-scheme-dark) .Contact__info--error[data-v-bf132a31]{color:#ea3a2b!important}.SpotlightSkeleton__list[data-v-f3310d6e]{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}@media(min-width:768px){.SpotlightSkeleton__list[data-v-f3310d6e]{gap:20px}}.SpotlightSkeleton__item[data-v-f3310d6e]{flex:1 1 0;min-width:0;padding:0}.TransgenderIndicator{position:absolute;color:#fff;background:#292b2e99;border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center}.TransgenderIndicator--bottom-left{bottom:.75rem;left:.75rem}.TransgenderIndicator--top-right{top:.75rem;right:.75rem}.SpotlightCard[data-v-1b75c4f0]{cursor:pointer;position:relative;display:block;margin-bottom:1.875rem}.SpotlightCard__status[data-v-1b75c4f0]{position:absolute;top:10px;left:10px;z-index:10}.SpotlightCard__image[data-v-1b75c4f0],.SpotlightCard__placeholder[data-v-1b75c4f0]{display:block;width:100%;aspect-ratio:.74;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:.75rem}.SpotlightCard__placeholder[data-v-1b75c4f0]{background:#00000005}.SpotlightCard__placeholder+.SpotlightCard__info[data-v-1b75c4f0]{height:32%;max-height:76px;padding-top:6px}@media(min-width:768px){.SpotlightCard__placeholder+.SpotlightCard__info[data-v-1b75c4f0]{height:29%;max-height:100%;min-height:85px;padding-top:11px}}.SpotlightCard__info[data-v-1b75c4f0]{position:absolute;left:0;bottom:0;width:100%;height:29%;max-height:70px;padding:0 .625rem;color:#fff;font-size:.875rem;letter-spacing:-.0125rem;line-height:1.33;background:linear-gradient(180deg,transparent,#000);border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}@media(min-width:768px){.SpotlightCard__info[data-v-1b75c4f0]{height:27%;max-height:100%;min-height:74px;font-size:1.125rem}}.SpotlightCard__info__name[data-v-1b75c4f0]{overflow:hidden;display:inline-block;max-width:72%;vertical-align:middle;text-overflow:ellipsis;font-weight:600}.SpotlightCard__info__distance[data-v-1b75c4f0]{display:block;font-size:.8125rem}@media(min-width:768px){.SpotlightCard__info__distance[data-v-1b75c4f0]{font-size:1rem}}.SpotlightCard__actions[data-v-1b75c4f0]{position:absolute;left:50%;bottom:-.5rem;transform:translate(-50%,50%);display:flex;align-items:center;font-size:1.625rem}@media(min-width:768px){.SpotlightCard__actions[data-v-1b75c4f0]{bottom:0}}.SpotlightCard__actions__button[data-v-1b75c4f0]{box-sizing:content-box;margin:0 .25rem;padding:0;border:3px solid #fff;border-radius:6.25rem}.SpotlightCard__actions__button span[data-v-1b75c4f0]{display:flex;align-items:center;justify-content:center;aspect-ratio:1;width:38px;border-radius:6.25rem;background:#fff;-webkit-appearance:none;box-shadow:0 1px 7px #00000026}@media(min-width:768px){.SpotlightCard__actions__button span[data-v-1b75c4f0]{width:48px}}.SpotlightCard__actions__button--send[data-v-1b75c4f0]{line-height:0}.SpotlightCard__actions__button--send span[data-v-1b75c4f0]{background:#f39f13;color:#fff}.SpotlightCard__actions__button--send svg[data-v-1b75c4f0]{width:1.5625rem}.SpotlightCard__compliance[data-v-1b75c4f0]{position:absolute;bottom:18px;right:0;z-index:10}.SpotlightCard__compliance[data-v-1b75c4f0] .ProfileCompliance__icon{color:#fff9}:where(.is--color-scheme-dark) .SpotlightCard[data-v-1b75c4f0]{border:1px solid #3a3c3f;border-radius:.75rem}:where(.is--color-scheme-dark) .SpotlightCard__actions__button[data-v-1b75c4f0]{border-color:#1c1c1e}.Spotlight__container[data-v-6abf84f3]{position:relative;display:flex;flex-wrap:wrap;justify-content:center;max-width:100vw;min-height:120px;margin-right:-15px;margin-left:-15px}@media(min-width:768px){.Spotlight__container[data-v-6abf84f3]{max-width:calc(100vw - 30px);margin-left:0;margin-right:0}}@media(min-width:1280px){.Spotlight__container[data-v-6abf84f3]{max-width:100%}}.Spotlight__header[data-v-6abf84f3]{display:flex;align-items:baseline;margin:1.25rem 0 .5rem;color:#292b2e;letter-spacing:-.0125rem}@media(min-width:768px){.Spotlight__header[data-v-6abf84f3]{margin:1.25rem 0}}.Spotlight__header__title[data-v-6abf84f3]{font-size:1.25rem;font-weight:600;line-height:1.2}@media(min-width:768px){.Spotlight__header__title[data-v-6abf84f3]{font-size:1.5rem}}.Spotlight__header__timer[data-v-6abf84f3]{display:inline-block;min-width:86px;margin-left:auto;font-size:.8125rem;font-weight:500;text-align:center}@media(min-width:768px){.Spotlight__header__timer[data-v-6abf84f3]{min-width:106px;font-size:1.25rem}}.Spotlight__header__icon[data-v-6abf84f3]{margin-left:.625rem}.Spotlight__list[data-v-6abf84f3]{list-style:none;margin:0 0 1rem;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;display:flex;gap:10px;padding:0}@media(min-width:768px){.Spotlight__list[data-v-6abf84f3]{gap:20px}}.Spotlight__list[data-v-6abf84f3]::-webkit-scrollbar{display:none}.Spotlight__list__item[data-v-6abf84f3]{width:calc(40% - 16px);padding-bottom:3px}.Spotlight__list__item[data-v-6abf84f3]:first-child{margin-left:15px}.Spotlight__list__item[data-v-6abf84f3]:last-child{margin-right:15px}@media(min-width:768px){.Spotlight__list__item[data-v-6abf84f3]{width:calc(25% - 16px)}.Spotlight__list__item[data-v-6abf84f3]:first-child{margin-left:0}.Spotlight__list__item[data-v-6abf84f3]:last-child{margin-right:0}.Spotlight__list__item[data-v-6abf84f3]:nth-child(4n+1){scroll-snap-stop:always;scroll-snap-align:start}}@media(min-width:1024px){.Spotlight__list__item[data-v-6abf84f3]{width:calc(20% - 16px)}.Spotlight__list__item[data-v-6abf84f3]:nth-child(5n+1){scroll-snap-stop:always;scroll-snap-align:start}}@media(min-width:1280px){.Spotlight__list__item[data-v-6abf84f3]{width:calc(33.3% - 16px)}.Spotlight__list__item[data-v-6abf84f3]:nth-child(3n+1){scroll-snap-stop:always;scroll-snap-align:start}}@media(min-width:1400px){.Spotlight__list__item[data-v-6abf84f3]{width:calc(25% - 16px)}.Spotlight__list__item[data-v-6abf84f3]:nth-child(4n+1){scroll-snap-stop:always;scroll-snap-align:start}}@media(min-width:1920px){.Spotlight__list__item[data-v-6abf84f3]{width:calc(20% - 16px)}.Spotlight__list__item[data-v-6abf84f3]:nth-child(5n+1){scroll-snap-stop:always;scroll-snap-align:start}}.Spotlight__list__item[data-v-6abf84f3]:after{content:"";pointer-events:none;display:block;width:100vw}.Spotlight__list__item__overlay[data-v-6abf84f3]{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;padding:0 20px 32px;text-align:center}@media(min-width:576px){.Spotlight__list__item__overlay[data-v-6abf84f3]{padding-left:26px;padding-right:26px}}.Spotlight__list__item__overlay__icon[data-v-6abf84f3]{max-width:26px;margin-bottom:8px}@media(min-width:576px){.Spotlight__list__item__overlay__icon[data-v-6abf84f3]{max-width:36px}}.Spotlight__list__item__overlay__text[data-v-6abf84f3]{color:#fff;font-size:.8125rem;line-height:1.33}@media screen and (min-width:400px){.Spotlight__list__item__overlay__text[data-v-6abf84f3]{font-size:1rem}}@media(min-width:576px){.Spotlight__list__item__overlay__text[data-v-6abf84f3]{font-size:20px;line-height:1.1}}.Spotlight__list__item__image[data-v-6abf84f3]{width:100%}.Spotlight__arrow[data-v-6abf84f3]{position:absolute;top:50%;z-index:5;transform:translateY(-50%);cursor:pointer;margin-top:-.9375rem;padding:0;border:0;outline:0;background:none;color:#fff}.Spotlight__arrow--prev[data-v-6abf84f3]{left:15px;transform:translateY(-50%) rotate(-180deg)}.Spotlight__arrow--next[data-v-6abf84f3]{right:15px}.Spotlight__list__item--wizard[data-v-6abf84f3]{position:relative;overflow:hidden;aspect-ratio:.74;flex-shrink:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:.75rem}.Timer--spotlight{margin-left:4px;padding:4px 6px;border:1px solid #f39f13;border-radius:.4688rem;color:#f39f13;font-size:12px;font-weight:400;letter-spacing:-.0125rem;word-spacing:-.375rem}@media screen and (min-width:360px){.Timer--spotlight{margin-left:.5rem;padding:.3125rem .5625rem;font-size:1rem}}@media(min-width:768px){.Timer--spotlight{font-size:20px}}.Timer--spotlight>.Timer__hours,.Timer--spotlight>.Timer__hours+.Timer__separator{font-weight:700}.Timer--spotlight>.Timer__hours,.Timer--spotlight>.Timer__minutes,.Timer--spotlight>.Timer__seconds{display:inline-block;width:2ch}.Timer--spotlight>.Timer__separator{display:inline-block;margin:0 .7px 0 1px}:where(.is--color-scheme-dark) .Spotlight__header__title{color:#edeff1}:where(.is--color-scheme-dark) .Spotlight__header__timer{color:#a0a6ae}:where(.is--color-scheme-dark) .Timer--spotlight{color:#edeff1;border:1px solid #a0a6ae}.Search[data-v-94768e86]{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:#fff}.Search[data-v-94768e86]:before{content:"";position:absolute;top:0;left:50%;z-index:-1;display:block;width:100vw;height:100%;translate:-50%;box-shadow:0 4px 15px #00000040;opacity:0}.Search__filter-badge[data-v-94768e86]{position:absolute;background:#49bf2c;color:#fff;border-radius:100px;display:inline-block;text-align:center;font-size:.5rem;margin-left:.5rem;width:.8rem;height:.8rem;top:0;right:-.5rem}.Search__barContainer[data-v-94768e86]{display:flex;justify-content:space-between;align-items:center;position:relative}@media(min-width:768px){.Search__barContainer[data-v-94768e86]{padding:6px 0}}.Search__bar[data-v-94768e86]{display:flex;align-items:center;padding:7px 0 8px;transition:padding .3s ease-out;gap:.25rem}@media(min-width:375px){.Search__bar[data-v-94768e86]{gap:.5rem;margin:0}}@media(min-width:768px){.Search__bar[data-v-94768e86]{justify-content:start}}.Search__bar__button[data-v-94768e86]{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#303437;font-size:0;border:1px solid #d7dade;height:35px;width:35px;padding:.2rem;flex-shrink:0}.Search__bar__button[data-v-94768e86]:hover{background:#f0f0f0}.Search__bar__button--icon[data-v-94768e86]{color:#303437;width:100%;height:auto}.Search__bar__filter[data-v-94768e86]{display:flex;align-items:center;justify-content:flex-start;border:1px solid #d7dade;border-radius:5rem;height:35px;flex-wrap:nowrap;flex-shrink:0}.Search__bar__age[data-v-94768e86]{padding:0 .75rem;gap:.1rem}@media(min-width:768px){.Search__bar__age[data-v-94768e86]{gap:.75rem}}.Search__bar__age__title[data-v-94768e86]{display:inline-block;white-space:nowrap;color:#8c8f91;font-size:.875rem}.Search__bar__age__slider[data-v-94768e86]{min-width:19.375rem;position:relative;margin:-.1rem .5rem 0}.Search__bar__age__slider__indicator[data-v-94768e86]{position:absolute;top:-.75rem;right:0;font-size:.75rem;font-weight:700;color:#303437}.Search__bar__age__inputs[data-v-94768e86]{display:flex;align-items:center}.Search__bar__age__inputs input[data-v-94768e86]{color:#303437;text-align:center;height:100%;min-height:30px;border:0;font-size:.875rem;font-weight:600;transition:width .1s ease;background:transparent;padding:0 .1rem;max-width:30px}@media(min-width:768px){.Search__bar__age__inputs input[data-v-94768e86]{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.Search__bar__gender[data-v-94768e86]{display:flex;flex-wrap:nowrap;cursor:pointer}.Search__bar__gender svg[data-v-94768e86]{width:1rem;height:1rem;margin-right:.25rem}.Search__bar__gender .Checkbox[data-v-94768e86]{padding:0 .75rem;flex-wrap:nowrap;text-wrap:nowrap}.Search__bar__gender .Checkbox__label[data-v-94768e86]{font-size:.875rem!important}.Search .vue-slider-process[data-v-94768e86]{background-color:#f39f13}.Search .vue-slider-dot-handle[data-v-94768e86]{background-color:#f39f13;border:2px solid #fff}.Search .vue-slider-rail[data-v-94768e86]{height:8px}.is--viewport-mobile.--is-search-filters-sticky .Search[data-v-94768e86]:before{opacity:1}.is--browser-mobile-safari.is--browser-version-26.--is-search-filters-sticky .Search[data-v-94768e86]{position:fixed!important;left:0;width:100%;padding:18px 14px 0;transform:none}.is--browser-mobile-safari.is--browser-version-26 .Search[data-v-94768e86]{padding-top:18px}:where(.is--color-scheme-dark) .Search[data-v-94768e86]{background:#1c1c1e}:where(.is--color-scheme-dark) .Search__bar__button[data-v-94768e86]{background:#252729;border:1px solid #3a3c3f}:where(.is--color-scheme-dark) .Search__bar__button--icon[data-v-94768e86]{color:#edeff1}:where(.is--color-scheme-dark) .Search__bar__button[data-v-94768e86]:hover{background:#303437}:where(.is--color-scheme-dark) .Search__bar__filter[data-v-94768e86]{background:#252729;border:1px solid #3a3c3f}:where(.is--color-scheme-dark) .Search__bar__age__inputs input[data-v-94768e86],:where(.is--color-scheme-dark) .Search__bar__age__inputs span[data-v-94768e86]{color:#edeff1}:where(.is--color-scheme-dark) .Search__bar__gender[data-v-94768e86] .Checkbox__label{color:#a0a6ae}.Search__noresults[data-v-c049ca90]{display:flex;flex-direction:column;align-items:center;padding-top:1rem;margin:0 auto;letter-spacing:-.0125rem}@media(min-width:768px){.Search__noresults[data-v-c049ca90]{max-width:378px}}.Search__noresults__text1[data-v-c049ca90]{margin-bottom:.25rem;font-size:18px;font-weight:700;color:#f39f13}.Search__noresults__text2[data-v-c049ca90]{font-size:12px;margin-bottom:0}.Search__noresults__text3[data-v-c049ca90]{font-size:12px}:where(.is--color-scheme-dark) .Search__noresults[data-v-c049ca90]{color:#d7dade}.CustomThumbnailSkeleton__footer[data-v-44e10db1]{padding:.5rem;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;box-shadow:0 .125rem .25rem #00000013}.CustomThumbnailSkeleton .Skeleton+.Skeleton[data-v-44e10db1]{margin-top:.25rem}.CustomThumbnail{margin:0}.CustomThumbnail__figure{overflow:hidden;margin:0;border-top-left-radius:8px;border-top-right-radius:8px}.CustomThumbnail__link{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%}.CustomThumbnail__image{background:#0000001a}.CustomThumbnail__placeholder{background:#00000005;color:#f39f13}.CustomThumbnail__actions{position:absolute;display:flex;justify-content:space-between;align-items:flex-start;top:0;left:0;width:100%;height:100%;padding:.75rem .5rem}.CustomThumbnail--explore .CustomThumbnail__actions{padding:.375rem .5rem}.CustomThumbnail__status{z-index:20}.CustomThumbnail--explore .CustomThumbnail__status{min-width:72px;margin-top:5px}.CustomThumbnail__like{width:28px!important;height:28px!important;padding-left:6px!important;padding-right:6px!important}.CustomThumbnail__figcaption{padding:.25rem .5rem .5rem;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 .5rem 1rem #00000026!important}.CustomThumbnail__info{display:flex!important;font-size:.6875rem}@media screen and (min-width:481px){.CustomThumbnail__info{font-size:.875rem}}.CustomThumbnail__icebreaker{margin:0;font-style:italic}.CustomThumbnail__compliance{position:absolute;bottom:0;right:0;z-index:10}:where(.is--color-scheme-dark) .CustomThumbnail{border:1px solid #3a3c3f;border-radius:8px;background:#131415;box-shadow:0 2px 10px #0000001a}.vue-recycle-scroller__resize-observer[data-v-08cc04ab]{position:absolute;inset:0;opacity:0;pointer-events:none;z-index:-1}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.flow-mode{overflow-anchor:none}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.grid-mode:not(.page-mode){overflow:auto}.vue-recycle-scroller.direction-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.vue-recycle-scroller__slot{-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0}.vue-recycle-scroller__item-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.flow-mode .vue-recycle-scroller__item-wrapper{overflow:visible;overflow-anchor:none}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.ready.flow-mode .vue-recycle-scroller__item-view{position:static;top:auto;left:auto;will-change:auto;overflow-anchor:none}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.vue-recycle-scroller__item-spacer{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;margin:0;border:0;visibility:hidden;pointer-events:none;overflow-anchor:none}.InfiniteProfileScroll__skeleton{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-auto-flow:dense;gap:20px;margin-top:1rem}.InfiniteProfileScroll__list{overflow:hidden}.InfiniteProfileScroll__list.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{margin:auto;overflow:initial}.InfiniteProfileScroll__list__item{left:0!important}.InfiniteProfileScroll__list__item:has(.is--active.is--second){left:20px!important}.InfiniteProfileScroll__list__item:has(.is--active.is--third){left:40px!important}.InfiniteProfileScroll__list__item:has(.is--active.is--forth){left:60px!important}.InfiniteProfileScroll__list__item__wrapper{position:relative}.InfiniteProfileScroll__list__item .creative{position:absolute!important;top:0;left:0;width:100%;height:100%}.InfiniteProfileScroll__list__item .creative__content{overflow:hidden;width:100%;height:100%;margin:0!important;border:1px solid #3a3c3f;border-radius:.5rem;background:#131415;box-shadow:0 2px 10px #0000001a}.InfiniteProfileScroll__list__item .creative__item{display:block;width:100%;height:100%}.InfiniteProfileScroll__list__item .creative .AdBannerContent__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.InfiniteProfileScroll__list__item .creative+.InfiniteProfileScroll__list__item__thumbnail{opacity:0;visibility:hidden}.Home__banner[data-v-77793a1e]{margin-bottom:1rem}.Home__container--search[data-v-77793a1e]{position:-webkit-sticky;position:sticky;top:0;z-index:40}@media(min-width:1280px){.Home__container--search[data-v-77793a1e]{position:static}}.Home__profiles[data-v-77793a1e]{margin-top:1rem}.Dmca__card h1[data-v-a9fa98c7]{margin-bottom:1.5rem}.Dmca__card ol[data-v-a9fa98c7]{list-style:none}.Dmca__quote[data-v-a9fa98c7]{margin-top:.5rem;font-style:italic}.BlindDateExplore[data-v-78a9c70f]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;padding:14px;background:url(./bg-blind-date.BSqWhBwF.webp) no-repeat;background-size:230% 110%;background-attachment:fixed;color:#fff;font-weight:500;font-size:1rem;text-align:center}.BlindDateExplore__logo[data-v-78a9c70f]{width:100%;max-width:246px;max-height:60px;margin:0}.BlindDateExplore__title[data-v-78a9c70f]{margin-bottom:12px;font-size:15px;font-weight:400;letter-spacing:-.0125rem;line-height:1.45}.BlindDateExplore__title>strong[data-v-78a9c70f]{font-weight:600}.BlindDateExplore__cta[data-v-78a9c70f]{display:block;width:188px;padding:10px;border-radius:8px;background:#fff;color:#292b2e;font-size:16px;font-weight:600;letter-spacing:-.1px}:root{--grid-columns:1}.Grid[data-v-5229738e]{list-style:none;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:10px;margin:0;padding:0}.ExploreSkeletonCategories__heading[data-v-f5045fb8]{display:flex;flex-direction:row;align-items:center;justify-content:center}.ExploreSkeletonCategories__heading--primary[data-v-f5045fb8]{margin-top:1.5rem;margin-bottom:.5rem}.ExploreSkeletonCategories__heading--secondary[data-v-f5045fb8]{margin-bottom:1rem}.ExploreSkeletonCategories__item[data-v-f5045fb8]{border-radius:.5rem}.ExploreSkeletonCategories__grid[data-v-f5045fb8]{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:0;padding:0}@media(min-width:576px){.ExploreSkeletonCategories__grid[data-v-f5045fb8]{grid-template-columns:repeat(3,1fr)}}.ExploreStepCategories[data-v-d37da52e]{width:100%;max-width:580px;padding:1.5rem 15px 50px;margin-right:auto;margin-left:auto}.ExploreStepCategories__grid--stories[data-v-d37da52e]{margin-bottom:24px!important}.ExploreStepCategories__grid--cards[data-v-d37da52e]{gap:14px!important;margin-bottom:24px}.ExploreStepCategories__grid--cards[data-v-d37da52e]:last-child{margin-bottom:50px}@media(min-width:576px){.ExploreStepCategories__grid--cards[data-v-d37da52e]{--grid-columns:3!important}}.ExploreStepCategories__banner[data-v-d37da52e]{margin-bottom:24px;background-size:100% 100%}.ExploreStepCategories__offer[data-v-d37da52e]{margin-bottom:1rem}.ExploreStepCategories__title[data-v-d37da52e]{font-size:20px;font-weight:600;line-height:18px;letter-spacing:-.2px;color:#292b2e}.ExploreStepCategories__subtitle[data-v-d37da52e]{margin-bottom:20px;font-size:16px;font-weight:400;line-height:20.29px;letter-spacing:-.2px;color:#292b2e}.ExploreStepCategories__play2date[data-v-d37da52e]{margin-bottom:24px}:where(.is--color-scheme-dark) .ExploreStepCategories__subtitle[data-v-d37da52e],:where(.is--color-scheme-dark) .ExploreStepCategories__title[data-v-d37da52e]{color:#edeff1}.ExploreStepProfiles[data-v-0a8b47f7]{padding:1.5rem 0 50px}.ExploreStepProfiles__header[data-v-0a8b47f7]{display:flex;align-items:center;margin:auto;padding:16px 15px}@media(min-width:1024px){.ExploreStepProfiles__header[data-v-0a8b47f7]{max-width:1140px}}.ExploreStepProfiles__title[data-v-0a8b47f7]{margin:0 8px 0 0;font-size:20px;font-weight:600;line-height:1;letter-spacing:-.2px;text-align:left;color:#292b2e}.ExploreStepProfiles__button[data-v-0a8b47f7]{margin-right:8px;padding:4px 12px 4px 4px}.ExploreStepProfiles__icon[data-v-0a8b47f7]{width:8px;margin:0;color:#292b2e;filter:drop-shadow(1px 0 0 #292B2E)}.ExploreStepProfiles__badge[data-v-0a8b47f7]{flex-shrink:0;margin-left:auto;padding:8px 10px;background:#f0f0f0;border-radius:50px;font-size:14px;font-weight:500;line-height:1;letter-spacing:-.2px;color:#303437}.ExploreStepProfiles__noresults[data-v-0a8b47f7]{padding:30px 0;font-size:16px;font-weight:400;letter-spacing:-.2px;color:#292b2e;text-align:center}.ExploreStepProfiles__play2date[data-v-0a8b47f7],.ExploreStepProfiles__profiles[data-v-0a8b47f7]{width:calc(100% - 30px);margin:auto}.is--viewport-desktop .ExploreStepProfiles__play2date[data-v-0a8b47f7],.is--viewport-desktop .ExploreStepProfiles__profiles[data-v-0a8b47f7]{width:100%}:where(.is--color-scheme-dark) .ExploreStepProfiles__icon[data-v-0a8b47f7],:where(.is--color-scheme-dark) .ExploreStepProfiles__noresults[data-v-0a8b47f7],:where(.is--color-scheme-dark) .ExploreStepProfiles__title[data-v-0a8b47f7]{color:#edeff1}:where(.is--color-scheme-dark) .ExploreStepProfiles__badge[data-v-0a8b47f7]{background:#d7dade}.Explore[data-v-7ce14a49]{width:100%}.Collapse[data-v-a80e1085]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.Collapse.is--visible[data-v-a80e1085]{grid-template-rows:1fr}.Collapse__inner[data-v-a80e1085]{min-height:0;width:100%;overflow:hidden}@media(prefers-reduced-motion:reduce){.Collapse[data-v-a80e1085]{transition:none}}.FakeCreditCardPage__notice[data-v-0a22798b]{margin-bottom:1rem;padding:.75rem 1rem;border-radius:.5rem;background:#f39f131f;color:#292b2e}.FakeCreditCardPage__debug-collapse[data-v-0a22798b]{margin-top:.5rem}.FakeCreditCardPage__debug-btn[data-v-0a22798b]{display:block;margin-top:.25rem}.FakeCreditCardPage__loading[data-v-0a22798b]{text-align:center}.FakeCreditCardPage__param[data-v-0a22798b]{display:block}.FakeCreditCardPage__pay[data-v-0a22798b]{margin:1.3rem 0 1.6rem;background-color:#49bf2c!important;border-color:#49bf2c!important}.FakeCreditCardPage__billed-by[data-v-0a22798b]{margin:1rem 0;text-align:center;color:#292b2e}[data-v-0a22798b],[data-v-0a22798b]:after,[data-v-0a22798b]:before{box-sizing:border-box}code[data-v-0a22798b]{-webkit-user-select:text;-moz-user-select:text;user-select:text}a[data-v-0a22798b]{color:#f39f13;text-decoration:none;font-weight:600}label[data-v-0a22798b]{position:relative;padding:.2rem 0;line-height:1.5}input[data-v-0a22798b],label[data-v-0a22798b]{display:block}input[data-v-0a22798b]{width:100%;height:calc(2.2em + 1rem + 2px);padding:.5rem .5625rem;border:none;border-radius:.25rem;background-color:#f0f0f0;background-position:right calc(.375em + .25rem) center;background-repeat:no-repeat;transition:border border-color .15s ease-in-out ease-in-out .15s,box-shadow .15s ease-in-out}input[data-v-0a22798b]:focus{background-color:#fff}input.is-invalid[data-v-0a22798b]{border-color:#ea3a2b;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc0000'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4m.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2'/%3E%3C/svg%3E");background-size:1rem}input.is-invalid[data-v-0a22798b]:focus,input[data-v-0a22798b]:not(.is-invalid){background-image:none}input[data-v-0a22798b]:not(.is-invalid):focus{border:.1rem solid #f39f13;outline:none}input[name=consent][data-v-0a22798b],input[name=xsale][data-v-0a22798b]{display:inline;width:1rem;height:1rem;margin-right:5px}input:not(:focus)~.clear-button[data-v-0a22798b]{cursor:default;opacity:0;visibility:hidden;transition:visibility .01s linear .2s}.checkboxes-section[data-v-0a22798b]{margin-top:1.4rem}.checkbox-container[data-v-0a22798b]{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-container input[data-v-0a22798b]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox[data-v-0a22798b]{position:absolute;top:0;left:0;height:1.25rem;width:1.25rem;background-color:#edeff1}.checkbox-container input:checked~.checkbox[data-v-0a22798b]{background-color:#f39f13}.checkbox[data-v-0a22798b]:after{content:"";position:absolute;display:none}.checkbox-container input:checked~.checkbox[data-v-0a22798b]:after{display:block}.checkbox-container .checkbox[data-v-0a22798b]:after{content: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='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.667 3.5 5.25 9.917 2.333 7'/%3E%3C/svg%3E");left:.2rem;top:.2rem;width:.4rem;height:10px}.processor[data-v-0a22798b]{display:block;margin-top:0;margin-bottom:1.7rem;font-size:.875rem;text-align:center;letter-spacing:-.0125rem}.fine-print[data-v-0a22798b]{clear:both;font-size:.6875rem;line-height:1.33}.field[data-v-0a22798b]{position:relative;margin-bottom:.7rem}.split-field[data-v-0a22798b]{margin-bottom:1rem;padding-bottom:1px}.split-field[data-v-0a22798b]:after{content:"";clear:both;display:table}.col-1[data-v-0a22798b],.col-2[data-v-0a22798b]{width:calc(50% - 8px);margin-bottom:0}.col-1[data-v-0a22798b]{float:left}.col-2[data-v-0a22798b]{float:right}span.error[data-v-0a22798b],span.is-invalid[data-v-0a22798b]{display:block;margin-top:.3rem;font-size:.8125rem;line-height:1.5;color:#ea3a2b}.Dropdown.not--collapsed.Dropdown--small .Dropdown__header__button[data-v-3823114b]{font-weight:600}.Dropdown.not--collapsed .Dropdown__header__icon[data-v-3823114b]{transform:rotate(180deg) translateY(.2rem)}.Dropdown__divider[data-v-3823114b]{margin:0}.Dropdown__header__icon[data-v-3823114b]{margin-left:auto;transition:transform .35s ease}.Dropdown__header__button[data-v-3823114b]{display:flex;flex-wrap:nowrap;padding:1.5rem 0;color:#5b5f63;font-weight:500;line-height:1.5;text-align:left}.Dropdown__header__button--small[data-v-3823114b]{padding-top:1.5rem;padding-bottom:1.5rem;font-size:.875rem}.Dropdown__header__button--regular[data-v-3823114b]{padding-top:1rem;padding-bottom:1rem;font-weight:600;font-size:1rem}:where(.is--color-scheme-dark) .Dropdown__header__button[data-v-3823114b]{color:#edeff1}:where(.is--color-scheme-dark) .Dropdown__header__icon[data-v-3823114b]{color:#a0a6ae}.Feedback[data-v-bea844e8]{display:flex;flex-wrap:wrap}.Feedback__title[data-v-bea844e8]{width:100%;margin-bottom:1rem}.Feedback__button[data-v-bea844e8]{width:5rem;padding:8px;margin-bottom:1rem;margin-right:.5rem}.Feedback__success[data-v-bea844e8]{width:100%;margin-bottom:1rem;overflow:hidden;max-height:0;animation-name:unfold-success-bea844e8;animation-duration:.6s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}@keyframes unfold-success-bea844e8{to{max-height:1.3125rem}}.Faqs__wrapper[data-v-bd74135c]{overflow:clip;flex:1;flex-direction:column;padding-bottom:1.5rem}.Faqs__header[data-v-bd74135c],.Faqs__wrapper[data-v-bd74135c]{position:relative;display:flex}.Faqs__header[data-v-bd74135c]{align-items:center;max-width:600px;width:100%;height:140px;margin-left:auto;margin-right:auto;background:#f39f13;color:#fff}.Faqs__header--index[data-v-bd74135c]{margin-bottom:1.5rem;padding-top:3rem;padding-bottom:3rem}.Faqs__header--category[data-v-bd74135c]{margin-bottom:.5rem;padding-top:1.5rem;padding-bottom:1.5rem}@media(min-width:768px){.Faqs__header[data-v-bd74135c]{height:166px}}.Faqs__header[data-v-bd74135c]:after,.Faqs__header[data-v-bd74135c]:before{content:"";position:absolute;top:0;z-index:-1;width:100vw;height:100%;background:#f39f13}.Faqs__header[data-v-bd74135c]:before{left:0}.Faqs__header[data-v-bd74135c]:after{right:0}.Faqs__header__wrapper[data-v-bd74135c]{max-width:600px;margin:auto}.Faqs__header__back[data-v-bd74135c]{position:absolute;top:0;left:0;margin-bottom:.5rem;padding-left:.5rem;padding-bottom:.5rem;color:#fff}.Faqs__header__back-icon[data-v-bd74135c]{margin-right:.5rem}.Faqs__header__title[data-v-bd74135c]{margin:0;padding:0;text-align:center;font-weight:600;letter-spacing:-.0125rem;font-size:1.75rem}@media(min-width:768px){.Faqs__header__title[data-v-bd74135c]{font-size:2.8125rem}}.Faqs__body[data-v-bd74135c]{max-width:600px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;display:flex;flex-direction:column;flex:1}.Faqs__body--index[data-v-bd74135c]{padding-top:1rem;padding-bottom:1rem}.Faqs__body--category[data-v-bd74135c]{padding-top:0}.Faqs__body__subtitle[data-v-bd74135c]{margin-bottom:.5rem}.Faqs__body__subtitle p[data-v-bd74135c]{display:block;margin-bottom:1.5rem;text-align:center;font-size:1.125rem}.Faqs__body__back[data-v-bd74135c]{margin-top:auto;margin-bottom:3rem}.Faqs__body__back.Button--outline[data-v-bd74135c]{background:#f0f0f0;border:1px solid #f0f0f0}.Faqs__section[data-v-bd74135c]{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin-bottom:1rem}.Faqs__section__cell[data-v-bd74135c]{position:relative;flex-basis:0;flex-grow:1;width:100%;max-width:100%;padding-right:15px;padding-left:15px}.Faqs__category[data-v-bd74135c]{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;padding:1rem 1.5rem;line-height:1.5;border-radius:.25rem}.Faqs__category__title[data-v-bd74135c]{margin-bottom:.25rem;padding-top:.25rem;font-size:1.125rem;font-weight:500}.Faqs__category__subtitle[data-v-bd74135c]{padding-bottom:.25rem;font-size:.75rem;font-weight:400}.Faqs__dropdown.is--last[data-v-bd74135c]{margin-bottom:3rem}.Faqs__image[data-v-bd74135c]{margin-top:.5rem;margin-bottom:1rem;border:1px solid #d7dade;border-radius:.5rem;width:100%;max-width:20rem;box-shadow:0 .3rem .3rem #0000001a}.Faqs__icon-stack[data-v-bd74135c]{position:relative;display:inline-block;width:32px;height:32px;vertical-align:middle}.Faqs__icon-stack__back[data-v-bd74135c]{position:absolute;top:0;left:0;width:32px;height:32px;border-radius:50%;background:#f39f13;z-index:1}.Faqs__icon-stack__front[data-v-bd74135c]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.coins__icon[data-v-bd74135c]{display:inline-block;max-width:1rem}:where(.is--color-scheme-dark) .Faqs__body__subtitle[data-v-bd74135c]{color:#edeff1}:where(.is--color-scheme-dark) .Faqs__category[data-v-bd74135c]{border-color:#5e6165;background:#252729;color:#d7dade;transition:none}:where(.is--color-scheme-dark) .Faqs__category[data-v-bd74135c]:hover{border-color:#f39f13;background:transparent;color:#fff}:where(.is--color-scheme-dark) .Faqs__dropdown[data-v-bd74135c]{color:#a0a6ae}:where(.is--color-scheme-dark) .Faqs__dropdown__feedback[data-v-bd74135c] .Feedback__button.Button--outline{background:transparent}:where(.is--color-scheme-dark) .Faqs__dropdown__feedback[data-v-bd74135c] .Feedback__success{color:#d7dade}:where(.is--color-scheme-dark) .Faqs__dropdown[data-v-bd74135c] .Dropdown__header__icon{color:#edeff1}:where(.is--color-scheme-dark) .Faqs__dropdown[data-v-bd74135c] hr{border-top-color:#3a3c3f}.LearnMore[data-v-f6ae50ba]{margin:0 auto;padding-top:34px;padding-bottom:70px;color:#fff;text-align:center}@media(min-width:768px){.LearnMore[data-v-f6ae50ba]{padding-top:30px}}.LearnMore__logovip[data-v-f6ae50ba]{margin-bottom:33px;padding:0 20px}@media(min-width:768px){.LearnMore__logovip[data-v-f6ae50ba]{margin-bottom:27px}}.LearnMore__logo[data-v-f6ae50ba]{width:107px;height:35px;margin-right:5px}.LearnMore__logo path[data-v-f6ae50ba]{fill:#fff!important}@media(min-width:768px){.LearnMore__logo[data-v-f6ae50ba]{width:126px;height:42px}}.LearnMore__vip[data-v-f6ae50ba]{width:85px;height:35px}@media(min-width:768px){.LearnMore__vip[data-v-f6ae50ba]{width:101px;height:42px}}.LearnMore__title[data-v-f6ae50ba]{width:84%;max-width:440px;margin-bottom:31px;margin-left:auto;margin-right:auto;font-size:22px;letter-spacing:-.0125rem;line-height:1.35;font-weight:400}@media(min-width:768px){.LearnMore__title[data-v-f6ae50ba]{margin-bottom:26px}}.LearnMore__title>strong[data-v-f6ae50ba]{font-weight:700}.LearnMore__list[data-v-f6ae50ba]{max-width:280px;padding:0;margin:0 auto 32px;list-style:none;line-height:1.35;transform:translate(-16px)}@media(min-width:768px){.LearnMore__list[data-v-f6ae50ba]{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:336px;margin-bottom:14px;transform:translate(0)}}.LearnMore__list__item[data-v-f6ae50ba]{display:flex;align-items:center;margin-bottom:14px;font-size:16px;text-align:left;letter-spacing:-.0125rem}@media(min-width:768px){.LearnMore__list__item[data-v-f6ae50ba]{flex-direction:column;width:44.3%;text-align:center}.LearnMore__list__item--2[data-v-f6ae50ba]{order:1;order:3}.LearnMore__list__item--3[data-v-f6ae50ba]{order:2}.LearnMore__list__item--4[data-v-f6ae50ba]{order:4}}.LearnMore__list__item__icon[data-v-f6ae50ba]{flex-shrink:0;width:46px;height:46px;margin-right:.9375rem;padding:10px;background:#fff;border-radius:100px}@media(min-width:768px){.LearnMore__list__item__icon[data-v-f6ae50ba]{margin-right:0;margin-bottom:15px}}.LearnMore__list__item__icon--spotlight[data-v-f6ae50ba]{padding:8px}.LearnMore__list__item__icon--noads[data-v-f6ae50ba]{padding:0}.LearnMore__list__item strong[data-v-f6ae50ba]{font-weight:700}.LearnMore__cta[data-v-f6ae50ba]{display:block;width:100%;max-width:340px;margin:0 auto 8px;padding:14px 20px;border-radius:8px;font-size:18px;font-weight:600;background:#fff;text-decoration:none}@media(min-width:768px){.LearnMore__cta[data-v-f6ae50ba]{margin-bottom:24px}}.LearnMore__cta>span[data-v-f6ae50ba]{background:#931bf8;background:linear-gradient(270deg,#931bf8 0,#5f29fb 50%,#0038ff);background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent}.LearnMore__note[data-v-f6ae50ba]{color:#fff}.LearnMore__background[data-v-f6ae50ba]{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1}@media(min-width:768px){.LearnMore__background[data-v-f6ae50ba]{right:0;max-width:589px;margin:auto}}.LearnMore__logo path{fill:#fff}.Onboarding__header[data-v-e6f54848]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.Onboarding__header__title[data-v-e6f54848]{font-size:16px;color:#303437}.Onboarding__header__progress[data-v-e6f54848]{width:100%;height:10px}.Onboarding__header__back.is--hidden[data-v-e6f54848]{visibility:hidden}:where(.is--color-scheme-dark) .Onboarding__header__title[data-v-e6f54848]{color:#a0a6ae}:where(.is--color-scheme-dark) .Onboarding__header__progress[data-v-e6f54848]::-webkit-progress-bar{background-color:#303437}.Onboarding__footer[data-v-99610a75]{display:flex;justify-content:center;padding:12px 0}.Onboarding__footer__button__icon[data-v-99610a75]{position:absolute;right:17px;top:50%;transform:translateY(-50%)}.Onboarding[data-v-71713ade]{display:flex;flex-direction:column;min-height:100dvh}.Onboarding__main[data-v-71713ade]{flex:1;max-width:380px;width:100%;margin:0 auto;padding:14px 20px}@media(min-width:576px){.Onboarding__main[data-v-71713ade]{flex:0}}.PreviewProfile[data-v-c30dd738]{margin-bottom:1rem}.PreviewProfile__header[data-v-c30dd738]{display:flex;align-items:center;justify-content:space-between;margin:.25rem 0;padding:.5rem 0}.PreviewProfile__header__back[data-v-c30dd738]{padding:.25rem}.PreviewProfile__header__back>svg[data-v-c30dd738]{margin:0}.PreviewProfile__header__title[data-v-c30dd738]{margin:0;text-align:center;color:#303437;font-weight:600;font-size:1.25rem}.PreviewProfile__header__edit[data-v-c30dd738]{color:#3472f5;font-weight:700}.PreviewProfile__pics[data-v-c30dd738]{margin-bottom:1.5rem}.PreviewProfile__info[data-v-c30dd738] .ProfileInfo__title{margin-top:1.5rem}.PreviewProfile__info[data-v-c30dd738] .ProfileInfo__icebreaker{text-align:center;font-weight:600;font-size:1rem;color:#f39f13}:where(.is--color-scheme-dark) .PreviewProfile__header__title[data-v-c30dd738]{color:#fff}:where(.is--color-scheme-dark) .PreviewProfile__info[data-v-c30dd738] .ProfileInfo__icebreaker{color:#edeff1}.TokensWallet[data-v-57f26ed2]{display:flex;cursor:pointer}.TokensWallet--not-clickable[data-v-57f26ed2]{cursor:default}.TokensWallet--standard[data-v-57f26ed2]{position:relative;top:.25rem;flex-direction:column;align-items:center}.TokensWallet--standard-with-coins[data-v-57f26ed2]{padding-right:3rem}.TokensWallet--standard-empty[data-v-57f26ed2]{padding-right:.5rem}.TokensWallet--mini-coin-right[data-v-57f26ed2]{padding:.25rem .25rem .25rem .5rem;border-radius:10rem;line-height:1.5}.TokensWallet--mini-coin-right-empty[data-v-57f26ed2]{background:#3472f5}.TokensWallet--mini-coin-right-filled[data-v-57f26ed2]{background:#fff}.TokensWallet--burger-menu[data-v-57f26ed2]{align-items:center;font-weight:700;color:#292b2e}.TokensWallet--burger-menu-auto-topup[data-v-57f26ed2]{margin-right:auto}.TokensWallet--badge[data-v-57f26ed2]{align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 10px;border-radius:6px;background:#f0f0f0;border:1px solid #c4c4c4}.TokensWallet__coin[data-v-57f26ed2]{position:relative;z-index:1;width:1.5625rem}.TokensWallet__coin--spinning[data-v-57f26ed2]{animation-name:rotate-360;animation-duration:var(--animationDuration);animation-timing-function:ease-in;animation-iteration-count:3}.TokensWallet__coin--small[data-v-57f26ed2]{width:1rem!important}.TokensWallet__coin--medium[data-v-57f26ed2]{width:1.25rem!important}.TokensWallet__coin--big[data-v-57f26ed2]{width:1.5rem!important}.TokensWallet__coin--order-last[data-v-57f26ed2]{order:2}.TokensWallet__coin--burger-menu[data-v-57f26ed2]{margin-right:1rem}.TokensWallet__coin--burger-menu-auto-topup[data-v-57f26ed2]{margin-right:.5rem}.TokensWallet--badge .TokensWallet__coin[data-v-57f26ed2]{max-width:20px;margin-right:6px}.TokensWallet__label[data-v-57f26ed2]{font-weight:600;text-align:center;border-radius:.5rem}.TokensWallet__label--buy[data-v-57f26ed2]{transition:background-color .15s ease-in-out}.TokensWallet__label--white[data-v-57f26ed2]{color:#fff}.TokensWallet__label--info-bg[data-v-57f26ed2]{background:#3472f5}.TokensWallet__label--standard[data-v-57f26ed2]{margin-top:.25rem;padding:0 .25rem;font-size:.6875rem;line-height:1.375}.TokensWallet__label--small-coin[data-v-57f26ed2]{border-radius:1rem}.TokensWallet__label--mini[data-v-57f26ed2]{margin-left:-1rem;padding-right:.5rem;padding-left:1.5rem;font-size:.8125rem}.TokensWallet__label--mini-coin-right[data-v-57f26ed2]{order:1;margin-right:.5rem;margin-left:.25rem;font-size:1.125rem;line-height:1.25}.TokensWallet__label--burger-menu-auto-topup[data-v-57f26ed2]{font-size:.875rem;font-weight:700}.TokensWallet__label--burger-menu[data-v-57f26ed2]{margin-right:1rem;background:transparent!important}.TokensWallet__amount[data-v-57f26ed2]{font-size:.6875rem;font-weight:600;text-align:center;line-height:1.5;border-radius:.5rem}.TokensWallet__amount--mini[data-v-57f26ed2]{background:#f0f0f0;margin-left:-1rem;padding-right:.5rem;padding-left:1.5rem}.TokensWallet__amount--mini-coin-right[data-v-57f26ed2]{order:1;margin-right:.5rem;margin-left:.25rem;font-size:1.125rem;line-height:1.25}.TokensWallet__amount--burger-menu[data-v-57f26ed2]{margin-right:1rem;font-size:1.125rem;line-height:1}.TokensWallet__amount--burger-menu-auto-topup[data-v-57f26ed2]{font-size:.875rem;font-weight:700}.TokensWallet__amount--low-balance[data-v-57f26ed2]{color:#ea3a2b}.TokensWallet--badge .TokensWallet__amount[data-v-57f26ed2],.TokensWallet--badge .TokensWallet__label[data-v-57f26ed2]{font-size:1.125rem;font-weight:600;letter-spacing:-.0125rem;line-height:1;color:#292b2e;background:transparent}.TokensWallet:hover .TokensWallet__label--buy[data-v-57f26ed2]{background-color:#3472f5!important}.TokensWallet:hover .TokensWallet__label--burger-menu[data-v-57f26ed2]{background:none!important}:where(.is--color-scheme-dark) .TokensWallet--badge[data-v-57f26ed2]{background:#252729;border:1px solid #3a3c3f}:where(.is--color-scheme-dark) .TokensWallet--badge .TokensWallet__amount[data-v-57f26ed2],:where(.is--color-scheme-dark) .TokensWallet--badge .TokensWallet__label[data-v-57f26ed2]{color:#fff!important}.UnlockSlide[data-v-7ba9154c]{position:relative;display:flex;align-items:center;justify-content:space-between;width:90%;border-radius:6.25rem;background:#0003;box-shadow:inset 0 4px 11px #0000004d}.UnlockSlide--swiping[data-v-7ba9154c]:before{content:"";position:absolute;top:50%;left:50%;width:100vw;height:100vh;transform:translate3d(-50%,-50%,0)}.UnlockSlide__handler[data-v-7ba9154c]{position:relative;z-index:1;transform:translate3d(var(--handler-displacement),0,0);transition:transform .3s ease-out}.UnlockSlide__handler[data-v-7ba9154c]:after{content:"";position:absolute;inset:-10px}.UnlockSlide__handler--swiping[data-v-7ba9154c],.UnlockSlide__handler[data-v-7ba9154c]>*{pointer-events:none}.UnlockSlide__handler--swiping[data-v-7ba9154c]{transition:none}.UnlockSlide__chevron[data-v-7ba9154c]{margin-right:.25rem;opacity:.25}.RouletteImage[data-v-48a4cdd1]{position:relative;transform:rotate(270deg)}.RouletteImage__wrapper[data-v-48a4cdd1]{position:relative;overflow:hidden;border-radius:50%;box-shadow:0 0 1rem .25rem #5454547a;animation-name:none;transform-origin:center;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.3,.9,.5,1);animation-duration:var(--animationDuration);animation-play-state:paused;transform:rotate(var(--initialDegrees))}.RouletteImage__wrapper[data-v-48a4cdd1]:after{content:"";display:block;padding-bottom:100%}.RouletteImage__wrapper.is-spinning[data-v-48a4cdd1]{animation-name:spin-roulette-48a4cdd1;animation-play-state:running}.RouletteImage__prize[data-v-48a4cdd1]{position:absolute;inset:50% 0 0;display:flex;align-items:center;justify-content:flex-end;writing-mode:vertical-lr;width:calc(var(--prizeWidth));height:50%;margin:auto;padding-bottom:.75rem;transform:rotate(var(--prizeDegrees));transform-origin:50% 0;-webkit-clip-path:polygon(0 100%,50% 0,100% 100%);clip-path:polygon(0 100%,50% 0,100% 100%);background-color:#49bf2c;transition:filter .3s ease}.RouletteImage__prize--tone-1[data-v-48a4cdd1]{background-color:#ededff}.RouletteImage__prize--tone-2[data-v-48a4cdd1]{background-color:#fbefe3}.RouletteImage__prize--tone-3[data-v-48a4cdd1]{background-color:#f6c73b}.RouletteImage__prize--tone-4[data-v-48a4cdd1]{background-color:#3472f5}.RouletteImage__prize--tone-5[data-v-48a4cdd1]{background-color:#931bf8}.RouletteImage__prize--tone-6[data-v-48a4cdd1]{background-color:#f39f13}.RouletteImage__prize.is-loser[data-v-48a4cdd1]{filter:brightness(75%)}.RouletteImage__prize.is-winner[data-v-48a4cdd1]{filter:brightness(125%)}.RouletteImage__prize-text[data-v-48a4cdd1]{display:flex;font-size:.9375rem;font-weight:700;text-transform:uppercase}.RouletteImage__prize-text--dark[data-v-48a4cdd1]{color:#292b2e}.RouletteImage__prize-text--light[data-v-48a4cdd1]{color:#fff}.RouletteImage__prize-coin[data-v-48a4cdd1]{width:1.4375rem;height:1.4375rem;margin-top:.25rem;line-height:0}.RouletteImage__prize-coin[data-v-48a4cdd1] svg{height:auto!important}.RouletteImage__turret[data-v-48a4cdd1]{position:absolute;top:50%;left:50%;display:flex;justify-content:center;align-items:center;width:18%;height:18%;padding:.75rem;border-radius:50%;background:#fff;box-shadow:0 0 .5rem #0000001f;transform:translate(-50%,-50%) rotate(90deg);color:#f39f13}.RouletteImage__turret-icon[data-v-48a4cdd1]{width:100%;margin-left:-.25rem}.RouletteImage__pointer[data-v-48a4cdd1]{position:absolute;top:100%;right:50%;width:13%;margin-top:-1rem;transform:translate(50%,-50%) rotate(90deg);filter:drop-shadow(2px 8px 4px rgba(41,43,46,.3))}.is-stopped-spinning .is-winner[data-v-48a4cdd1]{animation-name:pointer-color-change-48a4cdd1;animation-delay:.5s;animation-duration:.15s;animation-iteration-count:infinite;animation-direction:alternate}@keyframes spin-roulette-48a4cdd1{0%{transform:rotate(var(--initialDegrees))}to{transform:rotate(var(--degrees))}}@keyframes pointer-color-change-48a4cdd1{0%{background:#182a85}}.Prizes[data-v-b89c9686]{max-width:370px;margin:0 auto;padding-top:1rem;padding-bottom:3rem;text-align:center;touch-action:pan-y}.Prizes__loader[data-v-b89c9686]{margin:3rem auto 0}.Prizes__logo[data-v-b89c9686]{opacity:0;width:76%;margin-bottom:1.5rem;animation-delay:.6s}.Prizes__balance[data-v-b89c9686]{opacity:0;display:flex;margin-bottom:1.5rem;justify-content:center;align-items:center;animation-delay:.8s}.Prizes__balance__title[data-v-b89c9686]{font-size:1.125rem;font-weight:600;color:#fff}.Prizes__balance__wallet[data-v-b89c9686]{margin-left:.5rem}.Prizes__roulette[data-v-b89c9686]{opacity:0;margin:.5rem auto 1.5rem;padding:0 .5rem;animation-delay:1.1s}.Prizes__unlock[data-v-b89c9686]{opacity:0;margin:0 auto 1.5rem;animation-delay:1.4s}.Prizes__unlock__handler[data-v-b89c9686]{display:inline-block;padding:.5rem 1rem;border-radius:3.125rem;font-weight:600;line-height:1.5;text-align:center;color:#fff;font-size:.9375rem}.Prizes__unlock__handler--free[data-v-b89c9686]{background:#49bf2c}.Prizes__unlock__handler--paid[data-v-b89c9686]{background:#f39f13}.Prizes__unlock__handler__cta[data-v-b89c9686]{display:flex;align-items:center}.Prizes__unlock__handler__cta--hidden[data-v-b89c9686]{opacity:0}.Prizes__unlock__handler__cta--uppercase[data-v-b89c9686]{text-transform:uppercase}.Prizes__unlock__handler__coins[data-v-b89c9686]{width:1rem;margin-left:.25rem;line-height:0}.Prizes__message[data-v-b89c9686]{opacity:0;display:block;font-size:.9375rem;color:#fff;animation-delay:1.7s}.Prizes__ad[data-v-b89c9686]{margin-top:1.5rem}.animation-properties[data-v-b89c9686]{animation-duration:.6s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.59,.17,.24,1.53)}.StepContent[data-v-be37f0a2]{display:flex;flex-direction:column;text-align:center;align-items:center}.StepContent__title[data-v-be37f0a2]{margin-bottom:20px;font-size:2rem!important;font-weight:600;line-height:1.25;letter-spacing:-.0125rem}.StepContent__subtitle[data-v-be37f0a2]{margin:0 0 16px;font-size:1rem;font-weight:600;letter-spacing:-.0125rem}.StepContent .StepButtonContainer[data-v-be37f0a2]{margin-left:50%;transform:translate(-50%)}@media(min-width:768px){.StepContent[data-v-be37f0a2]{max-width:100%!important;flex:1;padding:3rem}.StepContent__info[data-v-be37f0a2]{display:flex;flex-direction:column;gap:3rem;width:100%;margin:auto}.StepContent__title[data-v-be37f0a2]{padding:0 1rem;font-size:3rem!important;line-height:1}.StepContent__subtitle[data-v-be37f0a2],.StepContent__title[data-v-be37f0a2]{margin-bottom:0;text-shadow:0 0 5px rgba(0,0,0,.7)}.StepContent__subtitle[data-v-be37f0a2]{font-size:2rem!important;font-weight:600!important}}.StepContainer[data-v-be37f0a2]{justify-content:flex-end}.StepContainer .Logo[data-v-be37f0a2]{top:0;max-width:214px!important}@media(min-width:768px){.StepContainer .Logo[data-v-be37f0a2]{top:3rem;max-width:268px!important}.StepContainer[data-v-be37f0a2]{background:none;justify-content:center}}.Register{display:flex;flex-direction:column;min-height:100dvh;background:#252729}.Removal[data-v-56398255]{width:100%;padding:1rem;background:#fef7ec}.Removal__card[data-v-56398255]{max-width:630px;margin:0 auto;padding:1rem;border-radius:.5rem;background:#fff;box-shadow:0 .5rem 1rem #ff4c0026!important}.Removal__title[data-v-56398255]{margin-bottom:1rem;font-size:1.421875rem;font-weight:600}.Removal__list[data-v-56398255]{margin-bottom:2rem}.Removal__field[data-v-56398255]{display:block;margin-bottom:.5rem;text-align:left}.Removal__field--spaced[data-v-56398255]{margin-bottom:1rem}.Removal__feedback[data-v-56398255],.Removal__info[data-v-56398255]{display:block;padding:.25rem 0;color:#8c8f91}.Removal__feedback--error[data-v-56398255],.Removal__info--error[data-v-56398255]{color:#ea3a2b}.Removal__label[data-v-56398255]{display:block;margin:0;padding:.2rem 0;font-size:.9375rem}.Removal__input[data-v-56398255],.Removal__textarea[data-v-56398255]{display:block;width:100%;height:calc(1.5em + 1rem + 2px);padding:.5rem .5625rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#303437;background-color:#f0f0f0;background-clip:padding-box;border:1px solid #edeff1;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.Removal__input.is--filled[data-v-56398255],.Removal__input[data-v-56398255]:focus,.Removal__textarea.is--filled[data-v-56398255],.Removal__textarea[data-v-56398255]:focus{outline:0;border:none;box-shadow:0 0 8px #0000001f;background-color:#fff}.Removal__input.is--invalid[data-v-56398255],.Removal__input.is--valid[data-v-56398255],.Removal__textarea.is--invalid[data-v-56398255],.Removal__textarea.is--valid[data-v-56398255]{padding-right:calc(1.5em + 1rem)!important;background-repeat:no-repeat;background-position:right calc(.375em + .25rem) center;background-size:calc(.75em + .5rem) calc(.75em + .5rem);border-width:.0625rem;border-style:solid;box-shadow:none}.Removal__input.is--invalid[data-v-56398255],.Removal__textarea.is--invalid[data-v-56398255]{border-color:#ea3a2b;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc0000' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc0000' stroke='none'/%3E%3C/svg%3E")}.Removal__input.is--valid[data-v-56398255],.Removal__textarea.is--valid[data-v-56398255]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%234caf50' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");border-color:#49bf2c}.Removal__textarea[data-v-56398255]{height:auto}.Removal__note[data-v-56398255]{display:block;margin-bottom:1rem}.Removal__acknowledgement[data-v-56398255]{margin:0;font-size:13px;line-height:1.5;color:#5b5f63}.Removal__submit[data-v-56398255]{position:relative;display:block;outline:0;width:100%;margin:20px auto 44px;padding:.5rem .5625rem;border:0;border-radius:6px;font-size:.9375rem;font-weight:600;background:#f39f13;color:#fff;transition:all .2s ease-in-out}.Removal__submit[data-v-56398255]:hover{background-color:#d88700;border-color:#d88700}.Removal__footer[data-v-56398255]{margin-bottom:40px;text-align:center;color:#b5babf;font-size:.625rem}.is--hidden[data-v-56398255]{opacity:0}:where(.is--color-scheme-dark) .Removal[data-v-56398255]{background:#1c1c1e;color:#a0a6ae}:where(.is--color-scheme-dark) .Removal__card[data-v-56398255]{background:transparent;box-shadow:none!important}:where(.is--color-scheme-dark) .Removal__title[data-v-56398255]{color:#edeff1}:where(.is--color-scheme-dark) .Removal__info[data-v-56398255],:where(.is--color-scheme-dark) .Removal__label[data-v-56398255],:where(.is--color-scheme-dark) .Removal__note[data-v-56398255]{color:#5e6165!important}:where(.is--color-scheme-dark) .Removal__input[data-v-56398255],:where(.is--color-scheme-dark) .Removal__textarea[data-v-56398255]{background:#3f4143;color:#a0a6ae;border-color:#5e6165}:where(.is--color-scheme-dark) .Removal__input[data-v-56398255]::-moz-placeholder,:where(.is--color-scheme-dark) .Removal__textarea[data-v-56398255]::-moz-placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .Removal__input[data-v-56398255]::placeholder,:where(.is--color-scheme-dark) .Removal__textarea[data-v-56398255]::placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .Removal__input[data-v-56398255]:focus,:where(.is--color-scheme-dark) .Removal__textarea[data-v-56398255]:focus{border:1px solid #a0a6ae!important;color:#edeff1;background-color:#3f4143}:where(.is--color-scheme-dark) .Removal__input.is--filled[data-v-56398255],:where(.is--color-scheme-dark) .Removal__input.is--invalid[data-v-56398255],:where(.is--color-scheme-dark) .Removal__input.is--valid[data-v-56398255],:where(.is--color-scheme-dark) .Removal__textarea.is--filled[data-v-56398255],:where(.is--color-scheme-dark) .Removal__textarea.is--invalid[data-v-56398255],:where(.is--color-scheme-dark) .Removal__textarea.is--valid[data-v-56398255]{border:1px solid #5e6165;background-color:#3f4143}:where(.is--color-scheme-dark) .Removal__input.is--invalid~.Removal__feedback[data-v-56398255],:where(.is--color-scheme-dark) .Removal__input.is--invalid~.Removal__info[data-v-56398255],:where(.is--color-scheme-dark) .Removal__textarea.is--invalid~.Removal__feedback[data-v-56398255],:where(.is--color-scheme-dark) .Removal__textarea.is--invalid~.Removal__info[data-v-56398255]{color:#ea3a2b!important}:where(.is--color-scheme-dark) .Removal__checkbox[data-v-56398255] .Checkbox__input:not(:checked){border-color:#5e6165}:where(.is--color-scheme-dark) .Removal__acknowledgement[data-v-56398255],:where(.is--color-scheme-dark) .Removal__label--acknowledgement[data-v-56398255]{color:#a0a6ae!important}:where(.is--color-scheme-dark) .Removal__footer[data-v-56398255]{color:#5e6165}img[data-v-1a8f5b1f]{-o-object-fit:contain;object-fit:contain}.CoinsOfferImage__1-coin-icon[data-v-1a8f5b1f]{height:1rem}.CoinsOfferImage__3-coin-icon[data-v-1a8f5b1f]{height:1.5625rem}.CoinsOfferImage__1-bars-icon[data-v-1a8f5b1f],.CoinsOfferImage__2-coin-icon[data-v-1a8f5b1f]{height:1.75rem}.CoinsOfferImage__3-bars-icon[data-v-1a8f5b1f],.CoinsOfferImage__5-bars-icon[data-v-1a8f5b1f]{height:2rem}.CoinsOfferImage__1-token-icon[data-v-1a8f5b1f]{height:calc(100% - 50px)!important}.CoinsOfferImage__2-token-icon[data-v-1a8f5b1f]{height:calc(100% - 40px)!important}.CoinsOfferImage__3-token-icon[data-v-1a8f5b1f]{height:calc(100% - 31px)!important}.CoinsOffer[data-v-c953130d]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:5.625rem;border-width:1.5px;border-style:hidden;border-radius:10px;background-color:#f0f0f0}.CoinsOffer--border-black[data-v-c953130d]{border-color:#292b2e;border-style:solid}.CoinsOffer--border-blue[data-v-c953130d]{border-color:#0038ff;border-style:solid}.CoinsOffer--border-purple[data-v-c953130d]{border-color:#931bf8;border-style:solid}.CoinsOffer--border-orange[data-v-c953130d]{border-color:#f39f13;border-style:solid}.CoinsOffer--border-grey[data-v-c953130d]{border-color:#8c8f91;border-style:solid}.CoinsOffer--border-pink[data-v-c953130d]{border-color:#ff2257;border-style:solid}.CoinsOffer--border-gradient-orange-purple[data-v-c953130d]{border-color:#931bf8;border-style:solid}.CoinsOffer.is--highlighted[data-v-c953130d]{border:2px solid #f39f13!important}.CoinsOffer.is--abandoned-cart[data-v-c953130d]{border:1px solid #d7dade;background:linear-gradient(103.41deg,#ff5c00 24.81%,#ff2e00 79.39%)}.CoinsOffer.is--new-appearance[data-v-c953130d]{justify-content:flex-start;min-height:92px;padding:8px 19px 8px 8px;border:1px solid #d7dade;background:#fff}.CoinsOffer__timer[data-v-c953130d]{min-width:88px;padding-left:12px;border-bottom-right-radius:8px;background-color:#fff;color:#f39f13;text-align:left;font-size:.8125rem;font-weight:600;letter-spacing:-.0375rem}.CoinsOffer__label[data-v-c953130d],.CoinsOffer__timer[data-v-c953130d]{position:absolute;top:0;left:0;border-top-left-radius:8px}.CoinsOffer__label[data-v-c953130d]{display:flex;align-items:center;min-width:6.575rem;padding:3px .5rem;border-bottom-right-radius:10px;font-size:.75rem;color:#fff}.CoinsOffer__label--tone-black[data-v-c953130d]{background:#292b2e}.CoinsOffer__label--tone-blue[data-v-c953130d]{background:#0038ff}.CoinsOffer__label--tone-purple[data-v-c953130d]{background:#931bf8}.CoinsOffer__label--tone-orange[data-v-c953130d]{background:#f39f13}.CoinsOffer__label--tone-grey[data-v-c953130d]{background:#8c8f91}.CoinsOffer__label--tone-pink[data-v-c953130d]{background:#ff2257}.CoinsOffer__label--tone-gradient-orange-purple[data-v-c953130d]{background:linear-gradient(341.03deg,#931bf8 -6.75%,#f39f13 85.06%)}.CoinsOffer__label__icon[data-v-c953130d]{margin-right:5px}.CoinsOffer__image[data-v-c953130d]{max-width:6.575rem;width:22%;margin:0;padding-left:.5rem}.CoinsOffer.is--labeled .CoinsOffer__image[data-v-c953130d]{margin-bottom:-14px}.CoinsOffer__deal[data-v-c953130d]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 5%;font-size:26px;color:#292b2e}@media(min-width:576px){.CoinsOffer__deal[data-v-c953130d]{font-size:1.875rem}}.CoinsOffer__deal__coins[data-v-c953130d]{display:flex;align-items:center;justify-content:center;font-weight:600}.CoinsOffer__deal__coins__icon[data-v-c953130d]{margin-left:.25rem}.CoinsOffer__deal__text[data-v-c953130d]{font-weight:700;font-size:.75rem}.CoinsOffer__deal__text__bonus[data-v-c953130d]{display:none}@media(min-width:340px){.CoinsOffer__deal__text__bonus[data-v-c953130d]{display:inline}}.CoinsOffer__price[data-v-c953130d]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start;width:25%;max-width:6rem;padding-right:.5rem;color:#292b2e}.CoinsOffer__price__real[data-v-c953130d]{font-size:.75rem;text-decoration:line-through}.CoinsOffer__price__display[data-v-c953130d]{margin-bottom:3px;font-weight:600;font-size:1rem}@media(min-width:576px){.CoinsOffer__price__display[data-v-c953130d]{font-size:18px}}.CoinsOffer__price__percentage[data-v-c953130d]{max-width:5rem;width:100%;color:#f39f13;border:1px solid #f39f13;border-radius:10px;padding:.1rem 6px;font-weight:700;font-size:.5rem}.CoinsOffer.is--abandoned-cart .CoinsOffer__deal[data-v-c953130d],.CoinsOffer.is--abandoned-cart .CoinsOffer__price[data-v-c953130d],.CoinsOffer.is--abandoned-cart .CoinsOffer__price__percentage[data-v-c953130d]{color:#fff}@media(min-width:375px){.CoinsOffer.is--abandoned-cart .CoinsOffer__price[data-v-c953130d]{width:inherit}}.CoinsOffer.is--abandoned-cart .CoinsOffer__price__percentage[data-v-c953130d]{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;border-color:#fff}.CoinsOffer.is--abandoned-cart .CoinsOffer__image[data-v-c953130d]{margin-top:1rem}@media(min-width:375px){.CoinsOffer.is--abandoned-cart .CoinsOffer__image[data-v-c953130d]{width:160px}}.CoinsOffer.is--abandoned-cart .CoinsOffer__deal[data-v-c953130d]{margin-left:1%;margin-right:1%}.CoinsOffer.is--abandoned-cart .CoinsOffer__deal__image[data-v-c953130d]{max-width:85%;margin-top:-16px}@media(min-width:375px){.CoinsOffer.is--abandoned-cart .CoinsOffer__deal__image[data-v-c953130d]{max-width:140px}}.CoinsOffer.is--abandoned-cart .CoinsOffer__deal__special[data-v-c953130d]{margin-top:-16px;font-size:11px;line-height:1.1;font-weight:500}.CoinsOffer.is--abandoned-cart .CoinsOffer__deal__special>strong[data-v-c953130d]{font-weight:600}@media(min-width:576px){.CoinsOffer.is--abandoned-cart .CoinsOffer__deal__special[data-v-c953130d]{font-size:13px;font-weight:400}.CoinsOffer.is--abandoned-cart .CoinsOffer__deal__special>strong[data-v-c953130d]{font-weight:700}}.CoinsOffer.is--new-appearance .CoinsOffer__label[data-v-c953130d]{min-width:5.5rem;justify-content:center;margin-bottom:0;font-size:.8125rem;font-weight:500;letter-spacing:-.0125rem}.CoinsOffer.is--new-appearance .CoinsOffer__image[data-v-c953130d]{width:100%;height:100%;max-width:60px;margin:0 29px 0 0;padding-left:0}@media screen and (min-width:361px){.CoinsOffer.is--new-appearance .CoinsOffer__image[data-v-c953130d]{max-width:80px}}.CoinsOffer.is--new-appearance .CoinsOffer__deal[data-v-c953130d]{align-items:flex-start;margin:0;font-size:1.375rem}@media screen and (min-width:361px){.CoinsOffer.is--new-appearance .CoinsOffer__deal[data-v-c953130d]{font-size:28px}}.CoinsOffer.is--new-appearance .CoinsOffer__deal__coins__icon[data-v-c953130d]{max-width:16px;margin-left:3px!important}@media screen and (min-width:361px){.CoinsOffer.is--new-appearance .CoinsOffer__deal__coins__icon[data-v-c953130d]{font-size:19px}}.CoinsOffer.is--new-appearance .CoinsOffer__deal__text[data-v-c953130d]{overflow:clip;display:flex;align-items:center;padding-right:6px;border-radius:50px;font-size:.6875rem;letter-spacing:-.0063rem;font-weight:500!important;color:#931bf8;background:#ededff}.CoinsOffer.is--new-appearance .CoinsOffer__deal__text__amount[data-v-c953130d]{position:relative;z-index:1;margin-right:3px;padding:0 6px;font-weight:600;color:#fff}.CoinsOffer.is--new-appearance .CoinsOffer__deal__text__amount[data-v-c953130d]:before{content:"";position:absolute;left:-1px;z-index:-1;width:100%;height:100%;background:linear-gradient(272.54deg,#931bf8 -28.09%,#5f29fb 45.77%,#0038ff 117.2%);transform:skew(-20deg)}.CoinsOffer.is--new-appearance .CoinsOffer__deal__text__coin[data-v-c953130d]{width:8px;height:auto}.CoinsOffer.is--new-appearance .CoinsOffer__price[data-v-c953130d]{align-items:flex-end;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto;padding-right:0}.CoinsOffer.is--new-appearance .CoinsOffer__price__display[data-v-c953130d]{margin-bottom:2px;font-weight:500;font-size:1rem;letter-spacing:-.0125rem}.CoinsOffer.is--new-appearance .CoinsOffer__price__display[data-v-c953130d]:only-child{margin-bottom:0}@media screen and (min-width:361px){.CoinsOffer.is--new-appearance .CoinsOffer__price__display[data-v-c953130d]{font-size:20px}}.CoinsOffer.is--new-appearance .CoinsOffer__price__percentage[data-v-c953130d]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;min-width:0;padding:0 4px;font-size:.6875rem;font-weight:600;letter-spacing:-.0063rem}.CoinsOffer.is--new-appearance.is--abandoned-cart .CoinsOffer[data-v-c953130d]{padding-right:19px}.CoinsOffer.is--new-appearance.is--abandoned-cart .CoinsOffer__price[data-v-c953130d]{align-items:flex-end}.CoinsOffer.is--new-appearance.is--labeled .CoinsOffer__image[data-v-c953130d]{height:calc(100% - 16px);margin-bottom:-24px}:where(.is--color-scheme-dark) .CoinsOffer.is--new-appearance[data-v-c953130d]{background:#252729;border:1px solid #3a3c3f}:where(.is--color-scheme-dark) .CoinsOffer.is--highlighted[data-v-c953130d]{background:#1c1c1e}:where(.is--color-scheme-dark) .CoinsOffer__deal[data-v-c953130d],:where(.is--color-scheme-dark) .CoinsOffer__price[data-v-c953130d]{color:#edeff1}.Offers[data-v-50724aed]{flex:0 0 100%;flex-wrap:nowrap;justify-content:flex-start;top:-1rem;margin:.5rem 0}.Offers[data-v-50724aed],.Offers__list[data-v-50724aed]{display:flex;flex-direction:column;align-items:center;width:100%;padding:0}.Offers__list[data-v-50724aed]{flex-wrap:wrap;justify-content:center;max-width:500px;margin-bottom:0;text-align:center}@media(min-width:576px){.Offers__list[data-v-50724aed]{max-width:500px}}.Offers__list__item[data-v-50724aed]{display:flex;width:100%;margin:5px 0}.Offers__list__item[data-v-50724aed]:last-child{margin-bottom:0}.Offers__sticky[data-v-50724aed]{position:-webkit-sticky;position:sticky;bottom:-1.5rem;width:100vw;z-index:50;padding:14px 15px;margin:0 -23px;background:#fff}@media(min-width:576px){.Offers__sticky[data-v-50724aed]{width:500px}}.Offers__sticky.is--over[data-v-50724aed]:before{opacity:1}.Offers__sticky[data-v-50724aed]:before{content:"";pointer-events:none;opacity:0;transition:opacity .3s ease;position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;transform:translate(-50vw);box-shadow:0 -6px 8px #0000001a}.Offers__cta[data-v-50724aed]{display:flex;justify-content:center;width:100%;max-width:350px;margin:auto;padding:13px 9px;border:0;border-radius:8px;background-color:#f39f13;font-weight:600;font-size:1.125rem;letter-spacing:-.0063rem;color:#fff;transition:all .15s ease-in-out}.Offers__cta[data-v-50724aed]:hover{background-color:#d88700}.Offers__cta__icon[data-v-50724aed]{flex-shrink:1;width:111px;height:15px}.Offers__cta__paypal[data-v-50724aed]{display:flex;align-items:center;margin-left:8px}.Offers__cta__paypal[data-v-50724aed]:before{content:"";display:block;flex-shrink:0;width:1px;height:1.25rem;margin-left:7px;margin-right:14px;background-color:#f9cf89}.Offers__vip[data-v-50724aed]{display:flex;max-width:500px;margin-bottom:20px}.Offers__vip__checkbox[data-v-50724aed]{margin-right:12px}.Offers__vip__text[data-v-50724aed]{margin-bottom:0;font-size:.875rem;line-height:1.25;letter-spacing:-.0125rem;color:#a0a6ae;text-align:left;transition:color .3s ease}.Offers__vip.is--active .Offers__vip__text[data-v-50724aed]{color:#303437}:where(.is--color-scheme-dark) .Offers__vip.is--active>.Offers__vip__text[data-v-50724aed]{color:#d7dade}:where(.is--color-scheme-dark) .Offers__sticky[data-v-50724aed]{background:transparent}.Tokens[data-v-226bd25f]{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:center;margin-top:1.25rem;padding:0 .9375rem;max-width:530px;margin-left:auto;margin-right:auto}@media screen and (min-width:380px){.Tokens[data-v-226bd25f]{align-items:center}}.Tokens__header[data-v-226bd25f]{position:relative;width:100%}.Tokens__wallet[data-v-226bd25f]{position:absolute;top:10px;left:0}.Tokens__title[data-v-226bd25f]{width:100%;margin-top:-4px;margin-bottom:12px;font-size:1.5rem;font-weight:700;letter-spacing:-.0125rem;color:#292b2e}@media(min-width:768px){.Tokens__title[data-v-226bd25f]{margin-top:5px;margin-bottom:12px}}.Tokens__offers[data-v-226bd25f] .Offers__sticky{bottom:0;transition:background-color .2s ease}:where(.is--color-scheme-dark) .Tokens__title[data-v-226bd25f]{color:#edeff1}:where(.is--color-scheme-dark) .Tokens__offers[data-v-226bd25f] .Offers__sticky:before{content:"";opacity:0;position:absolute;top:0;left:100%;z-index:-1;width:200vw;height:100%;background:#252729;box-shadow:0 -6px 25px #0006;transform:translate(-50%);transition:opacity .2s ease}:where(.is--color-scheme-dark) .Tokens__offers[data-v-226bd25f] .Offers__sticky.is--over:before{opacity:1}.Unsubscribe[data-v-d9b6f048]{margin-bottom:1rem;padding-top:2rem;padding-bottom:2rem;text-align:center}.Unsubscribe__icon[data-v-d9b6f048]{aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border-radius:6rem;background:#49bf2c}.Unsubscribe__title[data-v-d9b6f048]{margin-bottom:1rem;font-size:1.5rem;font-weight:600;color:#303437}.Unsubscribe__subtitle[data-v-d9b6f048]{margin-bottom:1.5rem;font-size:.9375rem}.Unsubscribe__cta[data-v-d9b6f048]{margin:.5rem auto}.AppModal .AbandonedCart__content{display:flex;align-items:center;justify-content:center;background:#f39f13!important;width:100%!important;height:100dvh!important;max-height:100%!important;border-radius:0!important}@media(min-width:768px){.AppModal .AbandonedCart__content{height:90dvh!important;max-width:800px!important;border-radius:26px!important}}.AppModal .AbandonedCart__body{margin:0!important}.Modal--abandoned-cart{padding:12px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.Modal--abandoned-cart .Modal__image--offer{width:75%;margin:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;padding:0 1rem}@media(min-width:576px){.Modal--abandoned-cart .Modal__image--offer{max-height:80dvh}}@media(min-width:768px){.Modal--abandoned-cart .Modal__image--offer{max-height:70dvh;width:80%}}.Modal--abandoned-cart .Modal__footer{width:100%;padding:0 20px;display:flex;flex-direction:column;align-items:center;margin-top:.5rem}.Modal--abandoned-cart .Modal__offer{margin-bottom:1.75rem;font-size:1.25rem;letter-spacing:-.0125rem}@media(min-width:768px){.Modal--abandoned-cart .Modal__offer{margin-top:-1rem}}.Modal--abandoned-cart .Modal__offer>strong{font-size:1.75rem;font-weight:700}.Modal--abandoned-cart .Modal__cta,.Modal--abandoned-cart .Modal__optout{outline:0;max-width:362px;padding:12px;border:0;background:transparent}.Modal--abandoned-cart .Modal__cta{width:100%;margin-bottom:.1875rem;font-size:1.125rem;letter-spacing:.02rem;font-weight:700;text-transform:uppercase;color:#f39f13;background:#fff;border-radius:.375rem;transition:transform .3s cubic-bezier(0,.99,.58,1.19)}.Modal--abandoned-cart .Modal__cta:hover{transform:scale(1.1)}.Modal--abandoned-cart .Modal__optout{font-size:.875rem;letter-spacing:-.0125rem;color:#fff}.Modal--abandoned-cart .Modal__description{font-size:clamp(1rem,5vw,1.875rem);color:#fff;text-align:center;letter-spacing:-.0125rem;margin-bottom:.875rem}.Modal--abandoned-cart .Modal__description>strong{font-size:clamp(1.125rem,5vw,2.375rem);font-weight:700}.AppModal .AutoTopUp__content{position:relative;overflow:clip;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%!important;padding:3rem 1.5rem!important;text-align:center}@media(min-width:768px){.AppModal .AutoTopUp__content{align-content:center;max-width:336px!important;width:100%;height:310px}}.AppModal .AutoTopUp__body{width:100%;margin:0}.Modal--auto-topup .Modal__title{margin-bottom:12px;font-size:1.375rem;letter-spacing:-.0125rem;font-weight:700;line-height:1.4;color:#292b2e}.Modal--auto-topup .Modal__subtitle{max-width:320px;margin-bottom:18px;font-size:.875rem;font-weight:500;line-height:1.4;color:#303437}.Modal--auto-topup .Modal__cta{margin-bottom:.75rem}:where(.is--color-scheme-dark) .Modal--auto-topup .Modal__title{color:#edeff1}:where(.is--color-scheme-dark) .Modal--auto-topup .Modal__subtitle{color:#a0a6ae}.AppModal.ConfirmedEmailSuccess .AppModal__content{text-align:center;box-shadow:0 4px 17px #0000001f}@media(min-width:768px){.AppModal.ConfirmedEmailSuccess .AppModal__content{display:flex;align-items:center;max-width:445px;max-height:500px;height:100%;padding-top:0;padding-bottom:0}}.AppModal.ConfirmedEmailSuccess .AppModal__body{margin-top:1rem}.ConfirmedEmailSuccess .Modal__icon{max-width:55px;margin-bottom:1.25rem}.ConfirmedEmailSuccess .Modal__title{padding:0 1.25rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;letter-spacing:-.0063rem;color:#292b2e;text-align:center}.ConfirmedEmailSuccess .Modal__paragraph{max-width:90%;margin-left:auto;margin-right:auto;margin-bottom:1.25rem;color:#292b2e;font-size:1.125rem;line-height:1.5;letter-spacing:-.0125rem}@media(min-width:768px){.ConfirmedEmailSuccess .Modal__paragraph{max-width:80%}}.ConfirmedEmailSuccess .Modal__paragraph>a{font-weight:600}:where(.is--color-scheme-dark) .ConfirmedEmailSuccess .Modal__title{color:#edeff1}:where(.is--color-scheme-dark) .ConfirmedEmailSuccess .Modal__paragraph{color:#a0a6ae}.Error__content,.Success__content{min-height:auto;text-align:center}.Loader{inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#292b2e;background:#ffffffe6}.Loader--absolute{position:absolute}.Loader--fixed{height:100vh;position:fixed;opacity:1}.Loader--relative{position:relative;opacity:1}.Loader--layered{z-index:10}.Loader__title{margin-top:1.5rem;font-weight:700}.Loader__message{font-size:.9375rem}.Loader__message--with-title{margin-top:.25rem;color:#8c8f91}.Loader__message--solo{margin-top:3rem}.ModalCrmClaim--success .ModalCrmClaim__icon{max-width:55px;margin-top:30px}@media(min-width:768px){.ModalCrmClaim--success .ModalCrmClaim__icon{margin-top:0}}.ModalCrmClaim--success .ModalCrmClaim__title{margin-bottom:13px}.ModalCrmClaim--expired .ModalCrmClaim__icon{filter:grayscale(100%);opacity:.9}.ModalCrmClaim__loader .Loader__message{margin-top:20px!important;color:#ea3a2b;font-weight:600}.ModalCrmClaim__wrap{position:relative}.ModalCrmClaim__icon{margin-bottom:20px}.ModalCrmClaim__expired{position:absolute;inset:0;max-width:125px;margin:auto;translate:6px 2px}.ModalCrmClaim__description{margin-bottom:20px;font-size:18px;letter-spacing:-.0125rem;line-height:1.5;text-wrap:pretty}.ModalCrmClaim__description b{font-weight:600;color:#f39f13}#CrmOffer .CrmOffer__content{overflow:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;color:#fff;text-align:center;background:linear-gradient(103.41deg,#f39f13 24.81%,#ff2e00 79.39%);padding:0;margin-top:0}@media(min-width:768px){#CrmOffer .CrmOffer__content{max-width:800px;max-height:720px;border-radius:20px}}#CrmOffer .CrmOffer__body{width:100%;height:100%;margin-top:0;margin-bottom:0}#CrmOffer .Modal__timer{margin-top:32px}#CrmOffer .Modal__content__image--offer{width:100%;margin:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;opacity:0;transform:scale(.95);transition:opacity .5s ease,transform .5s ease}@media(min-width:576px){#CrmOffer .Modal__content__image--offer{max-height:80vh}}@media(min-width:768px){#CrmOffer .Modal__content__image--offer{max-height:70%}}#CrmOffer .Modal__content__image--offer.loaded{opacity:1;transform:scale(1)}#CrmOffer .Modal__content__image--expired{position:absolute;top:50%;left:50%;width:100%;max-width:332px;translate:-50% -50%;z-index:100}#CrmOffer .Modal__content__cta{width:100%;margin-top:auto;margin-bottom:30px;padding:0 20px;display:flex;flex-direction:column;align-items:center}#CrmOffer .Modal__offer{margin-bottom:1.75rem;font-size:1.25rem;letter-spacing:-.0125rem}@media(min-width:768px){#CrmOffer .Modal__offer{margin-top:-1rem}}#CrmOffer .Modal__offer>strong{font-size:1.75rem;font-weight:700}#CrmOffer .Modal__cta,#CrmOffer .Modal__optout{outline:0;width:100%;max-width:362px;padding:12px;border:0}#CrmOffer .Modal__cta{margin-bottom:.1875rem;letter-spacing:.02rem;font-weight:700;text-transform:uppercase;transition:transform .3s cubic-bezier(0,.99,.58,1.19)}#CrmOffer .Modal__cta:hover{transform:scale(1.1)}#CrmOffer .Modal__optout{font-size:.875rem;letter-spacing:-.0125rem}.theme--light .Modal__optout,.theme--light .Timer__separator{color:#f39f13!important}.theme--dark .Modal__optout,.theme--dark .Timer__separator{color:#fff!important}#DeactivateAccountConfirm{font-size:1rem}#DeactivateAccountConfirm .AppModal__subtitle{font-weight:600}.ModalDeactivateAccountConfirm__icon{max-width:55px;margin-bottom:1.25rem;font-size:4rem;fill:#ea3a2b}.ModalDeactivateAccountConfirm__loader{scale:2;margin:2rem auto}.ModalDeactivateAccountConfirm__error{color:#ea3a2b;font-size:1rem;margin-top:1rem}.GiftsCustomize[data-v-a680303d]{display:flex;flex-direction:column;align-items:center;width:100%}.GiftsCustomize__title[data-v-a680303d]{max-width:75%;margin-top:14px;margin-bottom:24px;color:#292b2e;font-size:1.375rem;font-weight:600;letter-spacing:-.0125rem;line-height:1.25;text-align:center}@media(min-width:576px){.GiftsCustomize__title[data-v-a680303d]{margin-top:20px;margin-bottom:30px}}.GiftsCustomize__box[data-v-a680303d]{display:flex;flex-direction:column;padding:24px 0 12px;border:1px solid #edeff1;border-radius:12px;box-shadow:0 4px 10px #0000001a}@media(min-width:576px){.GiftsCustomize__box[data-v-a680303d]{width:80%}}.GiftsCustomize--nocoins .GiftsCustomize__box[data-v-a680303d]{padding-bottom:0}.GiftsCustomize__gift[data-v-a680303d]{display:flex;align-items:center;margin-bottom:24px;padding:0 14px}.GiftsCustomize__gift+.GiftsCustomize__message[data-v-a680303d]{border-top:1px solid #edeff1}.GiftsCustomize__warning[data-v-a680303d]{display:flex;align-items:center;padding:27px 40px 27px 14px;background:#fef7ec}.GiftsCustomize__warning__icon[data-v-a680303d]{flex-shrink:0;margin-right:12px;color:#f39f13}.GiftsCustomize__warning__message[data-v-a680303d]{opacity:.7;margin-right:40px;font-size:1.125rem;font-weight:500;letter-spacing:-.0125rem;color:#292b2e}.GiftsCustomize__message[data-v-a680303d]{display:flex;flex-direction:column;padding:0 16px 0 14px}.GiftsCustomize__message__input[data-v-a680303d]{resize:none;outline:0;width:100%;margin-bottom:18px;padding:10px 0;border:0;font-size:.875rem;font-weight:500;letter-spacing:-.0125rem;color:#8c8f91}.GiftsCustomize__message__counter[data-v-a680303d]{align-self:flex-end;color:#8c8f91}.GiftsCustomize__cta[data-v-a680303d]{outline:0;width:100%;max-width:356px;margin-top:44px;padding:16px;border:0;border-radius:6px;font-size:1.125rem;font-weight:600;background:#f39f13;color:#fff;transition:all .2s ease-in-out}.GiftsCustomize__cta[data-v-a680303d]:hover{background-color:#d88700;border-color:#d88700}:where(.is--color-scheme-dark) .GiftsCustomize__box[data-v-a680303d]{padding-bottom:0;background:#edeff1}:where(.is--color-scheme-dark) .GiftsCustomize__title[data-v-a680303d]{color:#edeff1}:where(.is--color-scheme-dark) .GiftsCustomize__message[data-v-a680303d]{padding-bottom:1rem;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:#d7dade}:where(.is--color-scheme-dark) .GiftsCustomize__message__input[data-v-a680303d]{background:#d7dade;color:#5b5f63}:where(.is--color-scheme-dark) .GiftsCustomize__message__counter[data-v-a680303d]{color:#5b5f63}:where(.is--color-scheme-dark) .GiftsCustomize__warning[data-v-a680303d]{border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:#d7dade}.GiftsCustomize__gift .Gift__info,.GiftsCustomize__gift .Gift__wrapper{width:50%}.GiftsCustomize__gift .Gift__wrapper{text-align:center}@media(min-width:576px){.GiftsCustomize__gift .Gift__wrapper{text-align:right}.GiftsCustomize__gift .Gift__wrapper img{width:10rem;height:9rem;margin-right:1rem}}.GiftsCustomize__gift .Gift__image{max-width:100%}.GiftsCustomize__gift .Gift__info{max-width:250px;padding-left:20px}@media(min-width:576px){.GiftsCustomize__gift .Gift__info{padding-left:0}}.GiftsCustomize__gift .Gift__title{margin-bottom:10px;font-size:1rem;font-weight:600;letter-spacing:-.0125rem;line-height:1.25;color:#292b2e}.GiftsCustomize__gift .Gift__description{margin-bottom:10px;font-size:.875rem;line-height:1.25;color:#8c8f91}.GiftsCustomize__gift .Gift__price{display:inline-flex;align-items:center;padding:1px 8px;border:1px solid #edeff1;border-radius:16px;font-size:1.125rem;font-weight:700;letter-spacing:-.0125rem;vertical-align:middle;color:#292b2e}.GiftsCustomize__gift .Gift__price--warning{color:#f39f13}.GiftsCustomize__gift .Gift__price>svg{margin-left:4px}:where(.is--color-scheme-dark) .GiftsCustomize__gift .Gift__price{border:1px solid #d7dade;background:#fff}.MenuHorizontal[data-v-6bf07498]{list-style:none;display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem;margin:0 0 2rem;padding:0}@media(max-width:767.98px){.MenuHorizontal[data-v-6bf07498]{gap:.75rem;margin:0 0 1rem}}.MenuHorizontal__item__button[data-v-6bf07498]{position:relative;outline:none;border:0;font-size:1rem;letter-spacing:-.0125rem;background:none}.MenuHorizontal__item__button[data-v-6bf07498]:before{content:"";position:absolute;bottom:-2px;left:50%;display:block;width:0;height:3px;border-radius:1rem;background-color:#f39f13;translate:-50% 0;transition:width .3s ease}.MenuHorizontal__item.is--selected .MenuHorizontal__item__button[data-v-6bf07498]{font-weight:700;font-size:1.375rem}.MenuHorizontal__item.is--selected .MenuHorizontal__item__button[data-v-6bf07498]:before{width:100%}.AppModal__body.Gifts--selection{margin-top:0!important;margin-bottom:0!important}.GiftsSelection[data-v-f5096e71]{display:flex;flex-direction:column;min-height:100%;max-width:100%;text-align:left}.GiftsSelection__header[data-v-f5096e71]{padding:0}.GiftsSelection__header--padded[data-v-f5096e71]{padding:.5rem 1rem}.GiftsSelection__title[data-v-f5096e71]{max-width:93%;color:#292b2e;margin-bottom:.5rem;font-size:1.5rem;font-weight:600;letter-spacing:-.0125rem;line-height:1.25}.GiftsSelection__popular__subtitle[data-v-f5096e71]{margin-bottom:2rem;color:#8c8f91;font-size:1.375rem;letter-spacing:-.0125rem}.GiftsSelection__category[data-v-f5096e71]{color:#292b2e;font-size:1.125rem;letter-spacing:-.0125rem;font-weight:600}.GiftsSelection__categories[data-v-f5096e71]{margin-bottom:16px}.GiftsSelection__popular[data-v-f5096e71]{margin-bottom:18px}.GiftsSelection__all[data-v-f5096e71]{flex:1;min-height:100%;padding:20px 20px 40px;border-radius:1rem;background:#f0f0f0}@media(max-width:767.98px){.GiftsSelection__all[data-v-f5096e71]{padding:20px 20px 40px}}.GiftsSelection__grid--category[data-v-f5096e71]{margin-bottom:20px}.is--viewport-small-mobile .GiftsSelection__all[data-v-f5096e71]{width:calc(100% + 2rem);margin-left:-1rem}:where(.is--color-scheme-dark) .GiftsSelection__title[data-v-f5096e71]{color:#edeff1}:where(.is--color-scheme-dark) .GiftsSelection__popular__subtitle[data-v-f5096e71]{color:#a0a6ae}:where(.is--color-scheme-dark) .GiftsSelection__all[data-v-f5096e71]{background:#1c1c1e}.GiftsSelection .MenuHorizontal{-webkit-overflow-scrolling:touch;overflow:auto;flex-wrap:nowrap;padding-bottom:10px}.GiftsSelection .MenuHorizontal__item{flex-shrink:0}.GiftsSelection .MenuHorizontal__item__button{color:#292b2e}:where(.is--color-scheme-dark) .GiftsSelection .MenuHorizontal__item.is--selected .MenuHorizontal__item__button{color:#edeff1}:where(.is--color-scheme-dark) .GiftsSelection .MenuHorizontal__item__button{color:#a0a6ae}.GiftsSkeleton[data-v-bd5ab5e1]{width:100%;padding:14px 15px 0}.GiftsSkeleton__line[data-v-bd5ab5e1]{margin-bottom:.5rem}.GiftsSkeleton__grid[data-v-bd5ab5e1]{display:flex;gap:10px;margin-bottom:1rem}#Gifts .Gifts__content{height:93dvh;max-width:644px}@media(min-width:576px){#Gifts .Gifts__content:has(.Gifts--customize){max-width:44rem;height:-webkit-min-content;height:-moz-min-content;height:min-content;overflow:hidden}}.is--viewport-small-mobile #Gifts .Gifts__content{padding-left:1rem;padding-right:1rem;width:100%}.ModalGiftViewer__message[data-v-81606d7d]{margin-bottom:0;font-size:.9375rem;line-height:1.5;color:#8c8f91}:where(.is--color-scheme-dark) .ModalGiftViewer__message[data-v-81606d7d]{color:#5e6165}.ModalGiftViewer__message>em{display:block}.ModalGiftViewer__message>em+em{margin-top:1rem}.ModalGiftViewer__gift .Gift__wrapper{margin-bottom:50px}.ModalGiftViewer__gift .Gift__image{display:block;width:80%;max-width:300px;margin:auto}.ModalGiftViewer__gift .Gift__title{margin-bottom:1rem;font-size:1.375rem;letter-spacing:-.0125rem;font-weight:600;color:#292b2e}:where(.is--color-scheme-dark) #GiftViewer .AppModal__content{background-color:#edeff1}#ImageViewer{align-items:center}#ImageViewer .ImageViewer__content{padding:0;width:90vw;overflow:hidden}#ImageViewer .ImageViewer__body{margin-top:0;margin-bottom:0}#ImageViewer .ImageViewer__image{min-width:100%;max-width:100%;height:auto;max-height:90vh;-o-object-fit:contain;object-fit:contain;opacity:0;box-shadow:0 .3rem .3rem #0000001a;transition:opacity .15s ease-in-out}#ImageViewer .ImageViewer__image--visible{opacity:1}#ImageViewer .ImageViewer__background{opacity:0;transition:opacity .15s ease-in-out;position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.5);filter:blur(30px)}#ImageViewer .ImageViewer__background--visible{opacity:.9}#ImageViewer .ImageViewer__close{position:absolute;top:0;right:0;color:#fff}#ImageViewer .ImageViewer__close--hidden{display:none}#ImageViewer .ImageViewer__close:hover{opacity:.9}#ImageViewer .ImageViewer__spinner{pointer-events:none;position:absolute;inset:0;margin:auto}.InChatGamesSkeleton[data-v-4eaf1c5d]{width:90%;max-width:258px;margin:auto}.InChatGamesSkeleton__title[data-v-4eaf1c5d]{margin:0 auto 14px}.InChatGamesSkeleton__subtitle[data-v-4eaf1c5d]{min-width:250px;margin:0 auto 8px}.InChatGamesSkeleton__image[data-v-4eaf1c5d]{min-width:130px;border-radius:14px}.InChatGamesSkeleton__text[data-v-4eaf1c5d]{min-width:130px;margin:14px auto}.InChatGamesSkeleton__grid[data-v-4eaf1c5d]{display:flex;gap:28px}.InChatGamesSkeleton>.row[data-v-4eaf1c5d]{margin-bottom:10px}.InChatGamesSkeleton>.row>.col[data-v-4eaf1c5d]{padding:0}.InChatGamesModal[data-v-33520a9d]{text-align:center}.InChatGamesModal__title[data-v-33520a9d]{margin-bottom:10px;font-size:28px;font-weight:700;letter-spacing:-.3px;color:#292b2e}.InChatGamesModal__subtitle[data-v-33520a9d]{max-width:280px;margin:0 auto auto;font-size:18px;color:#303437}.InChatGamesModal:has(.InChatGamesModal__grid) .InChatGamesModal__subtitle[data-v-33520a9d]{margin-bottom:1rem}.InChatGamesModal__grid[data-v-33520a9d]{gap:28px;max-width:293px;margin:1rem auto 0}:where(.is--color-scheme-dark) .InChatGamesModal__title[data-v-33520a9d]{color:#edeff1}:where(.is--color-scheme-dark) .InChatGamesModal__subtitle[data-v-33520a9d]{color:#d7dade}.AppModal.Match{align-items:center}.AppModal.Match .Match__content{border-radius:1rem;background:linear-gradient(341.03deg,#931bf8 -6.75%,#f39f13 85.06%)!important}.AppModal.Match .Match__body{width:100%;margin:auto!important}@starting-style{.Modal--match{height:0}}.Modal--match{color:#fff;text-align:center;interpolate-size:allow-keywords;animation:expand .6s cubic-bezier(0,1,.17,1) forwards}.Modal--match .Modal__logo{flex-shrink:0;aspect-ratio:2.792;width:90%;height:auto;max-width:430px;min-width:240px;animation-delay:.1s}@media(min-width:768px){.Modal--match .Modal__logo{width:95%}}.Modal--match .Modal__logo path{fill:#fff}.Modal--match .Modal__title{margin-top:-8px;margin-bottom:14px;font-size:1.125rem;letter-spacing:-.0206rem;line-height:1.4;font-weight:400;animation-delay:.2s}.Modal--match .Modal__title>strong{font-weight:600}@media(min-width:768px){.Modal--match .Modal__title{font-size:1.25rem}}.Modal--match .Modal__image{aspect-ratio:.82;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:80%;max-width:236px;margin-bottom:18px;border-radius:8px;box-shadow:0 4px 14px #0006;animation-delay:.15s}.Modal--match .Modal__cta{max-width:340px;width:80%;margin-bottom:16px;animation-delay:.35s}@media(min-width:768px){.Modal--match .Modal__cta .Button{font-size:1.125rem}}.Modal--match .Modal__scroll{overflow:auto;display:flex;width:100%;animation-delay:.45s}.Modal--match .Modal__options{list-style:none;display:flex;gap:8px;margin:auto;padding:0}.Modal--match .Modal__option{flex-shrink:0}.Modal--match .Modal__option .Button{border-radius:20px;font-weight:400}.Modal--match .Modal__option .Button:hover{background-color:#0003}.Modal__spinner{position:absolute;inset:0;width:32px!important;height:32px!important;margin:auto}.animation-properties{opacity:0;animation-duration:.5s;animation-fill-mode:forwards}#Onboarding .AppModal__content{padding:0}#Onboarding .AppModal__body{overflow:clip;position:relative;height:100%;align-items:center;justify-content:flex-end;padding:30% 0 30px;margin:0}@media(min-width:768px){#Onboarding .AppModal__body{padding-top:211px;padding-bottom:50px}}#Onboarding .AppModal__close>svg{position:absolute;z-index:1;right:11px;top:10px;width:37px;height:37px;margin:0;color:#f39f13;background:#fff;border-radius:10rem}@media(min-width:768px){#Onboarding .AppModal__close>svg{width:41px;height:41px}}.OnboardingModal{color:#fff;align-items:center}.OnboardingModal__isotype{width:80px;margin-bottom:20px}@media(min-width:576px){.OnboardingModal__isotype{width:auto}}.OnboardingModal__logo{width:80px;margin-bottom:20px}@media(min-width:576px){.OnboardingModal__logo{width:auto}}.OnboardingModal__title{margin-bottom:1.125rem;padding:0 20px;font-size:1.75rem;letter-spacing:-.0125rem;font-weight:700}@media(min-width:576px){.OnboardingModal__title{font-size:2rem}}.OnboardingModal__subtitle{display:block;margin-bottom:17px;font-size:1rem;letter-spacing:-.0125rem;font-weight:400;line-height:1.33}.OnboardingModal__cta{flex-shrink:0;position:relative;z-index:1;width:calc(100% - 50px);max-width:392px;margin-bottom:23px;padding:12px;border:0;border-radius:.375rem;background:#fff;color:#f39f13;font-size:1.125rem;font-weight:600;letter-spacing:-.0063rem;display:inline-flex;align-items:center;justify-content:space-around}.OnboardingModal__cta___text{flex-shrink:0;width:33%;display:flex;justify-content:center;align-items:center}.OnboardingModal__cta__icon{order:1}.OnboardingModal__cta__icon,.OnboardingModal__cta__sticker{width:33%;display:flex;justify-content:flex-end}.OnboardingModal__cta__sticker img{width:43px}.OnboardingModal__optout{border:0;background:transparent;font-size:1.125rem;font-weight:600;letter-spacing:-.0063rem;color:#fff}.OnboardingModal__background,.OnboardingModal__background:after,.OnboardingModal__background:before,.OnboardingModal__background__image{position:absolute;top:0;left:0;width:101%;height:100%;z-index:-1}.OnboardingModal__background:after,.OnboardingModal__background:before{content:"";display:block}.OnboardingModal__background:before{background:#f39f13;opacity:.2;z-index:10}.OnboardingModal__background:after{background:linear-gradient(180deg,#ff5c010d,#ff580166 20.5%,#ff4501e6,#ff2e01 68.34%)}.OnboardingModal__background__image{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}#OnboardingFinished .OnboardingFinished .Modal__box{width:92%;max-width:390px;height:370px;align-content:center}@media(min-width:768px){#OnboardingFinished .OnboardingFinished .Modal__box{width:100%;height:494px}}#OnboardingFinished .OnboardingFinished .Modal__box__close{position:absolute;z-index:1;right:9px;top:10px;width:24px;height:28px;margin:0;color:#a0a6ae}@media(min-width:768px){#OnboardingFinished .OnboardingFinished .Modal__box__close{width:43px;height:37px}}#OnboardingFinished .OnboardingFinished .Modal__box__content{overflow:clip;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:50px 10px 30px!important;text-align:center}@media(min-width:768px){#OnboardingFinished .OnboardingFinished .Modal__box__content{justify-content:flex-start;height:auto}}.OnboardingFinishedModal__logo[data-v-72d54b22]{margin-bottom:20px;color:#f39f13}.OnboardingFinishedModal__title[data-v-72d54b22]{margin-bottom:10px;font-size:30px;font-weight:700;color:#f39f13}.OnboardingFinishedModal__description[data-v-72d54b22]{max-width:86%;margin-bottom:1.875rem;font-size:18px;letter-spacing:.0125rem;font-weight:400;line-height:1.5;color:#292b2e}.OnboardingFinishedModal__button[data-v-72d54b22]{max-width:100%}:where(.is--color-scheme-dark) .OnboardingFinishedModal__description[data-v-72d54b22]{color:#edeff1}.PasswordChangeSuccess__content{text-align:center}.PasswordChangeSuccess__icon--component{width:55px;margin:3rem auto 1rem}:where(.is--color-scheme-dark) .PasswordChangeSuccess.AppModal .AppModal__subtitle{color:#edeff1}div.AppModal.PwaInstall{align-items:center!important}div.AppModal.PwaInstall .PwaInstall__body{align-items:flex-start;margin:0;text-align:left}div.AppModal.PwaInstall .PwaInstall__content{padding:1.25rem;border-radius:1rem}div.AppModal.PwaInstall .PwaInstallModal{color:#000}div.AppModal.PwaInstall .PwaInstallModal__header{display:flex;align-items:center;gap:14px;width:100%;margin-bottom:14px;padding-bottom:.875rem;border-bottom:1px solid #b5babf}div.AppModal.PwaInstall .PwaInstallModal__logo{aspect-ratio:1;width:54px}div.AppModal.PwaInstall .PwaInstallModal__title{margin-bottom:0;font-size:1.25rem;font-weight:700;letter-spacing:-.0131rem}div.AppModal.PwaInstall .PwaInstallModal__domain{font-size:1.25rem;font-weight:500;letter-spacing:-.0169rem}div.AppModal.PwaInstall .PwaInstallModal__content{margin-bottom:46px;font-size:1.125rem;font-weight:500;line-height:1.5;letter-spacing:-.0169rem}div.AppModal.PwaInstall .PwaInstallModal__steps{list-style-position:inside;margin-bottom:0;padding-left:0}div.AppModal.PwaInstall .PwaInstallModal__step{margin-top:.375rem;padding-left:2.25rem;background-repeat:no-repeat;background-position:0}div.AppModal.PwaInstall .PwaInstallModal__step:first-child{margin-top:0}div.AppModal.PwaInstall .PwaInstallModal__step--share1{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' fill='none'%3E%3Cpath fill='%23000' d='M17 22a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2zm6-22a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zM3 2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm9.37 3.225a1 1 0 0 1 1.337.068l3 3a1 1 0 0 1-1.414 1.414L14 8.414V14a1 1 0 1 1-2 0V8.414l-1.293 1.293a1 1 0 1 1-1.414-1.414l3-3z'/%3E%3C/svg%3E")}div.AppModal.PwaInstall .PwaInstallModal__step--share2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m16 5-1.42 1.42-1.59-1.59V16h-1.98V4.83L9.42 6.42 8 5l4-4zm4 5v11c0 1.1-.9 2-2 2H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h3v2H6v11h12V10h-3V8h3a2 2 0 0 1 2 2'/%3E%3C/svg%3E");background-position:2px}div.AppModal.PwaInstall .PwaInstallModal__step--menu-vertical{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 -960 960 960'%3E%3Cpath d='M480-160q-33 0-56.5-23.5T400-240t23.5-56.5T480-320t56.5 23.5T560-240t-23.5 56.5T480-160m0-240q-33 0-56.5-23.5T400-480t23.5-56.5T480-560t56.5 23.5T560-480t-23.5 56.5T480-400m0-240q-33 0-56.5-23.5T400-720t23.5-56.5T480-800t56.5 23.5T560-720t-23.5 56.5T480-640'/%3E%3C/svg%3E");background-position:2px}div.AppModal.PwaInstall .PwaInstallModal__step--menu-horizontal{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 -960 960 960'%3E%3Cpath d='M120-240v-80h720v80zm0-200v-80h720v80zm0-200v-80h720v80z'/%3E%3C/svg%3E");background-position:1px}div.AppModal.PwaInstall .PwaInstallModal__step--menu-dots-horizontal{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' d='M4 12q0-.825.588-1.412A1.93 1.93 0 0 1 6 10q.824 0 1.412.588Q8 11.175 8 12t-.588 1.412A1.93 1.93 0 0 1 6 14q-.824 0-1.412-.588A1.93 1.93 0 0 1 4 12m6 0q0-.825.588-1.412A1.93 1.93 0 0 1 12 10q.825 0 1.412.588Q14 11.175 14 12t-.588 1.412A1.93 1.93 0 0 1 12 14q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 12m6 0q0-.825.587-1.412A1.93 1.93 0 0 1 18 10q.824 0 1.413.588Q20 11.175 20 12t-.587 1.412A1.93 1.93 0 0 1 18 14q-.824 0-1.413-.588A1.93 1.93 0 0 1 16 12'/%3E%3C/svg%3E");background-position:1px}div.AppModal.PwaInstall .PwaInstallModal__step--install-phone{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 -960 960 960'%3E%3Cpath d='M280-40q-33 0-56.5-23.5T200-120v-720q0-33 23.5-56.5T280-920h280v80H280v40h280v80H280v480h400v-80h80v200q0 33-23.5 56.5T680-40zm0-120v40h400v-40zm440-240L520-600l56-56 104 104v-288h80v288l104-104 56 56zM280-800v-40zm0 640v40z'/%3E%3C/svg%3E");background-position:1px}div.AppModal.PwaInstall .PwaInstallModal__step--add-home-screen{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 -960 960 960'%3E%3Cpath d='M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160zM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120zm0-80h560v-560H200zm0-560v560z'/%3E%3C/svg%3E");background-position:2px}div.AppModal.PwaInstall .PwaInstallModal__step--add-phone{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 454 545'%3E%3Cpath fill='%23020202' d='M324.684 18.103c22.783 8.69 33.91 24.917 33.915 49.143.017 82.984.026 165.968-.056 248.952-.004 3.798.763 6.085 4.453 8.246 39.73 23.264 60.977 69.15 52.685 113.038-8.85 46.838-43.839 81.35-90.657 89.167-5.72.955-11.605 1.29-17.415 1.297-73.152.084-146.305.085-219.458.039-24.644-.016-43.942-15.523-48.573-39.043-.765-3.884-.828-7.951-.83-11.934q-.055-205.211-.018-410.422c.006-30.411 20.346-50.584 50.822-50.583 72.486.004 144.972-.047 217.458.084 5.761.01 11.52 1.254 17.674 2.016m2.031 267.397c0-72.65.001-145.3-.006-217.95 0-1.664.046-3.345-.16-4.99-1.083-8.632-7.486-14.364-16.227-14.543-3.498-.072-6.998-.015-10.497-.015H278.18c-.104.867-.14 1.03-.14 1.192-.015 6.998-.006 13.996-.044 20.994-.062 11.504-6.407 17.8-18.046 17.806q-61.485.035-122.972.002c-11.153-.006-17.685-6.517-17.774-17.652-.057-7.293-.01-14.588-.01-22.342-9.948 0-19.567-.002-29.187 0-13.634.004-19.29 5.7-19.284 19.478q.07 204.953.15 409.906c.005 12.595 6.048 18.615 18.68 18.615 45.157.003 90.313-.001 135.47-.003h5.024c-32.446-37.438-41.99-79.104-20.584-123.77 23.177-48.362 64.348-66.936 117.251-61.802zm47.851 134.662c-.09-11.077-6.274-17.35-17.274-17.401-10.95-.05-21.902-.011-33.293-.011 0-11.525.006-22.81-.002-34.096-.006-7.242-3.345-12.541-9.892-15.4-10.446-4.562-21.88 3.12-22.062 14.785-.179 11.44-.04 22.884-.04 34.724-12.149 0-23.78-.207-35.401.058-11.604.265-18.877 12.075-13.97 22.432 3.202 6.76 8.952 9.505 16.223 9.5 10.935-.007 21.87-.002 33.145-.002 0 11.623.059 22.756-.026 33.888-.04 5.34 1.719 9.833 5.852 13.19 5.099 4.141 10.846 5.007 16.824 2.21 5.932-2.776 9.21-7.637 9.296-14.213.151-11.612.043-23.227.043-35.08 11.511 0 22.487.106 33.46-.034 9.283-.118 14.889-4.81 17.117-14.55'/%3E%3Cpath fill='%23fcfcfc' d='M374.487 420.55c-2.15 9.351-7.755 14.044-17.039 14.162-10.972.14-21.948.033-33.46.033 0 11.854.11 23.469-.042 35.081-.085 6.576-3.364 11.437-9.296 14.213-5.978 2.797-11.725 1.931-16.824-2.21-4.133-3.357-5.892-7.85-5.852-13.19.085-11.132.026-22.265.026-33.888-11.276 0-22.21-.005-33.145.002-7.271.005-13.021-2.74-16.224-9.5-4.906-10.357 2.367-22.167 13.97-22.432 11.622-.265 23.253-.058 35.403-.058 0-11.84-.14-23.284.039-34.724.182-11.665 11.616-19.347 22.062-14.785 6.547 2.859 9.886 8.158 9.892 15.4.008 11.285.002 22.57.002 34.096 11.391 0 22.342-.04 33.293.011 11 .051 17.184 6.324 17.195 17.789'/%3E%3C/svg%3E");background-position:2px}div.AppModal.PwaInstall .PwaInstallModal__step--dock{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20' fill='none'%3E%3Cpath fill='%23000' d='M23 0a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zM3 2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm14 12a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2z'/%3E%3C/svg%3E")}div.AppModal.PwaInstall .PwaInstallModal__footer{display:flex;flex-wrap:wrap;justify-content:center;width:calc(100% + 2.5rem);margin-left:-1.25rem}div.AppModal.PwaInstall .PwaInstallModal__list{scrollbar-width:none;scroll-snap-type:x mandatory;list-style:none;overflow:scroll;display:flex;gap:12px;margin:0;padding:0}div.AppModal.PwaInstall .PwaInstallModal__list__item{width:34%}div.AppModal.PwaInstall .PwaInstallModal__list__item:first-child{margin-left:1.5rem}div.AppModal.PwaInstall .PwaInstallModal__list__item:last-child{margin-right:1.5rem}div.AppModal.PwaInstall .PwaInstallModal__list__item:after{content:"";display:block;pointer-events:none;width:100vw}div.AppModal.PwaInstall .PwaInstallModal__list__item img{aspect-ratio:367/731;width:100%}.is--viewport-desktop div.AppModal.PwaInstall .PwaInstall__content,.is--viewport-tablet div.AppModal.PwaInstall .PwaInstall__content{max-width:900px;padding:1.875rem}.is--viewport-desktop div.AppModal.PwaInstall .PwaInstallModal__header,.is--viewport-tablet div.AppModal.PwaInstall .PwaInstallModal__header{gap:30px;margin-bottom:26px;padding-bottom:26px}.is--viewport-desktop div.AppModal.PwaInstall .PwaInstallModal__logo,.is--viewport-tablet div.AppModal.PwaInstall .PwaInstallModal__logo{width:71px}.is--viewport-desktop div.AppModal.PwaInstall .PwaInstallModal__title,.is--viewport-tablet div.AppModal.PwaInstall .PwaInstallModal__title{font-size:1.5rem}.is--viewport-desktop div.AppModal.PwaInstall .PwaInstallModal__content,.is--viewport-tablet div.AppModal.PwaInstall .PwaInstallModal__content{margin-bottom:68px;font-size:1.25rem}.is--viewport-desktop div.AppModal.PwaInstall .PwaInstallModal__content>p,.is--viewport-tablet div.AppModal.PwaInstall .PwaInstallModal__content>p{margin-bottom:26px}.is--viewport-desktop div.AppModal.PwaInstall .PwaInstallModal__footer,.is--viewport-tablet div.AppModal.PwaInstall .PwaInstallModal__footer{width:calc(100% + 3.75rem);margin-left:-1.875rem}.is--viewport-desktop div.AppModal.PwaInstall .PwaInstallModal__list__item,.is--viewport-tablet div.AppModal.PwaInstall .PwaInstallModal__list__item{width:40%}.is--viewport-desktop div.AppModal.PwaInstall .PwaInstallModal__list__item img,.is--viewport-tablet div.AppModal.PwaInstall .PwaInstallModal__list__item img{aspect-ratio:1181/731}:where(.is--color-scheme-dark) .PwaInstallModal__title{color:#edeff1}:where(.is--color-scheme-dark) .PwaInstallModal__domain{color:#a0a6ae}:where(.is--color-scheme-dark) .PwaInstallModal__content :not(.PwaInstallModal__steps,.PwaInstallModal__step){color:#d7dade}:where(.is--color-scheme-dark) .PwaInstallModal__step[data-v-557d021f]{filter:invert(1)}#RemoveImageModal .AppModal__cta[data-v-40d1d761]{margin-top:0;margin-inline:.5rem}.RemoveLike__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto 1rem}#RemoveLike .RemoveLike__content{padding:2rem}#RemoveLike .AppModal__cta{display:flex;align-items:center;justify-content:center}.ReportProfileFlow--spinner[data-v-c9f9ea5b]{display:flex;justify-content:center;height:16rem}.ReportProfileFlow__heading[data-v-c9f9ea5b]{font-weight:700}.ReportProfileFlow__avatar[data-v-c9f9ea5b]{position:relative;margin-bottom:1rem}.ReportProfileFlow__avatar-img[data-v-c9f9ea5b]{display:inline-flex;position:relative;align-items:center;justify-content:center;width:6.5rem;height:6.5rem;max-width:100%;max-height:auto;overflow:hidden;vertical-align:middle;border:3px solid #f39f13;border-radius:50%}.ReportProfileFlow__avatar-img img[data-v-c9f9ea5b]{overflow:hidden}.ReportProfileFlow__avatar-icon[data-v-c9f9ea5b]{position:absolute;right:0;bottom:0}.ReportProfileFlow__button[data-v-c9f9ea5b]{margin-bottom:1rem;font-size:.9375rem;font-weight:500}.ReportProfileFlow__options[data-v-c9f9ea5b]{width:100%}.ReportProfileFlow__options button[data-v-c9f9ea5b]{height:3.125rem}.ReportProfileFlow__selected[data-v-c9f9ea5b]{display:inline-flex;align-items:center;justify-content:center;width:12.25rem;height:2.625rem;margin-bottom:1rem;border-radius:1.375rem;background-color:#fbefe3;font-size:.875rem}.ReportProfileFlow__description[data-v-c9f9ea5b]{width:100%;text-align:center;color:#8c8f91}.ReportProfileFlow__description button[data-v-c9f9ea5b]{margin-bottom:0}.ReportProfileFlow__description-title[data-v-c9f9ea5b]{margin-bottom:.5rem;text-align:left;font-size:.625rem}.ReportProfileFlow__textarea[data-v-c9f9ea5b]{margin-bottom:1rem}.ReportProfileFlow__success-icon[data-v-c9f9ea5b]{margin-top:-4.625rem;margin-bottom:1rem}.ReportProfileFlow__success-title[data-v-c9f9ea5b]{margin-bottom:1rem;font-weight:600;line-height:1.33}.ReportProfileFlow__success-description[data-v-c9f9ea5b]{margin-bottom:.5rem;padding-bottom:.25rem}.ReportProfileFlow--link[data-v-c9f9ea5b]{width:100%}.ReportProfileFlow--link button[data-v-c9f9ea5b]{margin:0}:where(.is--color-scheme-dark) .ReportProfileFlow__selected[data-v-c9f9ea5b]{background-color:#3f4143;font-weight:700}#ReportProfileModal .ReportProfileModal__body{gap:.5rem}.VerifyEmail[data-v-a3b5362c]{width:100%}.VerifyEmail__spinner[data-v-a3b5362c]{margin:2px auto}.VerifyEmail__image[data-v-a3b5362c]{display:block;max-width:68px;margin:0 auto 1.375rem;color:#f39f13}.VerifyEmail__image--update[data-v-a3b5362c]{max-width:85px}.VerifyEmail__image--success[data-v-a3b5362c]{margin-bottom:1.3125rem}.VerifyEmail__title[data-v-a3b5362c]{padding:0;margin-bottom:1.125rem;font-size:1.5rem;font-weight:700;letter-spacing:-.0063rem;color:#f39f13;text-align:center}.VerifyEmail__title--update[data-v-a3b5362c]{margin-bottom:1rem;font-size:1.5rem}.VerifyEmail__title--success[data-v-a3b5362c]{margin-bottom:1.375rem;padding:0}@supports (text-wrap:balance){.VerifyEmail__title[data-v-a3b5362c]{text-wrap:balance}}.VerifyEmail__info[data-v-a3b5362c]{display:flex;justify-content:center;align-items:baseline;width:100%;margin-bottom:1.625rem}.VerifyEmail__email[data-v-a3b5362c]{overflow:hidden;margin-right:.375rem;font-size:1.125rem;font-weight:600;letter-spacing:-.0063rem;color:#0038ff;text-align:center;text-overflow:ellipsis;white-space:nowrap}.VerifyEmail__edit[data-v-a3b5362c]{border:0;background:transparent;color:#f39f13;font-size:1rem;font-weight:400}.VerifyEmail__title2[data-v-a3b5362c]{margin-bottom:1.5rem;padding:0 1.5rem;color:#292b2e;font-size:1.125rem;font-weight:700;letter-spacing:-.0125rem;text-align:center}.VerifyEmail__reasons[data-v-a3b5362c]{list-style:none;margin-bottom:1.875rem;padding:0 0 0 1.5rem;text-align:left;margin-inline:auto}.VerifyEmail__reasons__item[data-v-a3b5362c]{display:flex;align-items:flex-start;margin-bottom:1.25rem;font-size:1rem;letter-spacing:-.0063rem;color:#292b2e;text-wrap:pretty}.VerifyEmail__reasons__item[data-v-a3b5362c]:last-child{margin-bottom:0}.VerifyEmail__paragraph[data-v-a3b5362c]{max-width:90%;margin-left:auto;margin-right:auto;color:#292b2e;text-align:center;text-wrap:pretty;font-size:1rem;line-height:1.33;letter-spacing:-.0063rem}.VerifyEmail__paragraph[data-v-a3b5362c]:last-of-type{margin-bottom:0;background-color:#edeff1;border-radius:.5rem;padding:.625rem;font-size:1rem;max-width:100%}.VerifyEmail__paragraph__email[data-v-a3b5362c]{overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap;text-decoration:underline}.VerifyEmail__button[data-v-a3b5362c]{display:block;width:100%;margin:0 auto;border:0;border-radius:.5rem;font-size:1.125rem;letter-spacing:-.0063rem}.VerifyEmail__button[data-v-a3b5362c]:disabled{opacity:.65}.VerifyEmail__button--primary[data-v-a3b5362c]{margin-bottom:1.625rem;padding:.75rem;color:#fff;font-weight:600;background:#f39f13;transition:background-color .3s ease}.VerifyEmail__button--primary[data-v-a3b5362c]:not(:disabled):hover{background-color:#d88700;border-color:#d88700}.VerifyEmail__button--optout[data-v-a3b5362c]{background:transparent;color:#f39f13;font-weight:500}.VerifyEmail__button--optout>span[data-v-a3b5362c]{text-decoration:underline}.VerifyEmail__button--app[data-v-a3b5362c]{margin-top:1.375rem;padding:.6rem .75rem;border:1px solid #f39f13;border-radius:.375rem;color:#303437;font-size:1.25rem;font-weight:600;text-align:center;text-indent:-.75rem}.VerifyEmail__button--app[data-v-a3b5362c]:hover{text-decoration:none;color:#292b2e}.VerifyEmail__button--app>svg[data-v-a3b5362c]{margin-right:.75rem}.VerifyEmail__label[data-v-a3b5362c]{letter-spacing:-.0125rem;font-size:.875rem;color:#8c8f91}.VerifyEmail__validation__wrapper[data-v-a3b5362c]{position:relative;margin-bottom:1.125rem}.VerifyEmail__validation__wrapper.is--error[data-v-a3b5362c]{margin-bottom:6px}.VerifyEmail__validation__wrapper.is--error input[data-v-a3b5362c]{border-color:#ea3a2b;color:#ea3a2b}.VerifyEmail__validation__icon[data-v-a3b5362c]{position:absolute;top:50%;right:1rem;width:20px;translate:0 -50%}.VerifyEmail__validation__message[data-v-a3b5362c]{display:block;margin-bottom:1.65rem;font-size:.75rem;font-weight:600;color:#ea3a2b}.VerifyEmail__input[data-v-a3b5362c]{outline:0;display:block;width:100%;max-width:365px;padding:0;border:1px solid #8c8f91;border-radius:.375rem;font-size:1.125rem;letter-spacing:-.0063rem;opacity:.65;margin:auto}.VerifyEmail__input.is--filled[data-v-a3b5362c]{border-color:#8c8f91;color:#292b2e;opacity:1}.VerifyEmail__advice[data-v-a3b5362c]{margin-bottom:1.25rem;color:#292b2e;font-size:.875rem;letter-spacing:-.025rem;text-align:center}.is--viewport-small-mobile .VerifyEmail__reasons[data-v-a3b5362c]{padding-left:0}.is--viewport-small-mobile .VerifyEmail__title2[data-v-a3b5362c]{padding:0}:where(.is--color-scheme-dark) .VerifyEmail__title[data-v-a3b5362c]{color:#edeff1}:where(.is--color-scheme-dark) .VerifyEmail__email[data-v-a3b5362c]{color:#d7dade}:where(.is--color-scheme-dark) .VerifyEmail__title2[data-v-a3b5362c]{color:#edeff1}:where(.is--color-scheme-dark) .VerifyEmail__reasons__item[data-v-a3b5362c] .Checkbox__label{color:#d7dade}:where(.is--color-scheme-dark) .VerifyEmail__paragraph[data-v-a3b5362c]{color:#edeff1}:where(.is--color-scheme-dark) .VerifyEmail__paragraph__email[data-v-a3b5362c]{color:#edeff1}:where(.is--color-scheme-dark) .VerifyEmail__paragraph[data-v-a3b5362c]:last-of-type{color:#d7dade;background-color:#3f4143}:where(.is--color-scheme-dark) .VerifyEmail__label[data-v-a3b5362c]{color:#a0a6ae}:where(.is--color-scheme-dark) .VerifyEmail__advice[data-v-a3b5362c]{color:#a0a6ae}:where(.is--color-scheme-dark) .VerifyEmail__button--app[data-v-a3b5362c]{color:#f0f0f0;background-color:#303437}:where(.is--color-scheme-dark) .VerifyEmail__button--app[data-v-a3b5362c]:hover{color:#edeff1;background-color:#3f4143}.ConfirmUpdateEmailModal__body{padding-left:1rem;padding-right:1rem;margin-bottom:1rem}.is--viewport-small-mobile .AppModal.ConfirmUpdateEmailModal .ConfirmUpdateEmailModal__content{width:100%}.is--viewport-small-mobile .AppModal.ConfirmUpdateEmailModal .ConfirmUpdateEmailModal__body{padding-left:0;padding-right:0}.RewardsProfile__body{margin-top:0!important}.RewardsProfile__intro[data-v-9be03b90]{padding-top:.25rem;text-align:center;color:#292b2e}.RewardsProfile__progress[data-v-9be03b90]{margin-bottom:1.5rem}.RewardsProfile__title[data-v-9be03b90]{max-width:450px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;text-align:center}.RewardsProfile__subtitle[data-v-9be03b90]{margin:0 0 .5rem;font-size:.8125rem;font-weight:400;line-height:1.5}.RewardsProfile__coin-reward[data-v-9be03b90]{display:inline-block;width:18px;height:18px;margin-top:-2px;vertical-align:middle;transform:rotate(90deg);transform-origin:center}.RewardsProfile__list[data-v-9be03b90]{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 0 1.5rem;padding:.25rem .5rem 0;list-style:none;text-align:left}.RewardsProfile__list-item[data-v-9be03b90]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:48%;min-height:130px;margin-bottom:12px;border:1px solid rgba(41,43,46,.2);border-radius:6px}.RewardsProfile__list-item[data-v-9be03b90]:last-child,.RewardsProfile__list-item[data-v-9be03b90]:nth-last-child(2){margin-bottom:0}.RewardsProfile__list-item[data-v-9be03b90]:last-child:before{display:none}.RewardsProfile__list-item.is--completed[data-v-9be03b90]>*{opacity:.3}.RewardsProfile__list-item-icon[data-v-9be03b90]{margin-bottom:.5rem}.RewardsProfile__list-item-title[data-v-9be03b90]{margin:0;font-size:.8125rem;font-weight:600;text-align:center}.RewardsProfile__list-item-title--pending[data-v-9be03b90]{font-weight:400}.coin[data-v-9be03b90]{vertical-align:text-bottom;width:16px!important;transform-origin:center}.coin+.coin[data-v-9be03b90]{margin-left:-8px}.progress[data-v-9be03b90]{width:64px;height:64px;line-height:64px;background:none;margin:0 auto;box-shadow:none;position:relative}.progress[data-v-9be03b90]:after{content:"";width:100%;border-radius:50%;border:5px solid #edeff1;left:0}.progress[data-v-9be03b90]:after,.progress>span[data-v-9be03b90]{height:100%;position:absolute;top:0}.progress>span[data-v-9be03b90]{width:50%;overflow:hidden;z-index:1}.progress .progress-left[data-v-9be03b90]{left:0}.progress .progress-bar[data-v-9be03b90]{width:100%;height:100%;background:none;position:absolute;top:0;border:5px solid #3472f5}.progress .progress-left .progress-bar[data-v-9be03b90]{left:100%;border-top-right-radius:32px;border-bottom-right-radius:32px;border-left:0;transform-origin:center left}.progress .progress-right[data-v-9be03b90]{right:0}.progress .progress-right .progress-bar[data-v-9be03b90]{left:-100%;border-top-left-radius:32px;border-bottom-left-radius:32px;border-right:0;transform-origin:center right}.progress .progress-value[data-v-9be03b90]{display:flex;border-radius:50%;font-size:1rem;text-align:center;line-height:20px;align-items:center;justify-content:center;height:100%;width:100%;font-weight:700;font-size:16px;text-transform:uppercase;color:#3472f5}.progress[data-percentage="1"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-1-9be03b90 1s linear forwards}.progress[data-percentage="1"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="2"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-2-9be03b90 1s linear forwards}.progress[data-percentage="2"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="3"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-3-9be03b90 1s linear forwards}.progress[data-percentage="3"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="4"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-4-9be03b90 1s linear forwards}.progress[data-percentage="4"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="5"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-5-9be03b90 1s linear forwards}.progress[data-percentage="5"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="6"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-6-9be03b90 1s linear forwards}.progress[data-percentage="6"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="7"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-7-9be03b90 1s linear forwards}.progress[data-percentage="7"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="8"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-8-9be03b90 1s linear forwards}.progress[data-percentage="8"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="9"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-9-9be03b90 1s linear forwards}.progress[data-percentage="9"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="10"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-10-9be03b90 1s linear forwards}.progress[data-percentage="10"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="11"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-11-9be03b90 1s linear forwards}.progress[data-percentage="11"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="12"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-12-9be03b90 1s linear forwards}.progress[data-percentage="12"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="13"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-13-9be03b90 1s linear forwards}.progress[data-percentage="13"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="14"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-14-9be03b90 1s linear forwards}.progress[data-percentage="14"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="15"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-15-9be03b90 1s linear forwards}.progress[data-percentage="15"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="16"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-16-9be03b90 1s linear forwards}.progress[data-percentage="16"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="17"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-17-9be03b90 1s linear forwards}.progress[data-percentage="17"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="18"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-18-9be03b90 1s linear forwards}.progress[data-percentage="18"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="19"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-19-9be03b90 1s linear forwards}.progress[data-percentage="19"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="20"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-20-9be03b90 1s linear forwards}.progress[data-percentage="20"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="21"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-21-9be03b90 1s linear forwards}.progress[data-percentage="21"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="22"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-22-9be03b90 1s linear forwards}.progress[data-percentage="22"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="23"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-23-9be03b90 1s linear forwards}.progress[data-percentage="23"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="24"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-24-9be03b90 1s linear forwards}.progress[data-percentage="24"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="25"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-25-9be03b90 1s linear forwards}.progress[data-percentage="25"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="26"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-26-9be03b90 1s linear forwards}.progress[data-percentage="26"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="27"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-27-9be03b90 1s linear forwards}.progress[data-percentage="27"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="28"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-28-9be03b90 1s linear forwards}.progress[data-percentage="28"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="29"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-29-9be03b90 1s linear forwards}.progress[data-percentage="29"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="30"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-30-9be03b90 1s linear forwards}.progress[data-percentage="30"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="31"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-31-9be03b90 1s linear forwards}.progress[data-percentage="31"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="32"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-32-9be03b90 1s linear forwards}.progress[data-percentage="32"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="33"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-33-9be03b90 1s linear forwards}.progress[data-percentage="33"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="34"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-34-9be03b90 1s linear forwards}.progress[data-percentage="34"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="35"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-35-9be03b90 1s linear forwards}.progress[data-percentage="35"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="36"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-36-9be03b90 1s linear forwards}.progress[data-percentage="36"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="37"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-37-9be03b90 1s linear forwards}.progress[data-percentage="37"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="38"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-38-9be03b90 1s linear forwards}.progress[data-percentage="38"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="39"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-39-9be03b90 1s linear forwards}.progress[data-percentage="39"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="40"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-40-9be03b90 1s linear forwards}.progress[data-percentage="40"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="41"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-41-9be03b90 1s linear forwards}.progress[data-percentage="41"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="42"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-42-9be03b90 1s linear forwards}.progress[data-percentage="42"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="43"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-43-9be03b90 1s linear forwards}.progress[data-percentage="43"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="44"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-44-9be03b90 1s linear forwards}.progress[data-percentage="44"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="45"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-45-9be03b90 1s linear forwards}.progress[data-percentage="45"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="46"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-46-9be03b90 1s linear forwards}.progress[data-percentage="46"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="47"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-47-9be03b90 1s linear forwards}.progress[data-percentage="47"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="48"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-48-9be03b90 1s linear forwards}.progress[data-percentage="48"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="49"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-49-9be03b90 1s linear forwards}.progress[data-percentage="49"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="50"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="50"] .progress-left .progress-bar[data-v-9be03b90]{animation:0}.progress[data-percentage="51"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="51"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-1-9be03b90 1s linear 1s forwards}.progress[data-percentage="52"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="52"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-2-9be03b90 1s linear 1s forwards}.progress[data-percentage="53"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="53"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-3-9be03b90 1s linear 1s forwards}.progress[data-percentage="54"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="54"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-4-9be03b90 1s linear 1s forwards}.progress[data-percentage="55"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="55"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-5-9be03b90 1s linear 1s forwards}.progress[data-percentage="56"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="56"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-6-9be03b90 1s linear 1s forwards}.progress[data-percentage="57"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="57"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-7-9be03b90 1s linear 1s forwards}.progress[data-percentage="58"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="58"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-8-9be03b90 1s linear 1s forwards}.progress[data-percentage="59"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="59"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-9-9be03b90 1s linear 1s forwards}.progress[data-percentage="60"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="60"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-10-9be03b90 1s linear 1s forwards}.progress[data-percentage="61"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="61"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-11-9be03b90 1s linear 1s forwards}.progress[data-percentage="62"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="62"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-12-9be03b90 1s linear 1s forwards}.progress[data-percentage="63"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="63"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-13-9be03b90 1s linear 1s forwards}.progress[data-percentage="64"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="64"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-14-9be03b90 1s linear 1s forwards}.progress[data-percentage="65"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="65"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-15-9be03b90 1s linear 1s forwards}.progress[data-percentage="66"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="66"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-16-9be03b90 1s linear 1s forwards}.progress[data-percentage="67"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="67"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-17-9be03b90 1s linear 1s forwards}.progress[data-percentage="68"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="68"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-18-9be03b90 1s linear 1s forwards}.progress[data-percentage="69"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="69"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-19-9be03b90 1s linear 1s forwards}.progress[data-percentage="70"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="70"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-20-9be03b90 1s linear 1s forwards}.progress[data-percentage="71"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="71"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-21-9be03b90 1s linear 1s forwards}.progress[data-percentage="72"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="72"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-22-9be03b90 1s linear 1s forwards}.progress[data-percentage="73"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="73"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-23-9be03b90 1s linear 1s forwards}.progress[data-percentage="74"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="74"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-24-9be03b90 1s linear 1s forwards}.progress[data-percentage="75"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="75"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-25-9be03b90 1s linear 1s forwards}.progress[data-percentage="76"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="76"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-26-9be03b90 1s linear 1s forwards}.progress[data-percentage="77"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="77"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-27-9be03b90 1s linear 1s forwards}.progress[data-percentage="78"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="78"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-28-9be03b90 1s linear 1s forwards}.progress[data-percentage="79"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="79"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-29-9be03b90 1s linear 1s forwards}.progress[data-percentage="80"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="80"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-30-9be03b90 1s linear 1s forwards}.progress[data-percentage="81"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="81"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-31-9be03b90 1s linear 1s forwards}.progress[data-percentage="82"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="82"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-32-9be03b90 1s linear 1s forwards}.progress[data-percentage="83"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="83"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-33-9be03b90 1s linear 1s forwards}.progress[data-percentage="84"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="84"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-34-9be03b90 1s linear 1s forwards}.progress[data-percentage="85"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="85"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-35-9be03b90 1s linear 1s forwards}.progress[data-percentage="86"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="86"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-36-9be03b90 1s linear 1s forwards}.progress[data-percentage="87"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="87"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-37-9be03b90 1s linear 1s forwards}.progress[data-percentage="88"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="88"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-38-9be03b90 1s linear 1s forwards}.progress[data-percentage="89"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="89"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-39-9be03b90 1s linear 1s forwards}.progress[data-percentage="90"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="90"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-40-9be03b90 1s linear 1s forwards}.progress[data-percentage="91"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="91"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-41-9be03b90 1s linear 1s forwards}.progress[data-percentage="92"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="92"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-42-9be03b90 1s linear 1s forwards}.progress[data-percentage="93"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="93"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-43-9be03b90 1s linear 1s forwards}.progress[data-percentage="94"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="94"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-44-9be03b90 1s linear 1s forwards}.progress[data-percentage="95"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="95"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-45-9be03b90 1s linear 1s forwards}.progress[data-percentage="96"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="96"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-46-9be03b90 1s linear 1s forwards}.progress[data-percentage="97"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="97"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-47-9be03b90 1s linear 1s forwards}.progress[data-percentage="98"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="98"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-48-9be03b90 1s linear 1s forwards}.progress[data-percentage="99"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="99"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-49-9be03b90 1s linear 1s forwards}.progress[data-percentage="100"] .progress-right .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear forwards}.progress[data-percentage="100"] .progress-left .progress-bar[data-v-9be03b90]{animation:loading-50-9be03b90 1s linear 1s forwards}@keyframes loading-1-9be03b90{0%{transform:rotate(0)}to{transform:rotate(3.6deg)}}@keyframes loading-2-9be03b90{0%{transform:rotate(0)}to{transform:rotate(7.2deg)}}@keyframes loading-3-9be03b90{0%{transform:rotate(0)}to{transform:rotate(10.8deg)}}@keyframes loading-4-9be03b90{0%{transform:rotate(0)}to{transform:rotate(14.4deg)}}@keyframes loading-5-9be03b90{0%{transform:rotate(0)}to{transform:rotate(18deg)}}@keyframes loading-6-9be03b90{0%{transform:rotate(0)}to{transform:rotate(21.6deg)}}@keyframes loading-7-9be03b90{0%{transform:rotate(0)}to{transform:rotate(25.2deg)}}@keyframes loading-8-9be03b90{0%{transform:rotate(0)}to{transform:rotate(28.8deg)}}@keyframes loading-9-9be03b90{0%{transform:rotate(0)}to{transform:rotate(32.4deg)}}@keyframes loading-10-9be03b90{0%{transform:rotate(0)}to{transform:rotate(36deg)}}@keyframes loading-11-9be03b90{0%{transform:rotate(0)}to{transform:rotate(39.6deg)}}@keyframes loading-12-9be03b90{0%{transform:rotate(0)}to{transform:rotate(43.2deg)}}@keyframes loading-13-9be03b90{0%{transform:rotate(0)}to{transform:rotate(46.8deg)}}@keyframes loading-14-9be03b90{0%{transform:rotate(0)}to{transform:rotate(50.4deg)}}@keyframes loading-15-9be03b90{0%{transform:rotate(0)}to{transform:rotate(54deg)}}@keyframes loading-16-9be03b90{0%{transform:rotate(0)}to{transform:rotate(57.6deg)}}@keyframes loading-17-9be03b90{0%{transform:rotate(0)}to{transform:rotate(61.2deg)}}@keyframes loading-18-9be03b90{0%{transform:rotate(0)}to{transform:rotate(64.8deg)}}@keyframes loading-19-9be03b90{0%{transform:rotate(0)}to{transform:rotate(68.4deg)}}@keyframes loading-20-9be03b90{0%{transform:rotate(0)}to{transform:rotate(72deg)}}@keyframes loading-21-9be03b90{0%{transform:rotate(0)}to{transform:rotate(75.6deg)}}@keyframes loading-22-9be03b90{0%{transform:rotate(0)}to{transform:rotate(79.2deg)}}@keyframes loading-23-9be03b90{0%{transform:rotate(0)}to{transform:rotate(82.8deg)}}@keyframes loading-24-9be03b90{0%{transform:rotate(0)}to{transform:rotate(86.4deg)}}@keyframes loading-25-9be03b90{0%{transform:rotate(0)}to{transform:rotate(90deg)}}@keyframes loading-26-9be03b90{0%{transform:rotate(0)}to{transform:rotate(93.6deg)}}@keyframes loading-27-9be03b90{0%{transform:rotate(0)}to{transform:rotate(97.2deg)}}@keyframes loading-28-9be03b90{0%{transform:rotate(0)}to{transform:rotate(100.8deg)}}@keyframes loading-29-9be03b90{0%{transform:rotate(0)}to{transform:rotate(104.4deg)}}@keyframes loading-30-9be03b90{0%{transform:rotate(0)}to{transform:rotate(108deg)}}@keyframes loading-31-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.31turn)}}@keyframes loading-32-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.32turn)}}@keyframes loading-33-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.33turn)}}@keyframes loading-34-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.34turn)}}@keyframes loading-35-9be03b90{0%{transform:rotate(0)}to{transform:rotate(126deg)}}@keyframes loading-36-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.36turn)}}@keyframes loading-37-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.37turn)}}@keyframes loading-38-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.38turn)}}@keyframes loading-39-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.39turn)}}@keyframes loading-40-9be03b90{0%{transform:rotate(0)}to{transform:rotate(144deg)}}@keyframes loading-41-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.41turn)}}@keyframes loading-42-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.42turn)}}@keyframes loading-43-9be03b90{0%{transform:rotate(0)}to{transform:rotate(154.8deg)}}@keyframes loading-44-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.44turn)}}@keyframes loading-45-9be03b90{0%{transform:rotate(0)}to{transform:rotate(162deg)}}@keyframes loading-46-9be03b90{0%{transform:rotate(0)}to{transform:rotate(165.6deg)}}@keyframes loading-47-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.47turn)}}@keyframes loading-48-9be03b90{0%{transform:rotate(0)}to{transform:rotate(172.8deg)}}@keyframes loading-49-9be03b90{0%{transform:rotate(0)}to{transform:rotate(.49turn)}}@keyframes loading-50-9be03b90{0%{transform:rotate(0)}to{transform:rotate(180deg)}}:where(.is--color-scheme-dark) .RewardsProfile__title[data-v-9be03b90]{color:#edeff1!important}:where(.is--color-scheme-dark) .RewardsProfile__subtitle[data-v-9be03b90]{color:#a0a6ae}:where(.is--color-scheme-dark) .RewardsProfile__list-item[data-v-9be03b90]{border-color:#3a3c3f}:where(.is--color-scheme-dark) .RewardsProfile__list-item[data-v-9be03b90]:hover{border-color:#8c8f91}:where(.is--color-scheme-dark) .RewardsProfile__list-item-title[data-v-9be03b90]{color:#d7dade}.RewardsSuccess__icon[data-v-766c2022]{margin-bottom:1rem}.RewardsSuccess__title[data-v-766c2022]{margin:0 0 1rem;font-size:1.5rem;font-weight:600;line-height:1.25;color:#292b2e}.RewardsSuccess__coins[data-v-766c2022]{width:100px;margin:0 auto 1rem}.RewardsSuccess__description[data-v-766c2022]{margin:0 0 1.5rem;font-size:.875rem;line-height:1.375}.RewardsSuccess__description--last[data-v-766c2022]{padding-bottom:1rem}.RewardsSuccess__cta[data-v-766c2022]{margin-top:.5rem}:where(.is--color-scheme-dark) .RewardsSuccess__title[data-v-766c2022]{color:#edeff1!important}:where(.is--color-scheme-dark) .RewardsSuccess__description[data-v-766c2022]{color:#a0a6ae}:where(.is--color-scheme-dark) .RewardsSuccess__description>strong[data-v-766c2022]{color:#edeff1}.CoinsLabel[data-v-ab6ba5a5]{padding:0 .5rem;font-weight:600;background:#fff;border-radius:10rem}.CoinsLabel--shadow[data-v-ab6ba5a5]{box-shadow:0 0 16px 4px #5454547a}.PresentImage[data-v-7f23e2d1]{display:flex;flex-direction:column;align-items:center}.PresentImage__label[data-v-7f23e2d1]{margin-top:-4.2rem}.present-cover[data-v-7f23e2d1]{transform:translateY(2.5rem);animation:open-present-7f23e2d1 .4s ease-in 1s forwards}.present-coin[data-v-7f23e2d1]{transform-origin:bottom;animation-name:pop-out-coin-7f23e2d1;animation-duration:.4s;animation-delay:1.3s;animation-fill-mode:forwards;animation-timing-function:ease-out}.confetti[data-v-7f23e2d1]{transform-origin:center;opacity:0;animation-name:pop-out-confetti-7f23e2d1;animation-duration:.3s;animation-delay:1.3s;animation-fill-mode:forwards}.confetti-a[data-v-7f23e2d1],.confetti-b[data-v-7f23e2d1],.confetti-c[data-v-7f23e2d1]{transform-origin:center;transform-box:fill-box;animation-name:fall-confetti-7f23e2d1;animation-duration:4s;animation-delay:1.4s;animation-fill-mode:forwards}.confetti-a[data-v-7f23e2d1]{--rotateY:4turn}.confetti-b[data-v-7f23e2d1]{--rotateY:-4.5turn}.confetti-c[data-v-7f23e2d1]{--rotateY:5turn}@keyframes open-present-7f23e2d1{0%{transform:translateY(2.5rem)}20%{transform:translateY(2.7rem)}90%{transform:translateY(-.1rem);opacity:1}to{opacity:0}}@keyframes pop-out-coin-7f23e2d1{0%{transform:translateY(0) scale(1)}40%{transform:translateY(-1rem) scale(1.7)}70%{transform:translateY(-1rem) scale(1.7)}to{transform:translateY(-.8rem) scale(1.4)}}@keyframes fall-confetti-7f23e2d1{0%{transform:rotateY(0) translateY(0)}to{transform:rotateY(var(--rotateY)) translateY(6rem)}}@keyframes pop-out-confetti-7f23e2d1{5%{opacity:1}to{opacity:1;transform:scale(1.35) translateY(-.5rem)}}:where(.is--color-scheme-dark) .PresentImage__label[data-v-7f23e2d1]{color:#f39f13!important}.CoinsReward__image[data-v-547e7b26]{margin-top:-5.5rem;padding-bottom:3rem}.Geolocation[data-v-df5c1ce5]{display:flex;align-items:center;justify-content:space-between}.Geolocation__location[data-v-df5c1ce5]{padding-right:1.25rem;color:#8c8f91;font-size:16px;letter-spacing:-.2px;text-align:left}.Radio[data-v-30139275]{display:flex;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Radio--left[data-v-30139275]{justify-content:flex-end}.Radio--bottom[data-v-30139275],.Radio--top[data-v-30139275]{flex-direction:column;justify-items:flex-start;align-items:center}.Radio--left[data-v-30139275],.Radio--right[data-v-30139275]{align-items:center}.Radio--top .Radio__error[data-v-30139275]{order:-1}.Radio--left .Radio__label[data-v-30139275],.Radio--right .Radio__label[data-v-30139275]{flex:1}.Radio--error .Radio__input[data-v-30139275]{border-color:#ea3a2b}.Radio--error .Radio__error[data-v-30139275]{color:#ea3a2b}.Radio--small[data-v-30139275]{gap:.625rem}.Radio--small .Radio__input[data-v-30139275]{width:1.2rem;height:1.2rem}.Radio--small .Radio__label[data-v-30139275]{font-size:.875rem}.Radio--big[data-v-30139275],.Radio--medium[data-v-30139275]{gap:.875rem}.Radio--medium .Radio__input[data-v-30139275]{width:1.375rem;height:1.375rem}.Radio--medium .Radio__label[data-v-30139275]{font-size:1rem}.Radio--big .Radio__input[data-v-30139275]{width:1.5rem;height:1.5rem}.Radio--big .Radio__label[data-v-30139275]{font-size:1.125rem}.Radio--hidden .Radio__input[data-v-30139275]{position:absolute;opacity:0;visibility:hidden}.Radio__input[data-v-30139275],.Radio__label[data-v-30139275]{cursor:pointer}.Radio__label[data-v-30139275]{margin:0;letter-spacing:-.0125rem;line-height:1.25;color:#292b2e}.Radio__error[data-v-30139275]{width:100%}.Radio__teleport[data-v-30139275]{display:flex;flex-shrink:0;align-items:center}.Radio.theme--primary .Radio__input[data-v-30139275]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d7dade;border-radius:50%;width:1.25rem;height:1.25rem;background-color:#f0f0f0}.Radio.is--checked.theme--primary .Radio__input[data-v-30139275]{animation:radioBorderToPrimary-30139275 .25s ease-in forwards;border-color:#f39f13}.Radio.is--checked .theme--survey[data-v-30139275]{color:#f39f13!important;border-color:#f39f13}@keyframes radioBorderToPrimary-30139275{0%{border-color:#fff;border-width:6px}to{border-color:#f39f13;border-width:6px;background-color:#fff}}:where(.is--color-scheme-dark) .Radio.theme--primary:hover .Radio__input[data-v-30139275]{border-color:#f39f13!important}:where(.is--color-scheme-dark) .Radio.theme--primary .Radio__input[data-v-30139275]{background-color:transparent;border-color:#d7dade}:where(.is--color-scheme-dark) .Radio.theme--primary .Radio__label[data-v-30139275]{color:#d7dade}#SettingsAboutMe .AppModal__content[data-v-5b3bb7e7]{overflow-anchor:none}#SettingsAboutMe .SettingsAboutMe__body[data-v-5b3bb7e7]{align-items:stretch}.SettingsAboutMe[data-v-5b3bb7e7]{overflow-anchor:none}.SettingsAboutMe__slider[data-v-5b3bb7e7]{margin:1.5rem 1rem 1rem;padding-top:1.5rem;padding-bottom:.75rem}.SettingsAboutMe__geolocation[data-v-5b3bb7e7]{margin-bottom:1rem}.SettingsAboutMe__divider[data-v-5b3bb7e7]{display:none;margin:0;border:0}.SettingsAboutMe__cta[data-v-5b3bb7e7]{margin-top:1.5rem;margin-bottom:0;color:#fff}.SettingsAboutMe__dropdown__radio-group[data-v-5b3bb7e7]{display:grid;grid-template-columns:50% 50%;grid-row-gap:1rem;font-size:.875rem}.SettingsAboutMe__dropdown__radio-group--compact[data-v-5b3bb7e7]{grid-row-gap:.5rem}.SettingsAboutMe__dropdown__radio-group[data-v-5b3bb7e7] .Checkbox,.SettingsAboutMe__dropdown__radio-group[data-v-5b3bb7e7] .Radio{margin-bottom:.5rem}.SettingsAboutMe__dropdown__radio[data-v-5b3bb7e7] .Radio__label{display:flex;flex-direction:row-reverse;gap:6px}.SettingsAboutMe__dropdown__radio__icon[data-v-5b3bb7e7]{width:auto;height:auto}[data-v-5b3bb7e7] .Checkbox{gap:.625rem}[data-v-5b3bb7e7] .Checkbox .Checkbox__label{font-size:.875rem}:where(.is--color-scheme-dark) .SettingsAboutMe[data-v-5b3bb7e7] .Dropdown__header__button{font-weight:400}:where(.is--color-scheme-dark) .SettingsAboutMe[data-v-5b3bb7e7] .Checkbox__label{color:#d7dade}#SettingsAccountInfo .SettingsAccountInfo__body[data-v-615108a8]{align-items:stretch}#SettingsAccountInfo .SettingsAccountInfo__section[data-v-615108a8]{padding-bottom:1rem}#SettingsAccountInfo .SettingsAccountInfo__error[data-v-615108a8]{color:#ea3a2b;font-size:.8125rem;margin-top:.3rem}#SettingsAccountInfo .SettingsAccountInfo__value[data-v-615108a8]{color:#292b2e;font-weight:600;overflow:hidden;text-overflow:ellipsis;max-width:80%;white-space:nowrap;flex:1}#SettingsAccountInfo .SettingsAccountInfo__link[data-v-615108a8]{margin-left:auto;padding-right:0;color:#f39f13;font-size:13px;font-weight:400}#SettingsAccountInfo .SettingsAccountInfo__column--left[data-v-615108a8]{color:#8c8f91;white-space:nowrap;margin-right:1rem;min-width:3.5rem;text-align:left}#SettingsAccountInfo .SettingsAccountInfo__column--right[data-v-615108a8]{display:flex;flex-grow:1;text-align:end;min-width:0}#SettingsAccountInfo .SettingsAccountInfo__row[data-v-615108a8]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-top:1rem}#SettingsAccountInfo .SettingsAccountInfo__row--editing-name[data-v-615108a8]{margin-top:3rem}#SettingsAccountInfo .SettingsAccountInfo__nickname[data-v-615108a8]{display:flex;width:100%}#SettingsAccountInfo .SettingsAccountInfo__editor[data-v-615108a8]{position:relative;width:100%;padding:.25rem .25rem .5rem}#SettingsAccountInfo .SettingsAccountInfo__editor--email[data-v-615108a8]{margin-top:1.5rem}#SettingsAccountInfo .SettingsAccountInfo__hint[data-v-615108a8]{position:absolute;bottom:100%;margin-bottom:.25rem;padding:0 .5rem;font-size:.625rem;color:#b5babf}#SettingsAccountInfo .SettingsAccountInfo__hint--left[data-v-615108a8]{left:0}#SettingsAccountInfo .SettingsAccountInfo__hint--right[data-v-615108a8]{right:0}#SettingsAccountInfo .SettingsAccountInfo__hint--error[data-v-615108a8]{color:#ea3a2b}#SettingsAccountInfo .SettingsAccountInfo__auto-top-up[data-v-615108a8]{margin-left:auto}@media(min-width:481px){.SettingsAccountInfo__section[data-v-615108a8]{margin-inline:2rem}}:where(.is--color-scheme-dark) .SettingsAccountInfo__column--left[data-v-615108a8]{color:#a0a6ae!important}:where(.is--color-scheme-dark) .SettingsAccountInfo__value[data-v-615108a8]{color:#edeff1!important}#SettingsBio .SettingsBio__body[data-v-00e922a0]{align-items:stretch}.SettingsBio__editor[data-v-00e922a0]{position:relative;padding:.25rem .25rem .5rem}.SettingsBio__field[data-v-00e922a0]{display:block;margin-bottom:.5rem;text-align:left}.SettingsBio__hint[data-v-00e922a0]{position:absolute;bottom:100%;margin-bottom:.25rem;padding:0 .5rem;font-size:.625rem;letter-spacing:-.05em;color:#b5babf}.SettingsBio__hint--left[data-v-00e922a0]{left:0}.SettingsBio__hint--right[data-v-00e922a0]{right:0}.SettingsBio__hint--error[data-v-00e922a0]{color:#ea3a2b}.SettingsBio__cta[data-v-00e922a0]{margin-top:1.5rem;margin-bottom:0}#SettingsChangePassword .SettingsChangePassword__body[data-v-2c9ec500]{align-items:stretch}.ModalSettingsChangePassword__box{width:100%}@media(min-width:768px){.ModalSettingsChangePassword__box{width:500px}}.ModalSettingsChangePassword__form{display:flex;flex-direction:column;align-items:center;max-width:400px;margin:auto}.ModalSettingsChangePassword__form fieldset,.ModalSettingsChangePassword__form__fieldset{width:100%;margin-bottom:.7rem}.ModalSettingsChangePassword__form fieldset>div,.ModalSettingsChangePassword__form__fieldset>div{position:relative}.ModalSettingsChangePassword__input>.Input{font-size:.875rem}.ModalSettingsChangePassword__forgotPassword{font-size:1rem;font-weight:400;line-height:16px;letter-spacing:-.200000003px;background:transparent;padding:0;border:0;margin-left:0;align-self:flex-start;color:#f39f13;margin-top:.5rem;margin-bottom:.5rem;cursor:pointer}.ModalSettingsChangePassword__box__close{text-align:right;display:block;width:26px;margin-left:auto;margin-top:1rem;margin-right:1rem;border:0;background:none;color:#a0a6ae;scale:1.4}.ModalSettingsChangePassword__box__close>svg{width:100%;height:100%}.ModalSettingsChangePassword__form__error{margin-top:.3rem;font-size:.8125rem;color:#ea3a2b;text-align:left}.ModalSettingsChangePassword__form__error--visible{display:block}.ModalSettingsChangePassword__cta,.ModalSettingsChangePassword__optout{outline:0;width:100%;padding:12px;border:0;background:transparent}.ModalSettingsChangePassword__cta{width:100%;height:54px;margin-top:1rem;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:.1875rem;font-size:1.125rem;letter-spacing:.02rem;font-weight:600;color:#fff;background:#f39f13;border-radius:.375rem;transition:transform .3s cubic-bezier(0,.99,.58,1.19)}.ModalSettingsChangePassword__cta:hover{transform:scale(1.05)}.ModalSettingsChangePassword__optout{font-size:.875rem;letter-spacing:-.0125rem;color:#fff}.SettingsEmailPreferences__reasons[data-v-1667423a]{list-style:none;max-width:100%;margin-block:36px;margin-left:auto;margin-right:auto;padding-left:0}@media(min-width:768px){.SettingsEmailPreferences__reasons[data-v-1667423a]{width:88%}}.SettingsEmailPreferences__reasons__item[data-v-1667423a]{margin-bottom:1.25rem;text-align:left;text-wrap:pretty}#SettingsIceBreaker .SettingsIceBreaker__body[data-v-0bac1028]{align-items:stretch}.SettingsIceBreaker__editor[data-v-0bac1028]{position:relative;padding:.25rem .25rem 0}.SettingsIceBreaker__field[data-v-0bac1028]{display:block;text-align:left}.SettingsIceBreaker__hint[data-v-0bac1028]{position:absolute;bottom:100%;margin-bottom:.25rem;padding:0 .5rem;font-size:.625rem;letter-spacing:-.05em;color:#b5babf}.SettingsIceBreaker__hint--left[data-v-0bac1028]{left:0}.SettingsIceBreaker__hint--right[data-v-0bac1028]{right:0}.SettingsIceBreaker__hint--error[data-v-0bac1028]{color:#ea3a2b}.SettingsIceBreaker__cta[data-v-0bac1028]{margin-top:1.5rem;margin-bottom:0}.LoggedForgotPassword{text-align:center}@media(min-width:768px){.LoggedForgotPassword{width:auto}}.LoggedForgotPassword__body,.LoggedForgotPassword__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.LoggedForgotPassword__content{overflow:clip;position:relative;height:100%}.LoggedForgotPassword .AppModal__subtitle{text-align:center}.LoggedForgotPassword__icon{color:#f39f13;display:flex;align-items:center;justify-content:center;background:#49bf2c;border-radius:50%;width:4rem;height:4rem;margin:auto auto 1rem}.LoggedForgotPassword__optout{background:transparent;border:1px solid #f39f13;color:#f39f13;font-size:1.125rem;font-weight:600;letter-spacing:-.0063rem;position:relative;z-index:1;width:calc(100% - 50px);max-width:392px;padding:12px;border-radius:.375rem}.SettingsLookingFor__form{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;padding-top:.5rem}.SettingsLookingFor__options{display:flex;flex-wrap:wrap;margin-bottom:1rem}.SettingsLookingFor__options__option{width:50%;margin-bottom:1.375rem}@media(max-width:575.98px){.SettingsLookingFor__options .Checkbox__input{width:1.25rem;height:1.25rem}.SettingsLookingFor__options .Checkbox__label{font-size:14px}}.SettingsLookingFor__body.AppModal__body{text-align:start}.SettingsLookingFor__title{color:#292b2e;font-size:1.375rem;font-weight:700}.SettingsMyInterests__form{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;padding-top:.5rem}.SettingsMyInterests__options{display:flex;flex-wrap:wrap;margin-bottom:1rem}.SettingsMyInterests__options__option{width:50%;margin-bottom:1.375rem}@media(max-width:575.98px){.SettingsMyInterests__options .Checkbox__input{width:1.25rem;height:1.25rem}.SettingsMyInterests__options .Checkbox__label{font-size:14px}}.SettingsMyInterests__body.AppModal__body[data-v-fcb77bc2]{text-align:start}.SettingsMyInterests__title[data-v-fcb77bc2]{color:#292b2e;font-size:1.375rem;font-weight:700}:where(.is--color-scheme-dark) .SettingsMyInterests__options__option[data-v-fcb77bc2] .Checkbox__label{color:#d7dade}.SettingsRoles__form{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;padding-top:.5rem}.SettingsRoles__options{display:flex;flex-wrap:wrap;margin-bottom:1rem}.SettingsRoles__options__option{width:50%;margin-bottom:1.375rem}@media(max-width:575.98px){.SettingsRoles__options .Checkbox__input{width:1.25rem;height:1.25rem}.SettingsRoles__options .Checkbox__label{font-size:14px}}.SettingsRoles__body.AppModal__body[data-v-97499424]{text-align:start}.SettingsRoles__title[data-v-97499424]{color:#292b2e;font-size:1.375rem;font-weight:700}:where(.is--color-scheme-dark) .SettingsRoles__options__option[data-v-97499424] .Checkbox__label{color:#d7dade}#SettingsVipCancelFlow .AppModal__title[data-v-477dfe9f]{margin-bottom:0}#SettingsVipCancelFlow .AppModal__subtitle[data-v-477dfe9f]{margin:0 auto}.SettingsVipCancelFlow[data-v-477dfe9f]{align-content:center}@media(min-width:768px){.SettingsVipCancelFlow[data-v-477dfe9f]{width:100%;height:494px}}.SettingsVipCancelFlow__content[data-v-477dfe9f]{overflow:clip;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;text-align:center;max-width:20rem}@media(min-width:768px){.SettingsVipCancelFlow__content[data-v-477dfe9f]{justify-content:flex-start;height:auto}}.SettingsVipCancelFlow__form[data-v-477dfe9f]{display:flex;flex-direction:column;align-items:center}.SettingsVipCancelFlow__advice[data-v-477dfe9f]{max-width:90%;margin:auto auto 1.875rem;font-size:16px;letter-spacing:-.0063rem;font-weight:400;line-height:1.5;color:#292b2e}.SettingsVipCancelFlow__list[data-v-477dfe9f]{list-style:none;max-width:76%;padding:0;text-align:left;font-size:16px;color:#292b2e;margin-top:2rem;margin-bottom:2rem}.SettingsVipCancelFlow__list__item[data-v-477dfe9f]{display:flex;margin-bottom:14px}.SettingsVipCancelFlow__list__item[data-v-477dfe9f]:last-child{margin-bottom:0}.SettingsVipCancelFlow__list svg[data-v-477dfe9f]{flex-shrink:0;margin-right:15px}.SettingsVipCancelFlow__list strong[data-v-477dfe9f]{display:contents;font-weight:700}.SettingsVipCancelFlow__reason[data-v-477dfe9f]{margin-bottom:22px}.SettingsVipCancelFlow__cta[data-v-477dfe9f]{margin-top:1rem}.SettingsVipCancelFlow[data-v-477dfe9f] .Checkbox__label{color:#292b2e}:where(.is--color-scheme-dark) .SettingsVipCancelFlow__list__item[data-v-477dfe9f]{color:#edeff1}#AiAssistantSurvey .AiAssistantSurvey__cta{margin-bottom:1rem}#AiAssistantSurvey .AiAssistantSurvey__options{display:flex;flex-wrap:wrap;white-space:nowrap;justify-content:center;margin-top:2rem}#AiAssistantSurvey .AiAssistantSurvey__body .ai-icon{margin-bottom:20px;color:transparent}#AiAssistantSurvey .AiAssistantSurvey__body .AppModal__title{font-size:24px;margin-bottom:.5rem;padding-right:2rem;padding-left:2rem;text-wrap:balance;line-height:1.4}#AiAssistantSurvey .AiAssistantSurvey__error{margin-bottom:.25rem;padding:0 .5rem;font-size:.625rem;letter-spacing:-.025rem;color:#ea3a2b}#AiAssistantSurvey .AiAssistantSurvey__textarea{width:100%;height:100px;margin-bottom:1rem;padding:.75rem;background-color:#f0f0f0;border-radius:.25rem;border:none;color:#292b2e}#AiAssistantSurvey .AiAssistantSurvey__textarea:focus{outline:none}#AiAssistantSurvey .AiAssistantSurvey__textarea::-moz-placeholder{color:#5b5f63}#AiAssistantSurvey .AiAssistantSurvey__textarea::placeholder{color:#5b5f63}.TokensStepError__content[data-v-b32281f7]{display:flex;flex-grow:1;align-items:center;flex-direction:column;padding-top:3rem;padding-bottom:3rem;margin-top:.25rem}.TokensStepError__icon[data-v-b32281f7]{margin-bottom:1rem;color:#ea3a2b}.TokensStepError__title[data-v-b32281f7]{margin-bottom:1rem;color:#303437;font-weight:600}.TokensStepError__description[data-v-b32281f7],.TokensStepError__info[data-v-b32281f7]{padding-bottom:1.5rem;font-size:.9375rem}.TokensStepError__info[data-v-b32281f7]{font-weight:700}:where(.is--color-scheme-dark) .TokensStepError__icon[data-v-b32281f7]{color:#d7dade}:where(.is--color-scheme-dark) .TokensStepError__title[data-v-b32281f7]{color:#edeff1}:where(.is--color-scheme-dark) .TokensStepError__description[data-v-b32281f7],:where(.is--color-scheme-dark) .TokensStepError__info[data-v-b32281f7]{color:#a0a6ae}.TokensStepLegal{display:flex;flex-direction:column;align-items:center}.TokensStepLegal__title{font-size:1.5rem;font-weight:700;text-align:center;color:#292b2e;line-height:1.33}.TokensStepLegal__date{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 10px;background-color:#f0f0f0;border-radius:10px}.TokensStepLegal__container{outline:1px solid #edeff1;overflow:auto;max-height:60vh;flex-grow:1;flex-basis:60%;margin:.5rem 0 .75rem;padding:0 1rem;border-bottom:1rem solid #fff;text-align:left}.TokensStepLegal__container h2,.TokensStepLegal__container h3{font-size:.8125rem}.TokensStepLegal__button{max-width:280px!important;width:100%}:where(.is--color-scheme-dark) .TokensStepLegal__title{color:#edeff1}:where(.is--color-scheme-dark) .TokensStepLegal__date{background-color:#3f4143;color:#d7dade}:where(.is--color-scheme-dark) .TokensStepLegal__container{outline-color:#5e6165;border-bottom:1rem solid #252729;color:#d7dade}.TokensStepLimitReached__title[data-v-ccb6676a]{display:flex;justify-content:center;margin:3rem 0 1.2rem;padding:0 .5rem;color:#292b2e;font-weight:700;letter-spacing:-.0125rem;font-size:1.375rem}@media(min-width:768px){.TokensStepLimitReached__title[data-v-ccb6676a]{margin-top:1rem}}.TokensStepLimitReached__subtitle[data-v-ccb6676a]{max-width:20rem;margin:0 auto 2.5rem;padding:0 .5rem;color:#292b2e;font-size:1rem;line-height:1.5}.TokensStepLimitReached__cta[data-v-ccb6676a]{display:flex;align-items:center;justify-content:center;width:100%;margin:0 auto 1rem;padding:14px 10px;border:0;border-radius:.25rem;background:#f39f13;color:#fff;font-size:.9375rem;font-weight:600;transition:background-color .2s ease}.TokensStepLimitReached__cta[data-v-ccb6676a]:hover{background-color:#d88700}.TokensStepLimitReached__cta__text[data-v-ccb6676a]{flex-shrink:0}.TokensStepLimitReached__cta__coins[data-v-ccb6676a]{width:1rem;margin-right:.5rem}.TokensStepLimitReached__cta__icon[data-v-ccb6676a]{flex-shrink:1;width:111px;height:15px}.TokensStepLimitReached__cta--paypal .TokensStepLimitReached__cta__coins[data-v-ccb6676a]{display:flex;align-items:center;width:auto;margin-left:6px;margin-right:12px}.TokensStepLimitReached__cta--paypal .TokensStepLimitReached__cta__coins[data-v-ccb6676a] svg{flex-shrink:0;width:1rem!important}.TokensStepLimitReached__cta--paypal .TokensStepLimitReached__cta__coins[data-v-ccb6676a]:after{content:"";display:block;flex-shrink:0;width:1px;height:1.25rem;margin-left:12px;background-color:#f9cf89}.TokensStepLimitReached__optout[data-v-ccb6676a]{border:0;background:transparent;color:#f39f13;font-size:1rem}.is--viewport-desktop .TokensStepLimitReached__cta[data-v-ccb6676a],.is--viewport-tablet .TokensStepLimitReached__cta[data-v-ccb6676a]{width:60%}:where(.is--color-scheme-dark) .TokensStepLimitReached__title[data-v-ccb6676a]{color:#edeff1}:where(.is--color-scheme-dark) .TokensStepLimitReached__subtitle[data-v-ccb6676a]{color:#a0a6ae}.GooglePayBtn[data-v-736910f9]{position:relative}.GooglePayBtn__facade[data-v-736910f9]{position:relative;z-index:1;pointer-events:none}.GooglePayBtn__button[data-v-736910f9]{display:flex;gap:8px;padding-top:14px;padding-bottom:14px;font-size:1.25rem}.GooglePayBtn__button svg[data-v-736910f9]{max-width:60px;margin-left:0}.GooglePayBtn>google-pay-button{cursor:pointer;opacity:0;position:absolute;inset:0;width:100%!important;height:100%!important;z-index:2}.GooglePayBtn>google-pay-button>div{height:100%}.gpay-card-info-container{width:100%;height:100%!important;max-height:none!important}.OneClickGenericBtn[data-v-f8d6dafe]{padding-top:.75rem;padding-bottom:.75rem;border:0;background:transparent;text-align:center}.OneClickGenericBtn--solid[data-v-f8d6dafe]{display:block;width:100%;margin-bottom:1rem;border-radius:.25rem;font-size:1.125rem;font-weight:600;color:#fff;background-color:#f39f13;transition:all .15s ease-in-out}.OneClickGenericBtn--solid[data-v-f8d6dafe]:hover{background-color:#d88700}.OneClickGenericBtn--standard[data-v-f8d6dafe]{display:flex}.OneClickGenericBtn--standard>svg[data-v-f8d6dafe]{margin:0 5px}.OneclickPaypalBtn[data-v-cb308815]{gap:10px;background:#f6c73b;color:#292b2e}.OneclickPaypalBtn svg[data-v-cb308815]{margin-left:0}.PaymentFooter{text-align:center}.PaymentFooter__pci{width:100%;max-width:284px;aspect-ratio:284/45;margin-bottom:1rem;margin-left:auto;margin-right:auto;background:url(/shared/images/payment/pci.webp) no-repeat 50%;background-size:contain}.PaymentFooter__biller,.PaymentFooter__segpay{display:block;min-height:30px;margin-bottom:14px;color:#b5babf;letter-spacing:-.0125rem;font-size:.625rem;text-wrap:pretty}.PaymentFooter__biller+.PaymentFooter__list{padding-top:0}.PaymentFooter__segpay{min-height:0;margin:0}.PaymentFooter__list{display:flex;justify-content:center;margin-top:auto;padding:1.25rem 0 0;font-size:.75rem;list-style:none}.PaymentFooter__list__item{letter-spacing:-.0125rem;font-size:.625rem}.PaymentFooter__list__item:before{content:"|";margin:.25rem 0 0;height:1.5rem;color:#b5babf;font-weight:300}.PaymentFooter__list__item:first-child:before{display:none}.PaymentFooter__list__item__link{padding:.25rem;color:#8c8f91}.PaymentFooter__list__item__link:hover{color:#f39f13}.PaymentFooter--typein .PaymentFooter__biller{min-height:45px}.is--oneclick .PaymentFooter__biller{min-height:0}:where(.is--color-scheme-dark) .PaymentFooter__biller,:where(.is--color-scheme-dark) .PaymentFooter__segpay{color:#8c8f91}:where(.is--color-scheme-dark) .PaymentFooter__pci{background-image:url(/shared/images/payment/pci-darkmode.webp)}.TokensStepOneClick[data-v-8d55f446]{margin-top:-16px}.TokensStepOneClick__header[data-v-8d55f446]{margin-bottom:20px}.TokensStepOneClick__title[data-v-8d55f446]{display:flex;flex-direction:column;justify-content:center;margin-bottom:.125rem;color:#292b2e;font-weight:700;font-size:1.375rem;letter-spacing:-.0125rem}.TokensStepOneClick__subtitle[data-v-8d55f446]{display:block;margin-bottom:1rem;padding:.25rem;text-align:center;color:#303437;font-size:.875rem;font-weight:500}.TokensStepOneClick__offers[data-v-8d55f446]{font-weight:500;font-size:1rem;color:#292b2e;letter-spacing:-.0125rem}.TokensStepOneClick__offer[data-v-8d55f446]{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:.25rem 12px;border-radius:50px;background:#f0f0f0;font-weight:600}.TokensStepOneClick__offer--vip[data-v-8d55f446]{color:#fff;background:linear-gradient(272.54deg,#931bf8 -28.09%,#5f29fb 45.77%,#0038ff 117.2%)}.TokensStepOneClick__plus[data-v-8d55f446]{margin:0 2px}.TokensStepOneClick__icon[data-v-8d55f446]{margin-left:.25rem}.TokensStepOneClick__icon-vip[data-v-8d55f446]{margin-right:.25rem}.TokensStepOneClick__checkbox[data-v-8d55f446]{align-items:flex-start;margin:0 0 10px;text-align:left}.TokensStepOneClick__checkbox[data-v-8d55f446]:last-of-type{margin-bottom:22px}.TokensStepOneClick__checkbox a[data-v-8d55f446]{color:#5f29fb;font-weight:700}.TokensStepOneClick__checkbox__icon-vip[data-v-8d55f446]{margin-right:0}.TokensStepOneClick__terms[data-v-8d55f446]{margin-bottom:1.625rem}.TokensStepOneClick__terms__text[data-v-8d55f446]{margin-top:.5rem;margin-bottom:1.5rem;padding-bottom:.25rem;color:#303437}.TokensStepOneClick__terms__text__link[data-v-8d55f446]{padding:0;color:#f39f13;text-decoration:none;background-color:transparent;border:0}.TokensStepOneClick__payment[data-v-8d55f446]{margin-bottom:22px!important;padding:14px 20px;border-radius:.5rem}.TokensStepOneClick__payment--gpay[data-v-8d55f446]{margin-top:18px;margin-bottom:14px!important;padding:0}.TokensStepOneClick__change[data-v-8d55f446]{margin-bottom:20px;color:#f39f13;text-decoration:none;background:transparent;border:0;font-size:1.125rem;letter-spacing:-.1px;font-weight:600}.TokensStepOneClick__company[data-v-8d55f446],.TokensStepOneClick__membership[data-v-8d55f446],.TokensStepOneClick__processor[data-v-8d55f446]{margin-bottom:.4rem;font-size:.625rem;letter-spacing:-.0125rem;line-height:1.25;color:#292b2e}.TokensStepOneClick__membership[data-v-8d55f446]{margin-bottom:.75rem}.TokensStepOneClick__membership.is--hidden[data-v-8d55f446]{visibility:hidden}.TokensStepOneClick__processor[data-v-8d55f446]{margin-bottom:.5rem}.TokensStepOneClick[data-v-8d55f446] .Menu__footer__list{padding-top:0}:where(.is--color-scheme-dark) .TokensStepOneClick__title[data-v-8d55f446]{color:#edeff1}:where(.is--color-scheme-dark) .TokensStepOneClick__subtitle[data-v-8d55f446]{color:#a0a6ae}:where(.is--color-scheme-dark) .TokensStepOneClick__plus[data-v-8d55f446]{color:#a0a6ae}:where(.is--color-scheme-dark) .TokensStepOneClick__offer--regular[data-v-8d55f446]{background:#d7dade}:where(.is--color-scheme-dark) .TokensStepOneClick__condition[data-v-8d55f446]{color:#a0a6ae}:where(.is--color-scheme-dark) .TokensStepOneClick__checkbox--vip[data-v-8d55f446] .TokensStepOneClick__checkbox__icon-vip path{fill:#d7dade}:where(.is--color-scheme-dark) .TokensStepOneClick__checkbox--vip button[data-v-8d55f446]{color:#d7dade}:where(.is--color-scheme-dark) .TokensStepOneClick__terms__text[data-v-8d55f446]{color:#a0a6ae}:where(.is--color-scheme-dark) .TokensStepOneClick__terms__text__link[data-v-8d55f446]{color:#d7dade}.TokensStepOneClick__checkbox .Checkbox__label{align-content:center;min-height:18px;font-size:.625rem;letter-spacing:0;line-height:1.3}div.AppModal:has(.Modal--tokens-modal-shop) .Tokens__body{padding-left:0;padding-right:0}div.AppModal:has(.Modal--tokens-modal-shop) .Tokens__content{padding-left:15px;padding-right:15px}.TokensStepPackages__title{margin-top:-20px;margin-bottom:14px;padding:0 .5rem;font-size:1.5rem;font-weight:700;letter-spacing:-.0125rem;color:#292b2e}.TokensStepPackages__offers{margin:0 auto!important}.TokensStepPackages__offers .Offers__sticky{width:calc(100% + 30px)}.TokensStepPackages__offers .Offers__sticky:before{left:0;width:100%;transform:translate(0)}:where(.is--color-scheme-dark) .TokensStepPackages__title{color:#edeff1}:where(.is--color-scheme-dark) .TokensStepPackages__offers .Offers__sticky{background:#252729}.TokensStep3DS[data-v-e6c61223]{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem;text-align:center}.TokensStep3DS__content[data-v-e6c61223]{max-width:400px;width:100%}.TokensStep3DS__iframe[data-v-e6c61223]{width:100%;height:100vh;border:0}.PaymentForm__wrapper--full[data-v-78b27d92]{width:100%}.PaymentForm__wrapper--half[data-v-78b27d92]{width:calc(50% - 6px)}.PaymentForm__fieldset[data-v-78b27d92]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 0;margin-bottom:26px}.PaymentForm__label[data-v-78b27d92]{display:flex}.PaymentForm__input[data-v-78b27d92]{width:100%;padding:13px 13px 13px 9px;border:1px solid #edeff1;border-radius:.25rem;background-color:#f0f0f0;font-size:.9375rem;background-repeat:no-repeat;background-position:center right 13px}.PaymentForm__input.is--invalid[data-v-78b27d92]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="none"><path fill="rgba(234, 58, 43, 0.99)" d="M13 .813A12.187 12.187 0 1 0 25.188 13 12.2 12.2 0 0 0 13 .812Zm-.938 6.562a.938.938 0 0 1 1.876 0v6.563a.938.938 0 0 1-1.876 0zM13 19.563a1.407 1.407 0 1 1 0-2.814 1.407 1.407 0 0 1 0 2.814"/></svg>');background-size:18px}.PaymentForm__input--cardnumber[data-v-78b27d92]{padding-right:94px;background-image:url(./cc-brands.DbI_ZAr3.svg)}.PaymentForm__input--cardnumber.is--valid.is--visa[data-v-78b27d92]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='27' fill='none' viewBox='0 0 40 27'%3E%3Cpath fill='%230023a0' fill-rule='evenodd' d='M26.246 7.056c-3.152 0-5.367 1.676-5.386 4.072-.02 1.775 1.583 2.765 2.79 3.355 1.244.603 1.66.991 1.655 1.53-.012.828-.995 1.204-1.91 1.204-1.273 0-1.952-.185-2.996-.644l-.414-.197-.445 2.761c.745.344 2.121.642 3.552.657 3.345 0 5.521-1.656 5.547-4.214.013-1.408-.838-2.473-2.678-3.353-1.111-.572-1.798-.951-1.788-1.531.001-.512.577-1.061 1.826-1.061a5.6 5.6 0 0 1 2.385.474l.284.142.434-2.675a7.9 7.9 0 0 0-2.856-.52m-9.896.216-1.993 12.34h3.185l1.995-12.34zm-7.785 8.422 3.119-8.41h3.374l-5.016 12.315-3.373.001L3.815 8.8c1.959.891 3.64 3.09 4.417 5.185zm26.248-8.41c-.764 0-1.336.218-1.672 1.025l-4.73 11.307h3.346s.547-1.522.67-1.855l1.84.003h.005l2.235.004c.099.43.388 1.848.388 1.848h2.96l-2.58-12.332zm.437 4.391-.212-1.064c-.081.23-.19.53-.279.77-.089.242-.155.423-.145.406 0 0-1.005 2.741-1.27 3.45h2.646z' clip-rule='evenodd'/%3E%3Cpath fill='%23ffab00' d='M5.672 7.277H.532l-.03.212c3.997 1.022 6.633 3.532 7.73 6.5L7.116 8.315c-.192-.78-.752-1.011-1.444-1.039'/%3E%3C/svg%3E");background-size:24px}.PaymentForm__input--cardnumber.is--valid.is--mastercard[data-v-78b27d92]{background-image:url(./mastercard.DJad2Byk.svg);background-size:24px}.PaymentForm__input--cardCVV[data-v-78b27d92]{padding-right:38px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='17' fill='none' viewBox='0 0 23 17'%3E%3Cpath fill='%23dbdcdc' d='M0 1h22v8H0zM0 12h22v5H0z'/%3E%3Cpath fill='%23dbdcdc' fill-rule='evenodd' d='M14.337 1A5.5 5.5 0 0 0 12 5.5c0 1.33.472 2.55 1.257 3.5H3a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-.6a5.5 5.5 0 0 0 2-1.737V15a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zm6.707.293q.359.304.662.663a2 2 0 0 0-.662-.663' clip-rule='evenodd'/%3E%3Cpath fill='%2377787d' fill-rule='evenodd' d='M12.6 3a5.5 5.5 0 0 0-.578 3H0V3z' clip-rule='evenodd' opacity='.4'/%3E%3Cpath fill='%2377787d' fill-rule='evenodd' d='M17.5 11a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11m-2.184-7.779h-.621l-1.516.77v.786l1.202-.628v3.63h.943V3.22zm1.807.629c.448 0 .762.251.762.613 0 .393-.37.668-.904.668h-.235v.668h.283c.565 0 .95.282.95.691 0 .393-.377.66-.911.66-.393 0-.786-.126-1.194-.37v.786c.44.189.88.291 1.312.291 1.029 0 1.736-.526 1.736-1.288 0-.535-.33-.967-.88-1.14.472-.157.778-.573.778-1.045 0-.738-.652-1.241-1.595-1.241a3.1 3.1 0 0 0-1.234.267v.77c.378-.212.763-.33 1.132-.33m3.394 1.713c.574 0 .974.338.974.778 0 .463-.4.785-.974.785q-.52.002-1.076-.337v.809c.385.173.778.26 1.163.26.204 0 .392-.032.573-.08.42-.68.643-1.463.644-2.262l-.015-.33a1.8 1.8 0 0 0-.967-.252 3 3 0 0 0-.448.032V3.944h1.132a4.4 4.4 0 0 0-.362-.723h-1.587v2.475a4 4 0 0 1 .943-.133' clip-rule='evenodd'/%3E%3C/svg%3E")}.PaymentForm__input[data-v-78b27d92]::-moz-placeholder{color:#8c8f91}.PaymentForm__input[data-v-78b27d92]::placeholder{color:#8c8f91}.PaymentForm__input[data-v-78b27d92]:focus{outline:0;border-color:transparent;background-color:#fff;box-shadow:0 0 8px #0000001f}.PaymentForm__error[data-v-78b27d92]{display:block;margin-top:.3rem;color:#ea3a2b;text-align:left}.PaymentForm__submit[data-v-78b27d92]{margin:auto auto 24px}.PaymentForm__submit[data-v-78b27d92]:has(+.PaymentForm__optout){margin-bottom:10px}.PaymentForm__optout[data-v-78b27d92]{margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-weight:600}.PaymentForm__icon[data-v-78b27d92]{color:#931bf8}.PaymentForm__condition[data-v-78b27d92]{align-content:center;min-height:18px;margin:0;font-size:.625rem;letter-spacing:.15px;text-align:left}.PaymentForm__condition.is--invalid[data-v-78b27d92],.PaymentForm__condition.is--invalid>.Button[data-v-78b27d92]{color:#ea3a2b}.PaymentForm__fallback[data-v-78b27d92]{text-align:left;color:#ea3a2b;font-size:.75rem}.PaymentForm__fallback button[data-v-78b27d92]{color:#ea3a2b;text-decoration:underline;font-weight:700}.PaymentForm__form .Checkbox[data-v-78b27d92]{align-items:flex-start}.PaymentForm__form .Checkbox.is--invalid[data-v-78b27d92] .Checkbox__input{border-color:#ea3a2b}.PaymentForm__badge[data-v-78b27d92]{position:absolute;bottom:100%;right:16px;font-size:1rem;padding:5px 7px;transform:translateY(50%)}:where(.is--color-scheme-dark) .PaymentForm__input[data-v-78b27d92]{border-color:#3f4143;background-color:#3f4143;color:#a0a6ae}:where(.is--color-scheme-dark) .PaymentForm__input[data-v-78b27d92]:focus{background-color:#3f4143;color:#fff}:where(.is--color-scheme-dark) .PaymentForm__input.is--invalid[data-v-78b27d92]{background-blend-mode:screen}:where(.is--color-scheme-dark) .PaymentForm__error[data-v-78b27d92]{color:#fff}:where(.is--color-scheme-dark) .PaymentForm__condition[data-v-78b27d92]{color:#a0a6ae}:where(.is--color-scheme-dark) .PaymentForm__wrapper--vip .PaymentForm__condition button[data-v-78b27d92],:where(.is--color-scheme-dark) .PaymentForm__wrapper--vip .PaymentForm__icon[data-v-78b27d92]{color:#d7dade}.PaymentInformation[data-v-faedd5b0]{text-align:center}.PaymentInformation__profile[data-v-faedd5b0]{width:114px;margin:0 auto 1rem}.PaymentInformation__title[data-v-faedd5b0]{display:flex;flex-direction:column;justify-content:center;margin-bottom:2px;color:#292b2e;font-weight:700;font-size:1.375rem;letter-spacing:-.0125rem}.PaymentInformation--special-offer .PaymentInformation__title[data-v-faedd5b0]{margin-bottom:1rem}.PaymentInformation__subtitle[data-v-faedd5b0]{display:block;margin-bottom:14px;padding:.25rem 0;text-align:center;color:#303437;font-size:.875rem;font-weight:400;letter-spacing:-.0125rem}.PaymentInformation__specialOffer[data-v-faedd5b0]{display:block;margin-bottom:1rem;font-size:1.125rem;line-height:1.35;letter-spacing:-.0125rem;text-align:center;color:#5b5f63}.PaymentInformation__offers[data-v-faedd5b0]{margin-bottom:1.5rem;font-weight:500;font-size:1rem;color:#292b2e;letter-spacing:-.0125rem}.PaymentInformation--special-offer .PaymentInformation__offers[data-v-faedd5b0]{margin-bottom:1rem}.PaymentInformation:has(+.PaymentSelector) .PaymentInformation__offers[data-v-faedd5b0]{margin-bottom:.75rem}.PaymentInformation__offer[data-v-faedd5b0]{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:.25rem 12px;border-radius:50px;background:#f0f0f0;font-weight:600}.PaymentInformation__offer--vip[data-v-faedd5b0]{color:#fff;background:linear-gradient(272.54deg,#931bf8 -28.09%,#5f29fb 45.77%,#0038ff 117.2%)}.PaymentInformation__plus[data-v-faedd5b0]{margin:0 2px}.PaymentInformation__icon[data-v-faedd5b0]{margin-left:.25rem}.PaymentInformation__icon-vip[data-v-faedd5b0]{margin-right:.25rem}.PaymentInformation__wallet[data-v-faedd5b0]{position:absolute;top:88px}.PaymentInformation[data-v-faedd5b0] .Avatar__wrapper{background:#edeff1}.PaymentInformation[data-v-faedd5b0] .Avatar__placeholder,.PaymentInformation[data-v-faedd5b0] .Avatar__wrapper.is--bordered{position:relative;border:3px solid #fff}.PaymentInformation[data-v-faedd5b0] .Avatar__placeholder:before{content:"";position:absolute;bottom:0;left:0;right:0;height:80%;background:#fff}.PaymentInformation[data-v-faedd5b0] .TokensWallet{padding:0 7px;border-radius:5rem;background:#fbefe3}.PaymentInformation[data-v-faedd5b0] .TokensWallet__label{color:#292b2e!important;background:transparent!important}.PaymentInformation[data-v-faedd5b0] .TokensWallet__coin{width:14px;margin-right:4px!important}:where(.is--color-scheme-dark) .PaymentInformation__title[data-v-faedd5b0]{color:#edeff1}:where(.is--color-scheme-dark) .PaymentInformation__plus[data-v-faedd5b0],:where(.is--color-scheme-dark) .PaymentInformation__specialOffer[data-v-faedd5b0],:where(.is--color-scheme-dark) .PaymentInformation__subtitle[data-v-faedd5b0]{color:#a0a6ae}:where(.is--color-scheme-dark) .PaymentInformation__offer--regular[data-v-faedd5b0]{border:1px solid #5e6165;background:transparent;color:#edeff1}.OneclickPayBtn[data-v-aae84e64]{padding-top:.75rem;padding-bottom:.75rem;border:0;background:transparent;text-align:center}.OneclickPayBtn--solid[data-v-aae84e64]{display:block;width:100%;margin-bottom:1rem;border-radius:.25rem;font-size:1.125rem;font-weight:600;color:#fff;background-color:#f39f13;transition:all .15s ease-in-out}.OneclickPayBtn--solid[data-v-aae84e64]:hover{background-color:#d88700}.OneclickPayBtn--standard[data-v-aae84e64]{display:flex}.OneclickPayBtn--standard>svg[data-v-aae84e64]{margin:0 5px}.PaymentSelector[data-v-676c68ef]{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem}.PaymentSelector--oneclick .PaymentSelector__container[data-v-676c68ef]{display:flex;justify-content:center;align-items:center;gap:.625rem}.PaymentSelector__button[data-v-676c68ef],.PaymentSelector__separator[data-v-676c68ef]{display:flex;align-items:center;justify-content:center}.PaymentSelector__button[data-v-676c68ef]{cursor:pointer;min-width:134px;height:46px;padding:.313rem .625rem;border:1px solid #8c8f91;border-radius:10px;background:transparent}.PaymentSelector__button--selected[data-v-676c68ef]{border-color:#0038ff;background:#0038ff0f}.PaymentSelector__separator[data-v-676c68ef]{position:relative;flex-direction:column;width:1.625rem}.PaymentSelector__separator>span[data-v-676c68ef]{width:1.625rem;height:1.625rem;padding:.063rem;border:1px solid #8c8f91;border-radius:50%;font-weight:500}.PaymentSelector__separator[data-v-676c68ef]:after,.PaymentSelector__separator[data-v-676c68ef]:before{content:"";height:.875rem;width:.063rem;background-color:#8c8f91}.is--viewport-desktop .PaymentSelector[data-v-676c68ef],.is--viewport-tablet .PaymentSelector[data-v-676c68ef]{margin-bottom:1.5rem}:where(.is--color-scheme-dark) .PaymentSelector__button--pay[data-v-676c68ef]{background:#fef7ec}:where(.is--color-scheme-dark) .PaymentSelector__button--paypal[data-v-676c68ef]{border-color:#c4c4c4;background:#f0f0f0}:where(.is--color-scheme-dark) .PaymentSelector__button--selected[data-v-676c68ef]{border-color:#f39f13}:where(.is--color-scheme-dark) .PaymentSelector__separator[data-v-676c68ef]:after,:where(.is--color-scheme-dark) .PaymentSelector__separator[data-v-676c68ef]:before{background:#5e6165}:where(.is--color-scheme-dark) .PaymentSelector__separator>span[data-v-676c68ef]{color:#edeff1;border-color:#5e6165;background:transparent}.TokensStepPayment[data-v-f639df7a]{margin-top:-.5rem;animation-name:fade-in}.TokensStepPayment--special-offer[data-v-f639df7a]{padding:1.5rem}.TokensStepPayment--segpay[data-v-f639df7a]{height:300px}.TokensStepPayment__spinner[data-v-f639df7a]{margin-top:3rem;margin-left:auto;margin-right:auto}.TokensStepPayment__container[data-v-f639df7a]{animation-name:fade-in}.TokensStepPayment__overlay[data-v-f639df7a]{width:calc(100% + 3rem);margin:-2rem -1.5rem;animation-name:fade-in}.TokensStepPayment__redirecting[data-v-f639df7a]{display:flex;align-items:center;justify-content:center;height:300px}:where(.is--color-scheme-dark) .TokensStepPayment[data-v-f639df7a]{background:#252729;color:#edeff1}:where(.is--color-scheme-dark) .TokensStepPayment__overlay[data-v-f639df7a]{background:#252729}:where(.is--color-scheme-dark) .TokensStepPayment__overlay[data-v-f639df7a] .Loader__title{color:#edeff1}:where(.is--color-scheme-dark) .TokensStepPayment__overlay[data-v-f639df7a] .Loader__message{color:#a0a6ae!important}.ModalStepPaymentMethod__list[data-v-64a1e302]{list-style:none;display:flex;flex-direction:column;max-width:532px;padding:0 25px;margin:0 auto 14px}.ModalStepPaymentMethod__title[data-v-64a1e302]{margin-top:1.25rem;margin-bottom:1.875rem;font-weight:700;font-size:1.375rem;line-height:1.15;letter-spacing:-.0125rem}.ModalStepPaymentMethod__item[data-v-64a1e302]{position:relative;border-bottom:1px solid #d7dade}.ModalStepPaymentMethod__item--gpay .ModalStepPaymentMethod__icon[data-v-64a1e302]{width:37px}.ModalStepPaymentMethod__item--paypal .ModalStepPaymentMethod__icon[data-v-64a1e302]{width:18px}.ModalStepPaymentMethod__item--cards .ModalStepPaymentMethod__icon[data-v-64a1e302]{width:93px}.ModalStepPaymentMethod__label[data-v-64a1e302]{display:flex;gap:10px;align-items:center;width:100%;padding:0;font-size:1.125rem;font-weight:500;color:#303437;letter-spacing:-.0125rem}.ModalStepPaymentMethod__button[data-v-64a1e302]{display:flex;gap:10px;justify-content:flex-start;padding:27px 10px;border-radius:0}.ModalStepPaymentMethod__button[data-v-64a1e302]:hover{background:#f0f0f0}.ModalStepPaymentMethod__chevron[data-v-64a1e302]{margin-left:auto}.is--viewport-small-mobile .ModalStepPaymentMethod__title[data-v-64a1e302]{margin-bottom:10px}.is--viewport-small-mobile .ModalStepPaymentMethod__list[data-v-64a1e302]{padding:0 16px}.is--viewport-small-mobile .ModalStepPaymentMethod__label[data-v-64a1e302]{font-size:1rem}.is--viewport-small-mobile .ModalStepPaymentMethod__item--cards .ModalStepPaymentMethod__icon[data-v-64a1e302]{width:70px}.is--viewport-small-mobile .ModalStepPaymentMethod__footer[data-v-64a1e302] .PaymentFooter__list{margin-bottom:0}.is--viewport-desktop .ModalStepPaymentMethod__title[data-v-64a1e302],.is--viewport-tablet .ModalStepPaymentMethod__title[data-v-64a1e302]{font-size:1.625rem}.is--viewport-desktop .ModalStepPaymentMethod__label[data-v-64a1e302],.is--viewport-tablet .ModalStepPaymentMethod__label[data-v-64a1e302]{font-size:1.5rem;font-weight:400}.is--viewport-desktop .ModalStepPaymentMethod__item--gpay .ModalStepPaymentMethod__icon[data-v-64a1e302],.is--viewport-tablet .ModalStepPaymentMethod__item--gpay .ModalStepPaymentMethod__icon[data-v-64a1e302]{width:60px}.is--viewport-desktop .ModalStepPaymentMethod__item--paypal .ModalStepPaymentMethod__icon[data-v-64a1e302],.is--viewport-tablet .ModalStepPaymentMethod__item--paypal .ModalStepPaymentMethod__icon[data-v-64a1e302]{width:28px}.is--viewport-desktop .ModalStepPaymentMethod__item--cards .ModalStepPaymentMethod__icon[data-v-64a1e302],.is--viewport-tablet .ModalStepPaymentMethod__item--cards .ModalStepPaymentMethod__icon[data-v-64a1e302]{width:124px}:where(.is--color-scheme-dark) .ModalStepPaymentMethod__item[data-v-64a1e302]{border-color:#5e6165}:where(.is--color-scheme-dark) .ModalStepPaymentMethod__label[data-v-64a1e302]{color:#d7dade}:where(.is--color-scheme-dark) .ModalStepPaymentMethod__chevron[data-v-64a1e302]{color:#a0a6ae}:where(.is--color-scheme-dark) .ModalStepPaymentMethod__button[data-v-64a1e302]:hover{background-color:#303437}.ModalStepPaymentMethod__item--gpay:hover .ModalStepPaymentMethod__button{background:#f0f0f0}div.AppModal:has(.Modal--tokens-modal-shop.is--payment-method) .Tokens__content{padding-left:0!important;padding-right:0!important}:where(.is--color-scheme-dark) .ModalStepPaymentMethod__item--gpay:hover .ModalStepPaymentMethod__button{background:#303437}.TokensStepPaypalVip[data-v-b903f82a]{margin:0 auto;padding:20px 0;text-align:left;text-wrap:pretty;color:#5b5f63}.TokensStepPaypalVip__header[data-v-b903f82a]{width:100%}.TokensStepPaypalVip__skip[data-v-b903f82a]{position:absolute;top:21px;right:31px;padding:7px 12px;font-weight:400}.TokensStepPaypalVip__logo-container[data-v-b903f82a]{margin-top:5px;margin-bottom:14px}.TokensStepPaypalVip__logo[data-v-b903f82a]{width:auto;height:auto;max-width:62px;background-image:linear-gradient(90deg,#0038ff,#5f29fb);-webkit-mask-size:contain;-webkit-mask:url(/shared/icons/logo.svg) no-repeat 50% 50%;mask:url(/shared/icons/logo.svg) no-repeat 50% 50%;mask-size:contain;color:transparent}.TokensStepPaypalVip__vip[data-v-b903f82a]{width:auto;height:auto;max-width:50px;background-image:linear-gradient(90deg,#5f29fb,#931bf8);-webkit-mask:url(/shared/icons/vip/vip-pill.svg) no-repeat 50% 50%;mask:url(/shared/icons/vip/vip-pill.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.TokensStepPaypalVip__vip[data-v-b903f82a] path{fill:transparent}.TokensStepPaypalVip__vip[data-v-b903f82a] rect{stroke:transparent}.TokensStepPaypalVip__title[data-v-b903f82a]{margin-bottom:18px;font-size:1.75rem;line-height:1.1}.TokensStepPaypalVip__title>strong[data-v-b903f82a]{font-weight:700}.TokensStepPaypalVip__subtitle[data-v-b903f82a]{margin-bottom:20px;font-weight:400;line-height:1.3}.TokensStepPaypalVip__subtitle>strong[data-v-b903f82a]{display:block}.TokensStepPaypalVip__benefits[data-v-b903f82a]{margin-right:auto;font-weight:400}.TokensStepPaypalVip__list[data-v-b903f82a]{list-style:none;width:100%;margin-bottom:20px;padding:6px 20px;background-color:#f0f0f0;border-radius:15px}.TokensStepPaypalVip__list__item[data-v-b903f82a]{padding:7px 0}.TokensStepPaypalVip__list__item[data-v-b903f82a]:before{content:"";display:inline-block;width:18px;height:18px;margin-right:4px;-webkit-mask:url(/shared/icons/general/check.svg) no-repeat 50% 50%;mask:url(/shared/icons/general/check.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;background-color:#f1af33;vertical-align:middle}.TokensStepPaypalVip__benefits[data-v-b903f82a],.TokensStepPaypalVip__footer[data-v-b903f82a],.TokensStepPaypalVip__subtitle[data-v-b903f82a]{font-size:.875rem}.TokensStepPaypalVip__list[data-v-b903f82a],.TokensStepPaypalVip__title[data-v-b903f82a]{color:#292b2e}.TokensStepPaypalVip__list[data-v-b903f82a]{font-size:.9375rem}.TokensStepPaypalVip__note[data-v-b903f82a]{margin-bottom:22px;font-size:.75rem}.TokensStepPaypalVip__note>button[data-v-b903f82a]{color:#5b5f63}.TokensStepPaypalVip__note>button[data-v-b903f82a]:hover{text-decoration:underline}.TokensStepPaypalVip__cta[data-v-b903f82a]{margin-bottom:15px}.TokensStepPaypalVip__optout[data-v-b903f82a]{margin-bottom:20px}.TokensStepPaypalVip__footer[data-v-b903f82a]{padding-bottom:6px}.TokensStepPaypalVip__footer__list[data-v-b903f82a]{list-style:none;display:flex;align-items:center;justify-content:center;margin:0;padding:0}.TokensStepPaypalVip__footer__item[data-v-b903f82a]{padding:0 6px;line-height:1}.TokensStepPaypalVip__footer__item[data-v-b903f82a]:first-child{border-right:1px solid #292b2e}.TokensStepPaypalVip__footer__link[data-v-b903f82a]{color:#5e6165}.TokensStepPaypalVip__footer__link[data-v-b903f82a]:hover{text-decoration:underline}.is--viewport-desktop .TokensStepPaypalVip__header[data-v-b903f82a],.is--viewport-tablet .TokensStepPaypalVip__header[data-v-b903f82a]{text-align:center}.is--viewport-desktop .TokensStepPaypalVip__title[data-v-b903f82a],.is--viewport-tablet .TokensStepPaypalVip__title[data-v-b903f82a]{margin-bottom:10px}:where(.is--color-scheme-dark) .TokensStepPaypalVip__logo[data-v-b903f82a]{background-image:none;-webkit-mask:none;mask:none;color:#fff}:where(.is--color-scheme-dark) .TokensStepPaypalVip__logo[data-v-b903f82a] path{fill:#fff}:where(.is--color-scheme-dark) .TokensStepPaypalVip__vip[data-v-b903f82a] path{fill:#fff}:where(.is--color-scheme-dark) .TokensStepPaypalVip__vip[data-v-b903f82a] rect{stroke:#fff}:where(.is--color-scheme-dark) .TokensStepPaypalVip__list__item[data-v-b903f82a],:where(.is--color-scheme-dark) .TokensStepPaypalVip__title[data-v-b903f82a]{color:#fff}:where(.is--color-scheme-dark) .TokensStepPaypalVip__benefits[data-v-b903f82a],:where(.is--color-scheme-dark) .TokensStepPaypalVip__note[data-v-b903f82a],:where(.is--color-scheme-dark) .TokensStepPaypalVip__note>button[data-v-b903f82a],:where(.is--color-scheme-dark) .TokensStepPaypalVip__subtitle[data-v-b903f82a]{color:#d7dade}:where(.is--color-scheme-dark) .TokensStepPaypalVip__list[data-v-b903f82a]{background:#3f4143}:where(.is--color-scheme-dark) .TokensStepPaypalVip__footer__item[data-v-b903f82a]:first-child{border-color:#a0a6ae}:where(.is--color-scheme-dark) .TokensStepPaypalVip__footer__link[data-v-b903f82a]{color:#a0a6ae}.Payment__Processing[data-v-c8e4ed67]{height:7.5rem}:where(.is--color-scheme-dark) .Payment__Processing[data-v-c8e4ed67] .Loader{background-color:transparent}:where(.is--color-scheme-dark) .Payment__Processing[data-v-c8e4ed67] .Loader__title{color:#edeff1}:where(.is--color-scheme-dark) .Payment__Processing[data-v-c8e4ed67] .Loader__message{color:#a0a6ae!important}.Modal[data-v-02b898bf]{display:flex;flex:1;flex-direction:column;align-items:center;padding:1.75rem 1rem}.Modal__close[data-v-02b898bf]{position:absolute;top:1.125rem;right:.875rem;border:0;color:#b5babf;background:transparent}.Modal__icon[data-v-02b898bf]{margin-bottom:1.25rem;max-width:56px}.Modal__title[data-v-02b898bf]{margin-bottom:1.25rem;color:#292b2e;font-weight:700;letter-spacing:-.0313rem}.Modal__description[data-v-02b898bf]{margin-bottom:18px;font-size:.875rem;letter-spacing:-.0125rem}.Modal__descriptor[data-v-02b898bf]{color:#5b5f63;letter-spacing:-.0125rem;font-size:.625rem;max-width:400px;text-wrap:pretty}.Modal__button[data-v-02b898bf]{display:block;width:100%;max-width:350px;margin-top:.5rem;padding:.9rem;border:0;border-radius:.5rem;font-weight:600;color:#fff;font-size:1.125rem;letter-spacing:-.0063rem;background:#f39f13;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.Modal__button[data-v-02b898bf]:focus,.Modal__button[data-v-02b898bf]:hover{color:#fff;background-color:#d88700;border-color:#d88700}:where(.is--color-scheme-dark) .Modal__title[data-v-02b898bf]{color:#edeff1}:where(.is--color-scheme-dark) .Modal__description[data-v-02b898bf]{color:#a0a6ae}:where(.is--color-scheme-dark) .Modal__descriptor[data-v-02b898bf]{color:#8c8f91}div.AppModal.allow--scroll .Tokens__content{overflow:auto!important}div.AppModal .Tokens__content{max-width:55rem}div.AppModal .Tokens__content:has(.TokensStepPayment--special-offer){max-height:100dvh;padding:0;background:transparent;box-shadow:none!important;filter:drop-shadow(0 0 .75rem rgba(0,0,0,.175))}div.AppModal .Tokens__content:has(.TokensStepPayment--special-offer) .AppModal__close{top:80px}div.AppModal .Tokens__content:has(.is--paypal-vip){max-width:680px;padding-left:30px;padding-right:30px}div.AppModal .Tokens__content:has(.is--paypal-vip) .AppModal__body{max-width:326px;margin:0 auto}div.AppModal .Tokens__body{margin:0;padding-bottom:1rem}@media(min-width:768px){div.AppModal .Tokens__body{padding:1.5rem 0 0}}div.AppModal .Tokens__body>*{width:100%}.is--oneclick{padding:.5rem 0 1rem}.is--payment{position:relative;z-index:20;padding-top:1rem}.is--payment:has(.TokensStepPayment--special-offer){padding:0!important}.is--payment:has(.TokensStepPayment--special-offer):before{content:"";position:absolute;left:0;right:0;bottom:0;z-index:-1;height:calc(100% - 70px);border-radius:1rem 1rem 0 0;background-color:#fff}.is--viewport-desktop .is--payment:has(.TokensStepPayment--special-offer):before{border-radius:1rem}.Modal--tokens-modal-shop.is--other{padding:1rem}.is--legal{margin:0 -10px!important;padding:0 0 1rem}@media(min-width:768px){.is--legal{margin:0!important}}.is--success{padding:0 0 1rem}.is--limit-reached{padding:0 0 1.5rem}.Modal__header{display:flex;align-items:center;justify-content:center;margin:1.5rem auto auto}.Modal__header__icon{width:30px;margin:0 .25rem 0 0}.Modal__header__title{margin-left:.5rem;font-size:1.625rem;font-weight:700}.Modal__body{width:100%;margin-left:auto;margin-right:auto}.Modal__body__subtitle{display:flex;align-items:flex-start;justify-content:flex-start;margin:1.5rem auto .25rem}.Modal__body__subtitle__text{justify-content:flex-start;padding-left:.25rem;color:#5b5f63;text-transform:uppercase;font-size:.625rem}.Modal__form{margin-bottom:1rem;font-size:.9375rem}.Modal__form__provider{display:block;margin-bottom:.5rem;text-align:left}.Modal__form__input{height:50px!important;background-color:#fff!important}.Modal__form__error{display:flex;align-items:flex-start;justify-content:flex-start;padding-top:6px;margin-left:auto;margin-right:auto;font-size:.8rem;color:#ea3a2b!important}.Modal__form__button,.Modal__form__error{margin-bottom:1.5rem}.AppModal .VipAfterPaymentSuccess__content{position:relative;overflow:clip;display:flex;max-width:100%;width:100%!important;height:100%;max-height:100%!important;flex-direction:column;align-items:center;justify-content:flex-start;padding:36px 0!important;border-radius:0!important;background-image:url(/shared/images/vip/vip-modal-bg-mobile.png)!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:50%!important}@media(min-width:768px){.AppModal .VipAfterPaymentSuccess__content{max-width:630px!important;height:auto;border-radius:1.5rem!important;background-image:url(/shared/images/vip/vip-modal-bg-desktop.png)!important;background-position:top!important}}.AppModal .VipAfterPaymentSuccess__body{width:100%;margin:auto!important}.Modal--vip-after-payment-success{color:#fff;text-align:center}.Modal--vip-after-payment-success .Modal__logo{width:89px;height:32px;margin-right:4px}.Modal--vip-after-payment-success .Modal__logo path{fill:#fff}.Modal--vip-after-payment-success .Modal__logovip{margin-bottom:10px;padding:0 20px}.Modal--vip-after-payment-success .Modal__vip{width:72px;height:auto}.Modal--vip-after-payment-success .Modal__title{margin-bottom:8px;padding:0 20px;font-size:1.5rem;letter-spacing:-.0125rem;font-weight:600}.Modal--vip-after-payment-success .Modal__subtitle{margin-bottom:-.25rem;padding:0 20px;font-size:1.25rem;letter-spacing:-.0125rem;font-weight:400;line-height:1.33}.Modal--vip-after-payment-success .Modal__subtitle>strong{font-weight:700}.Modal--vip-after-payment-success .Modal__image{width:581px;height:401px;margin-bottom:-32px;translate:14px -12px}.Modal--vip-after-payment-success .Modal__cta{position:relative;z-index:1;width:calc(100% - 40px);max-width:392px;padding:12px;border:0;border-radius:.375rem;background:#fff;color:transparent;font-size:1.125rem;font-weight:600;letter-spacing:-.0063rem}.Modal--vip-after-payment-success .Modal__cta>span{background:linear-gradient(90deg,#0038ff,#5f29fb 50%,#931bf8);color:transparent;-webkit-background-clip:text;background-clip:text}.Modal--vip-after-payment-success .Modal__background{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1}.VipLearnMore[data-v-0ec9510e]{margin:0 auto;padding:20px 0;color:#fff;text-align:center}@media(min-width:768px){.VipLearnMore[data-v-0ec9510e]{padding-top:30px}}.VipLearnMore__logovip[data-v-0ec9510e]{margin-bottom:33px;padding:0 20px}@media(min-width:768px){.VipLearnMore__logovip[data-v-0ec9510e]{margin-bottom:27px}}.VipLearnMore__logo[data-v-0ec9510e]{width:107px;height:35px;margin-right:5px}.VipLearnMore__logo path[data-v-0ec9510e]{fill:#fff!important}@media(min-width:768px){.VipLearnMore__logo[data-v-0ec9510e]{width:126px;height:42px}}.VipLearnMore__vip[data-v-0ec9510e]{width:85px;height:35px}@media(min-width:768px){.VipLearnMore__vip[data-v-0ec9510e]{width:101px;height:42px}}.VipLearnMore__title[data-v-0ec9510e]{width:84%;max-width:440px;margin-bottom:31px;margin-left:auto;margin-right:auto;font-size:22px;letter-spacing:-.0125rem;line-height:1.35;font-weight:400}@media(min-width:768px){.VipLearnMore__title[data-v-0ec9510e]{margin-bottom:26px}}.VipLearnMore__title>strong[data-v-0ec9510e]{font-weight:700}.VipLearnMore__list[data-v-0ec9510e]{max-width:280px;padding:0;margin:0 auto 32px;list-style:none;line-height:1.35}@media(min-width:768px){.VipLearnMore__list[data-v-0ec9510e]{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:336px;margin-bottom:14px}}.VipLearnMore__list__item[data-v-0ec9510e]{display:flex;align-items:center;margin-bottom:14px;font-size:16px;text-align:left;letter-spacing:-.0125rem}@media(min-width:768px){.VipLearnMore__list__item[data-v-0ec9510e]{flex-direction:column;width:44.3%;text-align:center}.VipLearnMore__list__item--2[data-v-0ec9510e]{order:1;order:3}.VipLearnMore__list__item--3[data-v-0ec9510e]{order:2}.VipLearnMore__list__item--4[data-v-0ec9510e]{order:4}}.VipLearnMore__list__item__icon[data-v-0ec9510e]{flex-shrink:0;width:46px;height:46px;margin-right:.9375rem;padding:10px;background:#fff;border-radius:100px}@media(min-width:768px){.VipLearnMore__list__item__icon[data-v-0ec9510e]{margin-right:0;margin-bottom:15px}}.VipLearnMore__list__item__icon--spotlight[data-v-0ec9510e]{padding:8px}.VipLearnMore__list__item__icon--noads[data-v-0ec9510e]{padding:0}.VipLearnMore__list__item strong[data-v-0ec9510e]{font-weight:700}.VipLearnMore__note[data-v-0ec9510e]{color:#fff}.VipLearnMore__background[data-v-0ec9510e]{position:absolute;top:0;left:0;width:101%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1}@media(min-width:768px){.VipLearnMore__background[data-v-0ec9510e]{right:0;max-width:589px;margin:auto}}.VipLearnMore__logo path{fill:#fff}#VipTokensExtendedPeriod .AppModal__title{text-wrap:balance}#VipTokensExtendedPeriod .AppModal__subtitle>strong{color:#f39f13}.AppModal .VipTokensExtendedPeriod__content{position:relative;overflow:clip;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%!important;text-align:center}@media(min-width:768px){.AppModal .VipTokensExtendedPeriod__content{align-content:center;max-width:390px!important;width:100%;height:494px}}.AppModal .VipTokensExtendedPeriod__body{width:100%;margin:0}.AppModal{position:fixed;top:0;left:0;width:100vw;height:100dvh;display:flex;align-items:flex-end;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media(min-width:768px){.AppModal{align-items:center}}.AppModal .AppModal__overlay{overflow:auto;-webkit-overflow-scrolling:auto;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:none;position:absolute;inset:0;background-color:#292b2e80}.AppModal .AppModal__overlay::-webkit-scrollbar{display:none}.AppModal .AppModal__overlay:before{content:"";position:absolute;inset:0;height:calc(100dvh + 100px)}.AppModal.has--scrollbar .AppModal__content{scrollbar-width:auto;-webkit-overflow-scrolling:touch}.AppModal:not(.has--scrollbar) .AppModal__content::-webkit-scrollbar{display:none}.AppModal .AppModal__content{overflow:auto;-webkit-overflow-scrolling:auto;overscroll-behavior:none;position:relative;padding:1.5rem;z-index:2;max-width:48rem;border-radius:1rem 1rem 0 0;width:94%;max-height:94dvh;background:#fff;box-shadow:0 1rem 3rem #0000002d}@media(min-width:768px){.AppModal .AppModal__content{align-items:center!important;border-radius:1rem;max-width:500px;min-height:0;max-height:94%}}.AppModal .AppModal__content:before{content:"";pointer-events:none;position:absolute;inset:0;z-index:-1;height:calc(100% + 1px)}@media(min-width:768px){.AppModal .AppModal__content:before{display:none}}.AppModal__body{display:flex;flex-direction:column;align-items:center;margin-top:2.5rem;margin-bottom:1rem;text-align:center}.AppModal--show{opacity:1;animation:fade-in .3s ease forwards}.AppModal--show>.AppModal__content{opacity:1;animation:appear-from-below-short .3s ease forwards}.AppModal--hide{opacity:0;animation:fade-out .3s ease forwards}.AppModal__title{color:#292b2e;font-size:1.375rem;font-weight:700;text-align:center;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.AppModal__title svg{margin-right:.5rem}.AppModal__subtitle{font-size:.9375rem;font-weight:400;line-height:21px;letter-spacing:-.2px;text-align:center;margin:auto auto 1.5rem;padding:.75rem 1rem 1rem}.AppModal__cta{display:flex;align-items:center;justify-content:center;width:100%;position:relative;min-height:40px;padding:.5rem 1rem;font-size:1.125rem!important;font-weight:600!important;letter-spacing:-.0063rem;max-width:100%;margin-inline:auto;margin-block:1rem;color:#fff;background-color:#f39f13;border:1px solid #f39f13;border-radius:.25rem;text-align:center;cursor:pointer}.AppModal__cta:hover{background-color:#d88700;border-color:#d88700}.AppModal__cta .loading-spinner{position:absolute;inset:0;margin:auto}.AppModal__cta--outline{background:transparent;border:1px solid #f39f13;color:#f39f13;z-index:1}.AppModal__cta--outline:hover{color:#f39f13;background-color:#fbefe3}.AppModal__close{position:absolute;top:.75rem;right:.75rem;z-index:50;width:36px;height:36px;padding:0;border:0;font-size:1rem}.AppModal__close,.AppModal__close:focus,.AppModal__close:hover{background:transparent}.AppModal__close>svg{width:100%;height:100%;color:#5b5f63}.AppModal__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;color:#f39f13;margin-top:.5rem;margin-bottom:1.5rem;margin-inline:auto;border-radius:50%}.AppModal__icon--primary{background:#f39f13}.AppModal__icon--danger{background:#ea3a2b}.AppModal__icon--success{background:#49bf2c}.AppModal__icon--spaced{margin-bottom:1rem}.AppModal__actions{display:flex;width:100%}.AppModal.theme--dark .AppModal__close>svg{color:#fff}:where(.is--color-scheme-dark) .AppModal .AppModal__content{background:#252729;color:#edeff1}:where(.is--color-scheme-dark) .AppModal .AppModal__title{color:#edeff1}:where(.is--color-scheme-dark) .AppModal .AppModal__subtitle{color:#a0a6ae}:where(.is--color-scheme-dark) .AppModal .AppModal__cta--outline{border-color:#a0a6ae;color:#a0a6ae}:where(.is--color-scheme-dark) .AppModal .AppModal__cta--outline:hover{border-color:#edeff1;color:#edeff1;background:transparent}:where(.is--color-scheme-dark) .AppModal .AppModal__close>svg{color:#a0a6ae}body{top:0!important}#google_translate,.goog-logo-link,.goog-te-banner-frame,.goog-te-gadget,.skiptranslate,div[class^=VIpgJd],iframe.goog-te-menu-frame{display:none!important}.goog-text-highlight,.goog-tooltip,.goog-tooltip:hover{display:none!important;background:none!important;box-shadow:none!important}font>font{background:none!important;box-shadow:none!important}.CookiesPrompt[data-v-5e1d776f]{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;justify-content:flex-end;background:#292b2ea6}.CookiesPrompt__card[data-v-5e1d776f]{display:flex;flex-wrap:wrap;align-items:flex-end;padding:1.5rem;border-radius:.5rem;background:#fff;color:#303437}@media(min-width:768px){.CookiesPrompt__card[data-v-5e1d776f]{flex-wrap:nowrap}}.CookiesPrompt__content[data-v-5e1d776f]{padding-right:1rem}.CookiesPrompt__title[data-v-5e1d776f]{width:100%;margin:0 0 .5rem;font-size:1.375rem;font-weight:600}.CookiesPrompt__text[data-v-5e1d776f]{margin:0}.CookiesPrompt__button[data-v-5e1d776f]{width:100%;max-width:100%!important;margin-top:1rem}@media(min-width:768px){.CookiesPrompt__button[data-v-5e1d776f]{max-width:inherit!important;width:inherit;margin:0 0 0 auto}}.ResponsiveHelper{position:fixed;top:0;right:.1rem;display:flex;padding:.1rem;z-index:99999;color:#fff;text-align:center;font-size:.625rem;text-transform:uppercase;font-weight:500;background:#ea3a2b}.HeaderLogo[data-v-8459b049]{max-width:34.375rem;color:#f39f13}.HeaderLogo__image[data-v-8459b049]{width:auto;height:auto;max-height:36px;vertical-align:middle}.PageHeader{display:flex;justify-content:space-between;position:relative;width:100%;padding:0 1rem;border-bottom:1px solid #edeff1;background:#fff;align-items:stretch;min-height:64px}.PageHeader__section{flex:1}.PageHeader__section--left,.PageHeader__section--middle{display:flex;align-items:center}.PageHeader__section--middle{justify-content:center}.PageHeader__section--right{display:flex;align-items:center;justify-content:flex-end}:where(.is--color-scheme-dark) .PageHeader{background:#1c1c1e;border-bottom-color:#3f4143}.layout--loggedout[data-v-d4b5d240]{min-height:100dvh;display:flex;flex-direction:column;position:relative}.content[data-v-d4b5d240]{position:relative}.LayoutLoggedout__loader[data-v-d4b5d240]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Badge[data-v-5b99893f]{display:inline-flex;align-items:center;border-radius:5.5rem;justify-content:center;min-width:2rem;font-size:.6875rem;color:#fff}.theme--primary[data-v-5b99893f]{background-color:#f39f13}.theme--vip[data-v-5b99893f]{background-color:#931bf8}.Badge[data-v-f8a6ffee]{display:inline-flex;align-items:center;justify-content:center;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.Badge[data-v-f8a6ffee],.Badge[data-v-f8a6ffee]:empty{min-width:.5rem;min-height:.5rem}.Badge[data-v-f8a6ffee]:empty{padding:0}.Badge--primary[data-v-f8a6ffee]{color:#fff;background-color:#f39f13}.Badge--secondary[data-v-f8a6ffee]{color:#fff;background-color:#0038ff}.Navbar{flex-wrap:wrap;padding:0!important}.Navbar--header{display:none;font-size:medium}@media(min-width:768px){.Navbar--header{display:flex!important}}.Navbar--footer{order:2;display:flex;position:-webkit-sticky;position:sticky;bottom:0;left:0;z-index:50;width:100%;padding-left:.5rem;padding-right:.5rem}.Navbar__wrapper{display:contents;list-style:none;margin:0;padding:0}.Navbar__item{position:relative}.Navbar__item__badge{align-self:flex-start;justify-content:center;flex-shrink:0;padding-top:.25rem;padding-bottom:.25rem;font-weight:400;border-radius:100px;display:inline-block}.is--viewport-desktop .Navbar--footer{display:none!important}.Navbar--header{position:relative}.Navbar--header .Navbar__item{padding:1rem 0;color:#5b5f63}.Navbar--header .Navbar__item__icon--inbox{width:18px;margin-right:.5rem}.Navbar--header .Navbar__item__label{font-weight:500}.Navbar--header .Navbar__item__badge{position:absolute;background-color:#49bf2c;margin-left:-14px;width:6px!important;height:6px!important;padding:0!important}.Navbar--header .Navbar__item--activity{position:relative}.Navbar--header .Navbar__item--activity .Navbar__item__badge{background:#f39f13;right:20px}@media(min-width:840px){.Navbar--header .Navbar__item--activity .Navbar__item__badge{right:30px}}.Navbar--header #Navbar__item--inbox{position:relative;left:20px;order:1}.Navbar--footer .nav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0;border:0;background:transparent;text-decoration:none}.Navbar--footer:after{content:"";pointer-events:none;position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(180deg,#fff0,#fff);z-index:-2}.Navbar--footer .Navbar__item--inbox{position:absolute!important;aspect-ratio:1;top:9%;left:50%;transform:translate(-50%,-50%);width:68px;padding:.875rem 0!important;border-radius:100%;background:#f39f13;color:#fff}.Navbar--footer .Navbar__item__icon--inbox{color:#fff}.Navbar--footer .nav-link-notification{position:absolute;top:50%;left:50%;transform:translate(15%,-100%);width:.625rem;height:.625rem;background:#49bf2c;box-shadow:0 0 #49bf2c66;animation:pulse 2s infinite}.Navbar--footer .nav-link-counter{position:absolute;top:40%;left:47%;transform:translate(5%,-70%);border:.15rem solid;height:.175rem;width:.175rem}.Navbar--footer .nav-item{line-height:0}.Navbar--footer .Navbar__item{padding:12px .2rem 20px;color:#8c8f91}.Navbar--footer .Navbar__item__icon{display:block;flex-shrink:0;height:24px;margin-bottom:.1875rem}.Navbar--footer .Navbar__item__icon svg{display:block;width:100%;height:100%}.Navbar--footer .Navbar__item__icon--search{width:25px}.Navbar--footer .Navbar__item__icon--inbox{width:auto;height:36px;margin-bottom:0}.Navbar--footer .Navbar__item__icon--vip{width:19px}.Navbar--footer .Navbar__item:before{content:"";will-change:auto;position:absolute;top:0;left:50%;display:block;width:25px;height:3px;border-radius:.625rem;background-color:#f39f13;transform:translate3d(-50%,0,0) scaleX(0)}.Navbar--footer .Navbar__item--inbox:before{top:calc(100% + 11px)}.Navbar--footer .Navbar__item__label{display:block;font-size:.75rem;font-weight:500;line-height:1}.Navbar--footer .Navbar__item .Navbar__item__badge,.Navbar--footer .Navbar__item .nav-link-interaction-counter{position:absolute;padding:0!important}.Navbar--footer .Navbar__item--activity .Navbar__item__badge,.Navbar--footer .Navbar__item--activity .nav-link-interaction-counter{top:17%;left:57%;height:5px;width:5px}.Navbar--footer .Navbar__item--inbox .Navbar__item__badge,.Navbar--footer .Navbar__item--inbox .nav-link-interaction-counter{top:-10%;left:67%;display:flex!important;align-items:center;aspect-ratio:1;width:28px;padding:0!important;background:#49bf2c;border:.075rem solid #fff;font-size:.75rem;font-weight:600!important}.Navbar--footer .Navbar__item.is--nav-active,.Navbar--footer .Navbar__item.nuxt-link-exact-active,.Navbar--footer .Navbar__item.router-link-exact-active{color:#f39f13!important}.Navbar--footer .Navbar__item.is--nav-active .Navbar__item__icon,.Navbar--footer .Navbar__item.nuxt-link-exact-active .Navbar__item__icon,.Navbar--footer .Navbar__item.router-link-exact-active .Navbar__item__icon{color:#f39f13}.Navbar--footer .Navbar__item.is--nav-active:before,.Navbar--footer .Navbar__item.nuxt-link-exact-active:before,.Navbar--footer .Navbar__item.router-link-exact-active:before{animation-name:underline;animation-duration:.3s;animation-timing-function:ease;animation-fill-mode:forwards}.Navbar__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;display:flex;color:#fff}.Navbar__background:after,.Navbar__background:before{content:"";flex:1;background:#fff}.Navbar__background__layer{display:none}.is--browser-mobile-safari.is--browser-version-26 .Navbar--footer{position:fixed;width:100%}.is--browser-mobile-safari.is--browser-version-26 .Navbar__background{height:calc(100% + 24px)}.is--browser-mobile-safari.is--browser-version-26 .Navbar__background__layer{position:absolute;bottom:0;left:0;display:block;width:100%;height:24px;background-color:#fff}.nav-item{position:relative}:where(.is--color-scheme-dark) .Navbar--header{border-bottom:1px solid #3f4143}:where(.is--color-scheme-dark) .Navbar--footer:after{background:linear-gradient(180deg,#fff0,#131415)}:where(.is--color-scheme-dark) .Navbar .Navbar__item{color:#a0a6ae}:where(.is--color-scheme-dark) .Navbar .Navbar__item__icon--inbox{color:#a0a6ae}:where(.is--color-scheme-dark) .Navbar .Navbar__item__badge{border-color:#1c1c1e}:where(.is--color-scheme-dark) .Navbar .Navbar__item--inbox{background:#f39f13}:where(.is--color-scheme-dark) .Navbar .Navbar__item--inbox .Navbar__item__icon--inbox{color:#fff}:where(.is--color-scheme-dark) .Navbar .Navbar__item--inbox .Navbar__item__badge,:where(.is--color-scheme-dark) .Navbar .Navbar__item--inbox .nav-link-interaction-counter{border:0}:where(.is--color-scheme-dark) .Navbar .Navbar__item:before{background-color:#edeff1}:where(.is--color-scheme-dark) .Navbar__background{color:#131415}:where(.is--color-scheme-dark) .Navbar__background:after,:where(.is--color-scheme-dark) .Navbar__background:before{background:#131415}:where(.is--color-scheme-dark) .Navbar--footer .Navbar__item.is--nav-active,:where(.is--color-scheme-dark) .Navbar--footer .Navbar__item.nuxt-link-exact-active,:where(.is--color-scheme-dark) .Navbar--footer .Navbar__item.router-link-exact-active{color:#edeff1!important}:where(.is--color-scheme-dark) .Navbar--footer .Navbar__item.is--nav-active .Navbar__item__icon,:where(.is--color-scheme-dark) .Navbar--footer .Navbar__item.nuxt-link-exact-active .Navbar__item__icon,:where(.is--color-scheme-dark) .Navbar--footer .Navbar__item.router-link-exact-active .Navbar__item__icon{color:#edeff1}@keyframes underline{to{transform:translate3d(-50%,0,0) scaleX(1)}}@keyframes pulse{0%{box-shadow:0 0 #49bf2c66}70%{box-shadow:0 0 0 .5rem #49bf2c00}to{box-shadow:0 0 #49bf2c00}}.user-notification__chatroom>.close{opacity:1}.user-notification__content{height:3rem}.user-notification__message :first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vue-notification-group>span>.vue-notification-wrapper{position:relative;border-radius:.5rem;overflow:hidden}.vue-notification-group>span>:first-child>.Notifier__progress{height:.2rem;width:0;bottom:0;z-index:5;animation-name:progress;animation-duration:5s;animation-timing-function:linear}.Notifier__progress{position:absolute;background:#f39f13}.Play2date--notification+.Notifier__progress{background-color:#b05bff!important}.vue-notification-group__default{position:-webkit-sticky!important;position:sticky!important;padding:0 .5rem;max-width:630px;bottom:0;order:1;transform:translateY(-1rem)}.is--viewport-mobile .has-navbar .vue-notification-group__default{bottom:3.9375rem!important}.is--viewport-desktop .has-navbar .vue-notification-group__default{bottom:0!important}.vue-notification-group__chatroom{position:fixed!important;top:var(--topAll)!important;bottom:auto}.vue-notification-group__chatroom>span>*{top:var(--topThird);right:0;left:0;margin-right:auto;margin-left:auto;width:0;max-width:min(630px,95%);box-shadow:0 .2rem .5rem #00000029}.vue-notification-group__chatroom>span>*>.alert{margin-top:0!important}.vue-notification-group__chatroom>span>:first-child{z-index:2;top:var(--topFirst);width:100%}.vue-notification-group__chatroom>span>:nth-child(2){position:absolute;z-index:1;top:var(--topSecond);width:min(567px,90%)}.vue-notification-group__chatroom>span>:nth-child(3){position:absolute;z-index:0;top:var(--topThird);width:min(504px,85%)}.BlindDateIcon{cursor:pointer;position:fixed;bottom:8rem;right:0;width:7.313rem;height:3.563rem}@media(min-width:768px){.BlindDateIcon{bottom:2rem;width:12.375rem;height:5.813rem}}.HeaderMenuLink{display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none;color:#303437;font-size:1.125rem;text-wrap:nowrap;position:relative;font-weight:500}.HeaderMenuLink:after{content:"";position:absolute;bottom:-1.35rem;left:calc(50% - 20px);transform:translate(calc(-50% + 30px));width:40px;height:.4rem;background-color:transparent;border-radius:1rem;z-index:1;transition:width .2s ease-in,background-color .2s ease-in}.HeaderMenuLink:hover{color:#f39f13;text-decoration:none}.HeaderMenuLink--chat .HeaderMenuLink__icon{display:flex;color:#303437}.HeaderMenuLink__icon-wrap{position:relative}.HeaderMenuLink__counter{margin-left:0}.HeaderMenuLink__badge{position:absolute;background-color:#00a930;margin-left:-14px;width:6px!important;height:6px!important;padding:0!important;top:0;right:0}.HeaderMenuLink__icon{display:none;width:1.45rem;height:1.45rem;align-items:center}.HeaderMenuLink.nuxt-link-exact-active,.HeaderMenuLink.router-link-exact-active{color:#f39f13}.HeaderMenuLink.nuxt-link-exact-active:after,.HeaderMenuLink.router-link-exact-active:after{width:80px;background-color:#f39f13}.HeaderMenuLink.nuxt-link-exact-active .HeaderMenuLink__icon,.HeaderMenuLink.router-link-exact-active .HeaderMenuLink__icon{display:flex;color:#f39f13}:where(.is--color-scheme-dark) .HeaderMenuLink{color:#d7dade}:where(.is--color-scheme-dark) .HeaderMenuLink--chat .HeaderMenuLink__icon{color:#d7dade}.HeaderMenuLinks{display:flex;gap:2rem}@media(min-width:1400px){.HeaderMenuLinks{gap:3rem}}@media(min-width:1800px){.HeaderMenuLinks{gap:4.688rem}}.SideMenuBurgerButton{display:flex;align-items:center;justify-content:center;background:transparent;position:fixed;z-index:2050;top:8px;right:4px;height:3rem;width:3rem;border:0;border-radius:5px;transform:translateY(0);transition:transform 1s ease}.SideMenuBurgerButton__icon{fill:#8c8f91}.SideMenuBurgerButton--scrolled.SideMenuBurgerButton{background:#f39f13;right:10px;top:10px}.SideMenuBurgerButton--scrolled.SideMenuBurgerButton .SideMenuBurgerButton__icon{fill:#fff}.--is-search-filters-sticky .SideMenuBurgerButton--scrolled,.is--page-chat-list .SideMenuBurgerButton--scrolled{background:transparent;top:0;right:0}@media(min-width:768px){.--is-search-filters-sticky .SideMenuBurgerButton--scrolled,.is--page-chat-list .SideMenuBurgerButton--scrolled{top:8px}}.--is-search-filters-sticky .SideMenuBurgerButton--scrolled .SideMenuBurgerButton__icon,.is--page-chat-list .SideMenuBurgerButton--scrolled .SideMenuBurgerButton__icon{fill:#8c8f91}.--is-search-filters-sticky .SideMenuBurgerButton--scrolled{right:8px;justify-content:flex-end}.is--page-chat-list .SideMenuBurgerButton{position:absolute}.is--viewport-mobile.--is-search-filters-sticky .bm-burger-button{background:transparent!important;top:-3px;right:4px!important}.is--viewport-mobile.--is-search-filters-sticky .bm-burger-bars{background:#8c8f91}.is--browser-mobile-safari.is--browser-version-26.--is-search-filters-sticky .SideMenuBurgerButton--scrolled{background:#ff4c00;right:10px;top:10px;justify-content:center}.is--browser-mobile-safari.is--browser-version-26.--is-search-filters-sticky .SideMenuBurgerButton--scrolled .SideMenuBurgerButton__icon{fill:#fff}.CurrentUserAvatar{display:flex;align-items:center;gap:1rem;position:relative}.CurrentUserAvatar--is-vip{border:2px solid #5f29fb;border-radius:50%}.CurrentUserAvatar--is-vip .CurrentUserAvatar--fallback{color:#5f29fb!important}.CurrentUserAvatar__avatar{width:3rem;height:3rem;border-radius:50%}.CurrentUserAvatar__vip-icon{display:flex;align-items:center;justify-content:center;position:absolute;bottom:-.25rem;right:-.25rem;border:1px solid #fff;border-radius:50%;width:1.25rem;height:1.25rem;padding:3px;background:linear-gradient(272.54deg,#931bf8 -28.09%,#5f29fb 45.77%,#0038ff 117.2%)}.CurrentUserAvatar__vip-icon svg{color:#fff}:where(.is--color-scheme-dark) .CurrentUserAvatar__avatar--icon{color:#fff!important}:where(.is--color-scheme-dark) .CurrentUserAvatar__avatar--image{border:2px solid #fff}.SpinCounter[data-v-d6522dfd]{display:flex;align-items:center}.SpinCounter__roulette[data-v-d6522dfd]{position:relative;width:22px;height:22px;color:#f39f13}.SpinCounter__roulette.is--animated[data-v-d6522dfd]{animation:scaleUpDownRotate-d6522dfd 2s linear infinite forwards}.SpinCounter__roulette__icon[data-v-d6522dfd]{position:absolute;z-index:0;top:0;width:22px;height:22px;transform-origin:center;opacity:1}.SpinCounter__roulette__icon--1[data-v-d6522dfd]{transform:translate(0) scale(1.06)}.SpinCounter__roulette__icon--2[data-v-d6522dfd]{animation:fadeInOut-d6522dfd 4s ease infinite forwards}.SpinCounter__count[data-v-d6522dfd]{text-wrap:nowrap;position:relative;z-index:10;margin-left:-2px;padding:0 5px;border-radius:1rem;text-align:center;font-weight:500;font-size:.625rem}.SpinCounter__count strong[data-v-d6522dfd]{font-weight:700}.SpinCounter__count.is--counter[data-v-d6522dfd]{background-color:#f0f0f0;color:#303437;letter-spacing:-.2px}.SpinCounter__count.is--freeSpin[data-v-d6522dfd]{background-color:#f39f13;color:#fff}:where(.is--color-scheme-dark) .SpinCounter__count.is--counter[data-v-d6522dfd]{background-color:#3f4143;color:#f0f0f0}@keyframes scaleUpDownRotate-d6522dfd{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.15)}to{transform:rotate(1turn) scale(1)}}@keyframes fadeInOut-d6522dfd{0%{opacity:0}50%{opacity:1}to{opacity:0}}.LoggedHeader__avatar{margin-left:1rem}.LoggedHeader__avatar .CurrentUserAvatar__avatar{width:2.375rem;height:2.375rem}.LoggedHeader__separator{width:1px;background-color:#d7dade;height:26px;margin-left:.5rem;margin-right:-.5rem}.LoggedHeader__mystery-reward{border:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:4px;background-color:#edeff1;cursor:pointer}.LoggedHeader__mystery-reward__icon{width:20px;height:18px;color:#f39f13}.LoggedHeader .PageHeader__section--left .HeaderLogo{display:flex}.LoggedHeader .PageHeader__section--left .LoggedHeader__play2date,.LoggedHeader .PageHeader__section--left .LoggedHeader__roulette{margin-left:0}.LoggedHeader .PageHeader__section--middle{flex-grow:1}.LoggedHeader .PageHeader__section--middle .HeaderMenuLinks{display:none}.LoggedHeader .PageHeader__section--right>*{display:flex!important}.LoggedHeader .PageHeader__section--right>.HeaderMenuLinks{margin-left:1.5rem}@media(min-width:1280px){.LoggedHeader{position:-webkit-sticky;position:sticky;top:0;z-index:2000}.LoggedHeader .PageHeader__section--left .LoggedHeader__play2date,.LoggedHeader .PageHeader__section--left .LoggedHeader__roulette{margin-left:1rem}.LoggedHeader .PageHeader__section--middle .HeaderLogo{display:none}.LoggedHeader .PageHeader__section--middle .HeaderMenuLinks{display:flex}}.LoggedHeader__wallet .TokensWallet__coin--burger-menu,.LoggedHeader__wallet .coins__icon{align-self:center;height:19.5px;margin-right:.5rem!important;margin-left:1rem}.LoggedHeader__wallet .TokensWallet__amount{font-weight:500!important;line-height:1.875!important}.LoggedHeader__wallet .burger-menu-text{width:auto;padding:2px .5rem}.LoggedHeader__buy-coins{padding-left:10px;padding-right:10px;white-space:nowrap}:where(.is--color-scheme-dark) .LoggedHeader__separator{background-color:#3f4143}:where(.is--color-scheme-dark) .LoggedHeader__wallet .TokensWallet__amount{color:#a0a6ae}:where(.is--color-scheme-dark) .LoggedHeader__mystery-reward{background-color:#303437}.is--page-chat-room .Panel{--header-height:0px}.Panel{--header-height:64px;bottom:0;min-width:286px;max-width:386px;min-height:calc(100dvh - var(--header-height));width:20%;background:#f0f0f0}.Panel,.Panel__scroll{position:-webkit-sticky;position:sticky}.Panel__scroll{top:var(--header-height);display:contents;overscroll-behavior:contain;overflow:auto;height:calc(100dvh - var(--header-height));flex-direction:column}.Panel__content{padding:18px}.Panel__content:empty{padding:0}.Panel.is--hover .Panel__scroll,.Panel:hover .Panel__scroll{display:flex}:where(.is--color-scheme-dark) .Panel{background:#252729}.WidgetProfile[data-v-328d0d4b]{display:flex;flex-direction:column;gap:30px}.WidgetProfile__pics[data-v-328d0d4b]{height:20rem;overflow:hidden;aspect-ratio:340/386;border-radius:16px}.WidgetProfile[data-v-328d0d4b] .ProfilePics{height:100%}.WidgetProfile[data-v-328d0d4b] .ProfilePics__overlay{padding:3rem 10px;margin:0}.WidgetProfile[data-v-328d0d4b] .ProfilePics__overlay .Icon{font-size:2.625rem!important;margin-bottom:.75rem!important}.WidgetProfile[data-v-328d0d4b] .ProfilePics__overlay h3{font-size:1.125rem}.WidgetProfile[data-v-328d0d4b] .ProfilePics__overlay p{max-width:160px;font-size:.8125rem}.WidgetProfile[data-v-328d0d4b] .ProfilePics__overlay :deep(.ProfilePics__overlay-button){min-width:100%;margin-top:0;padding:12px 10px;font-size:.875rem}.WidgetProfile[data-v-328d0d4b] .Carousel__control{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.WidgetProfile[data-v-328d0d4b] .Carousel__control.is--prev{left:.2rem}.WidgetProfile[data-v-328d0d4b] .Carousel__control.is--next{right:.2rem}.WidgetProfile[data-v-328d0d4b] .Carousel__control-icon{width:1.875rem;height:1.875rem}.WidgetProfile[data-v-328d0d4b] .Carousel__control-icon>svg{width:1rem;height:1rem}.WidgetProfile[data-v-328d0d4b]:hover .Carousel__control{opacity:1;visibility:visible}.WidgetProfile[data-v-328d0d4b] .Carousel__indicators{transform:scale(.75)}.WidgetProfile[data-v-328d0d4b] .Carousel__indicators>button{margin-inline:4px}.WidgetProfile[data-v-328d0d4b] .like-btn-explore{top:16px;bottom:unset;width:34px;height:34px}.WidgetProfile[data-v-328d0d4b] .like-btn-explore>svg{width:20px}.WidgetProfile[data-v-328d0d4b] .ProfileInfo__title{font-size:1rem}.WidgetSearchFilters[data-v-84c90805]{display:flex;flex-direction:column;margin:-1.125rem}.WidgetSearchFilters__header[data-v-84c90805]{display:flex;align-items:center;height:3.8rem;padding:1rem 1rem 1rem 1.5rem;background:#f39f13;font-size:1.25rem;color:#fff;font-weight:600}.WidgetSearchFilters__menu[data-v-84c90805]{opacity:0;position:fixed;top:0;right:-85vw;width:77vw;max-width:30rem;z-index:5003;height:100vh;max-height:100dvh;background-color:#fff;transition:right .5s,opacity .1s 1s}.WidgetSearchFilters__menu.is--open[data-v-84c90805]{overflow-y:scroll;opacity:1;right:0;transition:right .5s,opacity .1s}@media(min-width:1400px){.WidgetSearchFilters__menu[data-v-84c90805]{top:64px}}@media(min-width:1920px){.WidgetSearchFilters__menu[data-v-84c90805]{opacity:1;left:0;width:23.75rem;height:calc(100vh - 64px);background:#f0f0f0}}.WidgetSearchFilters__dropdown[data-v-84c90805]{font-size:1rem;font-weight:600;color:#292b2e;padding:0 1.5rem}.WidgetSearchFilters__dropdown__checkbox[data-v-84c90805]{margin-bottom:22px;font-weight:400}.WidgetSearchFilters__dropdown__checkbox[data-v-84c90805] .Checkbox__label{display:flex;flex-direction:row-reverse;gap:6px}.WidgetSearchFilters__dropdown__checkbox__icon[data-v-84c90805]{width:auto;height:auto}.WidgetSearchFilters__dropdown__title[data-v-84c90805]{display:flex;align-items:center;justify-content:center;gap:.5rem}.WidgetSearchFilters__dropdown[data-v-84c90805] .Dropdown__header__button{display:flex;align-items:center;padding:1rem 0;background:transparent}.WidgetSearchFilters__dropdown[data-v-84c90805] .Dropdown__card{background:transparent}.WidgetSearchFilters__icon[data-v-84c90805]{width:26px;margin-right:.5rem;scale:1.05}.WidgetSearchFilters__clear[data-v-84c90805]{margin-left:auto}.WidgetSearchFilters__body[data-v-84c90805]{overflow:auto}.WidgetSearchFilters__line[data-v-84c90805]{margin:0;border:none;border-top:1px solid #edeff1}.WidgetSearchFilters__indicator[data-v-84c90805]{font-size:12px;text-align:right}.WidgetSearchFilters__slider[data-v-84c90805]{margin:1rem .625rem;padding:0 .25rem .5rem}.WidgetSearchFilters__footer[data-v-84c90805]{padding:1.5rem;border-top:1px solid #edeff1}.WidgetSearchFilters__footer .Button--outline[data-v-84c90805]:hover{background:#f39f13;color:#fff}.WidgetSearchFilters__ad[data-v-84c90805]{padding:0 1rem}.WidgetSearchFilters[data-v-84c90805] .vue-slider-process{background-color:#f39f13}.WidgetSearchFilters[data-v-84c90805] .vue-slider-rail{height:4px;background-color:#fef7ec}.SidePanel .WidgetSearchFilters[data-v-84c90805]{max-width:33rem;width:77vw}:where(.is--color-scheme-dark) .WidgetSearchFilters__indicator[data-v-84c90805]{color:#a0a6ae}:where(.is--color-scheme-dark) .WidgetSearchFilters__line[data-v-84c90805]{border-top:1px solid #3a3c3f}:where(.is--color-scheme-dark) .WidgetSearchFilters__footer[data-v-84c90805]{border-top:none}.WidgetSearchFilters .vue-slider-dot-handle{background-color:#f39f13;border:2px solid #fff;box-shadow:.5px .5px 2px 2px #0000001a}.SideMenuHeader{display:flex;align-items:center;gap:1rem;cursor:pointer}.SideMenuHeader:hover .SideMenuHeader__profile__subtitle,.SideMenuHeader:hover .SideMenuHeader__profile__title{text-decoration:none}.SideMenuHeader__profile{display:flex;flex-direction:column;gap:.25rem}.SideMenuHeader__profile__title{font-weight:600;font-size:1.125rem;color:#000}.SideMenuHeader__profile__subtitle{font-size:1rem;color:#8c8f91}:where(.is--color-scheme-dark) .SideMenuHeader__profile__title{color:#fff}:where(.is--color-scheme-dark) .SideMenuHeader__profile__subtitle{color:#a0a6ae}.SideMenuLink{display:flex;align-items:center;gap:1rem;cursor:pointer;color:#8c8f91;font-size:1rem;text-wrap:nowrap}.SideMenuLink:hover{color:#f39f13;text-decoration:none}.SideMenuLink__counter{margin-left:0}.SideMenuLink__icon{width:1.25rem;height:1.25rem;display:flex;align-items:center}:where(.is--color-scheme-dark) .SideMenuLink{color:#a0a6ae}:where(.is--color-scheme-dark) .SideMenuLink:hover{color:#f39f13}.SideMenuLinks{display:flex;flex-direction:column;gap:.75rem}.SideMenuLinks.SideMenuLinks--bordered a{border-top:1px solid #edeff1;border-bottom:1px solid #edeff1;padding:1rem .5rem}.SideMenuLinks a{padding:.25rem 0}.SideMenuFooter{background:#f0f0f0;display:flex;flex-direction:column;padding-top:.5rem;padding-bottom:.5rem;color:#8c8f91}.SideMenuFooter__list{font-size:.6875rem;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;flex-direction:row;margin-bottom:0;padding:0}.SideMenuFooter__list__item{text-wrap:nowrap}.SideMenuFooter__list__item__link{color:#5b5f63}.SideMenuFooter__list__item:not(:first-child):before{content:"|";margin:0 .5rem;color:#5b5f63}.SideMenuFooter__copyright{font-size:.5rem;text-align:center;margin-top:.5rem}:where(.is--color-scheme-dark) .SideMenuFooter{background:#1c1c1e;color:#a0a6ae}:where(.is--color-scheme-dark) .SideMenuFooter__list__item__link{color:#a0a6ae}:where(.is--color-scheme-dark) .SideMenuFooter__list__item:not(:first-child):before{color:#a0a6ae}:where(.is--color-scheme-dark) .SideMenuFooter__copyright{color:#a0a6ae}.WidgetSideMenu[data-v-7b75b485]{display:flex;flex-direction:column;height:100dvh;width:270px;margin:-18px}.WidgetSideMenu .--with-padding[data-v-7b75b485]{padding:.75rem 1rem}.WidgetSideMenu .--with-horizontal-padding[data-v-7b75b485]{padding-left:1rem;padding-right:1rem}.WidgetSideMenu .--with-vertical-padding[data-v-7b75b485]{padding-top:.75rem;padding-bottom:.75rem}.WidgetSideMenu .--with-padding-top[data-v-7b75b485]{padding-top:.75rem}.WidgetSideMenu__spacer[data-v-7b75b485]{flex:1 1 auto;padding:0}.WidgetSideMenu__offer[data-v-7b75b485]{-o-object-fit:contain;object-fit:contain;padding-left:1rem;padding-right:1rem}.WidgetSideMenu__wallet[data-v-7b75b485]{display:flex;align-items:center;background:#fbefe3;padding-top:.75rem;padding-bottom:.75rem}.WidgetSideMenu__wallet[data-v-7b75b485]:hover{text-decoration:none}.WidgetSideMenu__wallet--auto-topup[data-v-7b75b485]{flex-wrap:wrap;padding-top:20px;padding-bottom:20px;border-top:1px solid #edeff1;background:transparent}.WidgetSideMenu__wallet--auto-topup .WidgetSideMenu__auto-topup[data-v-7b75b485]{display:flex;align-items:center;gap:6px;color:#8c8f91;font-size:.875rem}.WidgetSideMenu__wallet--auto-topup .WidgetSideMenu__buy-coins[data-v-7b75b485]{margin-top:10px;padding:8px}.WidgetSideMenu__scrollable[data-v-7b75b485]{display:flex;flex-direction:column;overflow:auto;flex:1;overscroll-behavior:contain;padding:0}.WidgetSideMenu__email-reminder[data-v-7b75b485]{margin-left:0;margin-right:0;border-top:1px solid #fbefe3!important}:where(.is--color-scheme-dark) .WidgetSideMenu[data-v-7b75b485]{background:#252729}:where(.is--color-scheme-dark) .WidgetSideMenu__wallet[data-v-7b75b485]{background:#1c1c1e}:where(.is--color-scheme-dark) .WidgetSideMenu__wallet--auto-topup[data-v-7b75b485]{border-top:0}:where(.is--color-scheme-dark) .WidgetSideMenu__wallet[data-v-7b75b485] .TokensWallet .TokensWallet__amount{color:#a0a6ae}:where(.is--color-scheme-dark) .WidgetSideMenu__email-reminder[data-v-7b75b485]{border-top:0!important;background-color:#3f4143}:where(.is--color-scheme-dark) .WidgetSideMenu__email-reminder[data-v-7b75b485] .AlertEmailReminder__container__title{color:#d7dade}:where(.is--color-scheme-dark) .WidgetSideMenu__email-reminder[data-v-7b75b485] .AlertEmailReminder__container__subtitle{color:#d7dade}:where(.is--color-scheme-dark) .WidgetSideMenuAds[data-v-7b75b485]{margin-top:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-top:1px solid #3a3c3f;border-bottom:1px solid #3a3c3f}.SidePanel[data-v-0f46c721]{pointer-events:none;position:fixed;inset:0;z-index:9999;display:flex;justify-content:flex-end;width:100%;max-width:100vw}.SidePanel[data-v-0f46c721] .Panel__scroll{display:flex;top:0;height:100%;background:#fff}.SidePanel__panel[data-v-0f46c721]{width:auto;max-width:100%;min-width:0;transform:translate3d(100%,0,0);background:transparent;transition:transform .3s ease-in-out}.SidePanel__overlay[data-v-0f46c721]{opacity:0;position:fixed;inset:0;z-index:-1;background:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .3s}.is--visible[data-v-0f46c721]{pointer-events:auto;overscroll-behavior:contain}.is--visible .SidePanel__panel[data-v-0f46c721]{transform:translateZ(0)}.is--visible .SidePanel__overlay[data-v-0f46c721]{opacity:1}:where(.is--color-scheme-dark) .SidePanel[data-v-0f46c721] .Panel__scroll{background:#252729}.layout--default[data-v-77215641]{display:flex;flex-direction:column;min-height:100dvh;margin-top:0;transition-property:margin;transition-duration:1s;transition-timing-function:ease}.is--notifier-hidden[data-v-77215641]{pointer-events:none;opacity:0;padding:0}.layout--error[data-v-e82dcd95]{margin:3rem 0;padding:.25rem 1rem}.HeaderLight[data-v-9c11b7d8]{padding:14px 18px}@media(min-width:1024px){.HeaderLight[data-v-9c11b7d8]{padding:20px 2%}}.HeaderLight[data-v-9c11b7d8] .HeaderLight__logo svg{max-width:136px;max-height:26px}@media(min-width:1024px){.HeaderLight[data-v-9c11b7d8] .HeaderLight__logo svg{max-height:32px}}.HeaderLight__button[data-v-9c11b7d8]{flex-shrink:0}.HeaderLight__button--login[data-v-9c11b7d8]{width:48%!important;max-width:183px!important;min-width:90px}.PageFooter[data-v-63bf8125]{order:3;position:relative;z-index:3;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1rem 1rem;background-color:#f39f13;color:#fff}[data-v-07abd2a5] .PageFooter{gap:24px}[data-v-07abd2a5] .PageFooter__section--middle{padding-bottom:24px;border-bottom:1px solid #f39f13}[data-v-07abd2a5] .PageFooter__section--bottom{display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:flex-end;gap:1rem}@media(min-width:768px){[data-v-07abd2a5] .PageFooter__section--bottom{flex-wrap:nowrap}}.FooterLight[data-v-07abd2a5]{padding:40px 5%;font-size:.9375rem;background-color:#0038ff}@media(min-width:1024px){.FooterLight[data-v-07abd2a5]{padding:50px 5%}}.FooterLight__copyright[data-v-07abd2a5]{flex-shrink:0}.FooterLight__logo[data-v-07abd2a5]{filter:brightness(1000);max-width:96px;max-height:36px}@media(min-width:768px){.FooterLight__logo[data-v-07abd2a5]{max-width:120px}}a[data-v-07abd2a5]{color:#fff!important}a[data-v-07abd2a5]:hover{text-decoration:underline}.menu[data-v-07abd2a5]{width:100%}@media(min-width:768px){.menu[data-v-07abd2a5]{margin-left:auto;padding-left:40px}}.menu__list[data-v-07abd2a5]{list-style:none;display:flex;flex-wrap:wrap;-moz-column-gap:22px;column-gap:22px;row-gap:10px;margin:0;padding:0}@media(min-width:768px){.menu__list[data-v-07abd2a5]{justify-content:flex-end}}.menu__list__item[data-v-07abd2a5]{line-height:1.35}.layout--a[data-v-5ace37c1]{display:flex;flex-direction:column;min-height:100dvh}.creative__item--iframe[data-v-4ecb521d]{position:absolute;top:0;left:0;transform:scale(calc(var(--extrinsicWidth)/var(--intrinsicWidth)));transform-origin:top left}.AdBannerContent--iframe[data-v-4ecb521d]{position:relative;max-width:var(--extrinsicMaxWidth);margin-top:1rem!important;margin-bottom:1rem!important;margin-left:auto;margin-right:auto}.AdBannerContent--iframe[data-v-4ecb521d]:after{content:"";display:block;aspect-ratio:var(--aspectRatio)}.AdBannerContent__image[data-v-4ecb521d]{width:100%;max-width:100%;height:auto}.ad-banner[data-v-a86ddddf]{border-radius:.5rem;box-shadow:0 0 12px #969696}.ad-banner--transparent[data-v-a86ddddf]{background-color:transparent;border:none;box-shadow:none;color:#fff}.ad-banner__header[data-v-a86ddddf]{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem}.ad-banner__header__left-content[data-v-a86ddddf]{display:flex;align-items:center;gap:.3rem}.ad-banner__header--close-btn[data-v-a86ddddf]:hover{color:var(--gray)}.ad-banner__content img[data-v-a86ddddf],.ad-banner__content video[data-v-a86ddddf]{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.AdChatroom{cursor:pointer;display:flex;align-items:center;padding:.5rem .25rem;border:0}.AdChatroom__avatar{overflow:visible;position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;max-width:100%;max-height:auto;width:4.0625rem;height:4.0625rem;margin-right:1rem;line-height:1}.AdChatroom__avatar__skeleton{overflow:hidden;position:absolute;width:100%;border-radius:100%}.AdChatroom__avatar__image{opacity:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:100%}.AdChatroom__avatar__placeholder{width:100%}.AdChatroom__avatar__status{position:absolute;top:50%;right:0;transform:translateY(-50%);margin-right:-.4688rem;border:.0938rem solid #fff}.AdChatroom__content{display:flex;flex-direction:column;justify-content:space-between;flex:1;font-weight:400}.AdChatroom__content__title{overflow:hidden;margin-bottom:.1875rem;font-size:1rem;font-weight:600;color:#292b2e;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.0125rem;display:flex;align-items:center;flex-grow:0}.AdChatroom__content footer{display:flex;flex-direction:row;align-items:flex-end}.AdChatroom__content__message{max-width:54%;position:relative;flex-grow:1;overflow:hidden;height:36px;margin:0;font-size:.875rem;text-overflow:ellipsis;color:#8c8f91;letter-spacing:-.0125rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow-wrap:anywhere}.AdChatroom__content__message.is--unread{font-weight:600;color:#292b2e}.AdChatroom__content__info{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-end;margin-top:-4px;margin-left:auto;padding-left:1.25rem;flex-shrink:0}.AdChatroom__content__info__counter{min-width:1.875rem;height:auto!important;padding:.0625rem .375rem;font-size:12px!important}.AdChatroom__content__info__time{margin-top:.1875rem;font-size:.75rem;color:#8c8f91;white-space:nowrap}.AdChatroom__content__info__time--no-unread{margin-top:1rem}:where(.is--color-scheme-dark) .AdChatroom__avatar__image{border:2px solid #3f4143}:where(.is--color-scheme-dark) .AdChatroom__avatar__status{border-color:#1c1c1e}:where(.is--color-scheme-dark) .AdChatroom__avatar__placeholder{color:#3f4143}:where(.is--color-scheme-dark) .AdChatroom__content__title{color:#edeff1}:where(.is--color-scheme-dark) .AdChatroom__content__message{color:#a0a6ae}:where(.is--color-scheme-dark) .AdChatroom__content__message.is--unread{color:#d7dade}:where(.is--color-scheme-dark) .AdChatroom__content__info__counter{background:#ff967c;color:#252729}:where(.is--color-scheme-dark) .AdChatroom__content__info__time{color:#a0a6ae}.AdChatroom[data-v-5e219613]{text-decoration:none;border-bottom:1px solid #edeff1}.AdChatroom--unread[data-v-5e219613]{background:#f0f0f0}.AdChatroom[data-v-5e219613]:not(.AdChatroom--unread){background:#fff}.AdChatroom__avatar[data-v-5e219613]{width:3rem;height:3rem}.AdChatroom__badge[data-v-5e219613]{margin-top:auto}.AdChatroom--close-btn[data-v-5e219613]{position:absolute;top:0;right:.25rem}.AdChatroom--close-btn[data-v-5e219613]:hover{color:var(--gray)}.AdLink__overlay[data-v-283ae1c8]{position:absolute;top:0;left:0;width:100%;height:100%;cursor:default}.AdLink__overlay--sticky[data-v-283ae1c8]{position:fixed}.z-index-negative[data-v-283ae1c8]{z-index:-1}.AdMenu{display:flex;align-items:center}.AdMenu__live-people{height:20px;margin-left:.25rem}.AdMenu__label{display:flex;align-items:center}.AdMenu__badge{margin-left:0;font-weight:600;padding:.2rem .75rem}.AdNativeprofile[data-v-5274eb0e]{text-decoration:none}.InChatGamesError[data-v-12f2c751]{display:block;max-width:338px;padding:12px 20px 14px;border-radius:8px;background-color:#292b2e;color:#fff;font-size:15px;letter-spacing:-.0125rem;line-height:1.5;text-align:center}.InChatGamesError>strong[data-v-12f2c751]{font-weight:600}.Game--would-you-rather .Game__result__title>b{display:block;font-size:38px;font-weight:900}.Game--would-you-rather .Game__result__description>span{padding:3px;background:#390072;border-radius:3px}.Game--would-you-rather #games-question-mark{fill:#4d009b}.Game--would-you-rather .CustomPlaceholder>svg{position:relative;top:-2px;scale:1.2}.Game[data-v-b2fb536b]{overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;width:284px;height:440px;padding:14px;color:#fff;text-align:center;border-radius:14px;background-color:#8b1efc}.Game[data-v-b2fb536b]>*{z-index:30}.Game[data-v-b2fb536b]:after,.Game[data-v-b2fb536b]:before{content:"";position:absolute;top:0;left:0;display:block;width:100%}.Game[data-v-b2fb536b]:after{--mask:radial-gradient(circle closest-corner at 50% 250%,transparent 99%,#0f0e0e);z-index:20;height:50%;background-color:#4a0194;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='218' fill='none' viewBox='0 0 390 218'%3E%3Cpath fill='%23220f3f' d='M31.051 35.475.465 23.277v-5.505zm93.597 2.064L91.603.009h-4.576zm35.852-14.12L152.956.009h-2.596zm-34.028 4.83L106.319.01h-3.73zM238.785.01 227.98 32.802 241.929.01zm-57.662 19.826L179.167.01h-2.122zM.445 99.465v4.052l48.104 1.956zm0-10.913V91.7l34.37 2.714zm61.017-7.26L.444 63.69v2.263zM.444 5.998v5.1L70.018 47.39zm48.104 53.75L.445 39.515v2.664zm283.814 34.67 59.231-9.177v-1.868zm24.836 0 34.376-2.714v-3.148zm-326.167-4.89L.465 83.776v1.144zM305.008 0h-4.576l-33.046 37.529zm86.586 146.717v-3.153l-34.375-2.709zm0-10.912v-4.058l-48.109-1.956zm-61.021-54.514 61.021-15.361v-2.264zm61.021 22.226v-4.053l-48.109 6.004zm-48.109-43.772 48.109-17.571v-2.665zm-75.258-34.923L289.324.01h-3.486zM345.309.01l-30.44 26.655L350.418.01zm-23.297 47.375 69.577-36.292V5.994zm69.577-24.108v-5.505l-30.591 17.723zM72.027 22.49 46.54 0h-4.718zM195.08 0l.944 11.734L196.963 0zm165.922 117.632 30.591.489v-.978zm-28.621 23.223 59.212 11.016v-1.863zm11.103 34.669 48.109 20.212v-2.645zm48.109 41.988v-5.525l-30.591-12.193zm-341.749-99.88-49.38-.719v1.443zm280.709 36.346 61.021 17.601v-2.244zm-269.092 0L.465 169.335v2.263zm-12.913 21.546L.445 193.091v2.645zM.465 143.564v3.153l34.37-5.866zm0-11.817v4.058l48.104-6.009zm59.207 9.108L.465 150.008v1.863zM.48 211.987v5.525l30.586-17.718z' opacity='.3'/%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat;background-position:50%;-webkit-mask:var(--mask);mask:var(--mask);transition:all .3s cubic-bezier(1,-.01,.6,1) 1s}.Game[data-v-b2fb536b]:before{left:-10%;top:-10%;z-index:10;width:120%;height:120%;background-image:url(./background.sWjG4GXF.webp);background-size:100%;background-repeat:repeat;background-position:cover;opacity:.75;animation:circle-b2fb536b 10s linear infinite}.Game__logo[data-v-b2fb536b]{position:absolute;top:6px;left:0;right:0;z-index:50;width:100%;max-width:256px;margin:auto;animation:scaling-dalay-b2fb536b 8s ease-in-out infinite;transition:all .5s cubic-bezier(1,-.01,.6,1) 1s}.Game__result[data-v-b2fb536b]{margin-bottom:42px;opacity:0}.Game__result__title[data-v-b2fb536b]{margin-bottom:12px;font-size:23px;letter-spacing:-.36px;line-height:1;font-weight:900;font-style:italic;text-transform:uppercase;text-shadow:1px 4px 0 rgba(0,0,0,.25);transform:translate3d(0,100%,0);opacity:0;transition:all .7s ease 1.3s}.Game__result__description[data-v-b2fb536b]{font-size:15px;font-weight:400;transform:translate3d(0,100%,0);opacity:0;transition:all .7s ease 1.6s}.Game__intro[data-v-b2fb536b]{position:relative;top:-23px;z-index:30;font-size:1rem;font-weight:600;transition:all .2s ease-out}.Game__cards[data-v-b2fb536b]{position:relative;display:flex;width:212px;margin-top:20px}.Game__cards[data-v-b2fb536b]:after{content:"VS";position:absolute;top:15px;left:50%;z-index:30;translate:-50% 0;aspect-ratio:1;padding:12px 8px 4px;border-radius:50%;color:#ea3a2b;font-family:Luckiest Guy,system-ui;font-weight:400;font-style:normal;font-size:22px;line-height:1;background:#fff;transform:scaleX(1);transition:transform .3s ease 1.3s}.Game__card[data-v-b2fb536b],.Game__cards[data-v-b2fb536b]:after{display:flex;align-items:center}.Game__card[data-v-b2fb536b]{cursor:pointer;position:relative;aspect-ratio:.63;flex-direction:column;flex:1;justify-content:center;gap:10px;width:50%;margin-bottom:42px;padding:12px;border:2px solid;border-radius:11px;font-size:1.0625rem;font-weight:700;line-height:1.15;text-align:center;transition:all .3s ease}.Game__card--first-option[data-v-b2fb536b]{z-index:10;border-color:#f6c73b;background:linear-gradient(180deg,#390072,#220f3f);color:#fff;box-shadow:5px 9px #f6c73b;rotate:-5deg;translate:-7px 4px}.Game__card--first-option .Game__card__button[data-v-b2fb536b]{color:#220f3f;background:#f6c73b}.Game__card--second-option[data-v-b2fb536b]{z-index:0;border-color:#220f3f;background:linear-gradient(180deg,#f6c73b,#e2b30d);color:#220f3f;box-shadow:5px 9px #000c;rotate:13deg;translate:-2px 0}.Game__card--second-option .Game__card__button[data-v-b2fb536b]{background:#220f3f;color:#fff}.Game__card__button[data-v-b2fb536b]{padding:5px 8px;border-radius:20px;font-family:Montserrat;font-size:.8125rem;font-weight:600;transition:opacity .2s ease-out}.Game__card__avatar[data-v-b2fb536b]{aspect-ratio:1;position:absolute;bottom:0;left:50%;width:0;border-radius:50%;color:#f39f13;background:#fff;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;box-shadow:0 2px 4px #00000096;transform:translate(-15%,50%);animation:scale-avatar-b2fb536b .1s cubic-bezier(0,1.27,.98,1.22) forwards}.Game__card__avatar+.Game__card__avatar[data-v-b2fb536b]{transform:translate(-85%,50%)}.Game__card__avatar[data-v-b2fb536b]:only-of-type{transform:translate(-50%,50%)}.Game__info[data-v-b2fb536b]{width:100%;min-height:44px;margin-top:-50px;padding:18px 8px 11px;opacity:0;transition:opacity .3s ease}.Game__info__wrapper[data-v-b2fb536b]{display:flex;flex-wrap:nowrap;align-items:flex-start;padding:0;margin:0}.Game__info__icon[data-v-b2fb536b]{width:14px}.Game__info__indicator[data-v-b2fb536b]{overflow:hidden;display:flex;flex-shrink:0;flex-basis:0;gap:10px;justify-content:center;align-items:center;opacity:0;font-size:0;line-height:0;font-weight:500;transition:font-size .5s ease .7s,line-height .3s ease .7s,flex-basis .3s ease .7s,opacity .3s ease;text-align:left;text-wrap:pretty}.Game__info__indicator.is--visible[data-v-b2fb536b]{flex-basis:100%;opacity:1;font-size:14px;line-height:1.3;transition:font-size .3s ease,line-height .3s ease,flex-basis .3s ease,opacity .3s ease 1s}.Game__info__spinner[data-v-b2fb536b]{flex-shrink:0}.Game__button[data-v-b2fb536b]{text-rendering:geometricPrecision;pointer-events:none;visibility:hidden;opacity:0;position:absolute;bottom:-60px;margin:5px 0;padding:11px 42px 8px;transition:all .3s cubic-bezier(.17,.67,.3,1.41) 2s;background:#fff;color:#220f3f;font-family:Luckiest Guy;font-size:1.125rem;box-shadow:0 5px #000}.Game__button[data-v-b2fb536b]:disabled{opacity:.4!important}.Game__rotate[data-v-b2fb536b]{position:absolute;bottom:12px;right:12px;z-index:30;padding:6px;background:#220f3f;border-radius:50%}.Game__rotate>svg[data-v-b2fb536b]{margin-left:0}.Game__rotate[data-v-b2fb536b]:hover{animation:rotate-360-z 1s ease-in-out infinite}.Game--playing .Game__card[data-v-b2fb536b]{animation:bounce-b2fb536b .7s ease-in-out infinite alternate}.Game--playing .Game__card--first-option[data-v-b2fb536b]{rotate:-5deg;translate:-7px -18px}.Game--playing .Game__card--second-option[data-v-b2fb536b]{animation-delay:.7s;rotate:16deg;translate:-2px -30px}.Game--playing .Game__card__avatar.is--other-option[data-v-b2fb536b]{display:none}.Game--playing .Game__info[data-v-b2fb536b]{opacity:1;transition:opacity .3s ease .6s}.Game--result[data-v-b2fb536b]:after{height:200%;top:-153%;background-position:0 100%;background-size:100% 28%}.Game--result .Game__card--first-option[data-v-b2fb536b]{rotate:-5deg;translate:-7px -48px}.Game--result .Game__card--second-option[data-v-b2fb536b]{animation-delay:.7s;rotate:16deg;translate:-2px -50px}.Game--result .Game__logo[data-v-b2fb536b]{top:130px;max-width:117px;animation:scaling-b2fb536b 1s ease-in-out 1s infinite}.Game--result .Game__result[data-v-b2fb536b]{opacity:1}.Game--result .Game__result__description[data-v-b2fb536b],.Game--result .Game__result__title[data-v-b2fb536b]{transform:translateZ(0);opacity:1}.Game--result .Game__cards[data-v-b2fb536b]:after{transform:scale3d(0,0,0);transition:transform .3s ease .2s}.Game--result .Game__info[data-v-b2fb536b]{opacity:0}.Game--result .Game__button[data-v-b2fb536b]{pointer-events:all;opacity:1;visibility:visible;bottom:12px}.Game--user-selected .Game__intro[data-v-b2fb536b]{opacity:0;transform:scale(0)}.Game--user-selected .Game__card__button[data-v-b2fb536b]{opacity:0;padding:0;font-size:0}.Game--other-selected .Game__card[data-v-b2fb536b]:not(.is--selected):not(.is--other-selected),.Game--user-selected .Game__card[data-v-b2fb536b]:not(.is--selected):not(.is--other-selected){opacity:.7;z-index:-1}@keyframes circle-b2fb536b{0%{transform:rotate(0) translate(-10%) rotate(0)}to{transform:rotate(1turn) translate(-10%) rotate(-1turn)}}@keyframes scaling-dalay-b2fb536b{0%{transform:scale(1)}5%{transform:scale(1.1)}10%{transform:scale(1)}15%{transform:scale(1.1)}20%{transform:scale(1)}}@keyframes scaling-b2fb536b{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes bounce-b2fb536b{0%{transform:translate3d(0,2px,0)}to{transform:translate3d(0,-2px,0)}}@keyframes scale-avatar-b2fb536b{0%{width:0}to{width:37px}}.Invitation[data-v-0927c70e]{overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;max-width:270px;padding:14px;color:#fff;text-align:center;border-radius:14px;background-color:#8b1efc}.Invitation[data-v-0927c70e]>*{z-index:30}.Invitation[data-v-0927c70e]:after,.Invitation[data-v-0927c70e]:before{content:"";position:absolute;top:0;left:0;display:block;width:100%}.Invitation[data-v-0927c70e]:after{--mask:radial-gradient(circle closest-corner at 50% 250%,transparent 100%,#0f0e0e);z-index:20;height:47%;background-color:#4a0194;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='218' fill='none' viewBox='0 0 390 218'%3E%3Cpath fill='%23220f3f' d='M31.051 35.475.465 23.277v-5.505zm93.597 2.064L91.603.009h-4.576zm35.852-14.12L152.956.009h-2.596zm-34.028 4.83L106.319.01h-3.73zM238.785.01 227.98 32.802 241.929.01zm-57.662 19.826L179.167.01h-2.122zM.445 99.465v4.052l48.104 1.956zm0-10.913V91.7l34.37 2.714zm61.017-7.26L.444 63.69v2.263zM.444 5.998v5.1L70.018 47.39zm48.104 53.75L.445 39.515v2.664zm283.814 34.67 59.231-9.177v-1.868zm24.836 0 34.376-2.714v-3.148zm-326.167-4.89L.465 83.776v1.144zM305.008 0h-4.576l-33.046 37.529zm86.586 146.717v-3.153l-34.375-2.709zm0-10.912v-4.058l-48.109-1.956zm-61.021-54.514 61.021-15.361v-2.264zm61.021 22.226v-4.053l-48.109 6.004zm-48.109-43.772 48.109-17.571v-2.665zm-75.258-34.923L289.324.01h-3.486zM345.309.01l-30.44 26.655L350.418.01zm-23.297 47.375 69.577-36.292V5.994zm69.577-24.108v-5.505l-30.591 17.723zM72.027 22.49 46.54 0h-4.718zM195.08 0l.944 11.734L196.963 0zm165.922 117.632 30.591.489v-.978zm-28.621 23.223 59.212 11.016v-1.863zm11.103 34.669 48.109 20.212v-2.645zm48.109 41.988v-5.525l-30.591-12.193zm-341.749-99.88-49.38-.719v1.443zm280.709 36.346 61.021 17.601v-2.244zm-269.092 0L.465 169.335v2.263zm-12.913 21.546L.445 193.091v2.645zM.465 143.564v3.153l34.37-5.866zm0-11.817v4.058l48.104-6.009zm59.207 9.108L.465 150.008v1.863zM.48 211.987v5.525l30.586-17.718z' opacity='.3'/%3E%3C/svg%3E");background-size:cover;-webkit-mask:var(--mask);mask:var(--mask)}.Invitation[data-v-0927c70e]:before{z-index:10;height:100%;background-image:url(./background.sWjG4GXF.webp);background-size:cover;opacity:.75}.Invitation__band[data-v-0927c70e]{position:absolute;top:18px;left:-50%;z-index:40;width:100%;padding:3px 0 2px;background:#49bf2c;rotate:-37deg;translate:34px 0;font-size:11.5px;font-weight:700;letter-spacing:-.4px;text-transform:uppercase;box-shadow:0 4px #006a1e2e}.Invitation__logo[data-v-0927c70e]{width:100%;max-width:220px}.Invitation__message[data-v-0927c70e]{margin-top:-8px;font-family:Luckiest Guy,system-ui;font-weight:400;font-style:normal;font-size:18px;letter-spacing:.8px;line-height:1.35}.Invitation__button[data-v-0927c70e]{margin:5px 0}.DeclinedInvitation[data-v-56666a56]{display:block;max-width:338px;padding:12px 20px 14px;border-radius:8px;background-color:#292b2e;color:#fff;font-size:15px;letter-spacing:-.0125rem;line-height:1.5;text-align:center}.DeclinedInvitation>strong[data-v-56666a56]{font-weight:600}.AlreadyPlayingGame[data-v-3ae4b563]{display:flex;gap:8px;padding:.5rem 1rem;border-radius:.25rem;background-color:#292b2e;color:#fff;font-size:.9375rem;letter-spacing:-.0125rem;line-height:1.3}.AlreadyPlayingGame__icon[data-v-3ae4b563]{max-width:24px}.AlreadyPlayingGame__icon[data-v-3ae4b563] #games-question-mark{fill:#292b2e}:where(.is--color-scheme-dark) .AlreadyPlayingGame[data-v-3ae4b563]{background-color:#edeff1;color:#292b2e}:where(.is--color-scheme-dark) .AlreadyPlayingGame__icon[data-v-3ae4b563] #games-question-mark{fill:#edeff1}.Loading[data-v-70f241c6]{display:flex;gap:8px;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.25rem;background-color:#292b2e;color:#fff;font-size:.9375rem;letter-spacing:-.0125rem;line-height:1.3}.Loading__spinner[data-v-70f241c6]{width:20px}:where(.is--color-scheme-dark) .Loading[data-v-70f241c6]{background-color:#edeff1;color:#292b2e}:where(.is--color-scheme-dark) .Loading__icon[data-v-70f241c6] #games-question-mark{fill:#edeff1}.Conversation{cursor:pointer;display:flex;align-items:center;padding:.5rem .25rem;border:0}.Conversation__avatar{overflow:visible;position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;max-width:100%;max-height:auto;width:4.0625rem;height:4.0625rem;margin-right:1rem;line-height:1}.Conversation__avatar__skeleton{overflow:hidden;position:absolute;width:100%;border-radius:100%}.Conversation__avatar__image{opacity:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:100%}.Conversation__avatar__placeholder{width:100%}.Conversation__avatar__status{position:absolute;top:50%;right:0;transform:translateY(-50%);margin-right:-.4688rem;border:.0938rem solid #fff}.Conversation__content{display:flex;flex-direction:column;justify-content:space-between;flex:1;font-weight:400}.Conversation__content__title{overflow:hidden;margin-bottom:.1875rem;font-size:1rem;font-weight:600;color:#292b2e;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.0125rem;display:flex;align-items:center;flex-grow:0}.Conversation__content footer{display:flex;flex-direction:row;align-items:flex-end}.Conversation__content__message{max-width:54%;position:relative;flex-grow:1;overflow:hidden;height:36px;margin:0;font-size:.875rem;text-overflow:ellipsis;color:#8c8f91;letter-spacing:-.0125rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow-wrap:anywhere}.Conversation__content__message.is--unread{font-weight:600;color:#292b2e}.Conversation__content__info{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-end;margin-top:-4px;margin-left:auto;padding-left:1.25rem;flex-shrink:0}.Conversation__content__info__counter{min-width:1.875rem;height:auto!important;padding:.0625rem .375rem;font-size:12px!important}.Conversation__content__info__time{margin-top:.1875rem;font-size:.75rem;color:#8c8f91;white-space:nowrap}.Conversation__content__info__time--no-unread{margin-top:1rem}:where(.is--color-scheme-dark) .Conversation__avatar__image{border:2px solid #3f4143}:where(.is--color-scheme-dark) .Conversation__avatar__status{border-color:#1c1c1e}:where(.is--color-scheme-dark) .Conversation__avatar__placeholder{color:#3f4143}:where(.is--color-scheme-dark) .Conversation__content__title{color:#edeff1}:where(.is--color-scheme-dark) .Conversation__content__message{color:#a0a6ae}:where(.is--color-scheme-dark) .Conversation__content__message.is--unread{color:#d7dade}:where(.is--color-scheme-dark) .Conversation__content__info__counter{background:#ff967c;color:#252729}:where(.is--color-scheme-dark) .Conversation__content__info__time{color:#a0a6ae}.Conversation__avatar[data-v-cd8ddcd7]:before{border-radius:100%}.Conversation__avatar__image[data-v-cd8ddcd7]{background:#131415}.Conversation__content__title[data-v-cd8ddcd7]{display:flex;gap:6px}.Conversation__content__title .Pill[data-v-cd8ddcd7]{margin-left:.5rem}.Conversation__content__message__typing[data-v-cd8ddcd7]{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;animation-name:animateTypingSequence;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-delay:var(--animation-delay);animation-duration:var(--animation-duration)}.Chat__filters-wrap[data-v-d75af2a0]{width:100%}.Chat__content-inner[data-v-d75af2a0]{width:100%;padding:0}.Chat__filters[data-v-d75af2a0]{gap:.4375rem;width:100%;padding:.25rem;border-radius:.3125rem;font-size:1rem}.Chat__filters[data-v-d75af2a0],.Chat__filters__button[data-v-d75af2a0]{display:flex;justify-content:center;align-items:center;background:#edeff1}.Chat__filters__button[data-v-d75af2a0]{flex:1;padding:.5rem;border:0;border-radius:.3125rem;color:#292b2e;font-weight:400;font-size:1.125rem;letter-spacing:-.0144rem}@media(min-width:396px){.Chat__filters__button[data-v-d75af2a0]{width:100%}}.Chat__filters__button.is--active[data-v-d75af2a0]{color:#fff;background-color:#f39f13;font-weight:600}.Chat__filters__counter[data-v-d75af2a0]{min-width:1.625rem!important;height:auto!important;margin-left:.5rem;padding:.0625rem .375rem;font-size:12px!important}.Chat__list[data-v-d75af2a0]{list-style:none;padding:0}.Chat__notice[data-v-d75af2a0]{display:block;margin-top:1.5rem;text-align:center}:where(.is--color-scheme-dark) .Chat__filters[data-v-d75af2a0]{background:#3f4143}.ChatPendingMessage[data-v-5fc875c6]{display:flex;flex-direction:column;margin-top:1rem}.ChatPendingMessage__wrapper[data-v-5fc875c6]{display:flex;justify-content:end;padding-right:1rem;border:1px solid #edeff1;background:#fff}.ChatPendingMessage__bubble[data-v-5fc875c6]{position:relative;max-width:85%;padding:.5rem 1rem;font-size:.9375rem;border-radius:.25rem;word-wrap:break-word;background:#fff}.ChatPendingMessage__text[data-v-5fc875c6]{position:relative;display:inline}.ChatPendingMessage__status[data-v-5fc875c6]{float:right;display:flex;justify-content:flex-end;padding-bottom:.5rem;padding-right:1rem;color:#292b2e;font-size:.6875rem;background:#fff}.ChatPendingMessage__date[data-v-5fc875c6],.ChatPendingMessage__sent[data-v-5fc875c6]{display:flex;align-items:center;margin-bottom:0}.ChatPendingMessage__sent[data-v-5fc875c6]{margin-left:.5rem}.ChatPendingMessage__check[data-v-5fc875c6]{margin-right:.25rem;font-size:170%}.CustomHeader{display:flex;align-items:center;position:relative;width:100%;padding:0 1rem;border-bottom:1px solid #edeff1;background:#fff;min-height:50px}@media(min-width:768px){.CustomHeader{min-height:64px}}.CustomHeader__back{display:inline-flex;align-items:flex-start;padding:0;font-size:1.25rem;cursor:pointer}.CustomHeader.is--loggedin{display:grid;grid-template-columns:minmax(150px,1fr) minmax(-webkit-max-content,540px) minmax(150px,1fr);grid-template-columns:minmax(150px,1fr) minmax(max-content,540px) minmax(150px,1fr)}.CustomHeader.is--loggedout{display:flex;justify-content:center;margin-bottom:0}.CustomHeader.is--marginless{margin-bottom:0}.CustomHeader__left-side,.CustomHeader__tokens__button{display:flex;align-items:center}.CustomHeader__tokens__button{width:auto;justify-content:center;flex-grow:0;border:0;background:#f39f13;color:#fff;font-size:14px;font-weight:500;line-height:22px;letter-spacing:-.1px;padding:2px 8px;border-radius:6px}.CustomHeader__tokens .coins__icon{margin-left:.25rem;position:relative;z-index:10;order:2}.CustomHeader__logo{max-width:34.375rem;color:#f39f13}@media(max-width:767.98px){.CustomHeader__logo{position:absolute;left:50%;transform:translate(-50%)}}@media(min-width:768px){.CustomHeader__logo{margin-right:1rem}}.CustomHeader__logo :deep(.HeaderLogo__image){width:auto;height:auto;max-height:36px}@media(min-width:768px){.CustomHeader__logo :deep(.HeaderLogo__image){margin-top:0}}.CustomHeader__roulette{left:1rem;position:absolute;top:50%;z-index:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#f39f13;text-decoration:none!important;transform:translateY(-50%)}@media(min-width:768px){.CustomHeader__roulette{position:relative;top:auto;left:auto;transform:none}}.CustomHeader__column{grid-column-start:3;display:flex;align-items:center;justify-self:right;margin-right:1.5rem;box-shadow:0 .125rem .25rem #00000013!important}.Card[data-v-dcc821df]{overflow:hidden;flex-direction:column;justify-content:flex-end;align-items:flex-start;aspect-ratio:.743;width:100%;max-width:100%;padding:15px 8px 15px 10px;border-radius:12px;color:#fff;text-rendering:geometricPrecision}.Card__image[data-v-dcc821df]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}.Card__avatar[data-v-dcc821df]{aspect-ratio:1;width:20px;border:1px solid #fff;border-radius:20px}.Card__avatar+.Card__avatar[data-v-dcc821df]{margin-left:-13px}.Card__title[data-v-dcc821df]{max-height:32%;height:100%;margin-top:5px;margin-bottom:0;font-size:clamp(23px,7vw,30px);line-height:1.1;letter-spacing:-.2px;word-break:break-word}.Card__counter[data-v-dcc821df],.Card__title[data-v-dcc821df]{font-weight:600;text-align:left}.Card__counter[data-v-dcc821df]{margin-left:-8px;padding:2px 5px;border-radius:12px;font-size:13px;line-height:1;background:#292b2e80}.Story[data-v-74282d1f]{display:flex;flex-direction:column;margin:auto;padding:0}.Story__wrapper[data-v-74282d1f]{position:relative;margin-bottom:8px}.Story__image[data-v-74282d1f]{display:block;aspect-ratio:1;width:65px;padding:3px;border:3px solid var(--border-color);border-radius:100px}.Story__icon[data-v-74282d1f]{position:absolute;inset:0;margin:auto}.Story__counter[data-v-74282d1f],.Story__title[data-v-74282d1f]{color:#303437;font-size:15px;letter-spacing:-.0144rem}.Story__title[data-v-74282d1f]{margin:0 4px 0 0;font-weight:400}.Story__counter[data-v-74282d1f]{font-weight:700}.IconArrow *{stroke:#fff}.IconArrow--primary *{stroke:#f39f13}.IconChevronLeft[data-v-3300dedb],.IconChevronRight[data-v-f0446d81]{width:1rem;height:1rem}.IconGift *{stroke:#fff}.IconGift--primary *{stroke:#f39f13}.InChatGamesIcon[data-v-ab0a8542]{padding:0}.InChatGamesIcon[data-v-ab0a8542]:disabled{opacity:1}.InChatGamesIcon:hover .InChatGamesIcon__wrapper[data-v-ab0a8542]{border:2.5px solid #f6c73b}.InChatGamesIcon__label[data-v-ab0a8542]{position:absolute;left:12px;top:12px;z-index:20;display:flex;justify-content:center;align-items:center;width:100%;padding:.125rem .375rem;color:#fff;font-size:11px;font-weight:700;background:#ea3a2b;rotate:-39deg;translate:-47%;transform-origin:top center;box-shadow:2px 3px 1px #00000042}.InChatGamesIcon__label--free[data-v-ab0a8542]{background-color:#49bf2c}.InChatGamesIcon__label--coming-soon[data-v-ab0a8542]{top:28px;left:28px;background:#1c1c1e}.InChatGamesIcon__label__coin[data-v-ab0a8542]{width:11px;margin-left:4px}.InChatGamesIcon__wrapper[data-v-ab0a8542]{overflow:hidden;position:relative;aspect-ratio:1;margin-bottom:10px;border-radius:14px;border:2.5px solid transparent;transition:border .1s ease-out}.InChatGamesIcon__image[data-v-ab0a8542]{width:100%;height:100%;margin-bottom:.5rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.InChatGamesIcon__title[data-v-ab0a8542]{padding:0 10px;font-weight:500;font-size:1rem;letter-spacing:-.0125rem;line-height:1.35;text-align:center;color:#303437;text-transform:capitalize}.InChatGamesIcon--coming-soon .InChatGamesIcon__wrapper[data-v-ab0a8542]:before{content:"";position:absolute;inset:0;z-index:10;display:block;width:100%;height:100%;background:#646464d9;opacity:.85}.InChatGamesIcon--coming-soon .InChatGamesIcon__title[data-v-ab0a8542]{color:#8c8f91}.InChatGamesIcon--playing[data-v-ab0a8542]{opacity:.4!important}:where(.is--color-scheme-dark) .InChatGamesIcon__title[data-v-ab0a8542]{color:#edeff1}:where(.is--color-scheme-dark) .InChatGamesIcon--coming-soon .InChatGamesIcon__title[data-v-ab0a8542]{color:#a0a6ae}.Tip[data-v-df8dae89]{display:flex;flex-direction:column;align-items:center;width:100%;padding:2px 20px 14px;border:1px solid #edeff1;border-radius:.625rem;color:#303437;font-size:14px;text-align:center;text-wrap:pretty;line-height:1.33}.Tip__icon[data-v-df8dae89]{margin-top:-16px;margin-bottom:2px}:where(.is--color-scheme-dark) .Tip[data-v-df8dae89]{border-color:#8c8f91;color:#a0a6ae}:where(.is--color-scheme-dark) .Tip__icon[data-v-df8dae89] path{stroke:#f39f13}:where(.is--color-scheme-dark) .Tip__icon[data-v-df8dae89] path:first-child{fill:#1c1c1e;stroke:transparent}.InputFile__input{position:absolute;opacity:0;visibility:hidden}.StepAddPics[data-v-5a9dbf3e]{display:flex;flex-direction:column;align-items:center;text-align:center}.StepAddPics__title[data-v-5a9dbf3e]{margin-bottom:14px;font-size:26px;font-weight:700;color:#292b2e}.StepAddPics__subtitle[data-v-5a9dbf3e]{margin-bottom:20px;font-size:18px;font-weight:400;line-height:1.33;color:#303437}.StepAddPics__items[data-v-5a9dbf3e]{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:8px 14px;max-width:234px;width:100%}.StepAddPics__contents[data-v-5a9dbf3e]{overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:9.5px;background:#edeff1}.StepAddPics__contents[data-v-5a9dbf3e]:first-child{grid-column:1/4;grid-row:1/4;border-radius:25.5px;background:#fbefe3;box-shadow:inset 0 0 0 2.5px #f39f13}.StepAddPics__content[data-v-5a9dbf3e]{width:100%;height:100%}.StepAddPics__content--button[data-v-5a9dbf3e]{display:flex}.StepAddPics__content--image[data-v-5a9dbf3e]{-o-object-fit:cover;object-fit:cover}.StepAddPics__content__remove[data-v-5a9dbf3e]{position:absolute;top:10px;left:10px;max-width:100%;padding:6px;text-align:center;background:#0f0e0e66;border-radius:100%}.StepAddPics__content__remove>svg[data-v-5a9dbf3e]{margin:0}.StepAddPics__error[data-v-5a9dbf3e]{display:block;margin-top:20px;color:#ea3a2b}.StepAddPics__tip[data-v-5a9dbf3e]{margin-top:37px}:where(.is--color-scheme-dark) .StepAddPics__title[data-v-5a9dbf3e]{color:#edeff1}:where(.is--color-scheme-dark) .StepAddPics__subtitle[data-v-5a9dbf3e]{color:#a0a6ae}:where(.is--color-scheme-dark) .StepAddPics__contents[data-v-5a9dbf3e]{background:#3f4143}:where(.is--color-scheme-dark) .StepAddPics__contents[data-v-5a9dbf3e]:first-child{background:#252729}:where(.is--color-scheme-dark) .StepAddPics__contents:first-child img[data-v-5a9dbf3e]{border:2.5px solid #5e6165;border-radius:25.5px}.StepAddPics__contents .InputFile__trigger{flex:1;max-width:100%!important;padding:0}.StepAddPics__contents .InputFile__trigger>svg{width:22px;height:22px;margin:0}.StepAddPics__contents:first-child .InputFile__trigger>svg{width:58px;height:58px}.StepAgeRange[data-v-260b0a8b]{display:flex;flex-direction:column;align-items:center;text-align:center}.StepAgeRange__title[data-v-260b0a8b]{margin-bottom:37px;font-size:26px;font-weight:700;color:#292b2e}.StepAgeRange__container[data-v-260b0a8b]{display:flex;align-items:center;margin-bottom:26px}.StepAgeRange__name[data-v-260b0a8b]{margin-right:4px;font-size:16px}.StepAgeRange__slider[data-v-260b0a8b]{width:100%!important;max-width:294px;margin:0 auto 52px}.StepAgeRange__input[data-v-260b0a8b]{-moz-appearance:textfield;width:48px;height:45px;margin:0 12px;padding:6px;border:1px solid #d7dade;border-radius:8px;background:none;text-align:center;font-size:16px;color:#303437}.StepAgeRange__input[data-v-260b0a8b]::-webkit-inner-spin-button,.StepAgeRange__input[data-v-260b0a8b]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.StepAgeRange__input[data-v-260b0a8b]::-moz-selection{background:transparent}.StepAgeRange__input[data-v-260b0a8b]::selection{background:transparent}.StepAgeRange__input[data-v-260b0a8b]:focus{outline:none;border-color:#f39f13}:where(.is--color-scheme-dark) .StepAgeRange__title[data-v-260b0a8b]{color:#edeff1}:where(.is--color-scheme-dark) .StepAgeRange__name[data-v-260b0a8b]{color:#a0a6ae}:where(.is--color-scheme-dark) .StepAgeRange__container[data-v-260b0a8b]{color:#edeff1}:where(.is--color-scheme-dark) .StepAgeRange__input[data-v-260b0a8b]{border-color:#5e6165;background-color:#252729;color:#edeff1}.StepAgeRange .vue-slider-dot-handle{border:2px solid #fff;background:#f39f13;box-shadow:0 2px 4px #1000001a}.StepAgeRange .vue-slider-rail{background:#fbefe3}.StepAgeRange .vue-slider-dot:not(:last-child){z-index:10}.StepBio[data-v-6401bff8]{display:flex;flex-direction:column;align-items:center;text-align:center}.StepBio__title[data-v-6401bff8]{margin-bottom:14px;font-size:26px;font-weight:700;color:#292b2e}.StepBio__subtitle[data-v-6401bff8]{margin-bottom:20px;font-size:18px;font-weight:400;line-height:1.33;color:#303437}.StepBio__textarea[data-v-6401bff8]{resize:none;width:100%;margin-bottom:38px;padding:14px 12px;border:1px solid #d7dade;border-radius:8px;background:none;font-size:16px;letter-spacing:-.2px;color:#303437}.StepBio__textarea[data-v-6401bff8]::-moz-placeholder{letter-spacing:-.1px;color:#a0a6ae;opacity:1}.StepBio__textarea[data-v-6401bff8]::placeholder{letter-spacing:-.1px;color:#a0a6ae;opacity:1}.StepBio__textarea[data-v-6401bff8]::-ms-input-placeholder{letter-spacing:-.1px;color:#a0a6ae}.StepBio__textarea[data-v-6401bff8]:focus{outline:0}.StepBio__textarea[data-v-6401bff8]:focus::-moz-placeholder{color:transparent}.StepBio__textarea[data-v-6401bff8]:focus::placeholder{color:transparent}.StepBio__textarea[data-v-6401bff8]:focus::-ms-input-placeholder{color:transparent;opacity:0}:where(.is--color-scheme-dark) .StepBio__title[data-v-6401bff8]{color:#edeff1}:where(.is--color-scheme-dark) .StepBio__subtitle[data-v-6401bff8]{color:#a0a6ae}:where(.is--color-scheme-dark) .StepBio__textarea[data-v-6401bff8]{border:0;background-color:#3f4143;color:#edeff1}:where(.is--color-scheme-dark) .StepBio__textarea[data-v-6401bff8]::-moz-placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .StepBio__textarea[data-v-6401bff8]::placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .StepBio__textarea[data-v-6401bff8]::-ms-input-placeholder{color:#a0a6ae}.StepBodyType[data-v-df7494c9]{text-align:center}.StepBodyType__title[data-v-df7494c9]{margin-bottom:11px;font-size:26px;font-weight:700;line-height:1.33;color:#292b2e}.StepBodyType__subtitle[data-v-df7494c9]{display:block;margin-bottom:20px;font-size:16px;color:#303437;letter-spacing:-.0125rem}.StepBodyType__list[data-v-df7494c9]{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0}.StepBodyType__list__item[data-v-df7494c9]{position:relative;width:100%}.StepBodyType__list__item__image[data-v-df7494c9]{position:relative;z-index:-1;width:100%;height:auto}.StepBodyType__list__item__name[data-v-df7494c9]{position:absolute;bottom:9px;left:12px;font-size:18px;font-weight:500;color:#fff}:where(.is--color-scheme-dark) .StepBodyType__title[data-v-df7494c9]{color:#edeff1}:where(.is--color-scheme-dark) .StepBodyType__subtitle[data-v-df7494c9]{color:#a0a6ae}.StepBodyType .Checkbox__input{position:absolute;top:10px;right:11px;background:#2c2c2c33}.StepBodyType .Checkbox__label{overflow:hidden;border-radius:14px}.StepBodyType .is--checked .Checkbox__label{box-shadow:inset 0 0 0 2px #f39f13}.StepFetishes[data-v-65fe413e]{text-align:center}.StepFetishes__title[data-v-65fe413e]{margin-bottom:11px;font-size:26px;font-weight:700;line-height:1.33;color:#292b2e}.StepFetishes__subtitle[data-v-65fe413e]{display:block;margin-bottom:20px;font-size:16px;color:#303437;letter-spacing:-.0125rem}.StepFetishes__list[data-v-65fe413e]{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;justify-content:flex-start}.StepFetishes__list__item[data-v-65fe413e]{display:inline-flex;align-items:center;padding:12px 18px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:box-shadow .15s ease,background-color .15s ease;color:#303437;background-color:#fbefe3;box-shadow:inset 0 0 0 1px #d7dade}.StepFetishes__list__item.is--selected[data-v-65fe413e]{box-shadow:inset 0 0 0 2px #f39f13;background-color:transparent}:where(.is--color-scheme-dark) .StepFetishes__title[data-v-65fe413e]{color:#edeff1}:where(.is--color-scheme-dark) .StepFetishes__subtitle[data-v-65fe413e]{color:#a0a6ae}:where(.is--color-scheme-dark) .StepFetishes__list__item[data-v-65fe413e]{color:#edeff1;background-color:#252729;box-shadow:inset 0 0 0 1px #5e6165}:where(.is--color-scheme-dark) .StepFetishes__list__item.is--selected[data-v-65fe413e]{box-shadow:inset 0 0 0 2px #f39f13;background-color:transparent}.StepGirlsType[data-v-de20e4bf]{text-align:center}.StepGirlsType__title[data-v-de20e4bf]{margin-bottom:11px;font-size:26px;font-weight:700;line-height:1.33;color:#292b2e}.StepGirlsType__subtitle[data-v-de20e4bf]{display:block;margin-bottom:20px;font-size:16px;color:#303437;letter-spacing:-.0125rem}.StepGirlsType__list[data-v-de20e4bf]{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0}.StepGirlsType__list__item[data-v-de20e4bf]{position:relative;width:100%}.StepGirlsType__list__item__image[data-v-de20e4bf]{position:relative;z-index:-1;width:100%;height:auto}.StepGirlsType__list__item__name[data-v-de20e4bf]{position:absolute;bottom:9px;left:12px;font-size:18px;font-weight:500;color:#fff}:where(.is--color-scheme-dark) .StepGirlsType__title[data-v-de20e4bf]{color:#edeff1}:where(.is--color-scheme-dark) .StepGirlsType__subtitle[data-v-de20e4bf]{color:#a0a6ae}.StepGirlsType .Checkbox__input{position:absolute;top:10px;right:11px;background:#2c2c2c33}.StepGirlsType .Checkbox__label{overflow:hidden;border-radius:14px}.StepGirlsType .is--checked .Checkbox__label{box-shadow:inset 0 0 0 2px #f39f13}.StepLocation[data-v-4417b84a]{display:flex;flex-direction:column;align-items:center;text-align:center}.StepLocation__title[data-v-4417b84a]{margin-bottom:14px;font-size:26px;font-weight:700;color:#292b2e}.StepLocation__subtitle[data-v-4417b84a]{margin-bottom:20px;font-size:18px;font-weight:400;line-height:1.33;color:#303437}.StepLocation__geolocation[data-v-4417b84a]{width:100%}.StepLocation__tip[data-v-4417b84a]{margin-top:37px}:where(.is--color-scheme-dark) .StepLocation__title[data-v-4417b84a]{color:#edeff1}:where(.is--color-scheme-dark) .StepLocation__subtitle[data-v-4417b84a]{color:#a0a6ae}:where(.is--color-scheme-dark) .StepLocation__geolocation[data-v-4417b84a] .Geolocation__location{color:#edeff1}:where(.is--color-scheme-dark) .StepLocation__geolocation[data-v-4417b84a] .Button{background:transparent}.StepLookingFor[data-v-13c00f65]{text-align:center}.StepLookingFor__title[data-v-13c00f65]{margin-bottom:11px;font-size:26px;font-weight:700;line-height:1.33;color:#292b2e}.StepLookingFor__list[data-v-13c00f65]{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0}.StepLookingFor__list__item[data-v-13c00f65]{position:relative;width:100%}.StepLookingFor__list__item__image[data-v-13c00f65]{position:relative;z-index:-1;width:100%;height:auto}.StepLookingFor__list__item__name[data-v-13c00f65]{position:absolute;bottom:9px;left:12px;font-size:18px;font-weight:500;color:#fff}.StepLookingFor .is--checked .Radio__label{box-shadow:inset 0 0 0 2px #f39f13;border-radius:12px}.StepPhysicalPlay[data-v-5fb04559]{text-align:center}.StepPhysicalPlay__title[data-v-5fb04559]{margin-bottom:11px;font-size:26px;font-weight:700;line-height:1.33;color:#292b2e}.StepPhysicalPlay__subtitle[data-v-5fb04559]{display:block;margin-bottom:20px;font-size:16px;color:#303437;letter-spacing:-.0125rem}.StepPhysicalPlay__list[data-v-5fb04559]{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;justify-content:flex-start}.StepPhysicalPlay__list__item[data-v-5fb04559]{display:inline-flex;align-items:center;padding:12px 18px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:box-shadow .15s ease,background-color .15s ease;color:#303437;background-color:#fbefe3;box-shadow:inset 0 0 0 1px #d7dade}.StepPhysicalPlay__list__item.is--selected[data-v-5fb04559]{box-shadow:inset 0 0 0 2px #f39f13;background-color:transparent}:where(.is--color-scheme-dark) .StepPhysicalPlay__title[data-v-5fb04559]{color:#edeff1}:where(.is--color-scheme-dark) .StepPhysicalPlay__subtitle[data-v-5fb04559]{color:#a0a6ae}:where(.is--color-scheme-dark) .StepPhysicalPlay__list__item[data-v-5fb04559]{color:#edeff1;background-color:#252729;box-shadow:inset 0 0 0 1px #5e6165}:where(.is--color-scheme-dark) .StepPhysicalPlay__list__item.is--selected[data-v-5fb04559]{box-shadow:inset 0 0 0 2px #f39f13;background-color:transparent}.StepProfession[data-v-29ef0108]{text-align:center}.StepProfession__title[data-v-29ef0108]{margin-bottom:18px;font-size:26px;font-weight:700;line-height:1.33;color:#292b2e}.StepProfession__list[data-v-29ef0108]{list-style:none;display:flex;flex-wrap:wrap;gap:12px;padding:0}.StepProfession__list__item__radio[data-v-29ef0108]{width:100%;color:#303437;font-weight:500}.StepProfession__list__item__radio__icon[data-v-29ef0108]{font-style:normal}:where(.is--color-scheme-dark) .StepProfession__title[data-v-29ef0108]{color:#edeff1}.StepProfession .Radio__label{padding:12px 15px;box-shadow:inset 0 0 0 1px #d7dade;border-radius:8px;letter-spacing:0}.StepProfession .is--checked .Radio__label{box-shadow:inset 0 0 0 2px #f39f13;background-color:#fbefe3}:where(.is--color-scheme-dark) .StepProfession .Radio__label{color:#edeff1;background-color:#252729;box-shadow:inset 0 0 0 1px #5e6165}:where(.is--color-scheme-dark) .StepProfession .is--checked .Radio__label{background-color:transparent}.StepRoles[data-v-b2a08662]{text-align:center}.StepRoles__title[data-v-b2a08662]{margin-bottom:11px;font-size:26px;font-weight:700;line-height:1.33;color:#292b2e}.StepRoles__subtitle[data-v-b2a08662]{display:block;margin-bottom:20px;font-size:16px;color:#303437;letter-spacing:-.0125rem}.StepRoles__list[data-v-b2a08662]{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;justify-content:flex-start}.StepRoles__list__item[data-v-b2a08662]{display:inline-flex;align-items:center;padding:12px 18px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:box-shadow .15s ease,background-color .15s ease;color:#303437;background-color:#fbefe3;box-shadow:inset 0 0 0 1px #d7dade}.StepRoles__list__item.is--selected[data-v-b2a08662]{box-shadow:inset 0 0 0 2px #f39f13;background-color:transparent}:where(.is--color-scheme-dark) .StepRoles__title[data-v-b2a08662]{color:#edeff1}:where(.is--color-scheme-dark) .StepRoles__subtitle[data-v-b2a08662]{color:#a0a6ae}:where(.is--color-scheme-dark) .StepRoles__list__item[data-v-b2a08662]{color:#edeff1;background-color:#252729;box-shadow:inset 0 0 0 1px #5e6165}:where(.is--color-scheme-dark) .StepRoles__list__item.is--selected[data-v-b2a08662]{box-shadow:inset 0 0 0 2px #f39f13;background-color:transparent}.StepStatus[data-v-b051e4cf]{text-align:center}.StepStatus__title[data-v-b051e4cf]{margin-bottom:18px;font-size:26px;font-weight:700;line-height:1.33;color:#292b2e}.StepStatus__list[data-v-b051e4cf]{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0}@media screen and (min-width:360px){.StepStatus__list[data-v-b051e4cf]{grid-template-columns:repeat(3,1fr)}}.StepStatus__list__item[data-v-b051e4cf]{width:100%}.StepStatus__list__item__radio[data-v-b051e4cf]{width:100%;color:#303437;font-weight:500}.StepStatus__list__item__radio__icon[data-v-b051e4cf]{display:block;font-size:40px;font-style:normal}:where(.is--color-scheme-dark) .StepStatus__title[data-v-b051e4cf]{color:#edeff1}.StepStatus .Radio__label{display:flex;flex-direction:column;justify-content:center;gap:13px;width:100%;padding:0 5px;aspect-ratio:1;box-shadow:inset 0 0 0 1px #d7dade;border-radius:8px;letter-spacing:0}@media screen and (min-width:360px){.StepStatus .Radio__label{justify-content:flex-start;aspect-ratio:105/146;padding-top:29px}}.StepStatus .has--multiline .Radio__label{gap:4px}.StepStatus .is--checked .Radio__label{box-shadow:inset 0 0 0 2px #f39f13;background-color:#fbefe3}:where(.is--color-scheme-dark) .StepStatus .Radio__label{color:#edeff1;background-color:#252729;box-shadow:inset 0 0 0 1px #5e6165}:where(.is--color-scheme-dark) .StepStatus .is--checked .Radio__label{background-color:transparent}.StepVerifyEmail[data-v-2fd47f01]{display:flex;flex-direction:column;align-items:center;text-align:left}.StepVerifyEmail__title[data-v-2fd47f01]{margin-bottom:20px;font-size:26px;font-weight:700;color:#292b2e}.StepVerifyEmail__tip[data-v-2fd47f01]{margin-top:37px}.StepVerifyEmail__tip--2[data-v-2fd47f01]{margin-top:18px}.StepVerifyEmail__tip--2 strong[data-v-2fd47f01]{display:contents}:where(.is--color-scheme-dark) .StepVerifyEmail__title[data-v-2fd47f01]{color:#edeff1}.StepVerifyEmail .VerifyEmail__button--optout,.StepVerifyEmail .VerifyEmail__image,.StepVerifyEmail .VerifyEmail__title{display:none}.StepVerifyEmail .VerifyEmail__button--primary{position:absolute;opacity:0;visibility:hidden}.StepVerifyEmail .VerifyEmail__title2{margin-bottom:27px}.StepVerifyEmail .VerifyEmail__reasons{margin-bottom:0;padding-left:5px}.StepVerifyEmail .VerifyEmail__info{margin-bottom:23px}.StepVerifyEmail .VerifyEmail__paragraph{font-size:18px;letter-spacing:0;line-height:1.33}.StepVerifyEmail .VerifyEmail__paragraph--advice{display:none}.StepVerifyEmail .VerifyEmail__validation__message{text-align:left}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__email{color:#f6c73b}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__title2{color:#a0a6ae}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__reasons .Checkbox__label{color:#edeff1}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__label{color:#d7dade}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__advice{color:#a0a6ae}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__input{opacity:1;border:0;background-color:#3f4143;color:#edeff1}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__input.is--filled{color:#edeff1}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__input::-moz-placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__input::placeholder{color:#a0a6ae}:where(.is--color-scheme-dark) .StepVerifyEmail .VerifyEmail__input::-ms-input-placeholder{color:#a0a6ae}.StepYearOfBirth[data-v-fd1d66e5]{display:flex;flex-direction:column;align-items:center;text-align:center}.StepYearOfBirth__title[data-v-fd1d66e5]{margin-bottom:2px;font-size:26px;font-weight:700;color:#292b2e}.StepYearOfBirth__form[data-v-fd1d66e5]{display:flex;flex-direction:column;align-items:center;margin-bottom:38px}.StepYearOfBirth__form__error[data-v-fd1d66e5]{margin:15px 0 8px;font-size:16px;color:#ea3a2b}.StepYearOfBirth__form__input[data-v-fd1d66e5]{-moz-appearance:textfield;width:7.5rem;padding-bottom:5px;border:0;border-bottom:1px solid #fbefe3;background:none;text-align:center;font-size:46px;font-weight:700;letter-spacing:.0625rem;color:#292b2e}.StepYearOfBirth__form__input[data-v-fd1d66e5]::-webkit-inner-spin-button,.StepYearOfBirth__form__input[data-v-fd1d66e5]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.StepYearOfBirth__form__input[data-v-fd1d66e5]:focus{outline:none}.StepYearOfBirth__form__input[data-v-fd1d66e5]::-moz-placeholder{color:#8c8f91;opacity:1}.StepYearOfBirth__form__input[data-v-fd1d66e5]::placeholder{color:#8c8f91;opacity:1}.StepYearOfBirth__form__input[data-v-fd1d66e5]::-ms-input-placeholder{color:#8c8f91}.StepYearOfBirth__form__input--error[data-v-fd1d66e5]{color:#ea3a2b!important}.StepYearOfBirth__form__input--error[data-v-fd1d66e5]::-moz-placeholder{color:#fbefe3;opacity:1}.StepYearOfBirth__form__input--error[data-v-fd1d66e5]::placeholder{color:#fbefe3;opacity:1}.StepYearOfBirth__form__input--error[data-v-fd1d66e5]::-ms-input-placeholder{color:#fbefe3}:where(.is--color-scheme-dark) .StepYearOfBirth__title[data-v-fd1d66e5]{color:#edeff1}:where(.is--color-scheme-dark) .StepYearOfBirth__form__input[data-v-fd1d66e5]{color:#edeff1;border-bottom-color:#f39f13}.TokensOfferCard{display:flex;flex-direction:column;width:8.2rem!important;height:13.5rem;overflow:hidden;border:1px solid #f0f0f0;border-radius:.5rem;box-shadow:0 0 #5454547a;transition:box-shadow .1s ease}.TokensOfferCard--selected{border-width:2px;border-color:#f39f13;box-shadow:0 0 16px 4px #5454547a}.TokensOfferCard__header{display:flex;justify-content:center;align-items:center;padding:.25rem .5rem;background:#f39f13;color:#fff}.TokensOfferCard__title{margin:0;font-size:.6875rem;font-weight:600;text-transform:capitalize}.TokensOfferCard__body{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;flex-basis:42%;align-items:center;margin-top:.25rem;margin-bottom:.25rem}.TokensOfferCard__price{margin:0 0 .5rem;font-size:.9375rem;font-weight:700}.TokensOfferCard__coins{display:flex;flex-direction:column;margin-top:.25rem}.TokensOfferCard__coins-image{width:100%;height:3.2rem}.TokensOfferCard__coins-label{margin-top:-.75rem;margin-left:auto;margin-right:auto}.TokensOfferCard__badge-wrap{display:flex;justify-content:center}.TokensOfferCard__badge{position:absolute;margin:-.5rem 0 0;padding:.25rem .5rem;font-size:.6875rem;font-weight:600;color:#fff;background:#f39f13;border-radius:.25rem}.TokensOfferCard__footer{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0;color:#fff;background:#3472f5}:root{--vc-clr-primary:#000;--vc-clr-secondary:#090f207f;--vc-clr-white:#fff}.carousel,.carousel *{box-sizing:border-box}.carousel{height:var(--vc-carousel-height);overscroll-behavior:none;position:relative;touch-action:pan-x pan-y pinch-zoom;z-index:1}.carousel.is-dragging{touch-action:none}.carousel__track{display:flex;gap:var(--vc-slide-gap);height:100%;list-style:none;margin:0;padding:0;position:relative;transition:transform var(--vc-transition-easing);transition-duration:var(--vc-transition-duration);width:100%}.carousel__viewport{height:100%;overflow:hidden;width:100%}.carousel__sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.carousel.is-rtl{direction:rtl}.carousel.is-ttb .carousel__track{flex-direction:column}.carousel.is-btt .carousel__track{flex-direction:column-reverse}.carousel.is-vertical .carousel__slide--clone:first-child{margin-block-start:var(--vc-cloned-offset)}.carousel:not(.is-vertical) .carousel__slide--clone:first-child{margin-inline-start:var(--vc-cloned-offset)}.carousel.is-effect-fade .carousel__track{display:grid;grid-template-columns:100%;grid-template-rows:100%;transition:none}.carousel.is-effect-fade .carousel__slide{grid-area:1/1;height:100%;opacity:0;pointer-events:none;transition:opacity var(--vc-transition-easing);transition-duration:var(--vc-transition-duration);width:100%}.carousel.is-effect-fade .carousel__slide--active{opacity:1;pointer-events:auto}:root{--vc-icn-width:100%}.carousel__icon{fill:currentColor;height:var(--vc-icn-width);width:var(--vc-icn-width)}:root{--vc-nav-background:transparent;--vc-nav-border-radius:0;--vc-nav-color:var(--vc-clr-primary);--vc-nav-color-hover:var(--vc-clr-secondary);--vc-nav-height:30px;--vc-nav-width:30px}.carousel__next,.carousel__prev{align-items:center;background:var(--vc-nav-background);border:0;border-radius:var(--vc-nav-border-radius);color:var(--vc-nav-color);cursor:pointer;display:flex;font-size:var(--vc-nav-height);height:var(--vc-nav-height);justify-content:center;padding:0;position:absolute;inset-block-start:50%;transform:translateY(-50%);width:var(--vc-nav-width)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__next{inset-inline-end:0}.carousel__prev{inset-inline-start:0}.carousel.is-vertical .carousel__next,.carousel.is-vertical .carousel__prev{inset-inline:auto 50%;inset-block-start:auto;transform:translate(50%)}.carousel.is-vertical.is-ttb .carousel__next{inset-block-end:0}.carousel.is-vertical.is-ttb .carousel__prev,.carousel.is-vertical.is-btt .carousel__next{inset-block-start:0}.carousel.is-vertical.is-btt .carousel__prev{inset-block-end:0}@media(hover:hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}:root{--vc-pgn-active-color:var(--vc-clr-primary);--vc-pgn-background-color:var(--vc-clr-secondary);--vc-pgn-border-radius:0;--vc-pgn-gap:6px;--vc-pgn-height:4px;--vc-png-bottom:10px;--vc-png-left:auto;--vc-png-right:10px;--vc-pgn-width:16px}.carousel__pagination{bottom:var(--vc-png-bottom);display:flex;gap:var(--vc-pgn-gap);justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translate(-50%)}.carousel__pagination-button{background-color:var(--vc-pgn-background-color);border:0;border-radius:var(--vc-pgn-border-radius);cursor:pointer;display:block;height:var(--vc-pgn-height);margin:0;padding:0;width:var(--vc-pgn-width)}.carousel__pagination-button--active{background-color:var(--vc-pgn-active-color)}@media(hover:hover){.carousel__pagination-button:hover{background-color:var(--vc-pgn-active-color)}}.carousel.is-vertical .carousel__pagination{bottom:50%;flex-direction:column;left:var(--vc-png-left);right:var(--vc-png-right);transform:translateY(50%)}.carousel.is-vertical .carousel__pagination-button{height:var(--vc-pgn-width);width:var(--vc-pgn-height)}.carousel.is-btt .carousel__pagination{flex-direction:column-reverse}.carousel__slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin:0;transform:translateZ(0)}.TokensStepOffers__title{margin:0 0 1.5rem;padding-bottom:.5rem;font-weight:700;text-align:center;line-height:1.25;color:#292b2e}.TokensStepOffers__cta{display:flex;justify-content:center}.TokensStepOffers__oneclick__cta{margin-top:.25rem}.TokensStepOffers__oneclick-checkbox{margin-top:1rem}.TokensStepOffers__legal{margin:0 0 .5rem .25rem;text-align:left;font-size:.625rem;line-height:1.25}.TokensStepOffers__legal-link{padding:0;border:0;background:transparent;color:#5b5f63}.TokensStepOffers__footer{margin-top:3rem;padding:1.5rem 1rem 0}.TokensStepOffers__buy-coin{display:inline-block;width:1rem!important;margin:0 .25rem;vertical-align:middle}.TokensStepOffers__card{margin:1rem .5rem}.TokensStepOffers__desktop{display:flex;justify-content:center;flex-wrap:wrap}.TokensStepOffers__carousel,.TokensStepOffers__desktop{overflow:hidden;position:relative;text-align:center}.TokensStepOffers__nav{position:absolute;z-index:1;height:100%;padding-left:1rem;padding-right:1rem;border:0;background:transparent}.TokensStepOffers .carousel__prev{left:0;background:linear-gradient(270deg,#fff0,#fff)}.TokensStepOffers .carousel__prev>svg{position:relative;left:-.75rem;filter:drop-shadow(0 1px 0 rgb(0,0,0))}.TokensStepOffers .carousel__next{right:0;background:linear-gradient(90deg,#fff0,#fff)}.TokensStepOffers .carousel__next>svg{position:relative;right:-.75rem;filter:drop-shadow(0 1px 0 rgb(0,0,0))}
