/**
 * Blocksy - v1.7.10
 * 
 * Copyright (c) 2020
 * Licensed GPLv2+
 */

:root{--accentColor: #0e8ecc;--accentColorHover: #0071a1;--optionBorderColor: #ddd}.ct-options-container .customize-control-ct-options{display:block !important}.ct-options-container .ct-control{position:relative;padding:0 14px;margin-top:25px}.ct-options-container .ct-control>header:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.ct-options-container .ct-control>header label{font-size:12px;font-weight:500;letter-spacing:0.1px;text-transform:capitalize;cursor:default}.ct-options-container .ct-control[data-design='inline']{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.ct-options-container .ct-control[data-design='inline']>header{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ct-options-container .ct-control[data-design='inline']>header label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:180px}.ct-options-container .ct-control[data-design*='block']>header:not(:empty){margin-bottom:10px}.ct-options-container .ct-control[data-design='block:right']>section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ct-options-container .ct-control-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center}.ct-options-container .ct-title h3{color:#484f56;font-size:13px !important;font-weight:600;text-transform:capitalize;margin:0}.ct-options-container .ct-title p{font-size:12px;margin:10px 0 0 0;line-height:1.5;font-style:italic;color:rgba(85,93,102,0.8)}.ct-options-container .ct-title:not(:first-child){padding-top:30px;border-top:1px solid var(--optionBorderColor)}.ct-options-container .ct-title[data-type="simple"]{width:calc(100% + 24px);margin-top:30px;margin-left:-12px;margin-right:-12px;padding-left:26px;padding-right:26px;-webkit-box-sizing:border-box;box-sizing:border-box}.ct-options-container .ct-title[data-type="menu-location"]{width:calc(100% + 24px);margin-top:21px;margin-left:-12px;margin-right:-12px;padding:0 26px;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:none}.ct-options-container .ct-title[data-type="menu-location"] h3{padding:10px;border-radius:3px;border:1px dashed #cecece;background:rgba(255,255,255,0.5)}.ct-options-container .ct-option-description{margin-top:10px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;font-size:12px;line-height:1.5;font-style:italic;color:rgba(85,93,102,0.8)}.ct-options-container .ct-separated,.ct-options-container .ct-linked{width:15px;height:15px;padding:0;color:#000;cursor:pointer;border:none;opacity:0.2;background:transparent;-webkit-transition:opacity 0.1s ease, color 0.1s ease;transition:opacity 0.1s ease, color 0.1s ease}.ct-options-container .ct-separated svg,.ct-options-container .ct-linked svg{fill:currentColor}.ct-options-container .ct-separated:focus,.ct-options-container .ct-linked:focus{outline:none}.ct-options-container .ct-separated:hover,.ct-options-container .ct-linked:hover{opacity:0.4}.ct-options-container .ct-separated.active,.ct-options-container .ct-linked.active{color:#0e8ecc;opacity:1}.ct-options-container .ct-linked{margin-left:10px}.ct-options-container .ct-layer{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.02);box-shadow:0 1px 1px rgba(0,0,0,0.02)}.ct-options-container [data-design="inline"] .ct-option-input,.ct-options-container [data-design="inline"] .ct-select-input{max-width:130px}.ct-options-container .ct-divider:before{content:'';display:block;height:1px;background:var(--optionBorderColor)}.ct-options-container .ct-divider:not([data-type]){margin:30px 0}.ct-options-container .ct-divider:not([data-type]):before{width:calc(100% + 24px);margin:0 -12px}.ct-options-container .ct-divider[data-type="full-small"]{margin:20px 0}.ct-options-container .ct-divider[data-type="full-small"]:before{width:calc(100% + 24px);margin:0 -12px}.ct-options-container .ct-divider[data-type="small"]{margin:25px 0}.ct-options-container .ct-divider[data-type="small"]:before{opacity:0.8;width:calc(100% - 24px);margin:0 12px}.ct-options-container [data-divider]:before,.ct-options-container [data-divider]:after{display:block;width:100%;height:1px;background:var(--optionBorderColor)}.ct-options-container [data-divider*="top"]:before{content:'';margin-bottom:25px}.ct-options-container [data-divider*="bottom"]:not(:last-child):after{content:'';margin-top:25px}.ct-options-container [data-label='heading-label'] header>label{font-size:13px;font-weight:600;color:#484f56}.ct-options-container .ct-disabled-notification{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;min-height:28px;padding:8px 10px 8px 12px;background:#fff;border-left:2px solid rgba(14,142,204,0.8)}.ct-options-container .ct-notification{padding:0 14px;margin-top:20px}.ct-panel.ct-click-allowed{cursor:pointer;position:relative}.ct-panel.ct-click-allowed:before{position:absolute;content:'';top:-11px;left:-12px;width:calc(100% + 24px);height:42px}.ct-panel.ct-click-allowed:hover:before{background:rgba(255,255,255,0.7)}.ct-panel.ct-click-allowed header>label{cursor:pointer}.ct-panel.ct-click-allowed .ct-customizer-panel-option button{opacity:0.7;pointer-events:auto;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;transition:opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;transition:opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s;transition:opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s}.ct-panel[data-panel='only-arrow'] .ct-customizer-panel-option button{right:-10px}.ct-customizer-panel-option{position:relative;cursor:pointer;min-height:20px}.ct-customizer-panel-option button{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:25px;height:20px;top:calc(50% - 10px);right:-24px;padding:0;cursor:pointer;border:none;opacity:0;pointer-events:none;background:transparent}.ct-customizer-panel-option button:after{font-family:dashicons;content:'\f345';width:12px;height:12px;font-size:12px;color:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ct-customizer-panel-option button:focus{outline:none}.ct-customizer-panel-option .ct-option-switch+button{-webkit-transform:translate3d(-7px, 0, 0);transform:translate3d(-7px, 0, 0);-webkit-transition:opacity 0s ease 0s, -webkit-transform 0s ease 0s;transition:opacity 0s ease 0s, -webkit-transform 0s ease 0s;transition:opacity 0s ease 0s, transform 0s ease 0s;transition:opacity 0s ease 0s, transform 0s ease 0s, -webkit-transform 0s ease 0s}.ct-customizer-panel{position:absolute;z-index:99;background:#eee;top:0;left:0;right:0;bottom:0;overflow-y:auto;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.ct-panel-open{height:100% !important;overflow-y:hidden !important;-webkit-transform:translateX(-100%) !important;transform:translateX(-100%) !important}.customize-panel-actions{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;border-bottom:1px solid #ddd}.customize-panel-actions button{width:48px;padding:0 24px 0 0;background:#fff;cursor:pointer;border:none;border-right:1px solid #ddd;border-left:4px solid #fff}.customize-panel-actions button:before{font:normal 20px/48px dashicons;content:'\f341';position:relative;left:9px}.customize-panel-actions button:focus{outline:none}.customize-panel-actions h3{font-size:20px !important;font-weight:200;line-height:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#555d66;width:100%;margin:0;padding:10px 10px 12px 14px}.customize-panel-actions h3 span{font-size:13px;display:block;font-weight:400;overflow:hidden}.customizer-panel-content{margin:0;padding:0 12px 30px 12px}.customizer-panel-content>li:first-child{margin-top:30px}.customizer-panel-content>li:first-child.customize-control-ct-title{margin-top:0;border-top:none !important}[class*="ct-option"] input[type="text"],[class*="ct-option"] input[type="number"]{height:var(--height, 30px) !important;width:var(--width, 100%) !important;margin:var(--margin, 0) !important;padding:var(--padding, 3px 8px) !important;min-height:initial;font-size:var(--fontSize, 12px) !important;color:#555d66;line-height:normal;background-color:var(--background, #fff);border:var(--borderWidth, 1px) solid var(--borderColor, #ddd) !important;border-radius:var(--borderRadius, 3px) !important;-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;-webkit-transition:background 0.1s linear,
 border-radius 0.1s linear,
 border-color 0.1s linear,
 -webkit-box-shadow 0.1s linear;transition:background 0.1s linear,
 border-radius 0.1s linear,
 border-color 0.1s linear,
 -webkit-box-shadow 0.1s linear;transition:box-shadow 0.1s linear,
 background 0.1s linear,
 border-radius 0.1s linear,
 border-color 0.1s linear;transition:box-shadow 0.1s linear,
 background 0.1s linear,
 border-radius 0.1s linear,
 border-color 0.1s linear,
 -webkit-box-shadow 0.1s linear}[class*="ct-option"] input[type="text"]:hover,[class*="ct-option"] input[type="text"]:focus,[class*="ct-option"] input[type="number"]:hover,[class*="ct-option"] input[type="number"]:focus{--borderColor: var(--accentColor) !important}[class*="ct-option"] input[type="text"]:focus,[class*="ct-option"] input[type="number"]:focus{-webkit-box-shadow:0 0 0 1px var(--accentColor);box-shadow:0 0 0 1px var(--accentColor)}.ct-option-select{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:210px}.ct-select-input{position:relative;width:100%}.ct-select-input input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:13px;color:#555d66;width:inherit;height:var(--height, 30px);margin:0;padding:var(--padding, 0 0 0 8px);border:1px solid #ddd;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:border-color 0.1s linear,
 -webkit-box-shadow 0.1s linear;transition:border-color 0.1s linear,
 -webkit-box-shadow 0.1s linear;transition:box-shadow 0.1s linear,
 border-color 0.1s linear;transition:box-shadow 0.1s linear,
 border-color 0.1s linear,
 -webkit-box-shadow 0.1s linear}.ct-select-input input:focus{outline:none;border-color:var(--accentColor);-webkit-box-shadow:0 0 0 1px #007cba;box-shadow:0 0 0 1px #007cba}.ct-select-input input::-moz-placeholder{line-height:26px}.ct-select-input input[readonly]{background-color:#fff}.ct-select-input input:hover{border-color:#5b9dd9}.ct-select-input[aria-expanded="true"] input{border-color:#5b9dd9}.ct-select-input[aria-expanded="true"]:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ct-select-input:after{position:absolute;content:'';pointer-events:none}.ct-select-input:after{font:400 10px/10px dashicons;content:"\f341";width:10px;height:10px;top:calc(50% - 5px);right:8px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ct-select-dropdown{position:absolute;z-index:10;width:100%;max-height:228px;top:100%;margin-top:7px;margin-bottom:20px;overflow-y:scroll;font-size:12px;line-height:1.5;color:#555d66;background:#fff;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 10px 15px rgba(0,0,0,0.08),0px 0px 1px 1px rgba(0,0,0,0.02);box-shadow:0 10px 15px rgba(0,0,0,0.08),0px 0px 1px 1px rgba(0,0,0,0.02)}.ct-select-dropdown .ct-select-no-results,.ct-select-dropdown .ct-select-dropdown-item,.ct-select-dropdown .ct-select-dropdown-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;min-height:38px;margin:-1px 0 0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:5px 8px !important;border-top:1px dashed #eee;-webkit-box-sizing:border-box;box-sizing:border-box}.ct-select-dropdown .ct-select-dropdown-item{cursor:pointer;position:relative;overflow:hidden}.ct-select-dropdown .ct-select-dropdown-item.active{color:#272727;background:rgba(0,0,0,0.02)}.ct-select-dropdown .ct-select-dropdown-item.selected{color:#0073aa;font-weight:500}.ct-select-dropdown .ct-select-dropdown-item.selected:after{position:absolute;content:'\f147';font-family:dashicons;font-size:13px;top:10px;right:6px}.ct-select-dropdown .ct-select-dropdown-group{font-size:12px;font-weight:600;background:#f7f7f7}.ct-select-dropdown .ct-select-dropdown-group ~ .ct-select-dropdown-item{padding-left:20px !important}.ct-select-dropdown .ct-select-no-results{border-bottom:none}.ct-layers{list-style:none;margin:0;padding:0}.ct-layer{list-style:none;background:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.04);box-shadow:0 1px 1px rgba(0,0,0,0.04);z-index:9999999}.ct-layer:not(:last-child){margin-bottom:10px}.ct-layer.ct-disabled{opacity:0.6}.ct-layer.ct-disabled .ct-layer-controls .ct-visibility:before{opacity:1}.ct-layer-controls{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;border:1px solid var(--optionBorderColor);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box}.ct-layer-controls button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:100%;border:none;background:transparent;-webkit-box-shadow:none;box-shadow:none;padding:0;cursor:pointer;color:#72777c}.ct-layer-controls button svg{fill:currentColor}.ct-layer-controls button.ct-toggle,.ct-layer-controls button.ct-remove{font:400 16px dashicons;-webkit-font-smoothing:antialiased}.ct-layer-controls button.ct-toggle:before{content:'\f140'}.ct-layer-controls button.ct-remove:before{content:'\f335'}.ct-layer-controls button.ct-remove:hover:before{color:#dd4b39}.ct-layer-controls button.ct-visibility{position:relative}.ct-layer-controls button.ct-visibility:before{opacity:0;position:absolute;content:'';width:18px;height:2px;background:#656565;border-radius:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:0px 0px 0px 1px #fff;box-shadow:0px 0px 0px 1px #fff;-webkit-transition:opacity 0.1s ease;transition:opacity 0.1s ease}.ct-layer-controls button.ct-visibility:hover:before{opacity:1}.ct-layer-controls button:focus{outline:none}.ct-layer-controls span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:12px;font-weight:600;padding:0 15px;cursor:move}.ct-layer-controls>*:not(:last-child){border-right:1px solid var(--optionBorderColor)}.ct-layer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid var(--optionBorderColor);border-top:none}.ct-layer-content>*:not(:empty){margin-top:20px !important;padding:0 20px 20px 20px !important}.ct-layer-content>*:not(:empty):not(:last-child){border-bottom:1px solid var(--optionBorderColor)}.ct-add-layer-controls{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.ct-add-layer-controls .ct-select-input{max-width:100%}.ct-add-layer-controls button{padding:0 8px 1px 8px !important;margin-left:10px !important}.ct-option-switch{position:relative;width:40px;height:20px;padding:2px;cursor:pointer;border-radius:100px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #555d66;-webkit-transition:background 0.15s cubic-bezier(0.4, 0, 0.2, 1),border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:background 0.15s cubic-bezier(0.4, 0, 0.2, 1),border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.ct-option-switch:before,.ct-option-switch:after{position:absolute;content:'';display:block;-webkit-transition:opacity 0.05s cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 0.05s cubic-bezier(0.4, 0, 0.2, 1)}.ct-option-switch:before{opacity:0;top:5px;left:7px;width:2px;height:6px;background:#fff}.ct-option-switch:after{opacity:1;top:4px;right:4px;width:8px;height:8px;border-radius:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #555d66;-webkit-transform:scale3d(0.8, 0.8, 1);transform:scale3d(0.8, 0.8, 1)}.ct-option-switch>span{display:-webkit-box;display:-ms-flexbox;display:flex;width:12px;height:12px;background:#555d66;border-radius:inherit;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:background 0.15s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:background 0.15s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:background 0.15s cubic-bezier(0.4, 0, 0.2, 1),transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:background 0.15s cubic-bezier(0.4, 0, 0.2, 1),transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.ct-option-switch.ct-active{background:#0e8ecc;border-color:#0e8ecc}.ct-option-switch.ct-active:before{opacity:1}.ct-option-switch.ct-active:after{opacity:0}.ct-option-switch.ct-active span{background:#fff;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}.ct-slider{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:18px;cursor:pointer;border-radius:2px;margin-right:12px}.ct-slider:before{position:absolute;content:'';top:calc(50% - 1px);left:0;width:calc(100% + 12px);height:2px;border-radius:inherit;background:var(--backgroundColor, #c3c7ca)}.ct-slider span{position:absolute;top:0;bottom:0;margin:auto 0;width:12px;height:12px;border-radius:100%;background:var(--accentColor);-webkit-transition:background 0.1s ease,
 -webkit-box-shadow 0.1s ease;transition:background 0.1s ease,
 -webkit-box-shadow 0.1s ease;transition:box-shadow 0.1s ease,
 background 0.1s ease;transition:box-shadow 0.1s ease,
 background 0.1s ease,
 -webkit-box-shadow 0.1s ease}.ct-slider span:hover,.ct-slider span:focus,.ct-slider span:active{-webkit-box-shadow:0px 0px 0px 2px var(--accentColor),0px 8px 15px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 0px 2px var(--accentColor),0px 8px 15px 0px rgba(0,0,0,0.25)}.ct-slider span:active{background:#fff}.ct-slider div{position:absolute;top:calc(50% - 1px);left:0;height:2px;padding-right:6px;background:var(--accentColor);border-radius:inherit}.ct-option-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ct-option-slider .ct-slider{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ct-option-slider .ct-slider-input{margin-left:7%}.ct-option-slider .ct-slider-input input{width:45px}.ct-option-slider [class*="placement"]{-webkit-box-flex:0;-ms-flex:0 0 15px;flex:0 0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:5%}.ct-option-slider [class*="placement"] .shape{opacity:0.15;fill:#000000}.ct-option-slider [class*="placement"] .shape-active{fill:#0073AA}.ct-option-slider .placement-right svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ct-option-slider .placement-bottom svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ct-option-slider .placement-left svg{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ct-slider-input{position:relative}.ct-slider-input input{position:relative;z-index:2;width:100%;margin:0;text-align:center}[data-steps] div{display:none}[data-steps] section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;left:0;bottom:-7px;height:5px;opacity:0.5;pointer-events:none;width:calc(100% + 12px)}[data-steps] section i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:5px;height:5px;font-style:normal}[data-steps] section i:before{position:absolute;content:'';width:inherit;height:1px;background:currentColor}[data-steps] section i.zero:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[data-steps] section i.plus:after{position:absolute;content:'';width:1px;height:inherit;background:currentColor}[data-steps] section.positive .minus{display:none}[data-steps] section.positive .zero:before{left:-2px}.ct-radio-option{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.ct-radio-option label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ct-radio-option label:hover input:not(:checked){border-color:#C3CACF}.ct-radio-option input[type="radio"]{-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;width:16px;height:16px;margin:0 8px 0 0;border:2px solid #d5dbde;background:transparent;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ct-radio-option input[type="radio"]:checked{border-color:var(--accentColor);background:var(--accentColor)}.ct-radio-option input[type="radio"]:checked:before{content:'';width:6px;height:6px;margin:3px;background:#fff !important}.ct-radio-option:not([data-inline]):not([data-columns]) label:not(:last-child){margin-bottom:10px}.ct-radio-option[data-inline]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-10px}.ct-radio-option[data-inline] label{padding-top:10px}.ct-radio-option[data-inline] label:not(:last-child){margin-right:15px}.ct-radio-option[data-columns="2"]{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:15px;grid-row-gap:15px}.ct-radio-option[data-columns="3"]{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:15px;grid-row-gap:15px}.ct-radio-option[data-radio-text="small"] li{font-size:12px}.ct-radio-option[data-type*="alignment"] li{font-family:dashicons;font-size:16px}.ct-radio-option[data-type*="alignment"] li:first-child:before{content:"\f138"}.ct-radio-option[data-type*="alignment"] li:nth-child(2):before{content:"\f134"}.ct-radio-option[data-type*="alignment"] li:last-child:before{content:"\f138";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ct-radio-option[data-type="vertical-alignment"] li:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ct-radio-option[data-type="vertical-alignment"] li:last-child:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ct-radio-option[data-type="repeat"] li:not(.active){color:#5c5c5c}.ct-radio-option[data-type="repeat"] li svg{width:13px;height:13px;fill:currentColor}.ct-option-checkbox label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ct-option-checkbox label:hover input:not(:checked){border-color:#C3CACF}.ct-option-checkbox input[type="checkbox"]{-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;width:16px;height:16px;margin:0 8px 0 0;border-radius:2px;border:2px solid #d5dbde;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,0.2);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ct-option-checkbox input[type="checkbox"]:checked{border-color:var(--accentColor);background:var(--accentColor)}.ct-option-checkbox input[type="checkbox"]:checked:before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:dashicons;font-size:15px;content:"\f147";color:#fff !important;width:16px;height:16px;margin:-2px 0 0 -2px}.ct-option-checkbox[data-columns]{display:grid;grid-template-columns:repeat(2, 1fr);grid-row-gap:15px}.ct-option-checkbox[data-columns]:not([data-columns*="no-gap"]){grid-column-gap:10px}.ct-option-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.ct-option-number:not([data-width="full"]){width:100px}.ct-option-number input{--width: calc(100% - 58px);--margin: 0 -1px;--borderRadius: 0;position:relative;z-index:2;text-align:center}.ct-option-number>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1;width:30px;height:inherit;border:1px solid #ddd;background:#f8f9f9;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ct-option-number>a:before,.ct-option-number>a:after{position:absolute;content:'';top:0;left:0;right:0;bottom:0;margin:auto;width:8px;height:1px;background:#6e777c;-webkit-transition:background 0.05s ease-in-out;transition:background 0.05s ease-in-out}.ct-option-number>a.ct-minus:after{display:none}.ct-option-number>a.ct-plus:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ct-option-number>a:not(.ct-disabled){cursor:pointer}.ct-option-number>a:not(.ct-disabled):hover{z-index:3;color:#fff;background:#0e8ecc;border-color:#0e8ecc}.ct-option-number>a:not(.ct-disabled):hover:before,.ct-option-number>a:not(.ct-disabled):hover:after{background:#fff}.ct-option-number>*:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.ct-option-number>*:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px}.ct-option-number.ct-reached-limits .ct-disabled{color:inherit;opacity:0.5}.ct-option-number.ct-reached-limits>a:not(.ct-disabled):not(:hover){background:#eaedee;border-color:#c7c7c7}.ct-image-picker{display:grid;grid-row-gap:23px}.ct-image-picker:not([data-columns]){grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));grid-column-gap:23px}.ct-image-picker[data-columns='2']{grid-template-columns:repeat(2, 1fr);grid-column-gap:23px}.ct-image-picker[data-columns='2'] li{min-height:75px}.ct-image-picker[data-columns='3']{grid-template-columns:repeat(3, 1fr);grid-column-gap:16px}.ct-image-picker li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px;cursor:pointer;margin:0}.ct-image-picker li:hover .ct-tooltip-top{opacity:1;visibility:visible;-webkit-transform:translate3d(0px, -40px, 0px);transform:translate3d(0px, -40px, 0px)}.ct-image-picker:not([data-type]) li{position:relative}.ct-image-picker:not([data-type]) li:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;opacity:0;border-radius:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid transparent;-webkit-transition:opacity 0.1s ease, border-color 0.1s ease;transition:opacity 0.1s ease, border-color 0.1s ease}.ct-image-picker:not([data-type]) li:hover:before{opacity:1;border-color:#dde0e2}.ct-image-picker:not([data-type]) li.active:before{opacity:1;border-color:#0073aa}.ct-image-picker[data-type='background'] li{background:rgba(221,224,226,0.7);-webkit-transition:background 0.15s ease, -webkit-box-shadow 0.15s ease;transition:background 0.15s ease, -webkit-box-shadow 0.15s ease;transition:background 0.15s ease, box-shadow 0.15s ease;transition:background 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease}.ct-image-picker[data-type='background'] li img{max-width:100%;height:auto;margin-right:auto}.ct-image-picker[data-type='background'] li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:inherit}.ct-image-picker[data-type='background'] li span svg{fill:#565d66}.ct-image-picker[data-type='background'] li:hover{background:#dde0e2}.ct-image-picker[data-type='background'] li.active{background:#0e8ecc;-webkit-box-shadow:0px 5px 15px 0px rgba(0,0,0,0.05);box-shadow:0px 5px 15px 0px rgba(0,0,0,0.05)}.ct-image-picker[data-type='background'] li.active span svg{fill:#fff}.ct-image-picker[data-state='sync'] li:first-child{position:relative}.ct-image-picker[data-state='sync'] li:first-child:after{background:url(../images/sync.svg);position:absolute;top:calc(50% - 5px);content:'';width:25px;height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-animation:rotation 3.5s infinite linear;animation:rotation 3.5s infinite linear;-webkit-animation-play-state:paused;animation-play-state:paused;will-change:transform}.ct-image-picker[data-state='sync'] li:first-child.active:after{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ct-option-spacing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ct-option-spacing>span:not(:last-of-type){margin-right:4px}.ct-option-spacing>span input{text-align:center;position:relative}.ct-option-spacing>span input.inactive{color:rgba(50,55,60,0.5);pointer-events:none;background:rgba(255,255,255,0.8)}.ct-option-spacing>span input:focus+small{color:rgba(85,93,102,0.8)}.ct-option-spacing>span small{display:block;margin-top:5px;font-size:9px;font-weight:500;line-height:normal;text-align:center;text-transform:uppercase;color:rgba(85,93,102,0.5)}.ct-option-spacing .ct-spacing-controls{margin-left:4px}.ct-option-spacing .ct-spacing-controls a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:35px;cursor:pointer;color:#555d66}.ct-option-spacing .ct-spacing-controls a:hover{color:#0582bd}.ct-option-spacing .ct-spacing-controls a svg{fill:currentColor}.ct-option-border{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ct-option-border>*:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:15px}.ct-option-border .ct-disabled{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ct-option-border .ct-disabled input,.ct-option-border .ct-disabled .ct-value-divider{display:none}.ct-option-border .ct-disabled+div{opacity:0.7;pointer-events:none}.ct-option-border [data-style]:before{content:'';width:22px;border-bottom-width:2px;border-bottom-color:currentColor}.ct-option-border [data-style="dotted"]:before{border-bottom-style:dotted}.ct-option-border [data-style="solid"]:before{border-bottom-style:solid}.ct-option-border [data-style="dashed"]:before{border-bottom-style:dashed}.ct-option-border [data-style="none"]{font-size:8px}.ct-option-border [data-style="none"]:before{display:none}.ct-options-container .ct-tabs{margin-top:25px;margin-left:-12px;margin-right:-12px}.ct-options-container .ct-tabs>ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:0;margin-left:14px;margin-right:14px;margin-bottom:0}.ct-options-container .ct-tabs>ul>li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;height:40px;margin:0;padding:0 10px;cursor:pointer;border:1px solid #d6d6d6;border-top-left-radius:2px;border-top-right-radius:2px}.ct-options-container .ct-tabs>ul>li:not(:first-child){margin-left:7px}.ct-options-container .ct-tabs>ul>li.active{position:relative}.ct-options-container .ct-tabs>ul>li.active:before,.ct-options-container .ct-tabs>ul>li.active:after{position:absolute;content:''}.ct-options-container .ct-tabs>ul>li.active:after{left:0;bottom:-1px;width:100%;height:1px;background:#eee}.ct-options-container .ct-tabs>ul>li:not(.active){opacity:0.5}.ct-options-container .ct-tabs>ul>li:not(.active):hover{opacity:0.8}.ct-options-container .ct-tabs>.ct-current-tab{margin-top:-1px;padding:0 12px;border-top:1px solid #d6d6d6}.ct-options-container .ct-tabs:not(:last-child)>.ct-current-tab{margin-bottom:20px}.ct-option-textarea textarea{width:100%;min-height:80px;padding:4px 8px;font-size:14px;resize:none;border-radius:3px;border-color:var(--borderColor, #ddd);-webkit-transition:border-color 0.1s linear, -webkit-box-shadow 0.1s linear;transition:border-color 0.1s linear, -webkit-box-shadow 0.1s linear;transition:box-shadow 0.1s linear, border-color 0.1s linear;transition:box-shadow 0.1s linear, border-color 0.1s linear, -webkit-box-shadow 0.1s linear}.ct-option-textarea textarea:hover{border-color:#0e8ecc}.ct-option-textarea textarea:focus{border-color:#0e8ecc;-webkit-box-shadow:0 0 0 1px #0e8ecc;box-shadow:0 0 0 1px #0e8ecc}.ct-devices li{margin-bottom:0}.ct-devices li:before,.ct-devices li:after{content:'';border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box}.ct-devices li.ct-desktop{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ct-devices li.ct-desktop:before{margin-bottom:1px;width:17px;height:11px;border:2px solid currentColor}.ct-devices li.ct-desktop:after{width:9px;height:2px;background:currentColor}.ct-devices li.ct-tablet:before{width:13px;height:14px;border:2px solid currentColor;border-bottom-width:3px}.ct-devices li.ct-tablet:after{display:none}.ct-devices li.ct-mobile:before{width:10px;height:14px;border:2px solid currentColor;border-bottom-width:3px}.ct-devices li.ct-mobile:after{display:none}.ct-attachment .thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;position:relative;padding:10px;border-radius:3px;border:1px dashed #c1c4ca}.ct-attachment .thumbnail img{max-width:100%}.ct-attachment .thumbnail:hover .small-remove-button{opacity:0.8}.ct-attachment .placeholder{display:none}.ct-attachment .actions{display:-webkit-box;display:-ms-flexbox;display:flex}.ct-attachment .actions>*{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;text-transform:capitalize;margin-top:0 !important}.ct-attachment .actions>*:not(:last-child){margin-right:15px}.ct-attachment .actions .upload-button:not(.control-focus){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;padding:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,0.03);border:1px dashed #b4b9be}.ct-attachment .actions .upload-button:not(.control-focus):hover{background:#fbfbfc}.ct-attachment .actions .upload-button:not(.control-focus):active{-webkit-transform:none;transform:none}.ct-attachment[data-height="small"] .thumbnail img{height:100%;max-height:100px}.ct-attachment .small-remove-button{position:absolute;top:5px;right:5px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:18px;height:18px;color:#fff;cursor:pointer;font-size:12px;opacity:0;background:#e60606;border-radius:1px}.ct-attachment .small-remove-button:hover{opacity:1 !important}.ct-responsive-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.ct-responsive-controls li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:var(--color)}.ct-responsive-controls li.active{--color: var(--accentColor)}.ct-responsive-controls li:not(.active){--color: #CFD1D2}.ct-responsive-controls li:not(.active):hover{--color: #a5abaf}.ct-responsive-controls li.ct-desktop{margin-right:18px}.ct-responsive-controls li.ct-tablet{margin-right:17px}.ct-buttons-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}.ct-buttons-group li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1;cursor:pointer;height:30px;min-width:40px;margin:0;background:rgba(221,221,221,0.2);-webkit-box-shadow:inset 0px 0px 0px 1px #ddd;box-shadow:inset 0px 0px 0px 1px #ddd;-webkit-transition:all 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:all 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.ct-buttons-group li:hover{color:#444;background:rgba(255,255,255,0.5)}.ct-buttons-group li.active{z-index:2;color:#fff;background:#0e8ecc;-webkit-box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.1);box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.1)}.ct-buttons-group li.active:hover{opacity:0.9}.ct-buttons-group li:not(:first-child){margin-left:-1px}.ct-buttons-group li:first-child{border-radius:3px 0 0 3px}.ct-buttons-group li:last-child{border-radius:0 3px 3px 0}.ct-buttons-group[data-type="compact"] li{height:26px}.ct-buttons-group[data-buttons="ratio"]{font-size:11px;font-weight:500;letter-spacing:0.05em}[data-state="disabled"]>section{opacity:0.5;pointer-events:none}[data-state="disabled"].ct-panel>header>label{opacity:0.5}.ct-revert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:dashicons;padding:0;border:none;background:transparent;-webkit-font-smoothing:antialiased}.ct-revert:before{content:'\f531';-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease}.ct-revert:hover:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ct-revert:focus{outline:none}.ct-revert:not([disabled]){cursor:pointer}.ct-control .ct-revert{font-size:10px;width:18px;height:18px;color:#0073aa;position:absolute;top:0;left:0;opacity:0;-webkit-transform:translate3d(-15px, 0, 0);transform:translate3d(-15px, 0, 0);-webkit-transition:opacity 0.2s ease,
 -webkit-transform 0.2s ease;transition:opacity 0.2s ease,
 -webkit-transform 0.2s ease;transition:opacity 0.2s ease,
 transform 0.2s ease;transition:opacity 0.2s ease,
 transform 0.2s ease,
 -webkit-transform 0.2s ease}.ct-control:hover .ct-revert:not([disabled]){opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}.ct-control[data-design="inline"] .ct-revert{top:calc(50% - 9px)}#customize-header-actions .ct-revert{margin-left:33px;width:48px;height:45px;font-size:13px;color:#444;border-right:1px solid #ddd;-webkit-box-sizing:content-box;box-sizing:content-box}#customize-header-actions .ct-revert:before{position:relative;top:1px}#customize-header-actions .ct-revert:hover{color:#0073aa;background:#fff}.ct-dashboard-overlay-open #customize-header-actions .ct-revert:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ct-notification{font-size:12px;font-style:italic;color:rgba(85,93,102,0.8)}[class*="ct-tooltip"]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:200;width:auto;height:26px;padding:0 8px;font-size:12px;font-style:italic;color:#fff;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;border-radius:3px;pointer-events:none;background:rgba(54,63,66,0.95);opacity:0;visibility:hidden;-webkit-transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)}[class*="ct-tooltip"]:before,[class*="ct-tooltip"]:after{content:'';position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}[class*="ct-tooltip"][class*='-top']:before{left:0;bottom:-10px;width:100%;height:10px}[class*="ct-tooltip"][class*='-top']:after{width:10px;height:5px;bottom:-5px;left:0;right:0;margin:0 auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(54,63,66,0.95)}.ct-tooltip-top{-webkit-transform:translate3d(0px, -35px, 0px);transform:translate3d(0px, -35px, 0px)}.ct-value-changer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:75px;height:30px;padding:1px;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid var(--borderColor, #ddd);background:var(--backgroundColor, #F7F7F7);-webkit-transition:background 0.1s ease,
 border-color 0.1s ease;transition:background 0.1s ease,
 border-color 0.1s ease}.ct-value-changer input[type="number"]{--width: 38px;--padding: 0 0 1px 0;--margin: -1px -1px -1px -2px;--fontSize: 11px;--borderColor: transparent;--background: transparent;position:relative;z-index:1;text-align:center;-moz-appearance:textfield}.ct-value-changer input[type="number"]:focus{--background: #fff}.ct-value-changer input[type="number"]::-webkit-inner-spin-button,.ct-value-changer input[type="number"]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.ct-value-changer:not(.no-unit-list) .ct-current-value{cursor:pointer}.ct-value-changer:not(.no-unit-list) .ct-current-value:hover{color:#0c7db4;font-weight:800}.ct-value-divider{height:50%;border-left:1px solid var(--borderColor, #ccc)}.ct-current-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:35px;height:100%;font-size:9px;font-weight:600;line-height:normal;letter-spacing:1px;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color 0.1s ease, 
 font-weight 0.1s ease;transition:color 0.1s ease, 
 font-weight 0.1s ease}.ct-value-changer{position:relative}.ct-value-changer ul{position:absolute;z-index:3;top:-1px;left:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% + 2px);padding:2px;margin:0;background:#fff;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.08);box-shadow:0 15px 15px rgba(0,0,0,0.08);opacity:0;visibility:hidden;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transform:scale3d(0.95, 0.95, 1);transform:scale3d(0.95, 0.95, 1);-webkit-transition:opacity 0.1s ease, 
 visibility 0.1s ease, 
 -webkit-transform 0.1s ease-out;transition:opacity 0.1s ease, 
 visibility 0.1s ease, 
 -webkit-transform 0.1s ease-out;transition:opacity 0.1s ease, 
 visibility 0.1s ease, 
 transform 0.1s ease-out;transition:opacity 0.1s ease, 
 visibility 0.1s ease, 
 transform 0.1s ease-out, 
 -webkit-transform 0.1s ease-out}.ct-value-changer ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ct-value-changer ul li:not(:last-child){margin-bottom:2px;padding-bottom:2px;border-bottom:1px dashed #eee}.ct-value-changer ul li:last-child{margin-bottom:0}.ct-value-changer ul li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:24px;font-size:9px;font-weight:600;text-align:center;letter-spacing:1px;text-transform:uppercase;color:#555d66;cursor:pointer;border-radius:2px;-webkit-transition:color 0.1s ease, 
 font-weight 0.1s ease, 
 background 0.1s ease;transition:color 0.1s ease, 
 font-weight 0.1s ease, 
 background 0.1s ease}.ct-value-changer ul li span:first-child{width:calc(50% - 3px)}.ct-value-changer ul li span:last-child{width:calc(50% - 2px)}.ct-value-changer ul li span:hover{color:#272727;font-weight:700;background:rgba(0,0,0,0.04)}.ct-value-changer ul:after{position:absolute;content:'';top:3px;left:0px;right:0;margin:0 auto;width:1px;height:calc(100% - 6px);border-left:1px dashed #eee}.ct-value-changer.active{background:transparent}.ct-value-changer.active ul{opacity:1;visibility:visible;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.ct-typography{position:relative}.ct-typohraphy-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;background:#fff;border-radius:3px;border:1px solid #ddd;padding-right:8px;-webkit-transition:border-color 0.1s linear;transition:border-color 0.1s linear}.ct-typohraphy-value:hover{border-color:#0e8ecc}.ct-typohraphy-value:hover a{opacity:1;color:#0073aa}.ct-typohraphy-value>div{padding:6px 0 6px 8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.ct-typohraphy-value>div i{margin:0 7px;font-style:normal;font-size:70%;opacity:0.5;line-height:normal;position:relative;margin-top:-5px}.ct-typohraphy-value>div>span{position:relative}.ct-typohraphy-value>div>span:after{position:absolute;content:'';display:block;top:-1px;left:-3px;right:-3px;bottom:-1px;border-radius:2px;background:rgba(14,142,204,0.3);opacity:0}.ct-typohraphy-value>div>span span{position:relative;z-index:2}.ct-typohraphy-value>div>span:hover:after{opacity:1}.ct-typohraphy-value>div>span:hover span{color:#28607b}.ct-typohraphy-value .ct-font{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ct-typohraphy-value .ct-font span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:100px;display:inline-block;text-transform:capitalize}.ct-typohraphy-value a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:17px;height:17px;font-size:10px;letter-spacing:0.1em;opacity:0.5;color:inherit}.ct-typohraphy-value a:before{content:'\002022\002022\002022'}.ct-typography-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% + 16px);min-height:430px;border-radius:6px;background:#fff;overflow:hidden;-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.1);box-shadow:0 15px 15px rgba(0,0,0,0.1);position:absolute;z-index:50;left:-8px}.ct-typography-modal[data-placement='bottom']{top:-5px;-webkit-transform-origin:center top;transform-origin:center top}.ct-typography-modal[data-placement='top']{bottom:-5px;-webkit-transform-origin:center bottom;transform-origin:center bottom}.ct-typography-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:70px;padding:0 20px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px dashed #eee}.ct-typography-top.ct-static>*{-webkit-transition:none !important;transition:none !important}.ct-typography-top ~ *{top:70px;left:0;right:0}.ct-typography-top li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1;height:28px;color:#555d66;cursor:pointer;border-radius:3px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 8px;margin-bottom:0;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d1d5d9;-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;-webkit-transition:border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955),border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955),border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955),-webkit-box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ct-typography-top li.active{border-color:var(--accentColor);-webkit-box-shadow:0 0 0 1px var(--accentColor);box-shadow:0 0 0 1px var(--accentColor)}.ct-typography-top li:hover{border-color:var(--accentColor)}.ct-typography-top .ct-font{-webkit-box-flex:1;-ms-flex:1;flex:1}.ct-typography-top .ct-font span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;text-transform:capitalize;-webkit-transition:width 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:width 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ct-typography-top .ct-font input{border:none;margin:0;padding:0;width:100%;font:inherit;color:inherit}.ct-typography-top .ct-font input:focus{outline:none}.ct-typography-top .ct-font svg{position:absolute;top:calc(50% - 3px);right:8px;cursor:pointer;fill:currentColor;opacity:0;-webkit-transition:opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ct-typography-top .ct-font.active svg{opacity:1}.ct-typography-top .ct-weight{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:78px;margin-left:7%;-webkit-transition:width 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:width 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ct-typography-top .ct-weight:before{position:absolute;z-index:0;color:#727c88;content:'A';left:8px;font-size:15px;opacity:1;margin-right:10px;-webkit-transition:font-weight 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955),opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:font-weight 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955),opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ct-typography-top .ct-weight:hover:before{font-weight:700}.ct-typography-top .ct-weight span{position:relative;z-index:1;width:44px;text-align:right;line-height:normal;background:#fff;-webkit-box-shadow:0px 0px 10px 3px #fff;box-shadow:0px 0px 10px 3px #fff}.ct-typography-top .ct-weight span[data-variation*='i']{font-style:italic}.ct-typography-top .ct-back{z-index:2;width:28px;margin-right:12px;margin-left:-44px;opacity:0;-webkit-transition:margin 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955),opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:margin 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955),opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ct-typography-top .ct-back svg{fill:currentColor}.ct-typography-top.ct-switch-panel .ct-back{opacity:1;margin-left:0}.ct-typography-top.ct-switch-panel .ct-font span{width:90%}.ct-typography-top.ct-switch-panel .ct-weight{margin-left:5%}.ct-typography-top.ct-switch-panel .ct-weight:not(.active){width:45px}.ct-typography-top.ct-switch-panel .ct-weight:not(.active):before{opacity:0}.ct-typography-options{margin:0}.ct-typography-options>li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.ct-typography-options>li:not(.ct-typography-variant){display:-webkit-box;display:-ms-flexbox;display:flex}.ct-typography-options>li:not(.ct-typography-variant){height:95px}.ct-typography-options>li:not(:last-child){border-bottom:1px dashed #eee}.ct-typography-options .ct-control{margin:0 !important;padding:0 !important;width:100%}.ct-typography-options .ct-responsive-controls li:not(.active){--color: #d6d8dc}.ct-typography-options .ct-responsive-controls li:not(.active):hover{--color: #b6b9bf}.ct-typography-options .ct-responsive-controls li.ct-disabled{opacity:0.3;pointer-events:none}.ct-typography-options .ct-slider:before{--backgroundColor: #e3e6e8}.ct-typography-options .ct-value-changer{--borderColor: rgba(230, 232, 234, 0.6);--backgroundColor: rgba(230, 232, 234, 0.6)}.ct-typography-options .ct-value-changer input{--margin: -1px;--height: calc(100% + 2px);--background: #fff;--borderRadius: 2px;--borderColor: rgba(141, 150, 160, 0.2)}.ct-typography-options .ct-value-changer ul{-webkit-box-shadow:0 10px 20px 3px rgba(0,0,0,0.07),0 1px 3px 0px rgba(0,0,0,0.03);box-shadow:0 10px 20px 3px rgba(0,0,0,0.07),0 1px 3px 0px rgba(0,0,0,0.03)}.ct-typography-options .ct-disabled-notification{background:rgba(243,243,245,0.5)}.ct-typography-variant{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:15px;height:75px}.ct-typography-variant ul{display:-webkit-box;display:-ms-flexbox;display:flex}.ct-typography-variant ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin:0;padding:5px 0;cursor:pointer;border:1px solid #dfe1e4}.ct-typography-variant ul li:before{font-size:13px;font-weight:700;letter-spacing:0.04em}.ct-typography-variant ul li+li{margin-left:-1px}.ct-typography-variant ul li:first-child{border-radius:3px 0 0 3px}.ct-typography-variant ul li:last-child{border-radius:0 3px 3px 0}.ct-typography-variant ul li:not(.active){color:#727c88}.ct-typography-variant ul li:not(.active):hover{color:var(--accentColor)}.ct-typography-variant ul li.active{z-index:2;color:#fff;background:var(--accentColor);border-color:var(--accentColor)}.ct-typography-variant ul li[data-variant='capitalize']:before{content:'Aa'}.ct-typography-variant ul li[data-variant='uppercase']:before{content:'AA'}.ct-typography-variant ul li[data-variant='underline']:before{content:'Aa'}.ct-typography-variant ul li[data-variant='line-through']:before{content:'Aa'}.ct-typography-variant ul li:hover .ct-tooltip-top{opacity:1;visibility:visible;-webkit-transform:translate3d(0px, -40px, 0px);transform:translate3d(0px, -40px, 0px)}.ct-text-decoration li:after{position:absolute;content:'';left:0;right:0;width:50%;height:1px;opacity:0.7;background:currentColor;margin:auto;border-radius:2px}.ct-text-decoration li[data-variant='underline']:after{bottom:6px}.ct-text-decoration li[data-variant='line-through']:after{top:3px;bottom:0}.ct-typography-single-font,.ct-typography-variations li{cursor:pointer;position:relative}.ct-typography-single-font:not(:first-child),.ct-typography-variations li:not(:first-child){border-top:1px dashed #eee}.ct-typography-single-font:hover,.ct-typography-single-font.active,.ct-typography-variations li:hover,.ct-typography-variations li.active{color:#fff;background:var(--accentColor);border-color:var(--accentColor)}.ct-typography-single-font:hover:after,.ct-typography-single-font.active:after,.ct-typography-variations li:hover:after,.ct-typography-variations li.active:after{-webkit-box-shadow:-5px 0px 15px 10px var(--accentColor);box-shadow:-5px 0px 15px 10px var(--accentColor)}.ct-typography-single-font:hover+*,.ct-typography-single-font.active+*,.ct-typography-variations li:hover+*,.ct-typography-variations li.active+*{border-top-color:rgba(255,255,255,0.3)}.ct-typography-single-font.active:before,.ct-typography-variations li.active:before{position:absolute;font:400 17px/17px dashicons;content:'\f147';right:20px}.ct-typography-fonts{overflow-x:scroll;max-height:360px}.ct-typography-single-font{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;height:85px;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.ct-typography-single-font:before{top:18px}.ct-typography-single-font:after{position:absolute;content:'';top:0;right:0;width:10px;height:100%;background:#fff;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-box-shadow:-5px 0px 15px 10px #fff;box-shadow:-5px 0px 15px 10px #fff}.ct-typography-single-font .ct-font-name{opacity:0.7}.ct-typography-single-font .ct-font-preview{font-size:20px;line-height:1.3;margin-top:10px;font-weight:normal;white-space:nowrap}.ct-typography-single-font:hover .ct-font-name{opacity:1}.ct-typography-variations{overflow-x:auto;max-height:360px;margin:0}.ct-typography-variations li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;margin-bottom:0;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ct-typography-variations .ct-variation-name{font-size:14px;line-height:1.3}.ct-typography-variations [data-variation*='1']{font-weight:100}.ct-typography-variations [data-variation*='2']{font-weight:200}.ct-typography-variations [data-variation*='3']{font-weight:300}.ct-typography-variations [data-variation*='4']{font-weight:400}.ct-typography-variations [data-variation*='5']{font-weight:500}.ct-typography-variations [data-variation*='6']{font-weight:600}.ct-typography-variations [data-variation*='7']{font-weight:700}.ct-typography-variations [data-variation*='8']{font-weight:800}.ct-typography-variations [data-variation*='9']{font-weight:900}.ct-typography-variations [data-variation*='i']{font-style:italic}.ct-attachment .components-focal-point-picker-wrapper{background-color:transparent;height:200px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.ct-attachment .components-focal-point-picker{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%}.ct-attachment .components-focal-point-picker img{height:auto;max-height:100%;max-width:100%;width:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ct-attachment .components-focal-point-picker__icon_container{background-color:transparent;cursor:-webkit-grab;cursor:grab;opacity:0.8;position:absolute;will-change:transform;width:24px;height:24px;z-index:10000}.ct-attachment .components-focal-point-picker__icon_container.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.ct-attachment .components-focal-point-picker__icon{position:absolute;display:block;top:-12px;left:-12px;width:100%;height:100%}.ct-attachment .components-focal-point-picker__icon .components-focal-point-picker__icon-outline{fill:#fff}.ct-attachment .components-focal-point-picker__icon .components-focal-point-picker__icon-fill{fill:#0e8ecc}.ct-attachment .components-focal-point-picker_position-display-container{margin:10px -10px 0 -10px;padding:10px 10px 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px dashed #c1c4ca}.ct-attachment .components-focal-point-picker_position-display-container label{line-height:normal;margin-bottom:5px;display:inline-block}.ct-attachment .components-focal-point-picker_position-display-container input[type='number'].components-text-control__input{max-width:4em}.ct-attachment .components-focal-point-picker_position-display-container span{margin:0 0 0 0.2em}.ct-ratio-picker>ul+div{margin-top:20px}.ct-ratio-picker [class*="ct-ratio"]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ct-ratio-picker.reversed button span{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ct-ratio-picker .ct-notification{width:100%;padding:0;margin:0}.ct-ratio-predefined ul{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:11px;font-weight:500;letter-spacing:0.05em}.ct-ratio-predefined button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin-left:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;background:transparent}.ct-ratio-predefined button:focus{outline:none}.ct-ratio-predefined button span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:30px;height:30px;-webkit-transition:-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.ct-ratio-predefined button span:before,.ct-ratio-predefined button span:after{position:absolute;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:z-index 0.15s cubic-bezier(0.4, 0, 0.2, 1),background 0.15s cubic-bezier(0.4, 0, 0.2, 1),border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:z-index 0.15s cubic-bezier(0.4, 0, 0.2, 1),background 0.15s cubic-bezier(0.4, 0, 0.2, 1),border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1)}.ct-ratio-predefined button span:before{width:13px;height:25px;border-radius:1px;background:transparent;border:1px dashed rgba(114,119,124,0.5)}.ct-ratio-predefined button span:after{width:25px;height:13px;margin:auto;border-radius:2px;border:1px dashed transparent;background:#9ca3a9}.ct-ratio-predefined button:hover span:before{z-index:2;border-radius:2px;border-color:transparent;background:var(--accentColor)}.ct-ratio-predefined button:hover span:after{border-radius:1px;background:transparent;border:1px dashed rgba(114,119,124,0.5)}.ct-ratio-predefined button:hover .ct-tooltip-top{opacity:1;visibility:visible;-webkit-transform:translate3d(0px, -38px, 0px);transform:translate3d(0px, -38px, 0px)}.ct-ratio-custom{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ct-ratio-custom .ct-option-input{width:45%}.ct-ratio-custom span{width:10%;text-align:center;font-weight:700}.ct-ratio-custom .ct-notification{margin-top:10px}.ct-ratio-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:30px;min-width:75px;padding:0 10px;border-radius:3px;cursor:pointer;font-size:12px;line-height:normal;-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--backgroundColor, #fff);border:1px solid var(--borderColor, #ddd)}.ct-ratio-preview .ct-ratio-key{margin-right:7px;padding-right:7px;border-right:1px solid #ddd}.ct-ratio-preview .ct-width-key{margin-left:7px;padding-left:7px;border-left:1px solid #ddd}.ct-ratio-preview:hover{border-color:var(--accentColor)}.ct-ratio-modal{position:absolute;z-index:20;top:19px;left:-14px;width:295px;margin-bottom:30px;background:#fff;border-radius:6px;-webkit-transform-origin:center top;transform-origin:center top;-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.1);box-shadow:0 15px 15px rgba(0,0,0,0.1)}.ct-ratio-modal:before{position:absolute;content:'';top:-7px;right:28px;width:0;height:0;border-style:solid;border-width:0 6px 7px 6px;border-color:transparent transparent #ffffff transparent}.ct-ratio-modal .ct-ratio-content{padding:25px 20px}.ct-ratio-modal .ct-ratio-content .ct-radio-option{padding-bottom:20px;border-bottom:1px dashed #eee}.ct-ratio-modal .ct-ratio-content .ct-control{padding-left:0;padding-right:0}.ct-ratio-modal .ct-ratio-content .ct-control:first-child{margin-top:0}.ct-patterns-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:20px;grid-row-gap:25px;margin:25px 0 0 0}.ct-patterns-list li{cursor:pointer;margin:0;min-height:71.6px;padding:2px;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #e0e0e0}.ct-patterns-list li img{display:block}.ct-patterns-list li:hover{border-color:#d1d2d2}.ct-patterns-list li.active{border-color:var(--accentColor);-webkit-box-shadow:0px 5px 15px 0px rgba(0,0,0,0.05);box-shadow:0px 5px 15px 0px rgba(0,0,0,0.05)}.ct-background-modal .ct-color-picker-modal{--position: relative;--width: calc(100% + 40px);z-index:0;top:initial;right:initial;margin:0 -20px;-webkit-box-shadow:none;box-shadow:none;border-radius:0;opacity:1 !important;-webkit-transform:none !important;transform:none !important;-webkit-transition:none !important;transition:none !important;background:transparent}.ct-background-modal .ct-color-picker-modal .ct-color-picker-top,.ct-background-modal .ct-color-picker-modal .wp-picker-holder,.ct-background-modal .ct-color-picker-modal .ct-color-picker-bottom{padding:25px 20px}.ct-background-modal .ct-color-picker-modal .ct-color-picker-skins li:not(:last-child){margin-right:14.5px}.ct-background-modal .ct-color-picker-modal .ct-color-picker-bottom{padding-bottom:0}.ct-background-modal .ct-color-picker-single .ct-tooltip-top{display:none}.ct-image-tab .ct-color-picker-modal,.ct-patterns-tab .ct-color-picker-modal{margin-top:20px;border-top:1px solid #eee}.ct-image-tab .ct-color-picker-modal .wp-picker-holder,.ct-image-tab .ct-color-picker-modal .ct-color-picker-top,.ct-patterns-tab .ct-color-picker-modal .wp-picker-holder,.ct-patterns-tab .ct-color-picker-modal .ct-color-picker-top{border-bottom:none}.ct-image-tab .ct-color-picker-modal .wp-picker-holder,.ct-image-tab .ct-color-picker-modal .ct-color-picker-bottom,.ct-patterns-tab .ct-color-picker-modal .wp-picker-holder,.ct-patterns-tab .ct-color-picker-modal .ct-color-picker-bottom{padding-top:0}.ct-image-tab .ct-color-picker-modal:before,.ct-patterns-tab .ct-color-picker-modal:before{position:absolute;content:'';top:-7px;right:26px;width:12px;height:12px;background:#fff;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ct-color-tab .ct-control{margin-top:0}.ct-color-tab .ct-control>header>section{display:none}.ct-background{width:38px;height:38px;cursor:pointer;border-radius:100%;background-color:rgba(255,255,255,0.8);background-size:10px 10px;background-position:0 0, 0 5px, 5px -5px, -5px 0;background-image:linear-gradient(45deg, #ddd 25%, transparent 25%),linear-gradient(-45deg, #ddd 25%, transparent 25%),linear-gradient(45deg, transparent 75%, #ddd 75%),linear-gradient(-45deg, transparent 75%, #ddd 75%)}.ct-background-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:inherit;height:inherit;cursor:pointer;border-radius:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.15);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.15)}.ct-background-preview[data-background-type="image"]{background-image:var(--backgroundImage);background-size:cover;background-repeat:no-repeat;background-position:var(--backgroundPosition)}.ct-background-preview[data-background-type*="pattern"]:before{position:absolute;content:'';width:calc(100% - 2px);height:calc(100% - 2px);top:1px;left:1px;border-radius:100%;background-color:var(--patternColor);-webkit-mask:var(--patternMask);mask:var(--patternMask);-webkit-mask-size:48px;mask-size:48px;-webkit-mask-position:50% 50%;mask-position:50% 50%}.ct-background-preview:hover .ct-tooltip-top{opacity:1;visibility:visible;-webkit-transform:translate3d(0px, -43px, 0px);transform:translate3d(0px, -43px, 0px)}.ct-background-preview.no-color{background-color:#fff !important;will-change:transform}.ct-background-preview.no-color svg{width:18px;height:18px;fill:#555d66;-webkit-animation:spin 4.5s infinite linear;animation:spin 4.5s infinite linear}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ct-background-modal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%}.ct-image-tab,.ct-patterns-tab{overflow-y:scroll;overflow-x:hidden}.ct-background-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:var(--width, 295px);min-height:420px;max-height:455px;border-radius:6px;background:#fff;margin-bottom:25px;-webkit-transform-origin:center top;transform-origin:center top;-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.1);box-shadow:0 15px 15px rgba(0,0,0,0.1);position:absolute;z-index:20;top:13px;opacity:0;visibility:hidden;-webkit-transform:scale3d(0.95, 0.95, 1);transform:scale3d(0.95, 0.95, 1);-webkit-transition:opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.1s ease-out;transition:opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.1s ease-out;transition:opacity 0.1s ease, visibility 0.1s ease, transform 0.1s ease-out;transition:opacity 0.1s ease, visibility 0.1s ease, transform 0.1s ease-out, -webkit-transform 0.1s ease-out}.ct-background-modal.active{opacity:1;visibility:visible;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.ct-background-modal .ct-modal-tabs{-webkit-box-flex:0;-ms-flex:0 0 43px;flex:0 0 43px}.ct-background-modal>div{-webkit-box-flex:1;-ms-flex:1;flex:1}.ct-background-modal>div>*{padding-left:20px;padding-right:20px}.ct-background-modal>div>*:not(:last-child){padding-bottom:25px;border-bottom:1px dashed #eee}.ct-background-modal>div>*:last-child{margin-bottom:25px}.ct-background-modal:before{position:absolute;content:'';top:-7px;right:27px;width:0;height:0;border-style:solid;border-width:0 6px 7px 6px;border-color:transparent transparent #ffffff transparent}.ct-color-picker-container{display:-webkit-box;display:-ms-flexbox;display:flex}.ct-color-picker-single:not(:last-child){margin-right:10px}.ct-color-picker-single>span{display:-webkit-box;display:-ms-flexbox;display:flex;width:26px;height:26px;border-radius:100%;background-color:rgba(255,255,255,0.8);background-size:10px 10px;background-position:0 0, 0 5px, 5px -5px, -5px 0;background-image:linear-gradient(45deg, #ddd 25%, transparent 25%),linear-gradient(-45deg, #ddd 25%, transparent 25%),linear-gradient(45deg, transparent 75%, #ddd 75%),linear-gradient(-45deg, transparent 75%, #ddd 75%)}.ct-color-picker-single>span span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:inherit;height:inherit;cursor:pointer;text-decoration:none;border-radius:inherit;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.08);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.08)}.ct-color-picker-single>span span:focus{outline:none}.ct-color-picker-single>span span:hover .ct-tooltip-top{opacity:1;visibility:visible;-webkit-transform:translate3d(0px, -38px, 0px);transform:translate3d(0px, -38px, 0px)}.ct-color-picker-single.ct-no-color>span span{background:rgba(255,255,255,0.8)}.ct-color-picker-single.ct-no-color>span span:after{position:absolute;content:'';width:12px;height:2px;background:#e60606;border-radius:2px;-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}.ct-color-modal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%;z-index:20}.ct-color-picker-modal{position:var(--position, absolute);top:19px;width:var(--width, 295px);margin-bottom:30px;border-radius:8px;background:var(--background, #fff);-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.08);box-shadow:0 15px 15px rgba(0,0,0,0.08);-webkit-transform-origin:center top;transform-origin:center top}.ct-color-modal-wrapper .ct-arrow{position:absolute;top:12px;width:0;height:0;border-style:solid;border-width:0 6px 7px 6px;border-color:transparent transparent #ffffff transparent}.ct-color-picker-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:17px;border-bottom:1px solid #eee}.ct-color-picker-skins{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}.ct-color-picker-skins li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:24px;height:24px;margin-bottom:0;cursor:pointer;border-radius:100%;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.09);box-shadow:inset 0 0 3px rgba(0,0,0,0.09)}.ct-color-picker-skins li:not(:last-child){margin-right:15.7px}.ct-color-picker-skins li.active{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.09),0px 0px 0px 3px #fff;box-shadow:inset 0 0 3px rgba(0,0,0,0.09),0px 0px 0px 3px #fff}.ct-color-picker-skins li.active:before{position:absolute;content:'';z-index:-1;width:calc(100% + 8px);height:calc(100% + 8px);background:rgba(0,0,0,0.07);border-radius:100%}.ct-color-picker-skins li.active:after{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:1px;left:-1px;right:0;bottom:0;content:'\f147';font-family:dashicons;font-size:15px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,0.2)}.ct-color-picker-skins li.ct-no-color-pill{background:rgba(255,255,255,0.8)}.ct-color-picker-skins li.ct-no-color-pill:after{top:initial;left:initial;right:initial;bottom:initial;content:'';width:14px;height:2px;background:#e60606;border-radius:2px;-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}.ct-edit-palette{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer}.ct-edit-palette span{width:24px;height:24px;overflow:hidden;border-radius:100%;-webkit-mask-image:-webkit-radial-gradient(white, black);-webkit-box-shadow:inset 0px 0px 2px 0px rgba(0,0,0,0.4);box-shadow:inset 0px 0px 2px 0px rgba(0,0,0,0.4)}.ct-edit-palette span svg{opacity:0.9;width:inherit;height:inherit;-webkit-filter:blur(0.2em);filter:blur(0.2em);-webkit-transform:scale(1.3);transform:scale(1.3)}.ct-edit-palette:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.ct-edit-palette:hover .ct-tooltip-top,.ct-color-picker-skins li:hover .ct-tooltip-top{opacity:1;visibility:visible;-webkit-transform:translate3d(0px, -38px, 0px);transform:translate3d(0px, -38px, 0px)}.ct-color-picker-modal .wp-picker-holder{padding:20px 17px;border-bottom:1px solid #eee}.ct-color-picker-modal .wp-picker-holder .iris-picker{width:initial !important;height:initial !important;border:none;border-radius:initial}.ct-color-picker-modal .wp-picker-holder .iris-picker-inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:static;top:initial;left:initial;right:initial;bottom:initial}.ct-color-picker-modal .wp-picker-holder .iris-square{width:100% !important;height:190px !important;-webkit-box-flex:1;-ms-flex:1;flex:1;float:none;margin-right:0;border-radius:12px}.ct-color-picker-modal .wp-picker-holder .iris-square .iris-square-inner{border-radius:inherit;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);box-shadow:inset 0 0 5px rgba(0,0,0,0.2)}.ct-color-picker-modal .wp-picker-holder .iris-square .iris-square-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:0px !important;height:0px !important}.ct-color-picker-modal .wp-picker-holder .iris-square .iris-square-value:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.ct-color-picker-modal .wp-picker-holder .iris-square .iris-square-value .iris-square-handle{top:-9px;left:-9px;width:18px;height:18px;border-width:4px;border-color:#fff;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-width 0.2s ease;transition:border-width 0.2s ease;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.4),inset 0 0 3px rgba(0,0,0,0.4);box-shadow:0 0 3px rgba(0,0,0,0.4),inset 0 0 3px rgba(0,0,0,0.4)}.ct-color-picker-modal .wp-picker-holder .iris-square .iris-square-value .iris-square-handle:after{display:none}.ct-color-picker-modal .wp-picker-holder .iris-square .iris-square-value .iris-square-handle:hover,.ct-color-picker-modal .wp-picker-holder .iris-square .iris-square-value .iris-square-handle:active{border-width:6px}.ct-color-picker-modal .wp-picker-holder .iris-slider{width:24px !important;height:initial !important;float:none;margin-left:15px;border-radius:20px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);box-shadow:inset 0 0 5px rgba(0,0,0,0.3)}.ct-color-picker-modal .wp-picker-holder .iris-slider .iris-slider-offset{top:21px;bottom:3px}.ct-color-picker-modal .wp-picker-holder .iris-slider .ui-slider-handle{width:18px;height:18px;left:3px;right:initial;opacity:1;border-width:4px;border-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:100%;-webkit-transition:border-width 0.2s ease;transition:border-width 0.2s ease;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3),inset 0 0 3px rgba(0,0,0,0.3);box-shadow:0 0 3px rgba(0,0,0,0.3),inset 0 0 3px rgba(0,0,0,0.3)}.ct-color-picker-modal .wp-picker-holder .iris-slider .ui-slider-handle:before{display:none}.ct-color-picker-modal .wp-picker-holder .iris-slider .ui-slider-handle:focus{-webkit-box-shadow:none;box-shadow:none}.ct-color-picker-modal .wp-picker-holder .iris-slider .ui-slider-handle:hover,.ct-color-picker-modal .wp-picker-holder .iris-slider .ui-slider-handle:active{border-width:6px}.ct-color-picker-bottom{padding:20px 17px 17px 17px}.ct-color-picker-bottom .ct-option-input{max-width:initial !important}.ct-color-picker-bottom .ct-option-input input{--fontSize: 12px;--width: 100%}.ct-color-palettes{position:relative;margin:0 -15px}.ct-color-palettes li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;height:50px;padding:0 15px 0 15px;margin-bottom:12px;border-radius:100px;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.15s ease;transition:background 0.15s ease}.ct-color-palettes li:last-child{margin-bottom:0}.ct-color-palettes li:hover,.ct-color-palettes li.active{background:#fff}.ct-color-palettes li label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-size:12px;font-weight:500}.ct-color-palettes li input[type="radio"]{-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;width:16px;height:16px;margin:0 8px 0 0;border:2px solid #d5dbde;background:transparent;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ct-color-palettes li input[type="radio"]:checked{border-color:#0e8ecc;background:#0e8ecc}.ct-color-palettes li input[type="radio"]:checked:before{content:'';width:6px;height:6px;margin:3px;background:#fff !important}.ct-option-editor textarea{opacity:1 !important;border-radius:0 !important}.ct-option-editor textarea:focus{-webkit-box-shadow:none !important;box-shadow:none !important}.ct-box-shadow{position:relative}.ct-box-shadow-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ct-box-shadow-values{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;cursor:pointer;padding-right:8px;margin-right:15px;background:var(--backgroundColor, #fff);border-radius:3px;border:1px solid var(--borderColor, #ddd);-webkit-transition:border-color 0.1s linear;transition:border-color 0.1s linear;white-space:nowrap;overflow:hidden}.ct-box-shadow-values>span{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.ct-box-shadow-values>span span{position:relative;z-index:2}.ct-box-shadow-values>span:after{position:absolute;content:'';display:block;min-width:16px;min-width:calc(100% + 8px);height:100%;opacity:0;border-radius:2px;background:rgba(14,142,204,0.3)}.ct-box-shadow-values>span:hover{color:#28607b}.ct-box-shadow-values>span:hover:after{opacity:1}.ct-box-shadow-values i{display:inline-block;margin:0 7px;font-style:normal;font-size:70%;opacity:0.5;line-height:normal;vertical-align:top}.ct-box-shadow-values:hover{border-color:var(--accentColor)}.ct-box-shadow-values button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-flex:1;-ms-flex:1 0 30px;flex:1 0 30px;max-width:30px;padding:0;margin-right:10px;cursor:pointer;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#72777c;background:transparent;border-right:1px solid rgba(221,221,221,0.5)}.ct-box-shadow-values button:hover{color:var(--accentColor)}.ct-box-shadow-values button svg{fill:currentColor}.ct-box-shadow-values button:before{position:absolute;opacity:0;content:'';width:17px;height:2px;background:currentColor;border-radius:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:0px 0px 0px 1px #fff;box-shadow:0px 0px 0px 1px #fff;-webkit-transition:opacity 0.1s ease;transition:opacity 0.1s ease}.ct-box-shadow-values button.crossed:before{opacity:1}.ct-box-shadow-values button:focus{outline:none}.ct-box-shadow-modal{position:absolute;z-index:20;top:19px;left:-14px;width:295px;margin-bottom:30px;background:#fff;border-radius:6px;-webkit-transform-origin:center top;transform-origin:center top;-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.1);box-shadow:0 15px 15px rgba(0,0,0,0.1)}.ct-box-shadow-modal:before{position:absolute;content:'';top:-7px;left:141px;width:0;height:0;border-style:solid;border-width:0 6px 7px 6px;border-color:transparent transparent #ffffff transparent}.shadow-sliders{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:40px;grid-row-gap:40px;position:relative;margin:20px 20px 27px 20px}.shadow-sliders:before,.shadow-sliders:after{position:absolute;content:''}.shadow-sliders:before{top:50%;width:100%;border-bottom:1px dashed #eee}.shadow-sliders:after{top:0;left:50%;height:calc(100% + 5px);border-right:1px dashed #eee}.shadow-sliders label{display:block;font-size:11px;font-weight:500;letter-spacing:0.1px;margin-bottom:5px;cursor:default}.shadow-sliders .ct-slider:before{background:#e3e6e8}.ct-shadow-style{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;margin:0;border-top:1px dashed #eee}.ct-shadow-style li{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;padding:5px 0;margin-bottom:0;font-weight:500;border:1px solid #dfe1e4}.ct-shadow-style li:first-child{border-radius:3px 0 0 3px}.ct-shadow-style li:last-child{margin-left:-1px;border-radius:0 3px 3px 0}.ct-shadow-style li.active{z-index:2;color:#fff;background:var(--accentColor);border-color:var(--accentColor)}.ct-shadow-style li:not(.active):hover{color:var(--accentColor)}.ct-box-shadow.ct-disabled .ct-box-shadow-values span,.ct-box-shadow.ct-disabled .ct-box-shadow-values i{opacity:0.7;pointer-events:none}.ct-box-shadow.ct-disabled .ct-color-picker-single{opacity:0.7}.ct-box-shadow.ct-disabled .ct-color-picker-single .ct-tooltip-top{display:none}.ct-controls-group[data-columns="1"]>*:first-child{margin-top:0}.ct-controls-group[data-columns*="2"]{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:var(--col-gap, 7px);padding:0 14px}.ct-controls-group[data-columns*="2"]>.ct-control{padding:0}.ct-controls-group[data-columns*="medium"]{--col-gap: 25px}.ct-layer-content .ct-controls-group>*{padding:0}.ct-option-editor .wp-editor-container{border-color:#dfdfdf}.ct-option-editor .wp-editor-container .mce-tinymce{border:none}.ct-option-editor .mce-tinymce{border:1px solid #dfdfdf}.ct-option-editor .mce-top-part:before{-webkit-box-shadow:none;box-shadow:none}.ct-option-widget-area>.customize-pane-child{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative !important;padding:0 !important;margin-top:25px !important;border-bottom:none !important;overflow:initial !important}.ct-option-widget-area>.customize-pane-child .customize-control{--ui-padding: 0 8px}.ct-option-widget-area>.customize-pane-child .customize-control-sidebar_widgets{-webkit-box-ordinal-group:101;-ms-flex-order:100;order:100}.customize-control-widget_form .widget-top .widget-title h3{padding:13px 15px}.customize-control-widget_form .widget-top .widget-action{padding:8px}.customize-control-widget_form .widget-top .widget-reorder-nav span{height:39px}.customize-control-widget_form .widget-top .widget-reorder-nav span:before{line-height:39px}.widget-inside .ct-options-panel{margin-bottom:20px}.widget-inside .ct-options-root>.ct-control{position:relative;margin-left:-15px;margin-right:-15px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.widget-inside .ct-control{margin-top:20px;padding-left:15px;padding-right:15px}.widget-inside .ct-control[data-design="inline"]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.widget-inside .ct-control[data-design="inline"]>header{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.widget-inside .ct-control[data-design="inline"]>section{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%;text-align:right}.widget-inside .ct-control[data-design="block"]>header:not(:empty){margin-bottom:10px}.widget-inside .ct-option-description{margin-top:15px;font-size:12px;font-style:italic;color:rgba(85,93,102,0.8)}.widget-inside .ct-attachment .thumbnail{border:none;padding:0}.widget-inside .ct-attachment .small-remove-button{display:-webkit-box;display:-ms-flexbox;display:flex}.widget-inside .ct-attachment .remove-button{display:none}.customize-pane-child .widget-inside .ct-control{margin-left:-10px;margin-right:-10px}#widget-list>div[id*="blocksy_ct"] h3{position:relative}#widget-list>div[id*="blocksy_ct"] h3:before{position:absolute;content:'';top:0;left:0;width:3px;height:100%;background:#0085ba}.ct-modal-tabs{height:43px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;overflow-x:hidden}.ct-modal-tabs li{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100%;margin:0;cursor:pointer;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #eee}.ct-modal-tabs li:not(:last-child){border-right:1px solid #eee}.ct-modal-tabs li:not(.active){color:rgba(68,68,68,0.7)}.ct-modal-tabs li:not(.active):hover{color:#444}.ct-modal-tabs li.active{position:relative}.ct-modal-tabs li.active:after{position:absolute;content:'';left:-1px;bottom:-1px;width:calc(100% + 2px);height:2px;background:var(--accentColor)}.ct-taxonomy-meta-box>h2,.profile-php #your-profile>h2,.user-edit-php #your-profile>h2{font-size:15px;margin:20px 0 -11px 0;padding:20px 27px;background:#f7f7f7;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.04);box-shadow:0 1px 1px rgba(0,0,0,0.04)}.ct-taxonomy-meta-box>.ct-meta-box,.term-php #edittag>.form-table,.profile-php #your-profile>.form-table,.user-edit-php #your-profile>.form-table{margin-top:10px;background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.04);box-shadow:0 1px 1px rgba(0,0,0,0.04)}.term-php #edittag,.profile-php #your-profile,.user-edit-php #your-profile{max-width:100%}.term-php #edittag>.form-table>tbody,.profile-php #your-profile>.form-table>tbody,.user-edit-php #your-profile>.form-table>tbody{display:block;padding:10px 0}.term-php #edittag>.form-table>tbody tr,.profile-php #your-profile>.form-table>tbody tr,.user-edit-php #your-profile>.form-table>tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;padding:25px 27px}.term-php #edittag>.form-table>tbody tr:not(:last-child),.profile-php #your-profile>.form-table>tbody tr:not(:last-child),.user-edit-php #your-profile>.form-table>tbody tr:not(:last-child){border-bottom:1px solid #eee}.term-php #edittag>.form-table>tbody tr>th,.profile-php #your-profile>.form-table>tbody tr>th,.user-edit-php #your-profile>.form-table>tbody tr>th{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;padding-top:0}.term-php #edittag>.form-table>tbody tr>td,.profile-php #your-profile>.form-table>tbody tr>td,.user-edit-php #your-profile>.form-table>tbody tr>td{width:70%;padding:0;margin:0}.term-php #edittag>.form-table>tbody tr>td>input,.term-php #edittag>.form-table>tbody tr>td>textarea,.profile-php #your-profile>.form-table>tbody tr>td>input,.profile-php #your-profile>.form-table>tbody tr>td>textarea,.user-edit-php #your-profile>.form-table>tbody tr>td>input,.user-edit-php #your-profile>.form-table>tbody tr>td>textarea{width:95%;font-family:inherit}.term-php #edittag>.form-table>tbody tr>td .description,.profile-php #your-profile>.form-table>tbody tr>td .description,.user-edit-php #your-profile>.form-table>tbody tr>td .description{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:4px}@media screen and (max-width: 782px){.term-php #edittag>.form-table>tbody tr,.profile-php #your-profile>.form-table>tbody tr,.user-edit-php #your-profile>.form-table>tbody tr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.term-php #edittag>.form-table>tbody tr>th,.profile-php #your-profile>.form-table>tbody tr>th,.user-edit-php #your-profile>.form-table>tbody tr>th{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;padding:0 0 10px 0}.term-php #edittag>.form-table>tbody tr>td,.profile-php #your-profile>.form-table>tbody tr>td,.user-edit-php #your-profile>.form-table>tbody tr>td{width:100%}}.term-php #edittag>.edit-tag-actions,.profile-php #your-profile>.edit-tag-actions,.user-edit-php #your-profile>.edit-tag-actions{padding-left:0}#blocksy_settings_meta_box h2.hndle{padding:20px 25px;background:#f7f7f7}#blocksy_settings_meta_box button.handlediv{margin-top:12px;margin-right:12px}#blocksy_settings_meta_box>.inside{margin:0;padding:0}.ct-meta-box .ct-tabs>ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;background:#fdfdfd;border-bottom:1px solid #eee}.ct-meta-box .ct-tabs>ul>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:45px;padding:0 25px;margin:0;font-size:12px;font-weight:500;color:#555;cursor:pointer;border-right:1px solid #eee}.ct-meta-box .ct-tabs>ul>li.active{color:#000;background:#fff}.ct-meta-box .ct-tabs>ul>li.active:after{position:absolute;content:'';left:0;bottom:-1px;width:100%;height:1px;background:#fff}.ct-meta-box .ct-tabs>ul>li:not(.active):hover{color:#0074a2}.ct-meta-box .ct-control[data-design="inline"],.ct-meta-box .ct-controls-group[data-design="inline"]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:25px 25px}.ct-meta-box .ct-control[data-design="inline"]:not(:last-child),.ct-meta-box .ct-controls-group[data-design="inline"]:not(:last-child){border-bottom:1px solid rgba(226,228,231,0.5)}.ct-meta-box .ct-control[data-design="inline"]>header,.ct-meta-box .ct-controls-group[data-design="inline"]>header{position:relative;width:250px}.ct-meta-box .ct-control[data-design="inline"]>header label,.ct-meta-box .ct-controls-group[data-design="inline"]>header label{font-weight:500;text-transform:capitalize}.ct-meta-box .ct-control[data-design="inline"]>header .ct-revert,.ct-meta-box .ct-controls-group[data-design="inline"]>header .ct-revert{top:3px;width:16px;height:16px;font-size:9px}.ct-meta-box .ct-control[data-design="inline"]>section,.ct-meta-box .ct-controls-group[data-design="inline"]>section{-webkit-box-flex:1;-ms-flex:1;flex:1}.ct-meta-box .ct-control[data-design="inline"] .ct-option-description,.ct-meta-box .ct-controls-group[data-design="inline"] .ct-option-description{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:calc(100% - 250px);margin-top:10px;font-size:12px;font-style:italic;padding-left:250px;color:rgba(85,93,102,0.8)}.ct-meta-box .ct-control[data-design="block"]>header{margin-bottom:10px}.ct-meta-box>input{display:none}.ct-meta-box .ct-layers,.ct-meta-box .ct-attachment,.ct-meta-box .ct-option-input,.ct-meta-box .ct-option-slider,.ct-meta-box .ct-buttons-group,.ct-meta-box .ct-option-checkbox,.ct-meta-box .ct-option-textarea,.ct-meta-box .ct-responsive-container{max-width:400px}.ct-meta-box .ct-controls-group{border-bottom:1px solid rgba(226,228,231,0.5)}.ct-meta-box .ct-controls-group>*{border-bottom:none !important}.ct-meta-box .ct-controls-group[data-type='small-space']>*:not(:first-child){padding-top:10px !important}.ct-meta-box .ct-layers .ct-control>header{width:initial;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ct-meta-box .ct-layers .ct-control>section{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.ct-meta-box .ct-notification[data-label='no-label']{padding:25px}.ct-meta-box .ct-attachment .thumbnail img{max-width:100%}.ct-meta-box .ct-option-slider input[type='number']{font-size:var(--fontSize);padding:var(--padding);height:var(--height);border-radius:3px}.ct-meta-box .ct-option-slider input[type='number']:hover,.ct-meta-box .ct-option-slider input[type='number']:focus{border-color:#0e8ecc}.ct-meta-box .ct-typography{max-width:267px}.ct-meta-box .ct-typography .ct-control header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ct-meta-box .ct-typography .ct-control header:not(:empty){margin-bottom:10px}.ct-meta-box .ct-responsive-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ct-meta-box .ct-responsive-container .ct-option-slider{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.ct-meta-box .ct-responsive-container .ct-control-options{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-right:20px}.ct-meta-box .ct-unit-changer{background:#f3f4f5}.ct-meta-box .ct-unit-changer:not(.no-unit-list):hover{background:#e9ebec}.ct-meta-box .ct-color-modal-wrapper{margin-left:250px}.ct-meta-box .ct-color-modal-wrapper .ct-arrow{z-index:1}.ct-meta-box .ct-color-picker-modal{left:-17px;-webkit-box-shadow:0 5px 25px rgba(0,0,0,0.1);box-shadow:0 5px 25px rgba(0,0,0,0.1)}.ct-meta-box .ct-image-picker{grid-template-columns:repeat(auto-fill, 110px);margin:0}.ct-meta-box .ct-attachment .thumbnail{border-color:#d7dade}.notice-blocksy-plugin,.notice-blocksy-new-hero{position:relative;padding:25px 20px;border-left-color:#00a0d2}.ct-blocksy-new-hero-inner{line-height:1.5}.ct-blocksy-plugin-inner,.ct-blocksy-new-hero-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.ct-blocksy-plugin-inner .ct-notification-icon,.ct-blocksy-new-hero-inner .ct-notification-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;width:50px;height:50px;margin-top:2px;margin-right:20px;border-radius:100%;background:rgba(0,160,210,0.1);-webkit-box-shadow:inset 0px 0px 10px 0px rgba(0,0,0,0.03);box-shadow:inset 0px 0px 10px 0px rgba(0,0,0,0.03)}.ct-blocksy-plugin-inner .ct-notification-icon svg,.ct-blocksy-new-hero-inner .ct-notification-icon svg{width:23px;-webkit-animation:shake 5.4s ease-in-out infinite;animation:shake 5.4s ease-in-out infinite;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.ct-blocksy-plugin-inner h2,.ct-blocksy-new-hero-inner h2{font-weight:700;margin:0 0 10px 0}.ct-blocksy-plugin-inner p,.ct-blocksy-new-hero-inner p{margin:0}.ct-blocksy-plugin-inner .notice-actions,.ct-blocksy-new-hero-inner .notice-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.ct-blocksy-plugin-inner .notice-actions>*,.ct-blocksy-new-hero-inner .notice-actions>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ct-blocksy-plugin-inner .notice-actions>*:first-child,.ct-blocksy-new-hero-inner .notice-actions>*:first-child{margin-right:15px}.ct-blocksy-plugin-inner .notice-actions i,.ct-blocksy-new-hero-inner .notice-actions i{width:18px;height:18px;font-size:18px;margin-left:7px;-webkit-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}@-webkit-keyframes shake{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}2.59259%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}5.18519%{-webkit-transform:translate3d(1.5px, 0, 0);transform:translate3d(1.5px, 0, 0)}7.77778%{-webkit-transform:translate3d(-2px, 0, 0);transform:translate3d(-2px, 0, 0)}10.37037%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}12.96296%{-webkit-transform:translate3d(-2px, 0, 0);transform:translate3d(-2px, 0, 0)}15.55556%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}18.14815%{-webkit-transform:translate3d(-2px, 0, 0);transform:translate3d(-2px, 0, 0)}20.74074%{-webkit-transform:translate3d(1.5px, 0, 0);transform:translate3d(1.5px, 0, 0)}23.33333%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}25.92593%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes shake{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}2.59259%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}5.18519%{-webkit-transform:translate3d(1.5px, 0, 0);transform:translate3d(1.5px, 0, 0)}7.77778%{-webkit-transform:translate3d(-2px, 0, 0);transform:translate3d(-2px, 0, 0)}10.37037%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}12.96296%{-webkit-transform:translate3d(-2px, 0, 0);transform:translate3d(-2px, 0, 0)}15.55556%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}18.14815%{-webkit-transform:translate3d(-2px, 0, 0);transform:translate3d(-2px, 0, 0)}20.74074%{-webkit-transform:translate3d(1.5px, 0, 0);transform:translate3d(1.5px, 0, 0)}23.33333%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}25.92593%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
