.btn{border:1px solid transparent;color:var(--defaultTextColor);font-size:14px;line-height:22px;background-color:initial;font-weight:400;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;text-align:center}.btn:hover{opacity:.8}.btn--default{background-color:var(--defaultTextColor);border-color:var(--defaultTextColor);color:var(--white)}.btn--default:hover{background-color:initial;color:var(--defaultTextColor)}.btn--primary{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.btn--primary:hover{background-color:initial;color:var(--primary)}.btn--secondary{background-color:var(--secondary);border-color:var(--secondary);color:var(--white)}.btn--secondary:hover{background-color:initial;color:var(--secondary)}.btn--warning{background-color:var(--warning);border-color:var(--warning)}.btn--warning:hover{background-color:initial}.btn--danger{background-color:var(--danger);border-color:var(--danger);color:var(--white)}.btn--danger:hover{background-color:initial;color:var(--danger)}.btn--outline-default{border:1px solid var(--defaultTextColor)}.btn--outline-default:hover{background-color:var(--defaultTextColor);color:var(--white)}.btn--outline-danger{border:1px solid var(--danger);color:var(--danger)}.btn--outline-danger:hover{background-color:var(--danger);color:var(--white)}.btn--outline-warning{border:1px solid var(--warning);color:var(--defaultTextColor)}.btn--outline-warning:hover{background-color:var(--warning)}.btn--outline-secondary{border:1px solid var(--secondary);color:var(--secondary)}.btn--outline-secondary:hover{background-color:var(--secondary);color:var(--white)}.btn--outline-primary{border:1px solid var(--primary);color:var(--primary)}.btn--outline-primary:hover{background-color:var(--primary);color:var(--white)}.btn.disabled{pointer-events:none;opacity:.65}.btn--lg{padding:10px 16px}.btn--md{padding:6px 10px}.sidebar{display:flex;background:transparent;border-radius:16px;overflow:hidden;width:395px;flex:0 0 395px;transition:all .4s}.sidebar__tab-controls{background-color:#14141a;border-top-left-radius:16px;border-bottom-left-radius:16px;color:#9a9a9a;min-width:64px;height:100%;flex-shrink:0}.sidebar__tab-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:64px;width:100%;font-size:11px;font-weight:500;cursor:pointer;transition:all .3s ease-in;padding:0 4px}.sidebar__tab-item.active{background-color:#1b1b24;color:#fff}.sidebar__tab-content{padding:28px 16px 16px;border-top-right-radius:16px;border-bottom-right-radius:16px;background-color:#14141a;flex:0 0 348px;display:flex;flex-direction:column;justify-content:flex-start}.sidebar.sidebar--no-tabs .sidebar__tab-content{flex:1 1 auto}@media (max-width:991.98px){.sidebar{width:100%;flex:1 1 auto;flex-direction:column;height:calc(100vh - var(--header-fixed-padding))}.sidebar__tab-content{order:1;border-radius:16px 16px 0 0;flex:1 1 auto;overflow-y:auto}.sidebar__tab-controls{order:2;width:100%;height:auto;display:flex;border-radius:0 0 16px 16px;position:sticky;bottom:0;left:0;z-index:5}.sidebar__tab-controls .sidebar__tab-item{flex:1;width:auto}}.drag-input_container{flex-grow:1;position:relative;min-width:200px}.drag-input_container,.drag-input_label{display:flex;justify-content:center;align-items:center}.drag-input_label{flex-direction:column;align-content:center;width:230px}.drag-input_title{font-weight:400;color:#fff;font-size:20px;text-align:center;margin-bottom:12px}.drag-input_text{font-weight:400;color:#d3d3d3;font-size:14px;text-align:center;margin-bottom:32px}.drag-input_input{position:absolute;display:block;top:0;bottom:0;left:0;right:0;opacity:0;width:100%;height:100%;z-index:1;cursor:pointer}.drag-input_file-name{position:absolute;bottom:0;left:16px;color:#d3d3d3;font-style:italic}.drag-input_button{padding:11px 16px}.scroll_to_top{position:fixed;right:30px;bottom:30px;display:block;width:30px;height:30px;border:1px solid #e3e3e3;border-radius:3px;opacity:0;visibility:hidden;background:#f8f8f8 url(/_next/static/media/to_top.337db659.svg) no-repeat 50%;background-size:70%;transition:all .15s ease-in-out;z-index:10}.aside-footer{padding-top:16px;padding-bottom:16px;background:rgba(23,22,29,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ico{display:flex;align-items:center}.ico-20{min-width:20px;max-width:20px;height:20px}.ico-28{min-width:28px;max-width:28px;height:28px}.scroll_to_top.active{opacity:.6;visibility:visible}.scroll_to_top.active:hover{opacity:1}.aside{background-color:#14141a;border-radius:16px;overflow:hidden}.aside-body{flex:1;overflow-y:scroll;padding:0;overflow-x:hidden}.aside,.aside-container{height:100%}.aside,.aside-container,.form-group{display:flex;flex-direction:column}.form-group--header{display:flex;align-items:center;justify-content:space-between}.form-group--header>*{margin-bottom:6px}.form-group--header>:not(:last-child){margin-inline-end:10px}.aside--controls-1{width:395px;flex:0 0 395px;transition:all .4s}.aside--controls-2{width:282px;flex:0 0 282px;transition:all .4s}.full-page-section__content{flex:auto;border-radius:16px;background:#14141a}.empty-page{overflow-x:hidden}.full-page-section{display:flex;flex-wrap:nowrap;height:100dvh}.header-fixed .full-page-section{height:calc(100dvh - var(--header-fixed-padding))}.top-page-notification~.container .full-page-section{height:calc(100dvh - 162px)}.full-page-section .aside--controls-1{width:calc(395px + 16px);flex:0 0 calc(395px + 16px)}.full-page-section .aside--controls-2{width:calc(282px + 16px);flex:0 0 calc(282px + 16px)}.aside--controls-2{position:relative}.aside--controls-2 .aside-header{position:absolute;width:100%}.tooltip{display:flex;flex-direction:column}.tooltip-btn{color:var(--primary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#14141a}::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.04);border-radius:16px;border:5px solid #14141a}.select-decor{border:1px solid transparent;transition:all .5s}a.select-decor:hover{border-color:var(--primary)}@keyframes shine{to{background-position-x:-200%}}.skeleton{background:linear-gradient(110deg,rgba(255,255,255,.05) 8%,rgba(255,255,255,.04) 18%,rgba(255,255,255,.04) 33%);border-radius:10px;background-size:200% 100%;animation:shine 1.5s linear infinite;width:100%}.--skeleton-text{height:12px}.--skeleton-card-lg{height:268px}.--skeleton-card-md{height:120px}.--skeleton-card-md-2{height:166px}.--skeleton-input{height:44px}.loader{font-size:10px;margin:0 auto;text-indent:-9999em;min-width:20px;min-height:20px;border-radius:50%;background:var(--primary);background:linear-gradient(to right,var(--primary) 10%,rgba(255,255,255,0) 42%);position:relative;animation:load3 1.4s linear infinite;transform:translateZ(0)}.loader:before{width:50%;height:50%;background:var(--primary);border-radius:100% 0 0 0}.loader:after,.loader:before{position:absolute;top:0;left:0;content:""}.loader:after{background:#14141a;width:75%;height:75%;border-radius:50%;margin:auto;bottom:0;right:0}.disabled-2,.disabled-2 *{pointer-events:none}@keyframes load3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.card-check{display:flex;cursor:pointer;flex-direction:column}.card-check input:checked~.card-photo{border-color:var(--primary)}.card-check input:checked~.card-photo .ico-success{opacity:1}.card-check input{display:none}.card-photo{max-height:166px;height:166px;overflow:hidden;border-radius:10px;position:relative;border:1px solid transparent}.card-photo .card-wrapper-info{bottom:0;position:absolute;width:100%;display:flex;flex-direction:column;padding:12px}.card-photo .ico-success{position:absolute;top:0;margin:10px;opacity:0}.card-photo .card-photo-info{border-radius:300px;background:rgba(23,22,29,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--white);font-size:12px;font-style:normal;font-weight:400;line-height:18px;width:max-content;max-width:100%;padding:2px 8px;text-align:center}.card-photo img{width:100%;height:100%}.latest-render-exzample .render-img{position:absolute;left:0;top:0;right:0;bottom:0;object-fit:cover}.user-avatar{border-radius:50%;overflow:hidden;width:36px;height:36px;min-width:36px;min-height:36px}.avatar-placeholder{min-width:36px;min-height:36px;color:#fff;text-align:center;font-size:14px;font-weight:600;line-height:22px;display:flex;align-items:center;justify-content:center}.avatar-placeholder:not(.skeleton){background:#28282e}.setting__user-img img,.user-avatar img{min-width:100%;min-height:100%;object-fit:contain;height:100%;max-width:inherit}#drag-file-element{position:absolute;width:100%;height:100%;border-radius:1rem;top:0;right:0;bottom:0;left:0}.close-modal-btn{position:absolute;inset-inline-end:16px;top:16px}.close-modal-btn svg g{transition:all .15s ease-in-out}.close-modal-btn:hover svg g{opacity:1}.btn.hidden{display:none}.remove-card-btn{display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;right:13px;top:13px;opacity:.2}.remove-card-btn:hover{opacity:1;background:#28282e}.remove-render-btn{position:absolute;right:12px;top:12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(23,22,29,.4)}.remove-render-btn svg{opacity:.7;transition:all .3s ease-in-out;max-width:16px}.remove-render-btn:hover svg{opacity:1}.select-card-loader{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;background:rgba(0,0,0,.3)}.full-page-section .latest-render-label,.full-page-section .latest-render-name,.full-page-section .modal__content{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.full-page-section .modal__content{background:rgba(20,20,26,.9)}.render-results-slider.swiper .swiper{overflow:hidden}.render-results-slider .swiper .swiper-slide{height:auto}.render-results-slider .swiper .slider-label{background:rgba(104,101,121,.4)}.render-results-slider .thumbs-render-swiper .swiper-slide img{width:auto;margin:0 auto;display:block}.modal__dialog.modal__dialog--650{max-width:650px}.transform-rotate-180{transform:rotate(180deg)}.language-list{position:absolute;right:12px;top:0;z-index:2;background:#28282e;min-width:150px;border-radius:8px;overflow:hidden}.language-list li a{padding:3px 6px;display:flex;align-items:center;white-space:nowrap}.language-list li a.active,.language-list li a:hover{color:#9ee22e}.render-results-slider .swiper .slider-images .background-img .after-badge,.render-results-slider .swiper .slider-images .foreground-img .before-badge{border-radius:300px;background:rgba(104,101,121,.4);color:rgba(255,255,255,.8);text-align:center;font-size:12px;font-weight:400;line-height:18px;padding:2px 7px}.dropdown{max-width:max-content;margin:0 auto}.dropdown__body{display:none;position:fixed;background-color:white;box-shadow:0 11px 20px rgba(0,0,0,.2);overflow:auto;margin-top:15px;z-index:9999}.dropdown__body.is-open{display:block;white-space:nowrap}.footer{background-color:#101014;color:#D3D3D3;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.footer-bottom{display:flex;align-items:center;justify-content:center;padding:10px 0;border-top:1px solid rgba(255,255,255,.03)}.container-1100{max-width:1100px}.footer-top{padding:20px 0 10px}.render-results-slider.hide-tumbs-slider .thumbs-render-swiper{display:none}.footer-top-actions{justify-content:center;flex-wrap:wrap}.footer-body,.footer-top-actions{display:flex;align-items:center;text-align:center}.footer-body{justify-content:space-between}.footer-body p,.footer-list li a:hover,.footer-list li button:hover{opacity:.6}.footer-list{display:flex;align-items:center;color:white}.footer-list li a,.footer-list li button{display:block;padding:15px;margin-inline-start:6px;color:#D3D3D3}.footer-list li button{background:transparent;border:0;font:inherit;text-align:inherit;cursor:pointer}.section{padding:60px 0}.latest-section{padding-bottom:120px}.section-title{text-align:center}.section-sub-title{max-width:600px;margin-left:auto;margin-right:auto;color:#D3D3D3;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:32px}.section-title+.section-sub-title{margin-top:24px}.btn-shapes{position:relative;display:flex;align-items:center;justify-content:center;margin-top:48px}.border-efects,.btn-shapes .shadow-efect-1,.btn-shapes .shadow-efect-2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:-1}.border-efects{width:166px;height:44px}.border-efects span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block;width:100%;height:100%;border-radius:540px;border:.5px solid #fff;opacity:.12;animation:borderEfects 3s linear var(--i) infinite}.border-efects.w-212{width:212px;z-index:1}.border-efects.w-212 span{animation:borderEfects2 3s linear var(--i) infinite}@keyframes borderEfects{to{width:226px;height:104px;opacity:0}}@keyframes borderEfects2{to{width:270px;height:104px;opacity:0}}.shadow-efect-1{width:280px;height:186px;border-radius:280px;opacity:.4;filter:blur(50px)}.shadow-efect-1,.shadow-efect-2{background:radial-gradient(50% 50% at 50% 50%,#9EE22E 0,#101014 100%)}.shadow-efect-2{border-radius:678px;opacity:.6;filter:blur(350px);width:678px;height:338px}.swiper-left-dir,.swiper-right-dir{overflow:visible!important;pointer-events:none}.swiper-right-dir{margin-bottom:20px}.swiper-left-dir .swiper-wrapper,.swiper-right-dir .swiper-wrapper{transition-timing-function:linear}.swiper-left-dir .swiper-slide,.swiper-right-dir .swiper-slide{height:190px;border-radius:16px;background-repeat:no-repeat;background-size:cover;background-position:50%;padding:10px}.latest-sliders-text{color:rgba(255,255,255,.8);font-size:12px;font-style:normal;font-weight:400;line-height:18px;padding:2px 7px;border-radius:300px;background:rgba(23,22,29,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-width:max-content}.features-item{overflow:hidden;border-radius:16px;border-top:1px solid rgba(158,226,46,.14);background:#14141A;display:flex;flex-direction:column;height:100%;font-size:18px;font-style:normal;font-weight:400;line-height:24px;padding:30px}.features-item p{color:rgba(211,211,211,.7)}.features-item__icon{width:70px;height:70px;position:relative;display:flex;align-items:center;justify-content:center;border-radius:360px;background:linear-gradient(180deg,#131318,#1A1A22);margin-bottom:35px}.features-item__shape{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:360px;border:.5px solid rgba(158,226,46,1);opacity:.14;animation:sixSahpeAnim 6s linear var(--i) infinite}@keyframes sixSahpeAnim{to{width:440px;height:440px;opacity:0}}.features-item__text{margin-top:auto}.slider-images{position:relative;width:100%;height:370px;border-radius:16px;overflow:hidden}.slider-images .img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:700px 100%;background-repeat:no-repeat}.slider-images .background-img .after-badge,.slider-images .foreground-img .before-badge{color:rgb(255,255,255,.8);display:inline-flex;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:18px;border-radius:300px;background:rgba(23,22,29,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2px 7px;position:absolute;top:16px}.slider-images .background-img .after-badge{right:16px}.slider-images .foreground-img .before-badge{left:16px}.slider-images .foreground-img{width:50%;overflow:hidden}.slider-images .slider{position:absolute;appearance:none;width:100%;height:100%;background:transparent;outline:none;margin:0;transition:all .2s;display:flex;justify-content:center;align-items:center}.slider-images .slider::-webkit-slider-thumb{appearance:none;width:2px;height:370px;background:transparent;cursor:pointer}.slider-images .slider::-moz-range-thumb{width:2px;height:370px;cursor:pointer;background:transparent}.slider-images .slider-button{--size:44px;width:var(--size);height:var(--size);border-radius:50%;border:1px solid rgba(255,255,255,.16);background:#9EE22E;background-image:url(/_next/static/media/left-right-arrow.3d23784b.svg);background-position:50%;background-size:24px;background-repeat:no-repeat}.slider-images .slider-button,.slider-images .slider-line{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.slider-images .slider-line{width:2px;height:100%;opacity:.43;background:#D9D9D9}.gx-70{--bs-gutter-x:70px}.gy-30{--bs-gutter-y:30px}.slider-images-shapes{position:absolute;top:50%;transform:translateY(-50%);width:100px;height:100%;left:-5px;pointer-events:none}.slider-images-shapes.--right-shapes{right:-5px;left:auto}.slider-images-shapes>*{width:100px;height:100px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:360px;border:.5px solid rgba(255,255,255,1);opacity:0;animation:fiveSahpeAnim 5s linear var(--i) infinite}@keyframes fiveSahpeAnim{0%{opacity:.12}to{width:440px;height:440px;opacity:0}}.section-text{color:rgba(211,211,211,.7);font-size:18px;font-style:normal;font-weight:400;line-height:24px}.getting-section{padding:120px 0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.abount-image{border-radius:16px;overflow:hidden;display:flex}.abount-image>*{width:100%}.container-full{max-width:none}.color-secondary-07{color:rgba(211,211,211,.7)}.section-scroll-container{border-radius:16px;padding:28px 16px 16px;overflow:auto}.empty-page,.section-scroll-container{height:100%;display:flex;flex-direction:column}.empty-page{align-items:center;justify-content:center;text-align:center}.empty-page .features-item__icon{margin-bottom:64px}.empty-page h4{color:#FFF;font-size:20px;font-weight:400;line-height:normal;text-transform:capitalize}.fullpage-title{color:rgba(255,255,255,.6);font-size:14px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:16px}.fullpage-actions{display:flex;align-items:center;justify-content:center;margin-right:-8px;margin-top:8px}.fullpage-actions>*{margin-top:8px;margin-right:8px}.fullpage-slider-content{flex:auto;display:flex;align-items:center}.full-page-section__content{overflow:hidden}.render-results-slider{margin-left:auto;margin-right:auto}.modal .render-results-slider{max-width:none}.render-results-slider .swiper-slide{border-radius:16px;position:relative;overflow:hidden}.thumbs-render-swiper .swiper-slide{border:1px solid transparent}.thumbs-render-swiper .swiper-slide-thumb-active{border-color:transparent}.thumbs-render-swiper .swiper-slide.thumb-custom-active{border:1px solid #9ee22e;border-radius:10px}.swiper-button-next:after,.swiper-button-prev:after{text-shadow:0 0 4px rgb(0 0 0/20%);font-size:24px;opacity:.6;transition:all .3s ease-in-out}.swiper-button-next:hover:after,.swiper-button-prev:hover:after{opacity:1}.pos-absolute-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.slider-contetn-block{padding:12px;position:absolute;top:0;left:0;width:100%;height:100%}.slider-top-content-block{position:absolute;top:12px;left:12px}.slider-bottom-content-block{position:absolute;bottom:20px;left:20px;width:100%}.slider-label{display:inline-block;border-radius:300px;background:rgba(23,22,29,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:rgba(255,255,255,.8);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:18px;padding:2px 7px}.render-results-slider{--swiper-navigation-color:#fff;width:100%}.swiper-button-next,.swiper-button-prev{height:100%;margin-top:0;top:0;width:80px}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:0;justify-content:start;padding-left:16px}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:0;padding-right:16px;justify-content:flex-end}.section-scroll-heading{display:flex;align-items:center;flex-wrap:wrap}.my-renders-page .section-scroll-container{background:#141517;gap:16px;padding:40px 24px 24px}.my-renders-page .section-scroll-heading{padding-bottom:0}.my-renders-page .section-scroll-heading h4{color:#fff;font-size:24px;font-weight:700;line-height:24px}.my-renders-controls{display:flex;flex-direction:column;gap:16px;width:100%}.my-renders-tabs{align-items:center;border-bottom:1px solid rgba(255,255,255,.1);display:flex;gap:1px;min-width:0;overflow-x:auto;scrollbar-width:none;width:100%}.my-renders-tabs::-webkit-scrollbar{display:none}.my-renders-tabs__item{align-items:center;background:transparent;border:0;color:rgba(255,255,255,.4);cursor:pointer;display:flex;flex:0 0 auto;font-size:14px;font-weight:400;justify-content:center;line-height:20px;padding:15px 24px;position:relative;transition:color .2s ease}.my-renders-tabs__item--active,.my-renders-tabs__item:hover{color:#9ee22e}.my-renders-tabs__item--active{font-weight:700}.my-renders-tabs__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-renders-tabs__indicator{background:#9ee22e;bottom:-1px;height:2px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .2s ease;z-index:1}.my-renders-tabs__indicator--active{opacity:1}.my-renders-toolbar{width:100%}.my-renders-toolbar,.my-renders-toolbar__actions{align-items:center;display:flex;justify-content:flex-end}.my-renders-toolbar__actions{flex-wrap:wrap;gap:12px}.my-renders-desktop-filter-trigger{align-items:center;background:var(--button-secondary-bg);border:1.111px solid var(--button-secondary-border);border-radius:10px;color:var(--button-secondary-fg);cursor:pointer;display:inline-flex;gap:12px;justify-content:center;min-height:46px;min-width:126px;padding:12px 16px;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.my-renders-desktop-filter-trigger:focus-visible,.my-renders-desktop-filter-trigger:hover{background:var(--button-secondary-hover-bg);border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.82);outline:none}.my-renders-desktop-filter-trigger>svg{flex:0 0 auto}.my-renders-desktop-filter-trigger span{font-size:var(--button-secondary-font-size);font-weight:700;line-height:20px}.my-renders-desktop-filter-trigger>span:not(.my-renders-desktop-filter-trigger__count){color:rgba(255,255,255,.7)}.my-renders-desktop-filter-trigger__count{align-items:center;background:rgba(0,0,0,.3);border-radius:4px;color:rgba(255,255,255,.4);display:inline-flex;font-size:10px;font-weight:700;height:20px;justify-content:center;line-height:12px;min-width:20px;padding:0 6px}.my-renders-filter{flex:0 0 auto;position:relative}.my-renders-filter__button{align-items:center;background:var(--button-secondary-bg);border:1px solid var(--button-secondary-border);border-radius:var(--button-secondary-radius);color:var(--button-secondary-fg);cursor:pointer;display:flex;gap:var(--button-secondary-gap);height:var(--button-secondary-height);justify-content:center;min-width:128px;padding:0 var(--button-secondary-padding-x);transition:background-color .2s ease,border-color .2s ease,color .2s ease}.my-renders-filter__button--sort{border-radius:10px;border-width:1.111px;gap:12px;height:auto;min-height:46px;min-width:138px;padding:12px 16px}.my-renders-filter__button--sort .my-renders-filter__icon{height:16px;justify-content:center;width:16px}.my-renders-sort-button-icon{display:block;height:13px;width:15.774px}.my-renders-filter__button--sort .my-renders-filter__label{color:rgba(255,255,255,.7);font-weight:700;max-width:none}.my-renders-filter__button--sort[aria-expanded=true]{background:rgba(20,21,23,1);border-color:#9EE22E;box-shadow:inset 0 0 0 1px rgba(158,226,46,.22);color:#9EE22E}.my-renders-filter__button--sort[aria-expanded=true] .my-renders-filter__label,.my-renders-filter__button--sort[aria-expanded=true] svg{color:#9EE22E}.my-renders-filter__button--active,.my-renders-filter__button:hover,.my-renders-filter__button[aria-expanded=true]{background:var(--button-secondary-hover-bg);border-color:rgba(158,226,46,.42);color:var(--button-secondary-hover-fg)}.my-renders-filter__icon{align-items:center;display:flex;flex:0 0 auto}.my-renders-filter__label{display:block;font-size:var(--button-secondary-font-size);font-weight:700;line-height:20px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-renders-filter__menu{background:#191a1f;border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 18px 44px rgba(0,0,0,.35);display:flex;flex-direction:column;gap:2px;left:0;max-height:min(420px,calc(100vh - 260px));min-width:100%;overflow-y:auto;padding:6px;position:absolute;top:calc(100% + 8px);z-index:20}.my-renders-filter__menu--sort{background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.05)),#141517;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 18px 44px rgba(0,0,0,.35);gap:0;min-width:202px;overflow:hidden;padding:0}.my-renders-filter:last-child .my-renders-filter__menu{left:auto;right:0}.my-renders-filter__search{align-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:var(--button-secondary-radius);color:rgba(255,255,255,.48);display:flex;flex:0 0 auto;gap:var(--button-secondary-gap-compact);margin-bottom:4px;min-width:220px;padding:var(--button-secondary-padding-y-compact) 10px;position:sticky;top:0;z-index:1}.my-renders-filter__search input{background:transparent;border:0;color:#fff;flex:1 1 auto;font-size:14px;line-height:20px;min-width:0;outline:0;padding:0}.my-renders-filter__search input::placeholder{color:rgba(255,255,255,.42)}.my-renders-filter__option{align-items:center;background:transparent;border:0;border-radius:var(--button-secondary-radius);color:rgba(255,255,255,.64);cursor:pointer;display:flex;font-size:var(--button-secondary-font-size);gap:var(--button-secondary-gap-compact);line-height:var(--button-secondary-line-height);min-width:160px;padding:var(--button-secondary-padding-y-compact) 10px;text-align:left;white-space:nowrap}.my-renders-filter__option--sort{color:#fff;border-radius:0;font-size:14px;font-weight:700;gap:12px;justify-content:flex-start;line-height:20px;min-width:200px;padding:12px;width:100%}.my-renders-filter__menu--sort .my-renders-filter__option--sort+.my-renders-filter__option--sort{border-top:1px solid rgba(255,255,255,.04)}.my-renders-filter__menu--sort .my-renders-filter__option-icon{height:20px;justify-content:center;width:20px}.my-renders-sort-dropdown-icon{display:block;height:20px;width:20px}.my-renders-filter__option-icon{align-items:center;display:inline-flex;flex:0 0 auto}.my-renders-quality-icon,.my-renders-room-style-icon{display:block;height:20px;width:20px}.my-renders-room-style-icon{background-color:currentColor;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.my-renders-filter__option--selected,.my-renders-filter__option:hover{background:rgba(158,226,46,.12);color:#9ee22e}.my-renders-filter__menu--sort .my-renders-filter__option--selected,.my-renders-filter__menu--sort .my-renders-filter__option:hover{background:rgba(255,255,255,.05);color:#fff}.my-renders-filter__empty{color:rgba(255,255,255,.42);font-size:var(--button-secondary-font-size);line-height:var(--button-secondary-line-height);min-width:160px;padding:var(--button-secondary-padding-y-compact) 10px}.my-renders-mobile-filter-bar{display:none}.my-renders-mobile-filter-trigger{align-items:center;background:var(--button-secondary-bg);border:1.11px solid var(--button-secondary-border);border-radius:var(--button-secondary-radius);color:var(--button-secondary-fg);cursor:pointer;display:inline-flex;font-size:var(--button-secondary-font-size);font-weight:700;gap:var(--button-secondary-gap);height:var(--button-secondary-height);justify-content:center;line-height:20px;min-width:0;padding:0 var(--button-secondary-padding-x)}.my-renders-mobile-filter-trigger__count{align-items:center;background:rgba(255,255,255,.12);border-radius:8px;color:rgba(255,255,255,.72);display:inline-flex;font-size:12px;height:22px;justify-content:center;min-width:22px;padding:0 6px}.my-renders-drawer{align-items:stretch;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:10000}.my-renders-drawer__backdrop{background:rgba(0,0,0,.5);border:0;cursor:pointer;inset:0;padding:0;position:absolute}.my-renders-drawer__panel{background:#141517;border-left:1px solid rgba(255,255,255,.1);box-shadow:-24px 0 56px rgba(0,0,0,.35);color:#fff;height:100dvh;max-width:351px;overflow-y:auto;position:relative;width:min(351px,calc(100vw - 51px))}.my-renders-drawer--desktop .my-renders-drawer__panel{max-width:351px;width:min(351px,100vw)}.my-renders-drawer__header{align-items:center;border-bottom:1px solid rgba(255,255,255,.05);display:flex;gap:16px;justify-content:space-between;min-height:69px;padding:24px 16px}.my-renders-drawer__heading{align-items:center;display:flex;flex:1 1 auto;gap:16px;justify-content:flex-start;min-width:0}.my-renders-drawer__header h2{color:#fff;font-size:18px;font-weight:700;line-height:20px;margin:0}.my-renders-drawer__heading button{background:transparent;border:0;color:rgba(255,255,255,.7);cursor:pointer;font-size:14px;font-weight:700;line-height:20px;margin-left:auto;padding:0}.my-renders-drawer__close{align-items:center;background:rgba(255,255,255,.05);border:1.143px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;height:32px;justify-content:center;width:32px}.my-renders-drawer__body{padding:24px 0 48px}.my-renders-drawer-filter-sections,.my-renders-drawer__body{display:flex;flex-direction:column;gap:24px}.my-renders-drawer-filter-section{display:flex;flex-direction:column;gap:16px}.my-renders-drawer-filter-section__toggle{align-items:center;background:transparent;border:0;color:#fff;cursor:pointer;display:flex;justify-content:space-between;min-height:24px;padding:0 16px;text-align:left;width:100%}.my-renders-drawer-filter-section__toggle:disabled{cursor:default;opacity:.44}.my-renders-drawer-filter-section__label{font-size:16px;font-weight:600;line-height:24px}.my-renders-drawer-filter-section__meta{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;min-height:24px;min-width:24px}.my-renders-drawer-filter-section__content{padding:0}.my-renders-drawer-filter-section .my-renders-mobile-filter-section__content{padding:0 16px}.my-renders-drawer-filter-section .my-renders-mobile-filter-search{margin:0 0 16px}.my-renders-drawer-filter-section .my-renders-mobile-filter-options{border-radius:12px;overflow:hidden}.my-renders-mobile-section-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.my-renders-mobile-section-heading h3{color:#fff;font-size:16px;font-weight:600;line-height:24px;margin:0}.my-renders-mobile-section-heading button{align-items:center;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:var(--button-secondary-radius);color:rgba(255,255,255,.4);cursor:pointer;display:inline-flex;font-size:var(--button-secondary-font-size);font-weight:600;height:var(--button-secondary-height-compact);justify-content:center;padding:0 var(--button-secondary-padding-x-compact)}.my-renders-mobile-sort__options{display:flex;flex-direction:column;gap:12px}.my-renders-mobile-sort__button{align-items:center;align-self:flex-start;background:var(--button-secondary-bg);border:1px solid var(--button-secondary-border);border-radius:var(--button-secondary-radius);color:var(--button-secondary-fg);cursor:pointer;display:inline-flex;font-size:var(--button-secondary-font-size);font-weight:700;gap:var(--button-secondary-gap);height:var(--button-secondary-height);justify-content:center;line-height:20px;min-width:0;padding:0 var(--button-secondary-padding-x)}.my-renders-mobile-sort__button--active{border-color:#9ee22e;color:#9ee22e}.my-renders-mobile-filter-panel__sections{display:flex;flex-direction:column;gap:0}.my-renders-mobile-filter-section__toggle{align-items:center;background:transparent;border:0;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:var(--button-secondary-gap-compact);justify-content:space-between;line-height:24px;min-height:24px;padding:0 16px;text-align:left;width:100%}.my-renders-mobile-filter-section__toggle:disabled{cursor:default;opacity:.44}.my-renders-mobile-filter-section__label,.my-renders-mobile-filter-section__meta{align-items:center;display:inline-flex;gap:10px}.my-renders-mobile-filter-section__icon{align-items:center;display:inline-flex;width:18px}.my-renders-mobile-filter-section__count{align-items:center;background:rgba(255,255,255,.12);border-radius:4px;color:rgba(255,255,255,.4);display:inline-flex;font-size:10px;font-weight:700;height:20px;justify-content:center;line-height:12px;min-width:20px;padding:0 6px}.my-renders-mobile-filter-section__content{padding:0 16px 6px}.my-renders-mobile-filter-search{align-items:center;background:#292a2f;border-radius:10px;color:rgba(255,255,255,.5);display:flex;height:49px;margin:16px 0;padding:0 12px}.my-renders-mobile-filter-search__field{align-items:center;display:flex;flex:1 1 auto;gap:12px;min-width:0}.my-renders-mobile-filter-search input{background:transparent;border:0;color:#fff;flex:1 1 auto;font-size:14px;font-weight:400;line-height:20px;min-width:0;outline:0;padding:0}.my-renders-mobile-filter-search input::placeholder{color:#fff}.my-renders-mobile-filter-search button{align-items:center;background:transparent;border:0;border-left:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:14px;font-weight:400;gap:4px;height:37px;line-height:20px;margin-left:12px;padding:0 0 0 16px}.my-renders-mobile-filter-search button svg:last-child{transform:rotate(-90deg)}.my-renders-mobile-filter-options{display:flex;flex-direction:column}.my-renders-mobile-filter-option{align-items:center;background:transparent;border:0;border-bottom:.5px solid rgba(255,255,255,.12);color:rgba(255,255,255,.7);cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:20px;min-height:56px;padding:16px 12px 16px 16px;text-align:left;width:100%}.my-renders-mobile-filter-option:last-child{border-bottom:0}.my-renders-mobile-filter-option__radio{align-items:center;background:rgba(255,255,255,.03);border:.857px solid rgba(255,255,255,.1);border-radius:999px;color:#121314;display:inline-flex;flex:0 0 auto;height:24px;justify-content:center;width:24px}.my-renders-filter-selected-check-icon{display:block;height:15.43px;width:15.43px}.my-renders-mobile-filter-option--selected{color:#9ee22e}.my-renders-mobile-filter-option--selected .my-renders-mobile-filter-option__radio{background:#9ee22e;border-color:#9ee22e}.my-renders-mobile-filter-option__icon{align-items:center;color:currentColor;display:inline-flex;flex:0 0 auto;width:20px}.my-renders-filter__option-icon .my-renders-quality-icon,.my-renders-filter__option-icon .my-renders-room-style-icon,.my-renders-mobile-filter-option__icon .my-renders-quality-icon,.my-renders-mobile-filter-option__icon .my-renders-room-style-icon{flex:0 0 auto}.my-renders-mobile-filter-option__label{min-width:0;overflow-wrap:anywhere}.my-renders-empty{flex:1 1 auto;justify-content:center;min-height:520px;overflow:hidden;position:relative}.my-renders-empty__art{height:min(46vw,391px);max-height:391px;max-width:1092px;min-height:260px;position:absolute;top:24px;width:min(100%,1092px)}.my-renders-empty__bg{height:100%;opacity:.5;object-fit:fill;width:100%}.my-renders-empty__scrim{pointer-events:none;position:absolute}.my-renders-empty__scrim--top{background:linear-gradient(180deg,rgba(20,21,23,0) 20%,#141517 94%);inset:0}.my-renders-empty__scrim--side{background:linear-gradient(90deg,#141517 5%,rgba(20,21,23,0) 44%,#141517 93%);inset:0}.my-renders-empty__content{align-items:center;display:flex;flex-direction:column;gap:40px;max-width:371px;position:relative;text-align:center;width:100%;z-index:2}.my-renders-empty__button{align-items:center;background:transparent;border:0;border-radius:999px;cursor:pointer;display:flex;justify-content:center;padding:0;transform-origin:center;transition:filter .2s ease,transform .2s ease}.my-renders-empty__button:hover{filter:drop-shadow(0 0 22px rgba(255,255,255,.18));transform:scale(1.03)}.my-renders-empty__button:active{transform:scale(.98)}.my-renders-empty__button:focus-visible{outline:2px solid #9ee22e;outline-offset:4px}.my-renders-empty__icon{height:80px;object-fit:contain;pointer-events:none;width:80px}.my-renders-empty__copy{max-width:371px;text-align:center;width:100%}.my-renders-empty__copy h4{color:#fff;font-size:20px;font-weight:600;line-height:28px;margin-bottom:12px;text-transform:none}.my-renders-empty__copy p{color:rgba(255,255,255,.7);font-size:16px;font-weight:400;line-height:24px;margin:0;opacity:.6}@media (max-width:1199.98px){.my-renders-toolbar__actions{width:100%}}@media (max-width:767.98px){.my-renders-page .section-scroll-container{padding:24px 16px 16px}.my-renders-controls{gap:20px}.my-renders-tabs__item{padding-left:18px;padding-right:18px}.my-renders-mobile-filter-bar{display:flex;justify-content:flex-end;padding:0 10px;width:100%}.my-renders-toolbar{display:none}.my-renders-filter,.my-renders-filter__button{width:100%}.my-renders-filter__button{justify-content:space-between}.my-renders-filter__menu{width:100%}.my-renders-empty{min-height:440px}.my-renders-empty__art{height:300px;min-height:300px;width:760px}}.latest-render-exzample,.render-exzample-item{border-radius:16px;max-height:400px;display:flex;background-color:lightgray;position:relative;overflow:hidden}.render-exzample-item{min-height:225px;cursor:pointer}.latest-render-exzample img,.render-exzample-item img{width:100%}.render-exzample-item{position:relative;padding-bottom:100%;min-height:auto;max-height:none}.render-exzample-item img{right:0;bottom:0;object-fit:cover}.overlay-content-block,.render-exzample-item img{position:absolute;left:0;top:0;width:100%;height:100%}.overlay-content-block{padding:12px;display:flex;flex-direction:column;align-items:flex-start}.rendering-label{align-self:center;margin-top:auto;text-align:center;padding:8px 14px;border-radius:12px;background:rgba(23,22,29,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#FFF;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.rendering-label>:last-child{color:rgba(255,255,255,.6);font-size:12px;font-style:normal;font-weight:400;line-height:18px}.latest-render-label,.latest-render-name{display:inline-flex;color:rgba(255,255,255,.8);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:18px;padding:2px 7px;border-radius:300px;background:rgba(23,22,29,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.latest-render-name{margin-top:auto;align-self:center}.g-20{--bs-gutter-x:20px;--bs-gutter-y:20px}.render-card-list .my-render-card-col{display:flex}.render-card-list--gallery .my-render-card-col{display:block}.render-card-list--gallery>.row{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr))}.render-card-list--gallery>.row>.my-render-card-col{width:100%}.render-card-list .my-render-card{align-items:stretch;--my-render-card-radius:16px;--my-render-card-inner-radius:15px;background:#141517;border:1px solid rgba(255,255,255,.1);border-radius:var(--my-render-card-radius);color:#fff;display:flex;flex-direction:column;height:100%;isolation:isolate;max-height:none;min-height:0;padding-bottom:0;position:relative;text-decoration:none;width:100%}.render-card-list .my-render-card--selected{border-color:#9EE22E;box-shadow:none}.render-card-list .my-render-card__media{aspect-ratio:353.333/199;background:#101014;border-radius:var(--my-render-card-inner-radius) var(--my-render-card-inner-radius) 0 0;clip-path:inset(0 round var(--my-render-card-inner-radius) var(--my-render-card-inner-radius) 0 0);flex:0 0 auto;isolation:isolate;overflow:hidden;position:relative;transform:translateZ(0);width:100%}.render-card-list--gallery .my-render-card{height:auto}.render-card-list .my-render-card__media:after{background:linear-gradient(180deg,rgba(10,10,12,0) 53.82%,rgba(10,10,12,.72));content:"";inset:0;pointer-events:none;position:absolute;transition:opacity .2s ease;z-index:1}.render-card-list .my-render-card__media-overlay{display:flex;flex-direction:column;inset:0;justify-content:space-between;padding:16px;pointer-events:none;position:absolute;z-index:6}.render-card-list .my-render-card__image-badges{align-items:flex-start;display:flex;gap:4px;min-width:0;padding-right:48px}.render-card-list .my-render-card__variant-tag.my-render-card__variant-tag--image{align-items:center;background:rgba(0,0,0,.3);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:0;border-radius:4px;box-shadow:0 4px 12.1px rgba(0,0,0,.16);color:#fff;font-size:10px;font-weight:700;height:auto;line-height:12px;padding:4px 6px}.render-card-list .my-render-card__media-footer{align-items:flex-end;display:flex;gap:6px;justify-content:space-between;min-width:0;transition:opacity .2s ease}.render-card-list .my-render-card__image-detail-tags{align-items:center;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:4px;min-width:0}.render-card-list .my-render-card__image-detail-tag{align-items:center;background:rgba(0,0,0,.3);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:0;border-radius:4px;box-shadow:0 4px 12.1px rgba(0,0,0,.16);color:#fff;display:inline-flex;font-size:10px;font-weight:700;line-height:12px;max-width:100%;min-height:20px;padding:4px 6px;white-space:nowrap}.render-card-list .my-render-card__hover-actions{background:rgba(0,0,0,.6);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);inset:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .2s ease;z-index:5}.render-card-list .my-render-card__hover-actions-group{align-items:center;bottom:12px;display:flex;flex-direction:column;gap:12px;position:absolute;right:12px}.render-card-list .my-render-card--gallery:not(.my-render-card--selection-active):hover{border-color:#FFFFFF;box-shadow:none}.render-card-list .my-render-card--gallery:not(.my-render-card--selection-active) .my-render-card__media:hover .my-render-card__media-footer,.render-card-list .my-render-card--gallery:not(.my-render-card--selection-active) .my-render-card__media:hover:after{opacity:0}.render-card-list .my-render-card--gallery:not(.my-render-card--selection-active) .my-render-card__media:hover .my-render-card__hover-actions{opacity:1}.render-card-list .my-render-card--gallery:not(.my-render-card--selection-active):hover .my-render-card__title{color:#FFFFFF}.render-card-list .my-render-card--gallery:not(.my-render-card--selection-active) .my-render-card__media:hover+.my-render-card__body .my-render-card__more-actions{opacity:0;pointer-events:none;visibility:hidden}.render-card-list .my-render-card--selection-active .my-render-card__hover-actions{display:none}.render-card-list .my-render-card__hover-button{align-items:center;background:rgba(255,255,255,.16);backdrop-filter:blur(2.2px);-webkit-backdrop-filter:blur(2.2px);border:1.1px solid rgba(255,255,255,.3);border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;height:44px;justify-content:center;padding:12.1px;transition:background-color .2s ease,border-color .2s ease,transform .2s ease;width:44px;pointer-events:auto}.render-card-list .my-render-card__hover-button:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.38);transform:translateY(-1px)}.render-card-list .my-render-card__hover-button--danger{color:#FF4D3D}.render-card-list .my-render-card__hover-button svg{height:17.6px;width:17.6px}.render-card-list .my-render-card__hover-button .render-delete-icon{display:block;height:17.6px;width:14.67px}.render-card-list .my-render-card__selection-button{align-items:center;background:rgba(255,255,255,.1);backdrop-filter:blur(7.2px);-webkit-backdrop-filter:blur(7.2px);border:.857px solid rgba(255,255,255,.5);border-radius:999px;color:#101014;box-shadow:0 4.8px 14.52px rgba(0,0,0,.16);cursor:pointer;display:inline-flex;flex:0 0 auto;height:24px;justify-content:center;padding:3.43px;position:absolute;pointer-events:auto;right:20px;top:14px;transition:none;width:24px;z-index:7}.render-card-list .my-render-card__selection-button:hover{border-color:rgba(255,255,255,.62)}.render-card-list .my-render-card--gallery:not(.my-render-card--selection-active) .my-render-card__media:hover .my-render-card__selection-button:not([aria-pressed=true]){background:rgba(255,255,255,.1)}.render-card-list .my-render-card__selection-button[aria-pressed=true]{background:#9EE22E;backdrop-filter:none;-webkit-backdrop-filter:none;border:0;box-shadow:none;height:24px;padding:4.286px;right:24px;top:14px;width:24px}.render-card-list .my-render-card__selection-button img{display:block;height:15.429px;inset:auto;object-fit:contain;position:static;width:15.429px}.render-card-list .my-render-card__body{background:rgba(255,255,255,.03);display:flex;flex:0 0 auto;flex-direction:column;justify-content:center;gap:12px;min-height:49px;overflow:visible;padding:16px;width:100%}.render-card-list--gallery .my-render-card__body:not(.my-render-card__body--processing){height:49px}.render-card-list .my-render-card__body--processing{align-items:flex-start;justify-content:center}.render-card-list .my-render-card__meta-row{align-items:center;box-sizing:border-box;display:flex;gap:10px;justify-content:space-between;min-width:0;padding-right:36px;width:100%}.render-card-list .my-render-card__variant-tag{align-items:center;background:rgba(255,255,255,.1);border-radius:6px;color:rgba(255,255,255,.72);cursor:default;display:inline-flex;flex:0 1 auto;font-size:12px;font-weight:700;height:22px;justify-content:center;line-height:18px;max-width:100%;min-width:0;overflow:hidden;padding:2px 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.render-card-list .my-render-card__variant-tag.my-render-card__variant-tag--failed{background:rgba(255,77,61,.16);color:#FF6D61}.render-card-list .my-render-card__actions{align-items:center;display:flex;flex:0 0 auto;gap:7px;justify-content:flex-end;margin-left:auto}.render-card-list .my-render-card__icon-button{align-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:999px;color:rgba(255,255,255,.7);cursor:pointer;display:flex;flex:0 0 auto;height:22px;justify-content:center;padding:0;transition:background-color .2s ease,border-color .2s ease;width:22px}.render-card-list .my-render-card__icon-button:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18)}.render-card-list .my-render-card__icon-button svg{max-height:14px;max-width:14px}.render-card-list .my-render-card__title{color:rgba(255,255,255,.7);display:-webkit-box;flex:0 0 auto;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin:0;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.render-card-list .my-render-card--gallery.my-render-card--selected .my-render-card__title{color:#ffffff}.render-card-list .my-render-card__title-row{align-items:center;display:flex;gap:12px;min-width:0;width:100%}.render-card-list .my-render-card__title-row .my-render-card__title{flex:1 1 auto}.render-card-list .my-render-card__more-actions{align-items:center;display:flex;flex:0 0 auto;height:24px;line-height:0;position:relative}.render-card-list .my-render-card--selection-active .my-render-card__more-actions{display:none}.render-card-list .my-render-card__more-actions-trigger{align-items:center;background:transparent;border:0;cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:0;position:relative;width:24px;z-index:1}.render-card-list .my-render-card__more-actions-trigger:before{content:"";inset:-8px;position:absolute}.render-card-list .my-render-card__more-actions-trigger img{display:block;height:24px;inset:auto;object-fit:contain;position:static;width:24px}.render-card-list .my-render-card__more-actions-menu{background:linear-gradient(rgba(255,255,255,.05),rgba(255,255,255,.05)),#141517;border:1px solid rgba(255,255,255,.1);border-radius:12px;bottom:calc(100% + 8px);color:#ffffff;width:172px;overflow:hidden;position:absolute;right:0;z-index:9}.render-card-list .my-render-card__more-actions-item{align-items:flex-start;background:transparent;border:0;color:#ffffff;cursor:pointer;display:flex;gap:12px;justify-content:flex-start;padding:12px 16px;text-align:left;transition:background-color .15s ease;width:100%}.render-card-list .my-render-card__more-actions-item:focus-visible,.render-card-list .my-render-card__more-actions-item:hover{background:rgba(255,255,255,.05)}.render-card-list .my-render-card__more-actions-item-icon{align-items:center;display:inline-flex;flex:0 0 auto;height:16px;justify-content:center;overflow:hidden;position:relative;width:16px}.render-card-list .my-render-card__more-actions-item-icon img{display:block;inset:auto;max-height:none;max-width:none;object-fit:fill;position:absolute}.render-card-list .my-render-card__more-actions-item-icon--download img{height:13px;left:1.323px;top:1.5px;width:13.355px}.render-card-list .my-render-card__more-actions-item-icon--delete img{height:14.542px;left:2px;top:1.333px;width:12px}.render-card-list .my-render-card__more-actions-item span{color:#ffffff;font-size:14px;font-weight:500;line-height:normal;white-space:nowrap}.render-card-list .my-render-card__more-actions-item .my-render-card__more-actions-item-icon{font-size:0}.render-card-list .my-render-card__body--processing .rendering-label{align-self:center;margin:0}.render-card-list .my-render-card__body--processing .my-render-card__title{align-self:stretch;text-align:center}.render-card-list--workspace .my-render-card{border-color:rgba(255,255,255,.08)}.render-card-list--workspace .my-render-card:hover{border-color:rgba(158,226,46,.32);box-shadow:0 12px 28px rgba(0,0,0,.18)}.render-card-list--workspace .my-render-card__body{gap:10px;min-height:49px;padding:11px 12px 12px}.render-card-list--workspace .my-render-card__meta-row{min-height:22px;padding-right:0}.render-card-list--workspace .my-render-card__title{color:rgba(255,255,255,.9);font-size:13px;font-weight:500;line-height:18px}.render-card-list--workspace .my-render-card__body--processing{min-height:86px}.my-renders-selection-bar{align-items:center;background:rgba(255,255,255,.03);border-radius:12px;display:flex;flex-shrink:0;gap:4px;margin-bottom:0;min-height:66px;padding:12px;width:100%}.my-renders-selection-bar__select-all{align-items:center;background:transparent;border:0;border-radius:21px;color:#fff;cursor:pointer;display:inline-flex;height:42px;justify-content:center;padding:0;width:42px}.my-renders-selection-bar__summary{align-items:center;display:flex;gap:4px;min-width:0}.my-renders-selection-bar__select-all-icon{align-items:center;background:rgba(255,255,255,.36);border-radius:6px;color:#fff;display:inline-flex;height:24px;justify-content:center;width:24px}.my-renders-selection-bar__select-all--checked .my-renders-selection-bar__select-all-icon{background:#9EE22E;color:#101014}.my-renders-selection-bar__count{color:#fff;font-size:14px;font-weight:400;line-height:14px}.my-renders-selection-bar__actions{align-items:center;display:flex;gap:16px;margin-left:auto}.my-renders-selection-bar__cancel,.my-renders-selection-bar__delete{align-items:center;background:rgba(255,255,255,.03);border:1.111px solid rgba(255,255,255,.05);border-radius:10px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:12px;height:auto;justify-content:center;line-height:20px;padding:12px 16px;white-space:nowrap}.my-renders-selection-bar__delete{color:#FF3B30}.my-renders-selection-bar__delete:disabled{cursor:default;opacity:.55}.my-renders-selection-bar__delete .render-delete-icon{display:block;height:16px;width:16px}.my-renders-selection-bar__cancel{color:#fff}@media (hover:none),(max-width:767.98px),(pointer:coarse){.render-card-list .my-render-card__hover-actions{display:none}.render-card-list .my-render-card__body{min-height:49px;padding:16px}.render-card-list .my-render-card__title{padding-right:0}.render-card-list .my-render-card__selection-button{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:rgba(0,0,0,.3);border-width:.714px;box-shadow:0 4px 12.1px rgba(0,0,0,.16);height:20px;padding:3.571px;right:16px;top:16px;width:20px}.render-card-list .my-render-card__selection-button img{height:12.857px;width:12.857px}.render-card-list .my-render-card__selection-button[aria-pressed=true]{background:#9EE22E;backdrop-filter:none;-webkit-backdrop-filter:none;border:0;box-shadow:none;height:20px;padding:3.571px;right:16px;top:16px;width:20px}.render-card-list .my-render-card--selection-active .my-render-card__more-actions{display:block}.render-card-list .my-render-card__media-overlay{padding:16px 16px 12px}.my-renders-selection-bar{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.my-renders-selection-bar__summary{flex:1 1 auto;min-width:0}.my-renders-selection-bar__count{overflow-wrap:break-word}.my-renders-selection-bar__actions{flex:0 1 auto;flex-wrap:wrap;gap:12px;margin-left:auto;max-width:100%;width:auto}.my-renders-selection-bar__cancel,.my-renders-selection-bar__delete{flex:0 0 auto;width:auto;white-space:nowrap}.my-renders-selection-bar__delete .render-delete-icon{flex-shrink:0}}.rendering-animation-block{color:#D3D3D3;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:22px;flex:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.rendering-animation-block__image{position:relative;margin-bottom:70px;width:240px;height:170px;border-radius:10px}.rendering-animation-block__title{color:#FFF;font-size:20px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:12px}.rendering-animation-block__shape{top:50%;left:50%;transform:translate(-50%,-50%);width:240px;height:170px;position:absolute;border-radius:16px;border:.5px solid #fff;opacity:.1;pointer-events:none;animation:renderingAnimation 3s linear var(--i) infinite}@keyframes renderingAnimation{to{width:330px;height:262px;opacity:0}}.input-custom__input{outline:1px solid transparent}.input-custom__input.error{outline:1px solid rgb(151 43 43)}.modal__back-sub{position:absolute;width:100%;height:100%}.modal__dialog--897{max-width:897px}.upg-to-pro__wrapper{display:flex}.up-to-pro__block{padding:30px 36px}.up-to-pro__block.second{background:#101014;border-radius:0 16px 16px 0}.btn.up-to-pro__plan-button{width:100%;display:flex;height:40px;padding:10px 14px;align-items:center;border-radius:10px;background:#28282E;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.btn.up-to-pro__plan-button.active{color:#9EE22E;border-radius:10px;background:#262E19}.btn.up-to-pro__plan-button.service-pay{align-items:start;justify-content:start;flex-direction:column;height:auto}.fake-radio{position:relative;display:flex;width:22px;height:22px;padding:5px;border-radius:300px;border:1.5px solid #fff;opacity:.5;margin-right:10px;margin-top:1px}input[type=radio]:checked+.fake-radio-payment .fake-radio{background:#9EE22E;border:unset}.fake-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:black}.up-to-pro__payment-block{height:40px;padding:10px 0}.up-to-pro__payment-block,.up-to-pro__payment-cards{display:flex;align-items:center}.up-to-pro__payment-cards.right-side{position:absolute;top:30%;right:14px}.up-to-pro__card{margin-inline-start:6px;display:flex;width:22.667px;height:16px;justify-content:center;align-items:center;border-radius:2.667px;background:#FFF}.up-to-pro__card.no-bg{background:unset}.fake-radio-payment{width:100%;display:flex;cursor:pointer}.up-to-pro__exit-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:360px;background:#28282E}.up-to-pro__divider{height:1px;opacity:.06;background:#FFF}.up-to-pro__footer-text{padding:0 20px;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:18px;opacity:.4}.billed-to::placeholder{color:rgba(255,255,255,.6)}.faq-upscale{height:0;overflow:hidden;transition:height .3s ease-in-out}.faq-upscale.active{height:50px}.main-render-swiper .slider-images{height:100%}.main-render-swiper .slider-images .background-img:after,.main-render-swiper .slider-images .foreground-img:after{font-size:12px;line-height:18px;padding:0 7px}.main-render-swiper .slider-images .slider-line{background:#101014;opacity:1}.slider-images .background-img.after-video-text .after-badge{right:auto;left:16px}.toggle-checkbox-button{width:50px;height:28px;padding:3px;border-radius:360px;background:#28282E;position:relative;display:block}.toggle-checkbox-button:before{content:"";display:block;width:22px;height:22px;min-width:22px;min-height:22px;border-radius:360px;border:1px solid rgba(255,255,255,.12);background:#101014;position:absolute;left:3px;right:auto;top:50%;transform:translateY(-50%);transition:all .7s ease-in-out}.toggle-checkbox-button.active{background:#ACE64B}.toggle-checkbox-button.active:before{right:3px;left:auto}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:radial-gradient(56.63% 56.63% at 29.17% 25.83%,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%),#9EE22E;border:1px solid rgba(255,255,255,.12);border-radius:360px;transition:.4s}.switch__slider:before{content:"";position:absolute;height:22px;width:22px;left:3px;bottom:2px;border-radius:50%;background-color:#101014;transition:.4s}.switch__field{width:0;height:0;opacity:0;visibility:hidden}.switch__field:checked+.switch__slider:before{transform:translateX(20px);right:3px}.custom-checkbox{position:relative;display:inline-flex;align-items:center;cursor:pointer}.custom-checkbox__input{position:absolute;opacity:0;z-index:-1;visibility:hidden;transition:none}.custom-checkbox__input-fake{min-width:20px;width:20px;height:20px;border:1px solid transparent;border-radius:4px;background-color:#28282E;display:flex;align-items:center;justify-content:center;transition:all .5s ease;background-position:50%;background-repeat:no-repeat;background-size:cover}.custom-checkbox__input:checked~.custom-checkbox__input-fake{background-image:url(/_next/static/media/icon-done-check.85e0d71c.svg)}.custom-checkbox__label{font-size:14px;line-height:20px;padding-left:12px;color:rgba(255,255,255,.6);display:flex}.custom-radio__input{display:none}.custom-radio__input-fake{padding:10px 14px;font-size:14px;line-height:22px;color:#fff;border-radius:10px;background-color:#28282E;height:44px;width:100%;cursor:pointer;display:block;text-align:center}.custom-radio__input:checked~.custom-radio__input-fake{color:#9EE22E;background-color:#262E19}.select{display:block;font-size:14px;font-family:SF Pro Text,sans-serif;font-weight:400;color:#fff;line-height:22px;padding:10px 44px 10px 14px;width:100%;max-width:100%;box-sizing:border-box;margin:0;border-radius:10px;appearance:none;background-color:#28282E;background-image:url(/_next/static/media/icon-select-arrow.79a79592.svg);background-repeat:no-repeat,repeat;background-position:right 10px top 50%,0 0;background-size:28px auto,100%}[dir=rtl] .select{padding:10px 14px 10px 44px;background-position:left 10px center}.select::-ms-expand{display:none}.select:focus{color:#fff;outline:none}.select option{font-weight:400}.select-decor{display:flex;position:relative;align-items:center;flex-direction:column;border-radius:10px;background-color:#28282E;height:120px}.select-decor__type{color:rgba(255,255,255,.8);font-size:12px;line-height:18px;border-radius:300px;background:rgba(23,22,29,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2px 7px;position:absolute;right:50%;transform:translateX(50%);bottom:10px;text-align:center;display:flex;align-items:center;width:max-content;justify-content:center;max-width:calc(100% - 10px)}.select-decor .dropdown-arrow{background-image:url(/_next/static/media/icon-select-arrow.79a79592.svg);background-repeat:no-repeat,repeat;background-position:50%;background-size:26px auto,100%;width:22px;height:22px;margin-left:5px;display:block}.upload-wrap__input{display:none}.upload-wrap{padding:24px 10px;border:1px dashed rgba(255,255,255,.12);background-color:#101014;border-radius:10px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;cursor:pointer;position:relative}.upload-wrap--dragged{background-color:#28282E}.upload-wrap__label{display:block;color:#9EE22E;font-size:14px;line-height:20px}.upload-wrap__label-text{display:block;color:#D3D3D3;font-size:12px;line-height:20px}.faq__item{border-radius:16px;background-color:#14141A;padding:16px 16px 16px 20px}.faq__header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.faq__title{font-size:18px;color:#fff;font-weight:400;line-height:24px}.faq__content{color:#D3D3D3;font-size:14px;font-weight:400;line-height:22px;margin-top:6px}.faq__item.active .faq__arrow{transform:rotate(180deg)}.faq__item.active .faq__title{color:#9EE22E}.faq__arrow{display:flex}.faq__item:not(:last-child){margin-bottom:8px}.faq-wrapper{max-width:800px;margin:0 auto}.pricing{max-width:954px;margin:0 auto}.pricing__card{padding:20px;border-radius:16px;border-top:1px solid rgba(255,255,255,.1);background:rgba(20,20,26,.6);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);position:relative}.pricing__img-box{border-radius:360px;background:linear-gradient(180deg,#131318,#1A1A22);width:40px;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-inline-end:14px}.pricing__item-group-text{display:flex;flex-direction:column;line-height:18px}.pricing__item{display:flex;align-items:center}.pricing__list{margin-bottom:20px}.bg-decor{position:relative;z-index:0;isolation:isolate;overflow:visible}.bg-decor:after{content:"";position:absolute;z-index:-1;width:678px;height:338px;top:46px;left:50%;transform:translateX(-50%) translateZ(0);border-radius:678px;opacity:.6;background:radial-gradient(50% 50% at 50% 50%,#9EE22E 0,#101014 100%);filter:blur(350px);will-change:filter;pointer-events:none}.switch-decor{position:relative;display:flex;align-items:center;justify-content:center}.switch-decor:after{content:"";position:absolute;width:250px;height:68px;opacity:.4;filter:blur(50px);background:radial-gradient(50% 50% at 50% 50%,#9EE22E 0,#101014 100%);pointer-events:none;z-index:-1}.pricing__popular{position:absolute;inset-inline-end:12px;top:12px;color:#fff;font-size:11px;font-weight:600;line-height:16px;padding:2px 6px;border-radius:300px;background-color:#5E2BFF;display:block}.settings{height:100%}.setting__user-img{width:60px;height:60px;border-radius:360px;border:1px solid rgba(255,255,255,.36);overflow:hidden}.plan-billing-card{padding:13px 16px;border-radius:14px;background:#28282E;position:relative}.change-image{cursor:pointer}.plan-billing-list{margin-inline-start:-6px;margin-inline-end:-6px}.plan-billing-item{padding-inline-start:6px;padding-inline-end:6px;flex:0 0 180px;margin-bottom:24px}.plan-billing-list{display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,.06)}.table-wrapper{overflow-x:auto;overflow-y:hidden}.table,.table-wrapper{width:100%;max-width:100%}.table{border-collapse:collapse;white-space:nowrap;table-layout:auto;box-sizing:border-box}.table thead{border-radius:8px;background-color:#28282E}.table thead tr th{color:rgba(211,211,211,.7);font-size:12px;font-weight:400;padding:5px 10px;text-align:start}.table tbody tr td{font-size:14px;line-height:18px;padding:12px 10px;text-align:start}.no-underline-text{text-decoration:none!important;-webkit-text-decoration:none!important;-webkit-tap-highlight-color:transparent}.no-underline-text[data-detector],.no-underline-text[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important}.checkbox-decor{background-color:#00B700}.checkbox-decor,.closed-decor{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;border-radius:300px;position:absolute;right:10px;top:10px}.closed-decor{background-color:#ED0000}.photo-example{position:relative;border-radius:10px}.photo-example,.user-box-36x36{overflow:hidden;display:flex;justify-content:center;align-items:center}.user-box-36x36{width:36px;min-width:36px;height:36px;border-radius:360px;border:1px solid rgba(255,255,255,.36)}.qr-code-wrap{padding-left:40px;margin-left:40px;border-left:1px solid rgba(255,255,255,.06)}.plan-billing-card.active{background-color:#262E19;color:#9EE22E}.input-label{display:block;font-size:14px;line-height:20px;color:rgba(255,255,255,.6)}.input-custom__wrap-input{position:relative}.input-custom__input{padding:11px 14px;font-size:14px;line-height:22px;color:#fff;border-radius:10px;background-color:#28282E;width:100%}.input-custom__marker-right{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:14px;font-weight:500;color:rgba(255,255,255,.4)}.icon{display:flex}.btn--gradient-blue,.btn.btn--gradient-blue{border:1px solid rgba(255,255,255,.12);background:radial-gradient(56.63% 56.63% at 29.17% 25.83%,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%),#5E2BFF;color:#fff}.btn--gradient-blue:hover,.btn--outline-gradient-blue,.btn.btn--gradient-blue:hover,.btn.btn--outline-gradient-blue{border:1px solid #5e2bff;background:#101014;opacity:1}.btn--outline-gradient-blue:hover,.btn.btn--outline-gradient-blue:hover{border:1px solid rgba(255,255,255,.12);background:radial-gradient(56.63% 56.63% at 29.17% 25.83%,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%),#5E2BFF;color:#fff}.btn--gradient-green,.btn.btn--gradient-green{border:1px solid rgba(255,255,255,.36);background:radial-gradient(56.63% 56.63% at 29.17% 25.83%,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%),#9EE22E;color:#101014}.btn--secondary-2,.btn.btn--secondary-2{background-color:#28282E;color:#fff}.btn--md,.btn.btn--md{padding:6px 13px}.btn.font-\[600\]{font-weight:600}.btn.text-\[18px\]{font-size:18px}.btn.text-\[15px\]{font-size:15px}.btn.header__cta{color:var(--Black-100,#000);font-family:Inter;font-size:var(--Font-Size-text-sm,14px);font-style:normal;font-weight:700;line-height:var(--Line-Height-text-sm,20px)}.btn--lg-2,.btn.btn--lg-2{padding:10px 19px}.btn--lg-3,.btn.btn--lg-3{padding:8px 19px}.gx-7{--bs-gutter-x:7px}.gx-14{--bs-gutter-x:14px}.gx-16{--bs-gutter-x:16px}.g-24{--bs-gutter-x:24px;--bs-gutter-y:24px}.border-bottom{border-bottom:1px solid rgba(255,255,255,.06)}.skeleton-show{display:none}.skeleton-active .skeleton-show{display:block}.skeleton-active .skeleton-hide{display:none}.input-custom__icon{position:absolute;top:50%;transform:translateY(-50%);left:12px}.input-custom__wrap-input .input-custom__icon+.input-custom__input{padding-left:36px}.select-popup{max-height:calc(100vh - 32px - 90px - 74px - 33px);padding:0}.select-popup .input-custom{padding:0 36px}.select-popup .select-popup__wrapper{overflow-y:auto;overflow-x:hidden;width:100%;padding:0 36px}.select-popup .select-popup__wrapper .row{transform:translateX(8px);margin-right:calc(var(--bs-gutter-x) * -1);margin-left:calc(var(--bs-gutter-x) * -1);--bs-gutter-y:inherit}.render-img-fix{width:240px;height:170px;border-radius:10px}.qr-code-wrap img{width:150px;height:150px}.no-renders-popup{padding:0 0 30px;text-align:center}.no-renders-popup-text--margins{margin-bottom:32px}.no-renders-popup-text+.no-renders-popup-text{margin-top:10px;margin-bottom:32px}.no-renders-popup-title{text-align:center}.mt-10{margin-top:10px}.fw-600{font-weight:600}.modal__close{background:transparent;position:absolute;top:20px;inset-inline-end:20px}.latest-render-exzample{cursor:pointer}.copy-btn{position:relative;min-height:44px;min-width:44px}.test-icon{position:absolute;top:-2px;left:-2px}.test-icon .icon-path{stroke-dashoffset:100;transition:all .7s linear}.animated .test-icon .icon-path{stroke-dashoffset:0}.upload-wrap__delete{position:absolute;top:5px;right:5px}.upload-wrap__delete #Delete{fill:rgba(255,255,255,.6)}.img-portrait-wrpr{background:#28282e}.latest-render-exzample .render-img.img-portrait{max-height:100%;width:auto;margin:0 auto}.latest-render-exzample{background:#28282e}.render-results-slider .thumbs-render-swiper .swiper-slide img{max-height:100px!important;min-height:auto!important}.swiper.render-results-slider .fullpage-actions{position:absolute;bottom:32px;left:20px;z-index:2}.latest-renders-page .swiper.render-results-slider .fullpage-actions{left:50%;transform:translateX(-50%)}.main-render-swiper .show-only-thumb-slider,.thumbs-render-swiper .show-only-big-slider{display:none!important}.main-render-swiper .show-only-big-slider .plyr,.main-render-swiper .show-only-big-slider .plyr__video-wrapper{width:100%!important;height:100%!important;min-height:240px!important;display:flex!important;align-items:center!important;justify-content:center!important}.main-render-swiper .show-only-big-slider .plyr video,.main-render-swiper .show-only-big-slider .plyr__video-wrapper video,.main-render-swiper .show-only-big-slider video.js-player{width:100%!important;height:100%!important;object-fit:contain!important}.main-render-swiper .show-only-big-slider .plyr:not(.plyr--playing) .plyr__control--overlaid{display:flex!important;visibility:visible!important;opacity:.9!important;z-index:3!important;pointer-events:auto!important}.main-render-swiper .show-only-big-slider .plyr.plyr--playing .plyr__control--overlaid{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.scaling-please-wait{padding:8px 14px;border-radius:12px;background:rgba(23,22,29,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-width:-moz-fit-content;max-width:fit-content;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;text-align:center}.scaling-please-wait h3{color:#fff;text-align:center;font-size:14px;font-weight:600;line-height:20px}.scaling-please-wait span{color:#fff;text-align:center;font-size:12px;font-weight:400;line-height:18px;opacity:.6;display:block}.upscale-blur-loading{filter:blur(2px);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}:root{--plyr-color-main:#9ee22e!important}.plyr-progress-track-fix .plyr__progress input[type=range]{max-width:none}.cinematic-tour-plyr{--plyr-color-main:#9ee22e!important;--plyr-video-background:#000!important;--plyr-video-control-color:#fff!important;--plyr-video-control-background-hover:#fff!important;--plyr-video-control-color-hover:#9ee22e!important;--plyr-range-track-height:6px!important}.cinematic-tour-plyr .plyr,.cinematic-tour-plyr .plyr__video-wrapper{width:100%!important;height:100%!important;min-width:0!important;background:#000!important}.cinematic-tour-plyr .plyr__poster{background-color:#000!important;background-size:contain!important}.cinematic-tour-plyr .plyr--video .plyr__controls{background:linear-gradient(180deg,transparent,rgba(0,0,0,.78))!important;color:#fff!important;gap:12px!important;padding:40px 76px 16px 16px!important}.cinematic-tour-plyr .plyr--video .plyr__controls>.plyr__control{display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;padding:12px!important;border-radius:9999px!important;background:rgba(0,0,0,.6)!important}.cinematic-tour-plyr .plyr--video [data-plyr=play]:not(.plyr__control--pressed){background-color:initial!important;background-image:url(/media/cinematic-tour/figma/player-play.svg)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:44px 44px!important}.cinematic-tour-plyr .plyr--video [data-plyr=play]:not(.plyr__control--pressed):focus-visible,.cinematic-tour-plyr .plyr--video [data-plyr=play]:not(.plyr__control--pressed):hover{background-image:url(/media/cinematic-tour/figma/player-play-hover.svg)!important}.cinematic-tour-plyr .plyr--video [data-plyr=play]:not(.plyr__control--pressed) svg{opacity:0!important}.cinematic-tour-plyr .plyr--video .plyr__control:focus-visible,.cinematic-tour-plyr .plyr--video .plyr__control:hover,.cinematic-tour-plyr .plyr--video .plyr__control[aria-expanded=true]{background:#fff!important;color:#9ee22e!important}.cinematic-tour-plyr .plyr__control--overlaid{display:flex!important;align-items:center!important;justify-content:center!important;width:60px!important;height:60px!important;padding:0!important;background:#9ee22e!important;color:#fff!important;opacity:1!important;box-shadow:0 16px 40px rgba(0,0,0,.32)!important}.cinematic-tour-plyr .plyr__control--overlaid svg{left:0!important;width:22px!important;height:22px!important}.cinematic-tour-plyr .plyr--video .plyr__control--overlaid:focus-visible,.cinematic-tour-plyr .plyr--video .plyr__control--overlaid:hover{color:#fff!important}.cinematic-tour-plyr .plyr--full-ui input[type=range]{color:#fff!important}.cinematic-tour-plyr .plyr__progress__buffer{color:rgba(255,255,255,.24)!important}.cinematic-tour-plyr .plyr__time{padding:4px 12px!important;border-radius:9999px!important;background:rgba(0,0,0,.6)!important;color:#fff!important;font-size:12px!important;font-weight:600!important;line-height:16px!important}.cinematic-tour-plyr .cinematic-tour-native-time{display:none!important}.cinematic-tour-plyr .cinematic-tour-remaining-time:before{content:none!important;display:none!important}.cinematic-tour-plyr.cinematic-tour-time-pending .cinematic-tour-remaining-time{visibility:hidden!important}.cinematic-tour-plyr--fullscreen .plyr--video .plyr__controls{background:#141517!important;border-top:1px solid rgba(255,255,255,.1)!important;padding:12px 84px 24px 24px!important}.cinematic-tour-plyr--fullscreen .plyr--video [data-plyr=play]:not(.plyr__control--pressed){background-color:initial!important;background-image:url(/media/cinematic-tour/figma/player-fullscreen-play.svg)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% 100%!important}.cinematic-tour-plyr--fullscreen .cinematic-tour-remaining-time{margin-left:0!important;background:rgba(255,255,255,.1)!important;line-height:14px!important}.cinematic-tour-plyr--fullscreen .plyr__progress__buffer{color:rgba(255,255,255,.1)!important}@media (max-width:767px){.cinematic-tour-plyr .plyr--video .plyr__controls{gap:17px!important;padding:12px 56px 16px 12px!important}.cinematic-tour-plyr .plyr--video .plyr__controls>.plyr__control{width:32px!important;height:32px!important;padding:8px!important}.cinematic-tour-plyr .plyr--video [data-plyr=play]:not(.plyr__control--pressed){background-size:32px 32px!important}.cinematic-tour-plyr--fullscreen .plyr--video .plyr__controls{padding:12px 56px 12px 12px!important}}.cinematic-tour-plyr .plyr__tooltip{background:#141517!important;color:#fff!important}.cinematic-tour-plyr .plyr__tooltip:before{border-top-color:#141517!important}.blur-btn{background:rgba(23,22,29,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);line-height:22px;color:rgba(255,255,255,.8)}.lds-spinner{display:inline-block;position:relative;width:40px;height:40px;--spinner-color:#fff}.lds-spinner div{transform-origin:20px 20px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:2px;left:20px;width:2px;height:8px;border-radius:20%;background:var(--spinner-color,#fff)}.lds-spinner div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=72558c4bdd214a89.css.map*/