.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}
@font-face{font-family:"revicons";fallback:fallback;src:url(../fonts/revicons.e8746a62.woff) format('woff'),url(../fonts/revicons.57fd05d4.ttf) format('ttf'),url(../fonts/revicons.a77de540.eot) format('ttf')}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,0.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,0.8)}.react-multiple-carousel__arrow::before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,0.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left::before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right::before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;margin:auto;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;padding:5px 5px 5px 5px;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:grey;padding:0;margin:0;margin-right:6px;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active{background:#080808}.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}[dir='rtl'].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right::before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left::before{content:"\e825"}
.templately-wrapper.templately-screen-elementor,.templately-wrapper.templately-screen-gutenberg{overflow:hidden}.templately-wrapper.templately-screen-elementor [data-radix-popper-content-wrapper],.templately-wrapper.templately-screen-gutenberg [data-radix-popper-content-wrapper]{position:absolute !important}.templately-wrapper .bg-warning{background-color:#f39c12 !important}.templately-wrapper .bg-danger{background-color:#c0392b !important}.templately-wrapper .text-danger{color:#c0392b !important}.templately-wrapper .text-right{text-align:right}.templately-wrapper .text-center{text-align:center}.templately-wrapper .text-left{text-align:left}.templately-wrapper .no-padding{padding:0 !important}.templately-wrapper .no-margin{margin:0 !important}.templately-wrapper .d-flex{display:flex !important}.templately-wrapper .d-inline-flex{display:inline-flex !important}.templately-wrapper .align-center{align-items:center}.templately-wrapper .flex-end{justify-content:flex-end}.templately-wrapper .justify-between{justify-content:space-between}.templately-wrapper .justify-around{justify-content:space-around}.templately-wrapper .justify-center{justify-content:center}.templately-wrapper .templately-row{display:flex;flex-wrap:wrap;margin:0 -15px}.templately-wrapper .templately-row:not(:last-of-type){margin-bottom:15px}.templately-wrapper .templately-row [class^=templately-col]{padding:0 15px;box-sizing:border-box}.templately-wrapper .templately-row .templately-col-1{flex-basis:8.3333333333%;width:8.3333333333%}.templately-wrapper .templately-row .templately-col-2{flex-basis:16.6666666667%;width:16.6666666667%}.templately-wrapper .templately-row .templately-col-3{flex-basis:25%;width:25%}.templately-wrapper .templately-row .templately-col-4{flex-basis:33.3333333333%;width:33.3333333333%}.templately-wrapper .templately-row .templately-col-5{flex-basis:41.6666666667%;width:41.6666666667%}.templately-wrapper .templately-row .templately-col-6{flex-basis:50%;width:50%}.templately-wrapper .templately-row .templately-col-7{flex-basis:58.3333333333%;width:58.3333333333%}.templately-wrapper .templately-row .templately-col-8{flex-basis:66.6666666667%;width:66.6666666667%}.templately-wrapper .templately-row .templately-col-9{flex-basis:75%;width:75%}.templately-wrapper .templately-row .templately-col-10{flex-basis:83.3333333333%;width:83.3333333333%}.templately-wrapper .templately-row .templately-col-11{flex-basis:91.6666666667%;width:91.6666666667%}.templately-wrapper .templately-row .templately-col-12{flex-basis:100%;width:100%}.templately-wrapper [data-templately-tooltip]::before,.templately-wrapper [data-templately-tooltip]::after{content:"";position:absolute;left:50%;bottom:0px;visibility:hidden;opacity:0;transition:all .15s ease-in 0s}.templately-wrapper [data-templately-tooltip]::before{content:attr(data-templately-tooltip);color:#fff;background:#5453fd;padding:5px 10px;font-size:9px;text-align:center;width:100%;box-sizing:border-box;border-radius:6px;transform:translate(-50%, 0px)}.templately-wrapper [data-templately-tooltip]::after{bottom:calc(100% - 5px);width:0;height:0;border-style:solid;border-width:5px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #5453fd rgba(0,0,0,0);transform:translate(-50%, -5px)}.templately-wrapper [data-templately-tooltip].tt-top::before{bottom:100%;width:-moz-max-content;width:max-content;transform:translate(-50%, -5px)}.templately-wrapper [data-templately-tooltip].tt-top::after{visibility:visible;bottom:calc(100% - 5px);transform:translate(-50%, 0px);border-color:#5453fd rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.templately-wrapper [data-templately-tooltip].tt-top-left::before{bottom:100%;left:0px;width:-moz-max-content;width:max-content;transform:translate(0px, -5px)}.templately-wrapper [data-templately-tooltip].tt-top-left::after{visibility:visible;bottom:calc(100% - 5px);left:7px;transform:translate(0px, 0px);border-color:#5453fd rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.templately-wrapper [data-templately-tooltip]:hover::before{visibility:visible;opacity:1}.templately-wrapper [data-templately-tooltip].tt-top:hover::after{visibility:visible;opacity:1}.templately-wrapper [data-templately-tooltip].tt-top-left:hover::after{visibility:visible;opacity:1}.templately-wrapper [data-templately-tooltip].tt-warning::before{background:#f39c12}.templately-wrapper [data-templately-tooltip].tt-warning::after{border-color:#f39c12 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.templately-wrapper [data-templately-tooltip].tt-danger::before{background:#c0392b}.templately-wrapper [data-templately-tooltip].tt-danger::after{border-color:#c0392b rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.templately-wrapper [data-templately-tooltip].tt-black::before{background:#101828}.templately-wrapper [data-templately-tooltip].tt-black::after{border-color:#101828 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.templately-wrapper .templately-custom-tooltip{background:#5453fd;color:#fff;padding:5px 10px;font-size:12px;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:9999;max-width:300px;word-wrap:break-word;animation-duration:400ms;animation-timing-function:cubic-bezier(0.16, 1, 0.3, 1);will-change:transform,opacity}.templately-wrapper .templately-custom-tooltip[data-state=delayed-open][data-side=top]{animation-name:slideDownAndFade}.templately-wrapper .templately-custom-tooltip[data-state=delayed-open][data-side=right]{animation-name:slideLeftAndFade}.templately-wrapper .templately-custom-tooltip[data-state=delayed-open][data-side=bottom]{animation-name:slideUpAndFade}.templately-wrapper .templately-custom-tooltip[data-state=delayed-open][data-side=left]{animation-name:slideRightAndFade}.templately-wrapper .templately-custom-tooltip.tt-warning{background:#f39c12}.templately-wrapper .templately-custom-tooltip.tt-danger{background:#c0392b}.templately-wrapper .templately-custom-tooltip.tt-black{background:#101828}.templately-wrapper .templately-custom-tooltip-arrow{fill:#5453fd}.templately-wrapper .templately-custom-tooltip.tt-warning .templately-custom-tooltip-arrow{fill:#f39c12}.templately-wrapper .templately-custom-tooltip.tt-danger .templately-custom-tooltip-arrow{fill:#c0392b}.templately-wrapper .templately-custom-tooltip.tt-black .templately-custom-tooltip-arrow{fill:#101828}@keyframes slideUpAndFade{from{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRightAndFade{from{opacity:0;transform:translateX(-2px)}to{opacity:1;transform:translateX(0)}}@keyframes slideDownAndFade{from{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeftAndFade{from{opacity:0;transform:translateX(2px)}to{opacity:1;transform:translateX(0)}}.templately-wrapper .templately-carousel-wrapper .templately-carousel-dot-list{margin-top:10px;position:relative}.templately-wrapper .templately-carousel-wrapper .templately-carousel-dot-list li.react-multi-carousel-dot button{border-color:#6072ff}.templately-wrapper .templately-carousel-wrapper .templately-carousel-dot-list li.react-multi-carousel-dot.react-multi-carousel-dot--active button{background-color:#6072ff}.templately-wrapper .templately-preloader{flex-basis:100%;padding:30px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;overflow:hidden;max-height:calc(100vh - 102px)}.templately-wrapper .templately-preloader.templately-workspaces-details-loader{margin-left:15px;margin-right:15px}.templately-wrapper .templately-preloader img{width:100px}.templately-wrapper .templately-preloader .tp-description{margin-top:15px}.templately-wrapper .templately-preloader.templately-preloader-placeholder{padding:0px}.templately-wrapper .templately-preloader .templately-ph-wrapper{width:100%;position:relative}@keyframes templately-placeholder-animation{0%{transform:translate3d(-30%, 0, 0)}100%{transform:translate3d(30%, 0, 0)}}.templately-wrapper .templately-preloader .templately-ph-wrapper:before{position:absolute;top:0;right:0;bottom:0;left:50%;z-index:1;width:500%;margin-left:-250%;pointer-events:none;content:"";background:linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;animation:templately-placeholder-animation .8s linear infinite}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-row{margin-left:-10px;margin-right:-10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-item{width:100%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-1{width:8.3333333333%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-2{width:16.6666666667%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-3{width:25%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-4{width:33.3333333333%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-5{width:41.6666666667%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-6{width:50%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-7{width:58.3333333333%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-8{width:66.6666666667%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-9{width:75%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-10{width:83.3333333333%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-11{width:91.6666666667%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-col-12{width:100%;height:10px}.templately-wrapper .templately-preloader .templately-ph-wrapper [class^=tph-col],.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-item{background-color:#ced4da;padding:0 10px;box-sizing:border-box;margin-bottom:5px}.templately-wrapper .templately-preloader .templately-ph-wrapper [class^=tph-col].tiny,.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-item.tiny{height:6px}.templately-wrapper .templately-preloader .templately-ph-wrapper [class^=tph-col].medium,.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-item.medium{height:20px}.templately-wrapper .templately-preloader .templately-ph-wrapper [class^=tph-col].large,.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-item.large{height:30px}.templately-wrapper .templately-preloader .templately-ph-wrapper [class^=tph-col].rounded,.templately-wrapper .templately-preloader .templately-ph-wrapper .tph-item.rounded{border-radius:10px}.templately-wrapper .tp-waviy{position:relative;-webkit-box-reflect:below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));font-size:25px;margin-top:15px}.templately-wrapper .tp-waviy span{position:relative;display:inline-block;color:#5633d1;text-transform:uppercase;animation:waviy 1s infinite;animation-delay:calc(.1s*var(--i));letter-spacing:2px}@keyframes waviy{0%,40%,100%{transform:translateY(0)}20%{transform:translateY(-10px)}}.templately-wrapper .templately-badge{position:absolute;right:0px;top:30px;background-color:#5ac0ff;color:#fff;text-transform:uppercase;padding:10px 20px;border-radius:40px 0 0 40px;font-weight:500;font-size:10px;z-index:3;display:flex;align-items:center;justify-content:center;line-height:1;letter-spacing:.5px}.templately-wrapper .templately-badge.templately-pro{background:#ff7a8e}.templately-wrapper .templately-badge.templately-pro>svg{margin-right:5px}.templately-wrapper .templately-badge.ribbon{width:100px;height:100px;overflow:hidden;position:absolute;background:none;padding:0;border-radius:unset}.templately-wrapper .templately-badge.ribbon::before,.templately-wrapper .templately-badge.ribbon::after{position:absolute;z-index:-1;content:"";display:block;border:5px solid #5453fd}.templately-wrapper .templately-badge.ribbon>span{position:absolute;display:flex;width:150px;font-size:8px;height:20px;color:#fff;text-transform:uppercase;text-align:center;align-items:center;justify-content:center}.templately-wrapper .templately-badge.ribbon.templately-free::before,.templately-wrapper .templately-badge.ribbon.templately-free::after{border-color:#3634cd}.templately-wrapper .templately-badge.ribbon.templately-free>span{background-color:#5453fd}.templately-wrapper .templately-badge.ribbon.templately-pro::before,.templately-wrapper .templately-badge.ribbon.templately-pro::after{border-color:#cc4c5e}.templately-wrapper .templately-badge.ribbon.templately-pro>span{background-color:#ff7a8e}.templately-wrapper .templately-badge.ribbon.templately-pro>span>svg{margin-right:5px}.templately-wrapper .templately-badge.ribbon.ribbon-top-left{top:-10px;left:-10px}.templately-wrapper .templately-badge.ribbon.ribbon-top-left::before,.templately-wrapper .templately-badge.ribbon.ribbon-top-left::after{border-top-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0)}.templately-wrapper .templately-badge.ribbon.ribbon-top-left::before{top:0;right:0}.templately-wrapper .templately-badge.ribbon.ribbon-top-left::after{bottom:0;left:0}.templately-wrapper .templately-badge.ribbon.ribbon-top-left span{right:-25px;top:30px;transform:rotate(-45deg)}.templately-wrapper .templately-badge.ribbon.ribbon-top-right{top:-10px;right:-10px}.templately-wrapper .templately-badge.ribbon.ribbon-top-right::before,.templately-wrapper .templately-badge.ribbon.ribbon-top-right::after{border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}.templately-wrapper .templately-badge.ribbon.ribbon-top-right::before{top:0;left:32px}.templately-wrapper .templately-badge.ribbon.ribbon-top-right::after{bottom:32px;right:0}.templately-wrapper .templately-badge.ribbon.ribbon-top-right span{left:30px;top:-30px;transform:rotate(45deg);transform-origin:0 0}.templately-wrapper .templately-badge.templately-details-banner-badge{right:-10px;top:-10px;z-index:1;overflow:hidden;width:105px;height:105px;text-align:right;background:none}.templately-wrapper .templately-badge.templately-details-banner-badge>span>svg{margin-right:5px}.templately-wrapper .templately-badge.templately-details-banner-badge>span:before,.templately-wrapper .templately-badge.templately-details-banner-badge>span:after{content:"";position:absolute;top:calc(100% - 1px);z-index:-1;border-style:solid;border-width:7px}.templately-wrapper .templately-badge.templately-details-banner-badge>span:before{left:0}.templately-wrapper .templately-badge.templately-details-banner-badge>span:after{right:0}.templately-wrapper .templately-badge.templately-details-banner-badge>span{font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;line-height:2.5;transform:rotate(45deg);width:130px;display:flex;position:absolute;top:26px;right:-27px;align-items:center;justify-content:center}.templately-wrapper .templately-badge.templately-details-banner-badge.templately-pro span:before{border-color:#cc4c5e rgba(0,0,0,0) rgba(0,0,0,0) #cc4c5e}.templately-wrapper .templately-badge.templately-details-banner-badge.templately-pro span:after{border-color:#cc4c5e #cc4c5e rgba(0,0,0,0) rgba(0,0,0,0)}.templately-wrapper .templately-badge.templately-details-banner-badge.templately-pro span{background-color:#ff7a8e}.templately-wrapper .templately-badge.templately-details-banner-badge.templately-free span:before{border-color:#3634cd rgba(0,0,0,0) rgba(0,0,0,0) #3634cd}.templately-wrapper .templately-badge.templately-details-banner-badge.templately-free span:after{border-color:#3634cd #3634cd rgba(0,0,0,0) rgba(0,0,0,0)}.templately-wrapper .templately-badge.templately-details-banner-badge.templately-free span{background-color:#5453fd}.templately-wrapper .templately-list{margin:0;padding:0;list-style:none}.templately-wrapper .templately-list li{display:flex;align-items:center;position:relative;cursor:pointer;margin-bottom:6px}.templately-wrapper .templately-list li::before{position:absolute;left:0px;top:50%;margin-top:-7px;content:"";width:12px;height:12px;border-radius:2px;border:1px solid #b6bdc7;box-sizing:initial}.templately-wrapper .templately-list li.templately-list-item-active::after{box-sizing:initial;content:"";width:10px;height:10px;border-radius:2px;background-color:#5453fd;position:absolute;left:2px;top:50%;margin-top:-5px}.templately-wrapper .templately-list li>input{display:none;margin-left:0;margin-top:0;margin-bottom:0;margin-right:10px}.templately-wrapper .templately-list li>label{position:relative;z-index:1;padding-left:22px}.templately-wrapper .templately-button{cursor:pointer;border:0;background-color:rgba(0,0,0,0);box-shadow:none;outline:none;text-decoration:none;position:relative;display:inline-flex;align-items:center;justify-content:center;font-family:"DM Sans",sans-serif;box-sizing:border-box;border-radius:5px}.templately-wrapper .templately-button.btn-insert-pack{margin-top:16px;padding:10px 5px;background-color:#5453f4;color:#fff;border-radius:8px;text-transform:uppercase;width:100%;max-width:375px;min-height:48px;outline:4px solid rgba(190,169,255,.3019607843);font-size:16px;font-weight:500}.templately-wrapper .templately-button.btn-insert-pack>svg{margin-right:5px}.templately-wrapper .templately-button.btn-insert-pack:hover{background-color:#5453fd;color:#fff}.templately-wrapper .templately-button.btn-insert-pack.with-ai{margin-top:0;background-color:#fff;color:#5633d1;z-index:1;min-height:40px;outline:1px solid rgba(190,169,255,0.3019607843);text-transform:initial !important;position:relative;overflow:hidden;font-size:16px;font-weight:500}.templately-wrapper .templately-button.btn-insert-pack.with-ai svg{margin-left:0px;margin-right:8px}.templately-wrapper .templately-button.btn-insert-pack.with-ai .templately-button-badge{display:inline-flex;height:24px;padding:0 8px;background:#9cc6ff;align-items:center;justify-content:center;border-radius:24px;font-size:12px;font-weight:400;color:#5633d1;margin-left:6px}@media screen and (max-width: 1279px){.templately-wrapper .templately-button.btn-insert-pack.with-ai{font-size:14px !important}.templately-wrapper .templately-button.btn-insert-pack.with-ai svg{margin-right:6px;height:20px;width:20px}.templately-wrapper .templately-button.btn-insert-pack.with-ai .templately-button-badge{height:20px;padding:0 6px;font-size:11px}}@media screen and (max-width: 1023px){.templately-wrapper .templately-button.btn-insert-pack.with-ai{font-size:12px !important}.templately-wrapper .templately-button.btn-insert-pack.with-ai svg{margin-right:6px;height:18px;width:18px}.templately-wrapper .templately-button.btn-insert-pack.with-ai .templately-button-badge{height:20px;padding:0 6px;font-size:11px}}.templately-wrapper .templately-button.btn-insert-pack.with-ai:before{content:"";position:absolute;height:124px;width:124px;background-color:#75bef9;filter:blur(50px);border-radius:100%;z-index:-1;bottom:-24px;right:-40px}.templately-wrapper .templately-button.btn-insert-pack.with-ai:after{content:"";position:absolute;height:124px;width:124px;background-color:#bcabf9;filter:blur(50px);border-radius:100%;z-index:-1;bottom:-4px;right:90px}.templately-wrapper .templately-button.templately-close{margin-left:5px;padding:10px}.templately-wrapper .templately-button.templately-close svg{width:20px;height:20px}.templately-wrapper .templately-theme-dark.templately-button.btn-screenshots{color:#5453fd}.templately-wrapper .templately-button.rounded{border-radius:50px}.templately-wrapper .templately-button.tb-rd-btn{border-radius:5px;margin-right:10px;font-size:13px;padding:10px 15px}.templately-wrapper .templately-button.tb-verified{background-color:#5453fd}.templately-wrapper .templately-button.tb-login{background-color:#5453fd;color:#fff;padding:10px 20px}.templately-wrapper .templately-button.tb-login:hover{color:#fff}.templately-wrapper .templately-button.tb-import{background-color:#5453fd;color:#fff;padding:10px 30px;border-radius:5px;letter-spacing:1px;text-transform:uppercase;z-index:9}.templately-wrapper .templately-button.tb-import>svg{margin-right:10px}.templately-wrapper .templately-button.tb-import.tb-import-secondary{margin-top:10px}.templately-wrapper .templately-button.tb-upgrade-pro-btn{font-size:14px;padding:6px 20px;margin-right:10px}.templately-wrapper .templately-button:disabled{cursor:not-allowed;opacity:.6}.templately-wrapper .templately-button.tf-filter,.templately-wrapper .templately-button.tf-reset{border-radius:4px;color:#fff;cursor:pointer;background-color:#5633d1;padding:12px 20px;letter-spacing:2px;transition:all .3s ease 0s;border:0;margin-right:10px}.templately-wrapper .templately-button.tf-filter:hover,.templately-wrapper .templately-button.tf-reset:hover{background-color:#6072ff}.templately-wrapper .templately-button.tf-reset{background-color:#9679ff}.templately-wrapper .templately-button.tb-save-n-push{background-color:#6072ff;color:#fff;padding:20px 30px;border-radius:5px;margin-left:30px}.templately-wrapper .templately-button.templately-cloud-sync,.templately-wrapper .templately-button.templately-profile-btn{width:47px;height:47px;border-radius:50%;border:1px solid #f2f2f2;justify-content:center;padding:4px;display:flex;align-items:center;justify-content:center}.templately-wrapper .templately-button.templately-cloud-sync>img,.templately-wrapper .templately-button.templately-profile-btn>img{width:100%;height:100%;border-radius:50%}.templately-wrapper .templately-button.templately-cloud-sync svg,.templately-wrapper .templately-button.templately-profile-btn svg{width:20px;height:20px}.templately-wrapper .templately-button.templately-profile-btn.dev-api-mode{border:1px solid #ff7f7f}.templately-wrapper .templately-ai-import-btn{position:relative;margin-top:25px;z-index:1;width:100%;max-width:375px}.templately-wrapper .templately-pro-required-btns{margin-top:15px}.templately-wrapper .templately-import-buttons{display:flex;flex-direction:column;width:100%}@media screen and (min-width: 2160px){.templately-wrapper .templately-import-buttons{flex-direction:row;justify-content:center;gap:20px}.templately-wrapper .templately-import-buttons .templately-button.btn-insert-pack{margin-left:0;margin-top:25px;max-width:300px}.templately-wrapper .templately-import-buttons .templately-button.btn-insert-pack.with-ai{margin-top:25px}}@media screen and (max-width: 1599px){.templately-wrapper .templately-import-buttons .templately-button.btn-insert-pack{display:flex;width:100%;max-width:100%;align-items:center;justify-content:center}}.templately-wrapper .tc-padding-lrb{padding-left:30px;padding-right:30px;padding-bottom:30px}.templately-wrapper .templately-nav-link:focus{box-shadow:none;outline:none}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li{padding:0 20px}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li.nav-item-active{background-color:#f7f8ff;border-right:1px solid #6072ff}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li.nav-item-active>a{color:#6072ff}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li.nav-item-active>a>svg{fill:#6072ff}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>a{text-decoration:none}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>a>svg{fill:#979fa8;margin-right:10px}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>a{font-size:16px;color:#979fa8;display:flex;align-items:center;padding:10px;margin-bottom:10px;cursor:pointer}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>a.active{color:#031d3c}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>a.active>svg{fill:#6072ff}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>a:focus,.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>a:visited{outline:none;box-shadow:none}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>a i{background-repeat:no-repeat;background-size:contain;width:20px;height:20px;background-position:center center;margin-right:15px;display:inline-flex;align-items:center}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>a>span.tn-dropdown-icon{flex:1;text-align:right}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>.templately-nav-dropdown{padding-left:20px}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>.templately-nav-dropdown.dropdown-active{height:auto;opacity:1;visibility:visible;transition:all 300ms ease 0}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>.templately-nav-dropdown .dropdown-nav-active{border-right:1px solid #6072ff}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>.templately-nav-dropdown .dropdown-nav-active>a{color:#6072ff}.templately-wrapper .templately-nav-wrapper.templately-nav-sidebar li>.templately-nav-dropdown .dropdown-nav-active>a>svg{fill:#6072ff}.templately-wrapper .templately-sweetalert-container .templately-sweetalert-header h3{margin-top:0px;margin-bottom:20px}.templately-wrapper .templately-pagination{padding:30px 0 30px;margin-top:20px}.templately-wrapper .templately-pagination>ul{display:flex;align-items:center;justify-content:center;margin:0px}.templately-wrapper .templately-pagination>ul>li{background:#fff;margin:0px 5px;min-width:30px;height:30px;cursor:pointer;box-sizing:border-box;display:flex;align-items:center;justify-content:center;border:1px solid rgba(109,120,130,.2)}.templately-wrapper .templately-pagination>ul>li button{background:rgba(0,0,0,0);display:inline-flex;border:none;margin:0;padding:0;outline:0}.templately-wrapper .templately-pagination>ul>li button:focus,.templately-wrapper .templately-pagination>ul>li button:visited{outline:none;box-shadow:none;border:none}.templately-wrapper .templately-pagination>ul>li button{cursor:pointer}.templately-wrapper .templately-pagination>ul>li button:disabled{cursor:not-allowed;pointer-events:none;opacity:.7}.templately-wrapper .templately-pagination>ul>li.epage-active{font-weight:700;border:1px solid rgba(109,120,130,.5)}.templately-wrapper .templately-pagination>ul>li.pagination-arrow{font-size:16px}.templately-wrapper #templatelyAdmin .templately-pagination,.templately-wrapper #templatelyAdminSetting .templately-pagination{padding:30px 0 30px;margin-top:0px}.templately-wrapper .templately-table{width:100%;flex-basis:100%;text-align:left}.templately-wrapper .templately-table *{box-sizing:border-box}.templately-wrapper .templately-table .templately-table-column{font-size:14px;font-weight:500;position:relative}.templately-wrapper .templately-table .templately-table-column>.templately-button{margin-top:0px}.templately-wrapper .templately-table .templately-table-column.templately-col-actions-btn{display:flex;align-items:center;justify-content:flex-end}.templately-wrapper .templately-table .templately-table-column>div.ttcol-header{display:flex;align-items:center}.templately-wrapper .templately-table .templately-table-column>div.ttcol-header>img{margin-right:10px;width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.templately-wrapper .templately-table .templately-table-column>.templately-sw-cxt-menu{position:absolute;right:0;z-index:11;box-shadow:0 0 20px 0 rgba(0,0,0,.14);top:100%}.templately-wrapper .templately-table>.templately-table-body{background:none;margin:0;padding:0}.templately-wrapper .templately-table>.templately-table-body>div:nth-child(6) .templately-table-column>.templately-sw-cxt-menu,.templately-wrapper .templately-table>.templately-table-body>div:nth-child(7) .templately-table-column>.templately-sw-cxt-menu,.templately-wrapper .templately-table>.templately-table-body>div:nth-child(8) .templately-table-column>.templately-sw-cxt-menu,.templately-wrapper .templately-table>.templately-table-body>div:nth-child(9) .templately-table-column>.templately-sw-cxt-menu,.templately-wrapper .templately-table>.templately-table-body>div:nth-child(10) .templately-table-column>.templately-sw-cxt-menu{bottom:100%;top:auto}.templately-wrapper .templately-table .templately-table-row.templately-table-head{background:none}.templately-wrapper .templately-table .templately-table-row.templately-table-head .templately-table-row{background:none}.templately-wrapper .templately-table .templately-table-row.templately-table-head .templately-table-column{color:#979fa8}.templately-wrapper .templately-table .templately-table-row .templately-table-column{color:#031d3c}.templately-wrapper .templately-table .templately-table-row .templately-table-column:last-of-type .templately-table-column:last-of-type{text-align:right}.templately-wrapper .templately-table>.templately-table-row{margin-bottom:10px}.templately-wrapper .templately-table .templately-table-body>.templately-table-row{margin-bottom:10px;background-color:#fff}.templately-wrapper .templately-table .templately-table-body>.templately-table-row.templately-table-head,.templately-wrapper .templately-table .templately-table-body>.templately-table-row .templately-table-row{background-color:rgba(0,0,0,0)}.templately-wrapper .templately-table .templately-table-row{display:flex;align-items:center}.templately-wrapper .templately-table .templately-table-row>.templately-table-column{flex:1;padding:15px}.templately-wrapper .templately-table .templately-table-row>.templately-table-column>p{margin:0}.templately-wrapper .templately-table .templately-table-row>.templately-table-column .templately-table-column{padding:0}.templately-wrapper .templately-table .templately-context-menu{position:relative;right:auto;top:auto}.templately-wrapper .templately-table.tt-view-grid .templately-table-body.tt-view-grid{display:grid;grid-gap:30px;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}.templately-wrapper .templately-table.tt-view-grid .templately-table-body>.templately-table-row{position:relative;padding:20px;border-radius:5px}.templately-wrapper .templately-table.tt-view-grid .templately-table-row{display:block}.templately-wrapper .templately-table.tt-view-grid .templately-table-row .templatey-cloud-header{display:block}.templately-wrapper .templately-table.tt-view-grid .templately-table-column{position:unset;padding:0px}.templately-wrapper .templately-table.tt-view-grid .templately-table-column .templately-context-menu{position:absolute;right:20px;top:20px}.templately-wrapper .templately-table.tt-view-grid .templately-table-column .templately-table-column>p{font-size:13px;color:#6d7c90}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes zoomIn{from{transform:scale(0.95)}to{transform:scale(1)}}@keyframes zoomOut{from{transform:scale(1)}to{transform:scale(0.95)}}@keyframes slideInFromTop{from{transform:translateY(-0.5rem)}to{transform:translateY(0)}}@keyframes slideInFromBottom{from{transform:translateY(0.5rem)}to{transform:translateY(0)}}@keyframes slideInFromLeft{from{transform:translateX(-0.5rem)}to{transform:translateX(0)}}@keyframes slideInFromRight{from{transform:translateX(0.5rem)}to{transform:translateX(0)}}.templately-wrapper .popover-content[data-state=open]{animation:fadeIn 150ms ease-out,zoomIn 150ms ease-out}.templately-wrapper .popover-content[data-state=closed]{animation:fadeOut 150ms ease-in,zoomOut 150ms ease-in}.templately-wrapper .popover-content[data-side=top][data-state=open]{animation:fadeIn 150ms ease-out,zoomIn 150ms ease-out,slideInFromBottom 150ms ease-out}.templately-wrapper .popover-content[data-side=bottom][data-state=open]{animation:fadeIn 150ms ease-out,zoomIn 150ms ease-out,slideInFromTop 150ms ease-out}.templately-wrapper .popover-content[data-side=left][data-state=open]{animation:fadeIn 150ms ease-out,zoomIn 150ms ease-out,slideInFromRight 150ms ease-out}.templately-wrapper .popover-content[data-side=right][data-state=open]{animation:fadeIn 150ms ease-out,zoomIn 150ms ease-out,slideInFromLeft 150ms ease-out}.templately-wrapper .templately-search{border:1px solid #f2f2f2;border-radius:25px;overflow:hidden;display:flex;align-items:center;background-color:#fff;max-height:36px;min-height:36px;margin-right:15px;line-height:1}.templately-wrapper .templately-search .close{background:none;border:none;padding:0;line-height:0;margin:1px;width:48px;height:48px;border-radius:50%;background:#f2f2f2;cursor:pointer}.templately-wrapper .templately-search>input{border:0px;padding:5px 20px;box-sizing:border-box;color:#64666a;line-height:1;width:auto;background:#fff}.templately-wrapper .templately-search>input:focus{outline:none;box-shadow:none}@media only screen and (max-width: 1024px)and (min-width: 787px){.templately-wrapper .templately-search{margin-left:auto}}@media only screen and (max-width: 786px){.templately-wrapper .templately-search{flex-basis:38%;width:90%;margin-top:15px;margin-bottom:15px}}.templately-wrapper .templately-search .templately-search-button{background:#f2f2f2;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;color:#7d5ee3}.templately-wrapper .templately-search.search-active .templately-search-button{color:#e74c3c}.templately-wrapper .templately-sticky .templately-search{box-shadow:0 0 50px -30px rgba(0,0,0,.6)}.templately-wrapper .templately-header{display:flex;align-items:stretch;box-shadow:0px 0px 10px 0px rgba(0,0,0,.1411764706);overflow:visible;z-index:10000;position:relative;background-color:#fff;flex-wrap:wrap;min-height:70px}.templately-wrapper .templately-header .templately-logo{display:flex;align-items:center;padding:15px;margin-right:30px;position:relative;min-width:203px}.templately-wrapper .templately-header .templately-logo>svg{margin-right:10px}.templately-wrapper .templately-header .templately-logo>svg+svg{max-width:143px;margin-right:0px}.templately-wrapper .templately-header .templately-logo>span{font-size:20px}.templately-wrapper .templately-header .templately-logo span.templately-back-2-library{display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;height:100%}.templately-wrapper .templately-header .templately-logo span.templately-back-2-library>svg{margin-right:10px}@media(max-width: 782px){.templately-wrapper .templately-header #wpwrap:not(.wp-responsive-open) .templately-screen-templately .templately-logo{min-width:153px;margin-right:10px;padding:10px}}.templately-wrapper .templately-header .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-header .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-header .text-danger{color:#c0392b !important}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item:hover>a,.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item.templately-nav-active>a{color:#576880;background-color:rgba(96,114,255,.05)}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item:hover>a:after,.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item.templately-nav-active>a:after{content:"";background:#6072ff;position:absolute;bottom:-2px;width:100%;height:2px;left:0;border-radius:0 0 5px 5px}.templately-wrapper .templately-header .templately-menu{display:flex;align-items:stretch}.templately-wrapper .templately-header .templately-menu ul.templately-nav{display:flex;margin:0;padding:0}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item{font-size:16px;font-weight:400;margin-bottom:0}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item svg{fill:#979fa8}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item.templately-nav-active a.efy-clouds-nav::after{background:#6072ff}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item.templately-nav-active svg{fill:#5453fd}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item:hover a.efy-clouds-nav::after{background:#6072ff}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item>a{color:#a4b0c1;height:100%;align-items:center;display:flex;padding:0 16px;position:relative;text-decoration:none;box-shadow:none}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item>a:focus,.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item>a:active{outline:none}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item>a>i{display:inline-block;margin-right:10px}.templately-wrapper .templately-header .templately-menu ul.templately-nav li.templately-nav-item>a>i>svg{width:20px}@media(max-width: 782px){.templately-wrapper .templately-header .templately-screen-templately.templately-menu ul.templately-nav li.templately-nav-item>a{padding:0 10px}}.templately-wrapper .templately-header .templately-actions{margin-left:auto;align-content:center;display:flex;padding:0 20px;align-items:center}.templately-wrapper .templately-header .templately-actions .templately-chat-button{background:#fff;margin:0 15px 0 0;transition:all .3s ease 0s;border:1px solid #f2f2f2;padding:6px 16px;background-color:#5453fd;color:#fff;border-radius:60px;font-size:14px;font-weight:500;line-height:18px;letter-spacing:0em;text-align:left;display:inline-flex;align-items:center;gap:8px}.templately-wrapper .templately-header .templately-actions .templately-chat-button svg{font-size:24px}@media only screen and (max-width: 1439px){.templately-wrapper .templately-header .templately-actions .templately-chat-button span{display:none}}.templately-wrapper .templately-header .templately-actions .templately-switcher__control{min-width:180px;margin-right:20px}@media(max-width: 782px){.templately-wrapper .templately-header .templately-actions .templately-switcher__control .templately-switcher__single-value .templately-editor-name{display:none}.templately-wrapper .templately-header .templately-actions .templately-switcher__control{min-width:auto}.templately-wrapper .templately-header .templately-actions .templately-switcher__menu{min-width:180px;right:20px}}.templately-wrapper .templately-header .templately-actions .templately-switcher__menu{right:20px;z-index:10000}.templately-wrapper .templately-header .templately-actions .templately-switcher__control .templately-switcher__single-value,.templately-wrapper .templately-header .templately-actions .templately-switcher__control .templately-switcher__option,.templately-wrapper .templately-header .templately-actions .templately-switcher__menu .templately-switcher__single-value,.templately-wrapper .templately-header .templately-actions .templately-switcher__menu .templately-switcher__option{display:flex;align-items:center}.templately-wrapper .templately-header .templately-actions .templately-switcher__control .templately-switcher__single-value span.tswitcher-icon,.templately-wrapper .templately-header .templately-actions .templately-switcher__control .templately-switcher__option span.tswitcher-icon,.templately-wrapper .templately-header .templately-actions .templately-switcher__menu .templately-switcher__single-value span.tswitcher-icon,.templately-wrapper .templately-header .templately-actions .templately-switcher__menu .templately-switcher__option span.tswitcher-icon{width:25px;height:25px;border-radius:50%;display:inline-block;margin-right:5px;background-position:center center;background-repeat:no-repeat;background-size:contain}.templately-wrapper .templately-header .templately-actions .templately-switcher__control .templately-switcher__single-value span.tswitcher-icon.tswitch-elementor,.templately-wrapper .templately-header .templately-actions .templately-switcher__control .templately-switcher__option span.tswitcher-icon.tswitch-elementor,.templately-wrapper .templately-header .templately-actions .templately-switcher__menu .templately-switcher__single-value span.tswitcher-icon.tswitch-elementor,.templately-wrapper .templately-header .templately-actions .templately-switcher__menu .templately-switcher__option span.tswitcher-icon.tswitch-elementor{background-image:url(../images/elementor.png)}.templately-wrapper .templately-header .templately-actions .templately-switcher__control .templately-switcher__single-value span.tswitcher-icon.tswitch-gutenberg,.templately-wrapper .templately-header .templately-actions .templately-switcher__control .templately-switcher__option span.tswitcher-icon.tswitch-gutenberg,.templately-wrapper .templately-header .templately-actions .templately-switcher__menu .templately-switcher__single-value span.tswitcher-icon.tswitch-gutenberg,.templately-wrapper .templately-header .templately-actions .templately-switcher__menu .templately-switcher__option span.tswitcher-icon.tswitch-gutenberg{background-image:url(../images/gutenberg.png)}.templately-wrapper .templately-header .templately-actions .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-header .templately-actions .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-header .templately-actions .text-danger{color:#c0392b !important}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper{position:relative}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner{position:absolute;right:0;top:100%;padding-top:15px}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul{overflow:hidden;min-width:250px;border-radius:5px;padding:0px;margin:0;background-color:#fff;box-shadow:0px 0px 10px 0px rgba(0,0,0,.14)}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li{margin:0;padding:0}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li:not(:last-of-type){border-bottom:1px solid #f2f2f2}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li>button{padding:15px}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li>button.tb-logout{width:100%;justify-content:flex-start}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li a{padding:15px;color:#333;text-decoration:none}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li a>svg{margin-right:10px}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li a:focus,.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li a:visited,.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li a:active{outline:none;box-shadow:none}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li:hover{background-color:#5633d1;color:#fff}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li:hover>a,.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops-inner>ul>li:hover>button{color:#fff}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops{padding:15px !important}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops>div>img,.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops>div>svg{margin-right:10px;border-radius:50%;overflow:hidden}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops .templately-profile-drops-details>h4,.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops .templately-profile-drops-details>p{margin:0;padding:0}.templately-wrapper .templately-header .templately-actions .templately-profile-drops-wrapper .templately-profile-drops:hover>div>svg>g{fill:#fff !important}.templately-wrapper .templately-container .templately-error-wrapper{display:flex;align-items:center;justify-content:center;flex:1;max-height:calc(100vh - 102px)}.templately-wrapper .templately-container .templately-server-notice{flex-basis:100%;background:rgba(207,207,255,.4196078431);padding:0 15px;margin-bottom:13px}.templately-wrapper .templately-container .templately-contents.templately-frontpage{display:flex;flex-direction:column;background-image:url(../images/login-bg.png);background-size:cover;background-repeat:no-repeat;overflow-y:auto;padding:100px 0px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box{padding:0;background-color:#f6f6fe;width:95%;max-width:1012px;display:flex;align-items:stretch;justify-content:center;border-radius:24px;margin:0 auto;box-sizing:border-box}@media screen and (min-width: 1660px){.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box{margin-top:auto;margin-bottom:auto}}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-promo-title{flex-basis:43.5%;max-width:43.5%;text-align:center;color:#fff;border-top-left-radius:24px;border-bottom-left-radius:24px;background:linear-gradient(180deg, #6060ff 0%, #5633d1 100%);padding:50px 35px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-promo-title img,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-promo-title svg,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-promo-title object{width:100%;margin-bottom:50px;height:auto}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-promo-title h1{color:#fff;font-size:36px;font-weight:400;line-height:1.2;margin:0 0 16px 0}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-promo-title h1 b{font-weight:700}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-promo-title p{color:#fff;margin:0;font-size:13px;line-height:1.85;margin-bottom:32px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-promo-title button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid #fff;border-radius:50px;padding:5px 22px 5px 5px;gap:12px;background-color:rgba(0,0,0,0);color:#fff;font-size:16px;font-weight:700;cursor:pointer}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-promo-title button svg{height:39px;width:39px;fill:#fff;margin:0;padding:0;flex-shrink:0}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form{flex-basis:56.5%;max-width:56.5%;padding:16px;border-top-right-radius:24px;border-bottom-right-radius:24px;box-sizing:border-box}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tb-google-login{margin-left:40px;margin-right:40px;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:2px 24px;background:#fff;border:1px solid #d0d5dd;border-radius:8px;font-size:16px;font-weight:400;color:#101828;cursor:pointer;transition:all .2s ease;margin-top:0;margin-bottom:20px;box-sizing:border-box}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tb-google-login:hover:not(:disabled){filter:brightness(98%)}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tb-google-login:disabled{opacity:.6;cursor:not-allowed}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tb-google-login svg{flex-shrink:0}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-divider{display:flex;align-items:center;margin-bottom:32px;margin-left:40px;margin-right:40px;color:#667085;font-size:16px;font-weight:400;gap:16px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-divider::before{content:"";flex:1;height:1px;background:repeating-linear-gradient(to right, #d0d5dd 0px, #d0d5dd 6px, #fff 6px, #fff 12px)}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-divider::after{content:"";flex:1;height:1px;background:repeating-linear-gradient(to left, #d0d5dd 0px, #d0d5dd 6px, #fff 6px, #fff 12px)}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-user-form-tab{width:100%;height:100%;background:#fff;border-top-right-radius:24px;border-bottom-right-radius:24px;border-radius:24px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-user-form-tab>ul.tf-uft-menu{display:flex;align-items:center;margin-top:4px;margin-bottom:32px;margin-left:40px;margin-right:40px;padding:0;justify-content:center;border-bottom:1px solid hsla(0,0%,100%,.1)}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-user-form-tab>ul.tf-uft-menu li{width:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:48px;min-width:170px;box-sizing:border-box;padding:2px 32px;text-align:center;cursor:pointer;margin:0;border:1px solid #5453f4;color:#5453f4;font-size:18px;font-weight:500}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-user-form-tab>ul.tf-uft-menu li:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-user-form-tab>ul.tf-uft-menu li:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-user-form-tab>ul.tf-uft-menu li.active{background-color:#5453f4;color:#fff}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tf-user-form-tab .tf-uft-content{display:flex;flex-direction:column;box-sizing:border-box;height:100%}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content{padding-left:40px;padding-right:40px;box-sizing:border-box;height:100%}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-row{display:flex;align-items:flex-start;justify-content:space-between;-moz-column-gap:18px;column-gap:18px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-row.tfu-cols-2{flex-wrap:wrap;margin-bottom:18px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-row.tfu-cols-2>*{flex-basis:calc(50% - 9px);max-width:calc(50% - 9px);margin-bottom:0}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-row.tfu-cols-2 .tfu-error-wrapper{flex-basis:100% !important;max-width:100% !important}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input-wrapper{display:flex;flex-direction:column;margin-bottom:18px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input-wrapper .tf-input{margin-bottom:0}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input-wrapper .tf-forget-link{margin-top:8px;margin-left:auto;color:#4d4d4d;font-size:12px;font-weight:400;line-height:1;text-decoration:none}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input-wrapper .tf-forget-link:hover{color:#5453f4;text-decoration:underline}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input{display:flex;flex-direction:column;margin-bottom:18px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .tf-input-label:first-child{color:#20172f;font-size:16px;font-weight:400;margin-bottom:12px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button{position:relative}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>img,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>svg,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>object,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>img,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>svg,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>object{position:absolute;width:18px;height:18px;top:50%;left:18px;transform:translateY(-50%);pointer-events:none;fill:#bec4ce}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>button,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>button{position:absolute;top:50%;right:26px;transform:translateY(-50%);border:none;background-color:rgba(0,0,0,0);cursor:pointer;padding:0;display:inline-flex;align-items:center}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>button>img,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>button>svg,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>button>object,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>button>img,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>button>svg,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>button>object{width:18px;height:18px;fill:#bec4ce}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>button:hover>img,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>button:hover>svg,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon>button:hover>object,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>button:hover>img,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>button:hover>svg,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button>button:hover>object{fill:#20172f}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-icon input:not([type=checkbox]):not([type=radio]){padding-left:50px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-error input:not([type=checkbox]):not([type=radio]){border-color:#f04438}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input .has-change-button input:not([type=checkbox]):not([type=radio]){padding-right:60px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-radio,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-checkbox{flex-direction:row;margin-bottom:0;gap:8px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-radio>div,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-checkbox>div{display:block}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-radio>div input[type=radio],.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-radio>div input[type=checkbox],.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-checkbox>div input[type=radio],.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-checkbox>div input[type=checkbox]{margin-right:0}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-radio .tf-input-label,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-input.tf-input-checkbox .tf-input-label{color:#20172f;font-size:14px;font-weight:400}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-error-message{margin-top:10px;font-size:14px;font-weight:400;line-height:1.1;color:#f04438;display:flex;align-items:center;gap:4px;box-sizing:border-box}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-error-message svg,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-error-message img,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-error-message object{width:18px;height:auto;flex-shrink:0;align-self:flex-start}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-global-error-message{border-radius:6px;background:#fbf0f2;width:100%;display:flex;align-items:center;gap:4px;padding:10px 12px;align-items:center;flex-shrink:0;margin-bottom:12px;color:#f04438;font-size:14px;font-weight:400;line-height:1.43;box-sizing:border-box}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content input:not([type=checkbox]):not([type=radio]){width:100%;padding:10px 20px;background-color:rgba(0,0,0,0);color:#20172f;border:1px solid rgba(222,220,236,.5);border-radius:6px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder{color:#707c8e}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content input:not([type=checkbox]):not([type=radio])::-moz-placeholder{color:#707c8e}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder{color:#707c8e}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content input:not([type=checkbox]):not([type=radio])::-moz-placeholder{color:#707c8e}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content input:not([type=checkbox]):not([type=radio]):focus{box-shadow:none;outline:none;border-color:#dedcec}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-global_signin{box-sizing:border-box;width:100%;display:flex;flex-direction:column;border-radius:6px;background:#f6f6fe;gap:12px;padding:16px;margin-bottom:18px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tf-global_signin .global_signin-helptext{margin:0;color:#707c8e;font-size:12px;font-weight:400;line-height:1}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-consent-wrapper{box-sizing:border-box;width:100%;display:flex;flex-direction:column;border-radius:6px;background:#f6f6fe;gap:12px;padding:16px;margin-bottom:18px}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-consent-wrapper .tf-input-radio .tf-input-label,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-consent-wrapper .tf-input-checkbox .tf-input-label{color:#707c8e}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-consent-wrapper .tf-input-radio .tf-input-label a,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-consent-wrapper .tf-input-checkbox .tf-input-label a{color:#20172f;text-decoration:none}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-consent-wrapper .tf-input-radio .tf-input-label a:hover,.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfu-consent-wrapper .tf-input-checkbox .tf-input-label a:hover{color:#5453f4;text-decoration:underline}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfus-footer{display:flex;flex-direction:column;justify-content:center;gap:16px;align-items:center}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfus-footer>span{color:#707c8e;font-size:16px;font-weight:500;text-align:center}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfus-footer .templately-button{margin-top:0;margin-bottom:0}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfus-footer .templately-button.tb-signin{width:100%;min-height:50px;background-color:#5453f4;color:#fff;padding:2px 32px;border-radius:50px;outline:0px;border:1px solid #5453f4;box-sizing:border-box;text-align:center;font-size:16px;font-weight:700}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfu-content .tfus-footer .templately-button.tb-viapi{color:#5453f4;font-size:16px;font-weight:500;text-decoration-line:underline;background-color:rgba(0,0,0,0);border:none;width:-moz-fit-content;width:fit-content}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfus-link-wrap{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfus-link-wrap a{min-height:26px;display:inline-flex;align-items:center;justify-content:center;padding:2px 16px;border-radius:50px;background:#f6f6fe;color:#5453f4;font-size:12px;font-weight:500;line-height:1.25;text-decoration:none;cursor:pointer}.templately-wrapper .templately-container .templately-contents.templately-frontpage .tf-content-box .tf-user-form .tfus-link-wrap a:hover{background:#5453f4;color:#f6f6fe}.templately-wrapper .templately-container .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-container .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-container .text-danger{color:#c0392b !important}.templately-wrapper .templately-container .templately-sidebar{flex-basis:265px;max-width:265px;min-width:265px;overflow-y:auto;background-color:#fff;text-align:left;position:relative;z-index:11;box-shadow:0 -25px 30px 0px rgba(0,0,0,.1);border-right:1px solid #f2f2f2}.templately-wrapper .templately-container .templately-sidebar::-webkit-scrollbar{width:2px}.templately-wrapper .templately-container .templately-sidebar::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.1)}.templately-wrapper .templately-container .templately-sidebar::-webkit-scrollbar-thumb{background-color:#a79c9c;border-radius:5px}.templately-wrapper .templately-container .templately-sidebar{scrollbar-width:thin;scrollbar-color:#a79c9c rgba(0,0,0,.1)}.templately-wrapper .templately-container .templately-sidebar::-webkit-scrollbar{display:block}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar{display:flex;flex-direction:column}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .text-danger{color:#c0392b !important}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-menu{flex:1 1}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-menu.templately-nav-sidebar li{padding:0px}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-menu.templately-nav-sidebar li a{padding:10px 30px}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-menu.templately-nav-sidebar li svg{fill:#979fa8}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-menu.templately-nav-sidebar li.nav-item-active svg{fill:#5453fd}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-size{font-weight:500;display:flex;padding:30px;box-sizing:border-box}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-size>a{flex:1;text-align:left;text-decoration:none;position:relative}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-size>a::before{width:100%;font-size:11px;font-weight:400;padding:10px}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-size>a>div{width:100%;height:6px;background-color:#e5eaf0;position:relative;border-radius:3px;overflow:hidden}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-size>a>div>span{position:absolute;left:0px;top:0px;width:0%;height:100%;background-color:#6072ff;display:block}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-size>a p{margin:0;font-size:16px;color:#031d3c;margin-bottom:6px}.templately-wrapper .templately-container .templately-sidebar.templately-clouds-sidebar .templately-clouds-size>a>p:last-of-type{font-size:12px;color:#979fa8;margin-bottom:0px;margin-top:5px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar{display:flex;flex-direction:column}.templately-wrapper .templately-container .templately-screen-templately.templately-sidebar.templately-templates-sidebar{min-height:calc(100vh - 141px)}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .ts-single{padding:20px 30px;background-color:#fff}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .ts-single:not(:first-of-type){border-top:1px solid #f2f5f7}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies.ts-single{padding:0}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single{padding:20px 30px;background-color:#fff}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single:last-of-type{border-top:1px solid #f2f5f7}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header{display:flex;align-items:center}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select{display:flex;width:100%;position:relative;justify-content:space-between;align-items:center}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select::before{position:absolute;content:"";left:0;top:50%;width:12px;height:12px;border-radius:2px;border:1px solid #b6bdc7;background:#fff;margin-top:-7px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select[aria-checked=include]::before,.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select[aria-checked=mixed]::before{background-color:#5d4fff;border-color:#5d4fff}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox{cursor:pointer;padding-left:25px;position:relative;z-index:9;font-weight:600;font-size:14px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox::before,.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox::after{content:"";position:absolute}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox[aria-checked=include]::after{position:absolute;content:"";transform:rotate(45deg);border-bottom:2px solid #fff;border-right:2px solid #fff;height:8px;width:4px;left:4px;top:50%;margin-top:-6px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox[aria-checked=exclude]::after,.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox[aria-checked=exclude]::before{position:absolute;content:"";height:12px;width:2px;background-color:#d81c1c;left:6px;top:50%;margin-top:-6px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox[aria-checked=exclude]::after{transform:rotate(45deg)}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox[aria-checked=exclude]::before{transform:rotate(-45deg)}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox[aria-checked=mixed]::before{position:absolute;content:"";height:12px;width:2px;background-color:#fff;left:6px;top:50%;margin-top:-6px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tri-state-all-checkbox[aria-checked=mixed]::before{transform:rotate(-45deg)}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single .t-dependencies-header .td-batch-select>span.tsdf-actions{display:inherit}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list{height:0;margin:0;padding-top:20px;display:none;overflow:hidden;transition:all 300ms ease 0s}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li{margin-bottom:15px;position:relative}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li:last-child{margin-bottom:0px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li::before{position:absolute;content:"";left:0;top:50%;width:12px;height:12px;border-radius:2px;border:1px solid #b6bdc7;background:#fff;margin-top:-7px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li input{margin-right:5px;display:none}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li label{padding-left:25px;position:relative;display:inline-block;font-size:14px;color:#6d7c90}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li label:hover{cursor:pointer}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li label>span{margin-left:22px;display:inline-block}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li.tri-state-include::before{background-color:#5d4fff;border-color:#5d4fff}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li.tri-state-include label::after{position:absolute;content:"";transform:rotate(45deg);border-bottom:2px solid #fff;border-right:2px solid #fff;height:8px;width:4px;left:4px;top:50%;margin-top:-7px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li.tri-state-exclude label::after,.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li.tri-state-exclude label::before{position:absolute;content:"";height:12px;width:2px;background-color:#d81c1c;left:6px;top:50%;margin-top:-7px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li.tri-state-exclude label::after{transform:rotate(45deg)}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single ul.t-dependencies-list li.tri-state-exclude label::before{transform:rotate(-45deg)}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single.tsdf-open{transition:all 300ms ease 0s}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-dependencies .td-single.tsdf-open>ul.t-dependencies-list{height:auto;display:block;transition:all 300ms ease 0s}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-tags.ts-single{padding-bottom:120px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-tags .templately-tags__placeholder{color:#6d7c90;font-size:12px;font-weight:500}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-tags>label{font-size:14px;font-weight:600}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-tags>label+div{margin-top:10px}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-tags .templately-tags__menu{position:absolute;z-index:9;bottom:100%;top:auto}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-tags input.templately-tags__input{box-shadow:none}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-sidebar-filter-buttons{flex:1;position:sticky;z-index:9999;bottom:40px;padding-top:100px;overflow:hidden}.templately-wrapper .templately-container .templately-screen-templately.templately-sidebar.templately-templates-sidebar .templately-sidebar-filter-buttons{width:263px;position:fixed}.templately-wrapper .templately-container .templately-sidebar.templately-templates-sidebar .templately-sidebar-filter-buttons .templately-filter-buttons{position:absolute;bottom:0;left:0;right:0;box-shadow:0 15px 40px -10px rgba(0,0,0,.5);border-bottom:1px solid #f2f2f2}.templately-wrapper .templately-container .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-container .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-container .text-danger{color:#c0392b !important}.templately-wrapper .templately-container .tly__site__promote__widget{padding:0 !important;position:relative;background:unset;box-shadow:0px 5px 40px rgba(32,23,47,.05)}.templately-wrapper .templately-container .tly__site__promote__widget .tly__promo_heading{position:relative;width:100%;overflow:hidden;border-radius:10px 10px 0 0;background:#333}.templately-wrapper .templately-container .tly__site__promote__widget .tly__promo_heading>img{width:100%}.templately-wrapper .templately-container .tly__site__promote__widget .tly__promo_heading .tly__plan__card{position:absolute;bottom:0;padding-bottom:1.111111rem;padding-left:.555555rem;padding-right:.555555rem;z-index:1}.templately-wrapper .templately-container .tly__site__promote__widget .tly__promo_heading .tly__plan__card .tly__plan__heading{color:#fff !important;margin-top:0 !important;margin-bottom:.555555rem;letter-spacing:-0.075em}.templately-wrapper .templately-container .tly__site__promote__widget .tly__promo_heading .tly__plan__card .tly__plan__description{color:#fff !important;letter-spacing:-0.025em}.templately-wrapper .templately-container .tly__site__promote__widget .tly__promo_body{padding:30px;background:#fff;border-radius:0 0 10px 10px}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card{display:flex;flex-direction:column;align-items:flex-start}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card.tly__center{align-items:center;text-align:center}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__heading{font-weight:500;font-size:1rem;line-height:1.1;color:#000;margin-top:0 !important;margin-bottom:1.111111rem}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__heading.tly__lg{font-weight:700;font-size:1.333333rem;line-height:1}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__wrapper{display:flex;row-gap:.555555rem;-moz-column-gap:1.333333rem;column-gap:1.333333rem;width:100%}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__wrapper .tly__plan{position:relative;flex:1;display:flex}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__wrapper .tly__plan input{display:none}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__wrapper .tly__plan input+.tly__plan_content{height:3.111111rem;border:1px solid #e2e5ec;border-radius:.555555rem;padding:.222222rem 1.111111rem;display:inline-flex;align-items:center;width:100%;font-size:.888888rem;line-height:1;text-transform:uppercase;position:relative}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__wrapper .tly__plan input+.tly__plan_content:before{content:"";width:5px;height:5px;box-shadow:0 0 0 0px #fff,0 0 0 2px #fff,0 0 0 3px #ccc;background-color:#fff;border-radius:50%;margin-right:.555555rem;filter:alpha(opacity=70);font-size:.888888rem}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__wrapper .tly__plan input+.tly__plan_content .tly__plan__badge{position:absolute;right:.333333rem;background:#5453fd;border-radius:.333333rem;padding:.333333rem .444444rem;font-weight:500;font-size:.555555rem;line-height:1;text-align:center;text-transform:uppercase;color:#fff;display:inline-flex;align-items:center;justify-content:center;top:-0.444444rem}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__wrapper .tly__plan input:checked+.tly__plan_content{border-color:#5453fd}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__wrapper .tly__plan input:checked+.tly__plan_content:before{content:"";color:#5453fd;box-shadow:0 0 0 0px #5453fd,0 0 0 2px #fff,0 0 0 3px #5453fd;background-color:#5453fd}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__description_wrapper{margin-top:1.666666rem}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__description_wrapper.tly__mt_0{margin-top:0}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__description_wrapper .tly__plan__description_list{color:#999;display:flex;flex-direction:column;gap:.555555rem;padding-left:.977777rem}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__description_wrapper .tly__plan__description_list li{font-size:.888888rem;line-height:1.1;list-style:disc}.templately-wrapper .templately-container .tly__site__promote__widget .tly__plan__card .tly__plan__description_wrapper .tly__plan__description{font-weight:400;font-size:.777777rem;line-height:1.4;text-align:center;color:#999}.templately-wrapper .templately-container .tly__site__promote__widget .tly__site__promote__widget__title{color:#fff;font-size:1.888888em;margin:var(--base-gutter) 0}.templately-wrapper .templately-container .tly__button{padding:2px 23px;font-size:.888888em;font-weight:500;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;text-align:center;border-radius:50px;min-height:50px;border:2px solid;text-transform:uppercase;transition:all .3s ease-in-out 0s;transition-property:background,color,box-shadow}.templately-wrapper .templately-container .tly__success__button{background:#2bcf81;color:#fff;border-color:#2bcf81;transition:all .3s ease-in-out 0s;transition-property:background,color,box-shadow,border}.templately-wrapper .templately-container .tly__success__button:disabled{cursor:not-allowed;background:#6d7c90;border-color:#6d7c90}.templately-wrapper .templately-container .tly__success__button .tly__icon{color:#2bcf81;background:#fff}.templately-wrapper .templately-container .tly__success__button.tly__active,.templately-wrapper .templately-container .tly__success__button:hover{background:#27ba74;color:#fff;border-color:#27ba74;text-shadow:0 1px 1px hsla(0,0%,100%,.3);box-shadow:0 15px 40px rgba(43,207,129,.15)}.templately-wrapper .templately-container .tly__success__button.tly__active:disabled,.templately-wrapper .templately-container .tly__success__button:hover:disabled{cursor:not-allowed;background:#6d7c90;box-shadow:none;border-color:#6d7c90}.templately-wrapper .templately-container .tly__success__button.tly__hover__highlight:hover .tly__icon{background:#fff;color:#2bcf81}.templately-wrapper .templately-container .templately-contents::-webkit-scrollbar{width:2px}.templately-wrapper .templately-container .templately-contents::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.1)}.templately-wrapper .templately-container .templately-contents::-webkit-scrollbar-thumb{background-color:#a79c9c;border-radius:5px}.templately-wrapper .templately-container .templately-contents{scrollbar-width:thin;scrollbar-color:#a79c9c rgba(0,0,0,.1)}.templately-wrapper .templately-container .templately-contents .templately-contents-header{display:flex;align-items:center;padding:0 30px 0px;margin-bottom:30px;transition:top 300ms ease-in 0ms;background:none;flex-wrap:wrap}.templately-wrapper .templately-container .templately-contents .templately-contents-header .templately-contents-header-inner{width:100%;display:flex;align-items:center}.templately-wrapper .templately-container .templately-contents .templately-contents-header .templately-header-title{flex:1;text-align:left}.templately-wrapper .templately-container .templately-contents .templately-contents-header .templately-header-title h3{margin:0px;font-size:24px;font-weight:500;color:#000;text-transform:capitalize}.templately-wrapper .templately-container .templately-contents .templately-contents-header.templately-sticky{position:sticky;top:-30px;left:0;z-index:10;background:#fff;padding:20px 30px;box-shadow:0 0 30px 0px rgba(0,0,0,.25);transition:all .3s ease 0s}.templately-wrapper .templately-container .templately-contents .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-container .templately-contents .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-container .templately-contents .text-danger{color:#c0392b !important}.templately-wrapper .templately-container .templately-contents .templately-plan-switcher button.components-button{margin-left:5px;border:0px;padding:9px 20px;background-color:#fff;text-transform:uppercase;border-radius:3px;transition:background 200ms ease 0s;box-shadow:0 0 25px -10px rgba(0,0,0,.3)}.templately-wrapper .templately-container .templately-contents .templately-plan-switcher button.components-button:focus,.templately-wrapper .templately-container .templately-contents .templately-plan-switcher button.components-button:hover,.templately-wrapper .templately-container .templately-contents .templately-plan-switcher button.components-button.templately-plan-active{background-color:#5453fd;color:#fff !important;outline:none;cursor:pointer}.templately-wrapper .templately-container .templately-contents .templately-plan-switcher button.components-button.templately-plan-starter{color:#5453fd}.templately-wrapper .templately-container .templately-contents .templately-plan-switcher button.components-button.templately-plan-pro{color:#ff7a8e}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions{display:flex}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-cloud-search{display:flex;align-items:center;background-color:#fff;border-radius:42px;overflow:hidden}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-cloud-search .templately-cloud-search-btn{cursor:pointer;width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;border:1px solid #fff;background-color:#f2f2f2}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-cloud-search .templately-cloud-search-btn svg{fill:#000}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-cloud-search .templately-cloud-search-btn.active svg{fill:#fff}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-cloud-search .templately-cloud-search-btn.active{background-color:#ff7f7f}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-cloud-search input{flex:1;padding:6px 15px;border:0px;background-color:#fff;color:inherit}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-cloud-search input:focus{outline:none;box-shadow:none;border:0px}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-view-buttons{display:flex;justify-content:flex-end}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-view-buttons>button{height:40px;width:40px;font-size:16px;margin-left:15px;background:rgba(0,0,0,0);border-radius:50%;background-color:#fff;border:0px solid;color:#5352fc;cursor:pointer;transition:background 300ms;display:flex;align-items:center;justify-content:center;padding:0}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-view-buttons>button:focus{outline:none}.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-view-buttons>button:hover,.templately-wrapper .templately-container .templately-contents .templately-cloud-actions .templately-view-buttons>button.active{background:#5352fc;color:#fff}.templately-wrapper .templately-container .templately-contents .templately-sticky .templately-cloud-actions .templately-cloud-search{border:1px solid #f2f2f2}.templately-wrapper .templately-container .templately-contents .templately-sticky .templately-cloud-actions .templately-view-buttons button{border:1px solid #f2f2f2}.templately-wrapper .templately-container .templately-contents .templately-sticky .templately-cloud-actions .templately-view-buttons button:hover{border-color:#5352fc}.templately-wrapper .templately-container .templately-contents .templatey-cloud-header{display:flex;align-items:center}.templately-wrapper .templately-container .templately-contents .templatey-cloud-header>img{margin-right:10px;width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.templately-wrapper .templately-container .templately-contents .templately-my-clouds,.templately-wrapper .templately-container .templately-contents .templately-workspaces{padding-left:30px;padding-right:30px;padding-bottom:30px}.templately-wrapper .templately-container .templately-contents .templately-my-clouds.templately-has-no-items,.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-has-no-items{padding:0 15px 30px;box-sizing:border-box}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row{flex-wrap:wrap;margin-left:-15px;margin-right:-15px;display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column{padding-left:15px;padding-right:15px;flex-basis:25%;box-sizing:border-box}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column.templately-widefat{flex-basis:100%}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column.templately-widefat .templately-workspace{min-height:auto;display:block}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column.templately-widefat .templately-workspace .templately-workspace-inner{flex-direction:row}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column.templately-widefat .templately-workspace .templately-workspace-inner>*{flex:1}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column.templately-widefat .templately-workspace header{display:flex;align-items:center}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column.templately-widefat .templately-workspace header>.tw-title{margin-bottom:0}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column.templately-widefat .templately-workspace header .tw-icon{margin-right:15px;margin-bottom:0px}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column.templately-widefat .templately-workspace.templately-create-workspace .templately-workspace-inner{flex-direction:column}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspaces-row .templately-workspaces-column.templately-widefat .templately-workspace.templately-create-workspace .templately-workspace-inner .tw-icon{min-height:31px}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace{background-color:#fff;padding:20px;min-height:194px;border-radius:10px;box-sizing:border-box;margin-bottom:30px;text-align:left;transition:background 300ms ease 0s;display:flex}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-create-workspace{background:#f7f9fc;border:3px solid #fff;box-sizing:border-box;cursor:pointer}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-create-workspace .templately-workspace-inner{padding:30px;box-sizing:border-box;border:2px dashed #e5e8ec;border-radius:10px;width:100%;align-items:center;justify-content:center}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-create-workspace .tw-title{color:#979fa8}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-create-workspace:hover{background:#f7f9fc}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-create-workspace:hover .tw-icon{background-image:url(../images/icon-workspace.png)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-create-workspace.templately-no-workspaces{cursor:initial}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-create-workspace.templately-no-workspaces .tw-icon{background-image:url(../images/not-found.svg)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with>p{margin:0;font-size:10px;margin-bottom:5px}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list{display:inline-flex;align-items:center}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>img,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span#tw-shared-image-wrapper>img,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span{background:#e4e7ec;border:1px solid #fff;box-shadow:0 0 10px -5px #000;width:40px;height:40px;border-radius:50%;padding:0;margin:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6072ff}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button:nth-child(2),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>img:nth-child(2),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span#tw-shared-image-wrapper>img:nth-child(2),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span:nth-child(2){transform:translateX(-10px)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button:nth-child(3),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>img:nth-child(3),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span#tw-shared-image-wrapper>img:nth-child(3),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span:nth-child(3){transform:translateX(-20px)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button:nth-child(4),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>img:nth-child(4),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span#tw-shared-image-wrapper>img:nth-child(4),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span:nth-child(4){transform:translateX(-30px)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button:nth-child(5),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>img:nth-child(5),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span#tw-shared-image-wrapper>img:nth-child(5),.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span:nth-child(5){transform:translateX(-40px)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button>svg,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>img>svg,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span#tw-shared-image-wrapper>img>svg,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span>svg{fill:#6072ff}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button:focus,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>img:focus,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span#tw-shared-image-wrapper>img:focus,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>span:focus{outline:none}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button{width:42px;height:42px}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button:not(:first-child):nth-child(2){transform:translateX(-10px)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button:not(:first-child):nth-child(3){transform:translateX(-20px)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button:not(:first-child):nth-child(4){transform:translateX(-30px)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-share-with .tw-share-with-list>button:not(:first-child):nth-child(5){transform:translateX(-40px)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .templately-workspace-inner{display:flex;flex-direction:column;position:relative;width:100%}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .templately-workspace-inner .templately-context-menu{position:absolute}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .templately-workspace-inner>header{flex:1}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .templately-workspace-inner>header>.tw-title{margin-bottom:15px;font-size:16px;font-weight:500}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace .tw-icon{background-image:url(../images/icon-workspace.png);width:40px;height:31px;display:block;margin-bottom:15px;background-size:contain;background-repeat:no-repeat}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace:hover,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-active{cursor:pointer;background:linear-gradient(135deg, rgb(96, 114, 255) 50%, rgb(108, 125, 255) 50%)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace:hover .tw-icon,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-active .tw-icon{background-image:url(../images/hover-workspace.png)}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace:hover,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-active{color:#fff}.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace:hover .templately-context-btn,.templately-wrapper .templately-container .templately-contents .templately-workspaces .templately-workspace.templately-active .templately-context-btn{color:#fff}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details>.templately-workspaces-row{display:flex}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions,.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspaces-files{padding-left:15px;padding-right:15px;flex-basis:100%}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions{margin-bottom:30px}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions,.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-header,.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions,.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-switcher-n-search{display:flex;align-items:center}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .templately-button{height:40px;width:40px;font-size:16px;border-radius:50%;background-color:#fff;border:0px;cursor:pointer;transition:background 300ms;display:flex;align-items:center;justify-content:center;padding:0}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .templately-button.tb-add{margin-left:15px;color:#fff;background:linear-gradient(135deg, #6072ff 50%, #6c7dff 50%)}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .templately-button.tb-back{margin-right:15px;color:#5453fd;background-color:rgba(84,83,253,.1)}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .templately-button.tb-back:hover{background-color:#5453fd;color:#fff}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions{flex:1;justify-content:flex-end}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .templately-view-buttons{display:flex;justify-content:flex-end}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .templately-view-buttons>button{height:40px;width:40px;font-size:16px;margin-left:15px;background:rgba(0,0,0,0);border-radius:50%;background-color:#fff;border:0px solid;color:#5352fc;cursor:pointer;transition:background 300ms;display:flex;align-items:center;justify-content:center;padding:0}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .templately-view-buttons>button:focus{outline:none}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .templately-view-buttons>button:hover,.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .templately-view-buttons>button.active{background:#5352fc;color:#fff}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search{background-color:#fff;border-radius:50px}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-switcher{border:none;width:250px;border:none}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-switcher>.templately__control .templately__value-container{padding-left:14px}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-switcher>.templately__control.templately__control--is-focused{border:none;box-shadow:none}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-switcher>.templately__control{border:none;border-radius:50px 0 0 50px}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-switcher>.templately__menu{z-index:999999999}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-switcher .templately__input:focus{box-shadow:none;border:none}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-search{display:flex}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-search>input{border:none;padding-right:10px;border-radius:0 50px 50px 0;background-color:#fff}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-search>input:focus{outline:none;box-shadow:none;border:none}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-workspace-details .templately-workspace-filter-n-actions .twfa-actions .twfa-switcher-n-search .twfa-search>.tb-wf-search{width:42px;min-width:42px;height:42px;margin:0;padding:0;border:0px solid;background:#ff7a8e;border-radius:50px 50px 50px 50px;align-items:center;display:flex;justify-content:center;color:#fff;cursor:pointer}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspaces-row{display:flex}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspaces-column{flex:1;flex-basis:100%;width:100%}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspace{min-height:auto;display:block}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspace .templately-workspace-inner{flex-direction:row}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspace .templately-workspace-inner>*{flex:1}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspace header{display:flex;align-items:center}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspace header>.tw-title{margin-bottom:0}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspace header .tw-icon{margin-right:15px;margin-bottom:0px}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspace.templately-create-workspace .templately-workspace-inner{flex-direction:column}.templately-wrapper .templately-container .templately-contents .templately-workspaces.templately-list-view .templately-workspace.templately-create-workspace .templately-workspace-inner .tw-icon{min-height:31px}.templately-wrapper .templately-container .templately-contents .templately-save-templates{display:flex;align-items:center;justify-content:center;height:100%;margin-top:-30px}.templately-wrapper .templately-container .templately-contents .templately-save-templates .tst-form-wrapper{background-color:#fff;padding:40px;width:50%}.templately-wrapper .templately-container .templately-contents .templately-save-templates .tst-form-wrapper .tst-form{display:flex;align-items:center}.templately-wrapper .templately-container .templately-contents .templately-save-templates .tst-form-wrapper .tst-form .tst-form-inputs{flex:1}.templately-wrapper .templately-container .templately-contents .templately-save-templates .tst-form-wrapper .tst-form .tst-form-inputs>*{width:100%}.templately-wrapper .templately-container .templately-contents .templately-save-templates .tst-form-wrapper .tst-form .tst-form-inputs>input{padding:7px;margin-bottom:15px;border:1px solid #f2f2f2}.templately-wrapper .templately-container .templately-contents .templately-profile{padding-left:30px;padding-right:30px;padding-bottom:30px;display:flex;flex-direction:column;align-items:center}.templately-wrapper .templately-container .templately-contents .templately-profile .tp-image-wrap{width:250px}.templately-wrapper .templately-container .templately-contents .templately-profile .tp-image-wrap>img{max-width:100%}.templately-wrapper .templately-container .templately-contents .templately-profile .tp-managerial-links .templately-button{padding:12px 20px;background-color:#6072ff;color:#fff;border-radius:50px;margin-right:15px}.templately-wrapper .templately-container .templately-contents .templately-profile .tp-managerial-links .templately-button:last-child{margin-right:0px}.templately-wrapper .templately-container .templately-contents .templately-profile .tp-managerial-links .templately-button{transition:all 300ms ease 0ms}.templately-wrapper .templately-container .templately-contents .templately-profile .tp-managerial-links .templately-button:hover{background-color:#fff;color:#6072ff}.templately-wrapper .templately-container .templately-contents .tca-favourites{width:100%}.templately-wrapper .templately-container .templately-contents .templatley-favourites-filter{display:flex;align-items:center;justify-content:space-between;width:100%}.templately-wrapper .templately-container .templately-contents .templatley-favourites-filter .templately-plan-switcher button.components-button{margin-left:0;margin-right:5px}.templately-wrapper .templately-container .templately-contents .templately-my-favourites{padding-bottom:30px}.templately-wrapper .templately-container .templately-contents .templately-my-favourites .templately-item:not(.templately-pack-item) img.templately-item-image{max-height:364px}.templately-wrapper .templately-container .templately-contents .tca-purchasedItems{width:100%}.templately-wrapper .templately-container .templately-contents .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-container .templately-contents .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-container .templately-contents .text-danger{color:#c0392b !important}.templately-wrapper .templately-container .templately-contents .templately-my-downloads{padding-bottom:30px;padding-right:15px;padding-left:15px}.templately-wrapper .templately-container .templately-contents .templately-my-downloads .templately-downloaded-item{color:#333;text-decoration:none}.templately-wrapper .templately-container .templately-contents .templately-context-menu{display:flex;justify-content:right;width:100%;right:0;top:0;align-items:center}.templately-wrapper .templately-container .templately-contents .templately-context-menu>.tcm-pre-menus{margin-right:15px}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-btn{line-height:1;background:none;border:none;padding:0;margin:0;height:14px;cursor:pointer}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-btn:focus{outline:none;box-shadow:none}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list{position:absolute;top:14px;background-color:#fff;visibility:hidden;min-width:220px;text-align:left;color:#000;padding:10px 0px;border-radius:5px;box-shadow:0 0 10px 0px rgba(0,0,0,.3)}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul{margin:0;padding:0}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li{padding:7px 20px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li a{text-decoration:none;display:flex;align-items:center;flex:1}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.twm-preview,.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.twm-push-to-cloud{display:none}@media only screen and (max-width: 786px){.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.twm-preview,.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.twm-push-to-cloud{display:block}}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li:hover{background-color:#f2f2f2}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li[disabled]{opacity:.3;cursor:not-allowed}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li:last-child{margin-bottom:0}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li>i,.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li a>i{background-repeat:no-repeat;background-size:contain;width:20px;height:20px;display:inline-block;background-position:center center;margin-right:15px}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.tw-insert i{background-image:url(../images/insert.png)}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.tw-download i{background-image:url(../images/download.png)}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.tw-preview>i{background-image:url(../images/preview.svg)}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.tw-push-to-cloud>i{background-image:url(../images/push-to-cloud.svg)}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.twm-preview>i{background-image:url(../images/preview.svg)}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.twm-push-to-cloud>i{background-image:url(../images/push-to-cloud.svg)}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li>a{color:#000}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.tw-export a{display:flex;align-items:center;text-decoration:none}.templately-wrapper .templately-container .templately-contents .templately-context-menu .templately-context-menu-list>ul>li.tw-export a>i{background-image:url(../images/export.svg)}.templately-wrapper .templately-container .templately-contents .templately-context-menu.templately-active .templately-context-menu-list{visibility:visible;position:absolute;z-index:9999}.templately-wrapper .templately-container .templately-contents .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-container .templately-contents .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-container .templately-contents .text-danger{color:#c0392b !important}.templately-wrapper .templately-container .templately-contents .templately-not-verified-account{padding:0 15px;font-size:16px;margin-bottom:10px}.templately-wrapper .templately-container .templately-contents .templately-not-verified-account .templately-sync-link{border:none;background:none;color:#c0392b;cursor:pointer;text-decoration:underline}.templately-wrapper .templately-container .templately-contents .templately-no-items{padding:0 15px;width:100%;display:flex;align-items:stretch;justify-content:center;box-sizing:border-box}.templately-wrapper .templately-container .templately-contents .templately-no-items>div{width:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:10px;padding:30px 0px}.templately-wrapper .templately-container .templately-contents.templately-item-details{padding-left:30px;padding-right:30px;position:relative;z-index:1}@media screen and (max-width: 1279px){.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-col-8{flex-basis:60%;width:60%}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-col-4{flex-basis:40%;width:40%}}.templately-wrapper .templately-container .templately-contents.templately-item-details:before{content:"";background-image:url(../images/shape1.b239c7bb.webp);position:absolute;right:180px;top:-110px;width:800px;height:500px;z-index:-1;opacity:.4}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-header{margin-bottom:30px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-description{background-color:#fff;padding:30px;margin-top:30px;border-radius:10px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-description p{margin:0}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-items-banner{height:565px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-items-banner img{display:block;max-width:100%;width:100%;height:100%;border-radius:10px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-items-banner{border-radius:10px;position:relative}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-items-banner>.tib-hover{border-radius:10px;background-color:rgba(25,24,67,.6);position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease 0s;opacity:0;visibility:hidden}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-items-banner:hover .tib-hover{opacity:1;visibility:visible}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-button{background:#fff;padding:15px 35px;margin:0 15px;border-radius:30px;text-transform:uppercase;transition:all .3s ease 0s;margin-left:0px;margin-right:15px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-button.btn-live-demo{background-color:#ff7a8e;color:#fff}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-button:hover{background-color:#ff6178;color:#fff}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters{display:flex;align-items:center;flex-wrap:wrap;position:relative;background-color:#fff;z-index:9;padding:15px 30px;border-radius:10px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters a.templately-button{padding:15px 25px;border:1px solid #f2f2f2}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-live-demo,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters a.templately-button.btn-live-demo{margin-left:auto;margin-right:0px;background-color:#fff;color:#5453fd}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-live-demo:hover,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters a.templately-button.btn-live-demo:hover{background-color:#5453fd;color:#fff}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button{padding:15px 25px;border:1px solid #f2f2f2}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button>span{color:#fff;display:inline-block;width:20px;height:20px;text-align:center;line-height:20px;border-radius:50%;margin-right:6px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-all{color:#5453fd}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-all:hover,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-all.active{background-color:#5453fd;color:#fff}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-blocks{color:#5453fd}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-blocks span{background-color:#5453fd}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-blocks:hover,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-blocks.active{background-color:rgba(84,83,253,.1)}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-pages{color:#ff7a8e}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-pages span{background-color:#ff7a8e}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-pages:hover,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters button.templately-button.btn-pages.active{background-color:rgba(255,122,142,.1)}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters>div{position:relative}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters>div>ul{margin:0;display:none;position:absolute;left:0;top:100%;background-color:#5453fd;min-width:200px;padding:15px;border-radius:5px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters>div>ul>li:not(:last-child){margin-bottom:5px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters>div>ul>li{color:hsla(0,0%,100%,.7)}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters>div>ul>li:hover{color:#fff;cursor:pointer}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper .templately-packs-filters>div.active.menu-open>ul{display:block}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper.is-pack .templately-items-banner,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-banner-wrapper.is-pack .templately-items-banner img{border-radius:10px 10px 0 0}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-sidebar-wrapper>div{border-radius:10px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-sidebar-wrapper .full-site-doc{display:block;margin:10px;font-size:12px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-sidebar-wrapper .full-site-doc i{font-size:18px;margin-right:3px;color:#6d7c90;line-height:1.1}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-sidebar-wrapper .full-site-doc a{color:#5453fd !important;text-decoration:none}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-sidebar-wrapper .full-site-doc a:hover{text-decoration:underline}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-pack-items{padding-top:40px;padding-bottom:40px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-pack-items .templately-items{padding-left:0;padding-right:0}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-details-dependencies-wrapper{display:flex;flex-wrap:wrap !important;align-items:center;row-gap:.25rem}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-details-dependencies-wrapper .templately-details-dependencies{position:relative}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-details-dependencies-wrapper .templately-details-dependencies .templately-item-dependencies{position:absolute;bottom:5px;background:hsla(0,0%,100%,.9);width:auto;display:flex;padding:5px 20px;box-sizing:border-box;justify-content:center;align-items:center;border-radius:5px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-details-dependencies-wrapper .templately-details-dependencies .templately-item-dependencies .templately-dependency-icon{height:30px;width:30px;min-width:30px;border-radius:50px;display:flex;justify-content:center;align-items:center;display:flex;align-items:center;justify-content:center;position:relative;line-height:30px;cursor:pointer}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-details-dependencies-wrapper .templately-details-dependencies .templately-item-dependencies .templately-dependency-icon:not(:last-child){margin-right:5px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-details-dependencies-wrapper .templately-details-dependencies .templately-item-dependencies .templately-dependency-icon img{width:100%;height:100%}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-details-dependencies-wrapper .templately-details-dependencies .templately-item-dependencies .templately-dependency-icon .templately-dependency-icon-text-icon{width:100%;height:100%;border-radius:50%;background:#6d7c90;display:flex;align-items:center;justify-content:center;color:#fff}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-details-dependencies-wrapper .templately-details-dependencies{display:inline-flex}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-details-dependencies-wrapper .templately-details-dependencies .templately-item-dependencies{position:relative;bottom:auto;padding:0px;display:inline-flex;flex-wrap:wrap;align-items:start !important;justify-content:start !important;row-gap:.15rem !important}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul{margin:0;padding:0}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li{flex-wrap:nowrap;color:#5453fd}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li:not(:last-child){margin-bottom:15px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .label{margin-right:5px;color:#6d7c90;white-space:nowrap}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li:last-child{margin-bottom:0px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li{font-size:16px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li a{text-decoration:none}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li a:not(.templately-button){color:currentColor}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li a:not(.templately-button):hover{text-decoration:underline}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper{display:flex;align-items:center;margin-bottom:var(--base-gutter);gap:.444444rem}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating{margin-right:5px;margin-left:0px;background-color:#fff;border:1px solid #ecf0f7;border-radius:3px;display:flex;align-items:center;justify-content:center;padding:5px 10px;color:#6d7c90;text-transform:uppercase}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating>svg{margin-right:6px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating svg{color:#ffb45a}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating.not-rated svg{color:#6d7c90}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating-submit{flex-wrap:wrap;align-items:center;display:flex}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating-submit label{font-size:.8333333em;letter-spacing:-0.05em;color:#6d7c90}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating-submit ol,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating-submit ul{margin-bottom:0;list-style:none}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating-submit .tly__rate__with__star{display:flex;gap:.222222em}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating-submit .tly__rate__with__star .tly__star{color:#dae2ef;display:inline-flex;font-size:1em;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-items-sidebar ul li .templately-details-rating-wrapper .templately-details-rating-submit .tly__rate__with__star .tly__star.active{color:#ffb45a}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs{background-color:#fff;border-radius:10px;padding:30px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs h3{margin-top:0}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs .templately-carousel-wrapper{margin-left:-10px;margin-right:-10px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs .templately-layouts-in-packs-item{border-radius:10px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs .templately-layouts-in-packs-item a{text-decoration:none;color:#333}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs .templately-layouts-in-packs-item{margin:0px 10px;background-color:#fff}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs .templately-layouts-in-packs-item h4{padding:10px;margin:0px;text-align:center}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs .templately-layouts-in-packs-item .templately-layouts-in-packs-item-image{margin-top:10px;position:relative}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs .templately-layouts-in-packs-item.templately-layouts-in-packs-item-active{position:relative}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-layouts-in-packs .templately-layouts-in-packs-item.templately-layouts-in-packs-item-active:before{content:"";background-color:#8a9aff;opacity:.4;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-meta>button.templately-button:first-of-type{margin-left:0;padding-left:0}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-meta .templately-button,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-meta span{margin-right:15px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-meta .templately-button svg,.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-meta span svg{margin-right:8px}.templately-wrapper .templately-container .templately-contents.templately-item-details .templately-item-details-meta .t-full-site-import{background-color:#eaeaff;color:#5453fd;padding:2px 6px;font-size:12px;font-weight:500;align-self:center;border-radius:2px}.templately-wrapper .templately-container .templately-contents .templately-item-widget{background-color:#fff;padding:30px;border-radius:15px;margin-bottom:30px}.templately-wrapper .templately-container .templately-contents .templately-item-widget>h3{margin-top:0px}.templately-wrapper .templately-container .templately-contents .templately-item-widget p{margin:0}.templately-wrapper .templately-container .templately-contents .templately-item-widget.templately-item-tags{margin-top:30px}.templately-wrapper .templately-container .templately-contents .templately-item-widget.templately-item-tags p span{background:rgba(84,83,253,.1);color:#5453fd;margin-right:5px;margin-bottom:5px;display:inline-block;padding:7px 13px;border-radius:50px;font-weight:100;line-height:1;font-size:13px}.templately-wrapper .templately-container .templately-contents .templately-item-widget.templately-item-tags p span:hover{background-color:#5453fd;color:#fff}.templately-wrapper .templately-container .templately-contents .templately-item-details-button-wrapper .templately-item-details-fsi-button{height:3rem;width:100%;background-color:#5633d1;border-radius:.5rem;box-shadow:0 0 0 4px #ece5ff;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;font-size:1.125rem;font-weight:500;color:#fff;border:none;text-decoration:none;cursor:pointer}.templately-wrapper .templately-container .templately-contents .templately-item-details-button-wrapper .templately-item-details-fsi-ai-button{height:3rem;width:100%;border-radius:.5rem;font-size:1.125rem;font-weight:500;padding:.125rem;border:none;cursor:pointer;box-shadow:none;text-decoration:none;position:relative;display:inline-flex;gap:.5rem;align-items:center;justify-content:center;box-sizing:border-box;background-color:#fff;color:#5633d1;z-index:1;outline:4px solid rgba(190,169,255,0.3019607843);overflow:hidden}.templately-wrapper .templately-container .templately-contents .templately-item-details-button-wrapper .templately-item-details-fsi-ai-button:before{content:"";position:absolute;height:124px;width:124px;background-color:#75bef9;filter:blur(50px);border-radius:100%;z-index:-1;bottom:-24px;right:-40px}.templately-wrapper .templately-container .templately-contents .templately-item-details-button-wrapper .templately-item-details-fsi-ai-button:after{content:"";position:absolute;height:124px;width:124px;background-color:#bcabf9;filter:blur(50px);border-radius:100%;z-index:-1;bottom:-4px;right:90px}.templately-wrapper .templately-container .templately-contents .templately-item-details-button-wrapper .templately-item-details-fsi-ai-button .templately-button-badge{display:inline-flex;height:24px;padding:0 8px;background:#9cc6ff;align-items:center;justify-content:center;border-radius:24px;font-size:12px;font-weight:400;color:#5633d1}.templately-wrapper .templately-container .templately-contents .templately-item-details-button-wrapper .templately-item-details-upgrade-plan-button{height:3.25rem;width:calc(100% + .25rem);border-radius:.5rem;border:none;outline:none;box-shadow:none;font-size:1.125rem;font-weight:500;color:#344054;padding:.125rem;position:relative;overflow:hidden;isolation:isolate;box-sizing:border-box;margin-left:-0.125rem;cursor:pointer}@keyframes animated-rotate{from{transform:translate(-50%, -50%) rotate(0deg)}to{transform:translate(-50%, -50%) rotate(360deg)}}.templately-wrapper .templately-container .templately-contents .templately-item-details-button-wrapper .templately-item-details-upgrade-plan-button:before{content:"";position:absolute;top:50%;left:50%;width:200%;aspect-ratio:1;transform:translate(-50%, -50%) rotate(0deg);background:conic-gradient(from 45deg, #5935d0, #5935d0, #5cc1ff, #5cc1ff, #5cc1ff, #5cc1ff, #5cc1ff, #f3ab63, #f4e0c4, #5935d0, #5935d0, #5935d0, #5935d0);z-index:-1;animation:animated-rotate 5s cubic-bezier(0.6, -0.28, 0.4, 0.05) infinite;border-radius:inherit;will-change:transform}.templately-wrapper .templately-container .templately-contents .templately-item-details-button-wrapper .templately-item-details-upgrade-plan-button .templately-item-details-upgrade-plan-button-text{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;background:#fff;border-radius:.375rem}.templately-wrapper .templately-container .templately-contents .templately-item-details-button-wrapper .templately-item-details-upgrade-plan-button .templately-item-details-upgrade-plan-button-text .templately-item-details-upgrade-plan-button-price{font-size:1.5rem;color:#5633d1}@keyframes closeWindow{0%{opacity:1}100%{opacity:0}}.templately-wrapper .templately-container .ril__outer{background-color:rgba(0,0,0,.85);outline:none;top:0;left:0;right:0;bottom:0;z-index:1000;width:100%;height:100%;-ms-content-zooming:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-ms-touch-select:none;touch-action:none}.templately-wrapper .templately-container .ril__outerClosing{opacity:0}.templately-wrapper .templately-container .ril__inner{position:absolute;top:50px;left:0;right:0;bottom:0}.templately-wrapper .templately-container .templately-ai-lightbox-wrapper .ril__inner{display:flex;align-items:flex-start;overflow:scroll}.templately-wrapper .templately-container .templately-ai-lightbox-wrapper .ril__inner .ril__image{position:static !important;transform:none !important;max-width:85% !important}.templately-wrapper .templately-container .ril__image,.templately-wrapper .templately-container .ril__imagePrev,.templately-wrapper .templately-container .ril__imageNext{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:100%;-ms-content-zooming:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-ms-touch-select:none;touch-action:none}.templately-wrapper .templately-container .ril__imageDiscourager{background-repeat:no-repeat;background-position:center;background-size:contain}.templately-wrapper .templately-container .ril__navButtons{border:none;position:absolute;top:0;bottom:0;width:20px;height:34px;padding:40px 30px;margin:auto;cursor:pointer;opacity:.7}.templately-wrapper .templately-container .ril__navButtons:hover{opacity:1}.templately-wrapper .templately-container .ril__navButtons:active{opacity:.7}.templately-wrapper .templately-container .ril__navButtonPrev{left:0;background:rgba(0,0,0,.2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat center}.templately-wrapper .templately-container .ril__navButtonNext{right:0;background:rgba(0,0,0,.2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) no-repeat center}.templately-wrapper .templately-container .ril__downloadBlocker{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-size:cover}.templately-wrapper .templately-container .ril__caption,.templately-wrapper .templately-container .ril__toolbar{background-color:rgba(0,0,0,.5);position:absolute;left:0;right:0;display:flex;justify-content:space-between}.templately-wrapper .templately-container .ril__caption{bottom:0;max-height:150px;overflow:auto}.templately-wrapper .templately-container .ril__captionContent{padding:10px 20px;color:#fff}.templately-wrapper .templately-container .ril__toolbar{top:0;height:50px}.templately-wrapper .templately-container .ril__toolbarSide{height:50px;margin:0}.templately-wrapper .templately-container .ril__toolbarLeftSide{padding-left:20px;padding-right:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.templately-wrapper .templately-container .ril__toolbarRightSide{padding-left:0;padding-right:20px;flex:0 0 auto}.templately-wrapper .templately-container .ril__toolbarItem{display:inline-block;line-height:50px;padding:0;color:#fff;font-size:120%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templately-wrapper .templately-container .ril__toolbarItemChild{vertical-align:middle}.templately-wrapper .templately-container .ril__builtinButton{width:40px;height:35px;cursor:pointer;border:none;opacity:.7}.templately-wrapper .templately-container .ril__builtinButton:hover{opacity:1}.templately-wrapper .templately-container .ril__builtinButton:active{outline:none}.templately-wrapper .templately-container .ril__builtinButtonDisabled{cursor:default;opacity:.5}.templately-wrapper .templately-container .ril__builtinButtonDisabled:hover{opacity:.5}.templately-wrapper .templately-container .ril__closeButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat center}.templately-wrapper .templately-container .ril__zoomInButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat center}.templately-wrapper .templately-container .ril__zoomOutButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat center}.templately-wrapper .templately-container .ril__outerAnimating{animation-name:closeWindow}@keyframes pointFade{0%,19.999%,100%{opacity:0}20%{opacity:1}}.templately-wrapper .templately-container .ril__loadingCircle{width:60px;height:60px;position:relative}.templately-wrapper .templately-container .ril__loadingCirclePoint{width:100%;height:100%;position:absolute;left:0;top:0}.templately-wrapper .templately-container .ril__loadingCirclePoint::before{content:"";display:block;margin:0 auto;width:11%;height:30%;background-color:#fff;border-radius:30%;animation:pointFade 800ms infinite ease-in-out both}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(1){transform:rotate(0deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(7){transform:rotate(180deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(1)::before,.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(7)::before{animation-delay:-800ms}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(2){transform:rotate(30deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(8){transform:rotate(210deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(2)::before,.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(8)::before{animation-delay:-666ms}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(3){transform:rotate(60deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(9){transform:rotate(240deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(3)::before,.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(9)::before{animation-delay:-533ms}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(4){transform:rotate(90deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(10){transform:rotate(270deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(4)::before,.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(10)::before{animation-delay:-400ms}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(5){transform:rotate(120deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(11){transform:rotate(300deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(5)::before,.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(11)::before{animation-delay:-266ms}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(6){transform:rotate(150deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(12){transform:rotate(330deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(6)::before,.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(12)::before{animation-delay:-133ms}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(7){transform:rotate(180deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(13){transform:rotate(360deg)}.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(7)::before,.templately-wrapper .templately-container .ril__loadingCirclePoint:nth-of-type(13)::before{animation-delay:0ms}.templately-wrapper .templately-container .ril__loadingContainer{position:absolute;top:0;right:0;bottom:0;left:0}.templately-wrapper .templately-container .ril__imagePrev .ril__loadingContainer,.templately-wrapper .templately-container .ril__imageNext .ril__loadingContainer{display:none}.templately-wrapper .templately-container .ril__errorContainer{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff}.templately-wrapper .templately-container .ril__imagePrev .ril__errorContainer,.templately-wrapper .templately-container .ril__imageNext .ril__errorContainer{display:none}.templately-wrapper .templately-container .ril__loadingContainer__icon{color:#fff;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates{padding:0 30px 30px;box-sizing:border-box}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates.templately-nas-no-items{padding:0 15px 30px;height:100%}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates.templately-nas-no-items>.templately-no-items{height:100%;align-items:stretch}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates .tt-actions{display:flex;align-items:center;justify-content:flex-end}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates .tt-actions .templately-button.tw-preview:not(li),.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates .tt-actions .templately-button.tw-push2cloud:not(li){background-color:#fff;border:1px dashed #f2f2f2;padding:9px 15px;border-radius:30px;margin-left:10px;text-transform:uppercase;font-size:13px;transition:all .3s ease 0s;color:#585858;text-decoration:none}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates .tt-actions .templately-button.tw-preview:not(li):hover{background-color:#5453fd}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates .tt-actions .templately-button.tw-preview i{background-image:url(../images/preview.svg)}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates .tt-actions .templately-button.tw-push2cloud:not(li):hover{background-color:#5ac0ff}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates .tt-actions .templately-button.tw-push2cloud i{background-image:url(../images/push-to-cloud.svg)}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates .tt-actions .templately-button:not(li):hover{color:#fff}.templately-wrapper .templately-container.templately-templates-container .templately-saved-templates .tt-actions .templately-context-menu{width:auto;margin-left:15px}.templately-wrapper .templately-video-container{background:rgba(0,0,0,.5);padding:50px 10px}.templately-wrapper .templately-video-container .templately-video-popup{width:calc(100% - 55px);max-width:850px;min-width:initial !important;margin-right:55px;border-radius:24px;background:#3d3f54;padding:0;position:relative}.templately-wrapper .templately-video-container .templately-video-popup .templately-video-close-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#3d3f54;position:absolute;top:0;right:-55px;transition:all .2s ease-in-out;box-shadow:none !important}.templately-wrapper .templately-video-container .templately-video-popup .templately-video-close-button:hover{color:#000}.templately-wrapper .templately-video-container .templately-video-popup .templately-video-html{margin:0 !important;padding:20px !important;display:flex !important;flex-direction:column;align-items:flex-start;border-radius:24px;overflow:hidden !important}.templately-wrapper .templately-video-container .templately-video-popup .templately-video-html iframe{width:100% !important}.templately-wrapper .bg-warning{background-color:#f39c12 !important}.templately-wrapper .bg-danger{background-color:#c0392b !important}.templately-wrapper .text-danger{color:#c0392b !important}.templately-wrapper .templately-verification,.templately-wrapper .templately-site-migration{z-index:9999;position:absolute;bottom:30px}.templately-wrapper .templately-screen-templately.templately-verification,.templately-wrapper .templately-site-migration{bottom:40px;position:fixed}.templately-wrapper .templately-verification,.templately-wrapper .templately-site-migration{right:30px;max-width:300px;background:#fff;color:#000;padding:30px;border-radius:10px;box-shadow:0 0 30px 0 rgba(0,0,0,.2)}.templately-wrapper .templately-verification>p,.templately-wrapper .templately-site-migration>p{margin:0}.templately-wrapper .templately-verification a,.templately-wrapper .templately-site-migration a{color:#5453fd}.templately-wrapper .templately-verification>button.components-button,.templately-wrapper .templately-site-migration>button.components-button{background:#5453fd;color:#fff;padding:8px 15px;border-radius:5px;border:0;margin-top:20px;cursor:pointer}.templately-wrapper .templately-verification>button.components-button:focus,.templately-wrapper .templately-site-migration>button.components-button:focus{outline:none;box-shadow:none}.templately-wrapper .templately-feedback-form{font-family:"Inter",sans-serif;z-index:9999;position:fixed;bottom:0;right:0;max-width:508px;width:98%}.templately-wrapper .templately-feedback-form .review-header{background-color:#fff;background-image:url(../images/customizer-header.svg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:24px;display:flex;flex-direction:column;position:relative;gap:10px;border-bottom:1px solid #eaecf0;border-top-left-radius:16px;border-top-right-radius:16px}.templately-wrapper .templately-feedback-form .review-header .templately-review-header-title{margin:0;color:#1d2939;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.templately-wrapper .templately-feedback-form .review-header .templately-review-header-sub-title{margin:0;color:#475467;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.templately-wrapper .templately-feedback-form .review-header .templately-review-header-close-button{height:32px;width:32px;border:none;background-color:rgba(0,0,0,0);display:inline-flex;align-items:center;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);right:24px;border-radius:50%;cursor:pointer}.templately-wrapper .templately-feedback-form .review-header .templately-review-header-close-button svg{width:11px;height:auto;fill:#475467}.templately-wrapper .templately-feedback-form .review-body{padding:24px;background-color:#fff}.templately-wrapper .templately-feedback-form .review-body:last-child{border-bottom-left-radius:16px}.templately-wrapper .templately-feedback-form .review-body .review-wrapper{display:flex;flex-direction:column;gap:24px;background:#fff;border:1px solid #eaecf0;border-radius:8px;padding:16px}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .title{margin:0;color:#1d2939;font-size:16px;font-style:normal;font-weight:500;line-height:1.2}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .description{margin:0;color:#667085;font-size:16px;font-style:normal;font-weight:400;line-height:1.4}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .description strong{font-weight:600}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper{display:flex;flex-direction:column;gap:10px}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings{display:grid;grid-template-columns:repeat(auto-fill, minmax(75px, 1fr));gap:10px}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings .rating{background-color:#f9fafb;border:1px solid #f9fafb;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;gap:12px;text-align:center;cursor:pointer}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings .rating .icon{height:40px;width:40px;background-size:cover;background-position:center;background-repeat:no-repeat}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings .rating.rating-1 .icon{background-image:url(../images/ratting1.png)}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings .rating.rating-2 .icon{background-image:url(../images/ratting2.png)}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings .rating.rating-3 .icon{background-image:url(../images/ratting3.png)}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings .rating.rating-4 .icon{background-image:url(../images/ratting4.png)}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings .rating.rating-5 .icon{background-image:url(../images/ratting5.png)}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings .rating span{color:#1d2939;font-size:16px;font-weight:16px;line-height:1.2;margin:0}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-ratings .rating:hover{border-color:#5453f4}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-scale{display:flex;align-items:center;justify-content:space-between;gap:8px}.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-scale .not-satisfied,.templately-wrapper .templately-feedback-form .review-body .review-wrapper .ratting-wrapper .review-scale .very-satisfied{font-size:14px;margin:0;font-weight:400;line-height:1.2;color:#667085}.templately-wrapper .templately-feedback-form .review-body .review-form{display:flex;flex-direction:column;gap:24px}.templately-wrapper .templately-feedback-form .review-body .review-form .form-control{display:flex;flex-direction:column;gap:6px}.templately-wrapper .templately-feedback-form .review-body .review-form .form-control label{color:#344054;font-size:14px;font-weight:500;line-height:1.43}.templately-wrapper .templately-feedback-form .review-body .review-form .form-control input{height:44px;border:1px solid #d0d5dd;background-color:rgba(0,0,0,0);padding:2px 14px;border-radius:8px;color:#1d2939}.templately-wrapper .templately-feedback-form .review-body .review-form .form-control input::-moz-placeholder{color:#667085}.templately-wrapper .templately-feedback-form .review-body .review-form .form-control input::placeholder{color:#667085}.templately-wrapper .templately-feedback-form .review-body .review-form .form-control textarea{height:100px;border:1px solid #d0d5dd;background-color:rgba(0,0,0,0);padding:10px 14px;border-radius:8px;color:#1d2939}.templately-wrapper .templately-feedback-form .review-body .review-form .form-control textarea::-moz-placeholder{color:#667085}.templately-wrapper .templately-feedback-form .review-body .review-form .form-control textarea::placeholder{color:#667085}.templately-wrapper .templately-feedback-form .review-body .review-form .form-control .error{margin:0;color:#f9365b;font-size:14px;font-weight:400;line-height:1.4}.templately-wrapper .templately-feedback-form .review-body .review-form .review-submit{text-transform:capitalize;min-height:48px;display:flex;align-items:center;justify-content:center;text-align:center;gap:8px;padding:2px 24px;border-radius:50px;background:#5453f4;color:#fff;font-size:16px;font-weight:500;line-height:normal;border:none;cursor:pointer}.templately-wrapper .templately-feedback-form .review-footer{padding:24px;background-color:#fff;border-top:1px solid #eaecf0;display:flex;align-items:center;gap:8px;border-bottom-left-radius:16px}.templately-wrapper .templately-feedback-form .review-footer .button{text-transform:capitalize;margin-left:auto;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 24px;border-radius:50px;background:#5453f4;color:#fff;font-size:16px;font-weight:500;line-height:normal;align-self:end;border:none;cursor:pointer}.templately-wrapper .templately-feedback-form .review-footer .button>svg{margin-left:10px}.templately-wrapper .templately-collapse .tc-panel-item .tc-panel-header{display:flex;align-items:center;cursor:pointer}.templately-wrapper .templately-collapse .tc-panel-item .tc-panel-header>h4{margin:0;flex:1;font-size:14px;font-weight:600}.templately-wrapper .templately-collapse .tc-panel-item .tc-panel-header.tc-panel-header-active{margin-bottom:15px}.templately-wrapper .templately-collapse .tc-panel-item .tc-panel-header>span.t-collapse-action-btn{display:inline-block;line-height:1;cursor:pointer}.templately-wrapper .templately-collapse .tc-panel-item .tc-panel-body ul,.templately-wrapper .templately-collapse .tc-panel-item .tc-panel-body li:last-of-type{margin:0}.templately-wrapper .templately-screen-templately.templately-sweetalert{margin-left:160px}.templately-wrapper .wp-admin.folded .templately-screen-templately.templately-sweetalert{margin-left:36px !important}@media only screen and (max-width: 960px){.templately-wrapper .templately-screen-templately.templately-sweetalert{margin-left:36px}}@media screen and (max-width: 782px){.templately-wrapper .templately-screen-templately.templately-sweetalert{margin-left:0}}.templately-wrapper .templately-sweetalert{z-index:9999}.templately-wrapper .templately-sweetalert.swal2-backdrop-show{background:rgba(0,0,0,.7)}.templately-wrapper .templately-sweetalert .swal2-popup{padding:0px;min-width:600px}.templately-wrapper .templately-sweetalert .swal2-popup.tp-large{width:40em}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-icon.templately-warning-icon{border:0px}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-html-container{margin:30px;text-align:left;overflow:initial}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-html-container h3,.templately-wrapper .templately-sweetalert .swal2-popup .swal2-html-container h4{margin-top:0}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-html-container .templately-sweetalert-icon{position:absolute;width:100px;height:100px;opacity:.1}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-html-container .templately-sweetalert-icon.--shape-1{bottom:0px;left:0px}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-close{font-size:25px;outline:none;box-shadow:none;z-index:1}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-close.is-disabled{cursor:not-allowed}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-close:focus{outline:none;box-shadow:none}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-actions{margin:0}.templately-wrapper .templately-sweetalert .swal2-popup .swal2-actions .swal2-loader.templately-sweetalert-loader{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border:0px;animation:none;margin:0;background:#fff;border-radius:0}.templately-wrapper .templately-sweetalert .tm-container{max-width:90%;margin:20px auto}.templately-wrapper .templately-sweetalert .tm-container.text-center{text-align:center}.templately-wrapper .templately-sweetalert .tm-container .tm-row{display:flex;align-items:center;margin-bottom:15px}.templately-wrapper .templately-sweetalert .tm-container .tm-row:last-of-type{margin-bottom:0}.templately-wrapper .templately-sweetalert .tm-container .tm-row>.tm-column:first-of-type:not(:last-of-type){flex-basis:25%;padding-right:10px;text-align:right}.templately-wrapper .templately-sweetalert .tm-container .tm-row>.tm-column:last-of-type{flex:1}.templately-wrapper .templately-sweetalert .tm-container .tm-column{box-sizing:border-box}.templately-wrapper .templately-sweetalert .tm-container .tm-column.bg-light{padding:10px;background-color:#f7f8ff;border:1px solid #e6e9ff}.templately-wrapper .templately-sweetalert .tm-container .tm-column.flex-end{display:flex;justify-content:flex-end}.templately-wrapper .templately-sweetalert .tm-container input{padding:0}.templately-wrapper .templately-sweetalert .tm-container input:not([type=checkbox]){width:100%}.templately-wrapper .templately-sweetalert .tm-container input{padding-left:10px;padding-right:10px;min-height:100%;box-shadow:none}.templately-wrapper .templately-sweetalert .tm-container input:focus{border:none;outline:none;box-shadow:none}.templately-wrapper .templately-sweetalert .tm-container .bg-light input{background:none;border:none}.templately-wrapper .templately-sweetalert button:not(.swal2-close){background-color:#6072ff}.templately-wrapper .templately-sweetalert button:not(.swal2-close)[disabled]{background-color:rgba(96,114,255,.62)}.templately-wrapper .templately-sweetalert button:not(.swal2-close){border:none;font-size:16px;color:#fff;border-radius:50px;padding:10px 30px;text-transform:uppercase}.templately-wrapper .templately-sweetalert button:not(.swal2-close):focus{outline:none;box-shadow:none}.templately-wrapper .templately-sweetalert button:not(.swal2-close):hover{cursor:pointer}.templately-wrapper .templately-sweetalert button:not(.swal2-close).tm-btn-cancel{background:linear-gradient(135deg, #c0392b 50%, #c75347 50%)}.templately-wrapper .templately-sweetalert button:not(.swal2-close).tm-btn-confirm{background:linear-gradient(135deg, #6072ff 50%, #6c7dff 50%)}.templately-wrapper .templately-sweetalert .tm-message.text-center{text-align:center}.templately-wrapper .templately-sweetalert .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-sweetalert .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-sweetalert .text-danger{color:#c0392b !important}.templately-wrapper .templately-sweetalert .templately-workspace-modal .tm-title span.tm-title-icon{background-image:url(../images/icon-workspace.png);width:40px;height:31px;display:inline-block;background-size:contain;background-repeat:no-repeat}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with{max-height:200px;overflow-y:auto}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list{margin-top:0;margin-bottom:10px;text-align:left}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list>li{display:inline-flex;font-size:13px;align-items:center;justify-content:center;background:#e6e9ff;padding:5px 10px;border-radius:30px;color:#6072ff;margin-right:3px}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list>li>span:not(.tae-name){display:inline-block;background:linear-gradient(-45deg, transparent 0%, transparent 46%, #f84647 46%, #f84647 56%, transparent 56%, transparent 100%),linear-gradient(45deg, transparent 0%, transparent 46%, #f84647 46%, #f84647 56%, transparent 56%, transparent 100%);width:15px;height:15px;border:3px solid #e9d0e3;border-radius:50%;margin-left:5px;background-color:#e9d0e3;cursor:pointer}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list>li>span.tae-undo,.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list>li.removed>span.tae-remove{display:none}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list>li.removed>span.tae-undo{display:block;background-image:url(../images/correct.svg);background-color:#d0e9d6;border-color:#d0e9d6;background-repeat:no-repeat;background-position:center center}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list{margin-bottom:0px}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list li{display:flex;justify-content:left;margin-right:0;margin-bottom:6px}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list li:last-of-type{margin-bottom:0}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list li>span.tae-name{flex:1}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list li>span.tae-name>em{background:#6072ff;color:#fff;margin-left:5px;padding:2px 10px;border-radius:30px;font-size:10px}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list li.removed>span.tae-name{text-decoration:line-through}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-shared-with ul.templately-added-email-list li>img{width:30px;border-radius:50%;margin-right:10px}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared ul.templately-wem-new-email-list{margin-top:0;margin-bottom:10px;text-align:left}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared ul.templately-wem-new-email-list>li{display:inline-flex;font-size:13px;align-items:center;justify-content:center;background:#e6e9ff;padding:5px 10px;border-radius:30px;color:#6072ff;margin-right:3px}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared ul.templately-wem-new-email-list>li>span:not(.tae-name){display:inline-block;background:linear-gradient(-45deg, transparent 0%, transparent 46%, #f84647 46%, #f84647 56%, transparent 56%, transparent 100%),linear-gradient(45deg, transparent 0%, transparent 46%, #f84647 46%, #f84647 56%, transparent 56%, transparent 100%);width:15px;height:15px;border:3px solid #e9d0e3;border-radius:50%;margin-left:5px;background-color:#e9d0e3;cursor:pointer}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared ul.templately-wem-new-email-list>li>span.tae-undo,.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared ul.templately-wem-new-email-list>li.removed>span.tae-remove{display:none}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared ul.templately-wem-new-email-list>li.removed>span.tae-undo{display:block;background-image:url(../images/correct.svg);background-color:#d0e9d6;border-color:#d0e9d6;background-repeat:no-repeat;background-position:center center}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared>div{display:flex;border-radius:50px;border:1px solid #6072ff;overflow:hidden}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared>div>div{flex:1}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared>div>div input{border:none}.templately-wrapper .templately-sweetalert .templately-workspace-modal .templately-new-shared>div>div input:focus{outline:none;border:none;box-shadow:none}.templately-wrapper .templately-sweetalert .templately-buttons-group{display:flex;gap:5px}.templately-wrapper .templately-sweetalert .tm-import-links{display:flex;gap:5px;flex-wrap:wrap}.templately-wrapper .templately-sweetalert .templately-import-button{background-color:#6072ff;border:none;font-size:14px;color:#fff;border-radius:50px;padding:8px 16px}.templately-wrapper .templately-sweetalert .templately-workspace-modal.delete-file{text-align:center}.templately-wrapper .templately-sweetalert .templately-workspace-modal.delete-file .twm-df-actions{margin-top:20px}.templately-wrapper .templately-sweetalert .templately-workspace-modal.delete-file .twm-df-actions button.tb-delete{background-color:#ff6060;margin-left:10px}.templately-wrapper .templately-sweetalert .templately-workspace-modal.delete-workspace-modal{text-align:center}.templately-wrapper .templately-sweetalert .templately-workspace-modal.delete-workspace-modal .tm-container .tm-row{margin-top:40px;justify-content:center}.templately-wrapper .templately-sweetalert .templately-workspace-modal.delete-workspace-modal .tm-container .tm-row .tm-column{flex-basis:auto !important;flex:none;padding:0 !important}.templately-wrapper .templately-sweetalert .templately-workspace-modal.delete-workspace-modal button{margin-right:5px;margin-left:5px;border-radius:5px}.templately-wrapper .templately-sweetalert .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-sweetalert .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-sweetalert .text-danger{color:#c0392b !important}.templately-wrapper .templately-sweetalert .templately-import-modal p{font-size:14px;line-height:2}.templately-wrapper .templately-sweetalert .templately-import-modal .templately-create-page{margin-bottom:30px}.templately-wrapper .templately-sweetalert .templately-import-modal .templately-create-page .templately-create-page-form{display:flex;gap:5px}.templately-wrapper .templately-sweetalert .templately-import-modal .templately-create-page .templately-create-page-form input{flex:1;background-color:#e8f0f7;border:0px;padding:8px 15px}.templately-wrapper .templately-sweetalert .templately-import-modal .templately-create-page .templately-create-page-form input:focus{box-shadow:none;outline:none}.templately-wrapper .templately-sweetalert .templately-import-modal .templately-create-page .templately-create-page-form button.tb-create-page{border-radius:5px;background-color:#5453fd;margin-left:10px}.templately-wrapper .templately-sweetalert .templately-import-modal .templately-import button.tb-import{background-color:rgba(0,0,0,0);color:#5453fd;padding:0px}.templately-wrapper .templately-sweetalert .templately-import-modal .templately-import button.tb-import:hover{background-color:rgba(0,0,0,0);color:#2321ca}.templately-wrapper .templately-sweetalert .templately-import-modal .templately-import button.tb-import>svg{margin-right:10px}.templately-wrapper .templately-sweetalert .tm-import-failed>h4{margin-bottom:10px}.templately-wrapper .templately-sweetalert .bg-warning{background-color:#f39c12 !important}.templately-wrapper .templately-sweetalert .bg-danger{background-color:#c0392b !important}.templately-wrapper .templately-sweetalert .text-danger{color:#c0392b !important}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal>h4{margin-bottom:10px}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal>p{margin-top:0px;margin-bottom:10px;font-size:13px;line-height:1.5}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list{margin:18px 0px}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item{display:flex;align-items:center;min-height:26px;color:#5453fd}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item .plugin-installed{color:#039855}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item>.tdi-checkbox{display:flex;align-items:center}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item>.tdi-checkbox .tdi-checkbox-input{margin:0;margin-right:5px}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item a{color:#5453fd;text-decoration:none}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item button.templately-button.tb-retry-install{background-color:rgba(0,0,0,0);margin:0 0 0 10px;font-size:10px;text-transform:none;color:#c0392b;border:1px solid #c0392b;border-radius:0;padding:2px 5px}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item button.templately-button.tb-retry-install:hover{background-color:#c0392b;color:#fff}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item button.templately-button.tb-retry-install:hover span.text-danger{color:#fff !important}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item .templately-installation-info{margin-left:10px;margin-right:10px}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item .templately-installation-info>span{margin-right:5px}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-dependency-list .templately-dependency-item .templately-installation-info p{margin:0}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-buttons-group{margin-top:15px}.templately-wrapper .templately-sweetalert .templately-dependency-installer-modal .templately-buttons-group button{border-radius:5px;margin-right:10px;font-size:13px;padding:10px 15px}.templately-dependency-modal-portal{font-family:"Inter",system-ui}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container{position:fixed;inset:0;overflow-y:auto;overflow-x:hidden;display:flex;align-items:flex-start;justify-content:center;padding-top:60px;padding-bottom:60px;line-height:normal}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container.full-screen{padding:0 !important;overflow-y:hidden}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container.full-screen .templately-dependency-modal{width:100vw !important;height:100vh !important;min-width:100vw !important;margin:0 !important;border-radius:0 !important}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal{width:calc(100% - 55px);max-width:550px;min-width:initial !important;margin-right:60px;margin-left:5px;border-radius:24px;background:#fff;padding:0;position:relative;margin-top:auto;margin-bottom:auto}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-close-button{width:40px;height:40px;display:inline-flex !important;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;background:#fff;color:#475467;position:absolute;top:0;right:-55px;font-size:32px !important;transition:all .2s ease-in-out;box-shadow:none !important;border:none}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-close-button:hover{color:#000}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-confetti-canvas{left:50% !important;top:50% !important;bottom:auto !important;right:auto !important;transform:translate(-50%, -50%) !important;pointer-events:none !important}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-header{display:flex;flex-direction:column;gap:10px;border-bottom:1px solid var(--gray-200, #eaecf0);background-color:#f9fafb;background-image:url(../images/customizer-header.svg);background-size:cover;background-position:center;background-repeat:no-repeat;border-start-start-radius:16px;border-start-end-radius:16px;padding:24px;width:100%;box-sizing:border-box}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-header .templately-title{color:#1d2939;font-size:24px;font-weight:500;line-height:1.2;margin:0}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-header .templately-details{color:#475467;font-size:16px;font-weight:400;line-height:1.3;margin:0}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-header.templately-ai-content-header{position:relative;overflow:hidden}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-header.templately-ai-content-header .templately-title{background:linear-gradient(to right, #7f56d9, #9e77ed);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-header.templately-ai-content-header .templately-ai-content-header-bg{position:absolute;right:12px;top:5px;pointer-events:none}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body{display:flex;flex-direction:column;gap:13px;padding:24px;width:100%;box-sizing:border-box;background:#f9fafb}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body:not(:last-child){border-end-start-radius:16px;border-end-end-radius:16px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dependency-modal-body-inner{display:flex;flex-direction:column;gap:10px;border-radius:8px;border:1px solid var(--gray-200, #eaecf0);background:#fff;padding:24px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input{display:flex;flex-direction:column}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input .templately-dmc-input-label-wrapper{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:4px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input .templately-dmc-input-label{color:#344054;font-size:14px;font-weight:500}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input .templately-dmc-input-additional-buttons{margin-left:auto;display:flex;align-items:center;justify-content:space-between;gap:4px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input .has-error input:not([type=checkbox]):not([type=radio]){border-color:#f04438}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input input:not([type=checkbox]):not([type=radio]){width:100%;padding:9px 20px;background-color:#fff;color:#20172f;border:1px solid rgba(208,213,221,.5);border-radius:6px;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);font-size:16px;line-height:1.5}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder{color:#707c8e}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input input:not([type=checkbox]):not([type=radio])::-moz-placeholder{color:#707c8e}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder{color:#707c8e}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input input:not([type=checkbox]):not([type=radio])::-moz-placeholder{color:#707c8e}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-input input:not([type=checkbox]):not([type=radio]):focus{box-shadow:none;outline:none;border-color:#bfc9d7}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-title{margin-top:0;color:#1d2939;font-size:16px;font-weight:500;line-height:1.3;margin-bottom:4px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-info{margin-top:0;margin-bottom:16px;color:#667085;font-size:14px;font-weight:400;line-height:1.3}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader{border-radius:8px;border:1px solid #eaecf0;background:#fff;display:flex;padding:16px 24px;align-items:center;gap:12px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader:hover{border-color:#bfc9d7}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader input{display:none}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .icon{height:80px;width:80px;flex-shrink:0;border-radius:8px;background:#f5f7ff;display:flex;align-items:center;justify-content:center}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .icon img{width:100%;height:100%;border-radius:8px;-o-object-fit:cover;object-fit:cover}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .content{display:flex;flex-direction:column}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .content .title{color:#667085;font-size:12px;font-style:normal;font-weight:500;line-height:1.5;margin:0;color:#475467}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .content .info{color:#667085;font-size:12px;font-style:normal;font-weight:400;line-height:1.5}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .templately-file-upload-button{margin-left:auto;color:#597dfc;font-size:12px;font-style:normal;font-weight:700;line-height:1.5;cursor:pointer}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper{display:flex;flex-direction:column;gap:16px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-credit-limit{color:#5453f4;font-size:16px;font-weight:400;line-height:1.3;margin:0}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container{width:100%;background-color:#f3f3fb;border:1px solid #eaecf0;border-radius:8px;padding:16px;color:#616161;box-sizing:border-box;font-family:"Inter",sans-serif}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .optimizer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .title-area{display:flex;align-items:center;gap:6px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .optimizer-title{font-size:14px;font-weight:500;line-height:20px;margin:0;color:#344054}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .info-icon{display:flex;align-items:center;color:#616161;cursor:pointer}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .increase-limit-btn{font-size:14px;font-weight:500;line-height:20px;color:#8f67e3;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .increase-limit-btn:hover{color:#5453f4}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .credits-info{font-size:14px;height:14px;width:14px;position:relative;cursor:pointer}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .credits-info .dashicons{font-size:14px;height:14px;width:14px;cursor:pointer}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .usage-container{display:flex;align-items:center;gap:4px;margin-bottom:8px;font-size:13px;font-weight:400;line-height:20px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .progress-container{width:100%;height:8px;background-color:#fff;border-radius:4px;overflow:hidden}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .progress-bar{height:100%;background-color:#d9dce1;border-top-left-radius:4px;border-bottom-left-radius:4px;transition:width .3s ease}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .estimated-credit{margin-bottom:0;margin-top:8px;font-size:16px;line-height:24px;color:#667085;font-family:"DM Sans",sans-serif;font-weight:400}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .optimizer-container .estimated-credit strong{font-weight:600}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper{display:flex;flex-direction:column;gap:18px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-new-collapser .templately-new-collapser-body.show .templately-new-collapser-body-inner{max-height:300px !important}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content{display:flex;flex-direction:column;gap:8px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content-title{font-size:.875rem;font-weight:500;color:#344054;margin:0}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content.business-type{margin-bottom:10px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category{width:100%}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__control{min-height:44px;border-radius:8px;border-color:#d0d5dd;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__control .templately-ai-prompt-category__value-container{padding-inline-start:14px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__control .templately-ai-prompt-category__value-container .templately-ai-prompt-category__placeholder{color:#667085;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;margin-inline-start:0}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__control .templately-ai-prompt-category__value-container .templately-ai-prompt-category__single-value{color:#1d2939;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;margin-inline-start:0}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__control .templately-ai-prompt-category__value-container .templately-ai-prompt-category__input-container{margin:0 !important}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__control .templately-ai-prompt-category__value-container .templately-ai-prompt-category__input:focus{box-shadow:none}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__control .templately-ai-prompt-category__indicators .templately-ai-prompt-category__indicator-separator{display:none}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__control .templately-ai-prompt-category__indicators .templately-ai-prompt-category__indicator{padding-right:12px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__menu{margin-left:1px !important}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__menu .templately-ai-prompt-category__menu-list{max-height:140px !important}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt-category .templately-ai-prompt-category__menu .templately-ai-prompt-category__menu-list .templately-ai-prompt-category__option{font-size:14px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt{width:100%;padding:0}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-base-control__field{margin-bottom:4px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-textarea-control__input{min-height:105px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-text-control__input{min-height:44px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-base-control__label{font-size:.875rem;font-weight:500;color:#344054;margin-bottom:8px;text-transform:initial !important}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-textarea-control__input,.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-text-control__input{width:100%;padding:10px 14px;background-color:#fff;color:#20172f;border:1px solid rgba(208,213,221,.5);border-radius:8px;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);font-size:14px;line-height:1.5;resize:vertical;transition:border-color .2s ease}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-textarea-control__input::-webkit-input-placeholder,.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-text-control__input::-webkit-input-placeholder{color:#707c8e}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-textarea-control__input::-moz-placeholder,.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-text-control__input::-moz-placeholder{color:#707c8e}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-textarea-control__input::-ms-input-placeholder,.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-text-control__input::-ms-input-placeholder{color:#707c8e}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-textarea-control__input::-moz-placeholder,.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-text-control__input::-moz-placeholder{color:#707c8e}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-textarea-control__input:focus,.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-text-control__input:focus{box-shadow:none;outline:none;border-color:#bfc9d7}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt .components-base-control__help{font-size:.75rem;font-weight:400;color:#707c8e;margin:0}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt.templately-ai-prompt-error .components-textarea-control__input,.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .templately-ai-prompt.templately-ai-prompt-error .components-text-control__input{border-color:#f4a2a2}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .components-notice{background-color:rgba(244,162,162,.15);color:#cc1818}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-ai-content-inner-wrapper .templately-ai-content .components-notice.is-error .components-notice__content{margin-right:0px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-body .templately-ai-content-wrapper .templately-new-collapser .templately-new-collapser-header .templately-title{font-family:"DM Sans",sans-serif;font-weight:500;font-size:18px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer{display:flex;align-items:center;gap:10px;width:100%;padding:24px;box-sizing:border-box;border-top:1px solid #eaecf0;background:#f9fafb;border-end-start-radius:16px;border-end-end-radius:16px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-button{text-transform:capitalize;border:none;border:none;font-size:16px;cursor:pointer}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-button.submit-button{min-height:48px;padding:10px 16px;background-color:#5453f4;margin-left:auto}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-button.skip-button{padding-left:0;padding-right:0;background-color:rgba(0,0,0,0);color:#7f56d9}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-button.close-button{padding-left:0;padding-right:0;background-color:rgba(0,0,0,0);color:#475467}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-button.close-button:hover{color:#f04438}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-dependency-modal-footer-final-button{text-transform:capitalize;margin-left:auto;min-height:48px;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;padding:2px 24px;border-radius:8px;background:#5453f4;color:#fff;font-size:16px;font-weight:500;line-height:normal;align-self:end;border:none;cursor:pointer}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-dmc-submit-button{text-transform:capitalize;margin-left:auto;min-height:48px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;padding:2px 24px;border-radius:50px;background:#5453f4;color:#fff;font-size:16px;font-weight:500;line-height:normal;align-self:end;border:none;cursor:pointer}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-dmc-submit-button.has-skip{margin-left:2px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-dmc-submit-button>svg{margin-left:10px}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-dmc-submit-button:disabled{border-color:#d0d5dd;color:#d0d5dd;opacity:.8;cursor:not-allowed}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer .templately-dmc-submit-button:disabled svg path{fill:#d0d5dd}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-dependency-modal-container .templately-dependency-modal .templately-dependency-modal-footer.templately-button{color:#fff}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .ai-content-loader{width:100%;min-height:400px;display:flex;align-items:center}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-preloader{flex-basis:100%;padding:30px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;overflow:hidden;max-height:calc(100vh - 102px)}.templately-dependency-modal-portal .templately-dependency-modal-overlay .templately-dependency-modal-content .templately-preloader img{width:100px}.templately-dependency-modal-customizer{width:100%;height:100%;display:flex}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left{flex:0 0 300px;max-width:300px;border-right:1px solid #eaecf0;background:#f9fafb;box-sizing:border-box;transition:all .2s ease-in-out;display:flex;flex-direction:column;position:relative}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-header{background-image:url(../images/customizer-header.svg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:24px;display:flex;flex-direction:column;position:relative;gap:10px;border-bottom:1px solid #eaecf0}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-header .templately-dmc-header-label{margin:0;color:#475467;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-header .templately-dmc-header-title{margin:0;color:#1d2939;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:3px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-header .templately-dmc-header-close-button{height:32px;width:32px;border:none;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0;position:absolute;top:8px;right:8px;font-size:16px;color:#fff;border-radius:50px;text-transform:uppercase;box-sizing:border-box;cursor:pointer}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-header .templately-dmc-header-close-button svg{width:10px;height:auto;fill:#475467}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-header .templately-dmc-header-toggle-button{height:24px;width:24px;border:none;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0;position:absolute;bottom:0;right:0;transform:translate(50%, 50%);border:1px solid #eaecf0;transition:all .2s ease-in-out;z-index:2;font-size:16px;color:#fff;border-radius:50px;text-transform:uppercase;box-sizing:border-box;cursor:pointer}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-header .templately-dmc-header-toggle-button svg{width:10px;height:auto;fill:#475467}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body{flex-grow:1;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-body-inner{padding:40px 24px 0px;flex-grow:1;overflow-y:auto}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-button-wrapper{padding:0px 24px 40px;margin-top:auto}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input{display:flex;flex-direction:column;margin-bottom:16px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input .templately-dmc-input-label-wrapper{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:4px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input .templately-dmc-input-label{color:#344054;font-size:14px;font-weight:500}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input .templately-dmc-input-additional-buttons{margin-left:auto;display:flex;align-items:center;justify-content:space-between;gap:4px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input .has-error input:not([type=checkbox]):not([type=radio]){border-color:#f04438}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input input:not([type=checkbox]):not([type=radio]){width:100%;padding:9px 20px;background-color:#fff;color:#20172f;border:1px solid rgba(208,213,221,.5);border-radius:6px;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);font-size:16px;line-height:1.5;font-family:"DM Sans",sans-serif}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder{color:#707c8e;font-size:12px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input input:not([type=checkbox]):not([type=radio])::-moz-placeholder{color:#707c8e;font-size:12px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder{color:#707c8e;font-size:12px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input input:not([type=checkbox]):not([type=radio])::-moz-placeholder{color:#707c8e;font-size:12px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-input input:not([type=checkbox]):not([type=radio]):focus{box-shadow:none;outline:none;border-color:#bfc9d7}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper{margin-bottom:16px;display:block}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-title-wrapper{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:8px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-title{margin-top:0;margin-bottom:0;color:#1d2939;font-size:16px;font-weight:500;line-height:1.3}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-info{margin-top:0;margin-bottom:16px;color:#667085;font-size:14px;font-weight:400;line-height:1.3}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader{border-radius:8px;border:1px solid #eaecf0;background:#fff;display:flex;padding:16px 24px;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;cursor:pointer;font-size:16px;color:#fff;font-family:"DM Sans",sans-serif;text-transform:uppercase}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader:hover{border-color:#bfc9d7}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader input{display:none}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .icon{margin-bottom:8px;display:inline-flex;position:relative}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .icon .templately-dmc-file-remove-button{position:absolute;right:3px;top:3px;cursor:pointer;width:20px;height:20px;border-radius:3px;background:#475467;display:inline-flex;align-items:center;justify-content:center}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .icon .templately-dmc-file-remove-button:hover{background:#272e3a}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .icon img{max-width:100%;max-height:80px;padding:10px;box-sizing:border-box;background-color:rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.25)}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .title{display:block;color:#667085;font-size:14px;font-style:normal;font-weight:400;line-height:1.43;margin:0;text-transform:none}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .title .highlighted{color:#5453f4;font-weight:500}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-dmc-file-uploader .info{color:#667085;font-size:12px;font-style:normal;font-weight:400;line-height:1.5}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .components-range-control label{text-transform:unset;font-size:14px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .components-range-control .components-range-control__tooltip{min-width:39px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-ai-divider{display:flex;align-items:center;text-align:center;margin:16px 0 0;color:#667085;font-size:14px;font-weight:500;gap:12px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-ai-divider::before,.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-file-uploader-wrapper .templately-ai-divider::after{content:"";flex:1;border-bottom:1px solid #eaecf0}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-ai-prompt-trigger{cursor:pointer;position:relative;display:inline-flex;align-items:center}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-ai-prompt-trigger .templately-ai-prompt-trigger-text{position:absolute;top:0;bottom:0;right:100%;white-space:nowrap;padding-left:4px;padding-right:4px;font-size:10px;font-weight:500;font-family:"Inter",system-ui;color:#5632d1;display:inline-flex;align-items:center;visibility:hidden;opacity:0;transform:translateX(4px) scale(0.9);transform-origin:right center;transition:all .15s ease-in-out}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-ai-prompt-trigger:hover .templately-ai-prompt-trigger-text{visibility:visible;opacity:1;transform:translateX(0) scale(1)}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-submit-button{min-height:48px;display:flex;width:100%;align-items:center;justify-content:space-between;padding:2px 24px;border-radius:50px;background:#5453f4;color:#fff;font-size:16px;font-weight:500;line-height:normal;margin-top:32px;text-transform:capitalize;border:none;font-family:"DM Sans",sans-serif;cursor:pointer}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-submit-button:disabled{border-color:#d0d5dd;color:#d0d5dd;opacity:.8;cursor:not-allowed}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-submit-button:disabled svg path{fill:#d0d5dd}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-back-button{min-height:48px;display:flex;width:100%;align-items:center;justify-content:space-between;padding:2px 24px;border-radius:50px;background:rgba(0,0,0,0);border:1px solid #d0d5dd;color:#667085;font-size:16px;font-weight:500;line-height:normal;margin-top:8px;text-transform:capitalize;font-family:"DM Sans",sans-serif;cursor:pointer}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-submit-button:disabled,.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-back-button:disabled{border-color:#d0d5dd;color:#d0d5dd;opacity:.8;cursor:not-allowed}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-submit-button:disabled svg path,.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left .templately-dmc-body .templately-dmc-back-button:disabled svg path{fill:#d0d5dd}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left.show{margin-left:0px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left.show .templately-dmc-header-toggle-button{transform:translate(50%, 50%) rotate(180deg)}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left.hide{margin-left:-300px}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-left.hide .templately-dmc-header-toggle-button{transform:translate(150%, 50%) rotate(0deg)}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-right{display:flex;flex-direction:column;flex-grow:1;position:relative;background-color:#1d2327}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-right .templately-dependency-modal-customizer-right-overlay{position:absolute;inset:0;z-index:1}.templately-dependency-modal-customizer .templately-dependency-modal-customizer-right .templately-dependency-modal-customizer-right-loader{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;background:#fff}.templately-ai-prompt-picker .templately-ai-prompt-picker-header{min-height:46px;width:100%;display:flex;align-items:center;padding:2px 16px;border-top-left-radius:16px;border-top-right-radius:16px;border-top:1px solid #f2f5f7;border-left:1px solid #f2f5f7;border-right:1px solid #f2f5f7;border-bottom:1px solid #e4e7eb;box-sizing:border-box;background:#fff}.templately-ai-prompt-picker .templately-ai-prompt-picker-header .templately-ai-prompt-picker-title{margin:0;color:#1f2128;font-size:16px;font-weight:500;line-height:1.3}.templately-ai-prompt-picker .templately-ai-prompt-picker-header .templately-ai-prompt-picker-credit-cost{margin-left:auto;height:20px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:1px 7px;border:1px solid #e4e7eb;background:#f2f5f7;font-size:12px;font-weight:500;color:#40444f;box-sizing:border-box;border-radius:50px;cursor:pointer}.templately-ai-prompt-picker .templately-ai-prompt-picker-body{padding:16px;border-left:1px solid #f2f5f7;border-right:1px solid #f2f5f7;background:#fff;display:flex;flex-direction:column;gap:12px}.templately-ai-prompt-picker .templately-ai-prompt-picker-body .templately-ai-prompt-textarea-wrapper{display:flex;flex-direction:column;gap:4px}.templately-ai-prompt-picker .templately-ai-prompt-picker-body .templately-ai-prompt-textarea-wrapper .templately-ai-prompt-textarea-label{font-size:14px;font-weight:500;color:#40444f;line-height:1.5}.templately-ai-prompt-picker .templately-ai-prompt-picker-body .templately-ai-prompt-textarea{width:100%}.templately-ai-prompt-picker .templately-ai-prompt-picker-body .templately-ai-prompt-textarea .components-base-control__field{margin-bottom:0}.templately-ai-prompt-picker .templately-ai-prompt-picker-body .templately-ai-prompt-textarea textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e4e7eb;font-size:14px;font-family:"DM Sans",sans-serif;resize:vertical;min-height:80px;color:#1f2128}.templately-ai-prompt-picker .templately-ai-prompt-picker-body .templately-ai-prompt-textarea textarea:focus{outline:none;border-color:rgba(86,50,209,.5);box-shadow:0 0 0 3px rgba(105,65,198,.1)}.templately-ai-prompt-picker .templately-ai-prompt-picker-footer{min-height:56px;width:100%;display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;padding:0 16px 16px 16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-left:1px solid #f2f5f7;border-right:1px solid #f2f5f7;border-bottom:1px solid #e4e7eb;box-sizing:border-box;background:#fff}.templately-ai-prompt-picker .templately-ai-prompt-picker-footer button{padding:2px 16px;height:40px;border-radius:8px;font-size:14px;font-weight:500;font-family:"Inter",system-ui;cursor:pointer;border:none;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,0)}.templately-ai-prompt-picker .templately-ai-prompt-picker-footer button.templately-ai-prompt-submit-button{background:#5632d1;border-color:#5632d1;color:#fff}.templately-ai-prompt-picker .templately-ai-prompt-picker-footer button.templately-ai-prompt-submit-button:hover:not(:disabled){background:#5a35b3;box-shadow:0 4px 12px rgba(105,65,198,.3)}.templately-ai-prompt-picker .templately-ai-prompt-picker-footer button.templately-ai-prompt-submit-button:disabled{opacity:.5;cursor:not-allowed}.templately-ai-prompt-picker .templately-ai-prompt-picker-footer button.templately-ai-prompt-cancel-button{background:rgba(0,0,0,0);border-color:#c3cbd5;color:#535865}.templately-ai-prompt-picker .templately-ai-prompt-picker-footer button.templately-ai-prompt-cancel-button:hover{background:#f9fafb;color:#1f2128}.templately-ai-prompt-button{margin-top:16px;width:100%;box-sizing:border-box;padding:2px 16px;height:40px;border-radius:8px;font-size:14px;font-weight:500;font-family:"Inter",system-ui;cursor:pointer;border:none;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d0d5dd;background:#fff}.templately-ai-prompt-button .templately-ai-prompt-button-text{color:#5632d1;font-size:14px;font-weight:500}.templately-ai-image-generator-modal .templately-ai-logo-generator-header{min-height:72px;padding:4px 16px;display:flex;align-items:center;gap:8px;background:#fff;border-top:1px solid #f2f5f7;border-left:1px solid #f2f5f7;border-right:1px solid #f2f5f7;border-bottom:1px solid #e4e7eb;border-top-left-radius:16px;border-top-right-radius:16px}.templately-ai-image-generator-modal .templately-ai-logo-generator-header .templately-ai-logo-generator-header-left{display:flex;align-items:center;gap:8px}.templately-ai-image-generator-modal .templately-ai-logo-generator-header .templately-ai-logo-generator-header-left .templately-ai-logo-generator-logo{height:40px;width:auto}.templately-ai-image-generator-modal .templately-ai-logo-generator-header .templately-ai-logo-generator-header-left .templately-ai-logo-generator-header-title-wrapper{display:flex;flex-direction:column;gap:4px}.templately-ai-image-generator-modal .templately-ai-logo-generator-header .templately-ai-logo-generator-header-left .templately-ai-logo-generator-header-title-wrapper .templately-ai-logo-generator-header-title{font-size:16px;font-weight:500;color:#1f2128;margin:0;padding:0}.templately-ai-image-generator-modal .templately-ai-logo-generator-header .templately-ai-logo-generator-header-left .templately-ai-logo-generator-header-title-wrapper .templately-ai-logo-generator-header-subtitle{font-size:12px;font-weight:400;color:#535865;margin:0;padding:0}.templately-ai-image-generator-modal .templately-ai-logo-generator-header .templately-ai-logo-generator-close-button{margin-left:auto;height:32px;width:32px;border:none;background-color:rgba(0,0,0,0);display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:8px;cursor:pointer}.templately-ai-image-generator-modal .templately-ai-logo-generator-header .templately-ai-logo-generator-close-button svg{width:18px;height:auto;fill:#535865}.templately-ai-image-generator-modal .templately-ai-logo-generator-header .templately-ai-logo-generator-close-button:hover{background-color:#f2f5f7}.templately-ai-image-generator-modal .templately-ai-logo-generator-header .templately-ai-logo-generator-close-button:hover svg{fill:#1f2128}.templately-ai-image-generator-modal .templately-ai-logo-generator-body{display:flex;flex-direction:row;width:100%}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-logo-generator-body-left{flex:0 0 calc(50% + 8px);background:#fff;border-left:1px solid #f2f5f7;border-bottom-left-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:16px}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-logo-generator-body-right{background:#fff;border-left:1px solid #e4e7eb;border-right:1px solid #f2f5f7;flex:0 0 calc(50% - 8px);border-bottom-right-radius:16px;box-sizing:border-box}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-logo-generator-tab-switcher{min-height:40px;width:100%;padding:4px;background:#f2f5f7;border-radius:8px;display:grid;grid-template-columns:repeat(2, 1fr);gap:4px;box-sizing:border-box}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-logo-generator-tab-switcher .templately-ai-logo-generator-tab-switcher-button{height:32px;width:100%;background:rgba(0,0,0,0);border-radius:8px;color:#535865;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:500;border:none;cursor:pointer}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-logo-generator-tab-switcher .templately-ai-logo-generator-tab-switcher-button svg{color:#8b939e}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-logo-generator-tab-switcher .templately-ai-logo-generator-tab-switcher-button.active-tab{background:#fff;color:#1f2128;box-shadow:0 1px 2px 0 rgba(39,47,55,.1)}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-logo-generator-tab-switcher .templately-ai-logo-generator-tab-switcher-button.active-tab svg{color:#535865}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-field-label{font-size:14px;font-weight:500;color:#40444f;margin:0;line-height:1.5}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-prompt-textarea{width:100%}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-prompt-textarea .components-base-control__field{margin-bottom:0}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-prompt-textarea textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d0d5dd;font-size:14px;font-family:"DM Sans",sans-serif;resize:vertical;min-height:80px;color:#1f2128}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-prompt-textarea textarea:focus{outline:none;border-color:#5632d1;box-shadow:0 0 0 3px #ece7fd}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-prompt-textField .components-base-control__field{margin-bottom:0}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-prompt-textField input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d0d5dd;font-size:14px;font-family:"DM Sans",sans-serif;resize:vertical;min-height:40px;color:#1f2128}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-prompt-textField input:focus{outline:none;border-color:#5632d1;box-shadow:0 0 0 3px #ece7fd}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-logo-size-options{display:flex;align-items:center;justify-content:space-between;gap:8px}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-logo-size-options .templately-ai-logo-size-option{height:40px;width:40px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#f9fafb;color:#737a85;cursor:pointer}.templately-ai-image-generator-modal .templately-ai-logo-generator-body .templately-ai-field-wrapper .templately-ai-logo-size-options .templately-ai-logo-size-option.active-size{background:#ece7fd;color:#5632d1}.templately-color-picker-section{display:flex;flex-direction:column;margin-bottom:40px}.templately-color-picker-section .templately-color-picker-section-label-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.templately-color-picker-section .templately-color-picker-section-label{color:#344054;font-size:18px;font-weight:500}.templately-color-picker-section .templately-color-picker-reset-button{background-color:rgba(0,0,0,0) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:10px !important;padding:0 !important;border-radius:0 !important;color:#b7b9bd !important;border:none;cursor:pointer}.templately-color-picker-section .templately-device-tab{display:flex;align-items:center}.templately-color-picker-section .templately-device-tab .templately-device-tab-button{background:rgba(0,0,0,0) !important;color:#d0d3da !important;height:20px !important;width:20px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:0 !important;border:none;cursor:pointer}.templately-color-picker-section .templately-device-tab .templately-device-tab-button .dashicons{height:14px !important;width:14px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:14px !important}.templately-color-picker-section .templately-device-tab .templately-device-tab-button:not(:last-child){border-right:1px solid #d3d7de !important}.templately-color-picker-section .templately-device-tab .templately-device-tab-button:first-child{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.templately-color-picker-section .templately-device-tab .templately-device-tab-button:last-child{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.templately-color-picker-section .templately-device-tab .templately-device-tab-button.active{color:#344054 !important}.templately-color-picker-section .templately-device-tab .templately-device-tab-button:hover{background:#f0f0f0 !important}.templately-color-picker-section .templately-color-picker-panel{padding-top:20px;display:flex;gap:6px;flex-wrap:wrap}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker-screen{position:relative;cursor:pointer}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker-screen .templately-picker-display{display:block;height:40px;width:40px;border-radius:100%;border:1px solid #ccc}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker{padding:12px 16px 16px;border-radius:4px;position:absolute;bottom:24px;left:calc(100% + 24px);z-index:2;background-color:#fff;box-shadow:-15px 15px 50px 4px rgba(129,129,129,.2);width:320px}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .templately-title{margin-bottom:8px;color:#1d2939;font-size:16px;font-weight:500;display:block}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker{width:100%}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful{width:100%}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful .react-colorful__saturation{height:290px;margin-bottom:12px}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful .react-colorful__hue,.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful .react-colorful__alpha{width:calc(100% - 12px);margin-bottom:12px}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful){display:flex;position:relative;padding:0}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack{width:100%;position:relative}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__container{background:rgba(0,0,0,0)}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-select-control__input{height:44px;padding:2px 14px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;color:#101828;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__suffix svg{fill:#101828}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__backdrop{display:none}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button{position:absolute;right:0;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;padding:0;z-index:2;display:inline-flex;cursor:pointer}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button i,.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button svg,.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button img{width:16px;font-size:16px;fill:#101828}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1;padding:0;display:inline-flex;flex-direction:row;gap:4px}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control{height:44px;display:flex;align-items:center;padding:2px 14px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container{background:rgba(0,0,0,0)}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix{margin:0}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix,.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix span{color:#101828;margin:0}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__input{padding:0;min-width:auto;height:auto;min-height:auto;color:#101828}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__backdrop{display:none}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control{padding-left:8px;padding-right:8px;width:57px}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control .components-input-control__prefix{display:none}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack:last-child .components-input-control{padding-right:22px}.templately-color-picker-section .templately-color-picker-panel .templately-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-range-control{display:none}.templately-color-picker-section .templately-typography-panel-wrapper{padding-top:16px;display:flex;flex-direction:column;gap:8px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel{width:100%;display:flex;flex-direction:column;gap:8px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-panel-item{display:flex;align-items:center;gap:8px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-panel-item .templately-typography-mini-preview{height:32px;width:32px;border-radius:6px;border:1px solid #d0d5dd;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;font-size:12px;font-weight:400;color:#667085}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-panel-item .templately-typography-title{font-size:14px;font-weight:400;color:#667085}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-panel-item .templately-typography-popup-button{margin-left:auto;height:20px;width:20px;border-radius:100%;background-color:#f2f4f7;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-panel-item .templately-typography-popup-button svg{width:14px;height:14px;fill:#667085}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker{padding:12px 16px 16px;border-radius:4px;position:absolute;bottom:24px;left:calc(100% + 24px);z-index:2;background-color:#fff;box-shadow:-15px 15px 50px 4px rgba(129,129,129,.2);width:320px;display:flex;flex-direction:column}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-title-wrapper{margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-title-wrapper .templately-typography-picker-title-inner{display:flex;justify-content:flex-start;align-items:center;gap:8px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-title-wrapper .templately-typography-picker-title-inner .templately-typography-picker-title{font-size:16px;line-height:1.25;margin-bottom:0;font-weight:500;color:#344054}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-title-wrapper .templately-color-picker-close-button{background-color:rgba(0,0,0,0) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:10px !important;padding:0 !important;border-radius:0 !important;color:#667085 !important;width:20px;height:20px;border:none !important;outline:none !important;box-shadow:none !important;cursor:pointer}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-preview{width:100%;display:flex;align-items:center;justify-content:center;padding:20px 4px;background-color:#f0f0f0;box-sizing:border-box;margin-bottom:14px;color:#344054}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field{display:flex;gap:5px;align-items:center}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field:not(:last-child){margin-bottom:14px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label{flex:0 0 100px;font-size:12px;font-weight:500;color:#344054;line-height:20px;display:inline-flex;align-items:center;gap:6px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown{position:relative;display:flex;flex-direction:column;height:20px;justify-content:center}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-selected{background:rgba(0,0,0,0) !important;color:#667085 !important;height:12px !important;width:12px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:0 !important;border:none}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-selected .dashicons{height:12px !important;width:12px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:12px !important}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-menu{position:absolute;top:2px;left:-2px;margin:0;display:flex;flex-direction:column;z-index:1;visibility:hidden;opacity:0}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-menu .templately-device-dropdown-menu-item{background:rgba(0,0,0,0) !important;color:#d9d9d9 !important;height:20px !important;width:20px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;cursor:pointer;border:.5px solid #d3d7de;background:#fff !important}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-menu .templately-device-dropdown-menu-item:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-menu .templately-device-dropdown-menu-item:not(:last-child){border-bottom-width:0px !important}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-menu .templately-device-dropdown-menu-item:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-menu .templately-device-dropdown-menu-item.active{color:#344054 !important}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-menu .templately-device-dropdown-menu-item:hover{background:#f0f0f0 !important}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown .templately-device-dropdown-menu .templately-device-dropdown-menu-item .dashicons{height:12px !important;width:12px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:12px !important}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-label .templately-device-dropdown:hover .templately-device-dropdown-menu{visibility:visible;opacity:1}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner{flex-grow:1;max-width:calc(100% - 105px);display:flex;align-items:center;gap:4px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select{width:100%}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__control{height:34px;min-height:34px;border-radius:8px;border-color:#d0d5dd}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__control .templately-typography-picker-select__value-container .templately-typography-picker-select__placeholder{font-size:12px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__control .templately-typography-picker-select__value-container .templately-typography-picker-select__single-value{color:#667085;font-size:12px;font-weight:400}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__control .templately-typography-picker-select__value-container .templately-typography-picker-select__input-container{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__control .templately-typography-picker-select__value-container .templately-typography-picker-select__input-container .templately-typography-picker-select__input{min-height:24px;color:#667085;font-size:12px;font-weight:400}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__control .templately-typography-picker-select__value-container .templately-typography-picker-select__input-container .templately-typography-picker-select__input:focus{box-shadow:none !important}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__control .templately-typography-picker-select__indicators .templately-typography-picker-select__indicator-separator{margin-top:0;margin-bottom:0;background-color:#d0d5dd}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__control .templately-typography-picker-select__indicators .templately-typography-picker-select__indicator svg{height:16px;width:16px;color:#667085}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__menu{padding:5px 0px;line-height:18px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .templately-typography-picker-select .templately-typography-picker-select__menu .templately-typography-picker-select__option{font-size:13px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .components-text-control__input{height:34px;min-height:34px;border-radius:8px;border-color:#d0d5dd;color:#667085;font-size:12px;font-weight:400;width:65px}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .components-select-control .components-select-control__input{width:42px;padding:0;border:none;color:#667085;font-size:12px;font-weight:400;text-transform:lowercase}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .components-select-control .components-input-control__backdrop{display:none}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .components-range-control{width:100%}.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .components-range-control .components-range-control__thumb-wrapper,.templately-color-picker-section .templately-typography-panel-wrapper .templately-typography-panel .templately-typography-picker .templately-typography-picker-field .templately-typography-picker-field-inner .components-range-control .components-range-control__thumb-wrapper span{background-color:#d0d5dd;color:#d0d5dd}.templately-dependency-processing-wrapper{position:relative;background-color:#f9fafb;padding:24px;border-radius:8px;width:100%;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;margin-top:0;margin-bottom:0}.templately-dependency-processing-wrapper .templately-dependency-processing-item{display:flex;margin-bottom:0;justify-content:space-between;gap:10px;color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:1.3}.templately-dependency-processing-wrapper .templately-dependency-processing-item .templately-label{display:flex;align-items:center;gap:12px}.templately-dependency-processing-wrapper .templately-dependency-processing-item .templately-label:before{content:"";height:16px;width:16px;display:inline-flex;align-items:center;justify-content:center;background-size:16px;background-position:center;background-repeat:no-repeat}.templately-dependency-processing-wrapper .templately-dependency-processing-item.complete .templately-label:before{background-image:url(../images/check_circle.svg)}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.templately-dependency-processing-wrapper .templately-dependency-processing-item.processing .templately-label:before{background-image:url(../images/progress_activity.svg);animation-name:spin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}.templately-dependency-processing-wrapper .templately-dependency-processing-item.waiting .templately-label:before{visibility:hidden;opacity:0;pointer-events:none}.templately-dependency-processing-wrapper .templately-dependency-processing-item.waiting{color:#98a2b3}.templately-dependency-processing-wrapper #templately-fsi-retry-button{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer}@media only screen and (max-width: 1800px){.ReactModal__Overlay .ril__image{transform:none !important;max-width:85% !important}}.templately-new-collapser{background-color:#fff;border-radius:8px;border:1px solid var(--gray-200, #eaecf0)}.templately-new-collapser .templately-new-collapser-header{display:flex;align-items:center;cursor:pointer;gap:10px;padding:16px}.templately-new-collapser .templately-new-collapser-header.not-clickable{cursor:inherit !important}.templately-new-collapser .templately-new-collapser-header .templately-title{color:#1d2939;font-size:14px;font-weight:500;line-height:normal;margin:0}.templately-new-collapser .templately-new-collapser-header .templately-icon{height:24px;width:24px;margin-left:auto;flex-shrink:0;border-radius:24px;background-color:#f2f4f7;background-image:none !important;color:#475467;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.templately-new-collapser .templately-new-collapser-header .templately-icon svg{width:10px;transition:transform .1s linear}.templately-new-collapser .templately-new-collapser-header.show .templately-icon svg{transform:rotate(180deg)}.templately-new-collapser .templately-new-collapser-header.collapsed .templately-icon svg{transform:rotate(0deg)}.templately-new-collapser .templately-new-collapser-body{display:grid;padding:0 16px;transition:grid-template-rows .15s ease-in-out,padding-top .15s ease-in-out}.templately-new-collapser .templately-new-collapser-body.show{grid-template-rows:1fr;padding-top:2px;padding-bottom:16px}.templately-new-collapser .templately-new-collapser-body.show .templately-new-collapser-body-inner{overflow:auto;max-height:225px;padding-right:4px}.templately-new-collapser .templately-new-collapser-body.show .templately-new-collapser-body-inner::-webkit-scrollbar{width:4px}.templately-new-collapser .templately-new-collapser-body.show .templately-new-collapser-body-inner::-webkit-scrollbar-track{background:#fff;border-radius:5px}.templately-new-collapser .templately-new-collapser-body.show .templately-new-collapser-body-inner::-webkit-scrollbar-thumb{background:#f2f4f7;border-radius:5px}.templately-new-collapser .templately-new-collapser-body.collapsed{grid-template-rows:0fr}.templately-new-collapser .templately-new-collapser-body.collapsed .templately-new-collapser-body-inner{overflow:hidden}.templately-checkbox{display:block;width:100%}.templately-checkbox:not(:last-child){margin-bottom:12px}.templately-checkbox .templately-checkbox-input{display:none}.templately-checkbox .templately-checkbox-input+.templately-checkbox-content{display:inline-block;padding-left:32px;position:relative}.templately-checkbox .templately-checkbox-input+.templately-checkbox-content .templately-checkbox-content-inner{color:#475467;font-size:16px;font-style:normal;font-weight:500;line-height:1.5}.templately-checkbox .templately-checkbox-input+.templately-checkbox-content .templately-checkbox-content-inner span.installed{color:#039855}.templately-checkbox .templately-checkbox-input+.templately-checkbox-content .templately-checkbox-content-inner span.recommended{color:#d0d5dd}.templately-checkbox .templately-checkbox-input+.templately-checkbox-content:before{position:absolute;left:0;top:50%;transform:translateY(-50%);content:"";height:20px;width:20px;min-width:20px;border-radius:6px;border:1px solid #d0d5dd;background:#fff;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.templately-checkbox .templately-checkbox-input:checked+.templately-checkbox-content:before{border-color:#5453f4;background-image:url(../images/check.svg);background-size:14px;background-position:center;background-repeat:no-repeat}.templately-checkbox .templately-checkbox-input:disabled+.templately-checkbox-content:before{border-color:#039855;background-color:#039855;background-image:url(../images/check-white.svg);background-size:14px;background-position:center;background-repeat:no-repeat}.templately-dependency-processing-wrapper{background-color:#fff;border-radius:8px;border:1px solid var(--gray-200, #eaecf0);padding:24px;border-radius:8px;width:100%;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;margin-top:0;margin-bottom:0}.templately-dependency-processing-wrapper .templately-dependency-processing-item{display:flex;margin-bottom:0;justify-content:space-between;gap:10px;color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:1.3}.templately-dependency-processing-wrapper .templately-dependency-processing-item .templately-label{display:flex;gap:12px}.templately-dependency-processing-wrapper .templately-dependency-processing-item .templately-label:before{content:"";height:16px;width:16px;display:inline-flex;align-items:center;justify-content:center;background-size:16px;background-position:center;background-repeat:no-repeat;flex-shrink:0;margin-top:1px}.templately-dependency-processing-wrapper .templately-dependency-processing-item.no-icon .templately-label:before{display:none}.templately-dependency-processing-wrapper .templately-dependency-processing-item.warning{padding-left:20px;position:relative;display:flex;flex-direction:column;gap:10px}.templately-dependency-processing-wrapper .templately-dependency-processing-item.warning:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;border-radius:5px;background-color:#ffb45a}.templately-dependency-processing-wrapper .templately-dependency-processing-item.warning .templately-title{font-size:18px;line-height:18px;font-weight:normal;margin:0;color:#ffb45a}.templately-dependency-processing-wrapper .templately-dependency-processing-item.complete .templately-label:before{background-image:url(../images/check_circle.svg)}.templately-dependency-processing-wrapper .templately-dependency-processing-item.error .templately-label:before{background-image:url(../images/cross_red_circle.svg)}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.templately-dependency-processing-wrapper .templately-dependency-processing-item.processing .templately-label:before{background-image:url(../images/progress_activity.svg);animation-name:spin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}.templately-dependency-processing-wrapper .templately-dependency-processing-item.waiting .templately-label:before{visibility:hidden;opacity:0;pointer-events:none}.templately-dependency-processing-wrapper .templately-dependency-processing-item.waiting{color:#98a2b3}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu{flex-direction:column;justify-content:center;align-items:space-between;gap:0px}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu .templately-label .templately-collapse-icon{height:24px;width:24px;margin-left:auto;flex-shrink:0;border-radius:24px;background-color:#f2f4f7;background-image:none !important;color:#475467;display:inline-flex;align-items:center;justify-content:center}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu .templately-label .templately-collapse-icon svg{width:10px;transition:transform .1s linear}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu .templately-dependency-processing-details-wrapper{display:grid;padding-left:28px;transition:grid-template-rows .15s ease-in-out,padding-top .15s ease-in-out}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu.collapsed .templately-dependency-processing-details-wrapper{grid-template-rows:0fr}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu.collapsed .templately-dependency-processing-details-wrapper .templately-dependency-processing-details{overflow:hidden}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu.show .templately-label .templately-icon svg{transform:rotate(180deg)}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu.show .templately-dependency-processing-details-wrapper{grid-template-rows:1fr;padding-top:10px}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu.show .templately-dependency-processing-details-wrapper .templately-dependency-processing-details{overflow:auto}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu.show .templately-dependency-processing-details-wrapper .templately-dependency-processing-details a{color:#5453fd !important;text-decoration:none}.templately-dependency-processing-wrapper .templately-dependency-processing-item.has-sub-menu.show .templately-dependency-processing-details-wrapper .templately-dependency-processing-details a:hover{text-decoration:underline}.templately-ai-prompt-colorpicker{padding:12px 16px 16px;border-radius:4px;background-color:#fff;box-shadow:-15px 15px 50px 4px rgba(129,129,129,.2);width:320px}.templately-ai-prompt-colorpicker .templately-title{margin-bottom:8px;color:#1d2939;font-size:16px;font-weight:500;display:block}.templately-ai-prompt-colorpicker .components-color-picker{width:100%}.templately-ai-prompt-colorpicker .components-color-picker .react-colorful{width:100%}.templately-ai-prompt-colorpicker .components-color-picker .react-colorful .react-colorful__saturation{height:290px;margin-bottom:12px}.templately-ai-prompt-colorpicker .components-color-picker .react-colorful .react-colorful__hue,.templately-ai-prompt-colorpicker .components-color-picker .react-colorful .react-colorful__alpha{width:calc(100% - 12px);margin-bottom:12px}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful){display:flex;position:relative;padding:0}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack{width:100%;position:relative}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__container{background:rgba(0,0,0,0)}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-select-control__input{height:44px;padding:2px 20px 2px 10px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;color:#101828;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__suffix svg{fill:#101828}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__backdrop{display:none}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button{position:absolute;right:0;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;padding:0;z-index:2;display:inline-flex;cursor:pointer}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button i,.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button svg,.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button img{width:16px;font-size:16px;fill:#101828}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1;padding:0;display:inline-flex;flex-direction:row;gap:4px}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control{height:44px;display:flex;align-items:center;padding:2px 14px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container{background:rgba(0,0,0,0)}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix{margin:0}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix,.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix span{color:#101828;margin:0}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__input{padding:0;min-width:auto;height:auto;min-height:auto;color:#101828}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__backdrop{display:none}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control{padding-left:8px;padding-right:8px;width:57px}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control .components-input-control__prefix{display:none}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack:last-child .components-input-control{padding-right:22px}.templately-ai-prompt-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-range-control{display:none}.templately-ai-logo-preview-gallery-image-wrapper:hover .templately-ai-logo-preview-gallery-image-overlay{opacity:1 !important;visibility:visible !important}.templately-fsi-ai-sidebar{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:560px;z-index:100001;padding-left:3rem;box-sizing:border-box;font-family:"Inter",system-ui}.templately-fsi-ai-sidebar input,.templately-fsi-ai-sidebar button{font-family:"Inter",system-ui}.templately-fsi-ai-sidebar{transition:max-width 100ms cubic-bezier(0.55, 0.06, 0.68, 0.19)}.templately-fsi-ai-sidebar.expanded{max-width:840px}.templately-fsi-ai-sidebar.show-animation{animation:slideIn 200ms cubic-bezier(0.55, 0.06, 0.68, 0.19)}.templately-fsi-ai-sidebar.hide-animation{animation:slideOut 350ms cubic-bezier(0.55, 0.06, 0.68, 0.19)}.templately-fsi-ai-sidebar.finish-animation{animation:fadeOut 510ms linear}.templately-fsi-ai-sidebar .templately-fixed-sidebar-close{position:absolute;top:16px;left:0;width:32px;height:32px;border:none;z-index:100001;background-color:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content{padding:0;height:100%;display:flex;background-color:#fff;flex-direction:column}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header{position:relative;background:#fff;padding:0 24px;display:flex;align-items:stretch;gap:8px;justify-content:space-between;overflow:hidden}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-left{padding:24px 0;display:flex;align-items:center;position:relative}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-left:before{content:"";height:110px;width:110px;border-radius:100%;background:#085bee;filter:blur(45px);position:absolute;top:-77px;left:-28px;pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-left:after{content:"";height:110px;width:110px;border-radius:100%;background:#f7c586;filter:blur(25px);position:absolute;top:43px;left:-70px;pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-left img,.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-left svg{position:relative}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-left .templately-button-badge{position:absolute;top:16px;left:calc(100% - 4px);display:inline-flex;height:16px;padding:0 6px;background:#7f56d9;align-items:center;justify-content:center;border-radius:24px;font-size:10px;font-weight:400;color:#fff}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-right{padding:24px 0;display:flex;align-items:center;z-index:1}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-right:before{content:"";height:110px;width:110px;border-radius:100%;background:#9181f1;filter:blur(70px);position:absolute;top:-5px;right:-15px;pointer-events:none;z-index:-1}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-right .templately-fsi-ai-sidebar-header-right-bg{position:absolute;top:3px;right:22px;pointer-events:none;display:flex;z-index:-1}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-right .templately-fsi-ai-sidebar-header-right-button{display:flex;align-items:center;gap:8px;background:none;padding:0;border:none;outline:none;color:#40464f;cursor:pointer;font-family:"Inter",system-ui}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-right .templately-fsi-ai-sidebar-header-right-button[data-state=open]{text-decoration:underline;text-underline-offset:3px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-right .templately-fsi-ai-sidebar-header-right-button .templately-fsi-ai-sidebar-header-right-icon{display:inline-flex;align-items:center;justify-content:center}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-header .templately-fsi-ai-sidebar-header-right .templately-fsi-ai-sidebar-header-right-button .templately-fsi-ai-sidebar-header-right-content{font-size:14px;color:#40464f;line-height:1;font-weight:600}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body{padding:24px;padding-bottom:0px;margin-bottom:24px;display:flex;flex-direction:column-reverse;gap:20px;flex:1;overflow-y:auto;position:relative}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body::-webkit-scrollbar{width:2px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.1)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body::-webkit-scrollbar-thumb{background-color:#a79c9c;border-radius:5px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body{scrollbar-width:thin;scrollbar-color:#a79c9c rgba(0,0,0,.1);transition:all .25s ease-in-out}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body.credit-limit-popover-open:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(29, 41, 57, 0.85), rgba(102, 102, 102, 0.3));z-index:1}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-body-inner{display:flex;flex-direction:column;gap:16px;transition:all .2s ease-in-out}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-credit-info-wrapper{position:absolute;top:36px;left:50%;transform:translateX(-50%);pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-credit-info-wrapper .templately-fsi-ai-sidebar-credit-info{font-size:16px;font-weight:400;line-height:1.6;color:#c3cbd5;text-align:center;width:-moz-max-content;width:max-content}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-credit-info-wrapper .templately-fsi-ai-sidebar-credit-info-icon{position:absolute;left:calc(100% - 24px);bottom:4px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation{display:flex;align-items:flex-start;gap:16px;min-height:38.4px;transition:all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);will-change:transform,opacity;opacity:0;transform:translateY(8px) scale(0.98) translateZ(0)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.animate-in{opacity:1;transform:translateY(0) scale(1) translateZ(0)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-icon{display:flex;align-items:center;justify-content:center}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper{position:relative}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-text{padding:8px 16px;border-radius:8px;box-sizing:border-box;transition:all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transform:translateZ(0)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-text p{font-size:14px;line-height:1.6;margin:0;font-weight:400;color:#40464f;transition:all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-text-cursor{animation:blink 50ms steps(1) infinite}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-thinking-wrapper{padding:8px 16px;border-radius:8px;box-sizing:border-box;min-height:41.6px;display:flex;align-items:center;background:#f6f7f8;width:320px;max-width:320px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-thinking-wrapper .templately-fsi-ai-sidebar-conversation-thinking{position:relative;left:-16px;width:10px;height:10px;border-radius:5px;color:#9880ff !important;background:rgba(0,0,0,0) !important;box-shadow:0 0 0 -5px;animation:dotPulse 1s infinite linear;animation-delay:0s}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-thinking-wrapper .templately-fsi-ai-sidebar-conversation-thinking:before,.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-thinking-wrapper .templately-fsi-ai-sidebar-conversation-thinking:after{content:"";display:inline-flex;position:absolute;top:0;width:10px;height:10px;border-radius:5px;color:#9880ff !important}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-thinking-wrapper .templately-fsi-ai-sidebar-conversation-thinking:before{left:16px;box-shadow:16px 0 0 -5px;animation:dotPulse 1s infinite linear;animation-delay:.25s}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-thinking-wrapper .templately-fsi-ai-sidebar-conversation-thinking:after{left:32px;box-shadow:16px 0 0 -5px;animation:dotPulse 1s infinite linear;animation-delay:.5s}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.ai-conversation{flex-direction:row}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.ai-conversation .templately-fsi-ai-sidebar-conversation-text{background:#f6f7f8;width:320px;max-width:320px;min-height:38.4px;transition:all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transform:translateZ(0)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation{flex-direction:row-reverse}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-image{display:inline-flex;width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;transition:all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transform:translateZ(0)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-icon{width:32px;height:32px;border-radius:50%;background:#521458;display:inline-flex;align-items:center;justify-content:center;transition:all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transform:translateZ(0)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-icon img{display:inline-flex;width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-icon span{font-size:14px;font-weight:700;color:#fbacf8}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text{background:#fef0fd;border:1px solid #fef0fd;width:-moz-max-content;width:max-content;max-width:320px;min-height:38.4px;transition:all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transform:translateZ(0);display:flex;flex-direction:column;position:relative}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text.templately-fsi-ai-sidebar-conversation-text-editing{border:1px solid #f0c8ed}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-input,.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-textarea{min-width:286px;margin:0;padding:0;background:rgba(0,0,0,0);border:none;border-radius:0;outline:none;box-shadow:none;font-size:14px;line-height:1.6;color:#40464f}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-textarea{min-height:66px;resize:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-input{min-height:26px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-input.templately-fsi-ai-sidebar-conversation-edit-input-has-error{border-color:#ff7a8e}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-categories-wrapper{position:absolute;left:8px;bottom:calc(100% + 4px);background:#fff;border:1px solid #e9ebed;border-radius:8px;width:214px;max-height:288px;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:4px;font-family:"Inter",system-ui;box-sizing:border-box}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category{width:100%;display:flex;align-items:center;justify-content:flex-start;text-align:left;border:none;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer;border-radius:8px;background:#f9fafb;height:40px;min-height:40px;padding:0 14px;transition:background-color .1s linear}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category:has(input[type=radio]:checked){background-color:#cbcfd5}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category:hover{background-color:#eaeff3}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category input[type=radio]{display:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category span{font-size:14px;color:#101828;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-footer{margin-top:12px;margin-bottom:8px;display:flex;align-items:center;gap:8px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-footer .templately-fsi-ai-sidebar-email-error{font-size:13px;color:#ff7a8e;line-height:1;font-weight:400}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-footer .templately-fsi-ai-sidebar-conversation-edit-buttons{display:flex;align-items:center;gap:6px;margin-left:auto}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-footer .templately-fsi-ai-sidebar-conversation-edit-buttons .templately-fsi-ai-sidebar-conversation-edit-cancel{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:24px;border:none;outline:none;box-shadow:none;background:rgba(0,0,0,0);cursor:pointer;padding:0 8px;border-radius:4px;font-size:12px;font-weight:500;color:#737a85}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-footer .templately-fsi-ai-sidebar-conversation-edit-buttons .templately-fsi-ai-sidebar-conversation-edit-cancel:disabled{opacity:.75;pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-footer .templately-fsi-ai-sidebar-conversation-edit-buttons .templately-fsi-ai-sidebar-conversation-edit-submit{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:24px;border:none;outline:none;box-shadow:none;background:#5633d1;cursor:pointer;padding:0 8px;border-radius:4px;font-size:12px;font-weight:500;color:#fff}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-edit-footer .templately-fsi-ai-sidebar-conversation-edit-buttons .templately-fsi-ai-sidebar-conversation-edit-submit:disabled{background:#b9bec4;pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text-edit{position:absolute;top:50%;transform:translateY(-50%);right:calc(100% + 16px);display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:none;outline:none;box-shadow:none;background:#eeeff2;cursor:pointer;padding:0;height:32px;width:32px;border-radius:50%}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.client-conversation .templately-fsi-ai-sidebar-conversation-text-edit:disabled{opacity:.75;pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question{flex-direction:row;opacity:1 !important;transform:translateY(0) scale(1) translateZ(0) !important}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question.finalize-completed{opacity:0 !important;transform:translateY(-10px) scale(0.98) translateZ(0) !important;transition:all .3s ease-in-out !important}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question .templately-fsi-ai-sidebar-conversation-text-wrapper{transition:all 200ms ease-in-out;min-height:41.6px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-thinking-wrapper,.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-text{min-height:41.6px;display:flex;align-items:flex-start;width:100%;min-width:100px;opacity:0;transform:translateY(4px);animation:fadeInUp 200ms ease-in-out forwards}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-thinking-wrapper{align-items:center}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question .templately-fsi-ai-sidebar-conversation-text{background:#f6f7f8;width:320px;max-width:320px;font-size:16px;font-weight:600;color:#40464f;line-height:1.6}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question .templately-fsi-ai-sidebar-conversation-text p{font-size:16px;font-weight:600;margin:0}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question.transitioning .templately-fsi-ai-sidebar-conversation-text-wrapper{min-height:41.6px !important;height:41.6px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question.transitioning .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-thinking-wrapper,.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.current-question.transitioning .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-text{animation-duration:50ms;transform:none !important;opacity:.3}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.image-replace-conversation{flex-direction:row}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.image-replace-conversation .templately-fsi-ai-sidebar-conversation-text{background:#f6f7f8;width:320px;max-width:320px;min-height:41.6px;transition:all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transform:translateZ(0)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.image-replace-conversation .templately-fsi-ai-sidebar-conversation-text p{font-size:16px;font-weight:600;color:#40464f;line-height:1.6}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.image-replace-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-image-replace-button-wrapper{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.image-replace-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-image-replace-button-wrapper .templately-fsi-ai-sidebar-conversation-image-replace-edit-button{display:inline-flex;align-items:center;justify-content:center;border:none;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer;border-radius:4px;background:#404754;height:24px;padding:4px 8px;font-size:12px;line-height:1;color:#fff;font-weight:500;letter-spacing:.1px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.image-replace-conversation .templately-fsi-ai-sidebar-conversation-text .templately-fsi-ai-sidebar-conversation-image-replace-button-wrapper .templately-fsi-ai-sidebar-conversation-image-replace-edit-button:disabled{background:#b9bec4;pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.image-replace-conversation.transitioning .templately-fsi-ai-sidebar-conversation-text-wrapper{min-height:41.6px !important;height:41.6px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation.image-replace-conversation.transitioning .templately-fsi-ai-sidebar-conversation-text-wrapper .templately-fsi-ai-sidebar-conversation-text{animation-duration:50ms;transform:none !important;opacity:.3}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper{display:inline-flex;flex-direction:column;width:auto;gap:28px;padding:12px 16px;background:#f6f7f8;border-radius:8px;border:none;min-width:280px;box-sizing:border-box;opacity:0;transform:translateY(15px);animation:fadeInUp .5s ease-out forwards;animation-delay:.15s}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:400;line-height:1;position:relative;opacity:0;transform:translateY(10px);animation:fadeInUp .4s ease-out forwards}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step:nth-child(1){animation-delay:.5s}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step:nth-child(2){animation-delay:.6s}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step:nth-child(3){animation-delay:.7s}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step:nth-child(4){animation-delay:.8s}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step:nth-child(5){animation-delay:.9s}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step:not(:first-of-type)::before{content:"";width:2px;height:24px;background:#e8ebef;position:absolute;bottom:calc(100% + 2px);border-radius:1px;left:7.5px;transform:translateX(-50%);z-index:1}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step:not(:first-of-type)::after{content:"";width:2px;height:0px;background:#c3cbd5;position:absolute;bottom:calc(100% + 2px);border-radius:1px;left:7.5px;transform:translateX(-50%) translateY(-24px);z-index:2}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step .templately-fsi-ai-sidebar-generating-content-step-icon{width:15px;height:15px;border-radius:50%;background:#e8ebef;flex-shrink:0;z-index:2;border:2px solid #e8ebef;box-sizing:border-box;position:relative}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step .templately-fsi-ai-sidebar-generating-content-step-icon::after{visibility:hidden;pointer-events:none;position:absolute;content:"";top:6px;left:2px;transform:scaleX(-0.95) rotate(140deg);transform-origin:top left;height:4px;width:2px;border-top:2px solid #3b82f6;border-right:2px solid #3b82f6}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step .templately-fsi-ai-sidebar-generating-content-step-message{color:#737a85}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-active .templately-fsi-ai-sidebar-generating-content-step-message{color:#40464f;transition:color .3s linear}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-active:after{height:24px;transform:translateX(-50%) translateY(0px);transition:height 0ms linear 500ms;animation:lineSlide 300ms linear;animation-delay:500ms}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-active .templately-fsi-ai-sidebar-generating-content-step-icon{background:rgba(0,0,0,0);border-left-color:#3b82f6;transition:border-color .3s linear 1000ms,background-color .3s linear 1000ms;animation:rotateSpinner 1s linear infinite;animation-delay:1200ms}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-done .templately-fsi-ai-sidebar-generating-content-step-message{color:#1f2328;transition:color .3s linear}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-done:after{height:24px;transform:translateX(-50%) translateY(0px)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-done .templately-fsi-ai-sidebar-generating-content-step-icon{background:rgba(0,0,0,0);border-color:#3b82f6;transition:border-color .3s linear,background-color .3s linear}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-done .templately-fsi-ai-sidebar-generating-content-step-icon::after{visibility:visible;transition:visibility 0s linear 400ms;animation:checkIcon 500ms ease;animation-delay:400ms}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-has-error .templately-fsi-ai-sidebar-generating-content-step-message{color:#ff7a8e;transition:color .3s linear}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-has-error:after{height:24px;transform:translateX(-50%) translateY(0px)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-generating-content-wrapper .templately-fsi-ai-sidebar-generating-content-step.templately-fsi-ai-sidebar-generating-content-step-has-error .templately-fsi-ai-sidebar-generating-content-step-icon{background:#ff7a8e;border-color:#ff7a8e;transition:border-color .3s linear,background-color .3s linear}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation-processing-placeholder{width:100%;margin:0;padding:0;border:none;outline:none;box-shadow:none;font-size:12px;font-weight:400;color:#737a85;font-style:italic;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation-processing-error{width:100%;margin:0;padding:0;border:none;outline:none;box-shadow:none;font-size:12px;font-weight:400;color:#ff7a8e;font-style:italic}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-body .templately-fsi-ai-sidebar-conversation-processing-error a{color:#8f67e3;cursor:pointer;text-decoration:underline;text-underline-offset:3px;outline:none !important;box-shadow:none !important}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer{padding:0 24px 28px;display:flex;flex-direction:column}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel{display:flex;flex-direction:column;opacity:0;transform:translateY(-8px);transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none;visibility:hidden;padding-top:12px;padding-left:12px;padding-right:12px;padding-bottom:22px;margin-bottom:-10px;border-radius:8px;background:rgba(0,0,0,0)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel--visible{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel--hidden{opacity:0;transform:translateY(-8px);pointer-events:none;visibility:hidden}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel--transitioning .templately-fsi-ai-sidebar-footer-info-button{pointer-events:none;opacity:.5;transition:opacity 100ms ease-in-out}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel .templately-fsi-ai-sidebar-footer-info-panel-head{display:flex}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel .templately-fsi-ai-sidebar-footer-info-panel-head .templately-fsi-ai-sidebar-footer-info-button{margin-left:auto;display:flex;align-items:center;gap:4px;background:none;padding:0;border:none;outline:none;color:#7f7f7f;cursor:pointer;font-family:"Inter",system-ui}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel .templately-fsi-ai-sidebar-footer-info-panel-head .templately-fsi-ai-sidebar-footer-info-button .templately-fsi-ai-sidebar-footer-info-button-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel .templately-fsi-ai-sidebar-footer-info-panel-head .templately-fsi-ai-sidebar-footer-info-button .templately-fsi-ai-sidebar-footer-info-button-icon--rotated{transform:rotate(180deg)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel .templately-fsi-ai-sidebar-footer-info-panel-head .templately-fsi-ai-sidebar-footer-info-button .templately-fsi-ai-sidebar-footer-info-button-text{font-size:14px;color:#7f7f7f;line-height:1;font-weight:400}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel .templately-fsi-ai-sidebar-footer-info-panel-body{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel .templately-fsi-ai-sidebar-footer-info-panel-body .templately-fsi-ai-sidebar-footer-info-panel-body-inner{min-height:0;padding-top:0;padding-bottom:0;overflow:hidden;transition:padding 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);font-size:12px;line-height:1.5;color:#737a85;font-weight:500}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel .templately-fsi-ai-sidebar-footer-info-panel-body .templately-fsi-ai-sidebar-footer-info-panel-body-inner .templately-fsi-ai-sidebar-footer-info-panel-content{margin:0 !important;opacity:1;transform:translateY(0);transition:all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel .templately-fsi-ai-sidebar-footer-info-panel-body .templately-fsi-ai-sidebar-footer-info-panel-body-inner .templately-fsi-ai-sidebar-footer-info-panel-content--transitioning{opacity:0;transform:translateY(-4px)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel.templately-fsi-ai-sidebar-footer-info-panel--open{background:#f7f7ff}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel.templately-fsi-ai-sidebar-footer-info-panel--open .templately-fsi-ai-sidebar-footer-info-panel-body{grid-template-rows:1fr}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-info-panel.templately-fsi-ai-sidebar-footer-info-panel--open .templately-fsi-ai-sidebar-footer-info-panel-body .templately-fsi-ai-sidebar-footer-info-panel-body-inner{padding-top:8px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-panel-wrapper{border-radius:10px;padding:1.5px;width:100%;height:100%;min-height:6.5rem;box-sizing:border-box;overflow:hidden;box-shadow:6px 3px 50px -7px #1060d7,0px -12px 50px -30px #5938d1;position:relative;z-index:1;animation:rotateShadowWrapper 5s linear infinite}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-panel-wrapper:before{content:"";position:absolute;width:200%;aspect-ratio:1/1;top:50%;left:50%;transform:translate(-50%, -50%);z-index:-1;background-image:conic-gradient(#5cc1ff, #f3ab63, #f4e0c4, #5935d0, #5cc1ff);animation:rotateFooter 5s cubic-bezier(0.6, -0.28, 0.74, 0.05) infinite}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-panel-wrapper .templately-fsi-ai-sidebar-footer-panel{width:100%;height:100%;border-radius:8px;background:#fff;box-sizing:border-box;padding:12px;display:flex;flex-direction:column}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-panel-wrapper .templately-fsi-ai-sidebar-footer-panel .templately-fsi-ai-sidebar-footer-panel-content{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-panel-wrapper .templately-fsi-ai-sidebar-footer-panel .templately-fsi-ai-sidebar-footer-panel-content form{width:100%;height:100%;position:relative}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-panel-wrapper .templately-fsi-ai-sidebar-footer-panel .templately-fsi-ai-sidebar-footer-panel-content--no-animation>*{opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity 150ms ease-in-out,transform 150ms ease-in-out}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-footer-panel-wrapper .templately-fsi-ai-sidebar-footer-panel .templately-fsi-ai-sidebar-footer-panel-content--animate-in>*{animation:contentSlideIn 150ms ease-in-out}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-start-button{align-self:flex-start;justify-self:flex-start;display:inline-flex;align-items:center;justify-content:center;height:2rem;box-sizing:border-box;border-radius:32px;background:linear-gradient(to right, #d3adff, #5d59ff);color:#fff;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0;font-family:"Inter",system-ui}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-start-button:disabled{background:linear-gradient(to right, #b9bec4, #b9bec4)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-start-button:disabled .templately-fsi-ai-sidebar-conversation-start-button-icon{background:linear-gradient(to right, #adb2b8, #adb2b8)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-start-button:disabled{pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-start-button .templately-fsi-ai-sidebar-conversation-start-button-text{font-size:14px;font-weight:500;line-height:1;padding-left:8px;padding-right:4px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-start-button .templately-fsi-ai-sidebar-conversation-start-button-icon{height:32px;width:32px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(to right, #b899ff, #746aff);border-radius:32px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-image-replace-button-wrapper{display:flex;gap:8px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-image-replace-button-wrapper .templately-fsi-ai-sidebar-conversation-image-replace-button{display:inline-flex;align-items:center;justify-content:center;border:none;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer;border-radius:4px;background:#f6f7f8;height:32px;padding:0 8px;font-size:14px;color:#40464f;font-weight:500;transition:all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-image-replace-button-wrapper .templately-fsi-ai-sidebar-conversation-image-replace-button:hover{background-color:#cbcfd5}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-email-error{position:absolute;bottom:0;left:0;right:40px;font-size:13px;color:#ff7a8e;line-height:1;font-weight:400;pointer-events:none;font-style:italic}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-button-wrapper{position:absolute;bottom:12px;right:12px;display:inline-flex;align-items:center;gap:8px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-button-wrapper .templately-fsi-ai-sidebar-conversation-skip-button{display:inline-flex;align-items:center;justify-content:center;height:2rem;box-sizing:border-box;border-radius:4px;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0 8px;font-family:"Inter",system-ui;font-size:14px;font-weight:500;line-height:1;color:#737a85;background:#f6f7f8}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-button-wrapper .templately-fsi-ai-sidebar-conversation-skip-button:disabled{opacity:.75;pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-button-wrapper .templately-fsi-ai-sidebar-conversation-submit-button{display:inline-flex;align-items:center;justify-content:center;height:2rem;width:2rem;box-sizing:border-box;border-radius:32px;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0;font-family:"Inter",system-ui;background:linear-gradient(to right, #b899ff, #746aff)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-button-wrapper .templately-fsi-ai-sidebar-conversation-submit-button:disabled{background:linear-gradient(to right, #b9bec4, #b9bec4);pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button{margin-top:auto;align-self:flex-end;justify-self:flex-end;display:inline-flex;align-items:center;justify-content:center;height:2rem;box-sizing:border-box;border-radius:32px;background:#f6f7f8;color:#737a85;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0;font-family:"Inter",system-ui}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button:disabled{opacity:.75;pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button .templately-fsi-ai-sidebar-conversation-new-chat-button-icon{display:inline-flex;align-items:center;justify-content:center;padding-left:8px;padding-right:4px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button .templately-fsi-ai-sidebar-conversation-new-chat-button-text{font-size:12px;font-weight:500;line-height:1;padding-left:0;padding-right:8px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button-with-tooltip{margin-top:auto;align-self:flex-end;justify-self:flex-end;display:inline-flex;align-items:center;justify-content:center;height:2rem;box-sizing:border-box;border-radius:12px;background:rgba(0,0,0,0);border:none;outline:none;box-shadow:none;cursor:pointer;padding:0;font-family:"Inter",system-ui;position:relative}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button-with-tooltip:disabled{opacity:.75;pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button-with-tooltip .templately-fsi-ai-sidebar-conversation-new-chat-button-text{position:absolute;top:50%;transform:translateY(-50%);right:calc(100% + 10px);font-size:10px;font-weight:500;line-height:1;padding-left:12px;padding-right:12px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #eeeff2;background:#fff;white-space:nowrap;color:#40464f;height:24px;pointer-events:none;opacity:0;transition:opacity .1s ease;box-shadow:0px 6px 16px 0px rgba(17,19,22,.12)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button-with-tooltip .templately-fsi-ai-sidebar-conversation-new-chat-button-text:before{content:"";position:absolute;top:50%;left:100%;transform:translateY(-50%);border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-left:5px solid #eeeff2}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button-with-tooltip .templately-fsi-ai-sidebar-conversation-new-chat-button-text:after{content:"";position:absolute;top:50%;left:100%;transform:translateY(-50%);border-top:3.85px solid rgba(0,0,0,0);border-bottom:3.85px solid rgba(0,0,0,0);border-left:3.85px solid #fff}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button-with-tooltip:hover .templately-fsi-ai-sidebar-conversation-new-chat-button-text{opacity:1}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-new-chat-button-with-tooltip .templately-fsi-ai-sidebar-conversation-new-chat-button-icon{height:32px;width:32px;display:inline-flex;align-items:center;justify-content:center;background:#f6f7f8;border-radius:12px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-finish-button{margin-top:auto;align-self:flex-end;justify-self:flex-end;display:inline-flex;align-items:center;justify-content:center;height:2rem;box-sizing:border-box;border-radius:32px;background:linear-gradient(to right, #d3adff, #5d59ff);color:#fff;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0;font-family:"Inter",system-ui}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-finish-button:disabled{background:linear-gradient(to right, #b9bec4, #b9bec4)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-finish-button:disabled .templately-fsi-ai-sidebar-conversation-finish-button-icon{background:linear-gradient(to right, #adb2b8, #adb2b8)}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-finish-button:disabled{pointer-events:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-finish-button .templately-fsi-ai-sidebar-conversation-finish-button-text{font-size:14px;font-weight:500;line-height:1;padding-left:8px;padding-right:4px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-finish-button .templately-fsi-ai-sidebar-conversation-finish-button-icon{height:32px;width:32px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(to right, #b899ff, #746aff);border-radius:32px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-category-input{width:100%;margin:0;padding:0;border:none;outline:none;box-shadow:none;font-size:14px;font-weight:400;color:#40464f}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-category-input::-moz-placeholder{color:#737a85;font-style:italic}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-category-input::placeholder{color:#737a85;font-style:italic}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-form{display:flex;flex-direction:column;gap:8px;width:100%;height:100%}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-form textarea{resize:none;height:100%}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-input{width:100%;margin:0;padding:0;border:none;outline:none;box-shadow:none;font-size:14px;font-weight:400;color:#40464f;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-input::-moz-placeholder{color:#737a85;font-style:italic}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-input::placeholder{color:#737a85;font-style:italic}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-input::-webkit-outer-spin-button,.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-categories-wrapper{display:flex;flex-wrap:wrap;gap:8px;position:absolute;bottom:0;left:0;right:40px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category{display:inline-flex;align-items:center;justify-content:center;border:none;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer;border-radius:4px;background:#f6f7f8;height:32px;padding:0 8px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category:has(input[type=radio]:checked){background-color:#cbcfd5}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category input[type=radio]{display:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category span{font-size:14px;color:#40464f;font-weight:500}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-categories-wrapper .templately-fsi-ai-sidebar-conversation-category-more-button{display:inline-flex;align-items:center;justify-content:center;height:32px;box-sizing:border-box;border-radius:32px;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0 8px;font-size:14px;font-weight:500;color:#40464f;background:#cbcfd5}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-languages-wrapper{display:flex;flex-wrap:wrap;gap:8px;position:absolute;bottom:0;left:0;right:40px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-languages-wrapper .templately-fsi-ai-sidebar-conversation-language{display:inline-flex;align-items:center;justify-content:center;border:none;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer;border-radius:4px;background:#f6f7f8;height:32px;padding:0 8px}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-languages-wrapper .templately-fsi-ai-sidebar-conversation-language:has(input[type=radio]:checked){background-color:#cbcfd5}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-languages-wrapper .templately-fsi-ai-sidebar-conversation-language input[type=radio]{display:none}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-languages-wrapper .templately-fsi-ai-sidebar-conversation-language span{font-size:14px;color:#40464f;font-weight:500}.templately-fsi-ai-sidebar .templately-fsi-ai-sidebar-content .templately-fsi-ai-sidebar-footer .templately-fsi-ai-sidebar-conversation-languages-wrapper .templately-fsi-ai-sidebar-conversation-language-more-button{display:inline-flex;align-items:center;justify-content:center;height:32px;box-sizing:border-box;border-radius:32px;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0 8px;font-size:14px;font-weight:500;color:#40464f;background:#cbcfd5}.templately-fsi-ai-sidebar-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.7);z-index:100000}.templately-fsi-ai-sidebar-overlay.show-animation{animation:fadeIn 200ms linear}.templately-fsi-ai-sidebar-overlay.hide-animation{animation:fadeOut 310ms linear}.templately-fsi-ai-sidebar-overlay.finish-animation{animation:fadeOut 510ms linear}.templately-fsi-ai-sidebar-image-replace-panel{display:flex;flex-direction:column;gap:16px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-header .templately-fsi-ai-sidebar-image-replace-panel-title{font-size:16px;font-weight:600;line-height:1.6;color:#1f2328;margin:0}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body{height:526px;border:1px solid #e8ebef;background-color:#f6f7f8;border-radius:8px;overflow:hidden;display:flex}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion{flex:1;display:flex;flex-direction:column;padding:12px;gap:12px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-header{display:flex;align-items:center;justify-content:space-between;gap:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-header .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-title{font-size:14px;font-weight:500;line-height:1.2;color:#40464f;margin:0}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-header .templately-fsi-ai-sidebar-image-replace-panel-reset-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0;font-family:"Inter",system-ui;font-size:12px;font-weight:500;line-height:1;color:#737a85;background:rgba(0,0,0,0)}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-header .templately-fsi-ai-sidebar-image-replace-panel-reset-button:disabled{color:#a5aab0;pointer-events:none}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid{overflow:auto}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-wrapper{display:flex;align-items:flex-start;border-radius:4px;position:relative}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-wrapper.show-border:after{content:"";position:absolute;inset:0;border:3px solid #e34c79;border-radius:4px;pointer-events:none}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image{width:100%;height:auto;border-radius:4px;-o-object-fit:cover;object-fit:cover}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay{position:absolute;inset:0;background-color:rgba(31,28,73,.2);border:1.2px solid rgba(0,0,0,0);border-radius:4px;padding:4px;display:flex;align-items:flex-end;justify-content:flex-end;gap:4px;opacity:0;transition:all .1s ease;cursor:pointer;z-index:1}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay-button{display:inline-flex;align-items:center;justify-content:center;height:22px;min-width:22px;box-sizing:border-box;border-radius:4px;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0 6px;gap:4px;font-family:"Inter",system-ui;font-size:10px;font-weight:500;line-height:1;color:#40464f;background:#f6f7f8;letter-spacing:.1px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay-button svg{flex-shrink:0;height:14px;width:14px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay-button.templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay-button-eye{padding:2px 2px !important;position:absolute;top:4px;right:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-wrapper:hover .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay{opacity:1}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-grid .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-wrapper.selected .templately-fsi-ai-sidebar-image-replace-panel-body-left-portion-image-overlay{border-color:#746aff;opacity:1}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion{width:50%;max-width:366px;flex-shrink:0;background-color:#fff;display:flex;flex-direction:column;padding:12px;gap:12px;box-sizing:border-box}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-title{font-size:14px;font-weight:500;line-height:1.2;color:#40464f;margin:0}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-tab-wrapper{display:inline-flex;justify-content:flex-start;align-self:flex-start;padding:2px;gap:4px;flex-wrap:wrap;background:#f6f7f8;border-radius:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-tab-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-tab{display:inline-flex;align-items:center;justify-content:center;height:20px;box-sizing:border-box;border-radius:4px;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0 6px;font-size:12px;font-weight:500;color:#737a85;background-color:rgba(0,0,0,0)}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-tab-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-tab.active{color:#fff;background:linear-gradient(to right, #b899ff, #746aff)}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter{display:flex;align-items:center;justify-content:space-between;gap:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-wrapper{display:flex;align-items:center;position:relative;width:100%;max-width:286px;gap:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-wrapper:disabled{pointer-events:none;cursor:not-allowed}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-icon{position:absolute;top:50%;left:8px;transform:translateY(-50%);pointer-events:none;display:inline-flex;align-items:center;justify-content:center}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search{padding-left:22px;padding-right:8px;margin:0px;height:24px;min-height:24px;border:none;outline:none;box-shadow:none;font-size:10px;font-weight:400;color:#404754;flex-grow:1;box-sizing:border-box;background:#f3f4f5;border-radius:6px;line-height:1 !important}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search::-moz-placeholder{color:#949da8;font-size:10px;font-weight:400}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search::placeholder{color:#949da8;font-size:10px;font-weight:400}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-button{height:24px;border:none;padding:2px 6px;background:linear-gradient(to right, #b899ff, #746aff);color:#fff;outline:none;box-shadow:none;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer;font-size:10px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-search-button:disabled{background:linear-gradient(to right, #b9bec4, #b9bec4)}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover-button{padding:0 3px;height:24px;min-width:24px;font-size:10px;color:#404754;background:#f3f4f5;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:none;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-filter .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover-button.disabled{cursor:not-allowed;pointer-events:none}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-no-image-selected-panel-wrapper{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;margin-top:auto;margin-bottom:auto;position:relative;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-no-image-selected-panel-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-no-image-selected-panel-image-arrow{position:absolute;left:0;top:27px;width:120px;max-width:40%}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-no-image-selected-panel-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-no-image-selected-panel-image{width:100%;max-width:64px;height:auto;margin-bottom:20px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-no-image-selected-panel-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-no-image-selected-panel-title{margin:0;padding:0;font-size:14px;font-weight:500;line-height:1.4;color:#40464f}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-no-image-selected-panel-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-no-image-selected-panel-text{margin:0;padding:0;font-size:12px;font-weight:400;line-height:1.4;color:#737a85;max-width:27ch}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid{overflow:auto}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper{display:flex;flex-direction:column;gap:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-wrapper{display:flex;align-items:flex-start;border-radius:4px;position:relative}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-image{width:100%;height:auto;border-radius:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-image-overlay{position:absolute;inset:0;background-color:rgba(31,28,73,.2);border:1.2px solid rgba(0,0,0,0);border-radius:4px;padding:4px;display:flex;align-items:flex-end;justify-content:flex-end;gap:4px;opacity:0;transition:all .1s ease}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-image-overlay .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-image-overlay-button{display:inline-flex;align-items:center;justify-content:center;height:22px;min-width:22px;box-sizing:border-box;border-radius:4px;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0 6px;gap:4px;font-family:"Inter",system-ui;font-size:10px;font-weight:500;line-height:1;color:#40464f;background:#f6f7f8;letter-spacing:.1px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-image-overlay .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-image-overlay-button svg{flex-shrink:0;height:14px;width:14px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-image-overlay .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-image-overlay-button.templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-image-overlay-button-eye{padding:2px 2px !important;position:absolute;top:4px;right:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-wrapper:hover .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-image-overlay{opacity:1}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-image-provider{font-size:8px;line-height:1.2;font-weight:400;color:#667085}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-grid .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-images-outer-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-stock-image-provider a{color:#8f67e3;cursor:pointer;text-decoration:underline;text-underline-offset:1px;outline:none !important;box-shadow:none !important}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ai-generated-tab-content-wrapper{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;margin-top:auto;margin-bottom:auto;position:relative;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ai-generated-tab-content-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ai-generated-tab-content-title{margin:0;padding:0;font-size:12px;font-weight:600;line-height:1.4;color:#737a85;text-transform:uppercase}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ai-generated-tab-content-wrapper .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ai-generated-tab-content-image{width:100%;max-width:268px;height:auto}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-uploader{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #f5f9fc;border-radius:16px;padding:24px;background:#f5f9fc;gap:8px;margin-top:20px;cursor:pointer}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-uploader .templately-fsi-ai-sidebar-image-replace-panel-image-upload-uploader-icon{height:40px;width:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;margin-bottom:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-uploader .templately-fsi-ai-sidebar-image-replace-panel-image-upload-uploader-icon svg{height:24px;width:24px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-uploader .templately-fsi-ai-sidebar-image-replace-panel-image-upload-uploader-text{font-size:12px;font-weight:500;line-height:1;color:#1f2328;text-align:center}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-uploader .templately-fsi-ai-sidebar-image-replace-panel-image-upload-uploader-button{font-size:12px;font-weight:500;line-height:1;background:linear-gradient(to right, #b899ff, #746aff);color:rgba(0,0,0,0);-webkit-background-clip:text;background-clip:text;text-align:center;cursor:pointer;height:24px;border:none;outline:none;box-shadow:none;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #357ab5;border-radius:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper{display:flex;flex-direction:column;gap:4px;padding:16px;background:#f6f7f8;border-radius:16px;position:relative}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-cancel-button{position:absolute;top:16px;right:16px;border:none;outline:none;box-shadow:none;background:#fff;border-radius:16px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-title{margin:0;padding:0;font-size:12px;font-weight:500;line-height:1;color:#1f2328;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;padding-right:32px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-size-wrapper{display:flex;align-items:center;gap:8px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-size-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-size{margin:0;padding:0;font-size:12px;font-weight:400;line-height:1;color:#6d6d6d}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-size-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-status{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:400;line-height:1;color:#1f2328}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-size-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-status .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-status-icon{display:flex;align-items:center;justify-content:center;animation:rotateSpinner 2s linear infinite}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-size-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-status .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-status-icon svg{height:16px;width:16px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-bar-wrapper{height:6px;width:100%;border-radius:6px;background:#e8ebef;display:flex;margin-top:8px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-body .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-bar-wrapper .templately-fsi-ai-sidebar-image-replace-panel-image-upload-progress-bar{height:6px;border-radius:6px;background:linear-gradient(to right, #b899ff, #746aff);transition:width .5s ease}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-footer{display:flex;gap:8px;justify-content:flex-end}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-footer .templately-fsi-ai-sidebar-image-replace-panel-skip-button{display:inline-flex;align-items:center;justify-content:center;height:2rem;box-sizing:border-box;border-radius:4px;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0 8px;font-family:"Inter",system-ui;font-size:14px;font-weight:500;line-height:1;color:#737a85;background:rgba(0,0,0,0)}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-footer .templately-fsi-ai-sidebar-image-replace-panel-skip-button:disabled{opacity:.75;pointer-events:none}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-footer .templately-fsi-ai-sidebar-image-replace-panel-submit-button{align-self:flex-start;justify-self:flex-start;display:inline-flex;align-items:center;justify-content:center;height:2rem;box-sizing:border-box;border-radius:32px;background:linear-gradient(to right, #d3adff, #5d59ff);color:#fff;border:none;outline:none;box-shadow:none;cursor:pointer;padding:0;font-family:"Inter",system-ui}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-footer .templately-fsi-ai-sidebar-image-replace-panel-submit-button:disabled{background:linear-gradient(to right, #b9bec4, #b9bec4)}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-footer .templately-fsi-ai-sidebar-image-replace-panel-submit-button:disabled .templately-fsi-ai-sidebar-image-replace-panel-submit-button-icon{background:linear-gradient(to right, #adb2b8, #adb2b8)}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-footer .templately-fsi-ai-sidebar-image-replace-panel-submit-button:disabled{pointer-events:none}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-footer .templately-fsi-ai-sidebar-image-replace-panel-submit-button .templately-fsi-ai-sidebar-image-replace-panel-submit-button-text{font-size:14px;font-weight:500;line-height:1;padding-left:8px;padding-right:4px}.templately-fsi-ai-sidebar-image-replace-panel .templately-fsi-ai-sidebar-image-replace-panel-footer .templately-fsi-ai-sidebar-image-replace-panel-submit-button .templately-fsi-ai-sidebar-image-replace-panel-submit-button-icon{height:32px;width:32px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(to right, #b899ff, #746aff);border-radius:32px}@keyframes pulse{0%,30%{outline:0px solid #3b82f6}100%{outline:4px solid rgba(0,0,0,0)}}@keyframes fadeIn{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes fadeOut{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes slideIn{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(0)}100%{transform:translateX(100%)}}@keyframes rotateFooter{from{transform:translate(-50%, -50%) rotate(0deg)}to{transform:translate(-50%, -50%) rotate(360deg)}}@keyframes rotateShadowWrapper{0%{box-shadow:6px 3px 50px -7px #1060d7,0px -12px 50px -30px #5938d1}25%{box-shadow:6px -3px 50px -7px #1060d7,0px 12px 50px -20px #5938d1}50%{box-shadow:-6px -3px 50px -7px #1060d7,0px -12px 50px -40px #5938d1}75%{box-shadow:-6px 3px 50px -7px #1060d7,0px 12px 50px -20px #5938d1}100%{box-shadow:6px 3px 50px -7px #1060d7,0px -12px 50px -30px #5938d1}}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}@keyframes contentSlideIn{0%{opacity:0;transform:translateY(8px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 4px, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translate3d(0, 8px, 0) scale(0.96)}70%{opacity:.8;transform:translate3d(0, -1px, 0) scale(1.005)}100%{opacity:1;transform:translate3d(0, 0, 0) scale(1)}}@keyframes dotPulse{0%{box-shadow:16px 0 0 -5px}30%{box-shadow:16px 0 0 2px}60%,100%{box-shadow:16px 0 0 -5px}}@keyframes lineSlide{0%{height:0px;transform:translateX(-50%) translateY(-24px)}100%{height:24px;transform:translateX(-50%) translateY(0px)}}@keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes checkIcon{0%{height:0;width:0;opacity:1;transform:scaleX(-0.95) rotate(140deg)}30%{height:0;width:2px;opacity:1;transform:scaleX(-0.95) rotate(140deg)}60%{height:4px;width:2px;opacity:1;transform:scaleX(-0.95) rotate(140deg)}100%{height:4px;width:2px;opacity:1;transform:scaleX(-0.95) rotate(140deg)}}.templately-ai-image-generator-modal .templately-ai-icon-picker{position:relative;width:100%;box-sizing:border-box}.templately-ai-image-generator-modal .templately-ai-icon-picker .templately-ai-icon-picker-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding:0 12px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;cursor:pointer;transition:all .2s ease;box-sizing:border-box;font-size:14px}.templately-ai-image-generator-modal .templately-ai-icon-picker .templately-ai-icon-picker-trigger.is-focused{outline:none;border-color:#5632d1;box-shadow:0 0 0 3px #ece7fd}.templately-ai-image-generator-modal .templately-ai-icon-picker .templately-ai-icon-picker-trigger .templately-ai-icon-picker-selected{display:flex;align-items:center;gap:8px;flex:1;min-height:0;height:100%}.templately-ai-image-generator-modal .templately-ai-icon-picker .templately-ai-icon-picker-trigger .templately-ai-icon-picker-selected .templately-ai-icon-picker-icon{font-size:16px;color:#535865;display:flex;align-items:center;justify-content:center;flex-shrink:0}.templately-ai-image-generator-modal .templately-ai-icon-picker .templately-ai-icon-picker-trigger .templately-ai-icon-picker-selected .templately-ai-icon-picker-none{font-size:14px;color:#8b939e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.templately-ai-image-generator-modal .templately-ai-icon-picker .templately-ai-icon-picker-trigger .templately-ai-icon-picker-chevron{width:20px;height:20px;color:#8b939e;transition:transform .2s ease;flex-shrink:0;margin-left:8px}.templately-ai-image-generator-modal .templately-ai-icon-picker .templately-ai-icon-picker-trigger .templately-ai-icon-picker-chevron.open{transform:rotate(180deg)}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown{background:#fff;box-shadow:0 4px 8px .5px rgba(10,37,56,.15);border-radius:8px;z-index:100001;padding:12px 7.5px;width:196px;display:flex;flex-direction:column}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-search{position:relative;margin-bottom:6px;display:flex;align-items:center;flex-shrink:0}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-search .templately-ai-icon-picker-search-input{width:100%;padding:4px 36px 4px 10px;border:1px solid #e4e7eb;border-radius:6px;font-size:14px;font-family:"DM Sans",sans-serif;color:#1f2128;background:#fff}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-search .templately-ai-icon-picker-search-input::-moz-placeholder{color:#535865}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-search .templately-ai-icon-picker-search-input::placeholder{color:#535865}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-search .templately-ai-icon-picker-search-input:focus{outline:none;border-color:#5632d1;box-shadow:0 0 0 3px #ece7fd}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-search svg{position:absolute;right:12px;width:16px;height:16px;pointer-events:none}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:4px;justify-content:center;padding:6px;box-sizing:border-box;overflow-y:hidden;overflow-x:hidden;max-height:150px}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-grid .templately-ai-icon-picker-item{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;border-radius:6px;cursor:pointer;transition:all .2s ease}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-grid .templately-ai-icon-picker-item:hover{border-color:#d0d5dd;background:#f2f5f7}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-grid .templately-ai-icon-picker-item.active{background:#ece7fd;border-color:#5632d1;color:#5632d1}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-grid .templately-ai-icon-picker-item .templately-ai-icon-picker-item-icon{font-size:12px;display:flex;align-items:center;justify-content:center;color:inherit}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-grid .templately-ai-icon-picker-item .templately-ai-icon-picker-item-label{font-size:8px;color:#535865;text-align:center;word-break:break-word}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-icon-picker-grid .templately-ai-icon-picker-grid-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 0;gap:8px;color:#667085;font-size:12px;width:100%;grid-column:1/-1}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-spinner{animation:rotate 2s linear infinite;width:100%;height:100%}.templately-ai-image-generator-modal .templately-ai-icon-picker-dropdown .templately-ai-spinner .path{stroke:#5632d1;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.templately-ai-image-generator-modal .templately-ai-icon-picker-loading{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.templately-ai-image-generator-modal .typography-logo-tab-font-family .templately-ai-select__input{box-shadow:none}.templately-item-details-item-meta-category{color:#475467;font-size:1rem;line-height:1.25 !important;font-weight:600;cursor:pointer;text-decoration:none;text-underline-offset:4px}.templately-item-details-item-meta-category:hover{color:#5ac0ff;text-decoration:underline}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.templately-display-condition-modal-wrapper{height:100%;display:flex;flex-direction:column;padding-left:20px;padding-right:20px}.templately-display-condition-modal-header{background:#fff;border-block-end:1px solid #e6e8ea;border-start-start-radius:8px;border-start-end-radius:8px;display:flex;align-items:center;gap:10px;padding-inline:24px;padding-block:16px}.templately-display-condition-modal-header .templately-logo{display:flex;align-items:center;gap:12px}.templately-display-condition-modal-header .templately-logo .text-logo{height:28px}.templately-display-condition-modal-header .close-button{all:unset;margin-inline-start:auto;display:inline-flex;align-items:center}.templately-display-condition-modal-header .close-button svg{width:24px;fill:#8c959f}.templately-display-condition-modal-header .close-button:hover svg{fill:#3c434a}.templately-display-condition-modal-body{background:#fff;flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding-block-start:112px;padding-block-end:56px;font-family:"DM Sans",sans-serif;overflow-y:auto}.templately-display-condition-modal-body h1{font-size:30px;line-height:1.1;color:#000}.templately-display-condition-modal-body h1:not(:last-child){margin-block-end:24px}.templately-display-condition-modal-body p{font-size:18px;line-height:1.43;color:#525962;margin-block-start:0}.templately-display-condition-modal-body p:not(:last-child){margin-block-end:32px}.templately-display-condition-modal-body .templately-display-conditions{width:100%;max-width:700px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper{width:100%;display:flex;align-items:center;gap:8px}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .templately-display-condition{flex-grow:1;display:flex;border:1px solid #e6e8ea;border-radius:0}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .templately-display-condition .templately-condition.templately-condition-type{width:120px}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .templately-display-condition .templately-condition.templately-condition-id .templately-condition__input-container{width:120px !important}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .templately-display-condition .templately-condition.templately-condition-id .templately-condition__input-container .templately-condition__input{width:120px !important;text-overflow:ellipsis;border:none !important;box-shadow:none !important;outline:none !important}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .templately-display-condition .templately-condition:not(.templately-condition-type){flex-grow:1}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .templately-display-condition .templately-condition .templately-condition__control{border-block-start:none !important;border-block-end:none !important;border-inline-start:none !important;border-radius:0 !important;background-color:rgba(0,0,0,0) !important}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .templately-display-condition .templately-condition .templately-condition__control .templately-condition__input-container .templately-condition__input{min-height:20px !important}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .templately-display-condition .templately-condition:last-child .templately-condition__control{border-inline-end:0 !important}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .templately-display-condition .templately-condition:not(:last-child) .templately-condition__control{border-inline-end:1px solid #e6e8ea !important}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .delete-button{all:unset;margin-inline-start:auto;display:inline-flex;align-items:center}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .delete-button svg{width:24px;fill:#8c959f}.templately-display-condition-modal-body .templately-display-conditions .templately-display-condition-wrapper .delete-button:hover svg{fill:#3c434a}.templately-display-condition-modal-body .templately-display-conditions .templately-button{margin-block-start:42px;display:inline-flex;align-items:center;justify-content:center;background-color:#5453fd;color:#fff;padding:10px 30px;border-radius:5px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:0;box-shadow:none;outline:none;text-decoration:none;box-sizing:border-box}.templately-display-condition-modal-footer{background:#fff;border-block-start:1px solid #e6e8ea;border-end-start-radius:8px;border-end-end-radius:8px;padding-inline:24px;padding-block:16px;display:flex;align-items:center}.templately-display-condition-modal-footer .templately-button{margin-inline-start:auto;display:inline-flex;align-items:center;justify-content:center;background-color:#5453fd;color:#fff;padding:12px 32px;border-radius:5px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:0;box-shadow:none;outline:none;font-size:14px;font-weight:500;text-decoration:none;box-sizing:border-box}.templately-display-condition-modal-footer .templately-button:hover{background:#4040e3;box-shadow:0 15px 40px rgba(84,83,253,.15)}.templately-display-condition-loader{background:#fff;height:100%;display:flex;align-items:center;justify-content:center;border-radius:8px}.templately-fsi-ai-sidebar-credit-limit-panel{background:#f3f3fb;border:1px solid #eaecf0;border-radius:8px;width:464px;padding:16px;display:flex;flex-direction:column;gap:8px;z-index:100002;box-sizing:border-box;font-family:"Inter",system-ui}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-header{display:flex;align-items:center;justify-content:space-between;gap:4px}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-header .templately-fsi-ai-sidebar-credit-limit-panel-title{margin:0;padding:0;font-size:18px;font-weight:500px;line-height:20px;color:#1d2939}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-header .templately-fsi-ai-sidebar-credit-limit-panel-increase-limit-btn{font-size:14px;font-weight:500;line-height:20px;color:#8f67e3;cursor:pointer;text-decoration:underline;text-underline-offset:3px;outline:none !important;box-shadow:none !important}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-credits-info{margin:0;padding:0;font-size:13px;font-weight:400;line-height:20px;color:#98a2b3}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-usage-wrapper{display:flex;align-items:center;justify-content:space-between;gap:4px}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-usage-wrapper .templately-fsi-ai-sidebar-credit-limit-panel-usage-text{margin:0;padding:0;font-size:13px;font-weight:400;line-height:20px;color:#1d2939}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-usage-wrapper .templately-fsi-ai-sidebar-credit-limit-panel-credits-reset-info{margin:0;padding:0;font-size:13px;font-weight:400;line-height:20px;color:#98a2b3}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-progress-wrapper{width:100%;height:8px;background-color:#fff;border-radius:4px;overflow:hidden}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-progress-wrapper .templately-fsi-ai-sidebar-credit-limit-panel-progress-bar{height:100%;background-color:#d9dce1;border-top-left-radius:4px;border-bottom-left-radius:4px;transition:width .3s ease}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-estimated-credit{margin:0;padding:0;font-size:16px;font-weight:400;line-height:24px;color:#1d2939}.templately-fsi-ai-sidebar-credit-limit-panel .templately-fsi-ai-sidebar-credit-limit-panel-estimated-credit strong{font-weight:600}.templately-fsi-ai-sidebar-conversation-categories-panel{background:#fff;border:1px solid #e9ebed;border-radius:8px;width:214px;max-height:288px;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:4px;font-family:"Inter",system-ui;z-index:100002;box-sizing:border-box}.templately-fsi-ai-sidebar-conversation-categories-panel .templately-fsi-ai-sidebar-conversation-category{width:100%;display:flex;align-items:center;justify-content:flex-start;text-align:left;border:none;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer;border-radius:8px;background:#f9fafb;height:40px;min-height:40px;padding:0 14px;transition:background-color .1s linear}.templately-fsi-ai-sidebar-conversation-categories-panel .templately-fsi-ai-sidebar-conversation-category:has(input[type=radio]:checked){background-color:#cbcfd5}.templately-fsi-ai-sidebar-conversation-categories-panel .templately-fsi-ai-sidebar-conversation-category:hover{background-color:#eaeff3}.templately-fsi-ai-sidebar-conversation-categories-panel .templately-fsi-ai-sidebar-conversation-category input[type=radio]{display:none}.templately-fsi-ai-sidebar-conversation-categories-panel .templately-fsi-ai-sidebar-conversation-category span{font-size:14px;color:#101828;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templately-fsi-ai-sidebar-conversation-languages-panel{background:#fff;border:1px solid #e9ebed;border-radius:8px;width:214px;max-height:288px;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:4px;font-family:"Inter",system-ui;z-index:100002;box-sizing:border-box}.templately-fsi-ai-sidebar-conversation-languages-panel .templately-fsi-ai-sidebar-conversation-language{width:100%;display:flex;align-items:center;justify-content:flex-start;text-align:left;border:none;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer;border-radius:8px;background:#f9fafb;height:40px;min-height:40px;padding:0 14px;transition:background-color .1s linear}.templately-fsi-ai-sidebar-conversation-languages-panel .templately-fsi-ai-sidebar-conversation-language:has(input[type=radio]:checked){background-color:#cbcfd5}.templately-fsi-ai-sidebar-conversation-languages-panel .templately-fsi-ai-sidebar-conversation-language:hover{background-color:#eaeff3}.templately-fsi-ai-sidebar-conversation-languages-panel .templately-fsi-ai-sidebar-conversation-language:active{background-color:#cbcfd5}.templately-fsi-ai-sidebar-conversation-languages-panel .templately-fsi-ai-sidebar-conversation-language input[type=radio]{display:none}.templately-fsi-ai-sidebar-conversation-languages-panel .templately-fsi-ai-sidebar-conversation-language span{font-size:14px;color:#101828;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover{background:#fff;border:1px solid #e9ebed;border-radius:8px;width:130px;max-height:120px;overflow:auto;padding:4px;display:flex;flex-direction:column;gap:0;font-family:"Inter",system-ui;z-index:100002;box-sizing:border-box}.templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover-item{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:4px;text-align:left;border:none;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer;border-radius:8px;background:rgba(0,0,0,0);height:28px;min-height:28px;padding:0 6px;transition:background-color .1s linear;font-size:10px;color:#40464f;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover-item svg{color:#737a85}.templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover-item.active{background-color:#f9fafb;color:#1f2328;font-weight:500}.templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover .templately-fsi-ai-sidebar-image-replace-panel-body-right-portion-ratio-popover-item.active svg{color:#404754}.templately-plugin-select__input{min-height:30px !important}.templately-plugin-select__input:focus{box-shadow:none !important}.ReactModal__Overlay{z-index:99999 !important;display:flex;align-items:center;justify-content:center}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal]{inset:50px auto auto auto !important;padding:0 !important;transform:translate(0%, 0%) !important;height:calc(100vh - 100px) !important;width:calc(100vw - 100px) !important;max-width:calc(100vw - 60px) !important;position:static}@media screen and (max-width: 768px){.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal]{width:calc(100vw - 60px) !important;max-width:calc(100vw - 60px) !important}}@media screen and (max-width: 480px){.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal]{width:calc(100vw - 20px) !important;max-width:calc(100vw - 20px) !important}}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head{background:#25248c;display:flex;align-items:center;padding:20px 40px;position:sticky}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__preview__product__name{flex:1;font-size:14px;font-weight:500;margin:0;padding:0;color:#fff}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__live__link{flex:1;display:flex;justify-content:flex-end}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__live__link .tly__danger__button{text-align:center;text-transform:uppercase;border:2px solid;border-radius:50px;justify-content:center;align-items:center;min-height:50px;padding:2px 23px;font-size:14px;font-weight:500;line-height:1.2;display:inline-flex;color:#fff;background:#ff8598;border-color:#ff8598;transition:all .1s ease-in-out;text-decoration:none}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__live__link .tly__danger__button:hover{background:#ff6178;border-color:#ff6178}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__preview__controller__group{display:flex}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__preview__controller__group .tly__preview__control{height:50px;width:50px;min-width:50px;border-radius:8px;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.2);font-size:1.111111em;color:#fff;border:none;cursor:pointer}@media screen and (max-width: 1200px){.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__preview__controller__group .tly__preview__control{height:38px;width:38px;min-width:38px}}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__preview__controller__group .tly__preview__control.tly__active{background:#5453fd}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__preview__controller__group .tly__preview__control:not(:last-child){margin-right:10px}@media screen and (max-width: 768px){.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head.tly__tablet__active .tly__preview__product__name,.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head.tly__tablet__active .tly__live__link{display:none}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head.tly__tablet__active .tly__preview__controller__group{margin-left:auto;margin-right:auto}}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head.tly__mobile__active .tly__preview__product__name,.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head.tly__mobile__active .tly__live__link{display:none}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head.tly__mobile__active .tly__preview__controller__group{margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__preview__product__name,.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__live__link{display:none}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__head .tly__preview__controller__group{margin-left:auto;margin-right:auto}}.ReactModal__Overlay .ReactModal__Content[aria-label~=LiveDemoModal] .tly__preview__body{overflow:hidden;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:100%;background:#fff}.ReactModal__Overlay .ReactModal__Content[aria-label~=tablet]{width:768px !important}.ReactModal__Overlay .ReactModal__Content[aria-label~=phone]{width:420px !important}.ReactModal__Overlay .tly__modal__closer{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal{position:relative;width:100%;margin-right:36px;padding-right:8px;font-family:"Inter",sans-serif}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-close{position:absolute;top:0;right:-36px;height:32px;width:32px;background-color:#fff;border-radius:50%;cursor:pointer;color:#475467;display:inline-flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border:1px solid #fff}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content{width:100%;display:grid;grid-template-columns:1fr;gap:24px;position:relative;background-color:#fbfbfb;border-radius:12px;padding:24px;z-index:1;overflow:hidden;box-sizing:border-box}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-bg{position:absolute;z-index:-1;left:-1px;bottom:-1px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;-o-object-position:left bottom;object-position:left bottom}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner{display:flex;flex-direction:column;gap:24px;align-items:center}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-heading{font-size:1.5rem;font-weight:600;color:#344054;line-height:1.25;margin:0;text-align:center}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-heading span{font-size:2rem;font-weight:800;color:rgba(0,0,0,0);-webkit-background-clip:text;background-clip:text;background-image:conic-gradient(#5cc1ff, #5cc1ff, #5cc1ff, #5935d0, #5935d0, #5935d0, #5935d0, #f3ab63, #f3ab63, #f3ab63, #f3ab63, #f3ab63, #5cc1ff, #5cc1ff, #5cc1ff)}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:8px;width:100%;max-width:30rem;margin-top:20px;margin-bottom:16px}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-list .templately-item-details-upgrade-plan-modal-list-item{display:inline-flex;align-items:center;gap:8px}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-list .templately-item-details-upgrade-plan-modal-list-item .dashicons{color:#5ac0ff}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-list .templately-item-details-upgrade-plan-modal-list-item .templately-item-details-upgrade-plan-modal-list-item-text{font-size:.875rem;font-weight:400;color:#475467;line-height:1.25;margin:0;padding:0}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans{display:flex;flex-direction:column;gap:4px;width:100%}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item{padding:2px;border-radius:8px;background-color:#dfe5ed;display:flex;flex-direction:column;gap:4px;width:100%;cursor:pointer;text-decoration:none}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item .templately-item-details-upgrade-plan-modal-plans-item-inner{background:#fff;padding:12px 16px;border-radius:6px;display:flex;align-items:center;gap:8px}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item .templately-item-details-upgrade-plan-modal-plans-item-inner .templately-item-details-upgrade-plan-modal-plans-item-name{font-weight:400;color:#475467;font-size:16px;max-width:25ch;line-height:1.25;margin:0;padding:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item .templately-item-details-upgrade-plan-modal-plans-item-inner .templately-item-details-upgrade-plan-modal-plans-item-name .templately-item-details-upgrade-plan-modal-plans-item-name-bold{font-weight:600;color:#4040e3}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item .templately-item-details-upgrade-plan-modal-plans-item-inner .templately-item-details-upgrade-plan-modal-plans-item-price{font-size:1.5rem;color:#1d2939;font-weight:600;margin:0;margin-left:auto}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item .templately-item-details-upgrade-plan-modal-plans-item-inner .templately-item-details-upgrade-plan-modal-plans-item-price .templately-item-details-upgrade-plan-modal-plans-item-price-sub{font-size:.875rem;font-weight:400;color:#475467;position:relative;bottom:4px}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item .templately-item-details-upgrade-plan-modal-plans-item-inner .templately-item-details-upgrade-plan-modal-plans-item-button{padding:2px;border-radius:50%;font-size:16px;height:40px;width:40px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#475467;margin-left:8px;cursor:pointer;position:relative;z-index:1}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item .templately-item-details-upgrade-plan-modal-plans-item-inner .templately-item-details-upgrade-plan-modal-plans-item-button .templately-item-details-upgrade-plan-modal-plans-item-button-icon{width:100%;height:100%;background:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;gap:2px;z-index:1}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item .templately-item-details-upgrade-plan-modal-plans-item-inner .templately-item-details-upgrade-plan-modal-plans-item-button:before{content:"";position:absolute;inset:0;border-radius:50%;z-index:-1;background-image:conic-gradient(#5935d0, #5935d0, #5cc1ff, #5cc1ff, #5cc1ff, #5cc1ff, #5cc1ff, #f3ab63, #f4e0c4, #5935d0, #5935d0, #5935d0, #5935d0);color:#1d2939}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item:hover{background-image:conic-gradient(#5935d0, #5935d0, #5cc1ff, #5cc1ff, #5cc1ff, #5cc1ff, #5cc1ff, #f3ab63, #f4e0c4, #5935d0, #5935d0, #5935d0, #5935d0)}.ReactModal__Overlay .templately-item-details-upgrade-plan-modal .templately-item-details-upgrade-plan-modal-content .templately-item-details-upgrade-plan-modal-inner .templately-item-details-upgrade-plan-modal-plans .templately-item-details-upgrade-plan-modal-plans-item:hover .templately-item-details-upgrade-plan-modal-plans-item-inner .templately-item-details-upgrade-plan-modal-plans-item-name{font-weight:500}
.toplevel_page_templately .templately-setting-container,.templately_page_templately_settings .templately-setting-container{padding-bottom:65px;padding-left:20px}.toplevel_page_templately #wpwrap:has(.templately-setting-container),.templately_page_templately_settings #wpwrap:has(.templately-setting-container){height:auto !important}.toplevel_page_templately .templately-admin-preloader,.templately_page_templately_settings .templately-admin-preloader{display:flex;align-items:center;justify-content:center;padding:100px;min-height:100%;box-sizing:border-box;text-align:center}.toplevel_page_templately .templately-admin-preloader>svg,.templately_page_templately_settings .templately-admin-preloader>svg{margin-right:10px}.toplevel_page_templately .templately-builder-nav,.templately_page_templately_settings .templately-builder-nav{margin-top:20px;display:flex;border-bottom:1px solid #c3c4c7}.toplevel_page_templately .templately-builder-nav .nav-tab-wrapper,.templately_page_templately_settings .templately-builder-nav .nav-tab-wrapper{border-bottom:none}.toplevel_page_templately .templately-builder-nav .nav-tab-wrapper .nav-tab,.templately_page_templately_settings .templately-builder-nav .nav-tab-wrapper .nav-tab{float:left;border:none;border-bottom:none;margin-left:.5em;margin-bottom:0;padding:0;background:rgba(0,0,0,0);color:#50575e;text-decoration:none;white-space:nowrap}.toplevel_page_templately .templately-builder-nav .nav-tab-wrapper .nav-tab.active a,.templately_page_templately_settings .templately-builder-nav .nav-tab-wrapper .nav-tab.active a{background:#f0f0f1;color:#000;border-bottom:1px solid #f0f0f1;margin-bottom:-1px}.toplevel_page_templately .templately-builder-nav .nav-tab-wrapper .nav-tab a,.templately_page_templately_settings .templately-builder-nav .nav-tab-wrapper .nav-tab a{cursor:pointer;float:left;border:1px solid #c3c4c7;border-bottom:none;margin:0;padding:5px 10px;font-size:14px;line-height:1.71428571;font-weight:600;background:#dcdcde;color:#50575e;text-decoration:none}.toplevel_page_templately .templately-builder-nav .nav-tab-wrapper .nav-tab a:focus,.templately_page_templately_settings .templately-builder-nav .nav-tab-wrapper .nav-tab a:focus{box-shadow:none;outline:0}.toplevel_page_templately .templately-builder-nav .nav-tab-wrapper .nav-tab a:hover,.templately_page_templately_settings .templately-builder-nav .nav-tab-wrapper .nav-tab a:hover{color:#3c434a;background:#fff}.toplevel_page_templately .templately-builder-nav .templately-switcher,.templately_page_templately_settings .templately-builder-nav .templately-switcher{width:150px;display:inline-flex;margin-left:auto}.toplevel_page_templately .templately-builder-nav .templately-switcher__control,.templately_page_templately_settings .templately-builder-nav .templately-switcher__control{height:38px;width:150px}.toplevel_page_templately .templately-builder-nav .templately-switcher__menu,.templately_page_templately_settings .templately-builder-nav .templately-switcher__menu{right:20px;z-index:10000}.toplevel_page_templately .templately-builder-nav .templately-switcher__control .templately-switcher__single-value,.toplevel_page_templately .templately-builder-nav .templately-switcher__control .templately-switcher__option,.toplevel_page_templately .templately-builder-nav .templately-switcher__menu .templately-switcher__single-value,.toplevel_page_templately .templately-builder-nav .templately-switcher__menu .templately-switcher__option,.templately_page_templately_settings .templately-builder-nav .templately-switcher__control .templately-switcher__single-value,.templately_page_templately_settings .templately-builder-nav .templately-switcher__control .templately-switcher__option,.templately_page_templately_settings .templately-builder-nav .templately-switcher__menu .templately-switcher__single-value,.templately_page_templately_settings .templately-builder-nav .templately-switcher__menu .templately-switcher__option{position:relative;display:flex;align-items:center}.toplevel_page_templately .templately-builder-nav .templately-switcher__control .templately-switcher__single-value span.tswitcher-icon,.toplevel_page_templately .templately-builder-nav .templately-switcher__control .templately-switcher__option span.tswitcher-icon,.toplevel_page_templately .templately-builder-nav .templately-switcher__menu .templately-switcher__single-value span.tswitcher-icon,.toplevel_page_templately .templately-builder-nav .templately-switcher__menu .templately-switcher__option span.tswitcher-icon,.templately_page_templately_settings .templately-builder-nav .templately-switcher__control .templately-switcher__single-value span.tswitcher-icon,.templately_page_templately_settings .templately-builder-nav .templately-switcher__control .templately-switcher__option span.tswitcher-icon,.templately_page_templately_settings .templately-builder-nav .templately-switcher__menu .templately-switcher__single-value span.tswitcher-icon,.templately_page_templately_settings .templately-builder-nav .templately-switcher__menu .templately-switcher__option span.tswitcher-icon{width:24px;height:24px;border-radius:50%;display:inline-block;margin-right:5px;background-position:center center;background-repeat:no-repeat;background-size:contain}.toplevel_page_templately .templately-builder-nav .templately-switcher__control .templately-switcher__single-value span.tswitcher-icon.tswitch-elementor,.toplevel_page_templately .templately-builder-nav .templately-switcher__control .templately-switcher__option span.tswitcher-icon.tswitch-elementor,.toplevel_page_templately .templately-builder-nav .templately-switcher__menu .templately-switcher__single-value span.tswitcher-icon.tswitch-elementor,.toplevel_page_templately .templately-builder-nav .templately-switcher__menu .templately-switcher__option span.tswitcher-icon.tswitch-elementor,.templately_page_templately_settings .templately-builder-nav .templately-switcher__control .templately-switcher__single-value span.tswitcher-icon.tswitch-elementor,.templately_page_templately_settings .templately-builder-nav .templately-switcher__control .templately-switcher__option span.tswitcher-icon.tswitch-elementor,.templately_page_templately_settings .templately-builder-nav .templately-switcher__menu .templately-switcher__single-value span.tswitcher-icon.tswitch-elementor,.templately_page_templately_settings .templately-builder-nav .templately-switcher__menu .templately-switcher__option span.tswitcher-icon.tswitch-elementor{background-image:url(../images/elementor.png)}.toplevel_page_templately .templately-builder-nav .templately-switcher__control .templately-switcher__single-value span.tswitcher-icon.tswitch-gutenberg,.toplevel_page_templately .templately-builder-nav .templately-switcher__control .templately-switcher__option span.tswitcher-icon.tswitch-gutenberg,.toplevel_page_templately .templately-builder-nav .templately-switcher__menu .templately-switcher__single-value span.tswitcher-icon.tswitch-gutenberg,.toplevel_page_templately .templately-builder-nav .templately-switcher__menu .templately-switcher__option span.tswitcher-icon.tswitch-gutenberg,.templately_page_templately_settings .templately-builder-nav .templately-switcher__control .templately-switcher__single-value span.tswitcher-icon.tswitch-gutenberg,.templately_page_templately_settings .templately-builder-nav .templately-switcher__control .templately-switcher__option span.tswitcher-icon.tswitch-gutenberg,.templately_page_templately_settings .templately-builder-nav .templately-switcher__menu .templately-switcher__single-value span.tswitcher-icon.tswitch-gutenberg,.templately_page_templately_settings .templately-builder-nav .templately-switcher__menu .templately-switcher__option span.tswitcher-icon.tswitch-gutenberg{background-image:url(../images/gutenberg.png)}.toplevel_page_templately .templately-setting-tab-panel-wrapper,.templately_page_templately_settings .templately-setting-tab-panel-wrapper{margin-top:30px;padding:20px;background-color:#fff}.toplevel_page_templately .templately-setting-tab-panel-wrapper .templately-setting-tab-panel.templately-setting-tab-panel-general,.templately_page_templately_settings .templately-setting-tab-panel-wrapper .templately-setting-tab-panel.templately-setting-tab-panel-general{max-width:400px}.toplevel_page_templately .templately-setting-tab-panel-wrapper .templately-setting-tab-panel.templately-setting-tab-panel-colors,.templately_page_templately_settings .templately-setting-tab-panel-wrapper .templately-setting-tab-panel.templately-setting-tab-panel-colors{max-width:500px}.toplevel_page_templately .templately-setting-tab-panel-wrapper .templately-setting-tab-panel.templately-setting-tab-panel-typography,.templately_page_templately_settings .templately-setting-tab-panel-wrapper .templately-setting-tab-panel.templately-setting-tab-panel-typography{max-width:500px}.toplevel_page_templately .templately-setting-tab-panel-wrapper .templately-setting-tab-panel.templately-setting-tab-panel-custom-css,.templately_page_templately_settings .templately-setting-tab-panel-wrapper .templately-setting-tab-panel.templately-setting-tab-panel-custom-css{border:1px solid #ddd}.toplevel_page_templately .templately-setting-tab-panel-wrapper .templately-setting-save-button-wrapper,.templately_page_templately_settings .templately-setting-tab-panel-wrapper .templately-setting-save-button-wrapper{display:flex;justify-content:flex-start;margin-top:20px}.toplevel_page_templately .templately-setting-tab-panel-wrapper .templately-setting-save-button-wrapper .templately-setting-save-button,.templately_page_templately_settings .templately-setting-tab-panel-wrapper .templately-setting-save-button-wrapper .templately-setting-save-button{background-color:#5453fd;color:#fff !important;outline:none;cursor:pointer;height:40px;border:0px;padding:4px 24px;text-transform:uppercase;border-radius:3px;transition:background 200msease 0s;box-shadow:0 0 25px -10px rgba(0,0,0,.3)}.toplevel_page_templately .templately-setting-input,.templately_page_templately_settings .templately-setting-input{display:flex;flex-direction:column;margin-bottom:16px}.toplevel_page_templately .templately-setting-input .templately-setting-input-label,.templately_page_templately_settings .templately-setting-input .templately-setting-input-label{color:#344054;font-size:14px;font-weight:500;margin-bottom:6px}.toplevel_page_templately .templately-setting-input .has-error input:not([type=checkbox]):not([type=radio]),.templately_page_templately_settings .templately-setting-input .has-error input:not([type=checkbox]):not([type=radio]){border-color:#f04438}.toplevel_page_templately .templately-setting-input input:not([type=checkbox]):not([type=radio]),.templately_page_templately_settings .templately-setting-input input:not([type=checkbox]):not([type=radio]){width:100%;padding:9px 20px;background-color:#fff;color:#20172f;border:1px solid rgba(208,213,221,.5);border-radius:6px;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);font-size:16px;line-height:1.5}.toplevel_page_templately .templately-setting-input input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,.templately_page_templately_settings .templately-setting-input input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder{color:#707c8e;font-size:12px}.toplevel_page_templately .templately-setting-input input:not([type=checkbox]):not([type=radio])::-moz-placeholder,.templately_page_templately_settings .templately-setting-input input:not([type=checkbox]):not([type=radio])::-moz-placeholder{color:#707c8e;font-size:12px}.toplevel_page_templately .templately-setting-input input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder,.templately_page_templately_settings .templately-setting-input input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder{color:#707c8e;font-size:12px}.toplevel_page_templately .templately-setting-input input:not([type=checkbox]):not([type=radio])::-moz-placeholder,.templately_page_templately_settings .templately-setting-input input:not([type=checkbox]):not([type=radio])::-moz-placeholder{color:#707c8e;font-size:12px}.toplevel_page_templately .templately-setting-input input:not([type=checkbox]):not([type=radio]):focus,.templately_page_templately_settings .templately-setting-input input:not([type=checkbox]):not([type=radio]):focus{box-shadow:none;outline:none;border-color:#bfc9d7}.toplevel_page_templately .templately-setting-new-collapser,.templately_page_templately_settings .templately-setting-new-collapser{background-color:#fff;padding:16px;padding-right:8px;border-radius:8px;border:1px solid var(--gray-200, #eaecf0)}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-header,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-header{display:flex;align-items:center;cursor:pointer;gap:10px;padding-right:8px}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-header .templately-setting-title,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-header .templately-setting-title{color:#1d2939;font-size:14px;font-weight:500;line-height:normal;margin:0}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-header .templately-setting-icon,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-header .templately-setting-icon{height:24px;width:24px;margin-left:auto;flex-shrink:0;border-radius:24px;background-color:#f2f4f7;background-image:none !important;color:#475467;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-header .templately-setting-icon svg,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-header .templately-setting-icon svg{width:10px;transition:transform .1s linear}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-header.show .templately-setting-icon svg,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-header.show .templately-setting-icon svg{transform:rotate(180deg)}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-header.collapsed .templately-setting-icon svg,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-header.collapsed .templately-setting-icon svg{transform:rotate(0deg)}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-body,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-body{display:grid;transition:grid-template-rows .15s ease-in-out,padding-top .15s ease-in-out}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-body.show,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-body.show{grid-template-rows:1fr;padding-top:18px}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-body.show .templately-setting-new-collapser-body-inner,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-body.show .templately-setting-new-collapser-body-inner{overflow-y:scroll;overflow-x:visible;max-height:200px;padding-right:4px}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-body.show .templately-setting-new-collapser-body-inner::-webkit-scrollbar,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-body.show .templately-setting-new-collapser-body-inner::-webkit-scrollbar{width:4px}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-body.show .templately-setting-new-collapser-body-inner::-webkit-scrollbar-track,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-body.show .templately-setting-new-collapser-body-inner::-webkit-scrollbar-track{background:#fff;border-radius:5px}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-body.show .templately-setting-new-collapser-body-inner::-webkit-scrollbar-thumb,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-body.show .templately-setting-new-collapser-body-inner::-webkit-scrollbar-thumb{background:#f2f4f7;border-radius:5px}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-body.collapsed,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-body.collapsed{grid-template-rows:0fr}.toplevel_page_templately .templately-setting-new-collapser .templately-setting-new-collapser-body.collapsed .templately-setting-new-collapser-body-inner,.templately_page_templately_settings .templately-setting-new-collapser .templately-setting-new-collapser-body.collapsed .templately-setting-new-collapser-body-inner{overflow:hidden}.toplevel_page_templately .templately-setting-file-uploader-wrapper,.templately_page_templately_settings .templately-setting-file-uploader-wrapper{margin-bottom:16px;display:block}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-title,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-title{margin-top:0;margin-bottom:8px;color:#1d2939;font-size:16px;font-weight:500;line-height:1.3}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-info,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-info{margin-top:0;margin-bottom:16px;color:#667085;font-size:14px;font-weight:400;line-height:1.3}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader{border-radius:8px;border:1px solid #eaecf0;background:#fff;display:flex;padding:16px 24px;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;cursor:pointer}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader:hover,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader:hover{border-color:#bfc9d7}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader input,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader input{display:none}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .icon,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .icon{margin-bottom:8px;display:inline-flex;position:relative}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .icon .templately-setting-file-remove-button,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .icon .templately-setting-file-remove-button{position:absolute;right:3px;top:3px;cursor:pointer;width:20px;height:20px;border-radius:3px;background:#475467;display:inline-flex;align-items:center;justify-content:center}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .icon .templately-setting-file-remove-button:hover,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .icon .templately-setting-file-remove-button:hover{background:#272e3a}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .icon img,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .icon img{max-width:100%;max-height:80px;padding:10px;box-sizing:border-box;background-color:rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.25)}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .title,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .title{display:block;color:#667085;font-size:14px;font-style:normal;font-weight:400;line-height:1.43;margin:0;text-transform:none}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .title .highlighted,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .title .highlighted{color:#5453f4;font-weight:500}.toplevel_page_templately .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .info,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .templately-setting-file-uploader .info{color:#667085;font-size:12px;font-style:normal;font-weight:400;line-height:1.5}.toplevel_page_templately .templately-setting-file-uploader-wrapper .components-range-control label,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .components-range-control label{text-transform:unset;font-size:14px}.toplevel_page_templately .templately-setting-file-uploader-wrapper .components-range-control .components-range-control__tooltip,.templately_page_templately_settings .templately-setting-file-uploader-wrapper .components-range-control .components-range-control__tooltip{min-width:39px}.toplevel_page_templately .templately-setting-color-picker-section,.templately_page_templately_settings .templately-setting-color-picker-section{display:flex;flex-direction:column;margin-bottom:40px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-section-label-wrapper,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-section-label-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-section-label,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-section-label{color:#344054;font-size:18px;font-weight:500}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-reset-button,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-reset-button{background-color:rgba(0,0,0,0) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:10px !important;padding:0 !important;border-radius:0 !important;color:#b7b9bd !important;border:none;cursor:pointer}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-device-tab,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-device-tab{display:flex;align-items:center}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button{background:rgba(0,0,0,0) !important;color:#d0d3da !important;height:20px !important;width:20px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:0 !important}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button .dashicons,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button .dashicons{height:14px !important;width:14px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:14px !important}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:not(:last-child),.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:not(:last-child){border-right:1px solid #d3d7de !important}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:first-child,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:first-child{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:last-child,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:last-child{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button.active,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button.active{color:#344054 !important}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:hover,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:hover{background:#f0f0f0 !important}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel{padding-top:20px;display:flex;flex-direction:column;gap:12px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap{position:relative}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen{cursor:pointer;display:flex;align-items:center;gap:10px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-title,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-title{font-size:16px;flex-grow:1}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-sub-title,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-sub-title{font-size:16px;font-family:"DM Mono",monospace;text-transform:uppercase}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-display-wrapper,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-display-wrapper{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:40px;width:40px;border:1px solid #ccc;border-radius:100%}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-display-wrapper .templately-picker-display,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-display-wrapper .templately-picker-display{width:100%;height:100%;display:block;border-radius:100%}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper{position:fixed;inset:0;padding:40px;z-index:2;display:flex;overflow:auto}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker{margin:auto;padding:12px 16px 16px;border-radius:4px;z-index:3;background-color:#fff;box-shadow:-15px 15px 50px 4px rgba(129,129,129,.2);width:320px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .templately-title,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .templately-title{margin-bottom:8px;color:#1d2939;font-size:16px;font-weight:500;display:block}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker{width:100%}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker .react-colorful,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker .react-colorful{width:100%}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker .react-colorful .react-colorful__saturation,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker .react-colorful .react-colorful__saturation{height:290px;margin-bottom:12px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker .react-colorful .react-colorful__hue,.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker .react-colorful .react-colorful__alpha,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker .react-colorful .react-colorful__hue,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker .react-colorful .react-colorful__alpha{width:calc(100% - 12px);margin-bottom:12px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful),.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful){display:flex;position:relative;padding:0}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack{width:100%;position:relative}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__container,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__container{background:rgba(0,0,0,0)}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-select-control__input,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-select-control__input{height:44px;padding:2px 14px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;color:#101828;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__suffix svg,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__suffix svg{fill:#101828}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__backdrop,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__backdrop{display:none}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;padding:0;z-index:2;display:inline-flex}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button i,.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button svg,.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button img,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button i,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button svg,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button img{width:16px;font-size:16px;fill:#101828}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1;padding:0;display:inline-flex;flex-direction:row;gap:4px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control{height:44px;display:flex;align-items:center;padding:2px 14px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container{background:rgba(0,0,0,0)}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix{margin:0}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix,.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix span,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix span{color:#101828;margin:0}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__input,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__input{padding:0;min-width:auto;height:auto;min-height:auto;color:#101828;font-family:"DM Mono",monospace}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__backdrop,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__backdrop{display:none}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control{padding-left:8px;padding-right:8px;width:57px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control .components-input-control__prefix,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control .components-input-control__prefix{display:none}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack:last-child .components-input-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack:last-child .components-input-control{padding-right:22px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-range-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .templately-setting-colorpicker-wrap .templately-colorpicker-wrapper .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-range-control{display:none}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel .components-input-base.components-select-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel .components-input-base.components-select-control{width:70px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2{padding-top:20px;display:flex;flex-direction:column;gap:12px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap{position:relative}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen{cursor:pointer;display:flex;align-items:center;gap:10px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-title,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-title{font-size:16px;flex-grow:1}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-sub-title,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-sub-title{font-size:16px;font-family:"DM Mono",monospace;text-transform:uppercase}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-display-wrapper,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-display-wrapper{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:40px;width:40px;border:1px solid #ccc;border-radius:100%}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-display-wrapper .templately-picker-display,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker-screen .templately-picker-display-wrapper .templately-picker-display{width:100%;height:100%;display:block;border-radius:100%}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker{padding:12px 16px 16px;border-radius:4px;position:absolute;top:-24px;left:calc(100% + 24px);z-index:2;background-color:#fff;box-shadow:-15px 15px 50px 4px rgba(129,129,129,.2);width:320px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .templately-title,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .templately-title{margin-bottom:8px;color:#1d2939;font-size:16px;font-weight:500;display:block}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker{width:100%}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful{width:100%}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful .react-colorful__saturation,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful .react-colorful__saturation{height:290px;margin-bottom:12px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful .react-colorful__hue,.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful .react-colorful__alpha,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful .react-colorful__hue,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker .react-colorful .react-colorful__alpha{width:calc(100% - 12px);margin-bottom:12px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful),.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful){display:flex;position:relative;padding:0}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack{width:100%;position:relative}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__container,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__container{background:rgba(0,0,0,0)}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-select-control__input,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-select-control__input{height:44px;padding:2px 14px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;color:#101828;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__suffix svg,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__suffix svg{fill:#101828}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__backdrop,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack .components-input-control__backdrop{display:none}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;padding:0;z-index:2;display:inline-flex}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button i,.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button svg,.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button img,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button i,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button svg,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-h-stack button.components-button img{width:16px;font-size:16px;fill:#101828}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1;padding:0;display:inline-flex;flex-direction:row;gap:4px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control{height:44px;display:flex;align-items:center;padding:2px 14px;border-radius:8px;border:1px solid #d0d5dd;background:#fff;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container{background:rgba(0,0,0,0)}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix{margin:0}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix,.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix span,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__prefix span{color:#101828;margin:0}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__input,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__input{padding:0;min-width:auto;height:auto;min-height:auto;color:#101828;font-family:"DM Mono",monospace}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__backdrop,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-input-control .components-input-control__container .components-input-control__backdrop{display:none}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control{padding-left:8px;padding-right:8px;width:57px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control .components-input-control__prefix,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack .components-input-control .components-input-control__prefix{display:none}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack:last-child .components-input-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-h-stack:last-child .components-input-control{padding-right:22px}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-range-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .templately-setting-colorpicker-wrap .templately-colorpicker .components-color-picker>div:not(.react-colorful)>.components-flex:last-child .components-range-control{display:none}.toplevel_page_templately .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .components-input-base.components-select-control,.templately_page_templately_settings .templately-setting-color-picker-section .templately-setting-color-picker-panel-2 .components-input-base.components-select-control{width:70px}.toplevel_page_templately .templately-setting-typography-picker-section,.templately_page_templately_settings .templately-setting-typography-picker-section{display:flex;flex-direction:column;margin-bottom:40px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-picker-section-label-wrapper,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-picker-section-label-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-picker-section-label,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-picker-section-label{color:#344054;font-size:18px;font-weight:500}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-picker-reset-button,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-picker-reset-button{background-color:rgba(0,0,0,0) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:10px !important;padding:0 !important;border-radius:0 !important;color:#b7b9bd !important;border:none;cursor:pointer}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-device-tab,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-device-tab{display:flex;align-items:center}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button{background:rgba(0,0,0,0) !important;color:#d0d3da !important;height:20px !important;width:20px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:0 !important;border:none;cursor:pointer}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button .dashicons,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button .dashicons{height:14px !important;width:14px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:14px !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:not(:last-child),.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:not(:last-child){border-right:1px solid #d3d7de !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:first-child,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:first-child{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:last-child,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:last-child{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button.active,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button.active{color:#344054 !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:hover,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-device-tab .templately-setting-device-tab-button:hover{background:#f0f0f0 !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper{padding-top:16px;display:flex;flex-direction:column;gap:8px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel{width:100%;display:flex;flex-direction:column;gap:8px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item{display:flex;align-items:center;gap:8px;position:relative}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item .templately-setting-typography-mini-preview,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item .templately-setting-typography-mini-preview{height:32px;width:32px;border-radius:6px;border:1px solid #d0d5dd;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;font-size:12px;font-weight:400;color:#667085}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item .templately-setting-typography-title,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item .templately-setting-typography-title{font-size:14px;font-weight:400;color:#667085}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item .templately-setting-typography-popup-button,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item .templately-setting-typography-popup-button{margin-left:auto;height:20px;width:20px;border-radius:100%;background-color:#f2f4f7;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item .templately-setting-typography-popup-button svg,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-panel-item .templately-setting-typography-popup-button svg{width:14px;height:14px;fill:#667085}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper{position:fixed;inset:0;padding:40px;z-index:2;display:flex;overflow:auto}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker{margin:auto;padding:12px 16px 16px;border-radius:4px;z-index:3;background-color:#fff;box-shadow:-15px 15px 50px 4px rgba(129,129,129,.2);width:320px;display:flex;flex-direction:column}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper{margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper .templately-setting-typography-picker-title-inner,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper .templately-setting-typography-picker-title-inner{display:flex;justify-content:flex-start;align-items:center;gap:8px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper .templately-setting-typography-picker-title-inner .templately-setting-typography-picker-title,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper .templately-setting-typography-picker-title-inner .templately-setting-typography-picker-title{font-size:16px;line-height:1.25;margin-top:0;margin-bottom:0;font-weight:500;color:#344054}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper .templately-setting-typography-picker-reset-button,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper .templately-setting-typography-picker-reset-button{background-color:rgba(0,0,0,0) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:10px !important;padding:0 !important;border-radius:0 !important;color:#b7b9bd !important;border:none;cursor:pointer}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper .templately-setting-typography-picker-close-button,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-title-wrapper .templately-setting-typography-picker-close-button{background-color:rgba(0,0,0,0) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:10px !important;padding:0 !important;border-radius:0 !important;color:#667085 !important;width:20px;height:20px;border:none;cursor:pointer}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-preview,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-preview{width:100%;display:flex;align-items:center;justify-content:center;padding:20px 4px;background-color:#f0f0f0;box-sizing:border-box;margin-bottom:14px;color:#344054}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field{display:flex;gap:5px;align-items:center}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field:not(:last-child),.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field:not(:last-child){margin-bottom:14px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label{flex:0 0 100px;font-size:12px;font-weight:500;color:#344054;line-height:20px;display:inline-flex;align-items:center;gap:6px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown{position:relative;display:flex;flex-direction:column;height:20px;justify-content:center}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-selected,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-selected{background:rgba(0,0,0,0) !important;color:#667085 !important;height:12px !important;width:12px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:0 !important;border:none !important;cursor:pointer !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-selected .dashicons,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-selected .dashicons{height:12px !important;width:12px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:12px !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu{position:absolute;top:2px;left:-2px;margin:0;display:flex;flex-direction:column;z-index:1;visibility:hidden;opacity:0}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item{background:rgba(0,0,0,0) !important;color:#d9d9d9 !important;height:20px !important;width:20px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;cursor:pointer;border:.5px solid #d3d7de;background:#fff !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item:first-child,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item:not(:last-child),.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item:not(:last-child){border-bottom-width:0px !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item:last-child,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item.active,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item.active{color:#344054 !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item:hover,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item:hover{background:#f0f0f0 !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item .dashicons,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown .templately-setting-device-dropdown-menu .templately-setting-device-dropdown-menu-item .dashicons{height:12px !important;width:12px !important;margin:0 !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:12px !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown:hover .templately-setting-device-dropdown-menu,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-label .templately-setting-device-dropdown:hover .templately-setting-device-dropdown-menu{visibility:visible;opacity:1}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner{flex-grow:1;max-width:calc(100% - 105px);display:flex;align-items:center;gap:4px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select{width:100%}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control{height:34px;min-height:34px;border-radius:8px;border-color:#d0d5dd}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__placeholder,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__placeholder{font-size:12px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__single-value,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__single-value{color:#667085;font-size:12px;font-weight:400}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__input-container,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__input-container{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__input-container .templately-setting-typography-picker-select__input,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__input-container .templately-setting-typography-picker-select__input{min-height:24px;color:#667085;font-size:12px;font-weight:400}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__input-container .templately-setting-typography-picker-select__input:focus,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__value-container .templately-setting-typography-picker-select__input-container .templately-setting-typography-picker-select__input:focus{box-shadow:none !important}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__indicators .templately-setting-typography-picker-select__indicator-separator,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__indicators .templately-setting-typography-picker-select__indicator-separator{margin-top:0;margin-bottom:0;background-color:#d0d5dd}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__indicators .templately-setting-typography-picker-select__indicator svg,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__control .templately-setting-typography-picker-select__indicators .templately-setting-typography-picker-select__indicator svg{height:16px;width:16px;color:#667085}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__menu,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__menu{padding:5px 0px;line-height:18px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__menu .templately-setting-typography-picker-select__option,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .templately-setting-typography-picker-select .templately-setting-typography-picker-select__menu .templately-setting-typography-picker-select__option{font-size:13px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-text-control__input,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-text-control__input{height:34px;min-height:34px;border-radius:8px;border-color:#d0d5dd;color:#667085;font-size:12px;font-weight:400;width:65px}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-select-control .components-select-control__input,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-select-control .components-select-control__input{width:42px;padding:0;border:none;color:#667085;font-size:12px;font-weight:400;text-transform:lowercase}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-select-control .components-input-control__backdrop,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-select-control .components-input-control__backdrop{display:none}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-range-control,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-range-control{width:100%}.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-range-control .components-range-control__thumb-wrapper,.toplevel_page_templately .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-range-control .components-range-control__thumb-wrapper span,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-range-control .components-range-control__thumb-wrapper,.templately_page_templately_settings .templately-setting-typography-picker-section .templately-setting-typography-panel-wrapper .templately-setting-typography-panel .templately-setting-typography-picker-wrapper .templately-setting-typography-picker .templately-setting-typography-picker-field .templately-setting-typography-picker-field-inner .components-range-control .components-range-control__thumb-wrapper span{background-color:#d0d5dd;color:#d0d5dd}.toplevel_page_templately .templately-setting-miscellaneous-panel .templately-title,.templately_page_templately_settings .templately-setting-miscellaneous-panel .templately-title{font-size:16px;font-weight:600;line-height:20px;margin-bottom:14px;margin-top:0}.toplevel_page_templately .templately-setting-miscellaneous-panel .templately-sub-title,.templately_page_templately_settings .templately-setting-miscellaneous-panel .templately-sub-title{font-size:16px;line-height:20px;color:#475467;margin:0;margin-bottom:30px;max-width:490px}.toplevel_page_templately .templately-setting-miscellaneous-panel .templately-button,.templately_page_templately_settings .templately-setting-miscellaneous-panel .templately-button{display:inline-block;text-decoration:none;font-size:16px;line-height:20px;font-weight:500;color:#5453fd;min-height:30px;margin:0;padding:12px 36px;border-width:1px;border-style:solid;border-color:#5453fd;border-radius:60px;background:rgba(0,0,0,0);cursor:pointer;white-space:nowrap;box-sizing:border-box}.toplevel_page_templately .templately-setting-miscellaneous-panel .templately-button:disabled,.templately_page_templately_settings .templately-setting-miscellaneous-panel .templately-button:disabled{color:#667085 !important;border-color:#d0d5dd !important;background:rgba(0,0,0,0) !important;box-shadow:none !important;cursor:default !important;transform:none !important}.toplevel_page_templately .templately-setting-overlay,.templately_page_templately_settings .templately-setting-overlay{position:fixed;inset:0;z-index:1;background-color:rgba(0,0,0,.5);pointer-events:none}
