.s8-templates-flexlayout{background-color:transparent;position:relative;min-height:200px;display:flex;flex-flow:row wrap;justify-content:center;align-items:stretch;overflow:visible;width:100%}.s8-templates-flexlayout.s8-templates-flexlayout--preventWrap{flex-flow:row nowrap}.s8-templates-flexlayout.s8-templates-flexlayout--preventWrap>*{flex:1 1 100%!important}@media (max-width:700px){.s8-templates-flexlayout.s8-templates-flexlayout--preventWrap{flex-flow:row wrap}}.s8-templates-flexlayout-overlay.htmlEditorReset{position:absolute;border:2px dashed rgba(66,139,202,0.3);pointer-events:none;z-index:-2;display:none;opacity:0;animation:animFlexLayoutOverlayFadeIn 0.3s;animation-fill-mode:forwards}.s8-templates-flexlayout-overlay-active.htmlEditorReset{pointer-events:none;display:block}@keyframes animFlexLayoutOverlayFadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.s8-templates-card{position:relative;overflow:hidden;min-height:50px;box-sizing:border-box;display:block;overflow-wrap:break-word;max-width:100%}.s8-templates-card *{box-sizing:border-box}.s8-templates-card__cardsize-1{width:100px}.s8-templates-card__cardsize-2{width:200px}.s8-templates-card__cardsize-3{width:300px}.s8-templates-card__cardsize-4{width:400px}.s8-templates-card__cardsize-5{width:500px}.s8-templates-card__cardsize-6{width:600px}.s8-templates-flexlayout--preventWrap .s8-templates-card:first-child{margin-left:0!important}.s8-templates-flexlayout--preventWrap .s8-templates-card:last-child{margin-right:0!important}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-1{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-2{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-3{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-4{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-5{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-6{width:100%;flex-grow:1;flex-shrink:1}@media (max-width:1200px){.s8-templates-card__cardsize-6{margin-left:0!important;margin-right:0!important}}@media (max-width:1000px){.s8-templates-card__cardsize-5{margin-left:0!important;margin-right:0!important}}@media (max-width:800px){.s8-templates-card__cardsize-4{margin-left:0!important;margin-right:0!important}}@media (max-width:600px){.s8-templates-card__cardsize-3{margin-left:0!important;margin-right:0!important}}@media (max-width:400px){.s8-templates-card__cardsize-2,.s8-templates-card__cardsize-1{margin-left:0!important;margin-right:0!important}}.s8-navigationSecondary,.s8-navigationSecondary ul{box-sizing:border-box;list-style-type:none;padding:0px;margin:0px}#ajaxLoading{position:fixed;top:0px;left:0px;height:2px;background:#428bca;z-index:2147483630;width:10%;animation:animAjaxLoadingAnimate 4s forwards}@keyframes animAjaxLoadingAnimate{0%{width:10%}10%{width:10%}12%{width:30%}20%{width:36%}30%{width:36%}32%{width:50%}50%{width:50%}52%{width:60%}100%{width:100%}}#ajaxLoading.ajaxLoadingHide{animation:none;width:100%;opacity:0;height:0px;transition:all 0.4s linear}#ajaxLoading>.ajaxLoadingMessage{position:fixed;top:10px;right:1px;background:white;padding:10px 16px;box-shadow:0px 1px 1px rgba(0,0,0,0.2);opacity:0;animation:animajaxLoadingMessageShow 0.1s linear forwards}@keyframes animajaxLoadingMessageShow{0%{transform:translateX(8%);opacity:0.3}100%{opacity:1}}dialogbox{position:absolute;right:0;left:0;margin-right:auto;margin-left:auto;width:700px;box-sizing:border-box;background:#fff;display:none;opacity:0;padding:20px;border:1px solid #808080;box-shadow:0px 0px 20px 0px rgb(99,81,81);border-radius:4px;max-width:100%}dialogbox.dialogBoxFullScreen{position:fixed;top:0!important;right:0!important;bottom:0!important;left:0!important;overflow:auto!important;width:auto!important}dialogbox h1:first-child,dialogbox h2:first-child,dialogbox h3:first-child,dialogbox h4:first-child,dialogbox h5:first-child,dialogbox p:first-child,dialogbox style:first-child+h1,dialogbox style:first-child+h2,dialogbox style:first-child+h3,dialogbox style:first-child+h4,dialogbox style:first-child+h5,dialogbox style:first-child+p{margin-top:0}dialogbox.dialogBoxOpen{animation-name:dialogBoxOpenAnimIn;animation-duration:0.1s;opacity:1;margin-top:0px}dialogbox.dialogBoxClose{animation-name:dialogBoxOpenAnimOut;animation-duration:0.1s;opacity:0}dialogboxoverlay{position:fixed;top:0px;left:0px;right:0px;bottom:0px;background:rgb(80,90,111);opacity:0}dialogboxoverlay.dialogBoxOpen{opacity:0.5;animation-fill-mode:both;animation-duration:0.2s;animation-name:dialogBoxOverlayOpenAnimIn;transform:translateZ(0)}dialogboxoverlay.dialogBoxClose{opacity:0;animation-fill-mode:both;animation-duration:0.1s;animation-name:dialogBoxOverlayOpenAnimOut}dialogboxclose{position:absolute;top:4px;right:4px;height:24px;width:24px;padding:4px;cursor:pointer;box-sizing:border-box}dialogboxclose::before,dialogboxclose::after{content:"";border-style:solid;border-color:#ccc;height:8px;width:8px;position:absolute;left:5px;transform:rotate(45deg);transition:border-color 0.2s;box-sizing:content-box!important}dialogboxclose::before{border-width:0px 2px 2px 0px;top:2px}dialogboxclose::after{border-width:2px 0px 0px 2px;top:14px}dialogboxclose:hover::before,dialogboxclose:hover::after{border-color:#aaa}@keyframes dialogBoxOpenAnimIn{0%{opacity:0.8;transform:scale(0.99)}100%{opacity:1;transform:scale(1)}}@keyframes dialogBoxOpenAnimOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.97)}}@keyframes dialogBoxOverlayOpenAnimIn{0%{opacity:0}100%{opacity:0.5}}@keyframes dialogBoxOverlayOpenAnimOut{0%{opacity:0.5}100%{opacity:0}}