@charset "UTF-8";:root{--maincolor:#1db3a4;--maincolor-hover:#14a193;--subcolor:#3c3a3b;--subcolor-hover:#2a2829;--button-gray:#888;--button-gray-hover:#777;--rowcolor:#EEE;--rowcolor-hover:#DDD;--rowcolor-selected:#888;--fa-primary-color:#3c3a3b;--fa-primary-opacity:0.6;--fa-secondary-color:#3c3a3b;--fa-secondary-opacity:1;--header-color:var(--maincolor);--header-text:#FFF;--property-menu-color:var(--subcolor);--property-menu-text:#FFF;--property-panel-color:var(--subcolor-hover);--property-panel-text:#DDD;--visible-viewport-height:0;--visible-viewport-offset-top:0;--ios-bottom-menu-correction:0}body{font-family:'Open Sans';font-size:12px;color:#333;margin:0;background-color:#EEE;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[contenteditable="true"]{-webkit-touch-callout:text;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}header{width:auto;height:40px;padding:5px;background-color:var(--header-color);color:var(--header-text);display:flex;flex-direction:row}header div.logo{width:120px;height:100%;display:inline-block}main{height:calc(100vh - 50px);display:flex;flex-direction:row}main>div.content{min-width:300px;min-height:300px;height:100%;flex:1;background-color:#EEE;display:flex;flex-direction:column;position:relative}div.content div.menu-top{width:calc(100% - 10px);height:30px;padding:5px;background-color:rgba(255,255,255,.2);border-bottom:solid 1px #E6E6E6;display:flex;flex-direction:row}div.content div.menu-top .outer{width:100%;height:100%}div.content div.menu-top .flex.right{text-align:right}div.button.subcolor,div.content div.menu-top .flex.right .savePages[data-mode="hasChanges"]{background-color:var(--subcolor);color:#FFF}div.content div.menu-top .flex.right .savePages[data-mode="hasChanges"]:hover{background-color:var(--subcolor-hover)}div.content div.menu-top .flex.right .savePages[data-mode="saved"]{background-color:var(--success-maincolor);color:#FFF;font-weight:700}div.content div.menu-top .flex.right .savePages[data-mode="saved"] i{font-weight:700}div.content div.menu-top .errors div{font-weight:500;background-color:var(--failure-maincolor);color:#FFF;padding:6px 12px;border-radius:5px;display:inline-block;cursor:pointer}div.content div.menu-top .errors div i{font-weight:700}div.content div.editor{width:100%;height:auto;flex:1;position:relative;overflow:scroll;display:none}div.content div.page-navigator{width:calc(100% - 6px);height:140px;background-color:#FFF;border-top:solid 1px #E6E6E6;padding:5px 5px 1px 1px;display:flex;flex-direction:row;gap:5px}div.content div.page-navigator div.inner{padding-left:5px;padding-bottom:15px}div.content div.menu-bottom{width:calc(100% - 10px);height:30px;padding:5px;background-color:rgba(255,255,255,.2);border-top:solid 1px #E6E6E6;display:flex;flex-direction:row}.content i.prev,.content i.next{position:absolute;top:calc((100vh - 200px) / 2);font-size:38px;color:#CCC;cursor:pointer;--fa-primary-color:#CCC;--fa-secondary-color:#FFF;text-shadow:0 1px 1px rgba(0,0,0,.1);opacity:.8;transition:opacity 150ms linear;display:block;z-index:99}.content i.prev.disabled,.content i.next.disabled{opacity:.4}.editor i.prev{left:1.5%}.editor i.next{right:calc(1.5% + 5px)}.editor i.prev:not(.disabled):hover,.editor i.next:not(.disabled):hover{opacity:1}header .inner,div.content div.menu-top .inner,div.content div.menu-bottom .inner{display:flex;flex-direction:row}header .inner .header-menu{text-align:right}h1{font-size:180%;font-weight:300;margin:0 0 20px 0}a{color:var(--maincolor);font-weight:700}a:hover{color:var(--maincolor-hover)}.keyboard-shortcut{font-size:80%;padding:1px 6px;border-radius:5px;background-color:rgba(0,0,0,.1)}body.VISITOR .hiddenForVisitor,body.USER .hiddenForUser,body.BRANDADMIN .hiddenForBrandAdmin,body.RESELLERADMIN .hiddenForResellerAdmin,body.OPERATOR .hiddenForResellerAdmin,body.SUPPLIER .hiddenForSupplier,body.SYSTEMADMIN .hiddenForSystemAdmin,body.EDITOR:not(.CHIEF_EDITOR) .hideForEditor{display:none!important}body:not(.project-owner,.RESELLERADMIN,.OPERATOR) .visibleForOwner{display:none!important}div.space{width:auto;height:10px;clear:both}.clear{width:auto!important;height:1px;clear:both;float:none!important;padding:0!important}div.separator,div.separator-vertical{width:auto;height:10px;border-bottom:solid 1px rgba(0,0,0,.2);margin-bottom:10px}div.separator-horizontal{width:5px;height:20px;border-right:solid 1px rgba(0,0,0,.2);margin-right:5px;position:relative;top:5px;display:inline-block}.tooltipster-base{background-color:rgba(0,0,0,.9)}div.flex{flex:1}.flexbox{display:flex}.flexbox.row{flex-direction:row}.flexbox.column{flex-direction:column}.flexbox div.outer{position:relative;flex:1}.flexbox div.inner{position:absolute;top:0;bottom:0;left:0;right:0;white-space:nowrap;overflow-x:scroll;overflow-y:hidden}::-webkit-scrollbar{-webkit-appearance:none;width:11px;height:11px;margin-right:10px}::-webkit-scrollbar-thumb{border-radius:5px;background-color:#DDD}div.property-panel ::-webkit-scrollbar-thumb{border-radius:5px;background-color:#666}div.no-scrollbar::-webkit-scrollbar{-webkit-appearance:none;display:none}main .fancybox-container .message ul{margin-top:5px;padding-left:20px}@media only screen and (max-width:900px){main>div.content{height:calc(100% - 75px)}main{height:calc(100% - 60px)}header,div.content div.menu-top,div.content div.menu-bottom{height:50px}.content i.prev,.content i.next{position:absolute;top:calc((100vh - 260px) / 2)}}div.field>label,div.field.color>label,div.field.shape>label{width:34%;min-width:70px;margin-top:-3px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}div.field>input[type="text"],div.field>input[type="password"],div.field>input[type="number"],div.field>textarea,div.field>select{width:63%;min-width:150px}div.field>select{width:66%}div.field>div.font,div.field>div.variation{width:61%;min-width:150px;font-size:100%;cursor:pointer;position:relative}div.field>div.font:after,div.field>div.variation:after{width:auto;height:auto;display:inline-block;font-family:'Font Awesome 6 Pro';font-size:100%;font-weight:700;font-style:normal;content:"\f054";position:absolute;top:10px;right:10px;color:#FFF;opacity:.4;text-shadow:1px 1px 3px rgba(0,0,0,.5);z-index:99;pointer-events:none}div.field>div.font:hover:after,div.field>div.variation:hover:after{opacity:.7}div.field>input[type="text"],div.field>input[type="password"],div.field>input[type="number"],div.field>textarea,div.field select,.selectric,textarea,div.field>div.font,div.field>div.variation{background-color:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.07);color:#FFF}div.field>div.button{width:auto;min-width:auto}input:disabled,select:disabled{opacity:.5}select option{color:#333;background-color:#FFF}div.field>div.font.empty,div.field>div.variation.empty{color:rgba(255,255,255,.5);font-style:italic}.selectric-wrapper .placeholder{opacity:.25}.selectric-wrapper li.placeholder{display:none}div.field>div:not(.switch,.color,.specification,.selectric-wrapper){padding-top:10px}div.field.optional span.optional{right:14px}div.field>div.UserLogo{width:88%;margin-top:3px}div.UserLogo.newLogo:before{font-family:'Font Awesome 6 Pro'}div.field-group{border:solid 1px #CCC;border-radius:10px;padding:10px;margin-bottom:15px}div.field.switch{margin-bottom:0}div.field.pdfPagenumber span.numberOfPages{position:absolute;top:-3px;right:35px;color:#999}div.pagenumberSettings{display:none}div.field.switch{margin-bottom:0}div.field.switch>label{width:70%;padding-top:8px}div.field.switch div.switch{min-width:50px;width:50px}div.field.slider>input.slider,div.field.switch div.switch .slider,div.item div.head div.switch .slider{background-color:rgba(255,255,255,.2)}div.field.switch div.switch input:checked+.slider,div.item div.head div.switch input:checked+.slider{background-color:var(--maincolor)}div.field>input[type="text"],div.field>input[type="password"],div.field>input[type="number"],div.field>textarea,div.field>select,div.field>div.font,div.field>div.variation{padding:7px 4px 7px 7px}select,.selectize-input{background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve"><path fill="%23222222" d="M34,19H17c-0.4,0-0.6,0.6-0.3,1l8.5,10.8c0.2,0.2,0.5,0.2,0.6,0L34.4,20C34.7,19.6,34.4,19,34,19z"/><rect fill="%23222222" width="1" height="50"/></svg>')}select{padding-right:33px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}select:hover,.selectize-input:hover,.selectize-input.focus{background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve"><path fill="%23222222" d="M34,19H17c-0.4,0-0.6,0.6-0.3,1l8.5,10.8c0.2,0.2,0.5,0.2,0.6,0L34.4,20C34.7,19.6,34.4,19,34,19z"/><rect fill="%23333333" width="1" height="50"/></svg>')}input.zoomPercentage{width:60px;min-width:60px;margin:0;padding:7px;text-align:center;display:inline-block;background-color:rgba(255,255,255,.4);border:solid 1px #EEE;border-radius:5px}input+span.unit{width:30px;font-size:80%;text-align:right;opacity:.5;position:absolute;top:0;right:15px;pointer-events:none}div.field.width-75 input+span.unit,div.field.width-55 input+span.unit,div.field.width-50 input+span.unit,div.field.width-20 input+span.unit,div.field.width-25 input+span.unit{width:22px;right:7px}div.field input[data-setting="rotation"]+span.unit{font-size:110%;top:-3px;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.field input[data-setting="pdf-page-number"]+span.unit{width:90px}div.field.width-80{width:77.5%;margin-right:1%;display:inline-block}div.field.width-55{width:52%;margin-right:1%;display:inline-block}div.field.width-25,div.field.width-20{width:23%;margin-right:1%;display:inline-block}div.field.width-20{width:18%}div.field.label-top>label{width:100%!important;padding:5px 0}div.field.label-top>input{width:100%!important;min-width:60px}div.field.label-top>span.unit{top:23px!important}div.field.color div.color,div.field.shape div.shape{width:50%;height:30px;margin-left:-4px;margin-right:0}div.section div.field.color div.color,div.section div.field.shape div.shape{width:49%;margin-left:0}div.field.color:not(.width-50) div.color{width:20%;margin-left:0}div.field.slider .interact{width:62%;min-width:70px;padding-top:0;float:left}div.field.slider .interact-slider{position:relative;width:100%;min-width:70px;height:1em;margin:11px 0 11px 11px;background-color:rgba(255,255,255,.2);border-radius:.5em;box-sizing:border-box;font-size:1em;-ms-touch-action:none;touch-action:none;width:calc(100% + 22px);margin:11px 0 11px 0}div.field.slider .interact-slider:before{content:"";display:block;position:relative;top:-6px;width:2em;height:2em;margin-left:-1em;border-radius:1em;background-color:#666;box-sizing:border-box;margin-left:0}div.field.slider .interact-slider:after{content:attr(data-value);position:absolute;top:-20px;width:2em;line-height:1em;margin-left:-1em;text-align:center;font-size:90%}div.field.buttons{width:94%;padding:3% 3% 2% 3%;background-color:rgba(0,0,0,.1);border-radius:5px;margin-bottom:6px}div.field.buttons.mirror{width:43%;float:left}div.field.buttons.frame{width:43%;float:left;margin-right:2%}div.field.buttons label{width:100%;padding:0 0 10px 0}div.field.buttons .button-group{width:100%;padding-top:0}div.field.buttons .button-group .button{width:auto;min-width:10px;display:inline-block;background-color:#202020}div.field.buttons .button-group .button i{font-size:120%}div.field.buttons .button-group .button span{line-height:100%}div.button{padding:5px 7px 8px 7px;border-radius:5px;display:inline-block;cursor:pointer;transition:background-color 200ms}div.button:not(.disabled):hover{background-color:rgba(0,0,0,.04)}div.button.account{cursor:auto}div.button span{margin-left:5px}header div.button{padding:10px;font-size:120%}header div.button:hover{background-color:rgba(255,255,255,.07)}div.fancybox-stage div.button{font-size:110%;font-weight:300;color:#FFF;background-color:#999;padding:10px}div.fancybox-stage div.button:hover{background-color:#888}div.button div.text{margin-left:5px;display:inline-block}div.button.disabled{opacity:.5}div.button.highlight:not(.failure),div.fancybox-stage div.button.highlight:not(.failure){background-color:var(--maincolor)!important;color:#FFF}div.button.highlight:hover,div.fancybox-stage div.button.highlight:hover{background-color:var(--maincolor-hover)!important}div.button.subcolor{background-color:var(--subcolor)!important;color:#FFF}div.button.subcolor:hover{background-color:var(--subcolor-hover)!important}div.button.red,div.button.failure,div.button.highlight.failure{background-color:var(--failure-maincolor)!important;color:#FFF}div.button.red:hover{background-color:var(--failure-subcolor)!important}div.button.orange{background-color:var(--warning-color)!important;color:#FFF}div.button.orange:hover{background-color:var(--warning-color-hover)!important}div.button.green,div.button.success,div.button.highlight.success{background-color:var(--success-maincolor)!important;color:#FFF}div.button.green:hover{background-color:var(--success-subcolor)!important}div.button.success i:before{content:"\f00c"}div.button.failure i:before{content:"\f00d"}div.loader i:before,div.button.loading i:before{content:"\f021"}div.loader i,div.button.loading i,i.loading{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}div.button>div.submenu{position:fixed;top:44px;margin-left:-10px;text-align:left;opacity:.95;z-index:999;display:none;border-radius:5px;background-color:var(--header-color)}div.button:hover:not(.disabled)>div.submenu{display:block}div.button>div.submenu>div.button{width:100%;font-size:100%;display:block}div.button>div.submenu>div.button>i{min-width:18px}div.button>div.submenu>div.button>span{font-size:80%}div.menu-top div.button>div.submenu{top:85px;margin-left:31px;transform:translateX(-50%);background-color:#F9F9F9;box-shadow:0 1px 2px rgba(0,0,0,.2);opacity:.97}div.menu-top div.button>div.submenu>div.button{width:100px;padding:15px;text-align:center;display:inline-block}div.menu-top div.button>div.submenu>div.button>i{font-size:160%;margin-bottom:10px}div.menu-top div.button>div.submenu>div.button>span{font-size:100%;margin-left:0;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media only screen and (max-width:900px){header div.outer div.inner>div.button,header div.outer div.inner .header-menu>div.button,header div.outer div.inner .mobile-options>div.button,main>div.content div.button{text-align:center}header div.outer div.inner>div.button>i,header div.outer div.inner .header-menu>div.button>i,header div.outer div.inner .mobile-options>div.button>i,main>div.content div.button i{width:100%;font-size:16px;display:block}header div.outer div.inner>div.button>span,header div.outer div.inner .header-menu>div.button>span,header div.outer div.inner .mobile-options>div.button>span,main>div.content div.button span{width:100%;font-size:10px;margin-top:5px;margin-left:0;display:block}main div.menu-top div.button>div.submenu{width:100%;top:115px;left:0;margin-left:0;transform:none;text-align:center}main div.menu-top div.button>div.submenu>div.button{width:90px}main div.menu-top div.button>div.submenu>div.button>i{font-size:140%}main div.menu-top div.button>div.submenu>div.button>span{font-size:90%}}div.content div.page-navigator div.holder div.page,div.content div.page-navigator div.add{width:90px;height:calc(100% - 20px);border-radius:3px;background-color:#FFF;display:inline-block;cursor:pointer}div.content div.page-navigator div.add{border-radius:10px;box-shadow:-8px 0 5px rgba(255,255,255,1);z-index:99}div.content div.page-navigator div.add span{position:absolute;bottom:23%;width:100%;text-align:center;font-weight:300}div.content div.page-navigator div.holder div.spread{width:150px;display:inline-block;margin:3px 5px;text-align:center;position:relative;font-size:90%;z-index:99}div.content div.page-navigator div.holder div.spread>i{position:absolute;top:5px;right:5px;border-radius:15px;font-size:130%;padding:5px;height:13px;width:13px;background-color:rgba(255,255,255,.9);color:rgba(0,0,0,.8);border:solid 1px rgba(0,0,0,.7);cursor:pointer;display:block;opacity:0;transition:opacity 200ms;transition-delay:0s}div.content div.page-navigator div.holder div.spread i.drag-handle{cursor:move}div.content div.page-navigator div.holder div.spread i.options-menu{right:33px}div.content div.page-navigator div.holder div.spread.cover i.drag-handle,div.content div.page-navigator div.holder div.spread.cover i.options-menu{display:none}div.content div.page-navigator div.holder div.spread:hover>i,div.content div.page-navigator div.holder div.spread.menu-open>i{transition-delay:350ms;opacity:1}body.mobile div.content div.page-navigator div.holder div.spread.item i.drag-handle{display:block}body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(8.33% - 10px)}@media only screen and (max-width:2200px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(9.09% - 10px)}}@media only screen and (max-width:2000px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(10% - 10px)}}@media only screen and (max-width:1800px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(11.11% - 10px)}}@media only screen and (max-width:1600px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(12.5% - 10px)}}@media only screen and (max-width:1400px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(14.28% - 10px)}}@media only screen and (max-width:1200px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(16.66% - 10px)}}@media only screen and (max-width:1000px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(20% - 10px)}}@media only screen and (max-width:800px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(25% - 10px)}}@media only screen and (max-width:600px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(33.33% - 10px)}}@media only screen and (max-width:400px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(50% - 10px)}}@media only screen and (max-width:200px){body.spreadManager div.content div.page-navigator div.holder div.spread{width:calc(100% - 10px)}}div.content div.page-navigator div.holder div.spread.ui-sortable-placeholder{visibility:visible!important;background-color:var(--maincolor);opacity:.3;border-radius:5px;margin-bottom:-5px;margin-top:-2px}div.content div.page-navigator div.holder div.spread div.pages{position:relative}div.content div.page-navigator div.holder div.spread div.pages div.page{height:auto;position:relative}div.content div.page-navigator div.holder div.spread div.pages div.page div.view-only{width:100%;height:100%;background-color:rgba(0,0,0,.25);text-align:left;color:rgba(255,255,255,1);content:'\f30d';position:absolute;top:0;left:0;opacity:.9;text-align:center;color:#FFF;text-shadow:0 1px 1px rgba(0,0,0,.5);pointer-events:none}div.content div.page-navigator div.holder div.spread div.pages div.page div.view-only i{position:absolute;top:45%;left:50%;transform:translateX(-50%) translateY(-50%);font-size:160%;opacity:.9;text-shadow:0 1px 1px rgba(0,0,0,.5)}div.content div.page-navigator div.holder div.spread div.pages div.page div.view-only label{width:86%;padding:0 7%;font-size:110%;position:absolute;left:0;bottom:25%}div.content div.page-navigator div.holder div.spread div.pages div.page.view-only:after,div.content div.page-navigator div.holder div.spread div.pages div.page.locked:after{width:100%;height:100%;background-color:rgba(0,0,0,.25);font-family:'Font Awesome 6 Pro';font-size:160%;font-weight:700;text-align:left;color:rgba(255,255,255,1);content:'\f30d';position:absolute;top:0;left:0;opacity:.9;text-align:center;line-height:600%;text-shadow:0 1px 1px rgba(0,0,0,.5)}div.content div.page-navigator div.holder div.spread div.pages div.page.locked:after{background-color:rgba(0,0,0,.8);font-size:250%;text-align:center;line-height:360%}div.content div.page-navigator div.holder div.spread div.pages div.page:not(:first-child){margin-left:-1px}div.content div.page-navigator div.holder div.spread>label{width:calc(100% - 20px);display:inline-block;padding:2px 10px;border-radius:3px;margin-top:2px;background-color:rgba(0,0,0,.05);transition:background-color 200ms;cursor:pointer}div.content div.page-navigator div.holder div.spread:hover>label{background-color:rgba(0,0,0,.08)}div.content div.page-navigator div.holder div.spread.selected>label{background-color:var(--maincolor);color:#FFF}div.content div.page-navigator div.holder div.spread div.pages:after{width:100%;height:100%;content:' ';background-color:transparent;opacity:.7;position:absolute;top:0;left:0;transition:background-color 200ms;pointer-events:none}div.content div.page-navigator div.holder div.spread.loading div.pages:after{background-color:#000}div.content div.page-navigator div.holder div.spread.saved div.pages:after{background-color:var(--success-maincolor)}div.content div.page-navigator div.holder div.spread.loading:after,div.content div.page-navigator div.holder div.spread.saved:after{width:auto;height:auto;font-family:'Font Awesome 6 Pro';font-size:250%;font-weight:300;content:"\f3f4";position:absolute;top:calc(50% - 23px);left:calc(50% - 13px);color:#FFF;opacity:.9;text-shadow:1px 1px 3px rgba(0,0,0,.5);z-index:99}div.content div.page-navigator div.holder div.spread.loading:after{left:calc(50% - 15px);transform-origin:center;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}div.content div.page-navigator div.holder div.spread.saved:after{content:"\f058"}div.content div.page-navigator div.holder div.page{border:solid 1px #E6E6E6;box-sizing:border-box}div.content div.page-navigator div.add{background-color:#EEE;height:calc(100% - 5px);position:relative;transition:background-color 200ms}div.content div.page-navigator div.add:before{font-family:'Font Awesome 6 Pro';content:'\e494';font-size:28px;font-weight:300;position:absolute;top:30%;bottom:0;left:36%;right:0}div.content div.page-navigator div.add:hover{background-color:#E5E5E5}body.spreadManager div.menu-top,body.spreadManager div.editor,body.spreadManager div.content div.page-navigator div.add{max-height:127px}body.spreadManager div.menu-top,body.spreadManager div.editor,body.spreadManager div.no-pages-selected,body.spreadManager i.next,body.spreadManager i.prev,body.spreadManager div.content div.page-navigator div.add{display:none!important}body.spreadManager div.page-navigator{height:100%}body.spreadManager div.page-navigator div.inner{white-space:normal;overflow-x:hidden;overflow-y:scroll}body.spreadManager div.content div.page-navigator div.holder div.spread.item div.pages div.page{cursor:move}@keyframes dancing-spreads{0%{transform:rotate(0deg)}25%{transform:rotate(-1deg)}75%{transform:rotate(1deg)}100%{transform:rotate(0deg)}}div.spreadManager-buttons{display:none}div.spreadManager-buttons .addPages{background-color:var(--button-gray);color:#FFF;margin-left:15px}div.spreadManager-buttons .addPages:hover{background-color:var(--button-gray-hover)}body.spreadManager div.spreadManager-buttons{display:flex}body.spreadManager div.zoom-buttons{display:none}div.zoom-buttons .zoomIn,div.zoom-buttons .zoomOut{font-size:120%}div.zoom-buttons .zoomIn span,div.zoom-buttons .zoomOut span{display:none}@media only screen and (max-width:550px){.zoom-buttons{display:none}}div.tag{padding:1.5% 2%;margin:1%;background-color:rgba(255,255,255,.1);display:inline-block;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.tag:hover{background-color:rgba(255,255,255,.2)}div.tag.tagged{background-color:var(--maincolor);color:#fff;padding-right:20px}div.tag.tagged:after{content:"\f00d";font-family:FontAwesome;font-style:normal;font-weight:400;text-decoration:inherit;position:absolute;top:7px;bottom:auto;right:7px;opacity:.9}div.tag.tagged:hover:after{opacity:1}.highlight{background-color:var(--maincolor)}.bold{font-weight:700}.right:not(.page){float:right}.not-logged-in{width:800px;display:none;background-color:#E5E5E5!important}.not-logged-in .column{width:38.5%;padding:5%;min-height:200px;background-color:#FFF;float:left}.not-logged-in .column.hide{display:block}.not-logged-in .column.login{margin-right:1.5%}.not-logged-in .column.new-account{margin-left:1.5%}.not-logged-in .column.options{text-align:center;display:none}.not-logged-in .column .form{min-height:180px;padding:10px 0}.not-logged-in .column .form a{line-height:300%}.not-logged-in .column .form input.firstname{width:46%;margin-right:1%;float:left}.not-logged-in .column .form input.lastname{width:52%;margin-left:1%;float:right}@media (max-width:1000px){.not-logged-in{min-width:90%;max-width:90%;margin:0!important;padding:10px!important}.not-logged-in h1{margin-bottom:2px}.not-logged-in .column{width:88%;padding:6%;min-height:20px}.not-logged-in .column.hide{display:none}.not-logged-in .column.login{margin:10px 0 10px 0}.not-logged-in .column.new-account{margin:10px 0 10px 0}.not-logged-in .column.options{display:block}.not-logged-in .column.options h1{border-bottom:solid 1px #EEE;margin-bottom:25px}.not-logged-in .column .form{min-height:0}}.not-available,body:not(.RESELLERADMIN):not(.OPERATOR) .not-permitted{display:none!important}body.RESELLERADMIN .not-permitted,body.OPERATOR .not-permitted{position:relative}body.RESELLERADMIN .button.not-permitted,body.OPERATOR .button.not-permitted{padding-right:30px}body.RESELLERADMIN .not-permitted:after,body.OPERATOR .not-permitted:after{position:absolute;top:6px;right:5px;font-family:'Font Awesome 6 Pro';font-size:130%;font-weight:700;font-style:normal;content:"\f204";z-index:999;opacity:.7}.inline-block{display:inline-block}.breakWithDots{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}div.project-start{width:800px;max-width:90%;text-align:center}div.project-start h1{font-size:28px;font-weight:700;border-bottom:0;margin-top:30px;margin-bottom:5px}div.project-start h2{font-size:16px;font-weight:300;border-bottom:0;margin-bottom:30px}div.project-start div.options>div{width:49%;float:left;position:relative;color:#FFF;background-color:var(--rowcolor);cursor:pointer}div.project-start div.options>div.create{margin-right:1%}div.project-start div.options>div.create div.text{background-color:var(--maincolor)}div.project-start div.options>div.open{margin-left:1%}div.project-start div.options>div.open div.text{background-color:#666}div.project-start div.options>div i{color:var(--maincolor);font-size:120px;margin:80px;opacity:.25;transition:opacity 200ms ease-in-out}div.project-start div.options>div:hover i{opacity:.4}div.project-start div.options>div div.text{width:90%;height:80px;padding:5%;line-height:150%}div.project-start div.options>div div.text h3{font-weight:700;font-size:26px;border-bottom:0;margin:10px 0}div.project-start div.options>div div.text span{font-weight:300;font-size:13px}@media (max-width:900px){div.project-start h1{font-size:22px}div.project-start div.options>div{width:100%;margin:10px 0 0 0!important;border-radius:10px;overflow:hidden}div.project-start div.options>div i{display:none}div.project-start div.options>div div.text{height:auto;padding:3% 5% 5% 5%}div.project-start div.options>div div.text h3{font-size:18px;margin:5px 0}}.list .item{padding:5px}.list .item div.text>div{display:inline-block;width:30%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list .item:nth-child(odd){background-color:#EEE}.list .item>.text{padding:10px}.list .item .button,.list .item .status{margin-left:3px;float:right}.version-history .list,.project-overview .list{min-width:450px;min-height:300px;max-height:500px;overflow:scroll;padding-right:5px}.version-history .list .item div.text>div.datetime{width:40%}.version-history .list .item div.text>div.account{width:25%}.project-overview .list{min-width:550px}.list .item div.text>div.document{font-weight:700;width:70%}.list .item div.text>div.details{width:45%}.list .item div.text>span.projectid{font-weight:300}.fancybox-container.mediabank .fancybox-content{width:90%!important;height:90%!important}.fancybox-button--fullscreen{display:none}@media only screen and (max-width:1024px){.fancybox-container.mediabank .fancybox-content{width:100%!important;height:100%!important;max-height:100%}}body.app div.media-uploader{width:calc(95% - 2px)}body.app div.media-uploader .uploader{padding:2% 3%;margin-bottom:20px;background-color:rgba(0,0,0,.3);border:dashed 2px var(--maincolor);display:none;pointer-events:auto!important}body.app div.media-uploader .uploader .close{display:none}body.app.drag-enter div.property-panel:not(.open),body.app.drag-enter div.property-panel div.panel[data-link="photos"]:not(.open){width:0;padding:0;display:block;opacity:1}body.app.drag-enter div.media-uploader,body.app.drag-enter div.media-uploader:before{width:100vw;height:100vh;position:fixed;top:0;left:0}body.app.drag-enter div.media-uploader{opacity:0;transition:opacity 100ms;pointer-events:auto;z-index:999999;display:block}body.app.drag-enter div.media-uploader.active{opacity:1;pointer-events:auto}body.app.drag-enter div.media-uploader:before{content:' ';background-color:var(--maincolor);opacity:.9}body.app.drag-enter div.media-uploader div.uploader{width:340px;left:calc(50% - 170px);top:20%;position:absolute;pointer-events:none!important;display:block!important}body.app.drag-enter div.media-uploader .uploader{border-color:#fff;color:#fff;background-color:rgba(0,0,0,.7)}body.app.drag-enter div.media-uploader .uploader .info i{color:#fff}body.app.drag-enter div.media-uploader .uploader .info .header{font-size:180%;margin-bottom:20px}body.app.drag-enter div.media-uploader .uploader .info .details,body.app.drag-enter div.media-uploader .uploader .info .privacy{opacity:.8}body.app.drag-enter div.media-uploader .uploader .success-message,body.app.drag-enter div.media-uploader .uploader .failure-message,body.app.drag-enter div.media-uploader .uploader .dz-preview{display:none}body.app div.media-uploader .uploader .failure-message ul{padding-left:12px}body.app div.media-uploader .uploader .failure-message ul li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;text-align:left;color:#fff}body.app div.media-uploader .uploader .failure-message ul li:before{content:'\2022';font-size:200%;color:var(--failure-maincolor);margin-right:5px;position:relative;top:5px}@keyframes uploaderFadeInOut{0%{opacity:0}50%{opacity:.25}100%{opacity:0}}body.app .uploader .info.success-message,body.app .uploader .info.failure-message{width:100%;height:auto;background-color:transparent}body.app div.media-uploader .uploader .info .header{font-size:130%}body.app div.media-uploader .uploader .info .details{font-size:100%}body.app div.media-uploader .uploader .dz-preview{width:46%;border-color:#333}body.app div.media-uploader .uploader .dz-preview .dz-image{min-height:100px}div.crop{width:100%}@media only screen and (max-width:900px){.fancybox-popup.crop-popup .button span{font-size:90%}.fancybox-popup.crop-popup .button:not(.image-save-crop) span{display:none}.fancybox-popup.crop-popup div.image-quality{font-size:90%;display:block}}main .page-overlay{width:80vw;height:80vh;padding:20vh 10vw 10vh 10vw;position:fixed;top:0;left:0;z-index:9999;background-color:var(--maincolor);font-size:120%;font-weight:300;line-height:150%;color:#FFF;text-align:center;pointer-events:none;opacity:0;height:0;overflow:hidden;transition:opacity 300ms ease-in-out,height 0ms 300ms}main .page-overlay .header{font-size:130%;font-weight:700;line-height:140%;margin-bottom:3vh}main .page-overlay .header,main .page-overlay .message{max-width:750px;margin:auto}main .page-overlay .message ul{text-align:left}main .page-overlay .message ul li{margin-bottom:15px}main .page-overlay i{font-size:500%;margin-bottom:5vh}body.loading main div.editor-loader,body.mobile:not(.VISITOR) main div.mobile-message,body.idle-sleeps main div.editor-idle,body.user-inactive main div.user-inactive,body.project-locked main div.project-locked,body.project-production main div.project-production,body.project-removed main div.project-removed{opacity:1;height:80vh;transition:opacity 300ms ease-in-out,height 0ms;pointer-events:auto}body.user-inactive header div.logo,body.user-inactive header div.outer,body.project-locked header div.logo,body.project-locked header div.outer,body.project-production header div.logo,body.project-production header div.outer,body.project-removed header div.logo,body.project-removed header div.outer{z-index:99990}body.project-locked main .page-overlay .message{max-width:500px}body main div.editor-loader{width:100vw;height:100vh!important;padding:0!important;display:block}body.mobile{background-color:var(--maincolor)}body.mobile:not(.VISITOR) main div.mobile-message{display:block;z-index:999}body.mobile.test-server main div.mobile-message{display:none}body main div.editor-idle{background-color:#000;text-shadow:1px 1px 2px #000}body.idle-sleeps main div.editor-idle{opacity:.75}body.mobile:not(.test-server) header,body.mobile:not(.test-server) main .results-holder,body.mobile:not(.test-server) main .not-logged-in,body.mobile:not(.test-server) main .property-menu,body.mobile:not(.test-server) main .main-stage{display:none}main .editor-loader{z-index:99999;transition:opacity 500ms ease-in-out}main .editor-loader:after{position:absolute;top:0;left:0;width:100%;height:100%;content:'';z-index:-1;background-image:url(../../../../../../media/images/pattern.svg);background-size:400px 400px;opacity:.1}div.animated-logo{width:300px;height:150px;position:absolute;top:calc(50% - 75px);left:calc(50% - 150px);transition:opacity 200ms;opacity:0}div.animated-logo svg #logo{transform-origin:50% 80%;transition:transform 0.7s;transform:scale(0)}div.animated-logo svg #name{transition:transform 1s ease-out 0.5s;transform:translateX(30%)}svg #letter-m,svg #letter-a,svg #letter-g,svg #letter-e,svg #letter-z,svg #letter-i,svg #letter-n,svg #letter-o{transition:fill-opacity 200ms}svg #letter-o{transition:fill-opacity 600ms}div.animated-logo.play svg #logo{transform:scale(1)}div.animated-logo.play svg #name{transform:translateX(0)}div.animated-logo.reset svg #logo,div.animated-logo.reset svg #name{transition:none}div.progressbar{top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:90%;max-width:500px;height:auto;padding:30px;background-color:var(--subcolor);text-align:left}div.progressbar.visible{opacity:.98}div.progressbar h1{color:#FFF;font-weight:700;border-bottom:0}div.progressbar div.outer-bar{width:100%;height:40px;background-color:rgba(255,255,255,.15);margin-bottom:30px}div.progressbar div.inner-bar{width:10%;height:40px;background-color:var(--maincolor);-webkit-transition:width 0.5s ease-in-out;-moz-transition:width 0.5s ease-in-out;-ms-transition:width 0.5s ease-in-out;-o-transition:width 0.5s ease-in-out;transition:width 0.5s ease-in-out}div.progressbar div.inner-bar .percentage{padding-top:9px;padding-left:12px}.context-menu-list{background-color:rgba(255,255,255,.95);box-shadow:0 1px 2px rgba(0,0,0,.25);z-index:999!important}.context-menu-icon.context-menu-icon{color:#333;padding:6px 6px 6px 30px;border-bottom:solid 1px #EEE;background-color:transparent;font-weight:300}.context-menu-icon.context-menu-icon i,.context-menu-icon.context-menu-icon:before{font-family:'Font Awesome 6 Pro';left:5px;color:#333;font-weight:300}.context-menu-icon.context-menu-icon i{margin:5px 6px}.context-menu-icon.context-menu-icon:hover{background-color:var(--maincolor);border-bottom:solid 1px rgba(255,255,255,.2);color:#FFF}div.property-menu,div.frame-settings-menu,div.text-editor-menu{width:75px;height:100%;text-align:center;background-color:var(--property-menu-color);color:var(--property-menu-text);display:flex;flex-direction:column;overflow-y:scroll;white-space:nowrap;z-index:2}div.frame-settings-menu,div.text-editor-menu{display:none}div.property-menu .items,div.frame-settings-menu .items,div.text-editor-menu .items{width:100%;height:100%;display:flex;flex-direction:column;white-space:nowrap}div.property-menu .items>div,div.frame-settings-menu .items>div,div.text-editor-menu .items>div{padding:10% 7%;color:var(--property-menu-text);display:inline-block;position:relative;transition:opacity,background-color 100ms ease-in-out;cursor:pointer}div.property-menu .items>div:hover,div.frame-settings-menu .items>div:hover,div.text-editor-menu .items>div:hover{background-color:rgba(255,255,255,.2)}div.property-menu .items>div i,div.frame-settings-menu .items>div i,div.text-editor-menu .items>div i{width:100%;margin:7px 0;font-size:22px;display:block}div.property-menu .items>div span,div.frame-settings-menu .items>div span,div.text-editor-menu .items>div span{width:100%;display:block}div.property-menu .items>div:not(.selected) i,div.property-menu .items>div:not(.selected) span,div.frame-settings-menu .items>div:not(.selected) i,div.frame-settings-menu .items>div:not(.selected) span,div.text-editor-menu .items>div:not(.selected) i,div.text-editor-menu .items>div:not(.selected) span{opacity:.6}div.property-menu .items>div:hover i,div.property-menu .items>div:hover span,div.frame-settings-menu .items>div:hover i,div.frame-settings-menu .items>div:hover span,div.text-editor-menu .items>div:hover i,div.text-editor-menu .items>div:hover span{opacity:.8}div.property-menu .items>div div.number,div.frame-settings-menu .items>div div.number{width:auto;height:auto;display:inline-block;background-color:var(--maincolor-hover);color:#FFF;padding:2px 7px;border-radius:10px;position:absolute;top:10%;left:55%}div.property-menu .items>div div.number.warning{background-color:var(--warning-color)}div.property-menu .items>div div.number.error{background-color:var(--failure-maincolor);font-weight:700}div.property-menu .items>div div.number.message{background-color:var(--success-maincolor);font-weight:700}div.property-menu .items>div.selected,div.frame-settings-menu .items>div.selected,div.text-editor-menu .items>div.selected{background-color:var(--maincolor);color:#FFF}div.property-menu .items>div.selected i,div.frame-settings-menu .items>div.selected i,div.text-editor-menu .items>div.selected i{color:#FFF;opacity:1}div.property-panel{width:310px;height:calc(100% - 30px);padding:15px 20px;background-color:var(--property-panel-color);color:var(--property-panel-text);border-right:solid 1px #DDD;flex-shrink:0;position:relative;display:none;transition:background-color 100ms}div.property-panel.open{display:block}div.property-panel div.panel{width:calc(100% - 30px);height:calc(100% - 30px);box-sizing:border-box;position:absolute;top:15px;bottom:15px;left:15px;right:15px;opacity:0;display:none;flex-direction:column;transition:left 100ms ease-in-out,opacity 100ms linear;font-weight:300}div.property-panel div.panel.open{opacity:1;display:flex}div.property-panel div.panel div.box{margin-bottom:15px}div.property-panel div.panel div.head,div.property-panel div.panel div.foot{flex:0 0 auto}div.property-panel div.panel div.foot{padding-top:10px}div.property-panel div.panel div.scroll{flex:1 1 auto;overflow-x:hidden;overflow-y:auto}.property-panel .panel h1{font-size:120%;font-weight:700;background-color:rgba(0,0,0,.2);border-top:solid 1px rgba(0,0,0,.2);border-bottom:solid 1px rgba(0,0,0,.2);margin:-15px -15px 10px -15px;padding:10px 20px}div.property-panel>div.close{height:22px;text-align:right;font-size:200%;color:#999;display:inline-block;cursor:pointer;position:absolute;top:0;right:0;padding:8px 12px;z-index:99}div.property-panel>div.close:hover{color:#AAA;background-color:rgba(0,0,0,.1)}div.property-panel div.button{padding:10px;margin-bottom:3px;background-color:#111}div.property-panel [data-link="templates"] .foot div.button{margin-right:3px}div.property-panel div.button:hover{background-color:#000}div.property-panel.highlight{animation-name:highlightPropertyPanel;animation-duration:650ms;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:3;animation-direction:normal}@keyframes highlightPropertyPanel{0%{box-shadow:inset 0 0 20px 30px var(--property-panel-color)}50%{box-shadow:inset 0 0 40px 40px var(--maincolor)}100%{box-shadow:inset 0 0 20px 30px var(--property-panel-color)}}div.info-box{font-size:120%;font-weight:300;margin:5px 0;padding:3% 5% 3% 18%;border-radius:5px;border:dotted 2px var(--maincolor);position:relative}div.info-box:before{margin:5px 0;padding:3% 4%;font-family:'Font Awesome 6 Pro';font-size:180%;font-weight:300;color:rgba(255,255,255,1);content:'\f672';position:absolute;top:0;left:0;opacity:.7}div.info-box.drag-photo{padding-left:16%}div.info-box.drag-photo:before{content:'\f047'}@media only screen and (max-height:740px) and (min-width:901px){div.property-menu .items>div span{display:none}div.property-menu .items>div:hover span{display:block}}@media only screen and (max-width:900px){div.property-menu,div.frame-settings-menu,div.text-editor-menu{width:100%;height:65px;position:fixed;bottom:0;overflow-x:scroll;overflow-y:hidden}div.frame-settings-menu,div.text-editor-menu{bottom:0}div.property-menu .items,div.frame-settings-menu .items,div.text-editor-menu .items{width:auto;flex-direction:row}div.property-menu .items>div,div.frame-settings-menu .items>div,div.text-editor-menu .items>div{width:65px;min-width:60px;padding:4px}div.frame-settings-menu .items>div,div.text-editor-menu .items>div{min-width:50px}div.property-menu .items>div span,div.frame-settings-menu .items>div span,div.text-editor-menu .items>div span{font-size:10px;top:20px}div.property-panel{width:calc(100% - 40px);height:calc(50% - 95px);position:fixed;bottom:65px;z-index:999;opacity:.99;padding:15px 20px 5px 20px}main>div.content{height:calc(100% - 65px)}main{height:calc(100% - 60px)}body.text-editor-active header,body.spreadManager header{display:none}body.text-editor-active main,body.text-editor-active div.property-panel,body.spreadManager main,body.spreadManager div.property-panel{height:100%}header,div.content div.menu-top,div.content div.menu-bottom{height:50px}main>div.content div.button{text-align:center}main>div.content div.button i,.settings-menu div.button i,.text-editor-menu div.button i{width:100%;font-size:16px;display:block}main>div.content div.button span{width:100%;font-size:10px;margin-top:5px;margin-left:0;display:block}}div.accordion>div.item{padding:10px;margin-bottom:5px;border-radius:5px;background-color:rgba(255,255,255,.03);border:solid 1px rgba(0,0,0,.2);transition:background-color 200ms ease-in-out}div.accordion>.item:hover{background-color:rgba(255,255,255,.06)}div.accordion div.item>div.head{font-size:120%;font-weight:300;opacity:.9;padding:10px;margin:-10px;cursor:pointer;position:relative}div.accordion>.item>.head:before{font-family:'Font Awesome 6 Pro';content:'\f054';padding:6px 7px 0 6px;font-size:12px;float:left;clear:both;transform:rotate(90deg);transition:transform 300ms ease-in-out,padding 300ms ease-in-out}div.accordion>.item.collapsed:not(.forceOpen) .head:before{padding:4px 10px 0 3px;transform:rotate(0deg)}div.accordion>.item>.head:before,div.accordion>.item.collapsed:not(.forceOpen) .head:before{display:none}div.accordion div.item>div.head>i{width:20px;margin-right:8px;text-align:center}div.accordion div.item>div.head .switch{position:absolute;top:-4px;right:-4px}div.accordion div.item>div.head .reset{position:absolute;top:6px;right:6px;font-weight:300;font-size:100%;padding:7px;width:13px;height:13px;background-color:rgba(255,255,255,.1);border-radius:20px;text-align:center;cursor:pointer;display:none}div.accordion div.item.resettable>div.head .reset{display:block}div.accordion div.item:not(.resettable) .showIfResettable{display:none!important}div.accordion>.item .content{border-top:solid 1px rgba(0,0,0,.15);padding:10px 10px 5px 10px;margin:10px -7px -7px -7px;border-radius:3px;background-color:rgba(255,255,255,.03);opacity:1;transition:opacity 300ms ease-in-out}div.accordion>.item.collapsed:not(.forceOpen) .content{opacity:0}div.accordion>.item.collapsed.forceOpen .content{display:block!important}div.accordion.colors>.item .content{padding-bottom:15px}.accordion .item .content.advanced>*:not(.advanced-settings):not(.hideAdvancedSettings){display:none!important}.accordion .item .content:not(.advanced)>.hideAdvancedSettings{display:none!important}.advanced-settings{display:none}.content.advanced .advanced-settings,.content.advanced .hideAdvancedSettings{display:block!important}.button.showAdvancedSettings,.button.hideAdvancedSettings{width:92%;margin-top:7px;text-align:center}.button.showAdvancedSettings i{font-size:150%;margin-bottom:5px;opacity:.6}div[data-link="admin"] div.field.switch{margin-bottom:5px}div.overview div.row{padding:2px 2% 2px 2%;margin-bottom:1px}div.overview div.row div.id{width:20%}div.overview div.row div.name{width:70%}div.colors,div.colorpicker{overflow:visible}div.colorpicker{margin:0 0 5px 0}div.colors div.color{width:35px;height:30px;cursor:pointer;background-color:#EEE;display:inline-block;transition:transform 150ms linear;position:relative;box-shadow:0 0 1px rgba(0,0,0,1)}div.colors.managing div.color{animation-name:dancing-color;animation-duration:600ms;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;border:solid 2px rgba(0,0,0,.1);box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;cursor:move}@keyframes dancing-color{0%{transform:rotate(0deg)}25%{transform:rotate(-4deg)}75%{transform:rotate(4deg)}100%{transform:rotate(0deg)}}div.colors div.set-transparent{padding:3% 5% 3% 14%;margin-top:20px;border:solid 1px rgba(255,255,255,.3);border-radius:5px;position:relative;cursor:pointer;transition:background-color 150ms}div.colors div.set-transparent:hover{background-color:rgba(0,0,0,.2)}div.colors div.set-transparent:before{width:25px;height:20px;content:' ';position:absolute;top:7px;left:7px;box-shadow:1px 1px 1px rgba(0,0,0,.5);opacity:1}div.colors div.color.none,div.field.color div.color.none,div.set-transparent:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsSAAALEgHS3X78AAAAKUlEQVQYlWP8////fwY0cPz4cXQhBiYMERxgABWyYHO4paUlHaymvkIASAYJZ6OZaq8AAAAASUVORK5CYII=) repeat;background-size:7px}div.field.color div.color div.opacity-overlay{width:18px;height:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsSAAALEgHS3X78AAAAKUlEQVQYlWP8////fwY0cPz4cXQhBiYMERxgABWyYHO4paUlHaymvkIASAYJZ6OZaq8AAAAASUVORK5CYII=) repeat;background-size:7px;mask-image:url('data:image/svg+xml;utf-8,<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon points="10 10 0 0 10 0 10 10"/></svg>');mask-repeat:no-repeat;mask-size:100%;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon points="10 10 0 0 10 0 10 10"/></svg>');-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;position:absolute;top:3px;right:3px}div.colors div.color.gold,div.field.color div.color.gold{background:#D4AF37;background:linear-gradient(-70deg,#874e31 0%,#c79850 30%,#efc76f 50%,#c79850 80%,#874e31 100%);box-shadow:inset 0 -1px 3px 1px #874e31;-webkit-box-shadow:inset 0 -1px 3px 1px #874e31;-moz-box-shadow:inset 0 -1px 3px 1px #874e31}div.colors div.color.silver,div.field.color div.color.silver{background:#D4AF37;background:linear-gradient(-70deg,#4f4f4f 0%,#b2b2b2 30%,#e0e0e0 50%,#b2b2b2 80%,#4f4f4f 100%);box-shadow:inset 0 -1px 3px 1px #4f4f4f;-webkit-box-shadow:inset 0 -1px 3px 1px #8f8f8f;-moz-box-shadow:inset 0 -1px 3px 1px #8f8f8f}div.colors:not(.managing) div.color:hover{transform:scale(1.2);z-index:999}div.colors .defaultColors div.color{width:31px;height:26px}div.manageColors{display:none;padding:5%;margin:2% -5%}div.remove.drop{width:98%;font-family:'Font Awesome 6 Pro';font-weight:300;content:'\f1f8';padding:8% 0;font-size:350%;text-align:center;border:dashed 1px #999;transition:font-size 500ms ease-in-out}div.remove.drop.hover{font-size:500%}div.fontCollections div.fontCollection{}div.fontCollections h3,div.fontFamily h3{font-size:150%;font-weight:300}div.fontCollections div.fonts,div.fontFamily.fonts,div.paragraph-style div.holder,div.character-style div.holder{font-size:90%}div.fontCollections div.fonts div.font,div.fontFamily.fonts div.font,div.paragraph-style div.style,div.character-style div.style,div.fontCollections div.fonts div.font label,div.fontFamily.fonts div.font label,div.paragraph-style div.style label,div.character-style div.style label{cursor:pointer}div.fontCollections div.fonts div.font span.number{width:35px;font-size:80%;text-align:center;opacity:.3;display:inline-block;float:right}div[data-settingtype="imageSettings"] div.imageHolder{position:relative;margin-bottom:10px}div[data-settingtype="imageSettings"] div.imageHolder img,div[data-settingtype="imageSettings"] div.imageHolder canvas{max-width:100%}div.crop img{width:100%}div.image-quality{font-size:120%;font-weight:700;display:inline-block;float:right;padding:10px}div.image-quality i{font-weight:700;margin-right:5px}div.image-quality span.dpi{font-weight:300}div.image-quality[data-quality="QUALITY_LABEL_VERY_HIGH"]{color:var(--success-maincolor)}div.image-quality[data-quality="QUALITY_LABEL_LOW"]{color:var(--warning-color)}div.image-quality[data-quality="QUALITY_LABEL_VERY_LOW"]{color:var(--warning-color)}div.image-quality[data-quality="QUALITY_LABEL_EXTREME_LOW"]{color:var(--failure-maincolor)}div.panel[data-link="messages"]>div.scroll{padding-bottom:20px}div.panel[data-link="messages"]>div.foot textarea{min-width:100%;max-width:100%;height:80px;min-height:80px;max-height:150px}.messages .message{background-color:rgba(255,255,255,.1)}.panel .item[data-settingtype="objects"] .content{padding-top:0}div.objects div.object,div.fonts div.font,div.styles div.style,div.layers div.layer,div.preflight-results div.item,div.layouts div.layout{padding:7px;margin-bottom:3px;cursor:pointer;background-color:rgba(255,255,255,.04);border-radius:2px}div.objects h3{margin:12px 0;font-size:100%;font-weight:300}div.objects div.object{padding:5px 7px}div.fonts div.font,div.styles div.style{padding:8px 10px;background-color:rgba(255,255,255,.02)}div.objects div.object:hover,div.fonts div.font:hover,div.styles div.style:hover,div.layers div.layer:hover,div.layouts div.layout:hover{background-color:rgba(255,255,255,.08)}div.objects div.object.selected,div.fonts div.font.selected,div.styles div.style.selected,div.layers div.layer.selected,div.preflight-results div.item.selected,div.layouts div.layout.selected{background-color:rgba(255,255,255,.15)!important}div.preflight-results div.item,div.layouts div.layout{padding:10px}div.objects div.page:not(:last-child) div.holder{margin-bottom:15px}div.objects div.object.disabled{opacity:.6}div.objects div.object[data-layer="background"]:not([data-frametype="BackgroundFrame"]){margin-left:15px}div.objects div.object span.layer{font-size:80%;font-weight:700}div.objects div.object i,div.layers div.layer i{margin-right:7px}div.styles div.style i{display:none}.paragraph-style .styles .style[data-id="none"],.character-style .styles .style[data-id="none"]{font-size:120%;margin-bottom:10px;border:solid 1px rgba(255,255,255,.1)}.paragraph-style .styles .style[data-id="none"] i,.character-style .styles .style[data-id="none"] i{font-size:110%;opacity:.5;display:inline-block;margin-right:5px}.text-styles .styles .style[data-id="none"]{display:none}.text-styles .styles .style i.default{font-size:150%;float:right;opacity:.5;display:inline-block}div.objects div.object div.text,div.layers div.layer div.text{display:inline-block}div.objects div.object div.text div{display:inline-block;margin-right:5px;text-align:center}div.objects div.object div.text .index{min-width:15px;opacity:.5;font-size:80%}div.objects div.object div.text .type{margin-right:8px}div.objects div.object div.text .description{opacity:.3;font-size:90%}div.objects div.object:after,div.layers div.layer:after{float:right;font-family:'Font Awesome 6 Pro';content:'\f0c9';clear:both}div.field.slider.hasInput .interact{width:40%;min-width:70px;margin-right:12%}div.field.slider.hasInput.label-top .interact{width:70%}div.field.slider.hasInput.label-top.width-80 .interact{width:63%}div.field.slider.hasInput.label-top.width-55 .interact{width:40%}div.field.slider.hasInput input[type="text"]{width:18%!important;min-width:50px!important;float:right}div.field.slider.hasInput input[type="text"]+span.unit{right:5px}.shadow-presets .preset,[data-settingtype="filter-effects"] .filter-presets .preset{width:18%;height:55px;margin:5px 2% 25px 0;cursor:pointer;float:left;position:relative}[data-settingtype="filter-effects"] .filter-presets .preset{width:23%}[data-settingtype="filter-effects"] .button.showAdvancedSettings{width:calc(23% - 20px)}.shadow-presets .preset .preview{width:100%;height:100%;text-align:center;background-color:rgba(255,255,255,.25);position:absolute;left:0;top:0}[data-settingtype="filter-effects"] .filter-presets .preset .preview{width:100%;height:100%;background-size:cover;background-position:center;position:absolute;left:0;top:0}.shadow-presets .preset .preview i{font-size:300%;color:#FFF;margin-top:10px}.shadow-presets .preset .preview .square{width:60%;height:50%;margin:20% 0 0 20%;background-color:#FFF}.shadow-presets .preset label,[data-settingtype="filter-effects"] .filter-presets .preset label{width:calc(100% - 8px);font-size:90%;font-weight:500;padding:2px 4px;background-color:#000;color:#FFF;display:block;position:absolute;bottom:-17px;left:0}.shadow-presets .preset.selected label,[data-settingtype="filter-effects"] .filter-presets .preset.selected label{background-color:var(--maincolor)}.shadow-presets .preset:hover:not(.selected) label,[data-settingtype="filter-effects"] .filter-presets .preset:hover:not(.selected) label{background-color:var(--maincolor)}.button.showAdvancedSettings{width:calc(18% - 20px);margin:5px 0 10px 0;padding:0}.button.showAdvancedSettings span{display:block;margin-left:0}[data-settingtype="filter-effects"] div.field.slider .interact-slider{border:solid 4px #666}[data-settingtype="filter-effects"] div.field.slider .interact-slider:before{top:-10px;left:-4px}div.field.slider .interact-slider.filter-brightness{background:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%)}div.field.slider .interact-slider.filter-saturate{background:linear-gradient(90deg,rgba(136,136,136,1) 0%,rgba(255,0,0,1) 100%)}div.field.slider .interact-slider.filter-hue-rotate{background:linear-gradient(90deg,rgba(255,0,0,1) 0%,rgba(255,241,0,1) 17%,rgba(29,255,0,1) 34%,rgba(0,255,250,1) 50%,rgba(0,15,255,1) 67%,rgba(255,0,217,1) 84%,rgba(255,0,0,1) 100%)}.item .content [data-settingtype="help-frame"] .text{width:calc(100% - 22px);padding:10px;background-color:rgb(255,255,217);color:#000;border:1px solid rgb(255,255,0);border-radius:5px}div.templates div.template{width:auto;padding:0;margin:0;cursor:pointer;background-color:transparent}div.templates div.template:hover{background-color:transparent}div.accordion div.item.template>div.head{display:none}div.templates div.template div.item{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:20px;border-radius:5px;margin-bottom:20px;text-align:center;background-color:rgba(0,0,0,.15);transition:background-color 200ms}div.templates div.template div.item label{width:100%;font-size:110%;color:#FFF;background-color:rgba(0,0,0,.3);margin:10px -20px -20px -20px;padding:5px 20px;display:block;transition:background-color 200ms;cursor:pointer}div.templates div.template div.item.selected{background-color:rgba(0,0,0,.4);border:solid 1px var(--maincolor)}div.templates div.template div.item.selected label{background-color:var(--maincolor)}div.templates div.template div.item div.thumbnail{width:100%;height:240px;background-position:center;background-size:contain;background-repeat:no-repeat}div.templates div.template div.item.cover div.thumbnail{height:156px}div.photos{columns:2;column-gap:5px}div.photos div.photo:nth-child(2n+1){order:1}div.photos div.photo:nth-child(2n){order:2}div.photos div.photo{width:100%;height:auto;margin-bottom:6px;box-sizing:border-box;cursor:pointer;display:inline-block;position:relative}div.photos div.photo img{width:100%;height:auto;margin-bottom:-4px;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.photos div.photo label{position:absolute;right:2px;top:2px;padding:3px 8px;border-bottom-left-radius:7px;background-color:var(--failure-maincolor);color:#fff;font-weight:700;box-shadow:0 1px 2px rgba(0,0,0,.4);display:inline-block;opacity:.85;transition:opacity 200ms}div.photos div.photo label[data-used="0"]{display:none}div.photos div.photo:hover label{opacity:1;font-size:75%}div.photos div.photo label span.text{display:none}div.photos div.photo:hover label span.text{display:inline}div.photos div.photo:nth-child(odd){margin-right:6px}div.photos{columns:unset!important;display:grid;grid-gap:8px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-auto-rows:40px}div.photos div.photo{order:unset!important;margin-bottom:0;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:3px;box-shadow:2px 2px 2px rgba(0,0,0,.15)}div.photos div.datetime{grid-column-end:span 2;grid-row-end:span 2;text-align:center;font-weight:300;padding:8px;background-color:rgba(255,255,255,.05);border-radius:3px}.uploader .info.success-message,.uploader .info.failure-message{background-color:var(--property-panel-color)}.uploader .dz-preview .dz-image{height:auto;min-height:auto}.uploader .dz-preview .dz-image img{height:auto}div.preflight-results h3{margin-bottom:8px;font-weight:300}div.preflight-results .holder{margin-bottom:15px}div.preflight-results .item{font-size:110%;line-height:140%;font-weight:400}div.preflight-results .item ul{padding-left:20px;margin-top:0;margin-bottom:0}div.preflight-results .item i{color:#fff;background-color:rgba(0,0,0,.3);padding:5px;margin:-5px 10px -3px 0;border-radius:4px}div.preflight-results .item.error i{background-color:var(--failure-maincolor)}div.preflight-results .item.warning i{background-color:var(--warning-color)}div.preflight-results .item.tip i{color:var(--maincolor)}div.preflight-results .item.IMAGEOUTPUTRESOLUTION_EXTREME_LOW i{color:#fff;background-color:#ed4200}div.preflight-results .item.IMAGEOUTPUTRESOLUTION_VERY_LOW i,div.preflight-results .item.IMAGEOUTPUTRESOLUTION_LOW i{background-color:var(--warning-color)}div.preflight-results .item.IMAGEOUTPUTRESOLUTION_LOW i{color:#fff;background-color:rgba(0,0,0,.3);border:solid 1px var(--warning-color)}div.preflight-results .item div.text{display:inline-block}div.preflight-results .item div.info{max-height:0;padding-top:0;overflow:hidden;transition:max-height 300ms linear}div.preflight-results .item div.info .overflowText{font-size:120%;font-style:italic}div.preflight-results .item:hover div.text{font-weight:700}div.preflight-results .item:hover div.info{max-height:350px;padding-top:10px}div.preflight-results .item span.contrastExample{padding:3px 5px;margin:3px 0;border-radius:5px;display:inline-block}span.error,li.error{font-weight:700;color:var(--failure-maincolor)}span.warning,li.warning{font-weight:700;color:var(--warning-color)}span.ignore,li.ignore{font-weight:700}span.tip,li.tip{font-weight:700;color:var(--maincolor)}body.app div.calculation div.summary div.field label{width:45%}body.app div.calculation div.summary div.field div.price{width:55%;min-width:100px;padding-top:0}body.app div.field.calculation.NUMBER_OF_PAGES{display:none}body.app div.orderRowButtons{display:none!important}body.app div.field>div.specification{min-width:180px}body.app div.calculation div.salestext{background-color:rgba(0,0,0,.5);border:none;border-radius:0;border-left:solid 5px var(--success-maincolor)}body.app div.product div.calculationTable{background-color:rgba(0,0,0,.1);border:none}body.app div.overview div.row{background-color:rgba(0,0,0,.2)}body.app div.overview div.row.head{background-color:rgba(0,0,0,.3)}body.app div.overview div.row.highlight{background-color:rgba(0,0,0,.5)}body.app div.calculationTable.hasVolumeDiscount div.row div.shippinglabel,body.app .summary .total .price .shippinglabel{border-color:rgba(0,0,0,1);background-color:rgba(255,255,255,.1)}body.app .summary .total .price .shippinglabel{margin-left:3px}body.app .summary .total .price .shippinglabel.free{font-weight:700;border-color:var(--success-maincolor);background-color:rgba(0,0,0,.2)}main>div.templates{display:none}div.shapes div.shape{width:70px;height:70px;margin:10px;cursor:pointer;display:inline-block;transition:transform 200ms linear}div.shapes div.shape:hover{transform:scale(1.2)}div.shapes div.shape img,div.shapes div.shape svg{max-width:100%;max-height:100%;fill:var(--subcolor)}div.shapes div.shape:hover img,div.shapes div.shape:hover svg{fill:var(--subcolor-hover)}body:not(.test-server) div.property-menu .items [data-link="decorations"]{display:none}[data-link="decorations"] .accordion{margin-bottom:10px}[data-link="decorations"] .decoration-types .tag{font-size:120%}[data-link="decorations"] div.field.search input[type="text"]{width:100%;padding-left:11%;font-size:120%}[data-link="decorations"] div.field.search{top:0;margin-top:10px}[data-link="decorations"] div.field.search:after{top:9px}[data-link="decorations"] .decorations-holder .item{width:143px;height:143px;margin:5px;float:left;background-position:center;background-size:contain;background-repeat:no-repeat;cursor:pointer;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.4))}[data-link="decorations"] .decorations-holder .no-results{padding:7%;text-align:center;border:dotted 2px var(--maincolor);border-radius:10px}[data-link="decorations"] .decorations-holder .no-results div{font-size:110%;margin:0 0 5px 0}[data-link="decorations"] .decorations-holder .no-results div.head{font-size:130%;font-weight:700}[data-link="decorations"] .decorations-holder .no-results div.without-filters{font-size:120%;line-height:150%;padding:15px;margin:0 0 30px 0;background-color:rgba(255,255,255,.1);border-radius:5px;cursor:pointer}[data-link="decorations"] .decorations-holder .no-results div.without-filters .reset-filters{color:var(--maincolor);font-weight:700;text-decoration:underline}div.stage div.contentEditable{width:140%;position:relative;margin-top:100px;left:50%}.texteditor div.field.textColor,div.textStyleButtons{width:49.5%;float:left}.texteditor div.field.textColor label{width:71%}.texteditor div.field.textColor div.color{width:28%}div.textStyleButtons{text-align:right}div.button.bold,div.button.italic{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.button.bold i,div.button.italic i,div.button.underline i,div.button.strikethrough i{margin-right:0}div.button.align.right{float:none}div.fonts div.font{font-size:150%;line-height:150%;padding:5px;cursor:pointer}div.fontsizes{line-height:normal}div.fontsizes div.fontsize{padding:5px;cursor:pointer}div.fonts div.font.selected,div.fontsizes div.fontsize.selected{background-color:#DDD}div.colors div.color.selected{border:solid 2px #FFF;box-shadow:0 0 4px #333;z-index:9}.selectric{margin-bottom:5px}.selectric-open .selectric,.selectric-hover .selectric{border-color:rgba(255,255,255,.12)}.selectric .button{background-color:rgba(255,255,255,.03)}.selectric-items{background-color:var(--property-panel-color);border:none;box-shadow:0 0 10px -6px #000}.selectric-items li{font-size:14px}.selectric-items li:hover{background-color:rgba(0,0,0,.07)}.selectric-items li.selected{background-color:rgba(0,0,0,.12)}.selectric-items li.highlighted{background-color:var(--maincolor);color:#FFF}.selectric-items li.highlighted:hover{background-color:var(--maincolor-hover)}.selectric-items .selectric-group .selectric-group-label{background-color:rgba(0,0,0,.15);font-weight:300}.selectric-font-families{width:54.5%;margin-right:1%;display:inline-block}.selectric-font-families .selectric-items{width:298px!important;margin-top:-5px}.selectric-font-styles{width:43%;display:inline-block}.selectric-font-styles .selectric-items{width:298px!important;left:-171px!important;margin-top:-5px}.textstyle .item .head i{padding:4px;float:right}div.textAlignButtons,div.textDecorationButtons{width:60%!important;min-width:100px!important;padding-top:0!important;float:left;font-size:100%}div.button.underline,div.button.overline,div.button.strikethrough{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.button.underline i,div.button.overline i,div.button.strikethrough i{margin-right:0}div.button.setDefault{margin-right:3px}.content.letterStyle .field:not(.switch) label,.content.hyphenation .field:not(.switch) label{width:47%}.content.letterStyle .field:not(.switch) input,.content.letterStyle .field:not(.switch) select,.content.hyphenation .field:not(.switch) input,.content.hyphenation .field:not(.switch) select{width:47%}.selectric-paragraph-styles li>span,.selectric-character-styles li>span{text-shadow:0 0 2px rgba(0,0,0,.8);line-height:normal!important;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.panel.text-styles .box{min-height:150px}form.variable .button.new{margin-right:3px}div.variables span.variable{border:solid 1px #000;border-radius:5px;padding:3px 6px;margin-right:3px;margin-bottom:3px;background-color:rgba(0,0,0,.4);display:inline-block;cursor:pointer;max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background-color 200ms}div.variables span.variable:hover{background-color:rgba(0,0,0,.8)}div.variables-error{margin:5px 0;padding:3% 5%;font-weight:700;border:solid 3px var(--failure-maincolor);border-radius:5px}div.variables-error:empty{display:none}div.fancybox-slide .message>.head{background-color:var(--maincolor-hover);color:#fff;margin:-24px -24px 18px -24px;padding:18px 20px;height:30px}div.fancybox-slide .message>.head label{font-size:200%!important;font-weight:300!important;margin-top:-3px}div.fancybox-slide .message>.head i{font-size:230%!important;font-weight:300!important;margin-top:0!important}div.fancybox-slide .message.variablesPopup .fancybox-close-small,div.fancybox-slide .message.fontVariationsPopup .fancybox-close-small,div.fancybox-slide .message.colorVariationsPopup .fancybox-close-small{top:14px;right:17px}div.fancybox-slide .variablesPopup .separator,div.fancybox-slide .fontVariationsPopup .separator,div.fancybox-slide .colorVariationsPopup .separator{height:10px;margin-bottom:10px;clear:both;opacity:.4}div.fancybox-slide .variablesPopup .variablesForm{margin-top:20px}div.fancybox-slide .variables-holder .field label{font-size:160%!important;width:30%;padding-right:3%}div.fancybox-slide .variables-holder .field input{width:66%;color:#333;border-color:#BBB;font-size:130%}div.fancybox-slide .fontVariationsPopup{width:900px;max-width:90%}div.fancybox-slide .colorVariationsPopup{width:900px;max-width:90%}div.fancybox-slide .variablesPopup>p,div.fancybox-slide .fontVariationsPopup>p,div.fancybox-slide .colorVariationsPopup>p{font-size:120%;font-weight:300;margin-bottom:30px}div.fancybox-slide .fontVariationsPopup>p,div.fancybox-slide .colorVariationsPopup>p{font-size:125%;font-weight:300;margin-bottom:30px;background-color:#D0C2B7;color:#FFF;margin:-18px -24px 24px -24px;padding:8px 24px;background-color:#1e877d}div.field>div.variation [data-paragraphstyle]{font-size:140%!important;margin:0}div.field>div.variation[data-variation-selector="font-variation"]>div>p:not(.title),div.field>div.variation[data-variation-selector="font-variation"]>div>br{display:none}div.field>div.variation[data-variation-selector="color-variation"]>div>div:not(.title){width:7%;padding:4% 3.7%;font-size:40%;float:left}div.font-variations-holder>div,div.color-variations-holder>div{width:25%;margin-right:2%;margin-bottom:2%;background-color:#fff;color:#000;box-shadow:inset 0 0 0 1px #666;padding:3% 3.5%;float:left;opacity:.6;transition:opacity 400ms,box-shadow 200ms;cursor:pointer}div.font-variations-holder>div:hover,div.color-variations-holder>div:hover{opacity:1;box-shadow:inset 0 0 0 3px var(--maincolor)}div.font-variations-holder>div.selected,div.color-variations-holder>div.selected{opacity:1;box-shadow:inset 0 0 0 7px var(--maincolor)}div.font-variations-holder>div:nth-child(3n+3),div.color-variations-holder>div:nth-child(3n+3){margin-right:0%}div.font-variations-holder>div{width:26.4%;min-height:277px;padding:1.8% 2.8% 2.2% 2.8%}div.font-variations-holder div p{margin:0}div.font-variations-holder>div p[data-paragraphstyle="20000000000000000000000000000002"]{font-size:38pt}div.font-variations-holder>div p[data-paragraphstyle="20000000000000000000000000000003"]{font-size:20pt;margin-bottom:15px}div.font-variations-holder>div p[data-paragraphstyle="20000000000000000000000000000007"]{font-size:29pt}div.font-variations-holder>div p[data-paragraphstyle="20000000000000000000000000000004"]{font-size:9pt;margin-bottom:12px}div.font-variations-holder>div p[data-paragraphstyle="20000000000000000000000000000005"]{font-size:11pt}div.font-variations-holder>div p[data-paragraphstyle="20000000000000000000000000000006"]{font-size:9pt;margin-bottom:15px}div.color-variations-holder>div{opacity:.8}div.color-variations-holder>div>div{width:12.3%;height:15px;padding:4% 3.3%;font-size:25%;float:left;transition:color 200ms}div.color-variations-holder>div>div.title{width:90%;height:auto;font-size:40%;padding-top:0}div.color-variations-holder>div>div[data-color="10000000000000000000000000000004"]{width:30%;height:30px;padding:8% 6.6%}div.color-variations-holder>div[data-color-variation]:not(:hover)>div:not(.title){color:rgba(255,255,255,0)!important}@media only screen and (max-width:800px){div.font-variations-holder>div,div.color-variations-holder>div{width:93%}}div.worktogether-options{display:inline-block}div.user{padding:5px;border-radius:5px;clear:both}body.CHIEF_EDITOR .user{cursor:pointer}div.user>i{width:45px;height:45px;font-size:44px;color:rgba(0,0,0,.2);float:left;--fa-primary-color:rgba(255, 255, 255, 0.8);--fa-secondary-color:rgba(255, 255, 255, 0.2)}div.user.inactive>i{opacity:.4}div.user.online>i{--fa-primary-color:var(--success-maincolor);--fa-secondary-color:var(--success-subcolor)}div.user>div.text{width:auto;padding:5px 7px;float:left}div.user>div.text div.name{display:inline-block;font-size:110%}div.user.CHIEF_EDITOR>div.text div.name{font-weight:700;padding-right:5px}div.user>div.text div.role{display:inline-block;font-size:90%}div.user>div.text div.role:before{content:'('}div.user>div.text div.role:after{content:')'}div.user.EDITOR>div.text div.role{display:none}div.user>div.text div.status{font-size:90%;font-style:italic;font-weight:300}div.user div.pages{max-height:240px;overflow-y:scroll;background-color:transparent}.user-permissions div.field.radio{margin-bottom:5px}.user-permissions div.field.radio input{margin:6px 8px 6px 1px}.user-permissions div.field.radio label{width:90%;padding:4px 0 0 0}.user-permissions .notification div.text{font-size:120%;font-style:italic;background-color:rgba(0,0,0,15);padding:2px 15px;border-radius:15px;line-height:130%}.user-permissions div.field.message{margin-bottom:0}.user-permissions textarea{min-height:70px}.user-permissions .userPages{display:none}.user-permissions .userPages .user-pages-holder{width:90%;padding:10px;background-color:rgba(255,255,255,.03);max-height:250px;overflow-y:scroll}.user-permissions .userPages .user-pages-holder .field{padding:3px}.user-permissions .userPages .user-pages-holder .field:nth-child(even){background-color:rgba(0,0,0,.2)}.user-permissions .userPages .user-pages-holder .field label:not(.toggle){width:80%}.user-permissions .userPages .user-pages-holder .field span.users{margin-left:10px;font-size:90%;opacity:.7}.user-permissions .userPages .user-pages-holder .field span.users i{margin-right:5px}:root{--page-width:210mm;--page-height:275mm;--bleed:3mm;--margin:12.7mm;--margin-minimum:5mm;--spine:5mm;--pagenumber-size:10pt;--pagenumber-margin:5mm;--pagenumber-padding:2mm;--border-width:1px;--spread-pages:2;--frame-handle:20px;--frame-handle-correction:10px;--bleed-warning-width:8mm;--bleed-warning-color:rgba(255, 0, 0, 0.2)}div.stage{position:relative;display:inline-block;z-index:99;background-color:#FFF;border:solid var(--border-width) rgba(0,0,0,.8);box-shadow:0 0 1px var(--border-width) rgba(255,255,255,1);min-width:200mm;min-height:200mm}div.stage:after{position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:0 0 20px 3px rgba(0,0,0,.25);content:'';pointer-events:none}.no-pages-selected{flex:1;padding:0 15%;padding-top:calc((100vh - 440px) / 2);opacity:.8;font-size:120%;font-weight:300;line-height:150%;text-align:center}@media only screen and (max-width:900px){.no-pages-selected{padding-top:calc((100vh - 560px) / 2)}}.no-pages-selected i{font-size:500%;margin-bottom:30px}.no-pages-selected .header{font-size:130%;font-weight:700;margin-bottom:5px}.no-pages-selected .message{max-width:750px;margin:auto}div.stage div.spread{width:calc((var(--page-width) + (var(--bleed)) * 2));height:calc(var(--page-height) + (var(--bleed) * 2));position:relative;box-shadow:0 0 25px 2px rgba(0,0,0,.25)}div.stage div.spread:after{width:100%;height:100%;position:absolute;top:0;left:0;content:'';pointer-events:none;box-shadow:inset 0 0 0 2.5mm rgba(255,255,255,.12);outline:solid 3500px rgba(238,238,238,.9);outline-offset:1px;transition:box-shadow 100ms;z-index:1000}div.editor div.selection-drag{position:absolute;box-shadow:inset 0 0 0 1px var(--maincolor);background-color:rgba(29,179,164,.1);z-index:9999}div[data-type].in-selection{box-shadow:inset 0 0 0 var(--border-width) var(--maincolor)}div.stage div.spread.pages{width:calc((var(--page-width) + var(--bleed)) * 2);height:calc(var(--page-height) + var(--bleed) * 2);position:relative}div.stage div.spread.only-left,div.stage div.spread.only-right{width:calc((var(--page-width) + var(--bleed)))}div.stage div.spread.cover{width:calc((var(--page-width) + var(--bleed)) * 2 + var(--spine));height:calc(var(--page-height) + var(--bleed) * 2)}div.stage div.spread div.page{width:calc(var(--page-width) + var(--bleed));height:calc(var(--page-height) + var(--bleed) * 2);position:relative;display:inline-block;box-shadow:inset 0 0 0 8mm rgba(255,0,0,0);transition:box-shadow 1s}div.stage div.spread div.page div.view-only{max-width:80%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);background-color:rgba(0,0,0,.8);color:#FFF;border-radius:150px;padding:25px;border:solid 5px rgba(255,255,255,.9);z-index:9999;pointer-events:none}div.stage div.spread div.page div.view-only i{padding-right:4mm;font-size:260%;opacity:.9;text-shadow:0 1px 1px rgba(0,0,0,.5);display:inline-block}div.stage div.spread div.page div.view-only label{width:auto;max-width:92%;font-size:200%;line-height:100%;display:inline-block}div.stage div.spread div.page.view-only{opacity:.9}div.stage div.spread div.page.view-only:after{width:100%;height:100%;background-color:#000;opacity:.4;position:absolute;top:0;left:0;content:'';z-index:999}div.stage div.spread div.page.left,div.stage div.spread div.page.right{width:calc(var(--page-width) + var(--bleed))}div.stage div.spread.cover div.page{width:calc((var(--page-width) + var(--bleed)) * 2 + var(--spine));height:calc(var(--page-height) + var(--bleed) * 2)}div.stage div.spread.only-right div.page.right{left:0}div.stage div.spread div.page div.marks:before{width:0;height:0;background-color:rgba(255,0,0,0);position:absolute;display:block;content:' ';transition:background-color 500ms}body.BACKGROUNDBLEED{--bleed-warning-width:6mm}body:is(.dragging,.resizing) div.stage div.spread div.page div.marks:before{width:100%;height:100%;box-sizing:border-box}body:is(.dragging,.resizing).BACKGROUNDBLEED div.stage div.spread div.page div.marks:before{width:calc(100% - 4mm);height:calc(100% - 4mm);box-sizing:border-box;margin:2mm}body:is(.dragging,.resizing).BACKGROUNDBLEED div.stage div.spread:not(.cover) div.page.left div.marks:before{width:calc(100% - 2mm);margin:2mm 0 2mm 2mm}body:is(.dragging,.resizing).BACKGROUNDBLEED div.stage div.spread:not(.cover) div.page.right div.marks:before{width:calc(100% - 2mm);margin:2mm 2mm 2mm 0}body:is(.dragging,.resizing).warning-bleed-top div.stage div.spread div.page div.marks:before{border-top:solid var(--bleed-warning-width) var(--bleed-warning-color)}body:is(.dragging,.resizing).warning-bleed-bottom div.stage div.spread div.page div.marks:before{border-bottom:solid var(--bleed-warning-width) var(--bleed-warning-color)}body:is(.dragging,.resizing).warning-bleed-left div.stage div.spread.cover div.page div.marks:before,body:is(.dragging,.resizing).warning-bleed-left div.stage div.spread div.page.left div.marks:before,body.single-page:is(.dragging,.resizing).warning-bleed-left div.stage div.spread div.page div.marks:before{border-left:solid var(--bleed-warning-width) var(--bleed-warning-color)}body:is(.dragging,.resizing).warning-bleed-right div.stage div.spread.cover div.page div.marks:before,body:is(.dragging,.resizing).warning-bleed-right div.stage div.spread div.page.right div.marks:before,body.single-page:is(.dragging,.resizing).warning-bleed-right div.stage div.spread div.page div.marks:before{border-right:solid var(--bleed-warning-width) var(--bleed-warning-color)}body:is(.dragging,.resizing).warning-bleed-middle div.stage div.spread div.page.left div.marks:before{border-right:solid calc(var(--bleed-warning-width) / 2) var(--bleed-warning-color)}body:is(.dragging,.resizing).warning-bleed-middle div.stage div.spread div.page.right div.marks:before{border-left:solid calc(var(--bleed-warning-width) / 2) var(--bleed-warning-color)}body:is(.dragging,.resizing).warning-bleed-middle div.stage div.spread.cover div.marks .fold{background-color:var(--bleed-warning-color)}body.single-page:is(.dragging,.resizing).warning-bleed-left div.stage div.spread.only-right div.page div.marks:before{border-left:solid calc(var(--bleed-warning-width) - var(--bleed)) var(--bleed-warning-color)}body.single-page:is(.dragging,.resizing).warning-bleed-right div.stage div.spread.only-left div.page div.marks:before{border-right:solid calc(var(--bleed-warning-width) - var(--bleed)) var(--bleed-warning-color)}div.stage div.spread div.marks,div.stage div.spread div.page div.marks,div.stage div.spread div.snaplines{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;z-index:992;pointer-events:none}div.stage div.spread div.clickable{position:absolute}div.stage div.spread>div.page,div.stage div.spread>div.page div.frames,div.stage div.spread>div.page div.frame-handlers{pointer-events:none}div.stage div.spread>div.page:not(.view-only) div.frames div[data-type]:not([data-type="BackgroundFrame"]),div.stage div.spread>div.page:not(.view-only) div.frame-handlers div.frame-handler.selected:not([data-type="BackgroundFrame"]) div.handles>div{pointer-events:auto}div.stage div.marks div.bleed{position:absolute;top:3mm;bottom:3mm;left:3mm;right:3mm;box-shadow:0 0 0 var(--border-width) rgba(255,255,255,1);outline:dashed var(--border-width) rgba(255,0,0,.7);box-sizing:border-box;transition:top 1s,bottom 1s,left 1s,right 1s}div.stage div.spread.only-left div.marks div.bleed{right:0}div.stage div.spread.only-right div.marks div.bleed{left:0}body.dragging.dragging-background div.stage div.marks div.bleed,body.resizing.resizing-background div.stage div.marks div.bleed{box-shadow:0 0 0 var(--border-width) rgba(255,255,255,.5);outline:dashed var(--border-width) rgba(255,0,0,.25)}body.dragging.warning-bleed div.stage div.marks div.bleed,body.warning-highlight.warning-bleed div.stage div.marks div.bleed{box-shadow:0 0 0 calc(var(--border-width) * 2) rgba(255,255,255,.7);outline:dashed calc(var(--border-width) * 2) rgba(255,0,0,.7)}body.dragging.warning-bleed div.stage div.marks div.bleed,body.resizing.warning-bleed div.stage div.marks div.bleed,body.warning-highlight.warning-bleed div.stage div.marks div.bleed{animation-name:bleed;animation-duration:2s;animation-iteration-count:infinite}@keyframes bleed{0%{top:2mm;bottom:2mm;left:2mm;right:2mm}25%{top:3mm;bottom:3mm;left:3mm;right:3mm}50%{top:4mm;bottom:4mm;left:4mm;right:4mm}75%{top:3mm;bottom:3mm;left:3mm;right:3mm}100%{top:2mm;bottom:2mm;left:2mm;right:2mm}}div.stage div.spread div.marks div.spine,div.stage div.spread div.marks div.fold{position:absolute;top:0;bottom:0;left:calc(var(--page-width) + var(--bleed));right:calc(var(--page-width) + var(--bleed));border-left:solid var(--border-width) rgba(0,0,0,.4);border-right:solid var(--border-width) rgba(0,0,0,.4);box-shadow:0 0 0 var(--border-width) rgba(0,0,0,.2);outline:dotted var(--border-width) rgba(255,255,255,.3);box-sizing:border-box}div.stage div.spread div.marks div.fold{left:calc(var(--page-width) - 5mm + var(--bleed));right:calc(var(--page-width) - 5mm + var(--bleed));border-left:solid calc(var(--border-width) / 2) rgba(255,255,255,.1);border-right:solid calc(var(--border-width) / 2) rgba(255,255,255,.1);box-shadow:0 0 0 var(--border-width) rgba(0,0,0,.1);outline:none}div.stage div.spread div.marks div.middle{position:absolute;top:0;bottom:0;left:calc(var(--page-width) + var(--bleed));right:calc(var(--page-width) + var(--bleed));border-left:solid calc(var(--border-width) / 2) rgba(0,0,0,.4);border-right:solid calc(var(--border-width) / 2) rgba(0,0,0,.4);box-sizing:border-box;box-shadow:0 0 3mm 2mm rgba(0,0,0,.25);display:none}div.stage div.spread.pages div.marks div.middle{display:block}div.stage div.spread div.page div.marks div.margin{position:absolute;top:calc(var(--bleed) + var(--margin));bottom:calc(var(--bleed) + var(--margin));left:calc(var(--bleed) + var(--margin));right:calc(var(--bleed) + var(--margin));box-shadow:0 0 0 var(--border-width) rgba(0,0,0,.3);outline:dotted var(--border-width) rgba(255,255,255,.6)}div.stage div.spread div.page.cover div.marks div.margin.left{width:calc(var(--page-width) - var(--margin) * 2);right:auto}div.stage div.spread div.page.cover div.marks div.margin.right{width:calc(var(--page-width) - var(--margin) * 2);left:auto}div.stage div.spread div.page.left div.marks div.margin{right:var(--margin)}div.stage div.spread div.page.right div.marks div.margin{left:var(--margin)}div.stage div.spread.cover div.marks div.middle{display:none}body:not(.dragging):not(.resizing) div.stage div.spread div.page div.marks div.margin{opacity:.6}body:not(.dragging):not(.resizing) div.stage div.spread div.page div.marks div.margin-minimum{opacity:0}div.stage div.spread div.page div.marks div.margin-minimum{position:absolute;top:calc(var(--bleed) + var(--margin-minimum));bottom:calc(var(--bleed) + var(--margin-minimum));left:calc(var(--bleed) + var(--margin-minimum));right:calc(var(--bleed) + var(--margin-minimum));box-shadow:0 0 0 var(--border-width) rgba(0,0,0,.3);outline:dotted var(--border-width) rgba(255,255,255,.6);opacity:.35}div.stage div.spread div.page.cover div.marks div.margin-minimum.left{width:calc(var(--page-width) - var(--margin-minimum) * 2);right:auto}div.stage div.spread div.page.cover div.marks div.margin-minimum.right{width:calc(var(--page-width) - var(--margin-minimum) * 2);left:auto}div.stage div.spread div.page.left div.marks div.margin-minimum{right:var(--margin-minimum)}div.stage div.spread div.page.right div.marks div.margin-minimum{left:var(--margin-minimum)}div.stage div.spread.cover div.marks div.middle{display:none}div.stage div.spread:not(.cover) div.marks div.spine,div.stage div.spread:not(.cover) div.marks div.fold,div.stage div.spread.view-only div.marks div.spine,div.stage div.spread.view-only div.marks div.fold{display:none}div.stage div.spread div.snaplines{top:var(--bleed);bottom:var(--bleed);left:var(--bleed);right:var(--bleed);overflow:visible}div.stage div.spread.only-right div.snaplines{left:0}div.stage div.snaplines div{width:2px;height:2px;position:absolute;margin-left:-2px;margin-top:-2px;background-color:var(--maincolor)}div.stage div.snaplines div.horizontal{width:110%;left:-5%}div.stage div.snaplines div.vertical{height:110%;top:-5%}div.stage div.spread div.selection-handler{position:absolute;margin:var(--bleed);z-index:1001;outline:var(--border-width) solid #000}body.text-editor-active div.stage div.spread div.selection-handler{pointer-events:none}body.text-editor-active div.stage div.spread div.selection-handler .handles{display:none!important}div.stage div.spread.only-left div.selection-handler{margin-right:0}div.stage div.spread.only-right div.selection-handler{margin-left:0}div.stage div.spread div.selection-handler div.handles>div{pointer-events:auto}body.resizing div.stage div.spread div.selection-handler div.handles{outline:none;box-shadow:none}div.stage div.spread div.selection-handler div.handles{box-shadow:inset 0 0 calc(var(--border-width) * 5) var(--border-width) rgba(0,0,0,.2),0 0 calc(var(--border-width) * 4) var(--border-width) rgba(255,255,255,.4);outline:solid var(--border-width) #000;opacity:1;transition:background-color 200ms;transition-delay:30ms}div.stage div.spread div.selection-handler div.handles{width:100%;height:100%;position:absolute;top:0;left:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.stage div.spread div.selection-handler div.handles div{width:var(--frame-handle);height:var(--frame-handle);background-color:var(--maincolor);position:absolute;z-index:995;border-radius:10px}html:not(.resize-cursor) div.stage div.spread div.selection-handler div.handles,div.stage div.spread div.frames [data-type]:not([contenteditable="true"]){cursor:move}div.stage div.spread div.selection-handler div.handles div:hover{background-color:var(--maincolor-hover)}div.stage div.spread div.selection-handler div.handles div.top{top:-10px}div.stage div.spread div.selection-handler div.handles div.middle{top:calc(50% - 10px)}div.stage div.spread div.selection-handler div.handles div.bottom{bottom:-10px}div.stage div.spread div.selection-handler div.handles div.left{left:-10px}div.stage div.spread div.selection-handler div.handles div.center{left:calc(50% - 10px)}div.stage div.spread div.selection-handler div.handles div.right{right:-10px}div.stage div.spread div.selection-handler div.handles div.middle,div.stage div.spread div.selection-handler div.handles div.center{width:10px;height:10px;border-radius:5px}div.stage div.spread div.selection-handler div.handles div.middle{height:20px;top:calc(50% - 10px)}div.stage div.spread div.selection-handler div.handles div.center{width:20px;left:calc(50% - 10px)}div.stage div.spread div.selection-handler div.handles div.middle.left{left:-5px}div.stage div.spread div.selection-handler div.handles div.middle.right{right:-5px}div.stage div.spread div.selection-handler div.handles div.center.top{top:-5px}div.stage div.spread div.selection-handler div.handles div.center.bottom{bottom:-5px}div.stage div.spread div.selection-handler div.handles div.rotate{top:-50px;left:calc(50% - var(--frame-handle) / 2)}div.stage div.spread div.selection-handler div.handles div.rotate:after{width:2px;height:40px;background-color:var(--maincolor);opacity:.8;position:absolute;top:0;left:50%;content:'';z-index:999}body.zoom-20 div[data-type] div.handles div{transform:scale(5)}body.zoom-40 div[data-type] div.handles div{transform:scale(2.5)}body.zoom-60 div[data-type] div.handles div{transform:scale(1.67)}body.zoom-80 div[data-type] div.handles div{transform:scale(1.25)}body.mobile div[data-type] div.handles div{transform:scale(1.5)}body.mobile.zoom-20 div[data-type] div.handles div{transform:scale(7.5)}body.mobile.zoom-40 div[data-type] div.handles div{transform:scale(3.8)}body.mobile.zoom-60 div[data-type] div.handles div{transform:scale(2.5)}body.mobile.zoom-80 div[data-type] div.handles div{transform:scale(1.9)}body.zoom-20 div[data-type] div.handles div.rotate{top:-125px}body.zoom-40 div[data-type] div.handles div.rotate{top:-105px}body.zoom-60 div[data-type] div.handles div.rotate{top:-75px}body.zoom-80 div[data-type] div.handles div.rotate{top:-60px}div.frame-handlers{z-index:999}div.stage div.spread div.page div.frames,div.stage div.spread div.page div.frame-handlers{width:var(--page-width);height:var(--page-height);position:relative;margin:var(--bleed)}div.stage div.spread div.page div.frame-handlers{position:absolute;top:0;left:0;z-index:1001}div.stage div.spread.cover div.page div.frames,div.stage div.spread.cover div.page div.frame-handlers{width:calc(var(--page-width) * 2 + var(--spine));height:var(--page-height)}div.stage div.spread div.page.left div.frames,div.stage div.spread div.page.left div.frame-handlers{margin-right:0}div.stage div.spread div.page.right div.frames,div.stage div.spread div.page.right div.frame-handlers{margin-left:0}div.frame-handler.frame-highlight{background-color:rgba(0,0,255,.15);box-shadow:inset 0 0 calc(var(--border-width) * 2) var(--border-width) rgba(255,255,255,.2),0 0 calc(var(--border-width) * 4) var(--border-width) rgba(0,0,255,.5)}div.frame-handler.warning-highlight{background-color:rgba(255,0,0,.3);box-shadow:inset 0 0 calc(var(--border-width) * 5) var(--border-width) rgba(255,0,0,.5),0 0 calc(var(--border-width) * 4) var(--border-width) rgba(255,0,0,1)}div[data-type][data-warning-type]{outline:dotted 1px var(--warning-color)!important}div[data-type][data-warning-type="error"]{outline:dotted 1px var(--failure-maincolor)!important;background-color:rgba(218,11,79,.2)}div[data-type][data-warning-type="error"] div.graphic{opacity:.7}div[data-type][data-warning-type="ignore"]{outline:none!important}div[data-type][data-warning-type="tip"]{outline:dotted 1px var(--maincolor)!important}div[data-type][data-warning-type]:after{position:absolute;width:auto;height:auto;right:3px;bottom:3px;padding:3px 5px;border-radius:4px;background-color:var(--warning-color);font-family:'Font Awesome 6 Pro';font-size:130%;font-weight:300;color:rgba(255,255,255,1);content:'\f071';opacity:.7}div[data-type][data-warning-type="error"]:after{background-color:var(--failure-maincolor)}div[data-type][data-warning-type="ignore"]:after{background-color:rgba(0,0,0,.3)}div[data-type][data-warning-type="tip"]:after{background-color:var(--maincolor);content:'\f672'}div.frame-handler.drop-activate{background-color:var(--maincolor);opacity:.2;outline:none}div.frame-handler.drag-enter{opacity:.6}body:not(.text-editor-active) div.frame-handler.hover{box-shadow:inset 0 0 0 var(--border-width) var(--maincolor)}body:not(.text-editor-active):not(.dragging):not(.resizing):not(.rotating) div.frame-handler.selected{box-shadow:inset 0 0 0 var(--border-width) var(--maincolor)}body:not(.selection-drag-active):not(.text-editor-active) div.stage div.spread div.clickable:not(.view-only) div.page:hover:after{opacity:.3}div.stage div.spread div.clickable div.page:after{position:absolute;width:100%;height:100%;top:0;left:0;content:'';opacity:0;box-shadow:inset 0 0 calc(var(--border-width) * 5) var(--border-width) rgba(0,0,0,.2),0 0 calc(var(--border-width) * 4) var(--border-width) rgba(255,255,255,.4);outline:solid var(--border-width) #000;outline:solid var(--border-width) var(--maincolor);transition:opacity 100ms,background-color 200ms;transition-delay:30ms;pointer-events:none}div.stage div.spread.cover div.clickable div.page.left{width:calc(var(--bleed) + var(--page-width))}div.stage div.spread.cover div.clickable div.page.right{width:calc(var(--spine) + var(--page-width) + var(--bleed))}div.stage div.spread div.page div.frames div[data-type],div.stage div.spread div.page div.frame-handlers div.frame-handler{position:absolute;box-sizing:border-box;border-style:solid;border-width:0;line-height:1.2;touch-action:none;user-select:none}div.stage div.spread div.page div.frames div[data-type] div.graphic{width:100%;height:100%;top:0;left:0;position:relative;pointer-events:none}div.stage div.spread div.page div.frames div[data-type] div.graphic div.image,div.stage div.spread div.page div.frames div[data-type] div.graphic div.mask,div.stage div.spread div.page div.frames div[data-type] div.graphic div.decoration{width:100%;height:100%;top:0;left:0;background-size:100% 100%;background-repeat:no-repeat;background-position:center;position:absolute;overflow:visible;pointer-events:none}div.stage div.spread div.page div.frames div[data-type] div.graphic div.image,div.stage div.spread div.page div.frames div[data-type] div.graphic div.decoration[data-pattern="1"]{overflow:hidden}div.stage div.spread div.page div.frames div[data-type] div.graphic svg{width:100%;height:100%;pointer-events:none}div.stage div.spread div.page div.frames div[data-type="ImageFrame"]{background-size:cover;background-repeat:no-repeat;background-position:center}div.stage div.spread div.page div.frames div[data-type="ClipartFrame"],div.stage div.spread div.page div.frames div[data-type="ShapeFrame"]{background-size:100% 100%;background-repeat:no-repeat;background-position:center;overflow:visible}div.stage div.spread div.page div.frames div[data-type="ImageFrame"]:not([data-media-id]){background-color:rgba(0,0,0,.05)}div.stage div.spread div.page div.frames div[data-type="BackgroundFrame"]{width:calc(var(--page-width) + var(--bleed));height:calc(var(--page-height) + var(--bleed) * 2);top:calc(var(--bleed) * -1);left:calc(var(--bleed) * -1);z-index:-1}div.stage div.spread div.page.right div.frames div[data-type="BackgroundFrame"]{left:auto;right:calc(var(--bleed) * -1)}div.stage div.spread div.page div.frames div[data-type="BackgroundFrame"].cover{width:calc(var(--page-width) + var(--spine) + var(--bleed));left:auto;right:calc(var(--bleed) * -1)}div.stage div.spread div.page div.frames div[data-type] p{margin:0}div.stage div.spread div.page div.frames div[data-type="TextFrame"],div.stage div.spread div.page div.frames div[data-type="TableFrame"],div.stage div.spread div.page div.frames div[data-type="HelpFrame"]{outline:none;background-repeat:no-repeat;background-position:center center}div.stage div.spread div.page div.frames div[data-type="HelpFrame"]{background-color:rgb(255,255,217);border:1px solid rgb(255,255,0);border-radius:4mm;padding:3mm!important;opacity:.85;transition:opacity 200ms ease-in-out;z-index:994}body:not(.text-editor-active) div.stage div.spread div.page div.frames div[data-type="HelpFrame"]:hover{opacity:1}div.stage div.spread div.page div.frames div[data-type="TextFrame"]:not([data-placeholder]):before,div.stage div.spread div.page div.frames div[data-type="TableFrame"]:not([data-placeholder]):before,div.stage div.spread div.page div.frames div[data-type="HelpFrame"]:not([data-placeholder]):before{opacity:0;position:absolute;top:50%;left:50%;content:'';z-index:999;pointer-events:none;font-size:200%;color:#FFF;padding:5px 10px;border-radius:5px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="active"],div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="textview"],div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="generating"],body.resizing div.stage div.spread div.page div.frames div[data-type="TextFrame"].selected,body[data-using-slider="padding"] div.stage div.spread div.page div.frames div[data-type="TextFrame"].selected,body[data-using-slider="border-width"] div.stage div.spread div.page div.frames div[data-type="TextFrame"].selected{background-image:none!important}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="generating"]>*:not(.handles){opacity:.2}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="active"]:not([data-placeholder]):before,div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="preview"]:not([data-placeholder]):before{background-color:rgba(0,0,0,.75);box-shadow:0 0 2px 3px rgba(255,255,255,.2);animation-name:show-and-hide;animation-duration:1.2s;animation-iteration-count:1}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="active"]:before{content:"Bewerkmodus"}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="preview"]:before{content:"Printweergave"}@keyframes show-and-hide{0%{opacity:0}5%{opacity:1}95%{opacity:1}100%{opacity:0}}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="generating"]:not([data-placeholder]):before{font-family:'Font Awesome 6 Pro';font-size:220%;font-weight:900;content:"\f021";opacity:.5;margin-left:-34px;margin-top:-29px;color:rgba(0,0,0,.75);text-shadow:1px 1px 3px rgba(255,255,255,.75);-webkit-animation:fa-spin 3s infinite linear;animation:fa-spin 3s infinite linear}div.stage div.spread div.page div.frames div[data-type="TextFrame"]>*,body.resizing div.stage div.spread div.page div.frames div[data-type="TextFrame"].selected>*,body[data-using-slider="padding"] div.stage div.spread div.page div.frames div[data-type="TextFrame"].selected>*,body[data-using-slider="border-width"] div.stage div.spread div.page div.frames div[data-type="TextFrame"].selected>*{opacity:1;transition:opacity 200ms ease-in-out}div.stage div.spread div.page div.frames div[data-type="TextFrame"].empty>p{width:100%;height:100%;display:block}div.stage div.spread div.page div.frames div[data-type="TextFrame"]:not(.selected)>*,div.stage div.spread div.page div.frames div[data-type="PagenumberFrame"]>*,div.stage div.spread div.page div.frames div[data-type="HelpFrame"]>*{pointer-events:none}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="preview"]>*,div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="loaded"]>*{opacity:0}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-placeholder]:before{content:attr(data-placeholder);display:block;position:absolute;width:90%;height:90%;top:0;left:0;padding:5%;text-align:center;font-size:15pt;font-style:italic;text-shadow:0 0 1px #FFF}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="active"] [data-variable]{padding:0 3px;margin:0 1px;background-color:rgba(0,0,0,.1);border-radius:6px;border:solid 1px rgba(0,0,0,.2);box-shadow:0 0 2px rgba(255,255,255,.4)}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="active"] p{background-color:rgba(50,50,50,.02)}div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="active"],div.stage div.spread div.page div.frames div[data-type="TextFrame"][data-mode="active"]>*{z-index:1002!important}div.stage div.spread div.page div.frames div[data-type]:not([data-mode="active"]){transition:filter 300ms}body.text-editor-active div.stage div.spread div.page div.frames div[data-type]:not([data-mode="active"]){filter:opacity(.75) blur(1px)}div.stage div.spread div.page div.frames [data-variable]{position:relative}div.stage div.spread div.page div.frames [data-variable]:after{width:100%;height:100%;background-color:var(--success-maincolor);opacity:0;position:absolute;top:0;left:0;content:'';z-index:999;pointer-events:none;transition:opacity 300ms ease-in-out}div.stage div.spread div.page div.frames [data-variable].updated:after{animation-name:variable-updated;animation-duration:3s;animation-iteration-count:infinite}@keyframes variable-updated{0%{opacity:0}20%{opacity:.6}30%{opacity:.4}40%{opacity:.6}50%{opacity:.45}60%{opacity:.6}100%{opacity:0}}[data-hyphens]{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-ms-hyphenate-limit-chars:6 3 3;hyphenate-limit-chars:6 3 3}[data-hypens="off"]{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}body[data-pagenumbers="off"] [data-type="PagenumberFrame"]{display:none!important}[data-type="PagenumberFrame"]{width:auto;height:auto;line-height:100%;font-size:var(--pagenumber-size);padding:var(--pagenumber-padding);position:absolute;left:calc(var(--pagenumber-margin) - var(--pagenumber-padding));bottom:calc(var(--pagenumber-margin) - var(--pagenumber-padding));display:inline-block;cursor:pointer}[data-type="PagenumberFrame"][data-pagenumber="false"]{box-shadow:0 0 0 var(--border-width) rgba(255,255,255,.4);outline:dashed var(--border-width) rgba(0,0,0,.2)}[data-type="PagenumberFrame"][data-pagenumber="false"]>div{visibility:hidden}[data-type="PagenumberFrame"] .pagenumber{display:flex}.page.cover [data-type="PagenumberFrame"]{display:none}.page.left [data-type="PagenumberFrame"]{text-align:left}.page.middle [data-type="PagenumberFrame"]{left:50%;transform:translateX(-50%);justify-content:center}.page.right [data-type="PagenumberFrame"]{left:auto;right:calc(var(--pagenumber-margin) - var(--pagenumber-padding))}.page.right [data-type="PagenumberFrame"] .pagenumber{text-align:right;flex-direction:row-reverse}[data-type="PagenumberFrame"] span{margin:0 .5mm}.page.left [data-type="PagenumberFrame"] span:first-child{margin-left:0}.page.right [data-type="PagenumberFrame"] span:first-child{margin-right:0}[data-type="PagenumberFrame"] .title{font-weight:900}.page.left [data-align="outside"]{text-align:left!important}.page.right [data-align="outside"]{text-align:right!important}.page.left [data-align="inside"]{text-align:right!important}.page.right [data-align="inside"]{text-align:left!important}div.stage div.spread div.page div.frames div[data-type="TableFrame"] table{width:100%;height:100%;border-collapse:collapse}div.stage div.spread div.page div.frames div[data-type="TableFrame"] table tr td{width:auto;min-width:5mm;border:solid 1px #CCC;vertical-align:top}div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles{display:none}div.stage div.spread div.page div.frames div[data-type="TableFrame"].selected div.table-handles{display:block}div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles div.rows,div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles div.columns{width:auto;height:auto;text-align:center}div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles div.rows{position:absolute;left:var(--table-handle-rows-left);transform-origin:center top}div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles div.columns{position:absolute;top:var(--table-handle-columns-top)}div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles div.rows>div,div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles div.columns>div{width:auto;height:auto;font-family:'Open Sans';font-weight:700;background-color:rgba(255,255,255,.9);border:solid var(--border-width) #CCC;box-sizing:border-box;border-radius:calc(var(--table-handle-padding) / 2);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles div.rows>div{padding-left:var(--table-handle-padding);padding-right:var(--table-handle-padding)}div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles div.columns>div{padding-top:var(--table-handle-padding);padding-bottom:var(--table-handle-padding);float:left}div.stage div.spread div.page div.frames div[data-type="TableFrame"] div.table-handles .ui-sortable-placeholder{visibility:visible!important;background-color:#FFF!important;opacity:.5}html.ns-resize{cursor:ns-resize!important}html.nesw-resize{cursor:nesw-resize!important}html.ew-resize{cursor:ew-resize!important}html.nwse-resize{cursor:nwse-resize!important}div[data-type] div.buttons{display:inline-block;position:absolute;top:5px;right:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:993;width:200px;right:-190px;display:none}div[data-type].selected div.buttons{display:inline-block;opacity:0.5!important}div[data-type] div.buttons div{width:100%}div[data-type] div.buttons div i{margin-right:5px}div[data-type]:not([data-type="HelpFrame"]) div.buttons{opacity:.1;transition:opacity 400ms}div[data-type]:not([data-type="HelpFrame"]):hover div.buttons{opacity:.5}div[data-type] div.buttons div{width:auto;height:auto;background-color:#333;color:#FFF;font-size:100%;display:inline-block;margin:3px;z-index:999;padding:10px 15px;border-radius:35px;box-shadow:0 0 1mm .5mm rgba(0,0,0,.2);pointer-events:auto;cursor:pointer;z-index:996}.zoom-80 div[data-type] div.buttons div{font-size:125%}.zoom-60 div[data-type] div.buttons div{font-size:167%}.zoom-40 div[data-type] div.buttons div{font-size:250%}.zoom-20 div[data-type] div.buttons div{font-size:400%}div[data-type="HelpFrame"] div.buttons div.remove{top:-10px;right:-10px}div[data-type] div.buttons div:hover{background-color:#222}body{touch-action:pan-x pan-y}header div.outer div.inner .button.header-menu,header div.outer div.inner .mobile-options{display:none}body.mobile-view:not([data-panel="objects"]):not([data-panel="texteditor"]) .property-panel.open{height:calc(100% - 85px)!important}.mobile-navigator{padding:10px 15px;display:none;flex-direction:row}.mobile-navigator .button{border-radius:15px;background-color:#fff;padding:15px;margin:0 1px;box-shadow:0 0 1px rgba(0,0,0,.2)}.mobile-navigator .button i{font-size:20px;min-width:20px}.mobile-show{display:none!important}body.mobile-view .property-menu,body .frame-settings-menu,body .text-editor-menu{display:none}body.mobile.ios div.text-editor-menu{transform:translateY(-100%);top:var(--ios-bottom-menu-correction);z-index:998}body.mobile.ios[data-panel="objects"] div.property-panel.open,body.mobile.ios[data-panel="texteditor"] div.property-panel.open{transform:translateY(-100%);top:calc(var(--ios-bottom-menu-correction) - 65px);z-index:997}body.mobile.ios:not([data-panel="objects"]):not([data-panel="texteditor"]) div.property-panel.open{top:var(--visible-viewport-offset-top);max-height:var(--visible-viewport-height);z-index:999}body.mobile.text-editor-active[data-panel]:not([data-panel="texteditor"]) .editor .spread .frames [data-type="TextFrame"][data-mode="active"]{display:none}@media only screen and (max-width:400px){div.photos{column-gap:10px}div.photos div.photo{margin-bottom:12px}}@media only screen and (max-width:800px){.mobile-show{display:inline-block!important}.mobile-hide{display:none!important}body.showMenu .header-menu,body.hideMenu header .mobile-options{display:inline-block!important}body.hideMenu .header-menu:not(.button),body.showMenu header .logo,body.showMenu header .mobile-options{display:none!important}body[data-mobile-menu="property-menu"]:not(.spreadManager) .property-menu,body[data-mobile-menu="frame-settings-menu"]:not(.spreadManager) .frame-settings-menu,body[data-mobile-menu="text-editor-menu"]:not(.spreadManager) .text-editor-menu{display:flex}body:not([data-mobile-menu]):not(.spreadManager) .mobile-navigator,body[data-mobile-menu="property-menu"]:not(.spreadManager) .mobile-navigator{width:calc(100% - 30px);display:flex;position:fixed;bottom:0;left:0;z-index:100}body[data-mobile-menu="property-menu"]:not(.spreadManager) .mobile-navigator{bottom:65px}body:not([data-mobile-menu="property-menu"]) .mobile-navigator .button.hide-property-menu{display:none}body[data-mobile-menu="property-menu"]:not(.spreadManager) .mobile-navigator .button:not(.hide-property-menu){display:none}body:not([data-mobile-menu]) main>div.content{height:100%}body:not(.spreadManager) .menu-bottom,body:not(.spreadManager) .page-navigator{display:none!important}.property-panel .panel[data-link="objects"] .head h1,.property-panel .panel[data-link="texteditor"] .head h1{padding:10 18px;margin:-15px -15px 5px -15px}.panel[data-link="objects"] div.accordion>.item,.panel[data-link="texteditor"] div.accordion>.item{padding:0;margin-bottom:0;border:none;background-color:transparent}.panel[data-link="objects"] div.accordion>.item .head,.panel[data-link="texteditor"] div.accordion>.item .head{display:none}.panel[data-link="objects"] div.accordion>.item .content,.panel[data-link="texteditor"] div.accordion>.item .content{padding:0 3px;margin:0;border:none;background-color:transparent;opacity:1!important;display:block!important}.panel[data-link="objects"] div.accordion>.item .content div.field.buttons{padding:0;background-color:transparent}.panel[data-link="objects"] div.accordion>.item .content div.field.buttons.frame,.panel[data-link="objects"] div.accordion>.item .content div.field.buttons.mirror{width:48%}.panel[data-link="objects"] div.accordion>.item .content div.field.buttons.image-crop label{display:none}.panel[data-link="objects"] div.accordion>.item .content div.field.buttons.image-crop .button-group{width:98%}.panel[data-link="objects"] div.accordion>.item .content div.field.buttons label{width:45%;min-width:60px;padding:10px 0 0 0}.panel[data-link="objects"] div.accordion>.item .content div.field.buttons .button-group{width:55%;min-width:60px}.button.showAdvancedSettings,.button.hideAdvancedSettings{margin-top:3px}div.field{margin-bottom:3px!important}.panel[data-link="objects"] div.field,.panel[data-link="texteditor"] div.field{margin-bottom:0!important}.panel div.accordion>.item .content div.field input{padding:4px!important}.frame-settings-menu [data-mobile-group].hideGroup,.panel[data-link="objects"] div.accordion .hideGroup,.panel[data-link="objects"] div.accordion>.item .content .space,.text-editor-menu [data-mobile-group].hideGroup,.panel[data-link="texteditor"] div.accordion .hideGroup,.panel[data-link="texteditor"] div.accordion>.item .content .space{display:none!important}div.preflight-results .item div.text{font-weight:700}div.preflight-results .item div.info{max-height:350px;padding-top:10px}.textStyleButtons{width:100%!important}.textStyleButtons label{width:33%}div.colors div.color{width:12.5%}div.colors .defaultColors div.color{width:11.1%}div.field div.color{margin-bottom:4px}div.field.textColor div.color{margin-top:5px}.panel[data-link="texteditor"] .field.fontSize,.panel[data-link="texteditor"] .field.lineHeight{padding-top:15px}.panel[data-link="texteditor"] .field.textColor,.panel[data-link="texteditor"] .textStyleButtons{float:none}.panel[data-link="texteditor"] .textStyleButtons{text-align:left;padding-top:5px}.fancybox-stage .fancybox-slide .fancybox-content{min-width:100%;min-height:100%;margin:0}div.button,.content i.prev,.content i.next,main .editor-loader,div.project-start div.options>div i,body.app.drag-enter div.media-uploader,main .page-overlay,body.loading main div.editor-loader,body.mobile:not(.VISITOR) main div.mobile-message,body.idle-sleeps main div.editor-idle,body.user-inactive main div.user-inactive,body.project-locked main div.project-locked,div.content div.page-navigator div.holder div.spread>label,div.content div.page-navigator div.holder div.spread div.pages:after,div.content div.page-navigator div.add,div.accordion>div.item,div.accordion>.item>.head:before,div.accordion>.item .content,div.colors div.color,div.colors div.set-transparent,div.remove.drop,div.photos div.photo label,div.preflight-results .item div.info,div.property-menu .items>div,div.property-panel,div.property-panel div.panel,div.shapes div.shape,div.templates div.template div.item,div.templates div.template div.item label,div.variables span.variable,div.font-variations-holder>div,div.color-variations-holder>div,div.color-variations-holder>div>div,div.stage,div.stage div.spread div.page,div.stage div.spread div.page div.marks:before,div.stage div.marks div.bleed,div.stage div.spread div.page div.frames div[data-type],div.stage div.spread div.page div.frames div[data-type]:after,div.stage div.spread div.clickable div.page:after,div.stage div.spread div.page div.frames div[data-type] .handles,div.stage div.spread div.page div.frames div[data-type="HelpFrame"],div.stage div.spread div.page div.frames div[data-type="TextFrame"]>*,div.stage div.spread div.page div.frames div[data-type]:not([data-mode="active"]),div.stage div.spread div.page div.frames [data-variable]:after,div[data-type]:not([data-type="HelpFrame"]) div.buttons{transition:none}}