@-webkit-keyframes square-animation{0%{left:0;top:0}10.5%{left:0;top:0}12.5%{left:32px;top:0}23%{left:32px;top:0}25%{left:64px;top:0}35.5%{left:64px;top:0}37.5%{left:64px;top:32px}48%{left:64px;top:32px}50%{left:32px;top:32px}60.5%{left:32px;top:32px}62.5%{left:32px;top:64px}73%{left:32px;top:64px}75%{left:0;top:64px}85.5%{left:0;top:64px}87.5%{left:0;top:32px}98%{left:0;top:32px}to{left:0;top:0}}@keyframes square-animation{0%{left:0;top:0}10.5%{left:0;top:0}12.5%{left:32px;top:0}23%{left:32px;top:0}25%{left:64px;top:0}35.5%{left:64px;top:0}37.5%{left:64px;top:32px}48%{left:64px;top:32px}50%{left:32px;top:32px}60.5%{left:32px;top:32px}62.5%{left:32px;top:64px}73%{left:32px;top:64px}75%{left:0;top:64px}85.5%{left:0;top:64px}87.5%{left:0;top:32px}98%{left:0;top:32px}to{left:0;top:0}}@-webkit-keyframes hue-rotate{0%{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}to{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}}@keyframes hue-rotate{0%{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}to{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}}.dnd-loading{background:url(/images/backgrounds/background.svg) 100% 0/cover #e6e6e6;position:absolute;top:0;bottom:0;right:0;left:0;display:flex;align-items:center;justify-content:center}.dnd-loading.no-bg{background:none}.dnd-loading__squares-wrapper{position:relative;width:96px;height:96px;transform:rotate(45deg);-webkit-animation:hue-rotate 10s linear infinite both;animation:hue-rotate 10s linear infinite both}.dnd-loading__square{position:absolute;top:0;left:0;width:28px;height:28px;margin:2px;border-radius:4px;background:#07a;background:linear-gradient(45deg,rgba(255,170,0,.7),#fa0);background-size:cover;background-position:50%;background-attachment:fixed;-webkit-animation:square-animation 10s ease-in-out infinite both;animation:square-animation 10s ease-in-out infinite both}.dnd-loading__square:nth-of-type(0){-webkit-animation-delay:0s;animation-delay:0s}.dnd-loading__square:first-of-type{-webkit-animation-delay:-1.42857s;animation-delay:-1.42857s}.dnd-loading__square:nth-of-type(2){-webkit-animation-delay:-2.85714s;animation-delay:-2.85714s}.dnd-loading__square:nth-of-type(3){-webkit-animation-delay:-4.28571s;animation-delay:-4.28571s}.dnd-loading__square:nth-of-type(4){-webkit-animation-delay:-5.71429s;animation-delay:-5.71429s}.dnd-loading__square:nth-of-type(5){-webkit-animation-delay:-7.14286s;animation-delay:-7.14286s}.dnd-loading__square:nth-of-type(6){-webkit-animation-delay:-8.57143s;animation-delay:-8.57143s}.dnd-loading__square:nth-of-type(7){-webkit-animation-delay:-10s;animation-delay:-10s}.modal-header{position:relative;color:#4d4f5c;border-bottom:1px solid #e8e8e9;display:flex;align-items:center;justify-content:space-between;padding:26px;margin:0 0 26px}.modal-header__title{font-size:16px;font-weight:500;display:flex;align-items:center;margin:0}.modal-header__title .icon{margin-right:8px}.modal-header__shut{background-color:transparent;border-radius:0;border:none;box-shadow:none;color:#77787a;cursor:pointer;margin:0;padding:0;transition:none;transition:all .25s ease-in-out}.modal-header__shut:active,.modal-header__shut:focus,.modal-header__shut:hover{background-color:transparent;background-color:initial}.modal-header__shut:before{font:normal normal normal 12px/1 icons;content:"\e917";font-size:18px}.ReactModal__Content{padding:0!important}.base-modal__content-wrapper{padding:0 26px 26px}.base-modal__content-wrapper button.dnd-button-base.contained{background:#43425d}.base-modal__content-wrapper button.dnd-button-base.text{color:#1c1d1f}.dnd-button-base{position:relative;margin:0;padding:0;cursor:pointer;border:none;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;color:#65a0ba;transition:all .25s ease-in-out}.dnd-button-base,.dnd-button-base:active,.dnd-button-base:focus,.dnd-button-base:hover{background-color:transparent}.dnd-button-base .dnd-button__label{display:flex;align-items:center;justify-content:center;white-space:nowrap}.dnd-button-base .dnd-button__spinner-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center}.dnd-button-base:disabled{cursor:not-allowed;opacity:.7;background-color:inherit}.dnd-button-base.primary{color:#65a0ba}.dnd-button-base.secondary{color:#c79464}.dnd-button-base.contained{color:#fff;background-color:#65a0ba;transition:all .25s ease-in-out}.dnd-button-base.contained:active,.dnd-button-base.contained:focus,.dnd-button-base.contained:hover{box-shadow:none}.dnd-button-base.contained:disabled{box-shadow:none;cursor:not-allowed}.dnd-button-base.contained.primary{background-color:#65a0ba}.dnd-button-base.contained.secondary{background-color:#c79464!important}.dnd-button-base.outlined{box-shadow:0 3px 6px rgba(0,0,0,.160784);background-color:#fff;border:1px solid #65a0ba;color:#65a0ba}.dnd-button-base.outlined:not(:disabled){transition:all .25s ease-in-out}.dnd-button-base.outlined:not(:disabled):active,.dnd-button-base.outlined:not(:disabled):focus,.dnd-button-base.outlined:not(:disabled):hover{background-color:#65a0ba;color:#fff}.dnd-button-base.outlined.primary{border:1px solid #65a0ba;color:#65a0ba}.dnd-button-base.outlined.primary:not(:disabled){transition:all .25s ease-in-out}.dnd-button-base.outlined.primary:not(:disabled):active,.dnd-button-base.outlined.primary:not(:disabled):focus,.dnd-button-base.outlined.primary:not(:disabled):hover{background-color:#65a0ba;color:#fff}.dnd-button-base.outlined.secondary{border:1px solid #c79464;color:#c79464}.dnd-button-base.outlined.secondary:not(:disabled){transition:all .25s ease-in-out}.dnd-button-base.outlined.secondary:not(:disabled):active,.dnd-button-base.outlined.secondary:not(:disabled):focus,.dnd-button-base.outlined.secondary:not(:disabled):hover{background-color:#c79464!important;color:#fff}.dnd-button{padding:10px 25px;border-radius:4px}.dnd-button.fullWidth{width:100%}.confirm-modal{color:#43425d}.confirm-modal__content{margin-bottom:40px}.confirm-modal__buttons{display:flex;justify-content:flex-end}.confirm-modal__button:not(:last-child){margin-right:8px}.dnd-form-control{position:relative;display:inline-block}.dnd-form-control.fullWidth{display:block;width:100%}.dnd-label{display:block;cursor:default;margin:0 0 8px;color:#1c1d1f;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif}.dnd-input{display:inline-flex;flex-wrap:wrap;align-content:flex-start;align-items:center;justify-content:flex-start;border:1px solid #d1d1d2;border-radius:4px;color:#a8a8a8}.dnd-input.fullWidth{display:flex;width:100%}.dnd-input.error{border-color:#fb6868}.dnd-input.disabled{opacity:.7}.dnd-input .dnd-input__input,.dnd-input .dnd-input__textarea{width:auto;flex-grow:1;background-color:transparent;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;color:#1c1d1f;margin:0;padding:9px;transition:none;min-width:30%}.dnd-input .dnd-input__input::-webkit-input-placeholder,.dnd-input .dnd-input__textarea::-webkit-input-placeholder{color:#a1a1a1}.dnd-input .dnd-input__input:-ms-input-placeholder,.dnd-input .dnd-input__textarea:-ms-input-placeholder{color:#a1a1a1}.dnd-input .dnd-input__input::-ms-input-placeholder,.dnd-input .dnd-input__textarea::-ms-input-placeholder{color:#a1a1a1}.dnd-input .dnd-input__input::placeholder,.dnd-input .dnd-input__textarea::placeholder{color:#a1a1a1}.dnd-input .dnd-input__input:active,.dnd-input .dnd-input__input:focus,.dnd-input .dnd-input__input:hover,.dnd-input .dnd-input__textarea:active,.dnd-input .dnd-input__textarea:focus,.dnd-input .dnd-input__textarea:hover{background-color:transparent}.dnd-input .dnd-input__textarea{min-height:129px;resize:none}.dnd-input__after,.dnd-input__before{display:flex;align-items:center}.dnd-input__after .icon,.dnd-input__before .icon{font-size:16px}.dnd-input__before .icon{margin-left:10px}.dnd-input__after .icon{margin-right:10px}.dnd-form-helper-text{color:#4d4f5c;font-size:12px;font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;letter-spacing:0;margin-top:3px}.dnd-form-helper-text.error{color:#fb6868}.dnd-checkbox__input[type=checkbox]{display:none}.dnd-checkbox__label{display:flex;align-items:center}.dnd-checkbox__label:not(.disabled){transition:all .25s ease-in-out}.dnd-checkbox__label:not(.disabled):active,.dnd-checkbox__label:not(.disabled):focus,.dnd-checkbox__label:not(.disabled):hover{cursor:pointer}.dnd-checkbox__icon-wrapper{position:relative;width:16px;height:16px;margin-right:8px;color:#65a0ba}.dnd-checkbox__icon{position:relative;display:block;width:100%;height:100%;border:1px solid #a8a8a8;border-radius:2px;transition:all .3s ease;outline:none}.dnd-checkbox__icon:not(.disabled){transition:all .25s ease-in-out}.dnd-checkbox__icon:not(.disabled):active,.dnd-checkbox__icon:not(.disabled):focus,.dnd-checkbox__icon:not(.disabled):hover{border-color:currentColor}.dnd-checkbox__icon.checked{background-color:currentColor;border-color:currentColor}.dnd-checkbox__icon.checked:after{content:"";top:50%;left:22%;width:5.7px;height:9.2px;position:absolute;display:block;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1}.new-template-modal .title-tooltip{max-width:400px;font-size:11px;line-height:18px;padding:2px 8px;font-weight:400;background:#172b4d!important}.new-template-modal .title-tooltip:after{background:#172b4d!important}.new-template-modal .title-tooltip span{white-space:normal;position:relative;z-index:3}.new-template-modal .new-template{width:100%;margin-right:32px;cursor:pointer}.new-template-modal .new-template img{width:240px;position:absolute;top:0;transition:top 2s}.new-template-modal .new-template__title{font-size:14px;font-weight:700;color:#4a4b4d;margin:16px auto 8px;padding:0;text-align:center;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-template-modal .new-template:last-child{margin-right:0}.new-template-modal .new-template.active .new-template__frame{outline:2px solid #65a0ba}.new-template-modal .new-template__frame{width:240px;height:270px;position:relative;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;background-color:#fff;outline:1px solid #e8e8e9}.new-template-modal .new-template__frame:hover>img{top:-30px;transition:all 2s}.new-template-modal__create-system-template{margin-top:20px}.new-template-modal__create-system-template .dnd-checkbox__label:not(.disabled){color:#c79464}.new-template-modal__create-system-template .dnd-checkbox__label:not(.disabled) .dnd-checkbox__icon{border-color:#c79464}.new-template-modal__create-system-template .dnd-checkbox__label:not(.disabled) .dnd-checkbox__icon.checked{background-color:#c79464}.new-template-modal__templates{display:flex}.new-template-modal .new{font-weight:500;font-size:1.25rem;text-transform:capitalize;background-color:#fff;margin:0;padding:1em 40px}.new-template-modal .template-modal{background-color:#fff;margin-bottom:23px}.new-template-modal .template-modal__title{color:#7c7599;font-size:12px;font-weight:700;margin-bottom:16px}.new-template-modal .template-modal__title button{border-radius:4px;background-color:#f4f4f4;font-size:14px;color:#43425d;margin-right:8px}.new-template-modal .template-modal__title button.active-tab{color:#fff;background:#7c7599}.new-template-modal .template-modal__container{background-color:#f4f4f4;box-sizing:border-box;display:flex;padding:18px;min-width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content}.new-template-modal .template-modal__container-scroll{overflow-y:auto}.new-template-modal .template-modal__loading-spinner{font-size:36px}.new-template-modal .template-modal__info__options{margin-bottom:20px}.new-template-modal .template-modal__info__options__main{display:flex;justify-content:space-between}@media (max-width:567px){.new-template-modal .template-modal__info__options__main{flex-direction:column}}.new-template-modal .template-modal__info__options__main .template-tags{width:800px}@media (max-width:567px){.new-template-modal .template-modal__info__options__main .template-tags{width:100%}}.new-template-modal .template-modal__info__options__main .template-name{width:600px}@media (max-width:567px){.new-template-modal .template-modal__info__options__main .template-name{width:100%}}@media (max-width:567px){.new-template-modal .template-modal__info__options__main .dnd-form-control{margin-bottom:15px}}.new-template-modal .template-modal__info__options__main .dnd-form-control:not(:last-child){margin-right:20px}.new-template-modal .template-modal__info-btns{display:flex;justify-content:flex-end;width:100%}.new-template-modal .template-modal__info-btns button:last-of-type{margin-left:8px}.template-settings-modal__content>.dnd-form-control{margin-bottom:24px}.template-settings-modal__buttons{display:flex;justify-content:flex-end}.template-settings-modal__buttons .dnd-button:not(:last-child){margin-right:8px}.dnd-icon-button{padding:0;width:22px;height:22px;border-radius:50%;overflow:hidden}.new-category-item{display:flex;align-items:center;padding-bottom:8px}.new-category-item .dnd-icon-button{margin-right:8px}.new-category-item .dnd-form-helper-text{margin-left:10px}.dnd-list{width:100%;background-color:#fff;padding:10px 0;margin:0;font:400 12px/12px "Source Sans Pro",sans-serif}.dnd-list__item{padding:5px 10px;font-size:12px}.dnd-tag{display:flex;align-items:center;justify-content:space-between;background-color:#cbe9ff;color:#43425d;border-radius:4px;font-size:12px;line-height:1;padding:6px;white-space:nowrap}.dnd-tag__delete-button{background-color:transparent;border-radius:0;border:none;box-shadow:none;color:currentColor;cursor:pointer;line-height:1;margin:0 0 0 6px;padding:0;transition:none;width:10px;transition:all .25s ease-in-out}.dnd-tag__delete-button:active,.dnd-tag__delete-button:focus,.dnd-tag__delete-button:hover{background-color:transparent;background-color:initial}.dnd-multiple-combobox__loading{padding:0 8px;font-size:12px;color:#65a0ba}.dnd-multiple-combobox__button{padding:9px}.dnd-multiple-combobox__menu{position:absolute;width:100%;background-color:#fff;z-index:1;box-shadow:0 3px 6px rgba(0,0,0,.160784);display:none}.dnd-multiple-combobox__menu.isOpen{display:block}.dnd-multiple-combobox__list{max-height:150px;overflow-y:auto}.dnd-multiple-combobox__list-item.highlighted{background-color:#f1f9ff}.dnd-multiple-combobox__list-item.selected{background-color:#cbe9ff}.dnd-multiple-combobox__empty-list{padding:5px 10px;color:#a8a8a8}.dnd-multiple-combobox__tag{margin:2px 0 2px 5px}.dnd-multiple-combobox__tag .icon{margin:0}.dnd-multiple-combobox .dnd-input__before{flex-wrap:wrap}.dnd-select-box--error .dnd-select-box__select__control{border-color:#fb6868!important}.dnd-select-box--error .dnd-form-helper-text{color:#fb6868!important}.dnd-select-box__label{display:flex}.dnd-select-box__tooltip{margin-left:5px}.dnd-select-box .dnd-select-box__select{font-size:12px}.dnd-select-box .dnd-select-box__select__single-value{margin-left:4px;margin-right:4px}.dnd-select-box .dnd-select-box__select__clear-indicator{color:#43425d;cursor:pointer;padding:8px 4px 8px 8px}.dnd-select-box .dnd-select-box__select__clear-indicator svg{display:none}.dnd-select-box .dnd-select-box__select__clear-indicator:before{content:"\e917";font:normal normal normal 12px/1 icons;font-size:14px}.dnd-select-box .dnd-select-box__select__input-container{grid-template-columns:0 1fr}.dnd-select-box .dnd-select-box__select__input[type=text]{border-radius:0}.dnd-select-box .dnd-select-box__select__input[type=text]::-webkit-input-placeholder{color:#a8a8a8;padding-left:5px}.dnd-select-box .dnd-select-box__select__input[type=text]:-ms-input-placeholder{color:#a8a8a8;padding-left:5px}.dnd-select-box .dnd-select-box__select__input[type=text]::-ms-input-placeholder{color:#a8a8a8;padding-left:5px}.dnd-select-box .dnd-select-box__select__input[type=text]::placeholder{color:#a8a8a8;padding-left:5px}.dnd-select-box .dnd-select-box__select__loading-indicator:before{content:"\e900";font:normal normal normal 12px/1 icons;font-size:16px;-webkit-animation:loadingCircle 1s linear infinite;animation:loadingCircle 1s linear infinite}.dnd-select-box .dnd-select-box__select__loading-indicator span{display:none}.dnd-select-box .dnd-select-box__select__dropdown-indicator{padding:0 10px;color:#1c1d1f}.dnd-select-box .dnd-select-box__select__dropdown-indicator:before{content:"\e904";font:normal normal normal 12px/1 icons;font-size:16px}.dnd-select-box .dnd-select-box__select__dropdown-indicator:hover{color:#1c1d1f}.dnd-select-box .dnd-select-box__select__dropdown-indicator svg{display:none}.dnd-select-box .dnd-select-box__select__option{color:#43425d;font-size:11px;padding:5px 6px}.dnd-select-box .dnd-select-box__select__option:hover{background:#f1f9ff}.dnd-select-box .dnd-select-box__select__placeholder{color:#a8a8a8;margin-left:5px}.dnd-select-box .dnd-select-box__select__value-container{padding:0 0 0 3px}.dnd-select-box .dnd-select-box__select__control{border-color:#d1d1d2}.dnd-select-box .dnd-select-box__select__control--is-focused,.dnd-select-box .dnd-select-box__select__control:hover{border-color:#d1d1d2;box-shadow:none}.dnd-select-box .dnd-select-box__select__multi-value{border-radius:4px}.dnd-select-box .dnd-select-box__select__multi-value__remove{background:#cbe9ff;color:#43425d;padding:0 5px;cursor:pointer;border-radius:4px}.dnd-select-box .dnd-select-box__select__multi-value__remove:before{content:"\e917";font:normal normal normal 12px/1 icons;font-size:16px}.dnd-select-box .dnd-select-box__select__multi-value__remove:hover{background:#cbe9ff;color:#43425d}.dnd-select-box .dnd-select-box__select__multi-value__remove svg{display:none}.dnd-select-box .dnd-select-box__select__multi-value__label{background-color:#cbe9ff;color:#43425d;font-size:12px;font-weight:400;padding:5px}.template-sharing-modal__content{margin-bottom:40px}.template-sharing-modal__content__info-msg{display:flex;align-items:center;font-size:13px;margin:0 0 24px;color:#084298}.template-sharing-modal__content__info-msg p{margin:0;padding:0;line-height:20px}.template-sharing-modal__content__info-msg .icon{font-size:20px;color:#084298;margin-right:12px}.template-sharing-modal__buttons{display:flex;justify-content:flex-end}.template-sharing-modal__buttons .dnd-button:not(:last-child){margin-right:8px}.dashboard-tour{background-color:#fff;display:flex}.dashboard-tour__left{background-color:#65a0ba;color:#fff}.dashboard-tour__left,.dashboard-tour__right{padding:32px;flex-basis:50%;display:flex;flex-direction:column}.dashboard-tour__right{color:#7c7599}.dashboard-tour__title{font-family:Arial,Helvetica,sans-serif;font-size:20px;margin:0 0 24px}.dashboard-tour__description{font-size:14px;line-height:26px;flex-grow:1;margin-bottom:60px}.dashboard-tour__article:not(:last-child){margin-bottom:32px}.dashboard-tour__buttons-wrapper{display:flex;justify-content:flex-end}.dashboard-tour__create-new.dnd-button-base.contained{background:#fff;color:#65a0ba}.dashboard-tour__button-label{display:flex;align-items:center}.dashboard-tour__button-label .icon{margin-left:12px}.dashboard-tour.step-2 .dashboard-tour__left .dashboard-tour__title{font-weight:700;margin-top:60px;text-align:center}.dashboard-tour.step-3 .dashboard-tour__title{text-align:center}.dashboard-tour.step-3 .dashboard-tour__description{margin-top:20px;text-align:center;margin-bottom:12px}.dashboard-tour.step-3 .dashboard-tour__buttons-wrapper{justify-content:center}.dnd-logo{display:flex;align-items:center;height:40px;padding:0 18px;color:#fff;font-size:14px}.dnd-logo .icon{margin-right:10px}.dnd-breadcrumb{display:flex;align-items:center;font-size:13px;color:#fff;font-weight:400}.dnd-breadcrumb a{color:#fff;transition:all .25s ease-in-out}.dnd-breadcrumb a:active,.dnd-breadcrumb a:focus,.dnd-breadcrumb a:hover{color:inherit}.dnd-breadcrumb__template-status{text-transform:capitalize}.dnd-breadcrumb__separator{margin:0 6px}.dnd-breadcrumb__separator .icon{font-size:14px!important}.dnd-breadcrumb strong{text-transform:capitalize}.editor-mode{margin-left:24px;display:flex;font-size:10px}.editor-mode__ver{margin-left:8px;font-weight:700}.editor-mode__mode{display:flex;align-items:center}.editor-mode__mode button{padding:1px 3px;margin:0;background:transparent;border:1px solid #fff;border-radius:3px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.editor-mode__mode button.current,.editor-mode__mode button:disabled,.editor-mode__mode button:focus{cursor:default;opacity:1;background:transparent}.editor-mode__mode button.current{background:#fff;color:#1c1d1f}.editor-mode__mode button:hover:not(:disabled){background:transparent;opacity:.6}.editor-mode__mode button+button{border-left:none}.editor-mode__mode button.simple-mode{border-top-right-radius:0;border-bottom-right-radius:0}.editor-mode__mode button.advanced-mode{border-top-left-radius:0;border-bottom-left-radius:0}.switch-users-modal__user-item{display:flex;align-items:center;border:1px solid #e8e8e9;border-radius:4px;padding:16px;margin-bottom:16px;cursor:pointer;font-size:13px;transition:all .5s;-webkit-user-select:none;-ms-user-select:none;user-select:none}.switch-users-modal__user-item:hover:not(.current-user){box-shadow:0 1px 6px 0 rgba(0,0,0,.2)}.switch-users-modal__user-item:focus{outline-color:#7c7599}.switch-users-modal__user-item.current-user{background:#f4f4f4;cursor:unset}.switch-users-modal__user-item__avatar img{border-radius:50%;width:64px;margin-right:16px}.switch-users-modal__user-item__details h3{padding:0;margin:0 0 2px;font-weight:500;color:#4d4f5c}.switch-users-modal__user-item__details__role{font-size:11px;margin:0 0 4px;color:#a8a8a8}.switch-users-modal__user-item__details__email{font-size:12px;color:#4a4b4d}.templates-header{align-items:center;display:flex;height:40px;background-color:#1c1d1f;color:#fff;z-index:1}.templates-header #interface-switcher{padding:0;margin:0 auto 0 8px}.templates-header #interface-switcher>span{display:block}.templates-header #interface-switcher .switcher{display:flex;justify-content:space-between;align-items:center}.templates-header #interface-switcher .switcher .toggle{border-radius:50px;flex:1 1 auto;width:30px;cursor:pointer;position:relative;box-sizing:border-box;height:16px;transition:all .15s ease-in-out}.templates-header #interface-switcher .switcher .toggle:before{content:"";height:9.33333px;width:9.33333px;box-sizing:border-box;top:2px;display:block;border-radius:100%;transition:all .25s ease-in-out;position:absolute}.templates-header #interface-switcher .switcher .icon{font-size:12px;flex:0 0 auto;display:block;margin:0 5px;line-height:1em;cursor:pointer}.templates-header #interface-switcher .switcher .icon.icon-light-mode{font-size:14px}.templates-header .icon{font-size:20px}.templates-header .dnd-breadcrumb{font-size:12px}.templates-header__cancel-btn.dnd-button-base[type=button],.templates-header__switch-users-btn.dnd-button-base[type=button]{font-size:11px;margin-left:16px;border:1px solid #fff}.templates-header__cancel-btn.dnd-button-base[type=button]:hover,.templates-header__switch-users-btn.dnd-button-base[type=button]:hover{opacity:.8}.templates-header__logo{font-weight:700;width:283px;margin-right:20px;background:#000;background:linear-gradient(276deg,#1c1d1f 16%,#003562 33%)}.templates-header__content{width:calc(100% - 283px);padding-right:16px;display:flex;align-items:center;justify-content:space-between}.templates-header__buttons{display:flex;align-items:center;margin-right:16px}.templates-header .dnd-button-base{font-size:14px;padding:4px 10px;color:#fff}.templates-header .dnd-button-base:not(:last-child){margin-right:16px}.templates-header .dnd-button-base .icon{margin-left:20px;font-size:14px}.yes-no-confirm-modal{color:#43425d}.yes-no-confirm-modal__content{margin-bottom:40px}.yes-no-confirm-modal__buttons{display:flex;justify-content:flex-end}.yes-no-confirm-modal__button:not(:last-child){margin-right:8px}@-webkit-keyframes flow{0%{left:-20px;opacity:0}50%{left:20px;opacity:.3}to{left:60px;opacity:0}}@keyframes flow{0%{left:-20px;opacity:0}50%{left:20px;opacity:.3}to{left:60px;opacity:0}}.template-item{position:relative;width:100%}.template-item input[type=checkbox]{display:none}.template-item input[type=checkbox].visible{display:inline-block}.template-item:has(input[type=checkbox]:checked){border:1px solid #7c7599;border-radius:4px}.template-item:has(input[type=checkbox]:checked).system-template{border-color:#c79464}.template-item:has(input[type=checkbox]:checked).system-template input[type=checkbox]:checked{border-color:#c79464;background-color:#c79464}.template-item:has(input[type=checkbox]:checked).system-template input[type=checkbox]:active,.template-item:has(input[type=checkbox]:checked).system-template input[type=checkbox]:focus{outline-color:#c79464}.template-item button[data-reach-menu-button]{background:none;color:#77787a;font-size:12px;margin:0 0 0 8px;padding:0}.template-item.featured-template{border:1px solid #65a0ba;border-radius:4px}.template-item.featured-template .ribbon{position:absolute;top:-12px;left:0}.template-item.featured-template .ribbon__front{font-size:12px;text-transform:uppercase;display:inline-block;background-color:#65a0ba;width:auto;position:relative;left:-10px;z-index:1;padding:2px 8px;color:#fff}.template-item.featured-template .ribbon__edge{position:absolute;z-index:1;height:0;width:0;bottom:-5px;left:-10px;border-color:transparent #4d4f5c transparent transparent;border-style:solid;border-width:0 10px 5px 0}.template-item.featured-template .ribbon__glow{background:#fff;width:10px;height:100%;z-index:3;position:absolute;-webkit-animation:flow 1.5s linear infinite;animation:flow 1.5s linear infinite;transform:skew(20deg);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 1%,#fff)}.template-item__wrapper{background:#fff;border-radius:4px;padding:16px;height:100%;display:flex;flex-direction:column}.template-item__header{justify-content:space-between;margin:0 0 16px}.template-item__header,.template-item__header__actions{display:flex;align-items:center}.template-item__header__lock-status,.template-item__header__share-status{font-size:14px!important;color:#77787a;margin:0 0 0 4px;background:transparent;padding:0}.template-item__header__lock-status:active,.template-item__header__lock-status:focus,.template-item__header__lock-status:hover,.template-item__header__share-status:active,.template-item__header__share-status:focus,.template-item__header__share-status:hover{background:transparent}.template-item__header__lock-status .icon,.template-item__header__share-status .icon{font-size:14px}.template-item__header__lock-status.icon-lock-open{color:#009a6c}.template-item__header__checkbox[type=checkbox]{background:none;border:1px solid #7c7599;border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;cursor:pointer;position:relative;margin:0 10px 0 0}.template-item__header__checkbox[type=checkbox]:active,.template-item__header__checkbox[type=checkbox]:focus{outline:1px solid #d5d5d5;outline-offset:1px}.template-item__header__checkbox[type=checkbox]:checked{background:#7c7599 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zODItMzU0bDMzOS0zMzlxMTItMTIgMjguNS0xMnQyOC41IDEycTEyIDEyIDEyIDI4LjVUNzc4LTYzNkw0MTAtMjY4cS0xMiAxMi0yOCAxMnQtMjgtMTJMMTgyLTQ0MHEtMTItMTItMTEuNS0yOC41VDE4My00OTdxMTItMTIgMjguNS0xMnQyOC41IDEybDE0MiAxNDN6Ii8+PC9zdmc+") 50%/16px no-repeat}.template-item__header .dnd-icon-button .icon{color:#77787a}.template-item__header__favorite{background:transparent;color:#7c7599;margin:0;padding:0;font-size:12px}.template-item__header__favorite:focus,.template-item__header__favorite:hover{background:transparent;position:relative}.template-item__header__favorite:focus:before,.template-item__header__favorite:hover:before{content:"";width:20px;height:20px;background:#000;border-radius:50%;opacity:.05;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.template-item__header__title{font-size:16px;font-weight:700;padding:0;margin:0 8px 0 0;line-height:27px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;cursor:pointer;color:#1c1d1f}.template-item__header__title__status{font-family:monospace;font-size:8px;text-transform:capitalize;color:#fff;font-weight:100;border-radius:8px;padding:2px 6px;margin:0 8px;display:inline-block}.template-item__header__title__status.published{background:#009a6c}.template-item__header__title__status.draft{background:#65a0ba}.template-item__header__menu[data-reach-menu-list]{border-radius:4px;min-width:160px;padding:0;font-size:12px;color:#43425d}.template-item__header__menu[data-reach-menu-list] .template-item__header__menu--delete{color:#fb6868}.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]{display:flex;align-items:center;padding:6px 12px;border-bottom:1px solid #f4f4f4;transition:all .25s ease-in-out}.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]:active,.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]:focus,.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]:hover{background:#f4f4f4}.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item] .icon{margin-right:12px}.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]:last-child{border-bottom:none}.template-item__info{display:flex;align-items:center;justify-content:space-between;padding-top:12px;font-size:11px;color:#77787a;text-transform:capitalize}.template-item__content{align-items:center;background-color:#fff;background-position:top;background-repeat:no-repeat;background-size:100%;box-sizing:border-box;cursor:pointer;display:flex;height:100%;justify-content:center}.new-template-item{position:relative;width:100%;min-height:462px}.new-template-item__wrapper{font-size:14px;font-weight:700;position:absolute;top:0;bottom:0;left:0;right:0;align-items:center;background-color:#fff;border-radius:4px;cursor:pointer;display:flex;justify-content:center}.new-template-item__wrapper .icon{display:block;margin-right:10px;font-size:12px}.empty-content{display:flex;height:100%;width:100%;align-items:center;justify-content:center;text-align:center}.empty-content__wrapper{width:360px}.empty-content__title{color:rgba(124,117,153,.38);font:700 28px/34px Segoe UI,sans-serif;margin:0 0 20px}.empty-content__subtitle{margin:0;font:400 16px/21px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;color:#a8a8a8}@-webkit-keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(100px)}}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(100px)}}.mouse-scroll{display:flex;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0 0 16px 283px}.mouse-scroll p{margin:0;padding:0;font-size:12px;color:#43425d}.mouse-scroll p:first-child{font-weight:700}.mouse-scroll p:last-child{font-size:10px}.mouse-scroll svg{margin-right:8px}.mouse-scroll svg path{stroke:#7c7599}.mouse-scroll svg #mouse-scroll__wheel{-webkit-animation:scroll 1.5s ease infinite;animation:scroll 1.5s ease infinite;stroke:#ababc4}.templates{padding:23px 50px 50px}.templates.small-grid-view .view-templates-preview{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.templates.small-grid-view .template-item__header__title{font-size:14px}.templates.small-grid-view .template-item__header__actions .icon{font-size:12px}.templates.small-grid-view .template-item__info{font-size:10px}.templates.list-view .new-template-item{display:none}.templates.list-view .view-templates-preview{grid-template-columns:none;grid-template-rows:none;grid-auto-rows:auto}.templates.list-view .template-item__content{display:none}.templates.list-view .template-item__header{margin-bottom:0;display:block}.templates.list-view .template-item__header__title{max-width:400px;display:inline-block}.templates.list-view .template-item__header__actions{float:right}.templates.list-view .template-item__wrapper{padding:12px 16px}.templates__scroll-more{width:100%;height:80px;background:#f4f4f4;position:fixed;bottom:0;right:0;display:flex;align-items:flex-end;justify-content:center;transition:bottom .3s ease}.templates__scroll-more--deactive{bottom:-120px}.templates .view-templates-preview{display:grid;flex-wrap:wrap;grid-gap:20px;grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}.templates__load-more{display:flex;justify-content:center;align-items:center}.dnd-select-wrapper{position:relative;width:auto}.dnd-select-wrapper:before{content:"\e904";font:normal normal normal 12px/1 icons;line-height:1;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:2;pointer-events:none}.dnd-select__select{width:100%;border-radius:4px;border:1px solid #d1d1d2;background-color:transparent;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;margin:0;padding:10px;transition:none;color:#a8a8a8;text-transform:capitalize;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dnd-select__select:active,.dnd-select__select:focus,.dnd-select__select:hover{background-color:transparent;outline:0}.dnd-select__select option{text-transform:capitalize}.dnd-select__select:disabled{opacity:.7}.dnd-select__select.dnd-error{border-color:#fb6868}.bulk-actions{width:100%;display:flex;flex:1 1;font-size:12px}.bulk-actions__bulk-button{padding:8px 12px;font-size:12px;background:#7c7599!important;display:flex;align-items:center;justify-content:center;border-radius:4px}.bulk-actions__bulk-button.admin-action{background-color:#c79464!important}.bulk-actions__bulk-button .icon{margin-right:8px}.bulk-actions__bulk-button:only-child{margin-left:16px}.bulk-actions__bulk-button:hover{opacity:.8}.bulk-actions__actions{width:100%;margin-left:16px;flex:1 1;justify-content:space-between}.bulk-actions__actions,.bulk-actions__actions__buttons{display:flex;align-items:center}.bulk-actions__actions__buttons button{margin-left:6px;border-width:1px;border-style:solid;padding:5px 8px;background:transparent!important;border-radius:4px}.bulk-actions__actions__buttons:hover{opacity:.8}.bulk-actions__actions__buttons__unpublish{color:#4a4b4d;border-color:#4a4b4d}.bulk-actions__actions__buttons__delete-forever,.bulk-actions__actions__buttons__remove{border-color:#fb6868;color:#fb6868}.templates-view__action{display:flex;align-items:center;margin-left:16px}.templates-view__action__item:first-child>button{border-top-right-radius:0;border-bottom-right-radius:0}.templates-view__action__item:nth-child(2)>button{border-radius:0;border-left:1px solid #fff;border-right:1px solid #fff}.templates-view__action__item:nth-child(3)>button{border-top-left-radius:0;border-bottom-left-radius:0}.templates-view__action__item__button{background:#e8e8e9;color:#bec5c6;border-radius:4px;width:34px;height:34px;display:flex;align-items:center;justify-content:center}.templates-view__action__item__button:hover{opacity:.9;background:#e8e8e9}.templates-view__action__item__button.active,.templates-view__action__item__button:focus{background-color:#7c7599;color:#fff}.templates-view__action__item__button .icon{font-size:14px}.templates-filters{display:flex;flex-direction:column;width:100%;position:absolute;top:0;left:50%;transform:translateX(-50%);padding:30px 60px 15px 50px;background:#f4f4f4;z-index:2}.templates-filters__inner{display:flex;align-items:center;justify-content:space-between}.templates-filters__title{text-transform:uppercase;font-size:32px;font-weight:700;color:#43425d;margin-bottom:10px}.templates-filters__title .icon{font-size:28px;margin-right:10px}.templates-filters .create-new,.templates-filters .delete-forever{background:#7c7599;font-size:14px;color:#fff;margin-left:16px;padding:14px 21px}.templates-filters .create-new .icon,.templates-filters .delete-forever .icon{margin-left:16px}.templates-filters .delete-forever{background:#fb6868}.templates-filters__actions{flex:1 1;background:#fff;border-radius:4px;height:48px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.templates-filters__actions__search-wrapper{position:relative}.templates-filters__actions__clear-search{position:absolute;top:50%;right:16px;transform:translateY(-50%);font-size:14px;cursor:pointer;color:#77787a;padding:0;margin:0}.templates-filters__actions__sort{font-size:14px;display:flex;align-items:center;justify-content:center}.templates-filters__actions__sort .dnd-select-wrapper{padding-right:15px}.templates-filters__actions__sort .dnd-label{margin:0;color:#77787a}.templates-filters__actions__sort .dnd-select__select{color:#77787a;border:none;padding-left:5px}.templates-filters__actions__search{width:320px}.templates-filters__actions__search .dnd-input{width:100%;background-color:#f4f4f4;border:none}@media (max-width:1200px){#layout .home .templates-wrapper{padding-top:370px}.templates-filters{padding-top:30px}.templates-filters__actions{order:1;flex-direction:column;align-items:stretch;padding:20px;width:100%;width-margin-bottom:8px}.templates-filters .bulk-actions__bulk-button{margin:0 0 8px}.templates-filters .templates-view__action{margin:0}.templates-filters .templates-view__sort{justify-content:flex-start}.templates-filters .templates-view__search{width:100%}.templates-filters__inner{flex-direction:column;align-items:flex-start}.templates-filters .create-new,.templates-filters .delete-forever{order:0;margin:16px 0}}@media (max-width:997px){.templates-filters__title{font-size:22px}.templates-filters .create-new,.templates-filters .delete-forever{margin:16px 0;width:100%}}.category-modal__form{display:flex;justify-content:center;align-items:flex-start}.category-modal__form .dnd-form-control{margin-right:16px}.base-popover{background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.4);border-radius:4px}.base-popover__content-wrapper{padding:0 26px 26px}.base-popover__header{color:#7c7599;margin-bottom:20px}.category-menu__popover{width:650px}.category-menu__menu-list[data-reach-menu-list]{border-radius:4px;min-width:160px;padding:0;font-size:12px;color:#43425d}.category-menu__menu-list[data-reach-menu-list] .category-menu__menu-list--delete{color:#fb6868}.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]{display:flex;align-items:center;padding:6px 12px;border-bottom:1px solid #f4f4f4;transition:all .25s ease-in-out}.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]:active,.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]:focus,.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]:hover{background:#f4f4f4;border-radius:4px}.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item] .icon{margin-right:12px}.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]:last-child{border-bottom:none}.sidebar{display:flex;justify-content:space-between;flex-direction:column;position:relative;padding:16px;background:#e8e8e9;width:283px;font-size:12px;z-index:2;font-weight:700}.sidebar__create-new-category .icon{font-size:10px}.sidebar__group{margin-bottom:40px}.sidebar__group__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;text-transform:capitalize;color:#1c1d1f;font-size:14px}.sidebar__group__header i{font-size:16px;margin-right:12px}.sidebar__group__links{font-weight:500}.sidebar__group__links:first-of-type{border-top:1px solid #f4f4f4}.sidebar__group__links:first-of-type,.sidebar__link-item{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.sidebar__link-item{position:relative;display:flex;align-items:center;color:#1e1f1f;border-bottom:1px solid #f4f4f4;font-size:13px;transition:all .25s ease-in-out}.sidebar__link-item__favorited-templates .icon,.sidebar__link-item__shared-templates .icon{font-size:18px}.sidebar__link-item__admin-action{color:#c79464!important}.sidebar__link-item__admin-action .sidebar__link-item__number{color:#c79464}.sidebar__link-item.active{background-color:#f4f4f4;color:#65a0ba}.sidebar__link-item:active,.sidebar__link-item:focus,.sidebar__link-item:hover{background-color:#f4f4f4}.sidebar__link-item.hidden{color:#a8a8a8}.sidebar__link-item.hidden .sidebar__link-item__number{color:#a8a8a8!important}.sidebar__link-item__number{text-align:right;color:#8780a3;width:24px;font-weight:700;margin-left:8px}.sidebar__link-item .dnd-icon-button:not(:last-of-type){margin-right:8px}.sidebar__link{display:flex;align-items:center;color:inherit;flex:1 1;padding:12px 10px 12px 0;word-break:break-word;transition:all .25s ease-in-out}.sidebar__link:active,.sidebar__link:focus,.sidebar__link:hover{color:inherit}.sidebar__link i{margin-right:10px}.sidebar__version{font-size:12px;font-weight:400}.home{height:100vh;display:flex;flex-direction:column}.home__content{display:flex;height:calc(100vh - 40px)}.home__content__inner{background:#f4f4f4;width:100%;position:relative}.home .sidebar{flex:0 0 auto;overflow:auto;height:100%}.home .templates-wrapper{flex:1 1 auto;overflow:auto;height:100%;background:#f4f4f4;padding-top:134px}.home .templates-wrapper.favorited-templates,.home .templates-wrapper.shared-templates{padding-top:86px}.dnd-not-found{background-color:#9ca4b5;width:100%;height:100vh;position:relative}.dnd-not-found__wrapper{background-image:url(https://www.waymore.io/wp-content/uploads/2021/08/404_letters_compressed.png);background-position:50%;background-repeat:no-repeat;background-size:1150px auto;display:flex;align-items:center;justify-content:space-between;width:80%;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.dnd-not-found__wrapper h1,.dnd-not-found__wrapper p{margin:0;padding:0;font-size:3rem;color:#fff}.dnd-not-found__wrapper h1{margin-bottom:1rem}.published-modal{display:flex;flex-direction:column;height:100%;color:#43425d}.published-modal__content{flex:1 1;margin-bottom:40px}.published-modal__buttons{display:flex;justify-content:flex-end}.published-modal__button:not(:last-child){margin-right:8px}.personal-notes-modal__sub-title{font-size:13px;display:flex;justify-content:space-between;align-items:center}.personal-notes-modal__sub-title__delete-all-button{background-color:#fb6868!important;color:#fff!important;padding:3px 6px;margin:0;font-size:11px;transition:all .5s}.personal-notes-modal__sub-title__delete-all-button:hover{opacity:.7}.personal-notes-modal__no-content{overflow-y:hidden!important}.personal-notes-modal__content{margin:12px 0;overflow-y:scroll;max-height:250px}.personal-notes-modal__content__note{position:relative;background:#f4f4f4;border-radius:4px;margin:0 5px 8px 0;padding:12px 50px 12px 15px}.personal-notes-modal__content__note__delete-button{position:absolute;top:50%;right:15px;transform:translateY(-50%);cursor:pointer;transition:all .5s}.personal-notes-modal__content__note__delete-button:hover{opacity:.7}.personal-notes-modal__content__note__delete-button .icon{color:#fb6868}.personal-notes-modal__content__note__sender-name{background:#65a0ba;padding:0 4px;border-radius:4px;color:#fff;font-size:11px;margin-right:4px;text-transform:capitalize}.personal-notes-modal__content__note__sender-name.sender-shared{background-color:#009a6c}.personal-notes-modal__content__note time{font-size:10px;display:inline-block;color:#77787a}.personal-notes-modal__content__note p{font-size:12px;padding:0;margin:6px 0 0;color:#1c1d1f}.personal-notes-modal__content__no-notes{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f4f4f4;color:#bec5c6;border-radius:4px;font-size:13px;height:250px}.personal-notes-modal__content__no-notes span{font-size:54px;color:#bec5c6;margin-bottom:10px}.personal-notes-modal__adding{position:relative;margin-bottom:22px}.personal-notes-modal__adding .dnd-button-base.contained[type=submit]{position:absolute;top:5px;right:5px;box-shadow:none;background:#65a0ba;z-index:1;padding:8px 25px}.personal-notes-modal__adding input[type=text]{padding:12px 80px 12px 12px}.export-modal-email-provider__details{display:none;margin:24px 0 0}.export-modal-email-provider__details h2{font-size:14px;font-weight:400;margin:0 0 24px;padding:0}.export-modal-email-provider__details.active{display:block}.export-modal-email-provider__details select{width:100%;padding:8px;border:1px solid #d1d1d2;border-radius:4px;font-size:11px}.export-modal-email-provider__details select:focus{outline:none}.export-modal-email-provider__actions{display:flex;align-items:center;justify-content:flex-end;margin-top:18px}.export-modal-email-provider__actions button{display:flex;align-items:center;padding:8px 12px;margin:0;background:#65a0ba;font-size:12px;border-radius:4px}.export-modal-email-provider__actions button:focus,.export-modal-email-provider__actions button:hover{background:#65a0ba;opacity:.8}.export-modal-email-provider__actions button .icon{margin-right:8px}.export-modal-email-provider label{font-size:11px;margin:0 0 8px;padding:0;display:block}.export-modal-email-provider input[type=text]{background-color:transparent;border:1px solid #e8e8e9;width:100%;padding:10px;font-size:11px;margin:0 8px 8px 0}.export-modal-email-provider input[type=text]:active,.export-modal-email-provider input[type=text]:focus,.export-modal-email-provider input[type=text]:hover{background-color:transparent}.export-modal-email-provider input[type=text]::-webkit-input-placeholder{color:#a8a8a8}.export-modal-email-provider input[type=text]:-ms-input-placeholder{color:#a8a8a8}.export-modal-email-provider input[type=text]::-ms-input-placeholder{color:#a8a8a8}.export-modal-email-provider input[type=text]::placeholder{color:#a8a8a8}.export-modal-application__details{display:none;margin:24px 0 0}.export-modal-application__details h2{font-size:14px;font-weight:400;margin:0 0 24px;padding:0;text-transform:capitalize}.export-modal-application__details.active{display:block}.export-modal-application__details__actions{display:flex;align-items:center;justify-content:flex-end;margin-top:18px}.export-modal-application__details__actions button{display:flex;align-items:center;padding:8px 12px;margin:0;background:#65a0ba;font-size:12px;border-radius:4px}.export-modal-application__details__actions button:focus,.export-modal-application__details__actions button:hover{background:#65a0ba;opacity:.8}.export-modal-application__details__actions button .icon{margin-right:8px}.export-modal-application__details__download-btns{display:flex;align-items:center}.export-modal-application__details__download-btns button{border:1px solid #e8e8e9;background:none;color:#1e1f29;font-size:11px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between}.export-modal-application__details__download-btns button:first-child{margin-right:8px}.export-modal-application__details__download-btns button:focus,.export-modal-application__details__download-btns button:hover{background:none;opacity:.6}.export-modal-application__details__download-btns button .icon{display:inline-block;margin-right:6px}.export-modal-application__details__download-btns button span{display:inline-block}.export-modal-application__details__optional-headers{margin-top:16px}.export-modal-application__details__optional-headers label{font-size:11px;margin:0 0 8px;padding:0;display:block}.export-modal-application__details__optional-headers input[type=text]{background-color:transparent;border:1px solid #e8e8e9;width:100%;padding:10px;font-size:11px;margin:0 8px 0 0}.export-modal-application__details__optional-headers input[type=text]:active,.export-modal-application__details__optional-headers input[type=text]:focus,.export-modal-application__details__optional-headers input[type=text]:hover{background-color:transparent}.export-modal-application__details__optional-headers input[type=text]::-webkit-input-placeholder{color:#a8a8a8}.export-modal-application__details__optional-headers input[type=text]:-ms-input-placeholder{color:#a8a8a8}.export-modal-application__details__optional-headers input[type=text]::-ms-input-placeholder{color:#a8a8a8}.export-modal-application__details__optional-headers input[type=text]::placeholder{color:#a8a8a8}.export-modal-application__details__optional-headers__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.export-modal-application__details__optional-headers__row__delete-row{width:50px}.export-modal-application__details__optional-headers__row__add-row{margin-top:8px;width:30px;height:30px;border:1px solid #e8e8e9}.export-modal-application__details__input-url label{font-size:11px;margin:0 0 8px;padding:0;display:inline-block}.export-modal-application__details__input-url input[type=url]{background-color:transparent;border:1px solid #e8e8e9;width:100%;padding:10px;font-size:11px}.export-modal-application__details__input-url input[type=url]:active,.export-modal-application__details__input-url input[type=url]:focus,.export-modal-application__details__input-url input[type=url]:hover{background-color:transparent}.export-modal-application__details__input-url input[type=url]::-webkit-input-placeholder{color:#a8a8a8}.export-modal-application__details__input-url input[type=url]:-ms-input-placeholder{color:#a8a8a8}.export-modal-application__details__input-url input[type=url]::-ms-input-placeholder{color:#a8a8a8}.export-modal-application__details__input-url input[type=url]::placeholder{color:#a8a8a8}.export-modal-file__details{display:none;margin:24px 0 0}.export-modal-file__details h2{font-size:14px;font-weight:400;margin:0 0 24px;padding:0}.export-modal-file__details.active{display:block}.export-modal-file__details__actions{display:flex;align-items:center;margin-top:18px}.export-modal-file__details__actions p{font-size:12px;margin:0;padding:0 12px 0 0}.export-modal-file__details__actions button{display:flex;align-items:center;padding:8px 12px;margin:0;background:#65a0ba;font-size:12px;border-radius:4px}.export-modal-file__details__actions button:focus,.export-modal-file__details__actions button:hover{background:#65a0ba;opacity:.8}.export-modal-file__details__actions button .icon,.export-modal-file__details__actions button:first-of-type{margin-right:8px}.export-modal-file__details__format-selection button{border-radius:0;padding:8px 14px;margin:0 0 12px;font-size:12px;background:#d1d1d2;transition:all .5s}.export-modal-file__details__format-selection button:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.export-modal-file__details__format-selection button:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.export-modal-file__details__format-selection button:focus,.export-modal-file__details__format-selection button:hover{background:#65a0ba;opacity:.5}.export-modal-file__details__format-selection button.active{background:#65a0ba;opacity:1}.export-modal-file__details__input-range label{font-size:12px;margin:0 0 12px;padding:0;display:inline-block}.export-modal-file__details__input-range input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;width:100%;margin-bottom:24px}.export-modal-file__details__input-range input[type=range]::-webkit-slider-runnable-track{position:relative;height:6px;background-color:#e8e8e9;border-radius:8px}.export-modal-file__details__input-range input[type=range]::-moz-range-track{position:relative;height:6px;background-color:#e8e8e9;border-radius:8px}.export-modal-file__details__input-range input[type=range]::-webkit-slider-thumb{box-sizing:border-box;-webkit-appearance:none;appearance:none;position:relative;background-color:#65a0ba;cursor:pointer;border:2px solid #fff;border-radius:50px;width:18px;height:18px;top:50%;translate:0 -50%}.export-modal-file__details__input-range input[type=range]::-moz-range-thumb{box-sizing:border-box;-moz-appearance:none;appearance:none;position:relative;background-color:#65a0ba;cursor:pointer;border:2px solid #fff;border-radius:50px;width:18px;height:18px}.export-modal-file__details__input-range input[type=range]::-moz-range-progress{height:8px;background-color:#f1f9ff;border-radius:8px}@-webkit-keyframes loadingBox{0%{height:0}to{height:100%}}@keyframes loadingBox{0%{height:0}to{height:100%}}.export-modal [data-reach-tab]{font-size:12px}.export-modal [data-reach-tab-panels]{padding-top:16px}.export-modal__items{display:flex;flex-wrap:wrap}.export-modal__items__item{width:100px;height:100px;position:relative;margin:0 20px 20px 0;border:1px solid #e8e8e9;border-radius:4px;font-size:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .5s;background:none;color:#77787a}.export-modal__items__item:nth-child(4n){margin-right:0}.export-modal__items__item span{margin-top:5px}.export-modal__items__item.active,.export-modal__items__item:focus,.export-modal__items__item:hover{background:#cbe9ff;border-color:transparent}.export-modal__items__item.loading{border-color:#e8e8e9!important}.export-modal__items__item.loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:0;background:#e8e8e9;opacity:.3;-webkit-animation:loadingBox 2s linear infinite;animation:loadingBox 2s linear infinite}.export-modal__items__item[disabled]{background:none;opacity:1;cursor:not-allowed}.export-modal__items__item[disabled] img{opacity:.3}.export-modal__items__item:last-child{margin-right:0}.export-modal__items__item img{width:70px}.version-history-modal__loading{display:flex;align-items:center;justify-content:center;height:300px}.version-history-modal__version{border-bottom:1px solid #f4f4f4;font-size:11px;padding:16px 26px;display:flex;align-items:center;justify-content:space-between;color:#4a4b4d;transition:background .2s;cursor:pointer;box-shadow:1px 5px 10px -10px rgba(33,35,38,.1)}.version-history-modal__version.active,.version-history-modal__version:hover{background:#65a0ba;border-color:#fff;color:#fff;transition:opacity .8s}.version-history-modal__version.active button,.version-history-modal__version:hover button{opacity:1}.version-history-modal__version.active .icon,.version-history-modal__version.active span,.version-history-modal__version.active time,.version-history-modal__version:hover .icon,.version-history-modal__version:hover span,.version-history-modal__version:hover time{color:#fff}.version-history-modal__version__title time{font-size:14px;display:block;color:#1c1d1f;margin-bottom:4px}.version-history-modal__version__title__user-name{font-size:11px;color:#a1a1a1;text-transform:capitalize}.version-history-modal__version__actions{display:flex;align-items:center}.version-history-modal__version__actions button{margin:0;padding:0;border-radius:4px;background:transparent!important;color:#bec5c6;opacity:0;font-size:13px}.version-history-modal__version__actions button:has(.icon-visibility){font-size:16px}.version-history-modal__version__actions button:last-child{margin-left:14px}.version-history-modal__no-versions{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#bec5c6;font-size:14px;height:250px}.version-history-modal__no-versions span{display:inline-block;margin-bottom:8px;font-size:40px;color:#bec5c6}.clean-modal__buttons{display:flex;justify-content:flex-end;padding-top:40px}.general-settings-modal{color:#1c1d1f;display:flex;flex-direction:column}.general-settings-modal__header{margin-bottom:20px}.general-settings-modal__content-wrapper{flex:1 1 400px}.general-settings-modal__content-wrapper button{padding:0;margin:0;cursor:pointer;border:none;box-shadow:none;background-color:transparent;border-radius:0;transition:none}.general-settings-modal__content{margin-top:40px;font-size:12px}.general-settings-modal__content__headings-info{padding:10px 12px;margin:0;font-size:11px;color:#084298;background:#cbe9ff;border-radius:4px}.general-settings-modal__content.headings-setting{margin-top:20px}.general-settings-modal__content.headings-setting .general-settings-modal__options-wrapper{padding-left:20px;display:flex;align-items:center;justify-content:space-between}.general-settings-modal__content.headings-setting .general-settings-modal__options-wrapper__option-item{margin-right:50px}.general-settings-modal__content.headings-setting .general-settings-modal__options-wrapper__option-item__label{margin-bottom:10px}.general-settings-modal__content.headings-setting .general-settings-modal__form-item-wrapper{flex:none}.general-settings-modal__content.headings-setting .general-settings-modal__content-item{margin:0;padding:16px;align-items:center}.general-settings-modal__content.headings-setting .general-settings-modal__content-item:nth-child(2n){background:#fbfbfc}.general-settings-modal__content.headings-setting .general-settings-modal__content-item__title{flex:1 1;font-size:16px}.general-settings-modal__content-item{display:flex;align-items:flex-start}.general-settings-modal__content-item:not(:first-child){margin-top:40px}.general-settings-modal__form-item-wrapper{position:relative;flex:0 0 35%;margin-right:60px;display:flex;align-items:center;flex-wrap:wrap}.general-settings-modal__form-item-info{position:absolute;left:0;top:100%;width:100%;color:#4d4f5c}.general-settings-modal__form-item-label{font-weight:400;margin-right:32px}.general-settings-modal__form-item.range-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;color:#65a0ba}.general-settings-modal__form-item.range{flex:1 0;margin:18px 20px;-webkit-appearance:none}.general-settings-modal__form-item.range::-webkit-slider-thumb{-webkit-appearance:none;height:10px;width:10px;border-radius:10px;background:#cbe9ff;border:4px solid #65a0ba;cursor:pointer;box-shadow:0 0 0 2px #cbe9ff}.general-settings-modal__form-item.range::-moz-range-thumb{box-shadow:0 0 0 2px #cbe9ff;height:10px;width:10px;border-radius:4px;background:#65a0ba;cursor:pointer}.general-settings-modal__form-item.range::-webkit-slider-runnable-track{width:100%;height:10px;cursor:pointer;background:#65a0ba;border-radius:10px}.general-settings-modal__form-item.range::-moz-range-track{width:100%;height:10px;cursor:pointer;background:#65a0ba;border-radius:10px}.general-settings-modal__form-item.number-range{display:flex;align-items:center;justify-content:space-between;height:32px;color:#1c1d1f}.general-settings-modal__form-item.number-range button{height:32px;width:32px;border:1px solid #d1d1d2;border-radius:32px;color:inherit;font-size:24px;transition:all .25s ease-in-out}.general-settings-modal__form-item.number-range button:first-child{transform:translate(-16px,-1px)}.general-settings-modal__form-item.number-range button:last-child{transform:translate(16px,-1px)}.general-settings-modal__form-item.number-range button:active,.general-settings-modal__form-item.number-range button:focus,.general-settings-modal__form-item.number-range button:hover{background-color:rgba(209,209,210,.5)}.general-settings-modal__form-item.number-range>div{line-height:32px}.general-settings-modal__form-item.color-picker{position:relative}.general-settings-modal__form-item.color-picker .color-picker__input{border-radius:4px;display:flex;justify-content:space-between;align-items:center;padding:5px 10px;border:1px solid #d1d1d2;width:190px}.general-settings-modal__form-item.color-picker .color-picker__input input{background-color:transparent;font-size:12px;color:#1c1d1f;width:100%;padding:0;margin:0}.general-settings-modal__form-item.color-picker .color-picker__input button{width:28px;height:28px;border:1px solid #d1d1d2;border-radius:4px;transition:all .25s ease-in-out}.general-settings-modal__form-item.color-picker .color-picker__input button:active,.general-settings-modal__form-item.color-picker .color-picker__input button:focus,.general-settings-modal__form-item.color-picker .color-picker__input button:hover{border:1px solid #d1d1d2}.general-settings-modal__form-item.color-picker .color-picker__popup{position:absolute;right:0;bottom:0}.general-settings-modal__form-item.font-select{margin-top:10px;width:100%;padding:10px;border:1px solid #d1d1d2;border-radius:4px}.general-settings-modal__form-item.font-select label{display:flex;justify-content:space-between;margin:0;font-size:10px;color:#1c1d1f;line-height:18px}.general-settings-modal__form-item.font-select select{margin:0;border:none;cursor:pointer;font-size:12px;color:#1c1d1f}.general-settings-modal__form-item.paragraph-bottom-space{width:100%;margin-top:15px}.general-settings-modal__form-item.line-spacing{margin-top:15px;width:100%;display:flex}.general-settings-modal__form-item.line-spacing label{padding:8px 20px;background-color:#f1f9ff;color:#65a0ba;border-radius:4px;display:flex;align-items:center}.general-settings-modal__form-item.line-spacing label.active{background-color:#cbe9ff}.general-settings-modal__form-item.line-spacing label:not(:last-child){margin-right:10px}.general-settings-modal__form-item.line-spacing input{display:none}.general-settings-modal__description-header{margin:0 0 16px;font-weight:400;color:#4d4f5c}.general-settings-modal__description{margin:0;color:#a1a1a1}.general-settings-modal__buttons{margin-top:20px;display:flex;justify-content:flex-end}.general-settings-modal__buttons button:not(:last-child){margin-right:8px}.dnd-image-item{position:relative;width:calc(25% - 20px);margin:10px;cursor:pointer;line-height:0}.dnd-image-item__image-name{font-size:11px;font-weight:400;padding:0;margin:12px 0 2px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dnd-image-item__item-author{margin:16px 0 0;display:block;font-size:11px;text-transform:capitalize}.dnd-image-item__item-author a{margin-left:4px;color:#65a0ba}.dnd-image-item.selected img{outline:10px solid #abcbda}.dnd-image-item.icon{width:64px;height:64px;overflow:hidden}.dnd-image-item__delete-button{position:absolute;top:-5px;right:-5px;width:20px;height:20px;padding:0;border-radius:50%;font-size:12px;line-height:1;background-color:#fff;color:#a8a8a8}.dnd-image-item__delete-button:hover{background-color:#fb6868;color:#fff}.dnd-image-item__delete-button:focus{background-color:#fff}.dnd-image-item__image{width:100%;height:120px;object-fit:cover}.dnd-image-item__image:hover{outline:10px solid #cbe9ff}.dnd-image-item__image.icon{width:64px;height:64px}.dnd-images-content__load-more{text-align:center;color:currentColor;width:100%;height:40px;text-transform:uppercase;font:700 12px/40px "Arial",sans-serif}.dnd-images-content__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.dnd-images-content__wrapper .icon{font-size:48px}.dnd-images-content__image-items{display:flex;flex-wrap:wrap;align-content:flex-start;align-items:flex-start}.image-modal{color:#7c7599}.image-modal__icons .image-modal__images-wrapper{margin-top:20px;background:#fff}.image-modal__icons .image-modal__images-wrapper .dnd-images-content__image-items{align-items:center;justify-content:space-between}.image-modal__icons .image-modal__images-wrapper .dnd-image-item.icon{border:1px solid #d1d1d2;display:flex;align-items:center;justify-content:center;transition:all .5s}.image-modal__icons .image-modal__images-wrapper .dnd-image-item.icon:hover{border-color:#009a6c}.image-modal__icons .image-modal__images-wrapper .dnd-image-item.icon img{width:32px;height:32px}.image-modal__icons .image-modal__images-wrapper .dnd-image-item.icon img:hover{outline:none}.image-modal__icons__actions{display:flex;align-items:flex-end;justify-content:center}.image-modal__icons__actions .dnd-label{color:#4a4b4d;font-size:11px}.image-modal__icons__actions__search{flex:1 1}.image-modal__icons__actions__search .dnd-input{width:100%}.image-modal__icons__actions__categories,.image-modal__icons__actions__styles{margin-left:8px;width:230px}.image-modal__ai-images__actions{display:flex;align-items:flex-end;justify-content:center;margin-top:24px}.image-modal__ai-images__actions .dnd-label{color:#4a4b4d;font-size:11px}.image-modal__ai-images__actions__negative_prompt,.image-modal__ai-images__actions__search{flex:1 1;margin-right:8px}.image-modal__ai-images__actions__negative_prompt .dnd-input,.image-modal__ai-images__actions__search .dnd-input{width:100%}.image-modal__ai-images__actions__style{width:140px;margin-right:8px}.image-modal__ai-images__actions__aspect-ratio{width:100px;margin-right:8px}.image-modal__content{display:flex;flex-direction:column}.image-modal__content.global-images{margin-top:35px}.image-modal__search-box{position:relative;margin:16px 8px 8px}.image-modal__search-box:before{content:"\e94b";position:absolute;top:12px;left:10px;font:normal normal normal 12px/1 icons;color:#a1a1a1}.image-modal__search-box input[type=search]{background:#fff;border:1px solid #d1d1d2;font:400 11px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;color:#1c1d1f;padding:10px 16px 10px 28px}.image-modal__search-box input[type=search]::-webkit-input-placeholder{color:#a1a1a1}.image-modal__search-box input[type=search]:-ms-input-placeholder{color:#a1a1a1}.image-modal__search-box input[type=search]::-ms-input-placeholder{color:#a1a1a1}.image-modal__search-box input[type=search]::placeholder{color:#a1a1a1}.image-modal__search-box input[type=search]:focus,.image-modal__search-box input[type=search]:hover{background:#fff;border-color:#a8a8a8}.image-modal__unsplash-search{margin-top:35px}.image-modal__empty{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.image-modal__add-image-form{height:auto}.image-modal__add-image-form-wrapper{display:flex;align-items:center}.image-modal__add-image-form fieldset{height:auto;background-color:transparent;border:none;margin:0;padding:0}.image-modal__add-image-form .image-modal__add-image-input{flex:1 0}.image-modal__add-image-form .image-modal__add-image-button{width:130px;margin-left:10px}.image-modal__add-image-form .image-modal__add-image-button .icon{margin-left:8px}.image-modal__images-wrapper{position:relative;margin-top:35px;height:350px;overflow-x:auto;border-radius:4px;background-color:#f4f4f4}.image-modal__drop-image-button{text-align:center;position:relative;width:calc(25% - 20px);height:120px;line-height:120px;font-size:36px;margin:10px;padding:0;border-radius:4px;color:inherit;border:2px dashed;cursor:pointer;transition:all .3s ease;background-color:transparent}.image-modal__drop-image-button.hidden{opacity:0}.image-modal__drop-image-button:focus,.image-modal__drop-image-button:hover{opacity:.7;background-color:rgba(101,160,186,.3);border-color:#65a0ba;outline:none}.image-modal__drop-message{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:transparent;opacity:0;visibility:hidden;transition:all .3s ease;border-radius:4px;border:2px solid transparent}.image-modal__drop-message.visible{opacity:1;visibility:visible}.image-modal__drop-message.active{opacity:.7;visibility:visible;background-color:rgba(101,160,186,.3);border-color:#65a0ba}.image-modal__drop-message .icon{font-size:48px}.dnd-radio-button__label{display:inline-block;padding:10px;background-color:#f1f9ff;color:#65a0ba;border-radius:4px;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;cursor:pointer;margin:0}.dnd-radio-button__label.active{background-color:#cbe9ff}.dnd-radio-button__label:not(:last-child){margin-right:10px}.dnd-radio-button__input{display:none!important}.dnd-combobox__loading{padding:0 8px;font-size:12px;color:#65a0ba}.dnd-combobox__button{padding:10px}.dnd-combobox__list{position:absolute;background-color:#fff;max-height:150px;overflow-y:auto;z-index:1;box-shadow:0 3px 6px rgba(0,0,0,.160784);display:none}.dnd-combobox__list.isOpen{display:block}.dnd-combobox__list-item.highlighted{background-color:#f1f9ff}.dnd-combobox__list-item.selected{background-color:#cbe9ff}.dnd-combobox__empty-list{padding:5px 10px;color:#a8a8a8}.waymore-product-modal__header{color:#7c7599;margin-bottom:20px}.waymore-product-modal__content-wrapper{padding:0 26px 26px;flex:1 1}.waymore-product-modal__content-wrapper .dnd-form-control:not(:last-child){margin-bottom:24px}.waymore-product-modal__options{display:flex;align-items:center;margin:25px 0}.waymore-product-modal__options .dnd-form-control{margin:0 25px 0 0!important}.waymore-product-modal__empty-content{flex:1 1;display:flex;align-items:center;justify-content:center;padding:0 20px 20px;font-size:13px;line-height:22px}.waymore-product-modal__empty-content-message{color:#4d4f5c;text-align:center}.waymore-product-modal__empty-content-message a,.waymore-product-modal__empty-content-message a:active,.waymore-product-modal__empty-content-message a:focus,.waymore-product-modal__empty-content-message a:hover{color:#65a0ba}.waymore-product-modal__product-item{display:flex;padding:5px 0}.waymore-product-modal__product-item__img{width:36px;height:36px;object-fit:contain;margin-right:10px}.waymore-product-modal__product-item__info{margin-right:auto}.waymore-product-modal__product-item__name{font-size:14px;margin-bottom:8px}.waymore-product-modal__product-item__category{color:#a8a8a8;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:380px}.waymore-product-modal__product-item__price{font-size:14px}.waymore-product-modal__buttons{display:flex;align-items:center;justify-content:space-between}.waymore-product-modal__buttons .dnd-form-control{margin-bottom:0!important}.waymore-product-modal__buttons .dnd-button-base.contained{background:#43425d}.test-email-modal{display:flex;flex-direction:column;height:100%;color:#43425d}.test-email-modal__content{flex:1 1;margin-bottom:40px}.test-email-modal__content .dnd-form-control{margin-bottom:16px}.test-email-modal__buttons{display:flex;justify-content:flex-end}.test-email-modal__button:not(:last-child){margin-right:8px}.dnd-text-field-tags .dnd-input__before{flex-wrap:wrap}.dnd-text-field-tags .dnd-tag{margin:2px 0 2px 5px}.dnd-text-field-tags .dnd-tag__delete-button{display:flex;align-items:center;justify-content:center}.dnd-text-field-tags .dnd-tag__delete-button span{margin:0}.dnd-text-field-tags .dnd-tag>span{text-overflow:ellipsis;white-space:pre-wrap;max-width:200px;overflow:hidden;display:block;line-height:18px}.code-mirror-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.code-mirror-header .code-mirror-search-tip dt{font-family:monospace;-webkit-margin-after:8px;margin-block-end:8px}.code-mirror-header .code-mirror-search-tip dd{display:block;-webkit-margin-start:20px;margin-inline-start:20px;-webkit-margin-after:16px;margin-block-end:16px;color:#43425d}.code-mirror-header label.dnd-label{font-size:14px}.code-mirror-header .icon{font-size:13px;margin-left:4px}.code-mirror-header__clipboard-buttons button.dnd-button-base.contained{font-size:12px;border:1px solid #43425d;color:#43425d;background:transparent;padding:5px 12px;margin-left:8px;transition:opacity .5s}.code-mirror-header__clipboard-buttons button.dnd-button-base.contained:hover{opacity:.5}.code-mirror-all-buttons{display:flex}.code-mirror-all-buttons button.code-mirror-all-buttons__copy-all,.code-mirror-all-buttons button.code-mirror-all-buttons__paste-all{margin-right:10px;background:transparent;color:#43425d;border:1px solid #43425d;transition:opacity .5s}.code-mirror-all-buttons button.code-mirror-all-buttons__copy-all:hover,.code-mirror-all-buttons button.code-mirror-all-buttons__paste-all:hover{opacity:.5}.code-mirror-all-buttons__upload-button{position:relative;display:flex;margin-right:15px}.code-mirror-all-buttons__upload-button__input[type=file]{width:130px;color:transparent;overflow:hidden;margin:0;padding:0}.code-mirror-all-buttons__upload-button__input[type=file]::-webkit-file-upload-button{visibility:hidden}.code-mirror-all-buttons__upload-button__input[type=file]:before{content:"Select file";display:inline-block;background:#fff;color:#43425d;border:1px dashed #d5d5d5;font-size:12px;padding:10px 30px;transition:all .5s;cursor:pointer}.code-mirror-all-buttons__upload-button__input[type=file]:hover:before{border-color:#4a4b4d}.block-modal__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.block-modal__row__category .dnd-form-control{background:#f5f1e0;padding:16px;border-radius:4px}.block-modal__row__category .dnd-form-control .dnd-select__select{background-color:#fff;color:#1c1d1f}.block-modal__row__inner{width:48%;display:flex;flex-direction:column;min-height:200px;justify-content:space-between}.block-modal__row__inner-full{width:100%;flex-direction:row;min-height:auto}.block-modal__editor-wrapper,.block-modal__row__inner-full .dnd-form-control.fullWidth{width:48%}.block-modal__editor{font-size:12px}.block-modal__editor .CodeMirror{height:200px}.block-modal__editor .CodeMirror-dialog-top{display:flex;align-items:center;padding:8px;border:none;color:#d1d1d2;background-color:#000;box-shadow:0 5px 5px rgba(0,0,0,.3)}.block-modal__editor .CodeMirror-dialog-top .CodeMirror-search-hint{display:none}.block-modal__editor .CodeMirror-dialog-top .CodeMirror-search-field{margin:0 0 0 8px;padding:5px 8px;border-radius:4px;background:none;border:1px solid #d1d1d2;font-size:11px}.block-modal__preview{width:700px;height:300px;border:none;margin-left:50%;transform:translateX(-50%)}.block-modal__buttons{display:flex;justify-content:flex-end;margin-bottom:30px}.block-modal__button:not(:last-child){margin-right:8px}.code-import-modal__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.code-import-modal__editor-wrapper{width:48%}.code-import-modal__editor{font-size:13px}.code-import-modal__editor .CodeMirror-dialog-top{display:flex;align-items:center;padding:8px;border:none;color:#d1d1d2;background-color:#000;box-shadow:0 5px 5px rgba(0,0,0,.3)}.code-import-modal__editor .CodeMirror-dialog-top .CodeMirror-search-hint{display:none}.code-import-modal__editor .CodeMirror-dialog-top .CodeMirror-search-field{margin:0 0 0 8px;padding:5px 8px;border-radius:4px;background:none;border:1px solid #d1d1d2;font-size:11px}.code-import-modal__buttons{display:flex;justify-content:space-between;margin-bottom:30px}.code-import-modal__button:not(:last-child){margin-right:8px}.code-import-modal__upload-button{position:relative;display:flex}.code-import-modal__upload-button__input[type=file]{width:130px;color:transparent;overflow:hidden;margin:0;padding:0}.code-import-modal__upload-button__input[type=file]::-webkit-file-upload-button{visibility:hidden}.code-import-modal__upload-button__input[type=file]:before{content:"Select file";display:inline-block;background:#fff;color:#43425d;border:1px dashed #d5d5d5;font-size:12px;padding:10px 30px;transition:all .5s;cursor:pointer}.code-import-modal__upload-button__input[type=file]:hover:before{border-color:#4a4b4d}.view-code-modal #code-mirror-search-tip dt{font-family:monospace;-webkit-margin-after:8px;margin-block-end:8px}.view-code-modal #code-mirror-search-tip dd{display:block;-webkit-margin-start:20px;margin-inline-start:20px;-webkit-margin-after:16px;margin-block-end:16px;color:#43425d}.view-code-modal__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.view-code-modal__editor-wrapper{width:48%}.view-code-modal__editor-wrapper__title{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.view-code-modal__editor-wrapper__title label.dnd-label{font-size:14px}.view-code-modal__editor-wrapper .icon{font-size:13px;margin-left:4px}.view-code-modal__editor-wrapper__clipboard-buttons button.dnd-button-base.contained{font-size:12px;border:1px solid #43425d;color:#43425d;background:transparent;padding:5px 12px;margin-left:8px}.view-code-modal__editor{font-size:13px}.view-code-modal__editor .CodeMirror-dialog-top{display:flex;align-items:center;padding:8px;border:none;color:#d1d1d2;background-color:#000;box-shadow:0 5px 5px rgba(0,0,0,.3)}.view-code-modal__editor .CodeMirror-dialog-top .CodeMirror-search-hint{display:none}.view-code-modal__editor .CodeMirror-dialog-top .CodeMirror-search-field{margin:0 0 0 8px;padding:5px 8px;border-radius:4px;background:none;border:1px solid #d1d1d2;font-size:11px}.custom-modul-category-modal__form{display:flex;justify-content:center;align-items:flex-start}.custom-modul-category-modal__form .dnd-form-control{margin-right:16px}.custom-code-modal #code-mirror-search-tip dt{font-family:monospace;-webkit-margin-after:8px;margin-block-end:8px}.custom-code-modal #code-mirror-search-tip dd{display:block;-webkit-margin-start:20px;margin-inline-start:20px;-webkit-margin-after:16px;margin-block-end:16px;color:#43425d}.custom-code-modal__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.custom-code-modal__editor-wrapper{width:100%}.custom-code-modal__editor{font-size:16px}.custom-code-modal__editor .CodeMirror-dialog-top{display:flex;align-items:center;padding:8px;border:none;color:#d1d1d2;background-color:#000;box-shadow:0 5px 5px rgba(0,0,0,.3)}.custom-code-modal__editor .CodeMirror-dialog-top .CodeMirror-search-hint{display:none}.custom-code-modal__editor .CodeMirror-dialog-top .CodeMirror-search-field{margin:0 0 0 8px;padding:5px 8px;border-radius:4px;background:none;border:1px solid #d1d1d2;font-size:11px}.custom-code-modal__buttons{display:flex;justify-content:flex-end;margin-bottom:30px}.custom-code-modal__button:not(:last-child){margin-right:8px}.template-info-modal .dnd-form-control{margin-bottom:16px}.template-info-modal__buttons{display:flex;align-items:center;justify-content:flex-end;margin-top:32px}.editor-header{position:relative;z-index:5;height:40px;display:flex;justify-content:space-between;color:#fff;background-color:#1c1d1f}.editor-header.template-shared,.editor-header.template-shared-owner{background:#009a6c;color:#fff}.editor-header.template-shared-owner .editor-header__app-actions,.editor-header.template-shared .editor-header__app-actions{background:#009a6c}.editor-header.template-shared-owner .editor-header__user-actions,.editor-header.template-shared .editor-header__user-actions{width:355px}.editor-header.template-shared-owner .editor-header__user-actions .dnd-button,.editor-header.template-shared .editor-header__user-actions .dnd-button{border:1px solid #fff;color:#fff;background:transparent}.editor-header.template-shared-owner .editor-header__user-actions .dnd-button .icon,.editor-header.template-shared .editor-header__user-actions .dnd-button .icon{margin-right:8px}.editor-header__column{display:flex;justify-content:space-between;align-items:center}.editor-header__column:not(:last-child){margin-right:25px;padding-right:16px}.editor-header__app-actions{font-weight:700;width:400px;background:linear-gradient(276deg,#1c1d1f 16%,#003562 33%)}.editor-header__template-actions{flex-grow:1}.editor-header__panel-template-options{background-color:transparent!important}.editor-header__panel-template-options .gjs-pn-buttons .gjs-pn-btn{height:24px;width:24px;min-height:0;min-width:0;color:#fff;box-shadow:none}.editor-header__panel-template-options .gjs-pn-buttons .gjs-pn-btn[data-tooltip*=export]{background:#009a6c}.editor-header__help-btn{margin-left:5px;font-size:14px;color:#fff}.editor-header__template-info{flex-grow:1;display:flex;justify-content:center}.editor-header__template-info__shared-template-title{text-align:center;font-size:14px;width:400px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-header__template-info .dnd-button{font-weight:500}.editor-header__template-info .dnd-button__label{display:flex;align-items:center;justify-content:center}.editor-header__template-info .dnd-button .icon{margin:3px 0 0 5px;font-size:12px}.editor-header__template-name{max-width:250px}.editor-header__template-name__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:18px}.editor-header__simple-btn{color:inherit;font-size:12px;padding:8px}.editor-header__simple-btn .icon-expand-more{margin-left:4px}.editor-header__simple-btn .icon-mail,.editor-header__simple-btn .icon-visibility{font-size:11px;margin-right:4px}.editor-header__user-actions{min-width:350px;display:flex;align-items:center;justify-content:flex-end;padding:0 16px}.editor-header__user-actions .dnd-button-base{flex-shrink:0;font-size:12px;padding:6px 14px;box-shadow:none}.editor-header__user-actions .dnd-button-base:not(:last-child){margin-right:5px}.editor-header__user-actions .dnd-button-base .icon{font-size:14px}.editor-header__preview-btn.dnd-button-base{background:#ababc4}.editor-header__preview-btn .dnd-button__label,.editor-header__update-btn .dnd-button__label{flex-direction:row-reverse}.editor-header__preview-btn .dnd-button__label span,.editor-header__update-btn .dnd-button__label span{margin-right:8px}.editor-header__cancel-btn{color:#fff}@media (max-width:1400px){#editor .editor-content{height:calc(100vh - 80px)}#editor .preview-header{flex:wrap 1;align-items:start;height:80px}#editor .preview-header .dnd-breadcrumb{width:100%;height:40px}#editor .preview-header__right-col{height:40px;display:flex;align-items:center}#editor .preview-header__devices{top:auto;bottom:0;transform:translate(-50%)}#editor .grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.pc .gjs-frame{padding-top:80px}}@media (max-width:1600px){.editor-header{height:80px;flex-wrap:wrap}.editor-header__column{margin-right:0!important}.editor-header__app_actions{width:100%}.editor-header__user-actions{width:100%;padding:8px 16px;justify-content:center}}@media (max-width:1200px){#editor .preview-header .dnd-breadcrumb{display:none}.templates-header{flex-direction:column;align-items:flex-start;height:80px}.templates-header__content,.templates-header__logo{height:40px;width:100%}.templates-header__content{padding-left:8px}.editor-header{height:120px}.editor-header__template-actions{width:100%}.editor-header__panel-template-options .gjs-pn-buttons{padding-left:14px}}.preview-header{display:flex;align-items:center;position:fixed;top:0;width:100%;height:40px;z-index:11;background-color:#1c1d1f}.preview-header__right-col{flex:1 1;display:flex;justify-content:flex-end;align-content:center}.preview-header__devices{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.preview-header .dnd-logo{width:260px;background:linear-gradient(276deg,#1c1d1f 16%,#003562 33%)}.preview-header__exit-preview-btn{margin-right:18px}.preview-header__exit-preview-btn.dnd-button-base{background:#ababc4;padding:6px 14px;height:25px;font-weight:500}.preview-header__exit-preview-btn.dnd-button-base .icon{margin-left:10px}.preview-header__size-button{display:inline-flex;align-items:center;justify-content:center;height:40px;font-size:18px;color:#fff;margin:0;padding:0 15px;background-color:transparent;border-radius:0}.preview-header__size-button.active{background-color:#65a0ba}.editor-content{height:calc(100vh - 40px);background:#e6e6e6;display:flex}.editor-content .component-settings+#containerStyle>.div-style>.gjs-clm-tags,.editor-content .component-settings .gjs-trt-traits{display:none}.editor-content .component-settings.open+#containerStyle>.div-style>.gjs-clm-tags,.editor-content .component-settings.open .gjs-trt-traits{display:block}.editor-content .component-settings.open .component-settings__header:after{content:"\e924";font:normal normal normal 12px/1 icons}.editor-content .component-settings__header{position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-transform:uppercase;font-size:11px;background:#f4f4f4;border-top:1px solid #e8e8e9;border-bottom:1px solid #e8e8e9;padding:11px 16px;display:flex;align-items:center;color:#43425d;font-weight:700}.editor-content .component-settings__header:before{content:"\e92d";font-family:"icons";font-size:16px;color:#ababc4;margin-right:10px}.editor-content .component-settings__header:after{content:"\e904";font:normal normal normal 12px/1 icons;position:absolute;right:16px}.editor-content__blocks{position:relative;width:400px;display:flex;flex-direction:column;transition:all .3s ease;z-index:5}.editor-content__blocks .custom-module-preview{position:absolute;top:50%;right:0;transform:translateY(-50%);background:#fff;box-shadow:0 6px 12px rgba(0,0,0,.18);border:1px solid #bec5c6;width:250px;border-radius:10px;padding:20px;z-index:0;opacity:0}.editor-content__blocks .custom-module-preview__show{transition:opacity .2s;opacity:1;right:-250px}.editor-content__blocks .custom-module-preview__divider{margin:0 -20px 15px;padding:0 0 10px;border-bottom:1px solid #d1d1d2}.editor-content__blocks .custom-module-preview__title{font-size:14px;padding:0;margin:0 0 10px}.editor-content__blocks .custom-module-preview__description{font-size:12px;padding:0;margin:0}.editor-content__blocks.collapsed{margin-left:-388px}.editor-content__blocks.collapsed:after{right:-24px}.editor-content__blocks.collapsed:hover{transform:translateX(388px)}.editor-content__blocks .editor-content__collapse-button{right:0;transform:translateX(50%)}.editor-content__blocks-list-wrapper{padding:8px 0;background-color:#fff;flex:1 1;display:flex;flex-direction:column;overflow:auto;position:relative;z-index:3}.editor-content__blocks-list-wrapper__top-action{font-size:12px;padding:10px 16px}.editor-content__blocks-list-wrapper__creat-group-btn,.editor-content__blocks-list-wrapper__top-action{display:flex;justify-content:space-between;align-items:center}.editor-content__blocks-list-wrapper__creat-group-btn button{font-size:14px;margin-left:10px;width:20px;height:20px}.editor-content__blocks-list-wrapper__creat-group-btn .icon{font-size:10px}.editor-content__blocks-list{flex:1 1;overflow:auto}.editor-content__blocks-search-input{background-color:#fff;margin:10px 15px 15px;border-color:#d1d1d2}.editor-content__canvas-wrapper{display:flex;flex-direction:column;margin:16px 25px 8px;flex:1 1}.editor-content__canvas-actions{display:flex;justify-content:space-between;align-items:center}.editor-content__canvas{margin-top:16px;flex:1 1;overflow:hidden}.editor-content__traits{position:relative;display:flex;flex-direction:column;width:350px;transition:all .3s ease;z-index:5}.editor-content__traits.collapsed{margin-right:-338px}.editor-content__traits.collapsed:after{left:-24px}.editor-content__traits.collapsed:hover{transform:translateX(-338px)}.editor-content__traits .editor-content__collapse-button{left:0;transform:translateX(-50%)}.editor-content__collapse-button{position:absolute;padding:0;width:24px;height:24px;border-radius:50%;z-index:4;top:60px}.editor-content__blocks.collapsed:after,.editor-content__traits.collapsed:after{content:"";position:absolute;top:0;width:24px;height:100%}.editor-content__blocks.collapsed .editor-content__collapse-button,.editor-content__traits.collapsed .editor-content__collapse-button{opacity:1;visibility:visible}.editor-content__blocks .editor-content__collapse-button,.editor-content__traits .editor-content__collapse-button{opacity:0;visibility:hidden}.editor-content__blocks:hover .editor-content__collapse-button,.editor-content__traits:hover .editor-content__collapse-button{opacity:1;visibility:visible}.editor-content__blocks.disabled,.editor-content__traits.disabled{pointer-events:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__extra .gjs-sm-sector-title:before,.icon-business-center:before{content:"\e910"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__decorations .gjs-sm-sector-title:before,.icon-palette:before{content:"\e90a"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-sector-title:before,.icon-handyman:before{content:"\e92e"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__dimension .gjs-sm-sector-title:before,.icon-straighten:before{content:"\e91d"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__general .gjs-sm-sector-title:before,.icon-settings:before{content:"\e92d"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__typography .gjs-sm-sector-title:before,.icon-text-format:before{content:"\e925"}.grapes{display:flex;flex-direction:column;overflow:hidden}.grapes .style-social-icons-component{height:150px;overflow-y:scroll}.grapes .style-social-icons-component button[data-style-social-icon-button]{width:100%;display:flex;align-items:center;justify-content:space-between;background:none!important}.grapes .style-social-icons-component button[data-style-social-icon-button] span{font-size:11px;display:block;color:#43425d}.grapes .style-social-icons-component button[data-style-social-icon-button] img{width:100px}.grapes .style-social-icons-component button[data-style-social-icon-button]:last-child{margin-right:0}.grapes .style-social-icons-component button[data-style-social-icon-button].selected,.grapes .style-social-icons-component button[data-style-social-icon-button]:hover{background:#ababc4!important}.grapes .style-social-icons-component button[data-style-social-icon-button].selected span,.grapes .style-social-icons-component button[data-style-social-icon-button]:hover span{color:#fff}.grapes .add-social-icons-component .tabset input[type=radio]{position:absolute;left:-200vw}.grapes .add-social-icons-component .tabset .tab-panel{display:none;padding:8px;margin:0}.grapes .add-social-icons-component .tabset input:first-child:checked~.tab-panels>.tab-panel:first-child,.grapes .add-social-icons-component .tabset input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),.grapes .add-social-icons-component .tabset input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3){display:flex;flex-wrap:wrap}.grapes .add-social-icons-component .tabset label{cursor:pointer;display:inline-block;padding:4px 6px;font-size:10px;border-radius:2px}.grapes .add-social-icons-component .tabset input:checked+label,.grapes .add-social-icons-component .tabset input:focus+label,.grapes .add-social-icons-component .tabset input:hover{background-color:#7c7599;color:#fff}.grapes .add-social-icons-component button[data-add-social-icon-button]{display:flex;align-items:center;justify-content:center;background:none!important;color:#1e1f1f!important;width:28px;margin:0 5px 5px 0;padding:0!important}.grapes .add-social-icons-component button[data-add-social-icon-button]:last-child{margin-right:0}.grapes .add-social-icons-component button[data-add-social-icon-button].selected{border:1px solid #7c7599}.grapes .component-settings .hide-element-component{display:flex}.grapes .component-settings .hide-element-component button[data-hide-elem-button]{font-size:10px;line-height:1;box-shadow:0 3px 6px rgba(0,0,0,.160784);background:#fff!important;color:#43425d!important;width:32px;margin-right:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.grapes .component-settings .hide-element-component button[data-hide-elem-button].selected{color:#fff!important;background:#7c7599!important}.grapes .video-play-buttons-component{display:flex}.grapes .video-play-buttons-component button[data-video-play-button]{display:flex;align-items:center;justify-content:center;background:none!important;color:#1e1f1f!important;width:37px;margin:0 5px 0 0;padding:5px!important}.grapes .video-play-buttons-component button[data-video-play-button]:last-child{margin-right:0}.grapes .video-play-buttons-component button[data-video-play-button].selected{border:1px solid #7c7599}.grapes .gjs-sm-clear{cursor:pointer;width:14px;min-width:14px;height:14px;margin-left:3px}.grapes .gjs-editor-cont .sp-container .sp-picker-container{width:220px}.grapes .gjs-editor-cont .sp-container .sp-input-container{width:150px}.grapes .gjs-editor-cont .sp-container .sp-input{position:relative;z-index:1;padding:6px;border:1px solid #fff;border-radius:0;text-align:center}.grapes .gjs-editor-cont .sp-container .sp-input:focus{border-color:#65a0ba}.grapes .gjs-editor-cont .sp-container .sp-button-container{float:right}.grapes .gjs-editor-cont .sp-container .sp-cancel{bottom:-3px}.grapes .gjs-editor-cont .sp-container .sp-choose{background:#fff;border-color:#65a0ba;color:#65a0ba}.grapes .gjs-sm-sector__quickSector .gjs-sm-properties .select-image-btn,.grapes .gjs-sm-sector__quickSector .gjs-sm-properties .select-product-btn{margin-top:8px}.grapes .gjs-pn-panel{position:relative;padding:0}.grapes .gjs-pn-btn{display:flex;justify-content:center;align-items:center;width:40px;height:32px;box-shadow:0 3px 6px rgba(0,0,0,.160784);border-radius:4px;font-size:14px}.grapes .gjs-pn-btn.gjs-disabled{pointer-events:none}.grapes .gjs-pn-btn:last-child{margin-right:0}.grapes .editor-content__blocks-list .gjs-sm-sector-title,.grapes .editor-content__blocks-list .gjs-title,.grapes .gjs-pn-views-container .gjs-sm-sector-title,.grapes .gjs-pn-views-container .gjs-title{align-items:center;border-bottom:1px solid #e8e8e9;display:flex;font-size:11px;font-weight:700;height:40px;padding:8px 16px;position:relative;text-transform:uppercase}.grapes .editor-content__blocks-list .gjs-sm-sector-title:after,.grapes .editor-content__blocks-list .gjs-title:after,.grapes .gjs-pn-views-container .gjs-sm-sector-title:after,.grapes .gjs-pn-views-container .gjs-title:after{content:"\e904";font:normal normal normal 12px/1 icons;position:absolute;right:16px}.grapes .editor-content__blocks-list .simple-mode .gjs-title,.grapes .gjs-pn-views-container .simple-mode .gjs-title{display:none!important}.grapes .editor-content__blocks-list .gjs-open .gjs-sm-sector-title:after,.grapes .editor-content__blocks-list .gjs-open .gjs-title:after,.grapes .editor-content__blocks-list .gjs-sm-open .gjs-sm-sector-title:after,.grapes .editor-content__blocks-list .gjs-sm-open .gjs-title:after,.grapes .gjs-pn-views-container .gjs-open .gjs-sm-sector-title:after,.grapes .gjs-pn-views-container .gjs-open .gjs-title:after,.grapes .gjs-pn-views-container .gjs-sm-open .gjs-sm-sector-title:after,.grapes .gjs-pn-views-container .gjs-sm-open .gjs-title:after{content:"\e924";font:normal normal normal 12px/1 icons;line-height:1;position:absolute}.grapes .gjs-pn-blocks-tabs,.grapes .gjs-pn-traits-tabs{background-color:transparent!important}.grapes .gjs-pn-blocks-tabs .gjs-pn-btn,.grapes .gjs-pn-traits-tabs .gjs-pn-btn{flex:1 0;flex-direction:row;border-radius:0;height:auto;line-height:1;padding:16px;background:#eee;box-shadow:none;margin-right:0;font-weight:700;color:#43425d;font-size:12px;border-left:1px solid #d1d1d2;justify-content:flex-start}.grapes .gjs-pn-blocks-tabs .gjs-pn-btn .icon,.grapes .gjs-pn-traits-tabs .gjs-pn-btn .icon{font-size:16px;color:#65a0ba;margin-right:8px}.grapes .gjs-pn-blocks-tabs .gjs-pn-btn.gjs-pn-active,.grapes .gjs-pn-traits-tabs .gjs-pn-btn.gjs-pn-active{background-color:#fff;color:#43425d}.grapes .editor-content__blocks-list .custom-module-buttons-wrapper{position:absolute;top:8px;right:50px;display:flex;align-content:center}.grapes .editor-content__blocks-list .delete-custom-module-btn,.grapes .editor-content__blocks-list .edit-custom-module-btn{width:24px;height:24px;padding:0;background-color:transparent;display:flex;align-items:center;justify-content:center;color:#c79464}.grapes .editor-content__blocks-list .delete-custom-module-btn .icon,.grapes .editor-content__blocks-list .edit-custom-module-btn .icon{font-size:14px}.grapes .editor-content__blocks-list .gjs-blocks-cs{height:100%}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block-categories,.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-blocks-no-cat{max-height:100%;overflow-y:scroll}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-title{background-color:#f4f4f4;color:#43425d}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-title:after{right:10px}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-title i{display:none}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block-category{position:relative}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block-category--custom .gjs-title{background-color:#cbe9ff}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block{position:relative;color:#43425d;border:1px solid #e8e8e9;box-shadow:none;min-width:30px;width:calc(33.33333% - 16px);margin:8px;align-items:center;justify-content:flex-start;border-radius:4px;transition:all .5s ease}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block:hover:not(.gjs-block--lock){border-color:transparent;box-shadow:0 1px 2px #65a0ba,0 0 0 2px #65a0ba}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block:before,.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block svg{width:40px;height:40px}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title="2 Columns (3/7)"]:before{content:"";background-image:url(/images/panel-icons/37.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title="4 Columns"]:before{content:"";background-image:url(/images/panel-icons/4col.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title="3 Columns"]:before{content:"";background-image:url(/images/panel-icons/3col.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title="2 Columns (8/4)"]:before{content:"";background-image:url(/images/panel-icons/84.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title="2 Columns (4/8)"]:before{content:"";background-image:url(/images/panel-icons/48.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title="2 Columns (9/3)"]:before{content:"";background-image:url(/images/panel-icons/93.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title="2 Columns (3/9)"]:before{content:"";background-image:url(/images/panel-icons/39.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label img{pointer-events:none}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--big{width:100%;border:none;padding:0;margin:16px}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--big .gjs-block-label{display:none}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--big:before{width:100%;height:109px}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom{position:relative;border:1px solid #bec5c6;width:100%}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom .gjs-thumb-label__buttons-wrapper{display:flex;align-items:center;justify-content:flex-end}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom .gjs-thumb-label__btn{width:24px;height:24px;padding:0;background-color:transparent;display:flex;align-items:center;justify-content:center}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom .gjs-thumb-label__btn.default{color:#65a0ba}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom .gjs-thumb-label__btn.secondary{color:#c79464}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-form-data-table:before{content:"";background-image:url(/images/panel-icons/form-data-table.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-form-data-table .gjs-block__media{position:absolute;top:-8px;left:50%;transform:translateX(-50%);color:#fff;background-color:#65a0ba;font-size:10px;border-radius:10px;width:70%;padding:1px 0}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-qr-code:before{content:"";background-image:url(/images/panel-icons/qr.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-name:before{content:"";background-image:url(/images/panel-icons/name.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-icon:before{content:"";background-image:url(/images/panel-icons/icon.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-phone:before{content:"";background-image:url(/images/panel-icons/phone.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-email:before{content:"";background-image:url(/images/panel-icons/mail.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-divide-section:before{content:"";background-image:url(/images/panel-icons/2col.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-big-heading:before{content:"";background-image:url(/images/panel-icons/big-heading.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-image-text:before{content:"";background-image:url(/images/panel-icons/image-text.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-discount-code:before{content:"";background-image:url(/images/panel-icons/discount_code.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-add-space:before{content:"";background-image:url(/images/panel-icons/spacer.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-page-wrapper:before{content:"";background-image:url(/images/panel-icons/page-wrapper.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-button:before{content:"";background-image:url(/images/panel-icons/button.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-create-new-section:before{content:"";background-image:url(/images/panel-icons/1col.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-quote:before{content:"";background-image:url(/images/panel-icons/quote.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-paragraph:before{content:"";background-image:url(/images/panel-icons/paragraph.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-link:before{content:"";background-image:url(/images/panel-icons/link.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-divider:before{content:"";background-image:url(/images/panel-icons/divider.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-single-image:before{content:"";background-image:url(/images/panel-icons/image.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-linked-image:before{content:"";background-image:url(/images/panel-icons/linked-image.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-background-image:before{content:"";background-image:url(/images/panel-icons/bg-image.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-grid-items:before{content:"";background-image:url(/images/panel-icons/grid.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-video:before{content:"";background-image:url(/images/panel-icons/video.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-menu:before{content:"";background-image:url(/images/panel-icons/menu.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-custom-code.gjs-block--lock{opacity:.6;position:relative;cursor:not-allowed}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-custom-code.gjs-block--lock .gjs-block__media{pointer-events:auto;position:absolute;top:5px;right:5px}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-custom-code:before{content:"";background-image:url(/images/panel-icons/code.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-products-integration.gjs-block--lock{opacity:.6;position:relative;cursor:not-allowed}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-products-integration.gjs-block--lock .gjs-block__media{pointer-events:auto;position:absolute;top:5px;right:5px}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-products-integration:before{content:"";background-image:url(/images/waymore/waymore_product.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-social-follow-block:before{content:"";background-image:url(/images/panel-icons/socialfollow.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-social:before{content:"";background-image:url(/images/panel-icons/social.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-timer:before{content:"";background-image:url(/images/panel-icons/timer.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block-label{text-align:center;font-size:10px;font-weight:700;margin-top:12px}.grapes .editor-content__canvas-actions .gjs-pn-panel{background:transparent!important}.grapes .editor-content__canvas-actions .gjs-pn-btn{background-color:#fff;color:#65a0ba}.grapes .editor-content__canvas-actions .gjs-pn-btn.gjs-pn-active{color:#fff;background-color:#65a0ba}.grapes .gjs-pn-canvas-history{box-shadow:0 3px 6px rgba(0,0,0,.160784);border-radius:31px;overflow:hidden}.grapes .gjs-pn-canvas-history .gjs-pn-btn{margin:0;padding:0;width:50px;height:100%;box-shadow:none}.grapes .gjs-pn-canvas-history .gjs-pn-btn.icon-undo{border-top-right-radius:0;border-bottom-right-radius:0}.grapes .gjs-pn-canvas-history .gjs-pn-btn.icon-history{border-radius:0}.grapes .gjs-pn-canvas-history .gjs-pn-btn.icon-redo{border-top-left-radius:0;border-bottom-left-radius:0}.grapes .gjs-pn-canvas-history .gjs-pn-btn:not(:last-child){border-right:1px solid #e6e6e6}.grapes .gjs-cv-canvas{position:static;height:100%;width:100%;box-shadow:0 0 5px rgba(0,0,0,.2);box-sizing:border-box;overflow:hidden;z-index:1}.grapes .gjs-cv-canvas .gjs-toolbar div{display:flex;align-items:center}.grapes .gjs-cv-canvas .gjs-toolbar-item .lock-status{opacity:.4;cursor:not-allowed}.grapes .gjs-cv-canvas .gjs-toolbar-item.active{background-color:rgba(0,0,0,.2)}.grapes .gjs-cv-canvas.preview{position:fixed;display:flex;justify-content:center;align-items:center;z-index:10;background-color:#e6e6e6}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames{position:static;background-repeat:no-repeat;background-position:50%;background-size:contain}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.pc .gjs-frame{padding-top:40px}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{width:556px;height:768px;padding:53px 30px;background-image:url(/images/backgrounds/tablet.png);box-shadow:0 20px 20px rgba(0,0,0,.2);border-radius:30px}@media (max-height:771px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{transform:scale(.78)}}@media (max-height:709px),(max-width:500px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{transform:scale(.58)}}@media (max-height:567px),(max-width:350px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{transform:scale(.3)}}@media (max-height:420px),(max-width:300px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{transform:scale(.25)}}@media (max-height:350px),(max-width:180px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{transform:scale(.2)}}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet .gjs-frames{height:100%;width:100%;box-sizing:border-box;border-radius:4px;overflow:hidden}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet .gjs-frame-wrapper{height:100%;width:100%;box-sizing:border-box;width:100%!important;position:static}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet .gjs-frame{height:100%;width:100%;box-sizing:border-box;position:static}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{width:370px;height:736px;border-radius:60px;padding:24px 26px;box-shadow:0 20px 20px rgba(0,0,0,.2);background-image:url(/images/backgrounds/mobile.png)}@media (max-height:940px),(max-width:414px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{transform:scale(.96)}}@media (max-height:920px),(max-width:400px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{transform:scale(.88)}}@media (max-height:855px),(max-width:350px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{transform:scale(.8)}}@media (max-height:810px),(max-width:300px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{transform:scale(.6)}}@media (max-height:700px),(max-width:250px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{transform:scale(.4)}}@media (max-height:490px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{transform:scale(.3)}}@media (max-height:390px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{transform:scale(.2)}}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile .gjs-frames{height:100%;width:100%;box-sizing:border-box;border-radius:30px;overflow:hidden}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile .gjs-frame-wrapper{height:100%;width:100%;box-sizing:border-box;width:100%!important;position:static}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile .gjs-frame{height:100%;width:100%;box-sizing:border-box;position:static}.grapes .gjs-pn-traits-tabs .gjs-pn-btn{border-right:1px solid #d1d1d2;border-left:none}.grapes .gjs-pn-views-container{display:block;width:100%;padding:8px 0 32px;box-shadow:none}.grapes .gjs-pn-views-container .gjs-trt-traits{padding:16px}.grapes .gjs-pn-views-container .gjs-trt-traits .gjs-trt-trait__wrp button{background:#7c7599;color:#fff;padding:8px;border-radius:4px}.grapes .gjs-pn-views-container .gjs-traits-label,.grapes .gjs-pn-views-container .gjs-trt-header,.grapes .gjs-pn-views-container .gjs-trt-traits{font-weight:700;margin-bottom:0;border:0}.grapes .gjs-pn-views-container .gjs-trt-trait{flex-direction:column;align-items:stretch;padding:5px 0}.grapes .gjs-pn-views-container .gjs-label-wrp{width:100%;margin-bottom:4px;font-size:10px;font-weight:500}.grapes .gjs-pn-views-container .gjs-field-wrp{width:100%}.grapes .gjs-pn-views-container .gjs-field:not(.gjs-field-checkbox){font-size:10px;width:100%}.grapes .gjs-pn-views-container .gjs-field-select select{padding:.7em 1.4em}.grapes .gjs-pn-views-container .gjs-field-checkbox input{display:none}.grapes .gjs-pn-views-container .gjs-field-wrp--select{font-size:10px;position:relative}.grapes .gjs-pn-views-container .gjs-field-wrp--select>div:before{content:"\e904";font:normal normal normal 12px/1 icons;line-height:1;position:absolute;right:10px;top:10px;z-index:2;pointer-events:none}.grapes .gjs-pn-views-container .gjs-field-full-width{width:100%;margin:0;padding:0}.grapes .gjs-pn-views-container .gjs-field-full-width div{display:flex;flex-direction:row;justify-content:space-between}.grapes .gjs-pn-views-container .gjs-field-full-width div input{width:70%}.grapes .gjs-pn-views-container .gjs-clm-header{display:flex;justify-content:space-between;align-content:center;flex-wrap:wrap;padding-left:16px;padding-right:16px}.grapes .gjs-pn-views-container .gjs-clm-header .gjs-field.gjs-select{margin-bottom:0}.grapes .gjs-pn-views-container .gjs-clm-header select#gjs-clm-states{padding-left:15px;padding-right:15px;line-height:15px}.grapes .gjs-pn-views-container .gjs-clm-tags{padding:0;border-bottom:1px solid #e8e8e9}.grapes .gjs-pn-views-container .gjs-clm-tags #gjs-clm-label,.grapes .gjs-pn-views-container .gjs-sm-header{font-weight:700}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector{font-size:.8rem}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector.gjs-sm-open .gjs-sm-sector-title .gjs-sm-sector-caret:after{content:"\e924";font:normal normal normal 12px/1 icons}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title{background:#f4f4f4;color:#43425d;border-bottom:1px solid #e8e8e9;padding:11px 16px;position:relative}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title i,.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title svg{display:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title .gjs-sm-sector-caret{position:absolute;right:16px;width:auto;height:auto;min-width:auto;transform:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title .gjs-sm-sector-caret:after{content:"\e904";font:normal normal normal 12px/1 icons}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title:before{font-family:"icons";font-size:16px;color:#ababc4}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title:after{display:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-label{font-size:11px;font-weight:700;text-transform:uppercase;margin-left:10px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-property__text-shadow{order:1}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-property__line-height{order:0}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-sector-title{background-color:#ababc4;color:#fff}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-sector-title:before{color:#fff}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector-title{font-weight:700}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector-title i{display:inline-block;margin-right:20px;padding-right:0}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties{padding:0 16px 8px;overflow:hidden}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-field,.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-layers{margin:0;border-radius:4px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties select:not(.gjs-input-unit){cursor:pointer;padding:.7em 1.4em;position:relative}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sel-arrow{z-index:1;pointer-events:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=text]{margin-bottom:0}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]{-webkit-appearance:none;width:100%;background:hsla(0,0%,100%,0)}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]:focus{outline:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;box-sizing:border-box;transform:translateY(-20%);background-color:#65a0ba;border-radius:100%}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-moz-range-thumb{cursor:pointer;height:16px;width:16px;box-sizing:border-box;background-color:#65a0ba;border-radius:100%}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-ms-thumb{cursor:pointer;height:16px;width:16px;box-sizing:border-box;background-color:#65a0ba;border-radius:100%}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-webkit-slider-runnable-track{width:100%;height:1px;cursor:pointer;background:#bec5c6}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-moz-range-track{width:100%;height:1px;cursor:pointer;background:#bec5c6}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-ms-track{width:100%;cursor:pointer;background:hsla(0,0%,100%,0);border-color:hsla(0,0%,100%,0);color:hsla(0,0%,100%,0);box-shadow:0 0 0 1px #bec5c6;height:1px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item{border:0;flex:0 0 auto;border-radius:4px;height:27px;margin-right:7px;min-width:41px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item input{display:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item label{margin:0;height:100%;font-weight:700;font-size:10px;line-height:1;box-shadow:0 3px 6px rgba(0,0,0,.160784);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item label:before{font-size:12px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-label{font-size:10px;font-weight:500;margin:10px 0 5px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties #gjs-sm-add{top:-22px;color:#000}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-btn{margin:0;border:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties #gjs-sm-close-layer{top:-8px;right:6px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-input-unit{border-radius:0;border:0;cursor:pointer;box-shadow:none;height:29px!important;margin:1px 2px 0 0;color:#000}.grapes .gjs-pn-views-container .gjs-sm-property{margin-bottom:0;padding:0 3px}.grapes .gjs-pn-views-container .gjs-sm-property #gjs-sm-border-bottom-right-radius{order:3}.grapes .gjs-pn-views-container .gjs-sm-property #gjs-sm-border-bottom-left-radius{order:2}.grapes .gjs-pn-views-container .gjs-sm-property .gjs-sm-properties{margin:10px 0 0}.grapes .gjs-pn-views-container .gjs-layer .gjs-layer-title{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:0;font-weight:400}.grapes .gjs-pn-views-container .gjs-clm-tag span{display:inline-block;line-height:1}.grapes .gjs-pn-views-container .gjs-clm-tag svg{width:100%;height:100%}.grapes .gjs-pn-views-container .gjs-clm-tag-close,.grapes .gjs-pn-views-container .gjs-clm-tag-status{height:24px;opacity:1;padding:3px;width:27px}.grapes .gjs-pn-views-container .gjs-clm-tags-btn__add{height:18px;padding:0;border-radius:50%;overflow:hidden;flex-shrink:0;width:18px}.grapes .gjs-pn-views-container .gjs-clm-header{margin-bottom:5px}.grapes .gjs-pn-views-container .gjs-clm-header:after{content:"";display:table;width:100%;clear:both}.grapes .gjs-pn-views-container .gjs-clm-header-label{padding:0;font-size:11px}.grapes .gjs-pn-views-container .gjs-clm-sels-info{font-size:11px;line-height:1.17;margin:0;padding:0 16px;display:none}.grapes .gjs-pn-views-container .gjs-three-bg{font-weight:400;font-size:11px}.grapes .gjs-pn-views-container .gjs-select .gjs-sel-arrow{z-index:1;pointer-events:none}.grapes .gjs-pn-views-container .gjs-field{background-color:transparent;margin-bottom:5px}.grapes .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input,.grapes .gjs-pn-views-container .gjs-field select,.grapes .gjs-pn-views-container textarea{border-radius:4px;border:1px solid #fff;height:31px;margin:0}.grapes .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input .gjs-input-holder,.grapes .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input input,.grapes .gjs-pn-views-container .gjs-field select .gjs-input-holder,.grapes .gjs-pn-views-container .gjs-field select input,.grapes .gjs-pn-views-container textarea .gjs-input-holder,.grapes .gjs-pn-views-container textarea input{height:100%}.grapes .gjs-pn-views-container .gjs-field-full-width button{height:31px;border-radius:4px;margin-right:5px}.grapes .gjs-pn-views-container .gjs-field-colorp-c{background:none}.grapes .gjs-pn-views-container .gjs-field-colorp{padding:1px}.grapes .gjs-pn-views-container .gjs-field-color-picker{border-radius:0 4px 4px 0}.grapes .gjs-rte-toolbar{border-color:#f4f4f4;border-radius:4px;box-shadow:0 3px 6px rgba(0,0,0,.160784);width:345px}.grapes .gjs-rte-toolbar__reverse{left:auto!important;right:0!important}.grapes .gjs-rte-toolbar .gjs-rte-actionbar{flex-wrap:wrap;width:100%}.grapes .gjs-rte-toolbar .gjs-rte-action{padding:4px;border:none;color:#000;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;order:3}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-select{width:100%}.grapes .gjs-rte-toolbar .gjs-rte-action[title="Font family"]{order:0;display:block;width:65%}.grapes .gjs-rte-toolbar .gjs-rte-action[title="Font size"]{order:1;display:block;width:35%}.grapes .gjs-rte-toolbar .gjs-rte-action[title="Custom fields"]{order:4;display:block;width:119px}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-button{position:relative;display:block;height:24px;width:24px;line-height:24px;margin:0;background-color:#fff}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-button--font-color{color:#65a0ba}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-button--background-color{background-color:rgba(101,160,186,.2)}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-button:hover{background-color:#f4f4f4}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-color{position:absolute;top:0;left:0;height:100%;width:100%;padding:0;margin:0;line-height:1;opacity:0;visibility:hidden}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-select{height:24px;background-color:#fff;border:1px solid #f4f4f4;margin:0}.grapes .gjs-rte-toolbar .gjs-rte-action.gjs-rte-active .gjs-rte-button{background-color:#f4f4f4}.grapes .gjs-rte-toolbar .gjs-rte-action.gjs-rte-active .gjs-rte-button:hover{background-color:#fff}[data-tooltip]{position:relative}[data-tooltip]:after{font-family:Helvetica,sans-serif;background:rgba(55,61,73,.9);border-radius:4px;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:12px;left:50%;line-height:normal;max-width:32rem;opacity:0;overflow:hidden;padding:.6rem 1rem;pointer-events:none;position:absolute;text-overflow:ellipsis;transform:translate(-50%);transition:all .216s ease;z-index:99}[data-tooltip]:focus:after,[data-tooltip]:hover:after{opacity:1;transform:translate(-50%,-.5rem)}[data-tooltip].disabled,[data-tooltip][disabled]{pointer-events:auto}[data-tooltip-pos=right]:after{bottom:50%;left:100%;transform:translateY(50%)}[data-tooltip-pos=right]:focus:after,[data-tooltip-pos=right]:hover:after{transform:translate(.5rem,50%)}[data-tooltip-pos=bottom]:after{bottom:auto;top:100%;transform:translate(-50%)}[data-tooltip-pos=bottom]:focus:after,[data-tooltip-pos=bottom]:hover:after{transform:translate(-50%,.5rem)}[data-tooltip-pos=left]:after{bottom:50%;left:auto;right:100%;transform:translateY(50%)}[data-tooltip-pos=left]:focus:after,[data-tooltip-pos=left]:hover:after{transform:translate(-.5rem,50%)}#containerStyle .div-style.hide{display:none}#containerStyle .header-style{padding-top:16px;font-size:14px}#containerStyle .header-style.hide{display:none}.collapse{width:100%;text-align:right}.collapse .button-collapse{padding:2px 0 10px;display:inline-block;margin-left:auto;margin-right:0;cursor:pointer;font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;font-size:11px;font-weight:500}.collapse .icon{line-height:.5em;vertical-align:middle;margin:0 16px 0 8px}.collapse.hide{display:none}@media (max-width:768px){.gjs-cv-canvas__frames.preview.tablet{transform:scale(.3)}}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset .gjs-am-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:auto}#editor{display:flex;flex-direction:column;overflow:hidden}#editor .dnd-loading{z-index:100}#editor .font{font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;font-size:14px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color{background-color:#fff;color:#43425d;max-width:100%}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-range-wrap{display:flex;justify-content:center;align-items:baseline}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-range-wrap .tui-image-editor-newline{margin-right:10px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-range-wrap .tui-image-editor-range-value{color:#000;border:0;max-width:none}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-container .tui-image-editor-submenu>div[class^=tui-image-editor-menu]{padding-top:30px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-container .tui-image-editor-menu-resize .tui-image-editor-submenu-align{width:100%;text-align:center;margin:10px 0 15px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-container .tui-image-editor-range-value{margin-right:5px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-container input.tui-colorpicker-palette-hex{background:#f4f4f4;border:0;max-width:114px;margin:0}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor__apply-btn{background-color:#65a0ba!important;display:flex;align-items:center}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor__apply-btn .icon{display:block;margin-right:5px;font-size:16px}#editor #canvas .CodeMirror{height:480px}#editor .edit-url-modal__form-title{color:#77787a;padding:0;margin:0 0 40px}#editor .edit-url-modal__select-wrapper{position:relative}#editor .edit-url-modal__select-wrapper:before{content:"\e904";font:normal normal normal 12px/1 icons;position:absolute;right:14px;top:12px;pointer-events:none}#editor .edit-url-modal__buttons{display:flex;justify-content:flex-end;align-items:flex-end}#editor .edit-url-modal__buttons .dnd-button-base.contained{background:#4d4f5c}#editor .edit-url-modal__buttons .dnd-button-base.text{color:#4d4f5c}#editor .edit-url-modal .gjs-mdl-dialog{padding:0}#editor .edit-url-modal .gjs-mdl-dialog .gjs-mdl-title{font-size:16px;font-weight:500;display:flex;align-items:center;margin:0}#editor .edit-url-modal .gjs-mdl-dialog .gjs-mdl-title:before{content:"\e955";font:normal normal normal 12px/1 icons;margin-right:8px;font-size:16px}#editor .edit-url-modal .gjs-mdl-dialog label{font-size:12px}#editor .edit-url-modal .gjs-mdl-dialog select{-moz-appearance:none;-webkit-appearance:none;-webkit-border-radius:0;appearance:none;outline-width:0;border-radius:4px;border:1px solid #d1d1d2!important;padding:12px 10px;margin:0 0 30px;width:100%;font-size:12px}#editor .edit-url-modal .gjs-mdl-dialog input[type=text],#editor .edit-url-modal .gjs-mdl-dialog input[type=url]{width:100%;max-width:none;background-color:transparent;font:400 12px/12px "Source Sans Pro",sans-serif;color:#43425d;margin:0 0 30px;padding:11px;transition:none;min-width:30%}#editor .edit-url-modal .gjs-mdl-dialog input[type=text]::-webkit-input-placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]::-webkit-input-placeholder{color:#a8a8a8}#editor .edit-url-modal .gjs-mdl-dialog input[type=text]:-ms-input-placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]:-ms-input-placeholder{color:#a8a8a8}#editor .edit-url-modal .gjs-mdl-dialog input[type=text]::-ms-input-placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]::-ms-input-placeholder{color:#a8a8a8}#editor .edit-url-modal .gjs-mdl-dialog input[type=text]::placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]::placeholder{color:#a8a8a8}#editor .edit-url-modal .gjs-mdl-dialog input[type=text]:active,#editor .edit-url-modal .gjs-mdl-dialog input[type=text]:focus,#editor .edit-url-modal .gjs-mdl-dialog input[type=text]:hover,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]:active,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]:focus,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]:hover{background-color:transparent}#editor .edit-url-modal .gjs-mdl-dialog button{padding:10px 25px}#editor .gjs-mdl-dialog{background-color:#fff;text-shadow:none}#editor .gjs-mdl-dialog .gjs-mdl-title{color:#4d4f5c;font-size:16px;font-weight:500;display:flex;align-items:center}#editor .gjs-mdl-dialog .gjs-mdl-title .icon{margin-right:21px}#editor .gjs-mdl-dialog .gjs-mdl-header{display:flex;align-items:center;margin-bottom:20px;padding:26px;border-bottom:1px solid #e8e8e9}#editor .gjs-mdl-dialog .gjs-mdl-content{font-weight:400;border-color:hsla(0,0%,100%,0);padding:0 26px 26px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import{display:flex;justify-content:flex-end;align-items:center;margin-bottom:16px;padding:0}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import .gjs-div-import-file{align-items:center;background-color:#43425d;border-radius:4px;border:none;color:#fff;cursor:pointer;display:flex;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;justify-content:center;margin:0 0 0 10px;padding:10px 20px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import .gjs-div-import-file:disabled{box-shadow:none;cursor:default;opacity:.7}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import .gjs-div-import-file .icon{margin-right:10px;position:relative;top:-1px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import input[type=file]{display:none}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-btn-prim{align-items:center;background-color:#43425d;border-radius:4px;border:none;color:#fff;cursor:pointer;display:flex;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;justify-content:center;margin:0;padding:10px 25px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-btn-prim:disabled{box-shadow:none;cursor:default;opacity:.7}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-btn-prim.gjs-btn-import__custom-code{margin-top:16px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-modal__code-wrapper{position:relative}#editor .gjs-mdl-dialog .gjs-mdl-content .CodeMirror+button{background-color:#65a0ba;color:#fff;padding:8px 30px;border-radius:30px}#editor .gjs-mdl-dialog .gjs-mdl-btn-close{position:absolute;top:15px;right:22px;opacity:1;background-color:transparent;border-radius:0;border:none;box-shadow:none;color:#77787a;cursor:pointer;margin:0;padding:0;transition:none;font-size:40px;line-height:30px}#editor .gjs-mdl-dialog #gjs-cm-css #gjs-cm-title,#editor .gjs-mdl-dialog #gjs-cm-htmlmixed #gjs-cm-title{color:#43425d}#editor .gjs-mdl-dialog input{background-color:#fff;border:1px solid #d5d5d5;max-width:568px}#editor .gjs-mdl-dialog button{padding:5px 40px;margin-top:20px}#editor .gjs-mdl-dialog .gjs-asset-manager{display:flex;flex-direction:column}#editor .gjs-mdl-dialog .gjs-asset-manager input{max-width:100%;margin:0}#editor .gjs-mdl-dialog .gjs-asset-manager>div{float:none;width:100%}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-file-uploader{margin-top:30px}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-file-uploader form{border-color:#65a0ba;background-color:#f0f6f8;padding-right:50px}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-file-uploader #gjs-am-title,#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-file-uploader #gjs-am-uploadFile{padding:60px;color:#bec5c6;cursor:pointer}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets-cont{order:-1;background-color:hsla(0,0%,100%,0);padding:0;height:auto}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets-header{padding:15px 0}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets{display:flex;flex-wrap:nowrap;height:auto}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset{flex:0 0 16%;min-width:0;background-color:#fff;border:none;margin-right:10px}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset>div{float:none;width:100%}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset .gjs-am-preview-cont{height:140px}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset .gjs-am-close{color:#fff;text-shadow:0 0 2px #000;text-align:right;z-index:1;font-size:2rem;line-height:1em;padding:0 4px}#editor .gjs-mdl-dialog .gjs-asset-manager button.gjs-btn-prim{border-radius:100px;color:#fff;background-color:#fb6868;transition:background-color .25s ease-in-out;cursor:pointer;padding:5px 20px;margin:10px}#editor .gjs-mdl-dialog .gjs-asset-manager button.gjs-btn-prim:active,#editor .gjs-mdl-dialog .gjs-asset-manager button.gjs-btn-prim:focus,#editor .gjs-mdl-dialog .gjs-asset-manager button.gjs-btn-prim:hover{background-color:#d55858}.general-dark-theme{scrollbar-color:#245bce rgba(30,31,41,.5)}.general-dark-theme ::-webkit-scrollbar{width:.6em;height:.6em}.general-dark-theme ::-webkit-scrollbar-thumb{background:#245bce}.general-dark-theme ::-webkit-scrollbar-track{background:rgba(30,31,41,.5)}.general-dark-theme body{scrollbar-face-color:#245bce;scrollbar-track-color:rgba(30,31,41,.5)}.general-dark-theme .dnd-input .dnd-input__input,.general-dark-theme .dnd-input .dnd-input__textarea,.general-dark-theme .dnd-radio-button__label,.general-dark-theme .dnd-select-box .dnd-select-box__select__dropdown-indicator,.general-dark-theme .general-settings-modal__form-item-label,.general-dark-theme .general-settings-modal__form-item.color-picker .color-picker__input input,.general-dark-theme .general-settings-modal__form-item.font-select label,.general-dark-theme .general-settings-modal__form-item.line-spacing label,.general-dark-theme .general-settings-modal__form-item.number-range,.general-dark-theme .modal-header__title,.general-dark-theme .new-template__title,.general-dark-theme .page-settings-modal__fonts__selected table tr,.general-dark-theme .version-history-modal__version__title time,.general-dark-theme [data-reach-tab]{color:#fff}.general-dark-theme .general-settings-modal__form-item.font-select select{background:transparent;color:#fff}.general-dark-theme .modal-header,.general-dark-theme .version-history-modal__version{color:#fff;background-color:#1e1f29!important;border-bottom-color:#2d2d36}.general-dark-theme .ReactModal__Content,.general-dark-theme .template-modal{border-color:#1e1f29!important;background-color:#1e1f29!important}.general-dark-theme .ReactModal__Content .dnd-label,.general-dark-theme .template-modal .dnd-label{color:#fff}.general-dark-theme .new-template-modal .template-modal__container{background-color:#4a4b4d}.general-dark-theme .base-popover,.general-dark-theme .category-menu__menu-list[data-reach-menu-list],.general-dark-theme [data-reach-menu-items],.general-dark-theme [data-reach-menu-list]{background:#1e1f29;color:#fff}.general-dark-theme .base-popover hr,.general-dark-theme .category-menu__menu-list[data-reach-menu-list] hr,.general-dark-theme [data-reach-menu-items] hr,.general-dark-theme [data-reach-menu-list] hr{border-bottom-color:#2d2d36}.general-dark-theme .base-popover [data-reach-menu-item][data-selected],.general-dark-theme .category-menu__menu-list[data-reach-menu-list] [data-reach-menu-item][data-selected],.general-dark-theme [data-reach-menu-items] [data-reach-menu-item][data-selected],.general-dark-theme [data-reach-menu-list] [data-reach-menu-item][data-selected]{background:#4a4b4d}.general-dark-theme .category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]{border-bottom-color:#2d2d36}.general-dark-theme .category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]:hover{background:#4a4b4d}.general-dark-theme .template-item__header__menu[data-reach-menu-list] a[data-reach-menu-item],.general-dark-theme .template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item],.general-dark-theme .user-permissions-modal__content__item{border-bottom-color:#2d2d36}.general-dark-theme .template-item__header__menu[data-reach-menu-list] a[data-reach-menu-item][data-selected],.general-dark-theme .template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item][data-selected],.general-dark-theme .user-permissions-modal__content__item[data-selected]{background:#77787a}.general-dark-theme .subscription-plans-modal__plans-list li:empty{border-top-color:#2d2d36}.general-dark-theme .switch-users-modal__user-item{border-color:#2d2d36}.general-dark-theme .switch-users-modal__user-item.current-user{background:#000}.general-dark-theme .bulk-actions,.general-dark-theme .switch-users-modal__user-item h3{color:#fff}.general-dark-theme .bulk-actions__actions__buttons__unpublish{border-color:#77787a;color:#77787a}.general-dark-theme .dnd-radio-button__label,.general-dark-theme .dnd-toggler__background,.general-dark-theme .general-settings-modal__form-item.line-spacing label,.general-dark-theme .new-template-item__wrapper,.general-dark-theme .page-settings-modal__fonts__list,.general-dark-theme [data-reach-tab][data-selected]{background-color:#77787a}.general-dark-theme .dnd-radio-button__label.active,.general-dark-theme .dnd-radio-button__label:hover,.general-dark-theme .general-settings-modal__form-item.line-spacing label.active{background:#7c7599!important}.general-dark-theme .dnd-form-helper-text{color:#77787a}.general-dark-theme .page-settings-modal__radio-item-label .Average,.general-dark-theme .page-settings-modal__radio-item-label .Average:after,.general-dark-theme .page-settings-modal__radio-item-label .Average:before,.general-dark-theme .page-settings-modal__radio-item-label .Narrow,.general-dark-theme .page-settings-modal__radio-item-label .Narrow:after,.general-dark-theme .page-settings-modal__radio-item-label .Narrow:before,.general-dark-theme .page-settings-modal__radio-item-label .Tight,.general-dark-theme .page-settings-modal__radio-item-label .Tight:after,.general-dark-theme .page-settings-modal__radio-item-label .Tight:before{background:#fff}.general-dark-theme .base-modal__content-wrapper button.dnd-button-base.text,.general-dark-theme .code-mirror-all-buttons__upload-button__input[type=file]:before,.general-dark-theme .code-mirror-header__clipboard-buttons button.dnd-button-base.contained,.general-dark-theme .page-settings-modal__fonts__list__item__font__preview,.general-dark-theme .personal-notes-modal__content__no-notes{background:#4a4b4d;color:#fff}.general-dark-theme .page-settings-modal__fonts__list__item__font__details{background:#a8a8a8}.general-dark-theme .page-settings-modal__fonts__list__item__font__details span{color:#f4f4f4}.general-dark-theme .general-settings-modal__content-item{color:#fff}.general-dark-theme .general-settings-modal__content-item:nth-child(2n){background:#1e1f29!important}.general-dark-theme .dnd-select-box .dnd-select-box__select__control{background:#1e1f29}.general-dark-theme .page-settings-modal__forms .email-template-preview__frame{background:repeating-linear-gradient(-45deg,#1e1f29,#1e1f29 2px,#4a4b4d 0,#4a4b4d 10px);color:#fff}.general-dark-theme .personal-notes-modal__content__note{background:#4a4b4d}.general-dark-theme .personal-notes-modal__content__note p,.general-dark-theme .personal-notes-modal__content__note time{color:#fff}#layout{position:relative;min-height:100%;scrollbar-width:thin}#layout .alert-info{color:#084298;background-color:#cfe2ff;position:relative;padding:16px;font-size:14px;justify-content:space-between}#layout .alert-info,#layout .alert-info__content{display:flex;align-items:center}#layout .alert-info button{background:none;text-decoration:underline;padding:0;margin:0 0 0 8px;font-size:14px;font-weight:700;color:#084298}#layout .alert-info .icon-info{margin-right:10px}#layout .alert-info .icon-close{cursor:pointer}#layout .title-tooltip{max-width:400px;font-size:11px;line-height:18px;padding:2px 8px;font-weight:400}#layout .title-tooltip,#layout .title-tooltip:after{background:#172b4d!important}#layout .title-tooltip span{white-space:normal;position:relative;z-index:3}#layout .title-tooltip.show{visibility:visible!important;opacity:1!important}#layout .gjs-layer-move{padding:0;top:9px;right:6px}#layout .gjs-layer-count{top:8px;font-size:11px}#layout .gjs-layer-caret{padding:0;left:-20px;top:0}#layout .gjs-layer-caret.gjs-layer-open{top:-1px}#layout .gjs-layer-name{display:flex;align-items:center;justify-content:center}#layout .gjs-layer-title{padding-top:4px;padding-bottom:4px}#layout.dark-theme{scrollbar-color:#65a0ba rgba(30,31,41,.5)}#layout.dark-theme ::-webkit-scrollbar{width:.6em;height:.6em}#layout.dark-theme ::-webkit-scrollbar-thumb{background:#65a0ba}#layout.dark-theme ::-webkit-scrollbar-track{background:rgba(30,31,41,.5)}#layout.dark-theme body{scrollbar-face-color:#65a0ba;scrollbar-track-color:rgba(30,31,41,.5)}#layout.dark-theme .gjs-toolbar{background:#2d2d36}#layout.dark-theme .home #menu{background-color:#1e1f29}#layout.dark-theme .home .sidebar__link-item{border-bottom-color:#2d2d36}#layout.dark-theme .home .sidebar__group__links:first-of-type{border-top-color:#2d2d36}#layout.dark-theme .home .templates-view__action__item:nth-child(2)>button{border-left-color:#2d2d36;border-right-color:#2d2d36}#layout.dark-theme .home .templates-view__action__item__button.active,#layout.dark-theme .home .templates-view__action__item__button:focus{background:#ababc4}#layout.dark-theme .home .sidebar__link-item.active,#layout.dark-theme .home .sidebar__link-item:hover,#layout.dark-theme .home .template-item__wrapper,#layout.dark-theme .home .templates-filters__actions,#layout.dark-theme .home .templates__scroll-more{background:#2d2d36}#layout.dark-theme .home .templates-filters,#layout.dark-theme .home .templates-filters__actions__search .dnd-input,#layout.dark-theme .home .templates-view__action__item__button{background:#1e1f29}#layout.dark-theme .home .dnd-breadcrumb a,#layout.dark-theme .home .sidebar__link,#layout.dark-theme .home .template-item__header__title,#layout.dark-theme .home .templates-filters__title,#layout.dark-theme .home .templates-header__info-menu__ver,#layout.dark-theme .home .templates__scroll-more p{color:hsla(0,0%,100%,.8)}#layout.dark-theme .home .sidebar__link-item__number,#layout.dark-theme .home .template-item__header__favorite{color:#77787a}#layout.dark-theme .home .templates-header #interface-switcher .switcher .toggle{border:1px solid #fff}#layout.dark-theme .home .templates-header #interface-switcher .switcher .toggle:before{background-color:#fff;left:16px}#layout.dark-theme .home .templates-header #interface-switcher .switcher .icon{color:#fff}#layout.dark-theme .home .templates-wrapper{color:#fff;background-color:#1e1f29}#layout.dark-theme #editor .gjs-field-style-social-icons{background:#1e1f29!important}#layout.dark-theme #editor .gjs-field-style-social-icons span{color:#fff}#layout.dark-theme #editor .gjs-sm-layer{background:#2d2d36}#layout.dark-theme #editor .grapes .gjs-pn-views-container .gjs-clm-header select#gjs-clm-states{border-color:hsla(0,0%,100%,.2)}#layout.dark-theme #editor .grapes .gjs-pn-views-container .gjs-clm-header select#gjs-clm-states,#layout.dark-theme #editor div[data-input],#layout.dark-theme #editor div[data-layers-wrapper]{background-color:#2d2d36}#layout.dark-theme #editor .gjs-sm-clear svg{background:transparent}#layout.dark-theme #editor .grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block{color:#fff;border-color:#77787a}#layout.dark-theme #editor .grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector.gjs-sm-sector__quickSector .gjs-sm-sector-title{background:#65a0ba}#layout.dark-theme #editor .editor-header{background:#1c1d1f!important}#layout.dark-theme #editor .editor-content .component-settings__header,#layout.dark-theme #editor .editor-content__blocks-list-wrapper,#layout.dark-theme #editor .editor-header,#layout.dark-theme #editor .grapes .editor-content__canvas-actions .gjs-pn-btn,#layout.dark-theme #editor .grapes .gjs-pn-blocks-tabs .gjs-pn-btn,#layout.dark-theme #editor .grapes .gjs-pn-traits-tabs .gjs-pn-btn,#layout.dark-theme #editor .grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title{background:#2d2d36;color:#fff}#layout.dark-theme #editor .editor-content .component-settings__header,#layout.dark-theme #editor .grapes .gjs-pn-blocks-tabs .gjs-pn-btn,#layout.dark-theme #editor .grapes .gjs-pn-canvas-history .gjs-pn-btn:not(:last-child),#layout.dark-theme #editor .grapes .gjs-pn-traits-tabs .gjs-pn-btn,#layout.dark-theme #editor .grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title{border-color:#1e1f29}#layout.dark-theme #editor .grapes .gjs-pn-blocks-tabs .gjs-pn-btn.gjs-pn-active,#layout.dark-theme #editor .grapes .gjs-pn-traits-tabs .gjs-pn-btn.gjs-pn-active{background:#1e1f29}#layout.dark-theme #editor .editor-content__blocks-search-input{background:#2d2d36;border-color:#77787a}#layout.dark-theme #editor .editor-content,#layout.dark-theme #editor .grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-title{background:#1e1f29}#layout.dark-theme #editor .grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-title{border-bottom-color:#2d2d36;color:hsla(0,0%,100%,.8)!important}#layout.dark-theme #editor .grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block:hover:not(.gjs-block--lock){box-shadow:0 1px 2px #1e1f29,0 0 0 2px #1e1f29;border-color:#1e1f29}#layout.dark-theme #editor .gjs-field-select{background-color:#fff;color:#43425d}#layout.dark-theme #editor .gjs-field-select .gjs-d-s-arrow{border-top-color:#43425d}#layout.dark-theme #editor .gjs-field-select select option{background-color:#fff;color:#43425d}#layout.dark-theme #editor .gjs-field-checkbox{background-color:#fff}#layout.dark-theme #editor .gjs-field-checkbox i{border-color:#43425d}#layout.dark-theme #editor .dnd-breadcrumb,#layout.dark-theme #editor .dnd-breadcrumb a,#layout.dark-theme #editor .gjs-two-color,#layout.dark-theme #editor .grapes .gjs-pn-blocks-tabs .gjs-pn-btn .icon,#layout.dark-theme #editor .grapes .gjs-pn-traits-tabs .gjs-pn-btn .icon{color:#fff}#layout.dark-theme #editor .gjs-four-color{color:#65a0ba}#layout.dark-theme #editor .gjs-one-bg{background-color:#2d2d36}#layout.dark-theme #editor .gjs-one-bg.gjs-editor{background-color:#e6e6e6}#layout.dark-theme #editor .gjs-three-bg{display:flex;flex-direction:row;align-items:center;padding:0;background-color:#7c7599}#layout.dark-theme #editor .gjs-block:before,#layout.dark-theme #editor svg{background-color:#2d2d36}#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits{border-color:#43425d;background-color:#2d2d36}#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label input,#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label select,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header input,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header select,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits input,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits select{background-color:#2d2d36;border-color:hsla(0,0%,100%,.2);color:#fff}#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label input::-webkit-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label select::-webkit-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header input::-webkit-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header select::-webkit-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits input::-webkit-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits select::-webkit-input-placeholder{color:hsla(0,0%,100%,.2)}#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label input:-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label select:-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header input:-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header select:-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits input:-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits select:-ms-input-placeholder{color:hsla(0,0%,100%,.2)}#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label input::-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label select::-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header input::-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header select::-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits input::-ms-input-placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits select::-ms-input-placeholder{color:hsla(0,0%,100%,.2)}#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label input::placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label select::placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header input::placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header select::placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits input::placeholder,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits select::placeholder{color:hsla(0,0%,100%,.2)}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags{padding:0;border-color:#35353e}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags .gjs-field{background-color:#1e1f29}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field{background-color:#35353e;display:flex;align-items:center}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field span{background:inherit;box-shadow:none;border:none}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-sel{color:#ff5c00;font-weight:700}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-c{display:inline-flex}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-header{border-color:#43425d;background-color:#000}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors{color:#fff}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector,#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-title{border:#43425d;background-color:#000}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties{background-color:#15161d;border-color:#35353e}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-btn{background-color:#65a0ba;color:#fff}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input,#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties select{background-color:#1e1f29;border-color:#2d2d36;color:#fff}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-items{background-color:#15161d}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item,#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-select{background-color:#15161d;border-color:#43425d}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item input:checked+.gjs-radio-item-label,#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-select input:checked+.gjs-radio-item-label{color:#ff5c00}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item-label{background-color:#1e1f29}#layout.light-theme{scrollbar-color:hsla(0,0%,65.9%,.35) hsla(0,0%,65.9%,.15);color:#43425d}#layout.light-theme ::-webkit-scrollbar{width:.6em;height:.6em}#layout.light-theme ::-webkit-scrollbar-thumb{background:hsla(0,0%,65.9%,.35)}#layout.light-theme ::-webkit-scrollbar-track{background:hsla(0,0%,65.9%,.15)}#layout.light-theme body{scrollbar-face-color:hsla(0,0%,65.9%,.35);scrollbar-track-color:hsla(0,0%,65.9%,.15)}#layout.light-theme .home{background:url(/images/backgrounds/background.svg) 100% 0/cover no-repeat #e6e6e6}#layout.light-theme .home .templates-header #interface-switcher .switcher .toggle{border:1px solid #fff}#layout.light-theme .home .templates-header #interface-switcher .switcher .toggle:before{background-color:#fff;left:calc(100% - 24px)}#layout.light-theme .home .templates-header #interface-switcher .switcher .icon{color:#fff}#layout.light-theme .home .templates-wrapper{color:#1e1f1f}#layout.light-theme #editor.shared-temp-current-user .editor-content__panel-blocks-tabs .gjs-pn-buttons span:nth-of-type(3){display:none}#layout.light-theme #editor .gjs-field-select{background-color:#fff;color:#43425d}#layout.light-theme #editor .gjs-field-select .gjs-d-s-arrow{border-top-color:#ffceb3}#layout.light-theme #editor .gjs-field-select select option{background-color:#fff;color:#43425d}#layout.light-theme #editor .gjs-field-checkbox{background-color:#fff}#layout.light-theme #editor .gjs-field-checkbox i{border-color:#43425d}#layout.light-theme #editor .editor-content__panel-zoom-actions{display:flex;align-items:center;justify-content:space-between}#layout.light-theme #editor .editor-content__panel-zoom-actions__view{margin-right:10px;font-size:14px;width:30px}#layout.light-theme #editor .editor-content__panel-zoom-actions .icon:before{font-size:16px}#layout.light-theme #editor .gjs-two-color{color:#43425d}#layout.light-theme #editor .gjs-one-bg{background-color:#fff}#layout.light-theme #editor .gjs-one-bg.gjs-editor{background-color:#e6e6e6}#layout.light-theme #editor .gjs-three-bg{align-items:center;background-color:#7c7599;display:flex;flex-direction:row;padding:0;color:#fff}#layout.light-theme #editor .gjs-block-category.gjs-open{border:none}#layout.light-theme #editor .gjs-pn-views-container .gjs-traits-label,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-header,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-traits{border-color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-traits-label input,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-header input,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-traits input{background-color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-traits:empty{display:none}#layout.light-theme #editor .gjs-pn-views-container .gjs-traits-label,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-traits{background-color:#f4f4f4;color:#1e1f1f}#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-header{font-weight:400;padding:0}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-full-width button{background-color:#65a0ba;box-shadow:0 3px 6px rgba(0,0,0,.16);transition:all .25s ease-in-out}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-full-width button:active,#layout.light-theme #editor .gjs-pn-views-container .gjs-field-full-width button:focus,#layout.light-theme #editor .gjs-pn-views-container .gjs-field-full-width button:hover{box-shadow:none}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-arrow-u{border-bottom:4px solid #a4afb7}#layout.light-theme #editor .gjs-pn-views-container .gjs-d-s-arrow,#layout.light-theme #editor .gjs-pn-views-container .gjs-field-arrow-d{border-top:4px solid #a4afb7}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-sel{font-weight:400;color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags{background-color:#f4f4f4;color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags__header{background:#f4f4f4;width:100%;text-transform:uppercase;font-size:11px;border-top:1px solid #e8e8e9;border-bottom:1px solid #e8e8e9;padding:11px 16px;display:flex;align-items:center;font-weight:700}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags__header:before{content:"\e915";font-family:"icons";font-size:16px;color:#ababc4;margin-right:10px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-up{padding:0 16px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field{display:flex;align-items:center;padding:5px 16px;margin:0}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field #gjs-clm-new{margin-top:5px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field #gjs-clm-close,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field .fa,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field input{color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tag-label{display:inline-block;padding:0 3px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-add-tag{margin-bottom:3px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-c{display:inline-flex}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-header{border-color:#fff;background-color:#fff5f0}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors{color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector{border-color:transparent}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector i:before{color:rgba(67,66,93,.4)}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties{font-size:10px}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-field{background-color:transparent;border:1px solid #bec5c6}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-layers{background-color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-layers #gjs-sm-add{color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-layers .gjs-sm-btn{background-color:#7c7599;color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-field-radio{background-color:transparent}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-select{background:transparent}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item{background:#fff;color:#1e1f1f}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item:before{color:#77787a}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item input:checked+.gjs-radio-item-label{background-color:#8780a3;box-shadow:none;color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item input:checked+.gjs-radio-item-label:before{color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-d-s-arrow{border-top-color:#a4afb7}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-label{color:#1e1f1f}#layout.light-theme #editor .gjs-pn-views-container #gjs-input-holder{color:#bec5c6}#layout.light-theme #editor .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input,#layout.light-theme #editor .gjs-pn-views-container .gjs-field select:not(.gjs-input-unit),#layout.light-theme #editor .gjs-pn-views-container textarea{background:#fff;border:1px solid #d5d5d5;color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input::-webkit-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container .gjs-field select:not(.gjs-input-unit)::-webkit-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container textarea::-webkit-input-placeholder{color:rgba(67,66,93,.6)}#layout.light-theme #editor .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input:-ms-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container .gjs-field select:not(.gjs-input-unit):-ms-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container textarea:-ms-input-placeholder{color:rgba(67,66,93,.6)}#layout.light-theme #editor .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input::-ms-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container .gjs-field select:not(.gjs-input-unit)::-ms-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container textarea::-ms-input-placeholder{color:rgba(67,66,93,.6)}#layout.light-theme #editor .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input::placeholder,#layout.light-theme #editor .gjs-pn-views-container .gjs-field select:not(.gjs-input-unit)::placeholder,#layout.light-theme #editor .gjs-pn-views-container textarea::placeholder{color:rgba(67,66,93,.6)}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-units{border-bottom:1px solid #d5d5d5;border-top:1px solid #d5d5d5}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-colorp{border-left-color:#d5d5d5}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-close,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-status,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags-btn__add{background-color:#7c7599;border:none}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-close svg,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-status svg,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags-btn__add svg{background-color:inherit}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-close svg path,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-status svg path,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags-btn__add svg path{fill:#fff}@-webkit-keyframes bgResponsiveAnimationFrames{0%{background-position:center 0}to{background-position:center 100%}}@keyframes bgResponsiveAnimationFrames{0%{background-position:center 0}to{background-position:center 100%}}.container{display:block;margin-left:auto;margin-right:auto}@-webkit-keyframes loadingCircle{to{transform:rotate(1turn)}}@keyframes loadingCircle{to{transform:rotate(1turn)}}@-webkit-keyframes flip{35%{transform:rotateY(0)}45%{transform:rotateY(180deg)}85%{transform:rotateY(180deg)}95%{transform:rotateY(0)}}@keyframes flip{35%{transform:rotateY(0)}45%{transform:rotateY(180deg)}85%{transform:rotateY(180deg)}95%{transform:rotateY(0)}}@font-face{font-family:"Poppins";font-style:normal;font-weight:400;src:url(/fonts/Poppins/Poppins-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/Poppins/Poppins-Regular.woff) format("woff"),url(/fonts/Poppins/Poppins-Regular.ttf) format("truetype"),url(/fonts/Poppins/Poppins-Regular.svg#Poppins) format("svg")}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;src:url(/fonts/Poppins/Poppins-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/Poppins/Poppins-Medium.woff) format("woff"),url(/fonts/Poppins/Poppins-Medium.ttf) format("truetype"),url(/fonts/Poppins/Poppins-Medium.svg#Poppins) format("svg")}@font-face{font-family:"Poppins";font-style:normal;font-weight:700;src:url(/fonts/Poppins/Poppins-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/Poppins/Poppins-Bold.woff) format("woff"),url(/fonts/Poppins/Poppins-Bold.ttf) format("truetype"),url(/fonts/Poppins/Poppins-Bold.svg#Poppins) format("svg")}@font-face{font-family:"Poppins";font-style:italic;font-weight:400;src:url(/fonts/Poppins/Poppins-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/Poppins/Poppins-Italic.woff) format("woff"),url(/fonts/Poppins/Poppins-Italic.ttf) format("truetype"),url(/fonts/Poppins/Poppins-Italic.svg#Poppins) format("svg")}@font-face{font-family:"icons";font-style:normal;font-weight:400;src:url(/fonts/icons/icons.eot?#iefix) format("embedded-opentype"),url(/fonts/icons/icons.woff) format("woff"),url(/fonts/icons/icons.ttf) format("truetype"),url(/fonts/icons/icons.svg#icons) format("svg")}[class*=" icon-"],[class^=icon-]{font-family:"icons";speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:inherit;text-align:center;font-size:120%;-webkit-user-select:none;-ms-user-select:none;user-select:none}.icon-spinner{-webkit-animation:loadingCircle 1s linear infinite;animation:loadingCircle 1s linear infinite}.icon{font-family:"icons"}.icon-mac-os:before{content:"\e963"}.icon-microsoft-os:before{content:"\e964"}.icon-format-text-wrap:before{content:"\e962"}.icon-contract-delete:before{content:"\e961"}.icon-lowercase:before{content:"\e95e"}.icon-match-case:before{content:"\e95f"}.icon-uppercase:before{content:"\e960"}.icon-style-copy:before{content:"\e95c"}.icon-style-paste:before{content:"\e95d"}.icon-preview:before{content:"\e95b"}.icon-ios-share:before{content:"\e95a"}.icon-move-selection-up:before{content:"\e94e"}.icon-move-selection-down:before{content:"\e959"}.icon-history:before{content:"\e94c"}.icon-lock-open-right:before{content:"\e94a"}.icon-background-grid-small:before{content:"\e949"}.icon-grid-on:before{content:"\e93f"}.icon-table-rows:before{content:"\e941"}.icon-draft:before{content:"\e93e"}.icon-folder-special:before{content:"\e93a"}.icon-star:before{content:"\e93c"}.icon-star-fill:before{content:"\e93d"}.icon-share:before{content:"\e939"}.icon-lock-open:before{content:"\e938"}.icon-folder-shared:before{content:"\e935"}.icon-magic-wand:before{content:"\e933"}.icon-line-spacing-1x:before{content:"\e92b"}.icon-line-spacing-2x:before{content:"\e92c"}.icon-line-spacing-3x:before{content:"\e930"}.icon-line-spacing-4x:before{content:"\e932"}.icon-align-items-flex-start:before{content:"\e928"}.icon-align-items-flex-end:before{content:"\e929"}.icon-align-items-center:before{content:"\e92a"}.icon-youtube-searched-for:before{content:"\e91f"}.icon-zoom-in:before{content:"\e920"}.icon-zoom-out:before{content:"\e927"}.icon-info:before{content:"\e91e"}.icon-lock:before{content:"\e90c"}.icon-code:before{content:"\e908"}.icon-cloud-download:before{content:"\e906"}.icon-sell:before{content:"\e915"}.icon-business-center:before{content:"\e910"}.icon-view-compact:before{content:"\e907"}.icon-electric-bolt:before{content:"\e90e"}.icon-extension:before{content:"\e912"}.icon-add-comment:before{content:"\e903"}.icon-phone-iphone:before{content:"\e945"}.icon-align-right:before{content:"\e901"}.icon-align-center:before{content:"\e92f"}.icon-align-left:before{content:"\e931"}.icon-align-justify:before{content:"\e905"}.icon-content-copy:before{content:"\e93b"}.icon-dark-mode:before{content:"\e909"}.icon-palette:before{content:"\e90a"}.icon-delete:before{content:"\e942"}.icon-undo:before{content:"\e937"}.icon-handyman:before{content:"\e92e"}.icon-desktop-windows:before{content:"\e944"}.icon-image:before{content:"\e914"}.icon-layers:before{content:"\e926"}.icon-light-mode:before{content:"\e916"}.icon-edit:before{content:"\e918"}.icon-add:before{content:"\e919"}.icon-visibility:before{content:"\e91a"}.icon-redo:before{content:"\e936"}.icon-straighten:before{content:"\e91d"}.icon-settings:before{content:"\e92d"}.icon-tablet-mac:before{content:"\e946"}.icon-text-format:before{content:"\e925"}.icon-waymore:before{content:"\e90f"}.icon-border-clear:before{content:"\e934"}.icon-bookmark:before{content:"\e940"}.icon-mail:before{content:"\e94d"}.icon-drag-mode:before{content:"\e90c"}.icon-check-circle:before{content:"\e90d"}.icon-publish:before{content:"\e91b"}.icon-restore-from-trash:before{content:"\e91c"}.icon-save:before{content:"\e921"}.icon-unpublish:before{content:"\e943"}.icon-spinner:before{content:"\e900"}.icon-file-upload:before{content:"\e913"}.icon-link:before{content:"\e955"}.icon-cloud-upload:before{content:"\e948"}.icon-search:before{content:"\e94b"}.icon-expand-more:before{content:"\e904"}.icon-chevron-left:before{content:"\e922"}.icon-chevron-right:before{content:"\e923"}.icon-expand-less:before{content:"\e924"}.icon-close:before{content:"\e917"}.icon-vertical-split:before{content:"\e902"}.icon-horizontal-split:before{content:"\e90b"}.icon-help:before{content:"\e911"}.icon-hourglass:before{content:"\e933"}.icon-photo-library:before{content:"\e94f"}.icon-more-vert:before{content:"\e950"}.icon-more-horiz:before{content:"\e952"}.icon-visibility-off:before{content:"\e951"}.icon-bold:before{content:"\e953"}.icon-italic:before{content:"\e954"}.icon-strikethrough:before{content:"\e956"}.icon-text-fields:before{content:"\e957"}.icon-format-underlined:before{content:"\e958"}.icon-send:before{content:"\e947"}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box;height:100%;width:100%;margin:0;padding:0}@media (max-width:767px){html{-webkit-user-select:none}}html body{height:100%;width:100%;margin:0;padding:0}*,:after,:before{box-sizing:inherit}embed,iframe,object{max-width:100%}body{font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f1f1f;line-height:1.4;font-size:1rem}body,h1,h2,h3,h4,h5,h6{font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif}h1,h2,h3,h4,h5,h6{line-height:1.2;letter-spacing:normal}a{color:#ef4059;text-decoration:none;transition:color .1s linear;cursor:pointer}a:active,a:focus,a:hover{color:#d1122d}a:active,a:focus{outline:none}hr{border:none;border-bottom:1px solid #dbdbdb;margin:1.4em 0}img,picture{margin:0;max-width:100%}ul{margin:0;padding:0}ul li{list-style:none}form{width:100%;height:100%}fieldset{background-color:#f5f5f5;border:1px solid #dbdbdb;margin:0 0 .7em;padding:1.4em}input,label,select{display:block;font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif}label{margin-bottom:.35em}label.required:after{content:"*"}label abbr{display:none}input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{border:none;background-color:#e1e1e1;outline:none;border-radius:4px;box-shadow:none;box-sizing:border-box;font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;margin-bottom:.7em;padding:.7em 1.4em;width:100%;transition:background-color .3s ease-in-out;transition:all .25s ease-in-out}input:not([type])::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#1f1f1f}input:not([type]):-moz-placeholder,input:not([type])::-moz-placeholder,input[type=color]:-moz-placeholder,input[type=color]::-moz-placeholder,input[type=date]:-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime-local]:-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=datetime]:-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=email]:-moz-placeholder,input[type=email]::-moz-placeholder,input[type=month]:-moz-placeholder,input[type=month]::-moz-placeholder,input[type=number]:-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]:-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]:-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]:-moz-placeholder,input[type=text]::-moz-placeholder,input[type=time]:-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]:-moz-placeholder,input[type=url]::-moz-placeholder,input[type=week]:-moz-placeholder,input[type=week]::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder{color:#1f1f1f}input:not([type]):-ms-input-placeholder,input[type=color]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#1f1f1f}input:not([type]):active,input:not([type]):focus,input:not([type]):hover,input[type=color]:active,input[type=color]:focus,input[type=color]:hover,input[type=date]:active,input[type=date]:focus,input[type=date]:hover,input[type=datetime-local]:active,input[type=datetime-local]:focus,input[type=datetime-local]:hover,input[type=datetime]:active,input[type=datetime]:focus,input[type=datetime]:hover,input[type=email]:active,input[type=email]:focus,input[type=email]:hover,input[type=month]:active,input[type=month]:focus,input[type=month]:hover,input[type=number]:active,input[type=number]:focus,input[type=number]:hover,input[type=password]:active,input[type=password]:focus,input[type=password]:hover,input[type=search]:active,input[type=search]:focus,input[type=search]:hover,input[type=tel]:active,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:active,input[type=text]:focus,input[type=text]:hover,input[type=time]:active,input[type=time]:focus,input[type=time]:hover,input[type=url]:active,input[type=url]:focus,input[type=url]:hover,input[type=week]:active,input[type=week]:focus,input[type=week]:hover,textarea:active,textarea:focus,textarea:hover{background-color:#dbdbdb}textarea{resize:vertical;min-height:250px}@media (max-width:567px){textarea{min-height:150px}}input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{display:inline;margin-right:.35em}input[type=file]{padding-bottom:.7em;width:100%}select{margin-bottom:1.4em;max-width:100%;width:auto}label{cursor:pointer}a.button,button,input[type=submit]{outline:none;border:none;box-sizing:border-box;border-radius:50px;padding:11px 20px 9px;display:inline-block;background-color:#245bce;cursor:pointer;transition:all .25s ease-in-out;color:#fff}a.button:active,a.button:focus,a.button:hover,button:active,button:focus,button:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{background-color:#1c48a3}a.button[disabled],button[disabled],input[type=submit][disabled]{background-color:#bec5c6;opacity:.4;cursor:not-allowed}.split{display:flex;width:100%;box-sizing:border-box}@media (max-width:1023px){.split{flex-direction:column}}.split .item{display:block;flex:0 0 50%;box-sizing:border-box}@media (max-width:1023px){.split .item{flex:0 0 100%;width:100%;height:100%}}.container{max-width:1440px;box-sizing:border-box;width:100%;padding:0 40px}@media (max-width:1023px){.container{padding:0 15px}}@media (min-width:1920px){.container{max-width:76%;margin-left:12%;margin-right:12%}}.half-container{box-sizing:border-box;width:100%;display:block;padding:0 40px;max-width:720px}@media (max-width:1023px){.half-container{padding:0 15px}}.half-container.left{margin-left:auto;margin-right:0}@media (max-width:1023px){.half-container.left{margin-left:auto;margin-right:auto}}.half-container.right{margin-left:0;margin-right:auto}@media (max-width:1023px){.half-container.right{margin-left:auto;margin-right:auto}}@media (min-width:1920px){.half-container{width:auto}.half-container.left{margin-left:12%;margin-right:0}.half-container.right{margin-left:0;margin-right:12%}}.third-container{max-width:480px;box-sizing:border-box;display:block;padding:0 15px}.third-container.one{max-width:480px;width:33.33333%}.third-container.two{max-width:960px;width:66.66666%}.third-container.left{margin-left:auto;margin-right:0}@media (min-width:1920px){.third-container.left{max-width:100%;width:100%}}.third-container.right{margin-left:0;margin-right:auto}@media (min-width:1920px){.third-container.right{max-width:100%;width:100%}}@media (max-width:1023px){.third-container.left,.third-container.right,.third-containerdiv{margin-left:auto;margin-right:auto}}#root,body,html{height:100%;width:100%;margin:0;padding:0;box-sizing:border-box}#root textarea{min-height:160px}#root .modal-foreground{height:100%;width:100%;border-radius:4px;padding:0}#root .modal-background{z-index:10}#root .modal-background .modal-close{font-weight:700;z-index:1;font-size:1.5rem;line-height:1em}#root .close-modal{width:100%;height:100%;background:#000;opacity:.5;position:absolute;z-index:10}@-webkit-keyframes enterFade{0%{opacity:0}to{opacity:1}}@keyframes enterFade{0%{opacity:0}to{opacity:1}}[data-reach-tab-list]{background:transparent;border-bottom:1px solid #4a4b4d}[data-reach-tab]{border:none;padding:8px 12px 10px;color:#4a4b4d;font-size:14px;cursor:pointer;text-transform:capitalize;border-top-right-radius:4px;border-top-left-radius:4px;margin-bottom:-1px;transition:all .25s ease-in-out}[data-reach-tab] .icon{font-size:14px;margin-right:8px}[data-reach-tab][aria-disabled=true]{opacity:.5;cursor:not-allowed}[data-reach-tab]:active,[data-reach-tab]:focus,[data-reach-tab]:hover{background:rgba(0,0,0,.05);outline:none}[data-reach-tab][data-selected]{color:#fff!important;position:relative;background-color:#65a0ba}[data-reach-tab][data-selected] .icon{color:#fff!important}[data-reach-tab][data-selected]:after{position:absolute;top:100%;left:0;content:"";height:2px;width:100%;background-color:currentColor}[data-reach-tab-panel]{outline:none}[data-reach-tooltip]{z-index:110}[data-reach-menu-popover],[data-reach-menu],[data-reach-popover]{z-index:10}[data-reach-menu-list]{padding:8px 0;font-size:14px;border:none;box-shadow:0 3px 6px rgba(0,0,0,.160784)}[data-reach-menu-item]{transition:all .3s ease}[data-reach-menu-item][data-selected]{background-color:#d5d5d5;color:inherit}
/*# sourceMappingURL=main.935448ae.chunk.css.map */