@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}

.mpp-clearfix:before,.mpp-clearfix:after{content:"";display:table}.mpp-clearfix:after{clear:both}.mpp-clearfix{zoom:1}.mpp-blur-page{-webkit-filter:blur(2px);-moz-filter:blur(2px);-ms-filter:blur(2px);-o-filter:blur(2px);filter:blur(2px)}.mpp-disable-page-scroll{overflow:hidden !important;margin:0;padding:0}.mpp-hide{display:none !important}.mpp-container{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#444}.mpp-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.mpp-container *:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.mpp-container ::-webkit-input-placeholder{color:#868686}.mpp-container ::-moz-placeholder{color:#868686}.mpp-container :-ms-input-placeholder{color:#868686}.mpp-container :-moz-placeholder{color:#868686}.mpp-popup{display:none;position:fixed;z-index:99999999;left:50%;top:50%;width:640px;height:360px;margin:0;padding:0;max-height:100%;font-size:16px;background:transparent;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;-webkit-transition:height .4s ease-out,top .4s ease-out;-moz-transition:height .4s ease-out,top .4s ease-out;-ms-transition:height .4s ease-out,top .4s ease-out;-o-transition:height .4s ease-out,top .4s ease-out;transition:height .4s ease-out,top .4s ease-out}.mpp-popup.mpp-position-full-screen{width:100% !important;height:100% !important;left:0 !important;top:0 !important}.mpp-popup.mpp-position-top-left{top:0;left:15px;right:auto;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mpp-popup.mpp-position-top-center{top:0;left:50%;right:auto;-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;-webkit-transform:translate(-50%,0) scale(1);-ms-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}.mpp-popup.mpp-position-top-right{top:0;right:15px;left:auto;-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mpp-popup.mpp-position-middle-left{top:50%;left:0;right:auto;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:translate(0,-50%) scale(1);-ms-transform:translate(0,-50%) scale(1);transform:translate(0,-50%) scale(1)}.mpp-popup.mpp-position-middle-center{top:50%;left:50%;right:auto;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.mpp-popup.mpp-position-middle-right{top:50%;right:0;left:auto;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transform:translate(0,-50%) scale(1);-ms-transform:translate(0,-50%) scale(1);transform:translate(0,-50%) scale(1)}.mpp-popup.mpp-position-bottom-left{top:auto;bottom:0;left:15px;right:auto;-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mpp-popup.mpp-position-bottom-center{top:auto;bottom:0;left:50%;right:auto;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-transform:translate(-50%,0) scale(1);-ms-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}.mpp-popup.mpp-position-bottom-right{top:auto;bottom:0;right:15px;left:auto;-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mpp-popup.mpp-position-top-bar{top:0;left:0 !important;width:100% !important}.mpp-popup.mpp-position-bottom-bar{top:auto;bottom:0;left:0 !important;width:100% !important}.mpp-wrap{position:relative;width:100%;height:100%;margin:0;padding:0;background-repeat:no-repeat;background-size:cover;background-position:center center}.mpp-content{width:100%;height:100%}.mpp-popup.not-resize-opening-keyboard.mpp-position-middle-center{position:absolute}.mpp-popup.not-resize-opening-keyboard.mpp-position-middle-center .mpp-content{height:auto}.mpp-content i{font-size:1em}.mpp-content .mpp-content-desktop,.mpp-content .mpp-content-mobile{overflow:visible;position:relative;left:0;top:0;margin:auto}.mpp-popup.mpp-position-full-screen .mpp-content-desktop,.mpp-popup.mpp-position-full-screen .mpp-content-mobile{top:50%;left:50%;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);margin:0 !important}.mpp-content .mpp-content-mobile{display:none}.mpp-popup .mpp-close-icon,.mpp-inline .mpp-close-icon{position:absolute;z-index:20;display:none;cursor:pointer;font-size:21px;line-height:21px;width:21px;height:21px;vertical-align:top}.mpp-popup.mpp-has-wp-editor,.mpp-inline.mpp-has-wp-editor{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.mpp-popup.mpp-has-wp-editor.mpp-position-full-screen,.mpp-inline.mpp-has-wp-editor.mpp-position-full-screen{top:0 !important;left:0 !important}.mpp-popup.mpp-has-wp-editor .mpp-close-icon,.mpp-inline.mpp-has-wp-editor .mpp-close-icon{display:block}.mpp-popup.mpp-has-wp-editor .mpp-content,.mpp-inline.mpp-has-wp-editor .mpp-content{padding:20px 36px}.mpp-popup.mpp-has-wp-editor .mpp-content-wp-editor,.mpp-inline.mpp-has-wp-editor .mpp-content-wp-editor{display:inline-block;overflow:auto;height:100%;width:100%;padding-top:5px;padding-bottom:2px}.mpp-popup.mpp-has-wp-editor .mpp-content-wp-editor>p:last-child,.mpp-inline.mpp-has-wp-editor .mpp-content-wp-editor>p:last-child{margin-bottom:0 !important}.mpp-link-edit-popup{display:block;z-index:10;position:absolute;top:1px;left:1px;width:20px;height:20px;border-radius:50%;line-height:20px;font-size:10px;background:#333;text-align:center;margin:0;padding:0;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none}.mpp-link-edit-popup i{font-size:inherit;color:rgba(255,255,255,0.8);text-align:center;margin:0}.mpp-link-edit-popup i:hover{color:white}.mpp-content-locker{display:none}.mpp-inline{display:none;position:relative;width:640px;height:360px;margin:0 auto;padding:0;max-height:100%;font-size:16px;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}.mpp-overlay{display:none;position:fixed !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;min-width:100%;min-height:100%;z-index:99999998}.mpp-overlay.mpp-overlay-close-popup{cursor:pointer}.mpp-overlay .mpp-overlay-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,1,5,0.8);opacity:1}.mpp-sticky{display:none;position:fixed;z-index:99999993;cursor:pointer;margin:0;padding:0}.mpp-sticky .mpp-sticky-control{display:block;position:relative;width:auto;height:40px;min-width:40px;line-height:40px;padding:0 15px;text-align:center;background-color:rgba(0,0,0,0.8);color:white;background:black}.mpp-sticky .mpp-sticky-control .mpp-sticky-text{display:inline-block;line-height:1;color:inherit}.mpp-sticky .mpp-sticky-control .mpp-sticky-icon{position:absolute;top:0;right:0;width:40px;height:100%;background-color:rgba(32,95,240,0.8);line-height:inherit;color:inherit;font-size:1.3em}.mpp-sticky .mpp-sticky-control .mpp-sticky-icon+.mpp-sticky-text{margin-right:40px}.mpp-container.mpp-container-position-top-left .mpp-sticky{top:0;left:15px;right:auto}.mpp-container.mpp-container-position-top-center .mpp-sticky{top:0;left:50%;right:auto;-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;-webkit-transform:translate(-50%,0) scale(1);-ms-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}.mpp-container.mpp-container-position-top-right .mpp-sticky{top:0;right:15px;left:auto}.mpp-container.mpp-container-position-middle-left .mpp-sticky{top:50%;left:0;right:auto;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:translate(0,-50%) scale(1);-ms-transform:translate(0,-50%) scale(1);transform:translate(0,-50%) scale(1)}.mpp-container.mpp-container-position-middle-left .mpp-sticky.mpp-sticky-vertical{-webkit-transform:rotate(-90deg) translateX(-50%) translateY(50%);-ms-transform:rotate(-90deg) translateX(-50%) translateY(50%);transform:rotate(-90deg) translateX(-50%) translateY(50%)}.mpp-container.mpp-container-position-middle-left .mpp-sticky.mpp-sticky-vertical .mpp-sticky-text{vertical-align:text-top;line-height:1}.mpp-container.mpp-container-position-middle-center .mpp-sticky{top:auto;bottom:0;right:15px;left:auto}.mpp-container.mpp-container-position-middle-right .mpp-sticky{top:50%;right:0;left:auto;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transform:translate(0,-50%) scale(1);-ms-transform:translate(0,-50%) scale(1);transform:translate(0,-50%) scale(1)}.mpp-container.mpp-container-position-middle-right .mpp-sticky.mpp-sticky-vertical{-webkit-transform:rotate(-90deg) translateX(50%) translateY(-50%);-ms-transform:rotate(-90deg) translateX(50%) translateY(-50%);transform:rotate(-90deg) translateX(50%) translateY(-50%)}.mpp-container.mpp-container-position-middle-right .mpp-sticky.mpp-sticky-vertical .mpp-sticky-text{vertical-align:text-top;line-height:1}.mpp-container.mpp-container-position-middle-right .mpp-sticky .mpp-sticky-control .mpp-sticky-icon{right:auto;left:0}.mpp-container.mpp-container-position-middle-right .mpp-sticky .mpp-sticky-control .mpp-sticky-icon+.mpp-sticky-text{margin-right:0;margin-left:40px}.mpp-container.mpp-container-position-bottom-left .mpp-sticky{top:auto;bottom:0;left:15px;right:auto}.mpp-container.mpp-container-position-bottom-center .mpp-sticky{top:auto;bottom:0;left:50%;right:auto;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-transform:translate(-50%,0) scale(1);-ms-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}.mpp-container.mpp-container-position-bottom-right .mpp-sticky{top:auto;bottom:0;right:15px;left:auto}.mpp-container.mpp-container-position-top-bar .mpp-sticky{top:0;right:15px;left:auto}.mpp-container.mpp-container-position-bottom-bar .mpp-sticky{top:auto;bottom:0;right:15px;left:auto}@media only screen and (max-width:800px){.mpp-container.mpp-container-position-middle-center .mpp-sticky,.mpp-container.mpp-container-position-bottom-right .mpp-sticky,.mpp-container.mpp-container-position-bottom-left .mpp-sticky{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}.mpp-container.mpp-container-position-bottom-left .mpp-sticky{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}.mpp-container.mpp-container-position-bottom-center .mpp-sticky{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-transform:translate(-50%,0) scale(0.9);-ms-transform:translate(-50%,0) scale(0.9);transform:translate(-50%,0) scale(0.9)}.mpp-container.mpp-container-position-top-right .mpp-sticky{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.mpp-container.mpp-container-position-top-left .mpp-sticky{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.mpp-container.mpp-container-position-top-center .mpp-sticky{-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;-webkit-transform:translate(-50%,0) scale(0.9);-ms-transform:translate(-50%,0) scale(0.9);transform:translate(-50%,0) scale(0.9)}.mpp-container.mpp-container-position-top-bar .mpp-sticky,.mpp-container.mpp-container-position-bottom-bar .mpp-sticky{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.mpp-container.mpp-container-position-bottom-bar .mpp-sticky{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}}@media only screen and (max-width:600px){.mpp-container.mpp-container-position-middle-center .mpp-sticky,.mpp-container.mpp-container-position-bottom-right .mpp-sticky,.mpp-container.mpp-container-position-bottom-left .mpp-sticky{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.mpp-container.mpp-container-position-bottom-center .mpp-sticky{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-transform:translate(-50%,0) scale(0.8);-ms-transform:translate(-50%,0) scale(0.8);transform:translate(-50%,0) scale(0.8)}.mpp-container.mpp-container-position-top-right .mpp-sticky{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.mpp-container.mpp-container-position-top-left .mpp-sticky{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.mpp-container.mpp-container-position-top-center .mpp-sticky{-webkit-transform:translate(-50%,0) scale(0.8);-ms-transform:translate(-50%,0) scale(0.8);transform:translate(-50%,0) scale(0.8)}.mpp-container.mpp-container-position-top-bar .mpp-sticky,.mpp-container.mpp-container-position-bottom-bar .mpp-sticky{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}}@media only screen and (max-width:400px){.mpp-container.mpp-container-position-middle-center .mpp-sticky,.mpp-container.mpp-container-position-bottom-right .mpp-sticky,.mpp-container.mpp-container-position-bottom-left .mpp-sticky{-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}.mpp-container.mpp-container-position-bottom-center .mpp-sticky{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-transform:translate(-50%,0) scale(0.7);-ms-transform:translate(-50%,0) scale(0.7);transform:translate(-50%,0) scale(0.7)}.mpp-container.mpp-container-position-top-right .mpp-sticky{-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}.mpp-container.mpp-container-position-top-left .mpp-sticky{-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}.mpp-container.mpp-container-position-top-center .mpp-sticky{-webkit-transform:translate(-50%,0) scale(0.7);-ms-transform:translate(-50%,0) scale(0.7);transform:translate(-50%,0) scale(0.7)}.mpp-container.mpp-container-position-top-bar .mpp-sticky,.mpp-container.mpp-container-position-bottom-bar .mpp-sticky{-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}}.mpp-element{position:absolute;-webkit-box-sizing:border-box !important;box-sizing:border-box !important}.mpp-element *{-webkit-transition:color 120ms ease-in-out,border 120ms ease-in-out;-moz-transition:color 120ms ease-in-out,border 120ms ease-in-out;-o-transition:color 120ms ease-in-out,border 120ms ease-in-out;transition:color 120ms ease-in-out,border 120ms ease-in-out}.mpp-element .mpp-element-content{position:relative;width:100%;height:100%;max-width:100%;max-height:100%;opacity:1;padding:0;margin:0;-webkit-box-sizing:border-box !important;box-sizing:border-box !important}.mpp-element .mpp-element-content input,.mpp-element .mpp-element-content textarea,.mpp-element .mpp-element-content select{max-width:100% !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;outline:none !important;margin:0 !important}.mpp-element .mpp-element-content img{margin:0 !important}.mpp-element:not(.mpp-element-shortcode) .mpp-element-content{color:#444;font-family:inherit;font-size:20px;font-weight:400;font-style:normal;text-align:left;line-height:22px;white-space:normal;text-transform:none;text-decoration:none;border-style:solid;border-width:0;border-radius:0;border-color:rgba(255,255,255,0);background-size:cover;background-position:center center;background-repeat:no-repeat}.mpp-element.mpp-element-close-icon{cursor:pointer !important}.mpp-element.mpp-element-text-html .mpp-element-content>h1,.mpp-element.mpp-element-text-html .mpp-element-content>h2,.mpp-element.mpp-element-text-html .mpp-element-content>h3,.mpp-element.mpp-element-text-html .mpp-element-content>h4,.mpp-element.mpp-element-text-html .mpp-element-content>h5,.mpp-element.mpp-element-text-html .mpp-element-content>p,.mpp-element.mpp-element-text-html .mpp-element-content>span,.mpp-element.mpp-element-text-html .mpp-element-content>strong{color:inherit}.mpp-element.mpp-element-text-html .mpp-element-content>h1,.mpp-element.mpp-element-text-html .mpp-element-content>h2,.mpp-element.mpp-element-text-html .mpp-element-content>h3,.mpp-element.mpp-element-text-html .mpp-element-content>h4,.mpp-element.mpp-element-text-html .mpp-element-content>h5,.mpp-element.mpp-element-text-html .mpp-element-content>p,.mpp-element.mpp-element-text-html .mpp-element-content>span,.mpp-element.mpp-element-text-html .mpp-element-content>strong,.mpp-element.mpp-element-text-html .mpp-element-content>a,.mpp-element.mpp-element-text-html .mpp-element-content>a:hover,.mpp-element.mpp-element-text-html .mpp-element-content>a:focus{margin:0;font-size:inherit;font-family:inherit;line-height:inherit;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;outline:0}.mpp-element.mpp-element-button,.mpp-element.mpp-element-field_submit{cursor:pointer !important}.mpp-element.mpp-element-button .mpp-element-content i,.mpp-element.mpp-element-field_submit .mpp-element-content i{line-height:inherit;font-size:1em;margin:0;padding:0 2px;color:inherit;display:inline-block;width:auto;height:auto;top:auto;left:auto;vertical-align:middle}@media only screen and (max-width:600px){.mpp-element.mpp-element-button .mpp-element-content i,.mpp-element.mpp-element-field_submit .mpp-element-content i{padding:0}}.mpp-element.mpp-element-button .mpp-element-content>h1,.mpp-element.mpp-element-button .mpp-element-content>h2,.mpp-element.mpp-element-button .mpp-element-content>h3,.mpp-element.mpp-element-button .mpp-element-content>h4,.mpp-element.mpp-element-button .mpp-element-content>h5,.mpp-element.mpp-element-button .mpp-element-content>p,.mpp-element.mpp-element-button .mpp-element-content>span,.mpp-element.mpp-element-button .mpp-element-content>strong,.mpp-element.mpp-element-button .mpp-element-content>a,.mpp-element.mpp-element-button .mpp-element-content>a:hover,.mpp-element.mpp-element-button .mpp-element-content>a:focus,.mpp-element.mpp-element-field_submit .mpp-element-content>h1,.mpp-element.mpp-element-field_submit .mpp-element-content>h2,.mpp-element.mpp-element-field_submit .mpp-element-content>h3,.mpp-element.mpp-element-field_submit .mpp-element-content>h4,.mpp-element.mpp-element-field_submit .mpp-element-content>h5,.mpp-element.mpp-element-field_submit .mpp-element-content>p,.mpp-element.mpp-element-field_submit .mpp-element-content>span,.mpp-element.mpp-element-field_submit .mpp-element-content>strong,.mpp-element.mpp-element-field_submit .mpp-element-content>a,.mpp-element.mpp-element-field_submit .mpp-element-content>a:hover,.mpp-element.mpp-element-field_submit .mpp-element-content>a:focus{margin:0;font-size:inherit;color:inherit;font-family:inherit;line-height:inherit;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;outline:0}.mpp-element.mpp-element-image img{display:block;width:100%;border-radius:inherit}.mpp-element.mpp-element-object .mpp-element-content i{display:block;margin:0 !important;padding:0 !important;line-height:1em !important;width:auto !important;top:auto !important;height:auto !important;vertical-align:middle !important}.mpp-element.mpp-element-object .mpp-element-content img{max-width:100%;margin:0 !important;padding:0 !important;vertical-align:text-top !important}.mpp-element.mpp-element-iframe .mpp-element-content .mpp-iframe-wrap{position:relative;width:100%;height:100%;overflow:visible;-webkit-overflow-scrolling:touch}.mpp-element.mpp-element-iframe .mpp-element-content .mpp-iframe-wrap>iframe{position:relative;z-index:2;margin:0 !important;padding:0 !important;border:0 !important;height:100% !important;width:100% !important;display:block}.mpp-element.mpp-element-iframe .mpp-element-content .mpp-iframe-wrap .mpp-loader{position:absolute;top:47%;left:47%;font-size:30px;z-index:1}.mpp-element.mpp-element-field_first_name .mpp-element-content input,.mpp-element.mpp-element-field_last_name .mpp-element-content input,.mpp-element.mpp-element-field_email .mpp-element-content input,.mpp-element.mpp-element-field_phone .mpp-element-content input,.mpp-element.mpp-element-custom_field_input_text .mpp-element-content input{display:block;width:100% !important;height:100% !important}.mpp-element.mpp-element-field_first_name .mpp-element-content input:focus,.mpp-element.mpp-element-field_last_name .mpp-element-content input:focus,.mpp-element.mpp-element-field_email .mpp-element-content input:focus,.mpp-element.mpp-element-field_phone .mpp-element-content input:focus,.mpp-element.mpp-element-custom_field_input_text .mpp-element-content input:focus{outline:0;-webkit-box-shadow:none !important;box-shadow:none !important}.mpp-element.mpp-element-custom_field_input_hidden{display:none !important}.mpp-element.mpp-element-custom_field_input_checkbox .mpp-element-content input[type=checkbox],.mpp-element.mpp-element-custom_field_input_checkbox_gdpr .mpp-element-content input[type=checkbox]{visibility:hidden !important;margin:0 !important}.mpp-element.mpp-element-custom_field_input_checkbox .mpp-element-content input[type=checkbox]:before,.mpp-element.mpp-element-custom_field_input_checkbox_gdpr .mpp-element-content input[type=checkbox]:before{display:none}.mpp-element.mpp-element-custom_field_input_checkbox .mpp-element-content label,.mpp-element.mpp-element-custom_field_input_checkbox .mpp-element-content i,.mpp-element.mpp-element-custom_field_input_checkbox_gdpr .mpp-element-content label,.mpp-element.mpp-element-custom_field_input_checkbox_gdpr .mpp-element-content i{width:100%;height:100%;margin:0;padding:0;font-size:1em;color:inherit;line-height:1;border:0;cursor:pointer}.mpp-element.mpp-element-custom_field_input_checkbox .mpp-element-content label,.mpp-element.mpp-element-custom_field_input_checkbox_gdpr .mpp-element-content label{display:block}.mpp-element.mpp-element-custom_field_input_checkbox .mpp-element-content i,.mpp-element.mpp-element-custom_field_input_checkbox_gdpr .mpp-element-content i{display:table;position:absolute;top:0;left:0}.mpp-element.mpp-element-custom_field_input_checkbox .mpp-element-content i:before,.mpp-element.mpp-element-custom_field_input_checkbox_gdpr .mpp-element-content i:before{display:table-cell;vertical-align:middle}.mpp-element.mpp-element-custom_field_input_checkbox .mpp-element-content input[type=checkbox]:checked+i,.mpp-element.mpp-element-custom_field_input_checkbox_gdpr .mpp-element-content input[type=checkbox]:checked+i{color:black}.mpp-element.mpp-element-custom_field_dropdown .mpp-element-content select{display:block;width:100% !important;height:100% !important;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.mpp-element.mpp-element-custom_field_dropdown .mpp-element-content select:focus{outline:0;-webkit-box-shadow:none !important;box-shadow:none !important}.mpp-element.mpp-element-custom_field_dropdown .mpp-element-content i{position:absolute;right:15px;top:50%;margin:0;padding:0;margin-top:-0.5em;font-size:.8em;color:inherit;line-height:1;border:0;cursor:pointer;pointer-events:none}.mpp-element.mpp-element-custom_field_dropdown .mpp-element-content i:before{vertical-align:top}.mpp-element.mpp-element-field_message .mpp-element-content textarea{display:block;width:100% !important;height:100% !important}.mpp-element.mpp-element-field_message .mpp-element-content textarea:focus{outline:0;-webkit-box-shadow:none !important;box-shadow:none !important}.mpp-element.mpp-element-video .mpp-video-poster{position:absolute;top:0;left:0;z-index:2;height:100%;width:100%;background-color:#000;background-size:cover;background-position:center center;background-repeat:no-repeat;font-size:inherit}.mpp-element.mpp-element-video .mpp-video-poster .mpp-play-icon{cursor:pointer}.mpp-element.mpp-element-video .mpp-wrap-video{width:100%;height:100%;max-height:100%;position:relative;background-color:#000;background-size:cover;background-position:center center;background-repeat:no-repeat}.mpp-element.mpp-element-video .mpp-wrap-video iframe,.mpp-element.mpp-element-video .mpp-wrap-video video{margin:0 !important;padding:0 !important;border:0 !important;height:100% !important;width:100% !important;display:block}.mpp-element.mpp-element-video .mpp-wrap-video .video-js,.mpp-element.mpp-element-video .mpp-wrap-video .my-player-dimensions{width:100% !important;height:100% !important}.mpp-element.mpp-element-video .mpp-play-icon{position:absolute;top:50%;left:50%;z-index:1;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:inherit;cursor:pointer}.mpp-element.mpp-element-video .mpp-play-icon i{font-size:inherit}.mpp-recaptcha-wrap{-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.mpp-preloader{display:none;position:absolute;top:50%;left:50%;width:44px;height:44px;margin-top:-22px;margin-left:-22px;opacity:1}.mpp-preloader.mpp-preloader-image{background:url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/images/popup-preloader.gif) no-repeat center center}.mpp-preloader.mpp-preloader-animation .mpp-preloader-spinner1,.mpp-preloader.mpp-preloader-animation .mpp-preloader-spinner2{width:100%;height:100%;border-radius:50%;background:#00ddd2;opacity:.7;position:absolute;top:0;left:0;-webkit-animation:mpp-preloader-animation 1.8s infinite ease-in-out;animation:mpp-preloader-animation 1.8s infinite ease-in-out}.mpp-preloader.mpp-preloader-animation .mpp-preloader-spinner2{-webkit-animation-delay:-0.9s;animation-delay:-0.9s;background:#3e99ff}@-webkit-keyframes mpp-preloader-animation{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes mpp-preloader-animation{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.mpp-trigger-popup{cursor:pointer}.mpp-form-element.mpp-has-error .mpp-error-warning{position:absolute;top:-8px;right:-9px;z-index:99;width:18px;height:16px;background:url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/images/error-warning.png) no-repeat 0 0;display:block;cursor:pointer}.mpp-form-element.mpp-has-error.mpp-element-field_first_name input.mpp-input.mpp-error,.mpp-form-element.mpp-has-error.mpp-element-field_last_name input.mpp-input.mpp-error,.mpp-form-element.mpp-has-error.mpp-element-field_email input.mpp-input.mpp-error,.mpp-form-element.mpp-has-error.mpp-element-field_phone input.mpp-input.mpp-error,.mpp-form-element.mpp-has-error.mpp-element-custom_field_input_text input.mpp-input.mpp-error{border-color:#da2121 !important}.mpp-form-element.mpp-has-error.mpp-element-custom_field_input_checkbox .mpp-element-content,.mpp-form-element.mpp-has-error.mpp-element-custom_field_input_checkbox_gdpr .mpp-element-content{border-color:#da2121 !important}.mpp-form-element.mpp-has-error.mpp-element-custom_field_dropdown select.mpp-select.mpp-error{border-color:#da2121 !important}.mpp-form-element.mpp-has-error.mpp-element-field_message textarea.mpp-textarea.mpp-error{border-color:#da2121 !important}.mpp-processing-form{display:none;position:absolute;top:0;left:0;z-index:99;width:100%;height:100%;background-color:whitesmoke;background-size:cover;background-position:center center;border:1px solid #00b5ad;font-size:14px;font-family:inherit;color:#444;line-height:1.6;border-radius:inherit}.mpp-processing-form .mpp-processing-form-content{position:absolute;top:50%;left:50%;display:block;width:100%;padding:20px;text-align:center;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mpp-processing-form .mpp-processing-form-footer{display:none;position:absolute;bottom:20px;width:100%;text-align:center;font-size:inherit}.mpp-position-top-bar .mpp-processing-form .mpp-processing-form-footer{bottom:6px}.mpp-position-bottom-bar .mpp-processing-form .mpp-processing-form-footer{bottom:6px}.mpp-processing-form .mpp-processing-form-footer .mpp-back-to-form,.mpp-processing-form .mpp-processing-form-footer .mpp-close-popup{margin:0 15px;display:inline-block;text-decoration:underline;cursor:pointer;font-size:13px}.mpp-conversion{display:none;position:absolute;top:0;left:0;z-index:99;width:100%;height:100%;background-color:whitesmoke;background-size:cover;background-position:center center;border:1px solid #00b5ad;font-size:14px;font-family:inherit;color:#444;line-height:1.6;border-radius:inherit}.mpp-conversion .mpp-conversion-content{position:absolute;top:50%;left:50%;display:block;width:100%;padding:20px;text-align:center;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:inherit;color:inherit;line-height:inherit}.mpp-conversion .mpp-conversion-footer{display:block;position:absolute;bottom:20px;width:100%;text-align:center;font-size:inherit}.mpp-position-top-bar .mpp-conversion .mpp-conversion-footer{bottom:6px}.mpp-position-bottom-bar .mpp-conversion .mpp-conversion-footer{bottom:6px}.mpp-conversion .mpp-conversion-footer .mpp-back-to-form,.mpp-conversion .mpp-conversion-footer .mpp-close-popup{margin:0 15px;display:inline-block;text-decoration:underline;cursor:pointer;font-size:13px}.mpp-countdown-message{display:none}.mpp-countdown-wrap{display:block}.mpp-countdown-wrap .mpp-countdown{margin:0 auto;width:auto;text-align:center;font-size:16px;color:#000}.mpp-countdown *{-webkit-box-sizing:content-box;box-sizing:content-box}.mpp-countdown .mpp-time{display:inline-block !important;font-size:inherit;font-weight:inherit;text-align:inherit;text-decoration:inherit;color:inherit;font-family:inherit;font-style:inherit;text-transform:inherit}.mpp-inline .mpp-countdown .mpp-time{float:right}.mpp-countdown .mpp-count-digit{position:relative;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;-webkit-perspective:289px;perspective:289px;overflow:visible !important;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mpp-countdown .mpp-count-digit:after{content:"";z-index:5;position:absolute;left:0;top:49%;width:100%;height:1px;background:rgba(0,0,0,0.9)}.mpp-countdown .mpp-count{display:block;overflow:hidden;z-index:1;position:absolute;top:0;left:0;width:100%;border:0;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform-style:flat;transform-style:flat}.mpp-countdown .mpp-count.mpp-top{height:50%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.mpp-countdown .mpp-count.mpp-bottom{line-height:0;height:50%;top:50%;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.mpp-countdown .mpp-count-label{margin-top:6px;display:block;width:100%;line-height:1;text-shadow:none;font-size:inherit;font-weight:inherit;text-align:inherit;text-decoration:inherit;color:inherit;font-family:inherit;font-style:inherit;text-transform:inherit}.mpp-countdown .mpp-count.mpp-curr.mpp-top{-webkit-transform:rotateX(0);transform:rotateX(0);z-index:3}.mpp-countdown .mpp-count.mpp-next.mpp-bottom{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);z-index:2}.mpp-countdown .mpp-flip .mpp-count.mpp-curr.mpp-top{-webkit-transition:all 500ms ease-in;-o-transition:all 500ms ease-in;transition:all 500ms ease-in;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}.mpp-countdown .mpp-flip .mpp-count.mpp-next.mpp-bottom{-webkit-transition:all 500ms ease-out 500ms;-o-transition:all 500ms ease-out 500ms;transition:all 500ms ease-out 500ms;-webkit-transform:rotateX(0);transform:rotateX(0)}.mpp-countdown .mpp-time{margin:0 5px}.mpp-countdown .mpp-count-digit{border-radius:5px;-webkit-box-shadow:none;box-shadow:none;height:100px;width:60px;background-color:#38373c}.mpp-countdown .mpp-count-digit:after{background:rgba(0,0,0,0.4)}.mpp-countdown .mpp-count{font-size:45px;background:#38373c;color:white;font-family:"Arial",sans-serif;text-shadow:2px 2px 0 rgba(0,0,0,0.9)}.mpp-countdown .mpp-count.mpp-top{line-height:100px;border-radius:5px 5px 0 0}.mpp-countdown .mpp-count.mpp-bottom{border-radius:0 0 5px 5px}.public-popup-templates .mpp-categories-popup-templates,.public-popup-templates .mpp-tags-popup-templates{width:100%;list-style:none;padding:10px 0;font-size:13px;text-align:center;margin:0 0 20px}.public-popup-templates .mpp-categories-popup-templates li,.public-popup-templates .mpp-tags-popup-templates li{display:inline-block;font-weight:bold;font-size:16px;margin:0 7px;cursor:pointer;color:#000;-webkit-transition:all ease-in-out .25s;-o-transition:all ease-in-out .25s;transition:all ease-in-out .25s}.public-popup-templates .mpp-categories-popup-templates li:hover,.public-popup-templates .mpp-categories-popup-templates li.mpp-active,.public-popup-templates .mpp-tags-popup-templates li:hover,.public-popup-templates .mpp-tags-popup-templates li.mpp-active{color:#0674ec}.public-popup-templates .mpp-tags-popup-templates li{font-size:11px;margin:0 6px}.public-popup-templates .mpp-wrap-popup-templates{width:100%;margin-left:0;padding-top:10px;display:table}.public-popup-templates .mpp-item-popup-template{float:left;height:auto;cursor:pointer;overflow:hidden;-webkit-box-shadow:0 30px 32px -30px rgba(0,0,0,0.9) !important;box-shadow:0 30px 32px -30px rgba(0,0,0,0.9) !important;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease;max-width:30%;margin:10px 1.5% 30px}@media(max-width:920px){.public-popup-templates .mpp-item-popup-template{max-width:47%}}@media(max-width:600px){.public-popup-templates .mpp-item-popup-template{max-width:97%}}.public-popup-templates .mpp-item-popup-template:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.public-popup-templates .mpp-item-popup-template.mpp-scale-1{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.public-popup-templates .mpp-item-popup-template img{max-width:100%;display:block;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.mpp-wrap-link-powered-by{display:none;position:absolute;bottom:-22px;left:0;background:rgba(0,0,0,0.5);height:22px;line-height:22px;padding:0;padding-right:6px;padding-left:5px}.mpp-wrap-link-powered-by a{font-size:11px;color:rgba(255,255,255,0.9);line-height:22px;display:block;text-decoration:none}.mpp-wrap-link-powered-by a span{text-decoration:underline}.mpp-wrap-link-powered-by a:hover,.mpp-wrap-link-powered-by a:active,.mpp-wrap-link-powered-by a:focus{color:white}.mpp-position-full-screen .mpp-wrap-link-powered-by{display:none !important}.mpp-container.mpp-container-position-bottom-left .mpp-wrap-link-powered-by,.mpp-container.mpp-container-position-bottom-center .mpp-wrap-link-powered-by,.mpp-container.mpp-container-position-bottom-right .mpp-wrap-link-powered-by,.mpp-container.mpp-container-position-bottom-bar .mpp-wrap-link-powered-by{top:-22px;bottom:auto}.kint{position:relative;left:180px;z-index:9999999;width:70%;margin-bottom:15px;font-size:14px}.kint dl dt{padding:8px 12px}.kint dl dd dl dt{font-size:12px;padding:4px 12px}.kint footer{color:#333;font-size:12px;padding-top:5px}.kint footer li{color:#666;line-height:20px}.kint footer .kint-popup-trigger{display:none} [class^="mpp-icon-"],[class*="mpp-icon-"]{display:inline-block;font:normal normal normal 14px/1 PpmFontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mpp-icon-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.mpp-icon-2x{font-size:2em}.mpp-icon-3x{font-size:3em}.mpp-icon-4x{font-size:4em}.mpp-icon-5x{font-size:5em}.mpp-icon-fw{width:1.28571em;text-align:center}.mpp-icon-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.mpp-icon-ul>li{position:relative}.mpp-icon-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.mpp-icon-li.mpp-icon-lg{left:-1.85714em}.mpp-icon-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.mpp-icon-pull-left{float:left}.mpp-icon-pull-right{float:right}.mpp-icon.mpp-icon-pull-left{margin-right:.3em}.mpp-icon.mpp-icon-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.mpp-icon.pull-left{margin-right:.3em}.mpp-icon.pull-right{margin-left:.3em}.mpp-icon-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.mpp-icon-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.mpp-icon-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mpp-icon-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mpp-icon-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mpp-icon-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.mpp-icon-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .mpp-icon-rotate-90,:root .mpp-icon-rotate-180,:root .mpp-icon-rotate-270,:root .mpp-icon-flip-horizontal,:root .mpp-icon-flip-vertical{-webkit-filter:none;filter:none}.mpp-icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.mpp-icon-stack-1x,.mpp-icon-stack-2x{position:absolute;left:0;width:100%;text-align:center}.mpp-icon-stack-1x{line-height:inherit}.mpp-icon-stack-2x{font-size:2em}.mpp-icon-inverse{color:#fff}.mpp-icon-glass:before{content:""}.mpp-icon-music:before{content:""}.mpp-icon-search:before{content:""}.mpp-icon-envelope-o:before{content:""}.mpp-icon-heart:before{content:""}.mpp-icon-star:before{content:""}.mpp-icon-star-o:before{content:""}.mpp-icon-user:before{content:""}.mpp-icon-film:before{content:""}.mpp-icon-th-large:before{content:""}.mpp-icon-th:before{content:""}.mpp-icon-th-list:before{content:""}.mpp-icon-check:before{content:""}.mpp-icon-remove:before,.mpp-icon-close:before,.mpp-icon-times:before{content:""}.mpp-icon-search-plus:before{content:""}.mpp-icon-search-minus:before{content:""}.mpp-icon-power-off:before{content:""}.mpp-icon-signal:before{content:""}.mpp-icon-gear:before,.mpp-icon-cog:before{content:""}.mpp-icon-trash-o:before{content:""}.mpp-icon-home:before{content:""}.mpp-icon-file-o:before{content:""}.mpp-icon-clock-o:before{content:""}.mpp-icon-road:before{content:""}.mpp-icon-download:before{content:""}.mpp-icon-arrow-circle-o-down:before{content:""}.mpp-icon-arrow-circle-o-up:before{content:""}.mpp-icon-inbox:before{content:""}.mpp-icon-play-circle-o:before{content:""}.mpp-icon-rotate-right:before,.mpp-icon-repeat:before{content:""}.mpp-icon-refresh:before{content:""}.mpp-icon-list-alt:before{content:""}.mpp-icon-lock:before{content:""}.mpp-icon-flag:before{content:""}.mpp-icon-headphones:before{content:""}.mpp-icon-volume-off:before{content:""}.mpp-icon-volume-down:before{content:""}.mpp-icon-volume-up:before{content:""}.mpp-icon-qrcode:before{content:""}.mpp-icon-barcode:before{content:""}.mpp-icon-tag:before{content:""}.mpp-icon-tags:before{content:""}.mpp-icon-book:before{content:""}.mpp-icon-bookmark:before{content:""}.mpp-icon-print:before{content:""}.mpp-icon-camera:before{content:""}.mpp-icon-font:before{content:""}.mpp-icon-bold:before{content:""}.mpp-icon-italic:before{content:""}.mpp-icon-text-height:before{content:""}.mpp-icon-text-width:before{content:""}.mpp-icon-align-left:before{content:""}.mpp-icon-align-center:before{content:""}.mpp-icon-align-right:before{content:""}.mpp-icon-align-justify:before{content:""}.mpp-icon-list:before{content:""}.mpp-icon-dedent:before,.mpp-icon-outdent:before{content:""}.mpp-icon-indent:before{content:""}.mpp-icon-video-camera:before{content:""}.mpp-icon-photo:before,.mpp-icon-image:before,.mpp-icon-picture-o:before{content:""}.mpp-icon-pencil:before{content:""}.mpp-icon-map-marker:before{content:""}.mpp-icon-adjust:before{content:""}.mpp-icon-tint:before{content:""}.mpp-icon-edit:before,.mpp-icon-pencil-square-o:before{content:""}.mpp-icon-share-square-o:before{content:""}.mpp-icon-check-square-o:before{content:""}.mpp-icon-arrows:before{content:""}.mpp-icon-step-backward:before{content:""}.mpp-icon-fast-backward:before{content:""}.mpp-icon-backward:before{content:""}.mpp-icon-play:before{content:""}.mpp-icon-pause:before{content:""}.mpp-icon-stop:before{content:""}.mpp-icon-forward:before{content:""}.mpp-icon-fast-forward:before{content:""}.mpp-icon-step-forward:before{content:""}.mpp-icon-eject:before{content:""}.mpp-icon-chevron-left:before{content:""}.mpp-icon-chevron-right:before{content:""}.mpp-icon-plus-circle:before{content:""}.mpp-icon-minus-circle:before{content:""}.mpp-icon-times-circle:before{content:""}.mpp-icon-check-circle:before{content:""}.mpp-icon-question-circle:before{content:""}.mpp-icon-info-circle:before{content:""}.mpp-icon-crosshairs:before{content:""}.mpp-icon-times-circle-o:before{content:""}.mpp-icon-check-circle-o:before{content:""}.mpp-icon-ban:before{content:""}.mpp-icon-arrow-left:before{content:""}.mpp-icon-arrow-right:before{content:""}.mpp-icon-arrow-up:before{content:""}.mpp-icon-arrow-down:before{content:""}.mpp-icon-mail-forward:before,.mpp-icon-share:before{content:""}.mpp-icon-expand:before{content:""}.mpp-icon-compress:before{content:""}.mpp-icon-plus:before{content:""}.mpp-icon-minus:before{content:""}.mpp-icon-asterisk:before{content:""}.mpp-icon-exclamation-circle:before{content:""}.mpp-icon-gift:before{content:""}.mpp-icon-leaf:before{content:""}.mpp-icon-fire:before{content:""}.mpp-icon-eye:before{content:""}.mpp-icon-eye-slash:before{content:""}.mpp-icon-warning:before,.mpp-icon-exclamation-triangle:before{content:""}.mpp-icon-plane:before{content:""}.mpp-icon-calendar:before{content:""}.mpp-icon-random:before{content:""}.mpp-icon-comment:before{content:""}.mpp-icon-magnet:before{content:""}.mpp-icon-chevron-up:before{content:""}.mpp-icon-chevron-down:before{content:""}.mpp-icon-retweet:before{content:""}.mpp-icon-shopping-cart:before{content:""}.mpp-icon-folder:before{content:""}.mpp-icon-folder-open:before{content:""}.mpp-icon-arrows-v:before{content:""}.mpp-icon-arrows-h:before{content:""}.mpp-icon-bar-chart-o:before,.mpp-icon-bar-chart:before{content:""}.mpp-icon-twitter-square:before{content:""}.mpp-icon-facebook-square:before{content:""}.mpp-icon-camera-retro:before{content:""}.mpp-icon-key:before{content:""}.mpp-icon-gears:before,.mpp-icon-cogs:before{content:""}.mpp-icon-comments:before{content:""}.mpp-icon-thumbs-o-up:before{content:""}.mpp-icon-thumbs-o-down:before{content:""}.mpp-icon-star-half:before{content:""}.mpp-icon-heart-o:before{content:""}.mpp-icon-sign-out:before{content:""}.mpp-icon-linkedin-square:before{content:""}.mpp-icon-thumb-tack:before{content:""}.mpp-icon-external-link:before{content:""}.mpp-icon-sign-in:before{content:""}.mpp-icon-trophy:before{content:""}.mpp-icon-github-square:before{content:""}.mpp-icon-upload:before{content:""}.mpp-icon-lemon-o:before{content:""}.mpp-icon-phone:before{content:""}.mpp-icon-square-o:before{content:""}.mpp-icon-bookmark-o:before{content:""}.mpp-icon-phone-square:before{content:""}.mpp-icon-twitter:before{content:""}.mpp-icon-facebook-f:before,.mpp-icon-facebook:before{content:""}.mpp-icon-github:before{content:""}.mpp-icon-unlock:before{content:""}.mpp-icon-credit-card:before{content:""}.mpp-icon-feed:before,.mpp-icon-rss:before{content:""}.mpp-icon-hdd-o:before{content:""}.mpp-icon-bullhorn:before{content:""}.mpp-icon-bell:before{content:""}.mpp-icon-certificate:before{content:""}.mpp-icon-hand-o-right:before{content:""}.mpp-icon-hand-o-left:before{content:""}.mpp-icon-hand-o-up:before{content:""}.mpp-icon-hand-o-down:before{content:""}.mpp-icon-arrow-circle-left:before{content:""}.mpp-icon-arrow-circle-right:before{content:""}.mpp-icon-arrow-circle-up:before{content:""}.mpp-icon-arrow-circle-down:before{content:""}.mpp-icon-globe:before{content:""}.mpp-icon-wrench:before{content:""}.mpp-icon-tasks:before{content:""}.mpp-icon-filter:before{content:""}.mpp-icon-briefcase:before{content:""}.mpp-icon-arrows-alt:before{content:""}.mpp-icon-group:before,.mpp-icon-users:before{content:""}.mpp-icon-chain:before,.mpp-icon-link:before{content:""}.mpp-icon-cloud:before{content:""}.mpp-icon-flask:before{content:""}.mpp-icon-cut:before,.mpp-icon-scissors:before{content:""}.mpp-icon-copy:before,.mpp-icon-files-o:before{content:""}.mpp-icon-paperclip:before{content:""}.mpp-icon-save:before,.mpp-icon-floppy-o:before{content:""}.mpp-icon-square:before{content:""}.mpp-icon-navicon:before,.mpp-icon-reorder:before,.mpp-icon-bars:before{content:""}.mpp-icon-list-ul:before{content:""}.mpp-icon-list-ol:before{content:""}.mpp-icon-strikethrough:before{content:""}.mpp-icon-underline:before{content:""}.mpp-icon-table:before{content:""}.mpp-icon-magic:before{content:""}.mpp-icon-truck:before{content:""}.mpp-icon-pinterest:before{content:""}.mpp-icon-pinterest-square:before{content:""}.mpp-icon-google-plus-square:before{content:""}.mpp-icon-google-plus:before{content:""}.mpp-icon-money:before{content:""}.mpp-icon-caret-down:before{content:""}.mpp-icon-caret-up:before{content:""}.mpp-icon-caret-left:before{content:""}.mpp-icon-caret-right:before{content:""}.mpp-icon-columns:before{content:""}.mpp-icon-unsorted:before,.mpp-icon-sort:before{content:""}.mpp-icon-sort-down:before,.mpp-icon-sort-desc:before{content:""}.mpp-icon-sort-up:before,.mpp-icon-sort-asc:before{content:""}.mpp-icon-envelope:before{content:""}.mpp-icon-linkedin:before{content:""}.mpp-icon-rotate-left:before,.mpp-icon-undo:before{content:""}.mpp-icon-legal:before,.mpp-icon-gavel:before{content:""}.mpp-icon-dashboard:before,.mpp-icon-tachometer:before{content:""}.mpp-icon-comment-o:before{content:""}.mpp-icon-comments-o:before{content:""}.mpp-icon-flash:before,.mpp-icon-bolt:before{content:""}.mpp-icon-sitemap:before{content:""}.mpp-icon-umbrella:before{content:""}.mpp-icon-paste:before,.mpp-icon-clipboard:before{content:""}.mpp-icon-lightbulb-o:before{content:""}.mpp-icon-exchange:before{content:""}.mpp-icon-cloud-download:before{content:""}.mpp-icon-cloud-upload:before{content:""}.mpp-icon-user-md:before{content:""}.mpp-icon-stethoscope:before{content:""}.mpp-icon-suitcase:before{content:""}.mpp-icon-bell-o:before{content:""}.mpp-icon-coffee:before{content:""}.mpp-icon-cutlery:before{content:""}.mpp-icon-file-text-o:before{content:""}.mpp-icon-building-o:before{content:""}.mpp-icon-hospital-o:before{content:""}.mpp-icon-ambulance:before{content:""}.mpp-icon-medkit:before{content:""}.mpp-icon-fighter-jet:before{content:""}.mpp-icon-beer:before{content:""}.mpp-icon-h-square:before{content:""}.mpp-icon-plus-square:before{content:""}.mpp-icon-angle-double-left:before{content:""}.mpp-icon-angle-double-right:before{content:""}.mpp-icon-angle-double-up:before{content:""}.mpp-icon-angle-double-down:before{content:""}.mpp-icon-angle-left:before{content:""}.mpp-icon-angle-right:before{content:""}.mpp-icon-angle-up:before{content:""}.mpp-icon-angle-down:before{content:""}.mpp-icon-desktop:before{content:""}.mpp-icon-laptop:before{content:""}.mpp-icon-tablet:before{content:""}.mpp-icon-mobile-phone:before,.mpp-icon-mobile:before{content:""}.mpp-icon-circle-o:before{content:""}.mpp-icon-quote-left:before{content:""}.mpp-icon-quote-right:before{content:""}.mpp-icon-spinner:before{content:""}.mpp-icon-circle:before{content:""}.mpp-icon-mail-reply:before,.mpp-icon-reply:before{content:""}.mpp-icon-github-alt:before{content:""}.mpp-icon-folder-o:before{content:""}.mpp-icon-folder-open-o:before{content:""}.mpp-icon-smile-o:before{content:""}.mpp-icon-frown-o:before{content:""}.mpp-icon-meh-o:before{content:""}.mpp-icon-gamepad:before{content:""}.mpp-icon-keyboard-o:before{content:""}.mpp-icon-flag-o:before{content:""}.mpp-icon-flag-checkered:before{content:""}.mpp-icon-terminal:before{content:""}.mpp-icon-code:before{content:""}.mpp-icon-mail-reply-all:before,.mpp-icon-reply-all:before{content:""}.mpp-icon-star-half-empty:before,.mpp-icon-star-half-full:before,.mpp-icon-star-half-o:before{content:""}.mpp-icon-location-arrow:before{content:""}.mpp-icon-crop:before{content:""}.mpp-icon-code-fork:before{content:""}.mpp-icon-unlink:before,.mpp-icon-chain-broken:before{content:""}.mpp-icon-question:before{content:""}.mpp-icon-info:before{content:""}.mpp-icon-exclamation:before{content:""}.mpp-icon-superscript:before{content:""}.mpp-icon-subscript:before{content:""}.mpp-icon-eraser:before{content:""}.mpp-icon-puzzle-piece:before{content:""}.mpp-icon-microphone:before{content:""}.mpp-icon-microphone-slash:before{content:""}.mpp-icon-shield:before{content:""}.mpp-icon-calendar-o:before{content:""}.mpp-icon-fire-extinguisher:before{content:""}.mpp-icon-rocket:before{content:""}.mpp-icon-maxcdn:before{content:""}.mpp-icon-chevron-circle-left:before{content:""}.mpp-icon-chevron-circle-right:before{content:""}.mpp-icon-chevron-circle-up:before{content:""}.mpp-icon-chevron-circle-down:before{content:""}.mpp-icon-html5:before{content:""}.mpp-icon-css3:before{content:""}.mpp-icon-anchor:before{content:""}.mpp-icon-unlock-alt:before{content:""}.mpp-icon-bullseye:before{content:""}.mpp-icon-ellipsis-h:before{content:""}.mpp-icon-ellipsis-v:before{content:""}.mpp-icon-rss-square:before{content:""}.mpp-icon-play-circle:before{content:""}.mpp-icon-ticket:before{content:""}.mpp-icon-minus-square:before{content:""}.mpp-icon-minus-square-o:before{content:""}.mpp-icon-level-up:before{content:""}.mpp-icon-level-down:before{content:""}.mpp-icon-check-square:before{content:""}.mpp-icon-pencil-square:before{content:""}.mpp-icon-external-link-square:before{content:""}.mpp-icon-share-square:before{content:""}.mpp-icon-compass:before{content:""}.mpp-icon-toggle-down:before,.mpp-icon-caret-square-o-down:before{content:""}.mpp-icon-toggle-up:before,.mpp-icon-caret-square-o-up:before{content:""}.mpp-icon-toggle-right:before,.mpp-icon-caret-square-o-right:before{content:""}.mpp-icon-euro:before,.mpp-icon-eur:before{content:""}.mpp-icon-gbp:before{content:""}.mpp-icon-dollar:before,.mpp-icon-usd:before{content:""}.mpp-icon-rupee:before,.mpp-icon-inr:before{content:""}.mpp-icon-cny:before,.mpp-icon-rmb:before,.mpp-icon-yen:before,.mpp-icon-jpy:before{content:""}.mpp-icon-ruble:before,.mpp-icon-rouble:before,.mpp-icon-rub:before{content:""}.mpp-icon-won:before,.mpp-icon-krw:before{content:""}.mpp-icon-bitcoin:before,.mpp-icon-btc:before{content:""}.mpp-icon-file:before{content:""}.mpp-icon-file-text:before{content:""}.mpp-icon-sort-alpha-asc:before{content:""}.mpp-icon-sort-alpha-desc:before{content:""}.mpp-icon-sort-amount-asc:before{content:""}.mpp-icon-sort-amount-desc:before{content:""}.mpp-icon-sort-numeric-asc:before{content:""}.mpp-icon-sort-numeric-desc:before{content:""}.mpp-icon-thumbs-up:before{content:""}.mpp-icon-thumbs-down:before{content:""}.mpp-icon-youtube-square:before{content:""}.mpp-icon-youtube:before{content:""}.mpp-icon-xing:before{content:""}.mpp-icon-xing-square:before{content:""}.mpp-icon-youtube-play:before{content:""}.mpp-icon-dropbox:before{content:""}.mpp-icon-stack-overflow:before{content:""}.mpp-icon-instagram:before{content:""}.mpp-icon-flickr:before{content:""}.mpp-icon-adn:before{content:""}.mpp-icon-bitbucket:before{content:""}.mpp-icon-bitbucket-square:before{content:""}.mpp-icon-tumblr:before{content:""}.mpp-icon-tumblr-square:before{content:""}.mpp-icon-long-arrow-down:before{content:""}.mpp-icon-long-arrow-up:before{content:""}.mpp-icon-long-arrow-left:before{content:""}.mpp-icon-long-arrow-right:before{content:""}.mpp-icon-apple:before{content:""}.mpp-icon-windows:before{content:""}.mpp-icon-android:before{content:""}.mpp-icon-linux:before{content:""}.mpp-icon-dribbble:before{content:""}.mpp-icon-skype:before{content:""}.mpp-icon-foursquare:before{content:""}.mpp-icon-trello:before{content:""}.mpp-icon-female:before{content:""}.mpp-icon-male:before{content:""}.mpp-icon-gittip:before,.mpp-icon-gratipay:before{content:""}.mpp-icon-sun-o:before{content:""}.mpp-icon-moon-o:before{content:""}.mpp-icon-archive:before{content:""}.mpp-icon-bug:before{content:""}.mpp-icon-vk:before{content:""}.mpp-icon-weibo:before{content:""}.mpp-icon-renren:before{content:""}.mpp-icon-pagelines:before{content:""}.mpp-icon-stack-exchange:before{content:""}.mpp-icon-arrow-circle-o-right:before{content:""}.mpp-icon-arrow-circle-o-left:before{content:""}.mpp-icon-toggle-left:before,.mpp-icon-caret-square-o-left:before{content:""}.mpp-icon-dot-circle-o:before{content:""}.mpp-icon-wheelchair:before{content:""}.mpp-icon-vimeo-square:before{content:""}.mpp-icon-turkish-lira:before,.mpp-icon-try:before{content:""}.mpp-icon-plus-square-o:before{content:""}.mpp-icon-space-shuttle:before{content:""}.mpp-icon-slack:before{content:""}.mpp-icon-envelope-square:before{content:""}.mpp-icon-wordpress:before{content:""}.mpp-icon-openid:before{content:""}.mpp-icon-institution:before,.mpp-icon-bank:before,.mpp-icon-university:before{content:""}.mpp-icon-mortar-board:before,.mpp-icon-graduation-cap:before{content:""}.mpp-icon-yahoo:before{content:""}.mpp-icon-google:before{content:""}.mpp-icon-reddit:before{content:""}.mpp-icon-reddit-square:before{content:""}.mpp-icon-stumbleupon-circle:before{content:""}.mpp-icon-stumbleupon:before{content:""}.mpp-icon-delicious:before{content:""}.mpp-icon-digg:before{content:""}.mpp-icon-pied-piper-pp:before{content:""}.mpp-icon-pied-piper-alt:before{content:""}.mpp-icon-drupal:before{content:""}.mpp-icon-joomla:before{content:""}.mpp-icon-language:before{content:""}.mpp-icon-fax:before{content:""}.mpp-icon-building:before{content:""}.mpp-icon-child:before{content:""}.mpp-icon-paw:before{content:""}.mpp-icon-spoon:before{content:""}.mpp-icon-cube:before{content:""}.mpp-icon-cubes:before{content:""}.mpp-icon-behance:before{content:""}.mpp-icon-behance-square:before{content:""}.mpp-icon-steam:before{content:""}.mpp-icon-steam-square:before{content:""}.mpp-icon-recycle:before{content:""}.mpp-icon-automobile:before,.mpp-icon-car:before{content:""}.mpp-icon-cab:before,.mpp-icon-taxi:before{content:""}.mpp-icon-tree:before{content:""}.mpp-icon-spotify:before{content:""}.mpp-icon-deviantart:before{content:""}.mpp-icon-soundcloud:before{content:""}.mpp-icon-database:before{content:""}.mpp-icon-file-pdf-o:before{content:""}.mpp-icon-file-word-o:before{content:""}.mpp-icon-file-excel-o:before{content:""}.mpp-icon-file-powerpoint-o:before{content:""}.mpp-icon-file-photo-o:before,.mpp-icon-file-picture-o:before,.mpp-icon-file-image-o:before{content:""}.mpp-icon-file-zip-o:before,.mpp-icon-file-archive-o:before{content:""}.mpp-icon-file-sound-o:before,.mpp-icon-file-audio-o:before{content:""}.mpp-icon-file-movie-o:before,.mpp-icon-file-video-o:before{content:""}.mpp-icon-file-code-o:before{content:""}.mpp-icon-vine:before{content:""}.mpp-icon-codepen:before{content:""}.mpp-icon-jsfiddle:before{content:""}.mpp-icon-life-bouy:before,.mpp-icon-life-buoy:before,.mpp-icon-life-saver:before,.mpp-icon-support:before,.mpp-icon-life-ring:before{content:""}.mpp-icon-circle-o-notch:before{content:""}.mpp-icon-ra:before,.mpp-icon-resistance:before,.mpp-icon-rebel:before{content:""}.mpp-icon-ge:before,.mpp-icon-empire:before{content:""}.mpp-icon-git-square:before{content:""}.mpp-icon-git:before{content:""}.mpp-icon-y-combinator-square:before,.mpp-icon-yc-square:before,.mpp-icon-hacker-news:before{content:""}.mpp-icon-tencent-weibo:before{content:""}.mpp-icon-qq:before{content:""}.mpp-icon-wechat:before,.mpp-icon-weixin:before{content:""}.mpp-icon-send:before,.mpp-icon-paper-plane:before{content:""}.mpp-icon-send-o:before,.mpp-icon-paper-plane-o:before{content:""}.mpp-icon-history:before{content:""}.mpp-icon-circle-thin:before{content:""}.mpp-icon-header:before{content:""}.mpp-icon-paragraph:before{content:""}.mpp-icon-sliders:before{content:""}.mpp-icon-share-alt:before{content:""}.mpp-icon-share-alt-square:before{content:""}.mpp-icon-bomb:before{content:""}.mpp-icon-soccer-ball-o:before,.mpp-icon-futbol-o:before{content:""}.mpp-icon-tty:before{content:""}.mpp-icon-binoculars:before{content:""}.mpp-icon-plug:before{content:""}.mpp-icon-slideshare:before{content:""}.mpp-icon-twitch:before{content:""}.mpp-icon-yelp:before{content:""}.mpp-icon-newspaper-o:before{content:""}.mpp-icon-wifi:before{content:""}.mpp-icon-calculator:before{content:""}.mpp-icon-paypal:before{content:""}.mpp-icon-google-wallet:before{content:""}.mpp-icon-cc-visa:before{content:""}.mpp-icon-cc-mastercard:before{content:""}.mpp-icon-cc-discover:before{content:""}.mpp-icon-cc-amex:before{content:""}.mpp-icon-cc-paypal:before{content:""}.mpp-icon-cc-stripe:before{content:""}.mpp-icon-bell-slash:before{content:""}.mpp-icon-bell-slash-o:before{content:""}.mpp-icon-trash:before{content:""}.mpp-icon-copyright:before{content:""}.mpp-icon-at:before{content:""}.mpp-icon-eyedropper:before{content:""}.mpp-icon-paint-brush:before{content:""}.mpp-icon-birthday-cake:before{content:""}.mpp-icon-area-chart:before{content:""}.mpp-icon-pie-chart:before{content:""}.mpp-icon-line-chart:before{content:""}.mpp-icon-lastfm:before{content:""}.mpp-icon-lastfm-square:before{content:""}.mpp-icon-toggle-off:before{content:""}.mpp-icon-toggle-on:before{content:""}.mpp-icon-bicycle:before{content:""}.mpp-icon-bus:before{content:""}.mpp-icon-ioxhost:before{content:""}.mpp-icon-angellist:before{content:""}.mpp-icon-cc:before{content:""}.mpp-icon-shekel:before,.mpp-icon-sheqel:before,.mpp-icon-ils:before{content:""}.mpp-icon-meanpath:before{content:""}.mpp-icon-buysellads:before{content:""}.mpp-icon-connectdevelop:before{content:""}.mpp-icon-dashcube:before{content:""}.mpp-icon-forumbee:before{content:""}.mpp-icon-leanpub:before{content:""}.mpp-icon-sellsy:before{content:""}.mpp-icon-shirtsinbulk:before{content:""}.mpp-icon-simplybuilt:before{content:""}.mpp-icon-skyatlas:before{content:""}.mpp-icon-cart-plus:before{content:""}.mpp-icon-cart-arrow-down:before{content:""}.mpp-icon-diamond:before{content:""}.mpp-icon-ship:before{content:""}.mpp-icon-user-secret:before{content:""}.mpp-icon-motorcycle:before{content:""}.mpp-icon-street-view:before{content:""}.mpp-icon-heartbeat:before{content:""}.mpp-icon-venus:before{content:""}.mpp-icon-mars:before{content:""}.mpp-icon-mercury:before{content:""}.mpp-icon-intersex:before,.mpp-icon-transgender:before{content:""}.mpp-icon-transgender-alt:before{content:""}.mpp-icon-venus-double:before{content:""}.mpp-icon-mars-double:before{content:""}.mpp-icon-venus-mars:before{content:""}.mpp-icon-mars-stroke:before{content:""}.mpp-icon-mars-stroke-v:before{content:""}.mpp-icon-mars-stroke-h:before{content:""}.mpp-icon-neuter:before{content:""}.mpp-icon-genderless:before{content:""}.mpp-icon-facebook-official:before{content:""}.mpp-icon-pinterest-p:before{content:""}.mpp-icon-whatsapp:before{content:""}.mpp-icon-server:before{content:""}.mpp-icon-user-plus:before{content:""}.mpp-icon-user-times:before{content:""}.mpp-icon-hotel:before,.mpp-icon-bed:before{content:""}.mpp-icon-viacoin:before{content:""}.mpp-icon-train:before{content:""}.mpp-icon-subway:before{content:""}.mpp-icon-medium:before{content:""}.mpp-icon-yc:before,.mpp-icon-y-combinator:before{content:""}.mpp-icon-optin-monster:before{content:""}.mpp-icon-opencart:before{content:""}.mpp-icon-expeditedssl:before{content:""}.mpp-icon-battery-4:before,.mpp-icon-battery:before,.mpp-icon-battery-full:before{content:""}.mpp-icon-battery-3:before,.mpp-icon-battery-three-quarters:before{content:""}.mpp-icon-battery-2:before,.mpp-icon-battery-half:before{content:""}.mpp-icon-battery-1:before,.mpp-icon-battery-quarter:before{content:""}.mpp-icon-battery-0:before,.mpp-icon-battery-empty:before{content:""}.mpp-icon-mouse-pointer:before{content:""}.mpp-icon-i-cursor:before{content:""}.mpp-icon-object-group:before{content:""}.mpp-icon-object-ungroup:before{content:""}.mpp-icon-sticky-note:before{content:""}.mpp-icon-sticky-note-o:before{content:""}.mpp-icon-cc-jcb:before{content:""}.mpp-icon-cc-diners-club:before{content:""}.mpp-icon-clone:before{content:""}.mpp-icon-balance-scale:before{content:""}.mpp-icon-hourglass-o:before{content:""}.mpp-icon-hourglass-1:before,.mpp-icon-hourglass-start:before{content:""}.mpp-icon-hourglass-2:before,.mpp-icon-hourglass-half:before{content:""}.mpp-icon-hourglass-3:before,.mpp-icon-hourglass-end:before{content:""}.mpp-icon-hourglass:before{content:""}.mpp-icon-hand-grab-o:before,.mpp-icon-hand-rock-o:before{content:""}.mpp-icon-hand-stop-o:before,.mpp-icon-hand-paper-o:before{content:""}.mpp-icon-hand-scissors-o:before{content:""}.mpp-icon-hand-lizard-o:before{content:""}.mpp-icon-hand-spock-o:before{content:""}.mpp-icon-hand-pointer-o:before{content:""}.mpp-icon-hand-peace-o:before{content:""}.mpp-icon-trademark:before{content:""}.mpp-icon-registered:before{content:""}.mpp-icon-creative-commons:before{content:""}.mpp-icon-gg:before{content:""}.mpp-icon-gg-circle:before{content:""}.mpp-icon-tripadvisor:before{content:""}.mpp-icon-odnoklassniki:before{content:""}.mpp-icon-odnoklassniki-square:before{content:""}.mpp-icon-get-pocket:before{content:""}.mpp-icon-wikipedia-w:before{content:""}.mpp-icon-safari:before{content:""}.mpp-icon-chrome:before{content:""}.mpp-icon-firefox:before{content:""}.mpp-icon-opera:before{content:""}.mpp-icon-internet-explorer:before{content:""}.mpp-icon-tv:before,.mpp-icon-television:before{content:""}.mpp-icon-contao:before{content:""}.mpp-icon-500px:before{content:""}.mpp-icon-amazon:before{content:""}.mpp-icon-calendar-plus-o:before{content:""}.mpp-icon-calendar-minus-o:before{content:""}.mpp-icon-calendar-times-o:before{content:""}.mpp-icon-calendar-check-o:before{content:""}.mpp-icon-industry:before{content:""}.mpp-icon-map-pin:before{content:""}.mpp-icon-map-signs:before{content:""}.mpp-icon-map-o:before{content:""}.mpp-icon-map:before{content:""}.mpp-icon-commenting:before{content:""}.mpp-icon-commenting-o:before{content:""}.mpp-icon-houzz:before{content:""}.mpp-icon-vimeo:before{content:""}.mpp-icon-black-tie:before{content:""}.mpp-icon-fonticons:before{content:""}.mpp-icon-reddit-alien:before{content:""}.mpp-icon-edge:before{content:""}.mpp-icon-credit-card-alt:before{content:""}.mpp-icon-codiepie:before{content:""}.mpp-icon-modx:before{content:""}.mpp-icon-fort-awesome:before{content:""}.mpp-icon-usb:before{content:""}.mpp-icon-product-hunt:before{content:""}.mpp-icon-mixcloud:before{content:""}.mpp-icon-scribd:before{content:""}.mpp-icon-pause-circle:before{content:""}.mpp-icon-pause-circle-o:before{content:""}.mpp-icon-stop-circle:before{content:""}.mpp-icon-stop-circle-o:before{content:""}.mpp-icon-shopping-bag:before{content:""}.mpp-icon-shopping-basket:before{content:""}.mpp-icon-hashtag:before{content:""}.mpp-icon-bluetooth:before{content:""}.mpp-icon-bluetooth-b:before{content:""}.mpp-icon-percent:before{content:""}.mpp-icon-gitlab:before{content:""}.mpp-icon-wpbeginner:before{content:""}.mpp-icon-wpforms:before{content:""}.mpp-icon-envira:before{content:""}.mpp-icon-universal-access:before{content:""}.mpp-icon-wheelchair-alt:before{content:""}.mpp-icon-question-circle-o:before{content:""}.mpp-icon-blind:before{content:""}.mpp-icon-audio-description:before{content:""}.mpp-icon-volume-control-phone:before{content:""}.mpp-icon-braille:before{content:""}.mpp-icon-assistive-listening-systems:before{content:""}.mpp-icon-asl-interpreting:before,.mpp-icon-american-sign-language-interpreting:before{content:""}.mpp-icon-deafness:before,.mpp-icon-hard-of-hearing:before,.mpp-icon-deaf:before{content:""}.mpp-icon-glide:before{content:""}.mpp-icon-glide-g:before{content:""}.mpp-icon-signing:before,.mpp-icon-sign-language:before{content:""}.mpp-icon-low-vision:before{content:""}.mpp-icon-viadeo:before{content:""}.mpp-icon-viadeo-square:before{content:""}.mpp-icon-snapchat:before{content:""}.mpp-icon-snapchat-ghost:before{content:""}.mpp-icon-snapchat-square:before{content:""}.mpp-icon-pied-piper:before{content:""}.mpp-icon-first-order:before{content:""}.mpp-icon-yoast:before{content:""}.mpp-icon-themeisle:before{content:""}.mpp-icon-google-plus-circle:before,.mpp-icon-google-plus-official:before{content:""}.mpp-icon-fa:before,.mpp-icon-font-awesome:before{content:""}.mpp-icon-handshake-o:before{content:""}.mpp-icon-envelope-open:before{content:""}.mpp-icon-envelope-open-o:before{content:""}.mpp-icon-linode:before{content:""}.mpp-icon-address-book:before{content:""}.mpp-icon-address-book-o:before{content:""}.mpp-icon-vcard:before,.mpp-icon-address-card:before{content:""}.mpp-icon-vcard-o:before,.mpp-icon-address-card-o:before{content:""}.mpp-icon-user-circle:before{content:""}.mpp-icon-user-circle-o:before{content:""}.mpp-icon-user-o:before{content:""}.mpp-icon-id-badge:before{content:""}.mpp-icon-drivers-license:before,.mpp-icon-id-card:before{content:""}.mpp-icon-drivers-license-o:before,.mpp-icon-id-card-o:before{content:""}.mpp-icon-quora:before{content:""}.mpp-icon-free-code-camp:before{content:""}.mpp-icon-telegram:before{content:""}.mpp-icon-thermometer-4:before,.mpp-icon-thermometer:before,.mpp-icon-thermometer-full:before{content:""}.mpp-icon-thermometer-3:before,.mpp-icon-thermometer-three-quarters:before{content:""}.mpp-icon-thermometer-2:before,.mpp-icon-thermometer-half:before{content:""}.mpp-icon-thermometer-1:before,.mpp-icon-thermometer-quarter:before{content:""}.mpp-icon-thermometer-0:before,.mpp-icon-thermometer-empty:before{content:""}.mpp-icon-shower:before{content:""}.mpp-icon-bathtub:before,.mpp-icon-s15:before,.mpp-icon-bath:before{content:""}.mpp-icon-podcast:before{content:""}.mpp-icon-window-maximize:before{content:""}.mpp-icon-window-minimize:before{content:""}.mpp-icon-window-restore:before{content:""}.mpp-icon-times-rectangle:before,.mpp-icon-window-close:before{content:""}.mpp-icon-times-rectangle-o:before,.mpp-icon-window-close-o:before{content:""}.mpp-icon-bandcamp:before{content:""}.mpp-icon-grav:before{content:""}.mpp-icon-etsy:before{content:""}.mpp-icon-imdb:before{content:""}.mpp-icon-ravelry:before{content:""}.mpp-icon-eercast:before{content:""}.mpp-icon-microchip:before{content:""}.mpp-icon-snowflake-o:before{content:""}.mpp-icon-superpowers:before{content:""}.mpp-icon-wpexplorer:before{content:""}.mpp-icon-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:"FlaticonClose";src:url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonClose.eot);src:url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonClose.eot?#iefix) format("embedded-opentype"),url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonClose.woff) format("woff"),url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonClose.ttf) format("truetype"),url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonClose.svg#FlaticonClose) format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"FlaticonClose";src:url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonClose.svg#FlaticonClose) format("svg")}}[class^="mppfic-"],[class*=" mppfic-"]{display:inline-block;font:normal normal normal 14px/1 FlaticonClose;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mppfic-close:before{content:"\f100"}.mppfic-close-1:before{content:"\f101"}.mppfic-close-2:before{content:"\f102"}.mppfic-close-cancel-circular:before{content:"\f103"}.mppfic-close-cancel-circular-1:before{content:"\f104"}.mppfic-close-cancel-circular-2:before{content:"\f105"}.mppfic-close-cancel-circular-3:before{content:"\f106"}.mppfic-close-cancel-circular-4:before{content:"\f107"}.mppfic-close-clean:before{content:"\f108"}.mppfic-close-remove:before{content:"\f109"}.mppfic-close-square:before{content:"\f10a"}.mppfic-close-square-1:before{content:"\f10b"}.mppfic-close-square-2:before{content:"\f10c"}@font-face{font-family:"FlaticonPlay";src:url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonPlay.eot);src:url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonPlay.eot?#iefix) format("embedded-opentype"),url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonPlay.woff) format("woff"),url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonPlay.ttf) format("truetype"),url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonPlay.svg#FlaticonPlay) format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"FlaticonPlay";src:url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/FlaticonPlay.svg#FlaticonPlay) format("svg")}}[class^="mppfip-"],[class*=" mppfip-"]{display:inline-block;font:normal normal normal 14px/1 FlaticonPlay;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mppfip-pause:before{content:"\f100"}.mppfip-play:before{content:"\f101"}.mppfip-play-arrow:before{content:"\f103"}.mppfip-play-circle:before{content:"\f104"}.mppfip-play-double:before{content:"\f105"}.mppfip-play-movie:before{content:"\f106"}.mppfip-play-next:before{content:"\f107"}.mppfip-play-next-2:before{content:"\f102"}.mppfip-play-outline:before{content:"\f108"}.mppfip-play-outline-2:before{content:"\f109"}.mppfip-play-prev:before{content:"\f10a"}.mppfip-play-radius:before{content:"\f10b"}.mppfip-play-square:before{content:"\f10c"}.mppfip-stop:before{content:"\f10d"} .mpp-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mpp-animated-2x{-webkit-animation-iteration-count:2;animation-iteration-count:2}.mpp-animated-3x{-webkit-animation-iteration-count:3;animation-iteration-count:3}.mpp-animated.mpp-infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.mpp-animated.mpp-hinge{-webkit-animation-duration:2s;animation-duration:2s}.mpp-animated.mpp-flipOutX,.mpp-animated.mpp-flipOutY,.mpp-animated.mpp-bounceIn,.mpp-animated.mpp-bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes mpp-bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes mpp-bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.mpp-bounce{-webkit-animation-name:mpp-bounce;animation-name:mpp-bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes mpp-flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes mpp-flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.mpp-flash{-webkit-animation-name:mpp-flash;animation-name:mpp-flash}@-webkit-keyframes mpp-pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes mpp-pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.mpp-pulse{-webkit-animation-name:mpp-pulse;animation-name:mpp-pulse}@-webkit-keyframes mpp-rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes mpp-rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.mpp-rubberBand{-webkit-animation-name:mpp-rubberBand;animation-name:mpp-rubberBand}@-webkit-keyframes mpp-shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes mpp-shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.mpp-shake{-webkit-animation-name:mpp-shake;animation-name:mpp-shake}@-webkit-keyframes mpp-headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes mpp-headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.mpp-headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:mpp-headShake;animation-name:mpp-headShake}@-webkit-keyframes mpp-swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0);transform:rotate3d(0,0,1,0)}}@keyframes mpp-swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0);transform:rotate3d(0,0,1,0)}}.mpp-swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:mpp-swing;animation-name:mpp-swing}@-webkit-keyframes mpp-tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes mpp-tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.mpp-tada{-webkit-animation-name:mpp-tada;animation-name:mpp-tada}@-webkit-keyframes mpp-wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes mpp-wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.mpp-wobble{-webkit-animation-name:mpp-wobble;animation-name:mpp-wobble}@-webkit-keyframes mpp-jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes mpp-jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.mpp-jello{-webkit-animation-name:mpp-jello;animation-name:mpp-jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes mpp-bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes mpp-bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.mpp-bounceIn{-webkit-animation-name:mpp-bounceIn;animation-name:mpp-bounceIn}@-webkit-keyframes mpp-bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes mpp-bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.mpp-bounceInDown{-webkit-animation-name:mpp-bounceInDown;animation-name:mpp-bounceInDown}@-webkit-keyframes mpp-bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes mpp-bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.mpp-bounceInLeft{-webkit-animation-name:mpp-bounceInLeft;animation-name:mpp-bounceInLeft}@-webkit-keyframes mpp-bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes mpp-bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.mpp-bounceInRight{-webkit-animation-name:mpp-bounceInRight;animation-name:mpp-bounceInRight}@-webkit-keyframes mpp-bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mpp-bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mpp-bounceInUp{-webkit-animation-name:mpp-bounceInUp;animation-name:mpp-bounceInUp}@-webkit-keyframes mpp-bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes mpp-bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.mpp-bounceOut{-webkit-animation-name:mpp-bounceOut;animation-name:mpp-bounceOut}@-webkit-keyframes mpp-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes mpp-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.mpp-bounceOutDown{-webkit-animation-name:mpp-bounceOutDown;animation-name:mpp-bounceOutDown}@-webkit-keyframes mpp-bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes mpp-bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.mpp-bounceOutLeft{-webkit-animation-name:mpp-bounceOutLeft;animation-name:mpp-bounceOutLeft}@-webkit-keyframes mpp-bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes mpp-bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.mpp-bounceOutRight{-webkit-animation-name:mpp-bounceOutRight;animation-name:mpp-bounceOutRight}@-webkit-keyframes mpp-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes mpp-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.mpp-bounceOutUp{-webkit-animation-name:mpp-bounceOutUp;animation-name:mpp-bounceOutUp}@-webkit-keyframes mpp-fadeIn{from{opacity:0}to{opacity:1}}@keyframes mpp-fadeIn{from{opacity:0}to{opacity:1}}.mpp-fadeIn{-webkit-animation-name:mpp-fadeIn;animation-name:mpp-fadeIn}@-webkit-keyframes mpp-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes mpp-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.mpp-fadeInDown{-webkit-animation-name:mpp-fadeInDown;animation-name:mpp-fadeInDown}@-webkit-keyframes mpp-fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes mpp-fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.mpp-fadeInDownBig{-webkit-animation-name:mpp-fadeInDownBig;animation-name:mpp-fadeInDownBig}@-webkit-keyframes mpp-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes mpp-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.mpp-fadeInLeft{-webkit-animation-name:mpp-fadeInLeft;animation-name:mpp-fadeInLeft}@-webkit-keyframes mpp-fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes mpp-fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.mpp-fadeInLeftBig{-webkit-animation-name:mpp-fadeInLeftBig;animation-name:mpp-fadeInLeftBig}@-webkit-keyframes mpp-fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes mpp-fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.mpp-fadeInRight{-webkit-animation-name:mpp-fadeInRight;animation-name:mpp-fadeInRight}@-webkit-keyframes mpp-fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes mpp-fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.mpp-fadeInRightBig{-webkit-animation-name:mpp-fadeInRightBig;animation-name:mpp-fadeInRightBig}@-webkit-keyframes mpp-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes mpp-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.mpp-fadeInUp{-webkit-animation-name:mpp-fadeInUp;animation-name:mpp-fadeInUp}@-webkit-keyframes mpp-fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes mpp-fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.mpp-fadeInUpBig{-webkit-animation-name:mpp-fadeInUpBig;animation-name:mpp-fadeInUpBig}@-webkit-keyframes mpp-fadeOut{from{opacity:1}to{opacity:0}}@keyframes mpp-fadeOut{from{opacity:1}to{opacity:0}}.mpp-fadeOut{-webkit-animation-name:mpp-fadeOut;animation-name:mpp-fadeOut}@-webkit-keyframes mpp-fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes mpp-fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.mpp-fadeOutDown{-webkit-animation-name:mpp-fadeOutDown;animation-name:mpp-fadeOutDown}@-webkit-keyframes mpp-fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes mpp-fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.mpp-fadeOutDownBig{-webkit-animation-name:mpp-fadeOutDownBig;animation-name:mpp-fadeOutDownBig}@-webkit-keyframes mpp-fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes mpp-fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.mpp-fadeOutLeft{-webkit-animation-name:mpp-fadeOutLeft;animation-name:mpp-fadeOutLeft}@-webkit-keyframes mpp-fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes mpp-fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.mpp-fadeOutLeftBig{-webkit-animation-name:mpp-fadeOutLeftBig;animation-name:mpp-fadeOutLeftBig}@-webkit-keyframes mpp-fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes mpp-fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.mpp-fadeOutRight{-webkit-animation-name:mpp-fadeOutRight;animation-name:mpp-fadeOutRight}@-webkit-keyframes mpp-fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes mpp-fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.mpp-fadeOutRightBig{-webkit-animation-name:mpp-fadeOutRightBig;animation-name:mpp-fadeOutRightBig}@-webkit-keyframes mpp-fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes mpp-fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.mpp-fadeOutUp{-webkit-animation-name:mpp-fadeOutUp;animation-name:mpp-fadeOutUp}@-webkit-keyframes mpp-fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes mpp-fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.mpp-fadeOutUpBig{-webkit-animation-name:mpp-fadeOutUpBig;animation-name:mpp-fadeOutUpBig}@-webkit-keyframes mpp-flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes mpp-flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.mpp-animated.mpp-flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:mpp-flip;animation-name:mpp-flip}@-webkit-keyframes mpp-flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes mpp-flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.mpp-flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:mpp-flipInX;animation-name:mpp-flipInX}@-webkit-keyframes mpp-flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes mpp-flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.mpp-flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:mpp-flipInY;animation-name:mpp-flipInY}@-webkit-keyframes mpp-flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes mpp-flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.mpp-flipOutX{-webkit-animation-name:mpp-flipOutX;animation-name:mpp-flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes mpp-flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes mpp-flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.mpp-flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:mpp-flipOutY;animation-name:mpp-flipOutY}@-webkit-keyframes mpp-lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes mpp-lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.mpp-lightSpeedIn{-webkit-animation-name:mpp-lightSpeedIn;animation-name:mpp-lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes mpp-lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes mpp-lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.mpp-lightSpeedOut{-webkit-animation-name:mpp-lightSpeedOut;animation-name:mpp-lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes mpp-rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes mpp-rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.mpp-rotateIn{-webkit-animation-name:mpp-rotateIn;animation-name:mpp-rotateIn}@-webkit-keyframes mpp-rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes mpp-rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.mpp-rotateInDownLeft{-webkit-animation-name:mpp-rotateInDownLeft;animation-name:mpp-rotateInDownLeft}@-webkit-keyframes mpp-rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes mpp-rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.mpp-rotateInDownRight{-webkit-animation-name:mpp-rotateInDownRight;animation-name:mpp-rotateInDownRight}@-webkit-keyframes mpp-rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes mpp-rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.mpp-rotateInUpLeft{-webkit-animation-name:mpp-rotateInUpLeft;animation-name:mpp-rotateInUpLeft}@-webkit-keyframes mpp-rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes mpp-rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.mpp-rotateInUpRight{-webkit-animation-name:mpp-rotateInUpRight;animation-name:mpp-rotateInUpRight}@-webkit-keyframes mpp-rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes mpp-rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.mpp-rotateOut{-webkit-animation-name:mpp-rotateOut;animation-name:mpp-rotateOut}@-webkit-keyframes mpp-rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes mpp-rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.mpp-rotateOutDownLeft{-webkit-animation-name:mpp-rotateOutDownLeft;animation-name:mpp-rotateOutDownLeft}@-webkit-keyframes mpp-rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes mpp-rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.mpp-rotateOutDownRight{-webkit-animation-name:mpp-rotateOutDownRight;animation-name:mpp-rotateOutDownRight}@-webkit-keyframes mpp-rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes mpp-rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.mpp-rotateOutUpLeft{-webkit-animation-name:mpp-rotateOutUpLeft;animation-name:mpp-rotateOutUpLeft}@-webkit-keyframes mpp-rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes mpp-rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.mpp-rotateOutUpRight{-webkit-animation-name:mpp-rotateOutUpRight;animation-name:mpp-rotateOutUpRight}@-webkit-keyframes mpp-hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes mpp-hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.mpp-hinge{-webkit-animation-name:mpp-hinge;animation-name:mpp-hinge}@-webkit-keyframes mpp-rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes mpp-rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.mpp-rollIn{-webkit-animation-name:mpp-rollIn;animation-name:mpp-rollIn}@-webkit-keyframes mpp-rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes mpp-rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.mpp-rollOut{-webkit-animation-name:mpp-rollOut;animation-name:mpp-rollOut}@-webkit-keyframes mpp-zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes mpp-zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.mpp-zoomIn{-webkit-animation-name:mpp-zoomIn;animation-name:mpp-zoomIn}@-webkit-keyframes mpp-zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes mpp-zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.mpp-zoomInDown{-webkit-animation-name:mpp-zoomInDown;animation-name:mpp-zoomInDown}@-webkit-keyframes mpp-zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes mpp-zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.mpp-zoomInLeft{-webkit-animation-name:mpp-zoomInLeft;animation-name:mpp-zoomInLeft}@-webkit-keyframes mpp-zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes mpp-zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.mpp-zoomInRight{-webkit-animation-name:mpp-zoomInRight;animation-name:mpp-zoomInRight}@-webkit-keyframes mpp-zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes mpp-zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.mpp-zoomInUp{-webkit-animation-name:mpp-zoomInUp;animation-name:mpp-zoomInUp}@-webkit-keyframes mpp-zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes mpp-zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.mpp-zoomOut{-webkit-animation-name:mpp-zoomOut;animation-name:mpp-zoomOut}@-webkit-keyframes mpp-zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes mpp-zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.mpp-zoomOutDown{-webkit-animation-name:mpp-zoomOutDown;animation-name:mpp-zoomOutDown}@-webkit-keyframes mpp-zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes mpp-zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.mpp-zoomOutLeft{-webkit-animation-name:mpp-zoomOutLeft;animation-name:mpp-zoomOutLeft}@-webkit-keyframes mpp-zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes mpp-zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.mpp-zoomOutRight{-webkit-animation-name:mpp-zoomOutRight;animation-name:mpp-zoomOutRight}@-webkit-keyframes mpp-zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes mpp-zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.mpp-zoomOutUp{-webkit-animation-name:mpp-zoomOutUp;animation-name:mpp-zoomOutUp}@-webkit-keyframes mpp-slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mpp-slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mpp-slideInDown{-webkit-animation-name:mpp-slideInDown;animation-name:mpp-slideInDown}@-webkit-keyframes mpp-slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mpp-slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mpp-slideInLeft{-webkit-animation-name:mpp-slideInLeft;animation-name:mpp-slideInLeft}@-webkit-keyframes mpp-slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mpp-slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mpp-slideInRight{-webkit-animation-name:mpp-slideInRight;animation-name:mpp-slideInRight}@-webkit-keyframes mpp-slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mpp-slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mpp-slideInUp{-webkit-animation-name:mpp-slideInUp;animation-name:mpp-slideInUp}@-webkit-keyframes mpp-slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes mpp-slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.mpp-slideOutDown{-webkit-animation-name:mpp-slideOutDown;animation-name:mpp-slideOutDown}@-webkit-keyframes mpp-slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes mpp-slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.mpp-slideOutLeft{-webkit-animation-name:mpp-slideOutLeft;animation-name:mpp-slideOutLeft}@-webkit-keyframes mpp-slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes mpp-slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.mpp-slideOutRight{-webkit-animation-name:mpp-slideOutRight;animation-name:mpp-slideOutRight}@-webkit-keyframes mpp-slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes mpp-slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.mpp-slideOutUp{-webkit-animation-name:mpp-slideOutUp;animation-name:mpp-slideOutUp}.video-js .vjs-big-play-button:before,.video-js .vjs-control:before,.video-js .vjs-modal-dialog,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button:before,.video-js .vjs-control:before{text-align:center}@font-face{font-family:VideoJS;src:url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/VideoJS.eot?#iefix) format("eot")}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA4wAAoAAAAAFfAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBGNtYXAAAAE0AAAAOgAAAUriLxC2Z2x5ZgAAAXAAAAnnAAAO5OV/F/5oZWFkAAALWAAAACsAAAA2C4eUa2hoZWEAAAuEAAAAGAAAACQOogcfaG10eAAAC5wAAAAPAAAAeNIAAABsb2NhAAALrAAAAD4AAAA+MMgtQm1heHAAAAvsAAAAHwAAACABLwB5bmFtZQAADAwAAAElAAACCtXH9aBwb3N0AAANNAAAAPkAAAF5vawAenicY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoyw7iLmSHCDOCCADu/Qo9AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/v8PUvCREUTzM0DVAwEjG8OIBwCOWgbUAAB4nI1XfVBU1xV/574vlsUlj/14grDs48FuAgaR3X2LEnY3UZSgEkTwAySAgkIwI8bRfFDjTszYCWRMW9lNa4y2meokmq+2k5ia0dpkmknbkWgSSW3GyaaNf0RTx0wxX7A3Pe/tQmIgHXf3vXvvueeee+45v3POXQYY/PCD/CBDGAYkIE2sxg+OXSJmhmH1OaFX6MU5C5PDMCZi5Rg2i+ELGSthwM14NCbgYGSBIZfhFA1H6Zu0OS0NDkMVfg+npdFm+maCvigI0JBIQIMg0BdJGdTj9ylj7nr+b97+Hl8C1+H2xNAvjPqxjIgaKtItICkSnIISeo40QQls4xxjlzgHsnGGvi7BxQiMlSlkPMhfCh67rAUEUQ6CHxW2O7JARCkKnlUQ7UEIyAEQZe4MdDW9xr5OPFuKbubpRxcPDY8da4MOelDfAYJLW+sGKn/Vlmjfv5+NdB4oOfTazJn3tGxZtL9xFNZX7PPRUbjcRg/SMB2EL+gblXn7shbO/WUbF9u/H5XQ9eKO8iMMr9tY35qYoRi20wGuXV/CHaGDk2fdgHwCk5HUXQpCcgHfBV2NjV3jkq4PHTSUSBwuOQALvxPAps6fiftk6P6yJpcm5bB4dFkgoh195mbiSTnkL3jupq7jh4ZZdvjQRVB4PPx3SsVTu5D/6kd85RU66ttXAeuuXYN1E/Y2sMMzZkZiZNRZlRS/ynr9Xr8Cql2RVNbutXslYo7B9ngsFqcDbCQO22PxeIxcpgMxkh6PjUdwkvw6hvRpZeoCFKshDQzJVr++DWyLx+hAXJcGp3TJMV1ME45xCNvHLsWRrpOZSduOoG0zERuIIwuIkhNkBREglQKLiODD45FQE0BTiE214xE2wp8zOt9NjH3GRtDMk7Ehoq2tzCzGxdyMEQJuD0qGIrQ58ApoWQE3D2h1h6zwuB14wYFIDAA5CZ11jT+92gFZ7B7/p7+hV8jFxBl4aG03wLiVXtBbCylLfIJzkPUAvWAw0yvsVdKdBbC6nnruP/RFkHqWJLZ2Auxdtgy+6qTf7l1WswTJcJ6mGVxwXj92UtfU2WXUNX+qBUCxK6D4FR4f/cufG1sZbiSkMcwdMdoxBxTTEXIp4SCXMNhHoFjvTTFP4vkoPReNRmPRCTwa+3qY0DR7qn7Vjh612wRRTaI04HWCnZ+gIzvS/ZJP0+mynphCui4hzmG0id6+aLSv2BV3FQMYDTHrlGQ/SZ+q4ZdF8aLa5Ar8GW3tVNKEj13cF0buMaesx1i9CL/Uo1tM0h+74o9HjQ+UcPaxy8mH9ccwK8KpKA3rHdIUjTKpfIBxuokpxUGBIILm84ATvHh8tAIe2iZj8KvYwUOXawHMVNgxZvlwSa0z8Zkokkxn3ey2nYTsbMO3mPh8cji7zklsPLD9a9f2s2w/uSt/FgSytWzw5bmS3PielU1P56aGrlz6NzlnbT8h/Wtb+1OxIqxBbC9g7kINUbtAEDxsKWSCe46eltCPmaiUxy2IrODIB8EmixaQrU4IAQ6THg6BFpAdWsCquT16DkL9ccIC/FGeP5AuiDExe8bx+QtzWVsmHcm0kdzqecdn5IhRkTc/zfNPm3ns5sw4Pq86l9gyofh6jkTF5iFChjYbbzZQWFvYb8qZAWyGiV9ya+5bFgnzpuWt3FuX8KYMmsiYZepPseBgGhZcOMt0+4Q8fDOTftJjHIuhdaLsFXFM9AclTi9jbGRq8ZvIOykZei77kfo53eoppVPovbGiyV63p/p/dkWETTjmhjTIm8RP284b04bcNYlRsvO6Gp2JeaiIueVHsgJGF2aASlCQLuG8EsBomzb++/AXmwhaOoLhL7iQ4/uc449gWJ56/XWDARn74v/PL1bRBB4TBEyYrqezSkUPHaWjPWCm13ogAzJ66LVpbTEuXccDZlyXxBQ/IrzKOPS7gAkkIyZ0N6joE6M246aDsO1kgucTJ/EdFWA5pbAcTfoSP4hJeBCni7nEn5IclL4kpDgmMMuH8Kpk0+WrBUIeKCyWS0nPVz7NW86Hnl55GxR5KB3+9tszL+wVRulXNTUn6D8SJvIl3PzP46eZST/tQTllTDXTzmxCaTYna7eJAqcWuD1ulBXQsMz5fQEBCfowCF5FVDF/2yysB9OW5veVEtRAFOy41FoeJEiAOZhDiFstsKAwJ8Hijs72q1jWvWx+uKU5XFZDLx189OK8ojW1u0By5dtLHUN/rwkte68PnhnYVbt0bvWiub9w1+f4C0L3hIuXZ8+xlVSt0eb3tgQsmVZnem5R3U0uf/fmFdqiLTvY3nPnet5/v4f9pLB6QX2krnnFQ1tXtN+2ePlAaUNWcfiWwrncn4ca9ml3hFeHHm+u2bq4MhxUZs3bMH/3jgaPUtlVunFjg2/8yRzf3cHsssKZqlnOqyCWworWykW9lXnspk0ffrjpfCreIpjPWbwnFxt3PAkcQgkUuH1auUMf+txJQ0hK1k1zsNaqQdaLMxfoq9AGGxtJQ+fGw53cE/TY8pWhJruZHiMAcCexFS/eGDp6hntiXGE/gvI7163b29ExfiHxNsnqub/a6/QmPoAn4GpZ2c9cZRX5/57IWUNYuubiQBAddhuxAKe6PA5vuV5dkk0VXkMM3zk42W3Awrgka8LQgjZY+tQIffd5+vnHasnHL/cczldyS4r79i6su6Nu9oPQ8lbaid2Pt9/bXtTTynevq7bkPkITV47d+3NugOzo4M3y77Zxbnb2nhWrl0T/kO4u3H1ig33e1lD6JDYjiKkCHOioF0pZv6T6gxxipxLNhFc8xERA48vq5ZfXdL/QV6c8W3PfwjIsZyI3Csvo72e4FpTVwTv/UYNAKtY+8MB84vogZ1Xr5lW38iJdPZ74xunzO4Gk7BARIkytjlyCoPVoIb3IluMfAYRhEoAO2aGXKc2TNAJaSwdzQEeq7jC7TWYF2Y2jrEIXlyVEhunBs5t7K62a7Z6qB0923/+vPT2v7mwpqV/mTEsTiCB5zz735HOP9VbVWtKKZK08uDJ7vcQN02HogGegY5iNnKUHh12ti9/zzHvsauy+tx+e375j94LuA64MV/5MQbZVNT95/re7jlxZVaVuW5Nffsd9TXfOpXcv6m2Bn3x6FgXg/oz+P0h/ce8g2mTEWxVTzzQzrTruNCcRdbu6VY87gLVXc4uSjXfosak7XxWM4oyl+ockmzCFhJXaGwK8e6sCW2T3sLmPnh5qSZtx9JHFL6QBHGnsTjdtWQ8PFygWtQTIkrI84NILfQSC65FUMFsnOYFHEoSmUCD49a4rt3985PTsd8GzB/5KEnzmhhORgVOZPM+yb5KmpRu38jQqviH6826Lrdrxx6DZdFPo2fVbTiy9AUpDJ3SxGYvpK7u+Rhz8D4BCxssAeJxjYGRgYABi/vcdWfH8Nl8ZuNkZQODSliXbkWl2BrA4BwMTiAIAKDsJfgB4nGNgZGBgZwCChWASxGZkQAVyABOTANd4nGNnYGBgHwAMADNUANMAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IAAHicY2BkYGCQY8hlYGcAASYg5gJCBob/YD4DABa6AakAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYE4CWlZSveFP8hHOY4gHhw79VLav68hMNOH6kG60mg5YhM22pr9b1vGMMEUM2TgyFGgxBwVbnCLBZZYYY07bHCPBzziCc94wSve8I4PbGeDFj/VydVSOakpG0T0VH1ZHXuq+xhoftHaHq+yV+21o1P7brWLWnvpiExNJpBb/i18q8D9ZxSOcj8oY8iVPjZBBU2+kGIIypokuqTI+cx3qXMq7Z6PQIsx1DYGrQxtLul50YV50rVcCiNJc0enX4qdkNRYe8j2g46+SIMHapXJw1GFdIWH2DfalQknZeTDWsRW2bqlBK3ORIz9AqJUapQAAAA=) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgQAAAEoAAAAVmNtYXDiLxC2AAAB+AAAAUpnbHlm5X8X/gAAA4QAAA7kaGVhZAuHlGsAAADQAAAANmhoZWEOogcfAAAArAAAACRobXR40gAAAAAAAYAAAAB4bG9jYTDILUIAAANEAAAAPm1heHABLwB5AAABCAAAACBuYW1l1cf1oAAAEmgAAAIKcG9zdL2sAHoAABR0AAABeQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHgABAAAAAQAAD+/W/l8PPPUACwcAAAAAANK0pLcAAAAA0rSktwAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAeAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHQcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADxHf//AAAAAPEB//8AAA8AAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AUABmALIAxgDmAR4BSAF0AZwB8gIuAo4CugMKA44DsAPqBDgEfAS4BOgFDAWiBegGNgZsBtoHcgAAAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAOABoAAAkCEwQAAxIABSQAEwIAASYAJzYANxYAFwYAAusBwP5Alf7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uAjABUAFQAZsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiAGIAAGABMAJAAnAAABLgEnFRc2NwYHFz4BNSYAJxUWEgEHASERIQERAQYHFT4BNxc3AQcXBNABZVW4A7sCJ3ElKAX+3+Wlzvu3XwFh/p8BKwF1AT5MXU6KO5lf/WCcnAOAZJ4rpbgYGGpbcUacVPQBYziaNP70Aetf/p/+QP6LAfb+wjsdmhJEMZhfBJacnAAAAQAAAAAEqwXWAAUAAAERIQERAQILASoBdv6KBGD+QP6LBKr+iwAAAAIAAAAABWYF1gAGAAwAAAEuAScRPgEBESEBEQEFZQFlVFRl/BEBKwF1/osDgGSeK/2mK54BRP5A/osEqv6LAAADAAAAAAYgBg8ABQAMABoAABMRIQERAQUuAScRPgEDFRYSFwYCBxU2ADcmAOABKwF1/osCxQFlVVVluqXOAwPOpeUBIQUF/t8EYP5A/osEqv6L4GSeK/2mK54C85o0/vS1tf70NJo4AWL19QFiAAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gAPABMAAAEhDgEHER4BFyE+ATcRLgEDIREhBUD8gD9VAQFVPwOAP1UBAVU//IADgAXVAVU//IA/VQEBVT8DgD9V++wDgAAABgAAAAAGawZrAAcADAATABsAIAAoAAAJASYnDgEHASUuAScBBSEBNhI3JgUBBgIHFhchBR4BFwEzARYXPgE3AQK+AWROVIfwYQESA4416aH+7gLl/dABelxoAQH8E/7dXGgBAQ4CMP3kNemhARJ4/t1OVIfwYf7uA/ACaBIBAVhQ/id3pfY+/idL/XNkAQGTTU0B+GT+/5NNSEul9j4B2f4IEgEBWFAB2QAAAAUAAAAABmsF1gAPABMAFwAbAB8AAAEhDgEHER4BFyE+ATcRLgEBIRUhASE1IQUhNSE1ITUhBdX7VkBUAgJUQASqQFQCAlT7FgEq/tYC6v0WAuoBwP7WASr9FgLqBdUBVT/8gD9VAQFVPwOAP1X9rJX+1ZWVlZaVAAMAAAAABiAF1gAPACcAPwAAASEOAQcRHgEXIT4BNxEuAQEjNSMVMzUzFRQGByMuAScRPgE3Mx4BFQUjNSMVMzUzFQ4BByMuATURNDY3Mx4BFwWL++o/VAICVD8EFj9UAgJU/WtwlZVwKiDgICoBASog4CAqAgtwlZVwASog4CAqKiDgICoBBdUBVT/8gD9VAQFVPwOAP1X99yXgJUogKgEBKiABKiAqAQEqIEol4CVKICoBASogASogKgEBKiAAAAYAAAAABiAE9gADAAcACwAPABMAFwAAEzM1IxEzNSMRMzUjASE1IREhNSERFSE14JWVlZWVlQErBBX76wQV++sEFQM1lv5AlQHAlf5Alv5AlQJVlZUAAAABAAAAAAYgBmwALgAAASIGBwE2NCcBHgEzPgE3LgEnDgEHFBcBLgEjDgEHHgEXMjY3AQYHHgEXPgE3LgEFQCtKHv3sBwcCDx5OLF9/AgJ/X19/Agf98R5OLF9/AgJ/XyxOHgIUBQEDe1xcewMDewJPHxsBNxk2GQE0HSACf19ffwICf18bGf7NHCACf19ffwIgHP7KFxpcewICe1xdewAAAgAAAAAGWQZrAEMATwAAATY0Jzc+AScDLgEPASYvAS4BJyEOAQ8BBgcnJgYHAwYWHwEGFBcHDgEXEx4BPwEWHwEeARchPgE/ATY3FxY2NxM2JicFLgEnPgE3HgEXDgEFqwUFngoGB5YHGQ26OkQcAxQP/tYPFAIcRTm6DRoHlQcFC50FBZ0LBQeVBxoNujlFHAIUDwEqDxQCHEU5ug0aB5UHBQv9OG+UAgKUb2+UAgKUAzckSiR7CRoNAQMMCQVLLRzGDhEBAREOxhwtSwUJDP79DBsJeyRKJHsJGg3+/QwJBUstHMYOEQEBEQ7GHC1LBQkMAQMMGwlBApRvb5QCApRvb5QAAAAAAQAAAAAGawZrAAsAABMSAAUkABMCACUEAJUIAaYBPQE9AaYICP5a/sP+w/5aA4D+w/5aCAgBpgE9AT0BpggI/loAAAACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgABJgAnNgA3FgAXBgADgP7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uBmsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAMAAAAABmsGawALABcAIwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAAw4BBy4BJz4BNx4BA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rh0Cf19ffwICf19ffwZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAk9ffwICf19ffwICfwAAAAQAAAAABiAGIAAPABsAJQApAAABIQ4BBxEeARchPgE3ES4BASM1IxUjETMVMzU7ASEeARcRDgEHITczNSMFi/vqP1QCAlQ/BBY/VAICVP1rcJVwcJVwlgEqICoBASog/tZwlZUGIAJUP/vqP1QCAlQ/BBY/VPyClZUBwLu7ASog/tYgKgFw4AACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgATBwkBJwkBNwkBFwEDgP7D/loICAGmAT0BPQGmCAj+Wjhp/vT+9GkBC/71aQEMAQxp/vUGawj+Wv7D/sP+WggIAaYBPQE9Aab8EWkBC/71aQEMAQxp/vUBC2n+9AABAAAAAAXWBrYAFgAAAREJAREeARcOAQcuAScjFgAXNgA3JgADgP6LAXW+/QUF/b6+/QWVBgFR/v4BUQYG/q8FiwEq/ov+iwEqBP2/vv0FBf2+/v6vBgYBUf7+AVEAAAABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcABM8ADgAXACoAPQBQAFoAXQAAARE2HgIHDgEHBiYjJyY3FjY3NiYHERQFFjY3PgE3LgEnIwYfAR4BFw4BFxY2Nz4BNy4BJyMGHwEeARcUBhcWNjc+ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");font-weight:normal;font-style:normal}.vjs-icon-play,.video-js .vjs-big-play-button,.video-js .vjs-play-control{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-play:before,.video-js .vjs-big-play-button:before,.video-js .vjs-play-control:before{content:'\f101'}.vjs-icon-play-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-play-circle:before{content:'\f102'}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing:before{content:'\f103'}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0,.video-js .vjs-volume-menu-button.vjs-vol-0{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0:before,.video-js .vjs-volume-menu-button.vjs-vol-0:before{content:'\f104'}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1,.video-js .vjs-volume-menu-button.vjs-vol-1{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1:before,.video-js .vjs-volume-menu-button.vjs-vol-1:before{content:'\f105'}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2,.video-js .vjs-volume-menu-button.vjs-vol-2{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2:before,.video-js .vjs-volume-menu-button.vjs-vol-2:before{content:'\f106'}.vjs-icon-volume-high,.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control:before,.video-js .vjs-volume-menu-button:before{content:'\f107'}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control:before{content:'\f108'}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control:before{content:'\f109'}.vjs-icon-square{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-square:before{content:'\f10a'}.vjs-icon-spinner{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-spinner:before{content:'\f10b'}.vjs-icon-subtitles,.video-js .vjs-subtitles-button{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subtitles-button:before{content:'\f10c'}.vjs-icon-captions,.video-js .vjs-captions-button{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-captions:before,.video-js .vjs-captions-button:before{content:'\f10d'}.vjs-icon-chapters,.video-js .vjs-chapters-button{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button:before{content:'\f10e'}.vjs-icon-share{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-share:before{content:'\f10f'}.vjs-icon-cog{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-cog:before{content:'\f110'}.vjs-icon-circle,.video-js .vjs-mouse-display,.video-js .vjs-play-progress,.video-js .vjs-volume-level{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle:before,.video-js .vjs-mouse-display:before,.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before{content:'\f111'}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle-outline:before{content:'\f112'}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle-inner-circle:before{content:'\f113'}.vjs-icon-hd{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-hd:before{content:'\f114'}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button:before{content:'\f115'}.vjs-icon-replay{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-replay:before{content:'\f116'}.vjs-icon-facebook{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-facebook:before{content:'\f117'}.vjs-icon-gplus{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-gplus:before{content:'\f118'}.vjs-icon-linkedin{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-linkedin:before{content:'\f119'}.vjs-icon-twitter{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-twitter:before{content:'\f11a'}.vjs-icon-tumblr{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-tumblr:before{content:'\f11b'}.vjs-icon-pinterest{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-pinterest:before{content:'\f11c'}.vjs-icon-audio-description{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-audio-description:before{content:'\f11d'}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:normal;font-style:normal;font-family:Arial,Helvetica,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100% !important;height:100% !important}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100% !important;height:100% !important;padding-top:0 !important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none !important}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block !important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,0.7);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-0.75em;margin-left:-1.5em}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,0.5);-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.video-js button{background:0;border:0;color:inherit;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.vjs-menu-button{cursor:pointer}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;overflow:auto}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li:focus,.vjs-menu li:hover{outline:0;background-color:#73859f;background-color:rgba(115,133,159,0.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:bold;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,0.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,0.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.video-js .vjs-menu-button-inline.vjs-slider-active{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,0.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none !important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}@media �screen{.vjs-user-inactive.vjs-playing .vjs-control-bar:before{content:""}}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{outline:0;position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-js .vjs-control:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0 0 1em white}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em}.vjs-live .vjs-progress-control{display:none}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-control:hover .vjs-mouse-display:after,.video-js .vjs-progress-control:hover .vjs-play-progress:after{display:block;font-size:.6em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:.3em;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-mouse-display:before{display:none}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{position:absolute;top:-0.333333333333333em;right:-0.5em;font-size:.9em}.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after{display:none;position:absolute;top:-3.4em;right:-1.5em;font-size:.9em;color:#000;content:attr(data-current-time);padding:6px 8px 8px 8px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em}.video-js .vjs-play-progress:before,.video-js .vjs-play-progress:after{z-index:1}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,0.5)}.video-js .vjs-load-progress div{background:white;background:rgba(115,133,159,0.75)}.video-js.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after{display:none}.video-js .vjs-progress-control .vjs-mouse-display:after{color:#fff;background-color:#000;background-color:rgba(0,0,0,0.8)}.video-js .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;background-color:#73859f;background-color:rgba(115,133,159,0.5)}.video-js .vjs-slider:focus{text-shadow:0 0 1em white;-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-js .vjs-volume-control{width:5em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-0.5em;left:-0.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-0.3em;right:-0.5em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu{display:block;width:0;height:0;border-top-color:transparent}.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:.5em;height:8em}.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu{left:-2em}.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content{height:0;width:0;overflow-x:hidden;overflow-y:hidden}.vjs-volume-menu-button-vertical:hover .vjs-menu-content,.vjs-volume-menu-button-vertical:focus .vjs-menu-content,.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content{height:8em;width:2.9em}.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content{height:2.9em;width:8em}.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content{background-color:transparent !important}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;vertical-align:middle;margin:0 auto;max-height:100%;padding:0;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-controls-disabled .vjs-poster{display:none}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,0.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-moz-transform:translateY(-3em);-ms-transform:translateY(-3em);-o-transform:translateY(-3em);-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-moz-transform:translateY(-1.5em);-ms-transform:translateY(-1.5em);-o-transform:translateY(-1.5em);-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value{font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-0.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,0.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:white}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6,0.2,0,0.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6,0.2,0,0.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:white}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:white;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button{display:none}.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button{display:none}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button{display:none}.vjs-caption-settings{position:relative;top:1em;background-color:#2b333f;background-color:rgba(43,51,63,0.75);color:#fff;margin:0 auto;padding:.5em;height:15em;font-size:12px;width:40em}.vjs-caption-settings .vjs-tracksettings{top:0;bottom:2em;left:0;right:0;position:absolute;overflow:auto}.vjs-caption-settings .vjs-tracksettings-colors,.vjs-caption-settings .vjs-tracksettings-font{float:left}.vjs-caption-settings .vjs-tracksettings-colors:after,.vjs-caption-settings .vjs-tracksettings-font:after,.vjs-caption-settings .vjs-tracksettings-controls:after{clear:both}.vjs-caption-settings .vjs-tracksettings-controls{position:absolute;bottom:1em;right:1em}.vjs-caption-settings .vjs-tracksetting{margin:5px;padding:3px;min-height:40px}.vjs-caption-settings .vjs-tracksetting label{display:block;width:100px;margin-bottom:5px}.vjs-caption-settings .vjs-tracksetting span{display:inline;margin-left:5px}.vjs-caption-settings .vjs-tracksetting>div{margin-bottom:5px;min-height:20px}.vjs-caption-settings .vjs-tracksetting>div:last-child{margin-bottom:0;padding-bottom:0;min-height:0}.vjs-caption-settings label>input{margin-right:10px}.vjs-caption-settings input[type="button"]{width:40px;height:40px}.video-js .vjs-modal-dialog{background:rgba(0,0,0,0.8);background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(255,255,255,0));background:linear-gradient(180deg,rgba(0,0,0,0.8),rgba(255,255,255,0))}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.video-js{font-size:10px;color:#fff}.vjs-sublime-skin .vjs-big-play-button{font-size:8em;line-height:1.5em;height:1.5em;width:3em;border:0;border-radius:.3em;left:50%;top:50%;margin-left:-1.5em;margin-top:-0.75em}.video-js .vjs-control-bar,.video-js .vjs-big-play-button,.video-js .vjs-menu-button .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,0.7);background-color:transparent}.video-js .vjs-slider{background-color:#73859f;background-color:rgba(115,133,159,0.5);background-color:rgba(255,255,255,0.3);border-radius:2px;height:4px}.video-js .vjs-volume-level,.video-js .vjs-play-progress,.video-js .vjs-slider-bar{background:#fff}.video-js .vjs-load-progress{background:ligthen(#73859f,25%);background:rgba(115,133,159,0.5)}.video-js .vjs-load-progress div{background:ligthen(#73859f,50%);background:rgba(115,133,159,0.75)}.vjs-sublime-skin .vjs-poster{outline:0;outline:0}.vjs-sublime-skin:hover .vjs-big-play-button{background-color:transparent}.vjs-sublime-skin .vjs-fullscreen-control:before,.vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control:before{content:''}.vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control{background:#fff}.vjs-sublime-skin .vjs-fullscreen-control{border:3px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;margin-top:-7px;top:50%;height:14px;width:22px;margin-right:10px}.vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control:after{background:#000;content:"";display:block;position:absolute;bottom:0;left:0;height:5px;width:5px}.vjs-sublime-skin .vjs-progress-holder{margin:0}.vjs-sublime-skin .vjs-progress-control .vjs-progress-holder:after{border-radius:2px;display:block;height:4px}.vjs-sublime-skin .vjs-progress-control .vjs-load-progres,.vjs-sublime-skin .vjs-progress-control .vjs-play-progress{border-radius:2px;height:4px}.vjs-sublime-skin .vjs-playback-rate{display:none}.vjs-sublime-skin .vjs-progress-control{margin-right:40px}.vjs-sublime-skin .vjs-time-control{right:40px}.vjs-sublime-skin .vjs-mute-control:before,.vjs-sublime-skin .vjs-volume-menu-button:before,.vjs-sublime-skin .vjs-mute-control.vjs-vol-0:before,.vjs-sublime-skin .vjs-volume-menu-button.vjs-vol-0:before,.vjs-sublime-skin .vjs-mute-control.vjs-vol-1:before,.vjs-sublime-skin .vjs-volume-menu-button.vjs-vol-1:before,.vjs-sublime-skin .vjs-mute-control.vjs-vol-2:before,.vjs-sublime-skin .vjs-volume-menu-button.vjs-vol-2:before{content:''}.vjs-sublime-skin .vjs-menu-button-inline .vjs-menu,.vjs-sublime-skin .vjs-menu-button-inline:focus .vjs-menu,.vjs-sublime-skin .vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-sublime-skin .vjs-volume-menu-button{width:3em;position:absolute;right:0;margin-right:40px}.vjs-sublime-skin .vjs-menu-button .vjs-menu-content,.vjs-sublime-skin .vjs-menu-button-inline:hover,.vjs-sublime-skin .vjs-menu-button-inline:focus,.vjs-sublime-skin .vjs-menu-button-inline.vjs-slider-active{width:3em}.vjs-sublime-skin .vjs-menu-button-inline .vjs-menu{left:0}.vjs-sublime-skin .vjs-mouse-display:before,.vjs-sublime-skin .vjs-play-progress:before,.vjs-sublime-skin .vjs-volume-level:before{content:''}.vjs-sublime-skin .vjs-volume-bar{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAQAAACw95UnAAAAMElEQVRIx2NgoBL4n4YKGUYNHkEG4zJg1OCRYDCpBowaPJwMppbLRg0eNXjUYBLEAXWNUA6QNm1lAAAAAElFTkSuQmCC);background-size:22px 14px;background-repeat:no-repeat;height:100%;width:100%;max-width:22px;max-height:14px;margin:7px 4px;border-radius:0}.vjs-sublime-skin .vjs-volume-level{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcAQAAAAAyhWABAAAAAnRSTlMAAHaTzTgAAAAZSURBVHgBYwAB/g9EUv+JokCqiaT+U4MCAPKPS7WUUOc1AAAAAElFTkSuQmCC);background-size:22px 14px;background-repeat:no-repeat;max-width:22px;max-height:14px;height:100%}
   [class^="mppfa-"], [class*="mppfa-"] {
display: inline-block;
font: normal normal normal 14px/1 PpmFontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .mppfa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%; }
.mppfa-2x {
font-size: 2em; }
.mppfa-3x {
font-size: 3em; }
.mppfa-4x {
font-size: 4em; }
.mppfa-5x {
font-size: 5em; }
.mppfa-fw {
width: 1.28571em;
text-align: center; }
.mppfa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none; }
.mppfa-ul > li {
position: relative; }
.mppfa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center; }
.mppfa-li.mppfa-lg {
left: -1.85714em; }
.mppfa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em; }
.mppfa-pull-left {
float: left; }
.mppfa-pull-right {
float: right; }
.mppfa.mppfa-pull-left {
margin-right: .3em; }
.mppfa.mppfa-pull-right {
margin-left: .3em; } .pull-right {
float: right; }
.pull-left {
float: left; }
.mppfa.pull-left {
margin-right: .3em; }
.mppfa.pull-right {
margin-left: .3em; }
.mppfa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.mppfa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
.mppfa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.mppfa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.mppfa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.mppfa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1); }
.mppfa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
:root .mppfa-rotate-90,
:root .mppfa-rotate-180,
:root .mppfa-rotate-270,
:root .mppfa-flip-horizontal,
:root .mppfa-flip-vertical {
-webkit-filter: none;
filter: none; }
.mppfa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
.mppfa-stack-1x, .mppfa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
.mppfa-stack-1x {
line-height: inherit; }
.mppfa-stack-2x {
font-size: 2em; }
.mppfa-inverse {
color: #fff; } .mppfa-glass:before {
content: ""; }
.mppfa-music:before {
content: ""; }
.mppfa-search:before {
content: ""; }
.mppfa-envelope-o:before {
content: ""; }
.mppfa-heart:before {
content: ""; }
.mppfa-star:before {
content: ""; }
.mppfa-star-o:before {
content: ""; }
.mppfa-user:before {
content: ""; }
.mppfa-film:before {
content: ""; }
.mppfa-th-large:before {
content: ""; }
.mppfa-th:before {
content: ""; }
.mppfa-th-list:before {
content: ""; }
.mppfa-check:before {
content: ""; }
.mppfa-remove:before,
.mppfa-close:before,
.mppfa-times:before {
content: ""; }
.mppfa-search-plus:before {
content: ""; }
.mppfa-search-minus:before {
content: ""; }
.mppfa-power-off:before {
content: ""; }
.mppfa-signal:before {
content: ""; }
.mppfa-gear:before,
.mppfa-cog:before {
content: ""; }
.mppfa-trash-o:before {
content: ""; }
.mppfa-home:before {
content: ""; }
.mppfa-file-o:before {
content: ""; }
.mppfa-clock-o:before {
content: ""; }
.mppfa-road:before {
content: ""; }
.mppfa-download:before {
content: ""; }
.mppfa-arrow-circle-o-down:before {
content: ""; }
.mppfa-arrow-circle-o-up:before {
content: ""; }
.mppfa-inbox:before {
content: ""; }
.mppfa-play-circle-o:before {
content: ""; }
.mppfa-rotate-right:before,
.mppfa-repeat:before {
content: ""; }
.mppfa-refresh:before {
content: ""; }
.mppfa-list-alt:before {
content: ""; }
.mppfa-lock:before {
content: ""; }
.mppfa-flag:before {
content: ""; }
.mppfa-headphones:before {
content: ""; }
.mppfa-volume-off:before {
content: ""; }
.mppfa-volume-down:before {
content: ""; }
.mppfa-volume-up:before {
content: ""; }
.mppfa-qrcode:before {
content: ""; }
.mppfa-barcode:before {
content: ""; }
.mppfa-tag:before {
content: ""; }
.mppfa-tags:before {
content: ""; }
.mppfa-book:before {
content: ""; }
.mppfa-bookmark:before {
content: ""; }
.mppfa-print:before {
content: ""; }
.mppfa-camera:before {
content: ""; }
.mppfa-font:before {
content: ""; }
.mppfa-bold:before {
content: ""; }
.mppfa-italic:before {
content: ""; }
.mppfa-text-height:before {
content: ""; }
.mppfa-text-width:before {
content: ""; }
.mppfa-align-left:before {
content: ""; }
.mppfa-align-center:before {
content: ""; }
.mppfa-align-right:before {
content: ""; }
.mppfa-align-justify:before {
content: ""; }
.mppfa-list:before {
content: ""; }
.mppfa-dedent:before,
.mppfa-outdent:before {
content: ""; }
.mppfa-indent:before {
content: ""; }
.mppfa-video-camera:before {
content: ""; }
.mppfa-photo:before,
.mppfa-image:before,
.mppfa-picture-o:before {
content: ""; }
.mppfa-pencil:before {
content: ""; }
.mppfa-map-marker:before {
content: ""; }
.mppfa-adjust:before {
content: ""; }
.mppfa-tint:before {
content: ""; }
.mppfa-edit:before,
.mppfa-pencil-square-o:before {
content: ""; }
.mppfa-share-square-o:before {
content: ""; }
.mppfa-check-square-o:before {
content: ""; }
.mppfa-arrows:before {
content: ""; }
.mppfa-step-backward:before {
content: ""; }
.mppfa-fast-backward:before {
content: ""; }
.mppfa-backward:before {
content: ""; }
.mppfa-play:before {
content: ""; }
.mppfa-pause:before {
content: ""; }
.mppfa-stop:before {
content: ""; }
.mppfa-forward:before {
content: ""; }
.mppfa-fast-forward:before {
content: ""; }
.mppfa-step-forward:before {
content: ""; }
.mppfa-eject:before {
content: ""; }
.mppfa-chevron-left:before {
content: ""; }
.mppfa-chevron-right:before {
content: ""; }
.mppfa-plus-circle:before {
content: ""; }
.mppfa-minus-circle:before {
content: ""; }
.mppfa-times-circle:before {
content: ""; }
.mppfa-check-circle:before {
content: ""; }
.mppfa-question-circle:before {
content: ""; }
.mppfa-info-circle:before {
content: ""; }
.mppfa-crosshairs:before {
content: ""; }
.mppfa-times-circle-o:before {
content: ""; }
.mppfa-check-circle-o:before {
content: ""; }
.mppfa-ban:before {
content: ""; }
.mppfa-arrow-left:before {
content: ""; }
.mppfa-arrow-right:before {
content: ""; }
.mppfa-arrow-up:before {
content: ""; }
.mppfa-arrow-down:before {
content: ""; }
.mppfa-mail-forward:before,
.mppfa-share:before {
content: ""; }
.mppfa-expand:before {
content: ""; }
.mppfa-compress:before {
content: ""; }
.mppfa-plus:before {
content: ""; }
.mppfa-minus:before {
content: ""; }
.mppfa-asterisk:before {
content: ""; }
.mppfa-exclamation-circle:before {
content: ""; }
.mppfa-gift:before {
content: ""; }
.mppfa-leaf:before {
content: ""; }
.mppfa-fire:before {
content: ""; }
.mppfa-eye:before {
content: ""; }
.mppfa-eye-slash:before {
content: ""; }
.mppfa-warning:before,
.mppfa-exclamation-triangle:before {
content: ""; }
.mppfa-plane:before {
content: ""; }
.mppfa-calendar:before {
content: ""; }
.mppfa-random:before {
content: ""; }
.mppfa-comment:before {
content: ""; }
.mppfa-magnet:before {
content: ""; }
.mppfa-chevron-up:before {
content: ""; }
.mppfa-chevron-down:before {
content: ""; }
.mppfa-retweet:before {
content: ""; }
.mppfa-shopping-cart:before {
content: ""; }
.mppfa-folder:before {
content: ""; }
.mppfa-folder-open:before {
content: ""; }
.mppfa-arrows-v:before {
content: ""; }
.mppfa-arrows-h:before {
content: ""; }
.mppfa-bar-chart-o:before,
.mppfa-bar-chart:before {
content: ""; }
.mppfa-twitter-square:before {
content: ""; }
.mppfa-facebook-square:before {
content: ""; }
.mppfa-camera-retro:before {
content: ""; }
.mppfa-key:before {
content: ""; }
.mppfa-gears:before,
.mppfa-cogs:before {
content: ""; }
.mppfa-comments:before {
content: ""; }
.mppfa-thumbs-o-up:before {
content: ""; }
.mppfa-thumbs-o-down:before {
content: ""; }
.mppfa-star-half:before {
content: ""; }
.mppfa-heart-o:before {
content: ""; }
.mppfa-sign-out:before {
content: ""; }
.mppfa-linkedin-square:before {
content: ""; }
.mppfa-thumb-tack:before {
content: ""; }
.mppfa-external-link:before {
content: ""; }
.mppfa-sign-in:before {
content: ""; }
.mppfa-trophy:before {
content: ""; }
.mppfa-github-square:before {
content: ""; }
.mppfa-upload:before {
content: ""; }
.mppfa-lemon-o:before {
content: ""; }
.mppfa-phone:before {
content: ""; }
.mppfa-square-o:before {
content: ""; }
.mppfa-bookmark-o:before {
content: ""; }
.mppfa-phone-square:before {
content: ""; }
.mppfa-twitter:before {
content: ""; }
.mppfa-facebook-f:before,
.mppfa-facebook:before {
content: ""; }
.mppfa-github:before {
content: ""; }
.mppfa-unlock:before {
content: ""; }
.mppfa-credit-card:before {
content: ""; }
.mppfa-feed:before,
.mppfa-rss:before {
content: ""; }
.mppfa-hdd-o:before {
content: ""; }
.mppfa-bullhorn:before {
content: ""; }
.mppfa-bell:before {
content: ""; }
.mppfa-certificate:before {
content: ""; }
.mppfa-hand-o-right:before {
content: ""; }
.mppfa-hand-o-left:before {
content: ""; }
.mppfa-hand-o-up:before {
content: ""; }
.mppfa-hand-o-down:before {
content: ""; }
.mppfa-arrow-circle-left:before {
content: ""; }
.mppfa-arrow-circle-right:before {
content: ""; }
.mppfa-arrow-circle-up:before {
content: ""; }
.mppfa-arrow-circle-down:before {
content: ""; }
.mppfa-globe:before {
content: ""; }
.mppfa-wrench:before {
content: ""; }
.mppfa-tasks:before {
content: ""; }
.mppfa-filter:before {
content: ""; }
.mppfa-briefcase:before {
content: ""; }
.mppfa-arrows-alt:before {
content: ""; }
.mppfa-group:before,
.mppfa-users:before {
content: ""; }
.mppfa-chain:before,
.mppfa-link:before {
content: ""; }
.mppfa-cloud:before {
content: ""; }
.mppfa-flask:before {
content: ""; }
.mppfa-cut:before,
.mppfa-scissors:before {
content: ""; }
.mppfa-copy:before,
.mppfa-files-o:before {
content: ""; }
.mppfa-paperclip:before {
content: ""; }
.mppfa-save:before,
.mppfa-floppy-o:before {
content: ""; }
.mppfa-square:before {
content: ""; }
.mppfa-navicon:before,
.mppfa-reorder:before,
.mppfa-bars:before {
content: ""; }
.mppfa-list-ul:before {
content: ""; }
.mppfa-list-ol:before {
content: ""; }
.mppfa-strikethrough:before {
content: ""; }
.mppfa-underline:before {
content: ""; }
.mppfa-table:before {
content: ""; }
.mppfa-magic:before {
content: ""; }
.mppfa-truck:before {
content: ""; }
.mppfa-pinterest:before {
content: ""; }
.mppfa-pinterest-square:before {
content: ""; }
.mppfa-google-plus-square:before {
content: ""; }
.mppfa-google-plus:before {
content: ""; }
.mppfa-money:before {
content: ""; }
.mppfa-caret-down:before {
content: ""; }
.mppfa-caret-up:before {
content: ""; }
.mppfa-caret-left:before {
content: ""; }
.mppfa-caret-right:before {
content: ""; }
.mppfa-columns:before {
content: ""; }
.mppfa-unsorted:before,
.mppfa-sort:before {
content: ""; }
.mppfa-sort-down:before,
.mppfa-sort-desc:before {
content: ""; }
.mppfa-sort-up:before,
.mppfa-sort-asc:before {
content: ""; }
.mppfa-envelope:before {
content: ""; }
.mppfa-linkedin:before {
content: ""; }
.mppfa-rotate-left:before,
.mppfa-undo:before {
content: ""; }
.mppfa-legal:before,
.mppfa-gavel:before {
content: ""; }
.mppfa-dashboard:before,
.mppfa-tachometer:before {
content: ""; }
.mppfa-comment-o:before {
content: ""; }
.mppfa-comments-o:before {
content: ""; }
.mppfa-flash:before,
.mppfa-bolt:before {
content: ""; }
.mppfa-sitemap:before {
content: ""; }
.mppfa-umbrella:before {
content: ""; }
.mppfa-paste:before,
.mppfa-clipboard:before {
content: ""; }
.mppfa-lightbulb-o:before {
content: ""; }
.mppfa-exchange:before {
content: ""; }
.mppfa-cloud-download:before {
content: ""; }
.mppfa-cloud-upload:before {
content: ""; }
.mppfa-user-md:before {
content: ""; }
.mppfa-stethoscope:before {
content: ""; }
.mppfa-suitcase:before {
content: ""; }
.mppfa-bell-o:before {
content: ""; }
.mppfa-coffee:before {
content: ""; }
.mppfa-cutlery:before {
content: ""; }
.mppfa-file-text-o:before {
content: ""; }
.mppfa-building-o:before {
content: ""; }
.mppfa-hospital-o:before {
content: ""; }
.mppfa-ambulance:before {
content: ""; }
.mppfa-medkit:before {
content: ""; }
.mppfa-fighter-jet:before {
content: ""; }
.mppfa-beer:before {
content: ""; }
.mppfa-h-square:before {
content: ""; }
.mppfa-plus-square:before {
content: ""; }
.mppfa-angle-double-left:before {
content: ""; }
.mppfa-angle-double-right:before {
content: ""; }
.mppfa-angle-double-up:before {
content: ""; }
.mppfa-angle-double-down:before {
content: ""; }
.mppfa-angle-left:before {
content: ""; }
.mppfa-angle-right:before {
content: ""; }
.mppfa-angle-up:before {
content: ""; }
.mppfa-angle-down:before {
content: ""; }
.mppfa-desktop:before {
content: ""; }
.mppfa-laptop:before {
content: ""; }
.mppfa-tablet:before {
content: ""; }
.mppfa-mobile-phone:before,
.mppfa-mobile:before {
content: ""; }
.mppfa-circle-o:before {
content: ""; }
.mppfa-quote-left:before {
content: ""; }
.mppfa-quote-right:before {
content: ""; }
.mppfa-spinner:before {
content: ""; }
.mppfa-circle:before {
content: ""; }
.mppfa-mail-reply:before,
.mppfa-reply:before {
content: ""; }
.mppfa-github-alt:before {
content: ""; }
.mppfa-folder-o:before {
content: ""; }
.mppfa-folder-open-o:before {
content: ""; }
.mppfa-smile-o:before {
content: ""; }
.mppfa-frown-o:before {
content: ""; }
.mppfa-meh-o:before {
content: ""; }
.mppfa-gamepad:before {
content: ""; }
.mppfa-keyboard-o:before {
content: ""; }
.mppfa-flag-o:before {
content: ""; }
.mppfa-flag-checkered:before {
content: ""; }
.mppfa-terminal:before {
content: ""; }
.mppfa-code:before {
content: ""; }
.mppfa-mail-reply-all:before,
.mppfa-reply-all:before {
content: ""; }
.mppfa-star-half-empty:before,
.mppfa-star-half-full:before,
.mppfa-star-half-o:before {
content: ""; }
.mppfa-location-arrow:before {
content: ""; }
.mppfa-crop:before {
content: ""; }
.mppfa-code-fork:before {
content: ""; }
.mppfa-unlink:before,
.mppfa-chain-broken:before {
content: ""; }
.mppfa-question:before {
content: ""; }
.mppfa-info:before {
content: ""; }
.mppfa-exclamation:before {
content: ""; }
.mppfa-superscript:before {
content: ""; }
.mppfa-subscript:before {
content: ""; }
.mppfa-eraser:before {
content: ""; }
.mppfa-puzzle-piece:before {
content: ""; }
.mppfa-microphone:before {
content: ""; }
.mppfa-microphone-slash:before {
content: ""; }
.mppfa-shield:before {
content: ""; }
.mppfa-calendar-o:before {
content: ""; }
.mppfa-fire-extinguisher:before {
content: ""; }
.mppfa-rocket:before {
content: ""; }
.mppfa-maxcdn:before {
content: ""; }
.mppfa-chevron-circle-left:before {
content: ""; }
.mppfa-chevron-circle-right:before {
content: ""; }
.mppfa-chevron-circle-up:before {
content: ""; }
.mppfa-chevron-circle-down:before {
content: ""; }
.mppfa-html5:before {
content: ""; }
.mppfa-css3:before {
content: ""; }
.mppfa-anchor:before {
content: ""; }
.mppfa-unlock-alt:before {
content: ""; }
.mppfa-bullseye:before {
content: ""; }
.mppfa-ellipsis-h:before {
content: ""; }
.mppfa-ellipsis-v:before {
content: ""; }
.mppfa-rss-square:before {
content: ""; }
.mppfa-play-circle:before {
content: ""; }
.mppfa-ticket:before {
content: ""; }
.mppfa-minus-square:before {
content: ""; }
.mppfa-minus-square-o:before {
content: ""; }
.mppfa-level-up:before {
content: ""; }
.mppfa-level-down:before {
content: ""; }
.mppfa-check-square:before {
content: ""; }
.mppfa-pencil-square:before {
content: ""; }
.mppfa-external-link-square:before {
content: ""; }
.mppfa-share-square:before {
content: ""; }
.mppfa-compass:before {
content: ""; }
.mppfa-toggle-down:before,
.mppfa-caret-square-o-down:before {
content: ""; }
.mppfa-toggle-up:before,
.mppfa-caret-square-o-up:before {
content: ""; }
.mppfa-toggle-right:before,
.mppfa-caret-square-o-right:before {
content: ""; }
.mppfa-euro:before,
.mppfa-eur:before {
content: ""; }
.mppfa-gbp:before {
content: ""; }
.mppfa-dollar:before,
.mppfa-usd:before {
content: ""; }
.mppfa-rupee:before,
.mppfa-inr:before {
content: ""; }
.mppfa-cny:before,
.mppfa-rmb:before,
.mppfa-yen:before,
.mppfa-jpy:before {
content: ""; }
.mppfa-ruble:before,
.mppfa-rouble:before,
.mppfa-rub:before {
content: ""; }
.mppfa-won:before,
.mppfa-krw:before {
content: ""; }
.mppfa-bitcoin:before,
.mppfa-btc:before {
content: ""; }
.mppfa-file:before {
content: ""; }
.mppfa-file-text:before {
content: ""; }
.mppfa-sort-alpha-asc:before {
content: ""; }
.mppfa-sort-alpha-desc:before {
content: ""; }
.mppfa-sort-amount-asc:before {
content: ""; }
.mppfa-sort-amount-desc:before {
content: ""; }
.mppfa-sort-numeric-asc:before {
content: ""; }
.mppfa-sort-numeric-desc:before {
content: ""; }
.mppfa-thumbs-up:before {
content: ""; }
.mppfa-thumbs-down:before {
content: ""; }
.mppfa-youtube-square:before {
content: ""; }
.mppfa-youtube:before {
content: ""; }
.mppfa-xing:before {
content: ""; }
.mppfa-xing-square:before {
content: ""; }
.mppfa-youtube-play:before {
content: ""; }
.mppfa-dropbox:before {
content: ""; }
.mppfa-stack-overflow:before {
content: ""; }
.mppfa-instagram:before {
content: ""; }
.mppfa-flickr:before {
content: ""; }
.mppfa-adn:before {
content: ""; }
.mppfa-bitbucket:before {
content: ""; }
.mppfa-bitbucket-square:before {
content: ""; }
.mppfa-tumblr:before {
content: ""; }
.mppfa-tumblr-square:before {
content: ""; }
.mppfa-long-arrow-down:before {
content: ""; }
.mppfa-long-arrow-up:before {
content: ""; }
.mppfa-long-arrow-left:before {
content: ""; }
.mppfa-long-arrow-right:before {
content: ""; }
.mppfa-apple:before {
content: ""; }
.mppfa-windows:before {
content: ""; }
.mppfa-android:before {
content: ""; }
.mppfa-linux:before {
content: ""; }
.mppfa-dribbble:before {
content: ""; }
.mppfa-skype:before {
content: ""; }
.mppfa-foursquare:before {
content: ""; }
.mppfa-trello:before {
content: ""; }
.mppfa-female:before {
content: ""; }
.mppfa-male:before {
content: ""; }
.mppfa-gittip:before,
.mppfa-gratipay:before {
content: ""; }
.mppfa-sun-o:before {
content: ""; }
.mppfa-moon-o:before {
content: ""; }
.mppfa-archive:before {
content: ""; }
.mppfa-bug:before {
content: ""; }
.mppfa-vk:before {
content: ""; }
.mppfa-weibo:before {
content: ""; }
.mppfa-renren:before {
content: ""; }
.mppfa-pagelines:before {
content: ""; }
.mppfa-stack-exchange:before {
content: ""; }
.mppfa-arrow-circle-o-right:before {
content: ""; }
.mppfa-arrow-circle-o-left:before {
content: ""; }
.mppfa-toggle-left:before,
.mppfa-caret-square-o-left:before {
content: ""; }
.mppfa-dot-circle-o:before {
content: ""; }
.mppfa-wheelchair:before {
content: ""; }
.mppfa-vimeo-square:before {
content: ""; }
.mppfa-turkish-lira:before,
.mppfa-try:before {
content: ""; }
.mppfa-plus-square-o:before {
content: ""; }
.mppfa-space-shuttle:before {
content: ""; }
.mppfa-slack:before {
content: ""; }
.mppfa-envelope-square:before {
content: ""; }
.mppfa-wordpress:before {
content: ""; }
.mppfa-openid:before {
content: ""; }
.mppfa-institution:before,
.mppfa-bank:before,
.mppfa-university:before {
content: ""; }
.mppfa-mortar-board:before,
.mppfa-graduation-cap:before {
content: ""; }
.mppfa-yahoo:before {
content: ""; }
.mppfa-google:before {
content: ""; }
.mppfa-reddit:before {
content: ""; }
.mppfa-reddit-square:before {
content: ""; }
.mppfa-stumbleupon-circle:before {
content: ""; }
.mppfa-stumbleupon:before {
content: ""; }
.mppfa-delicious:before {
content: ""; }
.mppfa-digg:before {
content: ""; }
.mppfa-pied-piper-pp:before {
content: ""; }
.mppfa-pied-piper-alt:before {
content: ""; }
.mppfa-drupal:before {
content: ""; }
.mppfa-joomla:before {
content: ""; }
.mppfa-language:before {
content: ""; }
.mppfa-fax:before {
content: ""; }
.mppfa-building:before {
content: ""; }
.mppfa-child:before {
content: ""; }
.mppfa-paw:before {
content: ""; }
.mppfa-spoon:before {
content: ""; }
.mppfa-cube:before {
content: ""; }
.mppfa-cubes:before {
content: ""; }
.mppfa-behance:before {
content: ""; }
.mppfa-behance-square:before {
content: ""; }
.mppfa-steam:before {
content: ""; }
.mppfa-steam-square:before {
content: ""; }
.mppfa-recycle:before {
content: ""; }
.mppfa-automobile:before,
.mppfa-car:before {
content: ""; }
.mppfa-cab:before,
.mppfa-taxi:before {
content: ""; }
.mppfa-tree:before {
content: ""; }
.mppfa-spotify:before {
content: ""; }
.mppfa-deviantart:before {
content: ""; }
.mppfa-soundcloud:before {
content: ""; }
.mppfa-database:before {
content: ""; }
.mppfa-file-pdf-o:before {
content: ""; }
.mppfa-file-word-o:before {
content: ""; }
.mppfa-file-excel-o:before {
content: ""; }
.mppfa-file-powerpoint-o:before {
content: ""; }
.mppfa-file-photo-o:before,
.mppfa-file-picture-o:before,
.mppfa-file-image-o:before {
content: ""; }
.mppfa-file-zip-o:before,
.mppfa-file-archive-o:before {
content: ""; }
.mppfa-file-sound-o:before,
.mppfa-file-audio-o:before {
content: ""; }
.mppfa-file-movie-o:before,
.mppfa-file-video-o:before {
content: ""; }
.mppfa-file-code-o:before {
content: ""; }
.mppfa-vine:before {
content: ""; }
.mppfa-codepen:before {
content: ""; }
.mppfa-jsfiddle:before {
content: ""; }
.mppfa-life-bouy:before,
.mppfa-life-buoy:before,
.mppfa-life-saver:before,
.mppfa-support:before,
.mppfa-life-ring:before {
content: ""; }
.mppfa-circle-o-notch:before {
content: ""; }
.mppfa-ra:before,
.mppfa-resistance:before,
.mppfa-rebel:before {
content: ""; }
.mppfa-ge:before,
.mppfa-empire:before {
content: ""; }
.mppfa-git-square:before {
content: ""; }
.mppfa-git:before {
content: ""; }
.mppfa-y-combinator-square:before,
.mppfa-yc-square:before,
.mppfa-hacker-news:before {
content: ""; }
.mppfa-tencent-weibo:before {
content: ""; }
.mppfa-qq:before {
content: ""; }
.mppfa-wechat:before,
.mppfa-weixin:before {
content: ""; }
.mppfa-send:before,
.mppfa-paper-plane:before {
content: ""; }
.mppfa-send-o:before,
.mppfa-paper-plane-o:before {
content: ""; }
.mppfa-history:before {
content: ""; }
.mppfa-circle-thin:before {
content: ""; }
.mppfa-header:before {
content: ""; }
.mppfa-paragraph:before {
content: ""; }
.mppfa-sliders:before {
content: ""; }
.mppfa-share-alt:before {
content: ""; }
.mppfa-share-alt-square:before {
content: ""; }
.mppfa-bomb:before {
content: ""; }
.mppfa-soccer-ball-o:before,
.mppfa-futbol-o:before {
content: ""; }
.mppfa-tty:before {
content: ""; }
.mppfa-binoculars:before {
content: ""; }
.mppfa-plug:before {
content: ""; }
.mppfa-slideshare:before {
content: ""; }
.mppfa-twitch:before {
content: ""; }
.mppfa-yelp:before {
content: ""; }
.mppfa-newspaper-o:before {
content: ""; }
.mppfa-wifi:before {
content: ""; }
.mppfa-calculator:before {
content: ""; }
.mppfa-paypal:before {
content: ""; }
.mppfa-google-wallet:before {
content: ""; }
.mppfa-cc-visa:before {
content: ""; }
.mppfa-cc-mastercard:before {
content: ""; }
.mppfa-cc-discover:before {
content: ""; }
.mppfa-cc-amex:before {
content: ""; }
.mppfa-cc-paypal:before {
content: ""; }
.mppfa-cc-stripe:before {
content: ""; }
.mppfa-bell-slash:before {
content: ""; }
.mppfa-bell-slash-o:before {
content: ""; }
.mppfa-trash:before {
content: ""; }
.mppfa-copyright:before {
content: ""; }
.mppfa-at:before {
content: ""; }
.mppfa-eyedropper:before {
content: ""; }
.mppfa-paint-brush:before {
content: ""; }
.mppfa-birthday-cake:before {
content: ""; }
.mppfa-area-chart:before {
content: ""; }
.mppfa-pie-chart:before {
content: ""; }
.mppfa-line-chart:before {
content: ""; }
.mppfa-lastfm:before {
content: ""; }
.mppfa-lastfm-square:before {
content: ""; }
.mppfa-toggle-off:before {
content: ""; }
.mppfa-toggle-on:before {
content: ""; }
.mppfa-bicycle:before {
content: ""; }
.mppfa-bus:before {
content: ""; }
.mppfa-ioxhost:before {
content: ""; }
.mppfa-angellist:before {
content: ""; }
.mppfa-cc:before {
content: ""; }
.mppfa-shekel:before,
.mppfa-sheqel:before,
.mppfa-ils:before {
content: ""; }
.mppfa-meanpath:before {
content: ""; }
.mppfa-buysellads:before {
content: ""; }
.mppfa-connectdevelop:before {
content: ""; }
.mppfa-dashcube:before {
content: ""; }
.mppfa-forumbee:before {
content: ""; }
.mppfa-leanpub:before {
content: ""; }
.mppfa-sellsy:before {
content: ""; }
.mppfa-shirtsinbulk:before {
content: ""; }
.mppfa-simplybuilt:before {
content: ""; }
.mppfa-skyatlas:before {
content: ""; }
.mppfa-cart-plus:before {
content: ""; }
.mppfa-cart-arrow-down:before {
content: ""; }
.mppfa-diamond:before {
content: ""; }
.mppfa-ship:before {
content: ""; }
.mppfa-user-secret:before {
content: ""; }
.mppfa-motorcycle:before {
content: ""; }
.mppfa-street-view:before {
content: ""; }
.mppfa-heartbeat:before {
content: ""; }
.mppfa-venus:before {
content: ""; }
.mppfa-mars:before {
content: ""; }
.mppfa-mercury:before {
content: ""; }
.mppfa-intersex:before,
.mppfa-transgender:before {
content: ""; }
.mppfa-transgender-alt:before {
content: ""; }
.mppfa-venus-double:before {
content: ""; }
.mppfa-mars-double:before {
content: ""; }
.mppfa-venus-mars:before {
content: ""; }
.mppfa-mars-stroke:before {
content: ""; }
.mppfa-mars-stroke-v:before {
content: ""; }
.mppfa-mars-stroke-h:before {
content: ""; }
.mppfa-neuter:before {
content: ""; }
.mppfa-genderless:before {
content: ""; }
.mppfa-facebook-official:before {
content: ""; }
.mppfa-pinterest-p:before {
content: ""; }
.mppfa-whatsapp:before {
content: ""; }
.mppfa-server:before {
content: ""; }
.mppfa-user-plus:before {
content: ""; }
.mppfa-user-times:before {
content: ""; }
.mppfa-hotel:before,
.mppfa-bed:before {
content: ""; }
.mppfa-viacoin:before {
content: ""; }
.mppfa-train:before {
content: ""; }
.mppfa-subway:before {
content: ""; }
.mppfa-medium:before {
content: ""; }
.mppfa-yc:before,
.mppfa-y-combinator:before {
content: ""; }
.mppfa-optin-monster:before {
content: ""; }
.mppfa-opencart:before {
content: ""; }
.mppfa-expeditedssl:before {
content: ""; }
.mppfa-battery-4:before,
.mppfa-battery:before,
.mppfa-battery-full:before {
content: ""; }
.mppfa-battery-3:before,
.mppfa-battery-three-quarters:before {
content: ""; }
.mppfa-battery-2:before,
.mppfa-battery-half:before {
content: ""; }
.mppfa-battery-1:before,
.mppfa-battery-quarter:before {
content: ""; }
.mppfa-battery-0:before,
.mppfa-battery-empty:before {
content: ""; }
.mppfa-mouse-pointer:before {
content: ""; }
.mppfa-i-cursor:before {
content: ""; }
.mppfa-object-group:before {
content: ""; }
.mppfa-object-ungroup:before {
content: ""; }
.mppfa-sticky-note:before {
content: ""; }
.mppfa-sticky-note-o:before {
content: ""; }
.mppfa-cc-jcb:before {
content: ""; }
.mppfa-cc-diners-club:before {
content: ""; }
.mppfa-clone:before {
content: ""; }
.mppfa-balance-scale:before {
content: ""; }
.mppfa-hourglass-o:before {
content: ""; }
.mppfa-hourglass-1:before,
.mppfa-hourglass-start:before {
content: ""; }
.mppfa-hourglass-2:before,
.mppfa-hourglass-half:before {
content: ""; }
.mppfa-hourglass-3:before,
.mppfa-hourglass-end:before {
content: ""; }
.mppfa-hourglass:before {
content: ""; }
.mppfa-hand-grab-o:before,
.mppfa-hand-rock-o:before {
content: ""; }
.mppfa-hand-stop-o:before,
.mppfa-hand-paper-o:before {
content: ""; }
.mppfa-hand-scissors-o:before {
content: ""; }
.mppfa-hand-lizard-o:before {
content: ""; }
.mppfa-hand-spock-o:before {
content: ""; }
.mppfa-hand-pointer-o:before {
content: ""; }
.mppfa-hand-peace-o:before {
content: ""; }
.mppfa-trademark:before {
content: ""; }
.mppfa-registered:before {
content: ""; }
.mppfa-creative-commons:before {
content: ""; }
.mppfa-gg:before {
content: ""; }
.mppfa-gg-circle:before {
content: ""; }
.mppfa-tripadvisor:before {
content: ""; }
.mppfa-odnoklassniki:before {
content: ""; }
.mppfa-odnoklassniki-square:before {
content: ""; }
.mppfa-get-pocket:before {
content: ""; }
.mppfa-wikipedia-w:before {
content: ""; }
.mppfa-safari:before {
content: ""; }
.mppfa-chrome:before {
content: ""; }
.mppfa-firefox:before {
content: ""; }
.mppfa-opera:before {
content: ""; }
.mppfa-internet-explorer:before {
content: ""; }
.mppfa-tv:before,
.mppfa-television:before {
content: ""; }
.mppfa-contao:before {
content: ""; }
.mppfa-500px:before {
content: ""; }
.mppfa-amazon:before {
content: ""; }
.mppfa-calendar-plus-o:before {
content: ""; }
.mppfa-calendar-minus-o:before {
content: ""; }
.mppfa-calendar-times-o:before {
content: ""; }
.mppfa-calendar-check-o:before {
content: ""; }
.mppfa-industry:before {
content: ""; }
.mppfa-map-pin:before {
content: ""; }
.mppfa-map-signs:before {
content: ""; }
.mppfa-map-o:before {
content: ""; }
.mppfa-map:before {
content: ""; }
.mppfa-commenting:before {
content: ""; }
.mppfa-commenting-o:before {
content: ""; }
.mppfa-houzz:before {
content: ""; }
.mppfa-vimeo:before {
content: ""; }
.mppfa-black-tie:before {
content: ""; }
.mppfa-fonticons:before {
content: ""; }
.mppfa-reddit-alien:before {
content: ""; }
.mppfa-edge:before {
content: ""; }
.mppfa-credit-card-alt:before {
content: ""; }
.mppfa-codiepie:before {
content: ""; }
.mppfa-modx:before {
content: ""; }
.mppfa-fort-awesome:before {
content: ""; }
.mppfa-usb:before {
content: ""; }
.mppfa-product-hunt:before {
content: ""; }
.mppfa-mixcloud:before {
content: ""; }
.mppfa-scribd:before {
content: ""; }
.mppfa-pause-circle:before {
content: ""; }
.mppfa-pause-circle-o:before {
content: ""; }
.mppfa-stop-circle:before {
content: ""; }
.mppfa-stop-circle-o:before {
content: ""; }
.mppfa-shopping-bag:before {
content: ""; }
.mppfa-shopping-basket:before {
content: ""; }
.mppfa-hashtag:before {
content: ""; }
.mppfa-bluetooth:before {
content: ""; }
.mppfa-bluetooth-b:before {
content: ""; }
.mppfa-percent:before {
content: ""; }
.mppfa-gitlab:before {
content: ""; }
.mppfa-wpbeginner:before {
content: ""; }
.mppfa-wpforms:before {
content: ""; }
.mppfa-envira:before {
content: ""; }
.mppfa-universal-access:before {
content: ""; }
.mppfa-wheelchair-alt:before {
content: ""; }
.mppfa-question-circle-o:before {
content: ""; }
.mppfa-blind:before {
content: ""; }
.mppfa-audio-description:before {
content: ""; }
.mppfa-volume-control-phone:before {
content: ""; }
.mppfa-braille:before {
content: ""; }
.mppfa-assistive-listening-systems:before {
content: ""; }
.mppfa-asl-interpreting:before,
.mppfa-american-sign-language-interpreting:before {
content: ""; }
.mppfa-deafness:before,
.mppfa-hard-of-hearing:before,
.mppfa-deaf:before {
content: ""; }
.mppfa-glide:before {
content: ""; }
.mppfa-glide-g:before {
content: ""; }
.mppfa-signing:before,
.mppfa-sign-language:before {
content: ""; }
.mppfa-low-vision:before {
content: ""; }
.mppfa-viadeo:before {
content: ""; }
.mppfa-viadeo-square:before {
content: ""; }
.mppfa-snapchat:before {
content: ""; }
.mppfa-snapchat-ghost:before {
content: ""; }
.mppfa-snapchat-square:before {
content: ""; }
.mppfa-pied-piper:before {
content: ""; }
.mppfa-first-order:before {
content: ""; }
.mppfa-yoast:before {
content: ""; }
.mppfa-themeisle:before {
content: ""; }
.mppfa-google-plus-circle:before,
.mppfa-google-plus-official:before {
content: ""; }
.mppfa-fa:before,
.mppfa-font-awesome:before {
content: ""; }
.mppfa-handshake-o:before {
content: ""; }
.mppfa-envelope-open:before {
content: ""; }
.mppfa-envelope-open-o:before {
content: ""; }
.mppfa-linode:before {
content: ""; }
.mppfa-address-book:before {
content: ""; }
.mppfa-address-book-o:before {
content: ""; }
.mppfa-vcard:before,
.mppfa-address-card:before {
content: ""; }
.mppfa-vcard-o:before,
.mppfa-address-card-o:before {
content: ""; }
.mppfa-user-circle:before {
content: ""; }
.mppfa-user-circle-o:before {
content: ""; }
.mppfa-user-o:before {
content: ""; }
.mppfa-id-badge:before {
content: ""; }
.mppfa-drivers-license:before,
.mppfa-id-card:before {
content: ""; }
.mppfa-drivers-license-o:before,
.mppfa-id-card-o:before {
content: ""; }
.mppfa-quora:before {
content: ""; }
.mppfa-free-code-camp:before {
content: ""; }
.mppfa-telegram:before {
content: ""; }
.mppfa-thermometer-4:before,
.mppfa-thermometer:before,
.mppfa-thermometer-full:before {
content: ""; }
.mppfa-thermometer-3:before,
.mppfa-thermometer-three-quarters:before {
content: ""; }
.mppfa-thermometer-2:before,
.mppfa-thermometer-half:before {
content: ""; }
.mppfa-thermometer-1:before,
.mppfa-thermometer-quarter:before {
content: ""; }
.mppfa-thermometer-0:before,
.mppfa-thermometer-empty:before {
content: ""; }
.mppfa-shower:before {
content: ""; }
.mppfa-bathtub:before,
.mppfa-s15:before,
.mppfa-bath:before {
content: ""; }
.mppfa-podcast:before {
content: ""; }
.mppfa-window-maximize:before {
content: ""; }
.mppfa-window-minimize:before {
content: ""; }
.mppfa-window-restore:before {
content: ""; }
.mppfa-times-rectangle:before,
.mppfa-window-close:before {
content: ""; }
.mppfa-times-rectangle-o:before,
.mppfa-window-close-o:before {
content: ""; }
.mppfa-bandcamp:before {
content: ""; }
.mppfa-grav:before {
content: ""; }
.mppfa-etsy:before {
content: ""; }
.mppfa-imdb:before {
content: ""; }
.mppfa-ravelry:before {
content: ""; }
.mppfa-eercast:before {
content: ""; }
.mppfa-microchip:before {
content: ""; }
.mppfa-snowflake-o:before {
content: ""; }
.mppfa-superpowers:before {
content: ""; }
.mppfa-wpexplorer:before {
content: ""; }
.mppfa-meetup:before {
content: ""; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }@font-face {
font-family: 'PpmFontAwesome';
src: url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),
url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),
url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),
url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),
url(//saphircoaching.com/wp-content/plugins/master-popups/assets/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}#cmplz-manage-consent-container{display:none}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary{display:block;cursor:pointer}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::-webkit-details-marker,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::marker{display:none;content:''}.cmplz-alert{display:none;padding:7px;color:white;margin:10px 0}.cmplz-alert.cmplz-error{background-color:#f44336}.cmplz-alert.cmplz-success{background-color:green}.cmplz-close{margin-left:15px;color:white;font-weight:bold;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.cmplz-close:hover{color:black}#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{display:inline-block;width:calc(50% - 35px);vertical-align:top}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{width:100%}}#cmplz-cookies-overview .cmplz-dropdown summary,#cmplz-document .cmplz-dropdown summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary{display:block;cursor:pointer}#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker,#cmplz-cookies-overview .cmplz-dropdown summary::marker,#cmplz-document .cmplz-dropdown summary::marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker{display:none;content:''}#cmplz-cookies-overview .cmplz-dropdown summary div,#cmplz-document .cmplz-dropdown summary div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div{display:grid;grid-template:"heading chevron";grid-template-columns:2fr 25px;grid-gap:15px;align-items:center}#cmplz-cookies-overview .cmplz-dropdown summary div h3,#cmplz-document .cmplz-dropdown summary div h3,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3{grid-area:heading;margin:0}#cmplz-cookies-overview .cmplz-dropdown summary div:after,#cmplz-document .cmplz-dropdown summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after{grid-area:chevron}#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"],#cmplz-document .cmplz-dropdown summary div input[data-category="functional"],.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"]{visibility:hidden}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary{display:block}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div{grid-template:"heading paragraph label checkbox chevron";grid-template-columns:2fr auto 0 auto 25px}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p{grid-area:paragraph}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{display:grid}@media only screen and (min-width:600px){#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{grid-column:span 2;grid-template-columns:1fr 1fr 1fr;grid-template:"purpose purpose purpose" "header1 header2 header3" auto}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose{grid-area:purpose}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header{grid-area:header1}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header{grid-area:header2}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header{grid-area:header3}}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{grid-template-columns:100px 1fr}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose{grid-column:span 2}}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories{margin-top:10px;display:block;width:100%}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category{background-color:rgba(239,239,239,0.25)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::marker{display:none;content:''}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::-webkit-details-marker{display:none;content:''}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description{padding:10px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child){margin-bottom:5px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header{display:grid;grid-template-columns:1fr auto 25px;grid-template-rows:auto;align-items:center;grid-gap:10px;padding:5px 10px;background-color:rgba(239,239,239,0.5)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header section{padding:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2{grid-column-start:1;width:100%;justify-self:start;font-size:18px;text-align:left;margin-top:8px;text-transform:initial;padding-bottom:10px;border-bottom:0;margin-bottom:0}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2:before{height:0;margin:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{font-size:var(--cmplz_category_header_active_font_size);color:var(--cmplz_category_header_always_active_color)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active input{display:none}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox{display:flex;align-items:center;margin:0;padding:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open{display:flex;align-items:center;justify-content:center;grid-column-start:3;cursor:pointer;content:'';background:var(--cmplz_category_open_icon_url) no-repeat;transform:rotate(0);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-size:cover;height:25px;width:25px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open]{padding-bottom:1px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-category-header:after,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-icon.cmplz-open{transform:rotate(180deg)}.postbox #cmplz-document{margin:auto auto}#cmplz-document,.editor-styles-wrapper .cmplz-unlinked-mode{font-size:14px;margin-top:0;max-width:800px;text-justify:inter-word}#cmplz-document input::-moz-focus-inner,.editor-styles-wrapper .cmplz-unlinked-mode input::-moz-focus-inner,#cmplz-document button::-moz-focus-inner,.editor-styles-wrapper .cmplz-unlinked-mode button::-moz-focus-inner{border:0;padding:0}#cmplz-document a,.editor-styles-wrapper .cmplz-unlinked-mode a{text-decoration:underline}#cmplz-document a[target="_blank"]::after,.editor-styles-wrapper .cmplz-unlinked-mode a[target="_blank"]::after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);margin:0 3px 0 5px}#cmplz-document a:focus,.editor-styles-wrapper .cmplz-unlinked-mode a:focus{border:1px solid black;padding:2px}#cmplz-document #cmplz-dnsmpd-form label,.editor-styles-wrapper .cmplz-unlinked-mode #cmplz-dnsmpd-form label{margin-right:20px;min-width:100px;display:inline-block}#cmplz-document h2,.editor-styles-wrapper .cmplz-unlinked-mode h2,#cmplz-document h3,.editor-styles-wrapper .cmplz-unlinked-mode h3{font-size:22px;text-align:left;margin-top:15px;text-transform:initial;padding-bottom:10px;margin-bottom:10px}#cmplz-document.impressum h2,.editor-styles-wrapper .cmplz-unlinked-mode.impressum h2,#cmplz-document.impressum h3,.editor-styles-wrapper .cmplz-unlinked-mode.impressum h3{border-bottom:0;font-size:1em;padding-bottom:5px;margin-bottom:5px}#cmplz-document.impressum p,.editor-styles-wrapper .cmplz-unlinked-mode.impressum p{margin-bottom:7px}#cmplz-document h4,.editor-styles-wrapper .cmplz-unlinked-mode h4{font-size:18px;text-align:left;margin-top:15px;margin-bottom:5px;text-transform:initial}#cmplz-document h5,.editor-styles-wrapper .cmplz-unlinked-mode h5{font-size:14px;text-align:left;margin-top:10px;margin-bottom:5px;text-transform:initial}#cmplz-document h3.annex,.editor-styles-wrapper .cmplz-unlinked-mode h3.annex,#cmplz-document h4.annex,.editor-styles-wrapper .cmplz-unlinked-mode h4.annex{font-weight:bold}#cmplz-document span h3,.editor-styles-wrapper .cmplz-unlinked-mode span h3{font-size:14px;border-bottom:0}#cmplz-document p,.editor-styles-wrapper .cmplz-unlinked-mode p,#cmplz-document li,.editor-styles-wrapper .cmplz-unlinked-mode li,#cmplz-document td,.editor-styles-wrapper .cmplz-unlinked-mode td{font-size:14px;margin-top:0}#cmplz-document ol.alphabetic,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic{counter-reset:list;list-style-type:none}#cmplz-document ol.alphabetic li:before,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic li:before{font-weight:bold;content:counter(list,lower-alpha) ") ";counter-increment:list}#cmplz-document ul,.editor-styles-wrapper .cmplz-unlinked-mode ul{list-style:disc;margin-left:15px;margin-bottom:15px}#cmplz-document ol.alphabetic ol,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol{counter-reset:list;list-style-type:none}#cmplz-document ol.alphabetic ol li:before,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol li:before{font-weight:bold;content:counter(list,decimal) ") ";counter-increment:list}#cmplz-document .cmplz-subtitle,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle{font-weight:bold;margin-top:25px}#cmplz-document .cmplz-indent,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-indent{margin-left:36px}#cmplz-cookies-overview .cmplz-dropdown,#cmplz-document .cmplz-dropdown,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown{background-color:rgba(239,239,239,0.25)}#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4{font-size:18px;text-align:left;margin-top:15px;margin-bottom:5px;text-transform:initial}#cmplz-cookies-overview .cmplz-dropdown p,#cmplz-document .cmplz-dropdown p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,#cmplz-cookies-overview .cmplz-dropdown a,#cmplz-document .cmplz-dropdown a,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a{font-size:14px;margin-top:0}#cmplz-cookies-overview .cmplz-dropdown p,#cmplz-document .cmplz-dropdown p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,#cmplz-cookies-overview .cmplz-dropdown ul,#cmplz-document .cmplz-dropdown ul,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul{padding:0 15px}#cmplz-cookies-overview .cmplz-dropdown p.legal-obligations-description,#cmplz-document .cmplz-dropdown p.legal-obligations-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p.legal-obligations-description{padding-bottom:15px}#cmplz-cookies-overview .cmplz-dropdown summary::marker,#cmplz-document .cmplz-dropdown summary::marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker{display:none;content:''}#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker{display:none;content:''}#cmplz-cookies-overview .cmplz-dropdown summary,#cmplz-document .cmplz-dropdown summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary{display:block;background-color:rgba(239,239,239,0.5);margin:5px 0;padding:5px 10px;align-items:center;justify-items:stretch}#cmplz-cookies-overview .cmplz-dropdown summary h3,#cmplz-document .cmplz-dropdown summary h3,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3{padding:0 5px;font-size:18px;border-bottom:0}#cmplz-cookies-overview .cmplz-dropdown summary p,#cmplz-document .cmplz-dropdown summary p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p{text-align:right;padding:0;margin:0;font-size:14px;border-bottom:0}#cmplz-cookies-overview .cmplz-dropdown summary div:after,#cmplz-document .cmplz-dropdown summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after{cursor:pointer;content:'';background:url(//saphircoaching.com/wp-content/plugins/complianz-gdpr/assets/images/chevron-down.svg) no-repeat;transform:rotate(0);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-size:cover;height:18px;width:18px;margin:3px}#cmplz-cookies-overview .cmplz-dropdown[open],#cmplz-document .cmplz-dropdown[open],.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open]{padding-bottom:1px}#cmplz-cookies-overview .cmplz-dropdown[open] summary div:after,#cmplz-document .cmplz-dropdown[open] summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open] summary div:after{transform:rotate(180deg)}#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4{font-size:15px;margin:5px 0}#cmplz-cookies-overview .cmplz-dropdown h5,#cmplz-document .cmplz-dropdown h5,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5{margin:0}#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{padding:0 15px 15px}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,#cmplz-document .cmplz-dropdown .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose{border:1px solid #dadada;grid-gap:1px;background-color:#dadada;margin-bottom:10px}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,#cmplz-document .cmplz-dropdown .cookies-per-purpose div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div{background-color:white;padding:15px}@media only screen and (min-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header{background-color:#f7f7f7}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header{background-color:#f7f7f7}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header{background-color:#f7f7f7}}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose h5,#cmplz-document .cmplz-dropdown .cookies-per-purpose h5,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose h5{line-height:1.8}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7){background-color:#f7f7f7}}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-qi-grid>.qodef-grid-inner{position:relative;display:grid;gap:30px}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--1{order:1}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--2{order:2}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--3{order:3}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--4{order:4}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--5{order:5}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--6{order:6}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--7{order:7}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--8{order:8}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--9{order:9}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--10{order:10}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--11{order:11}.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:after,.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:before{display:none!important}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner{display:flex}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12{width:100%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11{width:91.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10{width:83.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9{width:75%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8{width:66.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7{width:58.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6{width:50%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5{width:41.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4{width:33.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3{width:25%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2{width:16.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1{width:8.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--auto{width:auto}.qodef-qi-grid.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--1>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--2>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--3>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--4>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--5>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--6>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--7>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--8>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner{grid-template-columns:minmax(0,1fr) minmax(0,11fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner{grid-template-columns:minmax(0,2fr) minmax(0,10fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner{grid-template-columns:minmax(0,10fr) minmax(0,2fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner{grid-template-columns:minmax(0,11fr) minmax(0,1fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner{height:100%;overflow:hidden}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.qodef-qi-grid.qodef-layout--qi-masonry>.qodef-grid-inner{visibility:hidden}.qodef-qi-grid.qodef-layout--qi-masonry>.qodef-grid-inner.qodef--masonry-init{visibility:visible}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--1>.qodef-grid-inner{grid-template-columns:repeat(1,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner{grid-template-columns:repeat(2,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner{grid-template-columns:repeat(3,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner{grid-template-columns:repeat(4,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner{grid-template-columns:repeat(5,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner{grid-template-columns:repeat(6,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner{grid-template-columns:repeat(7,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner{grid-template-columns:repeat(8,1fr)}.qodef-qi-grid.qodef-gutter--no>.qodef-grid-inner{gap:0}.qodef-qi-grid.qodef-gutter--tiny>.qodef-grid-inner{gap:10px}.qodef-qi-grid.qodef-gutter--small>.qodef-grid-inner{gap:20px}.qodef-qi-grid.qodef-gutter--normal>.qodef-grid-inner{gap:30px}.qodef-qi-grid.qodef-gutter--medium>.qodef-grid-inner{gap:40px}.qodef-qi-grid.qodef-gutter--large>.qodef-grid-inner{gap:50px}.qodef-qi-grid.qodef-gutter--huge>.qodef-grid-inner{gap:68px}.qodef-qi-grid.qodef-disable-row-gap>.qodef-grid-inner{row-gap:0}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:768px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:680px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:480px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@keyframes qi-addons-for-elementor-fade-in{0%{opacity:0;visibility:hidden;z-index:102}100%{opacity:1;visibility:visible;z-index:102}}@keyframes qi-addons-for-elementor-fade-out{0%{opacity:1;visibility:visible;z-index:102}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes qodef-animate-underline-from-left{0%{transform:scaleX(1);transform-origin:right}37%{transform:scaleX(0);transform-origin:right}38%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}@keyframes qodef-animate-underline-from-right{0%{transform:scaleX(1);transform-origin:left}37%{transform:scaleX(0);transform-origin:left}38%{transform:scaleX(0);transform-origin:right}100%{transform:scaleX(1);transform-origin:right}}@keyframes qodef-animate-underline-multiline{0%{background-size:100% 87%;background-position-x:right}38%{background-size:0 87%;background-position-x:right}39%{background-size:0 87%;background-position-x:left}100%{background-size:100% 87%;background-position-x:left}}@keyframes qodef-animate-highlight{0%{background-size:0 100%;background-position-x:left}100%{background-size:100% 100%;background-position-x:left}}.qodef-qi-clear:after,.qodef-qi-clear:before{content:'';display:table;table-layout:fixed}.qodef-qi-clear:after{clear:both}.qodef-category-separator:after{content:',';margin-right:5px}.qodef-shortcode h1 a,.qodef-shortcode h2 a,.qodef-shortcode h3 a,.qodef-shortcode h4 a,.qodef-shortcode h5 a,.qodef-shortcode h6 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-custom-text-underline-draw a{position:relative;color:currentColor}.qodef-custom-text-underline-draw a:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:1px;background-color:currentColor;backface-visibility:hidden}.qodef-custom-text-underline-draw a:hover{color:currentColor;text-decoration:none}.qodef-custom-text-underline-draw a:hover:after{animation:qodef-animate-underline-from-left .6s cubic-bezier(.45,.29,0,.82) forwards}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button,body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text,body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title{opacity:0;transform:translateX(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text{transition-delay:.25s,.25s}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button{transition-delay:.5s,.5s}body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-button,body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-text,body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-title{opacity:1;transform:translateX(0) translateZ(0)}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-qi-hide-under-1440,.qodef-qi-hide-under-1440{display:none}}.qodef-qi-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:none}.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next{display:none}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:block}.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next{display:block}}.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container{max-width:unset}.fslightbox-container .fslightbox-nav .fslightbox-toolbar{background:0 0}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button{color:#fff}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"]{display:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg{fill:currentColor;width:17px;stroke:none}.fslightbox-container .fslightbox-slide-btn-container-next,.fslightbox-container .fslightbox-slide-btn-container-previous{padding:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn{width:30px;padding:0;background:0 0;color:#fff}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn svg,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn svg{fill:currentColor;stroke:currentColor;width:100%}.qodef-qi-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-qi-swiper-container .swiper-slide a:not(.qodef-qi-button):not(.qodef-qi-premium-button){display:block}.qodef-qi-swiper-container .swiper-slide img{width:100%}.qodef-qi-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-qi-swiper-container .swiper-pagination-bullet{color:#000;vertical-align:middle;opacity:1;transform-origin:center;transform:matrix(.72,0,0,.72,0,0);border:1px solid transparent;background:currentColor;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-qi-swiper-container .swiper-pagination-bullet-active,.qodef-qi-swiper-container .swiper-pagination-bullet:hover{transform:matrix(1,0,0,1,0,0) translateZ(0)}.qodef-qi-swiper-container .swiper-button-next,.qodef-qi-swiper-container .swiper-button-prev,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container~.swiper-button-next,.qodef-qi-swiper-container~.swiper-button-prev{background-image:none!important;width:auto!important;height:auto!important;margin:0!important;color:#111;font-size:26px;transition:color .2s ease-out,background-color .2s ease-out;transform:translateY(-50%)}.qodef-qi-swiper-container .swiper-button-next svg,.qodef-qi-swiper-container .swiper-button-prev svg,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-qi-swiper-container~.swiper-button-next svg,.qodef-qi-swiper-container~.swiper-button-prev svg{display:block;width:1em;height:auto;transition:background-color .2s ease-out,color .2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-swiper-container .swiper-button-next:after,.qodef-qi-swiper-container .swiper-button-prev:after,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next:after,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev:after,.qodef-qi-swiper-container~.swiper-button-next:after,.qodef-qi-swiper-container~.swiper-button-prev:after{display:none!important}.qodef-qi-swiper-container .swiper-button-prev{left:30px}.qodef-qi-swiper-container .swiper-button-next{right:30px}.qodef-qi-swiper-container.swiper-container-vertical.qodef--focus-in-viewport{height:100vh!important}.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide{overflow:hidden}.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev{top:30px;bottom:auto;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next{top:auto!important;bottom:30px;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev{top:-30px;bottom:auto!important;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next{top:auto!important;bottom:-30px;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav{top:0;width:auto!important;height:100%;flex-direction:column;justify-content:center;margin-top:0}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner{flex-direction:column}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev{margin:0 0 20px 0!important}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateY(-4px)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg.qodef-swiper-arrow-left{transform:translateY(-4px) rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg{transform:translateY(4px)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg.qodef-swiper-arrow-right{transform:translateY(4px) rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:center;right:auto!important;left:0!important;bottom:0}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:center;right:0!important;left:auto!important;bottom:0}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-pagination-outside .swiper-pagination-bullet{margin:3px 0}.qodef-qi-swiper-container .swiper-button-next:after,.qodef-qi-swiper-container .swiper-button-next:before,.qodef-qi-swiper-container .swiper-button-prev:after,.qodef-qi-swiper-container .swiper-button-prev:before{display:none}.qodef-qi-swiper-container~.swiper-button-prev{left:-50px}.qodef-qi-swiper-container~.swiper-button-next{right:-50px}.qodef-qi-swiper-container~.qodef-swiper-together-nav{position:absolute;display:flex;justify-content:flex-start;width:100%;margin-top:30px;z-index:1}.qodef-qi-swiper-container~.qodef-swiper-together-nav .qodef-swiper-together-inner{display:flex;align-items:center;justify-content:center}.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev{position:relative;top:0;left:0;right:0;transform:none;z-index:15}.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev{margin-right:20px!important}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg{margin-left:4px}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg{margin-right:4px}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev svg{transform:translateX(0);will-change:transform;transition:transform .25s cubic-bezier(.37,.08,.02,.93),background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev svg{transform:translateX(0);will-change:transform;transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) 50ms,background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateX(-4px)}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next:hover svg{transform:translateX(4px)}.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets{bottom:0}.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets{bottom:0}@media only screen and (max-width:1024px){.qodef-qi-swiper-container.qodef-hide-navigation--1024 .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.swiper-button-prev{display:none}}@media only screen and (max-width:768px){.qodef-qi-swiper-container.qodef-hide-navigation--768 .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--768~.swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768~.swiper-button-prev{display:none}}@media only screen and (max-width:680px){.qodef-qi-swiper-container.qodef-hide-navigation--680 .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--680~.swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680~.swiper-button-prev{display:none}}.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:flex-start;right:auto!important}.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:flex-end;left:auto!important}.qodef-swiper-pagination-outside.swiper-pagination{position:relative}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet{color:#000;opacity:1;transform-origin:center;transform:matrix(1,0,0,1,0,0);border:1px solid transparent;background:currentColor;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;margin:0 6px}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.swiper-container-vertical~.qodef-swiper-pagination-outside.swiper-pagination{display:flex;flex-direction:column;position:absolute;top:50%;transform:translateY(-50%);left:100%}.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets{counter-reset:section;display:flex;justify-content:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet{height:38px;width:38px;transform:none;color:transparent;display:flex!important;justify-content:center;align-items:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:before,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:before{counter-increment:section;content:"0" counter(section);color:#1e1e1e}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:hover,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:hover{color:#efefef}.swiper-container-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-container-vertical.qodef--pagination-numbers~.swiper-pagination-bullets{flex-direction:column}.qodef-pagination-alignment--start>.swiper-pagination-bullets,.qodef-pagination-alignment--start~.swiper-pagination-bullets{text-align:left}.qodef--pagination-numbers.qodef-pagination-alignment--start>.swiper-pagination-bullets,.qodef-pagination-alignment--start~.swiper-pagination-bullets{justify-content:flex-start}.qodef-pagination-alignment--start.swiper-container-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-container-vertical~.swiper-pagination-bullets{top:0;transform:none}.qodef-pagination-alignment--center>.swiper-pagination-bullets,.qodef-pagination-alignment--center~.swiper-pagination-bullets{text-align:center}.qodef--pagination-numbers.qodef-pagination-alignment--center>.swiper-pagination-bullets,.qodef-pagination-alignment--center~.swiper-pagination-bullets{justify-content:center}.qodef-pagination-alignment--end>.swiper-pagination-bullets,.qodef-pagination-alignment--end~.swiper-pagination-bullets{text-align:right}.qodef--pagination-numbers.qodef-pagination-alignment--end>.swiper-pagination-bullets,.qodef-pagination-alignment--end~.swiper-pagination-bullets{justify-content:flex-end}.qodef-pagination-alignment--end.swiper-container-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-container-vertical~.swiper-pagination-bullets{top:100%;transform:translate3d(0,-100%,0)}.qodef-navigation-together--top .elementor-widget-container{position:relative}.qodef-navigation-together--top .qodef-swiper-together-nav{bottom:100%;margin-top:0!important;margin-bottom:30px}.qodef-navigation-together--bottom .elementor-widget-container{position:relative}.qodef-addons-blog-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item .qodef-e-content,.qodef-addons-blog-list .qodef-blog-item .qodef-e-inner,.qodef-addons-blog-list .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;overflow:hidden;z-index:1}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media{display:block}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe{display:block;height:100%}.qodef-addons-blog-list .qodef-blog-item .qodef-e-title{margin:0 0 .5em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt{margin:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;margin-right:24px;color:#111}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a{display:inline-flex;align-items:center;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#3c3c3c}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{margin-right:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon{margin-right:8px;width:14px;height:auto;fill:currentColor;flex-shrink:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:.25em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item{font-size:.9em;line-height:1.13333em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-flex}.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-addons-blog-list.qodef-alignment--centered{text-align:center}.qodef-addons-blog-list.qodef-alignment--centered .qodef-blog-item .qodef-e-info{justify-content:center}.qodef-addons-blog-list.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after{content:'/';position:relative;left:12px}.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 100%}.qodef-addons-blog-list .qodef-e-media-image a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a{display:block;width:100%;transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a{transform:scale(1.03)}.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a{display:block;width:100%;transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a{transform:scale(1)}.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a{display:block;width:100%;transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a{transform:scale(1.2) translateX(12px)}.qodef-addons-blog-list.qodef-image--hover-from-top a{transform-origin:top}.qodef-addons-blog-list.qodef-image--hover-from-bottom a{transform-origin:bottom}.qodef-addons-blog-list.qodef-image--hover-from-left a{transform-origin:left}.qodef-addons-blog-list.qodef-image--hover-from-right a{transform-origin:right}@media only screen and (max-width:1024px){.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link{padding:11% 15%}.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote{padding:10.7% 15% 11.3%}}@media only screen and (max-width:680px){.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-block}.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link{padding:11% 10%}.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link-icon{left:calc(50% - 75px);width:150px}.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote{padding:11% 10%}.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote-icon{left:calc(50% - 70px);width:140px}}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111;z-index:5}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner{box-shadow:0 0 10px 0 rgba(0,0,0,.08);background-color:#fff}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content{padding:45px 40px}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111;z-index:10}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;background-color:#fff;z-index:5}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content{position:absolute;bottom:0;left:0;padding:40px;z-index:5}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item{color:#fff}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover{color:inherit}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title{color:#fff;margin:0}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--minimal{overflow:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-grid-inner{margin-top:-2em!important}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner{padding-top:2em;border-top:1px solid #ebebeb}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-info.qodef-info--bottom{margin-top:1em}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{display:flex;align-items:center}.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:row-reverse}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column;align-items:flex-start}.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media{width:50%}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media{width:100%}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content{flex:1;padding:20px 27px}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content{padding:20px 0}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-excerpt{margin:0 0 1em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom{display:flex;align-items:center;justify-content:space-between}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img{border-radius:50%;overflow:hidden;margin-right:12px}.qodef-addons-blog-slider{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content{padding-top:27px}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img{display:block;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media{display:block}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title{margin:0 0 .5em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt{margin:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more{margin-top:14px}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;margin-right:24px;color:#111}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a{display:inline-flex;align-items:center;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#3c3c3c}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{margin-right:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon{margin-right:8px;width:14px;height:auto;fill:currentColor;flex-shrink:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:.25em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item{font-size:.9em;line-height:1.13333em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-flex}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-addons-blog-slider article .qodef-e-media-image{overflow:hidden}.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content{padding-left:28px;padding-right:28px}.qodef-addons-blog-slider.qodef-alignment--centered{text-align:center}.qodef-addons-blog-slider.qodef-alignment--centered .qodef-blog-item .qodef-e-info{justify-content:center}.qodef-addons-blog-slider.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after{content:'/';position:relative;left:12px}.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 100%}.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link{display:inline!important}.qodef-addons-blog-slider .qodef-e-media-image a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a{transform:scale(1.03)}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a{transform:scale(1)}.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a{transform:scale(1.2) translateX(12px)}.qodef-addons-blog-slider.qodef-image--hover-from-top a{transform-origin:top}.qodef-addons-blog-slider.qodef-image--hover-from-bottom a{transform-origin:bottom}.qodef-addons-blog-slider.qodef-image--hover-from-left a{transform-origin:left}.qodef-addons-blog-slider.qodef-image--hover-from-right a{transform-origin:right}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner{box-shadow:0 0 10px 0 rgba(0,0,0,.08);background-color:#fff}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content{padding:45px 40px}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content{position:absolute;bottom:0;left:0;padding:40px}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item{color:#fff}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title{color:#fff;margin:0}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner{display:flex;align-items:center}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media{width:50%}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media{width:100%}}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content{flex:1;padding:20px 27px}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content{padding:20px 0}}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom{display:flex;align-items:center;justify-content:space-between}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img{width:48px;border-radius:50%;overflow:hidden;margin-right:12px}.qodef-shortcode .qodef-addons-m-pagination{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links{display:flex;align-items:center;justify-content:center}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers{display:inline-flex;align-items:center;justify-content:center;margin:0 5px;transition:all .2s ease-out}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.next svg,.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.prev svg{width:1em;fill:currentColor;stroke:currentColor;max-height:100%}.qodef-qi-contact-form-7 form div{position:relative;margin:0}.qodef-qi-contact-form-7.qodef-button--full-width input[type=submit]{width:100%}.qodef-qi-contact-form-7 .wpcf7-form-control-wrap{width:100%;display:block}.qodef-qi-contact-form-7 textarea{resize:none}.qodef-qi-contact-form-7 .wpcf7-list-item.first{margin-left:0}.qodef-qi-contact-form-7 .qodef-cf7-flex{display:flex}@media only screen and (max-width:1024px){.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024{flex-wrap:wrap}}@media only screen and (max-width:768px){.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768{flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680{flex-wrap:wrap}}.qodef-qi-contact-form-7 .qodef-grid-inner{row-gap:0!important}.qodef-qi-contact-form-7 .qodef-grid-item{margin:0!important}.qodef-qi-contact-form-7 .wpcf7-checkbox,.qodef-qi-contact-form-7 .wpcf7-radio{line-height:1;display:block}.qodef-qi-contact-form-7 .wpcf7-checkbox label,.qodef-qi-contact-form-7 .wpcf7-radio label{display:flex;align-items:center;justify-content:center}.qodef-qi-contact-form-7 .wpcf7-spinner{position:absolute;right:0;margin:10px 0 0}.qodef-qi-contact-form-7 label{margin-bottom:0}.qodef-qi-contact-form-7 input[type=date],.qodef-qi-contact-form-7 input[type=email],.qodef-qi-contact-form-7 input[type=number],.qodef-qi-contact-form-7 input[type=password],.qodef-qi-contact-form-7 input[type=search],.qodef-qi-contact-form-7 input[type=tel],.qodef-qi-contact-form-7 input[type=text],.qodef-qi-contact-form-7 input[type=url],.qodef-qi-contact-form-7 select,.qodef-qi-contact-form-7 textarea{margin:0}.qodef-qi-contact-form-7 input[type=checkbox],.qodef-qi-contact-form-7 input[type=radio]{margin:0;width:1em;height:1em;vertical-align:middle}.qodef-qi-contact-form-7 button[type=submit]:focus,.qodef-qi-contact-form-7 button[type=submit]:hover,.qodef-qi-contact-form-7 input[type=submit]:focus,.qodef-qi-contact-form-7 input[type=submit]:hover{color:unset;background-color:unset}.qodef-qi-contact-form-7 input[type=submit]{transition:all .3s ease-out}.qodef-qi-contact-form-7 textarea{vertical-align:middle}.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .wpcf7-form-control-wrap{z-index:5}.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .qodef-qi-multiform-next>.wpcf7-submit{z-index:10}.qodef-addons-woo-shortcode .qodef-e-product-mark{position:absolute;top:0;left:0;min-width:68px;color:#111;background-color:#fff;padding:1.8em 1.2em;z-index:5}.qodef-addons-woo-shortcode .qodef-e-product-title{margin:0;z-index:2;position:relative}.qodef-addons-woo-shortcode .qodef-e-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star{color:#111}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg{display:inline-block;margin-right:4px;width:16px;height:auto;fill:none;stroke:currentColor}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child{margin-right:0}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg{fill:currentColor;stroke:none}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg{width:1em;margin-right:8px}.qodef-addons-woo-shortcode .price{position:relative;display:flex;align-items:center;margin:0}.qodef-addons-woo-shortcode .price del{margin-right:.8em}.qodef-addons-woo-shortcode .price ins{text-decoration:none}.qodef-addons-woo-shortcode .added_to_cart,.qodef-addons-woo-shortcode .button{color:#111;z-index:3}.qodef-addons-woo-shortcode .added_to_cart.added,.qodef-addons-woo-shortcode .button.added{display:none!important}.qodef-addons-woo-shortcode .added_to_cart.qodef-qi-button.qodef-layout--textual,.qodef-addons-woo-shortcode .button.qodef-qi-button.qodef-layout--textual{background:0 0}.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark{position:absolute;top:0;right:0;color:#fff;background-color:#111;padding:10px 15px;z-index:5}.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark.qodef-woo-onsale{color:#111;background-color:#ebebeb}.qodef-qi-woo-shortcode-add-to-cart{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-add-to-cart .button.added{display:none}.qodef-qi-woo-product-category-list .woocommerce-loop-category__title{margin:0}.qodef-qi-woo-product-category-list .count{display:none}.qodef-qi-woo-product-category-list .qodef-e-img-holder{overflow:hidden}.qodef-qi-woo-product-category-list .qodef-e-img-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-qi-woo-product-category-list.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-woo-product-category-list.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-woo-product-category-list.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-woo-product-category-list.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-woo-product-category-list.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;color:#fff;text-align:center}.qodef-position--bottom-left .qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title{top:auto;bottom:0;left:0;transform:none;text-align:left}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title{position:absolute;bottom:40px;left:50%;background-color:#fff;width:auto;text-align:center;padding:10px 40px;transform:translateX(-50%)}.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner{position:relative;display:flex;align-items:center;justify-content:flex-end;background-color:#f6f6f6}.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content{position:absolute;max-height:100%;width:100%;left:0;flex:1;overflow:hidden}.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image{width:60%}.qodef-qi-woo-shortcode-product-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-qi--touch .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner{cursor:pointer}.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1}.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title{color:#3c3c3c}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image{position:relative;display:inline-block;vertical-align:top;z-index:1}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image .qodef-e-product-image-holder{overflow:hidden}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image img{display:block;width:100%}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;text-align:center;opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-list .qodef-e-product-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-list .qodef-e-product-heading{position:relative;display:flex;justify-content:space-between;align-items:baseline}.qodef-qi-woo-shortcode-product-list .woocommerce-Price-currencySymbol{position:relative;top:-.3em;font-size:.6em}.qodef-qi-woo-shortcode-product-list .price{flex-shrink:0}.qodef-qi-woo-shortcode-product-list .qodef-e-product-title{transition:color .2s ease-out}.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a{position:relative;display:inline-block!important;vertical-align:top;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;z-index:3}.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:focus,.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:hover{color:#3c3c3c}.qodef-qi-woo-shortcode-product-list .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image{overflow:hidden;width:100%}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content{text-align:center;padding:22px 0 25px}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price{justify-content:center}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner{background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .25s ease-out,all .3s cubic-bezier(.46,.03,.52,.96);-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);pointer-events:none}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a{pointer-events:all}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;-webkit-clip-path:inset(13px 13px 13px 13px);clip-path:inset(13px 13px 13px 13px);transition-delay:0s,.15s}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content{padding:22px 0 25px}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:center;padding:22px 0 25px}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:left}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:right}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-image-holder a{position:relative;display:block;z-index:2}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:center}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:flex-start}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:flex-end}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3;margin:0 auto;opacity:0;transition:.15s ease-out;width:var(--qodef-max-width);height:var(--qodef-max-height)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized{opacity:1}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price{transform:translateX(0);transition:transform .4s .1s ease;width:var(--qodef-max-width);position:absolute}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap{position:absolute;width:100%;transform:translateX(100%);transition:transform .5s 0s ease;overflow:hidden}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{margin:0}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{margin:0 0 0 auto}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price{transform:translateX(-100%);transition-delay:0s}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap{transform:translateX(0);transition-delay:.1s}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content{padding:22px 0 25px}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner{opacity:0;transform:translateY(10px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;transform:translateY(0)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px 35px;background-color:#f6f6f6}.qodef-position--bottom-left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner{align-items:flex-start;justify-content:flex-end;text-align:left}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings{text-align:center}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price>span{width:100%}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner{opacity:0;transform:translateY(20px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner{opacity:1;transform:translateY(0)}.qodef-qi-woo-shortcode-product-slider{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-qi--touch .qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner{cursor:pointer}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title{color:#3c3c3c}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image{position:relative;display:inline-block;vertical-align:top;z-index:1}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image .qodef-e-product-image-holder{overflow:hidden}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img{display:block;width:100%}.qodef-image-full-height.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img{height:100vh;-o-object-fit:cover;object-fit:cover}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;text-align:center;opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading{position:relative;display:flex;justify-content:space-between;align-items:baseline}.qodef-qi-woo-shortcode-product-slider .woocommerce-Price-currencySymbol{position:relative;top:-.3em;font-size:.6em}.qodef-qi-woo-shortcode-product-slider .price{flex-shrink:0}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-title{transition:color .2s ease-out}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a{position:relative;display:inline-block!important;vertical-align:top;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;z-index:3}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:focus,.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:hover{color:#3c3c3c}.qodef-qi-woo-shortcode-product-slider .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image{overflow:hidden;width:100%}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item{padding:50px 0}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .qodef-e-product-image{transform:scale(1);transition:transform .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .swiper-slide-active .qodef-e-product-image{transform:scale(1.5)}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .qodef-e-product-content{opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .swiper-slide-active .qodef-e-product-content{opacity:1}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner{text-align:center;padding:25px 15px;background-color:#f6f6f6;transition:background-color .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price{justify-content:center}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3;margin:0 auto;opacity:0;transition:.15s ease-out;width:var(--qodef-max-width);height:var(--qodef-max-height)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized{opacity:1}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price{transform:translateX(0);transition:transform .4s .1s ease;width:var(--qodef-max-width);position:absolute}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap{position:absolute;width:100%;transform:translateX(100%);transition:transform .5s 0s ease;overflow:hidden}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price{transform:translateX(-100%);transition-delay:0s}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap{transform:translateX(0);transition-delay:.1s}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content{padding:22px 0 25px}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner{opacity:0;transform:translateY(10px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;transform:translateY(0)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner{flex-direction:column;justify-content:space-between;align-items:flex-start;padding:15px;transition:opacity .25s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top{text-align:left;width:100%;transform:translateY(10px);transition:transform .25s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom{width:100%}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom,.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top{transform:translateY(0)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px 35px;background-color:#f6f6f6}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings{text-align:center}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price>span{width:100%}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner{opacity:0;transform:translateY(20px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner{opacity:1;transform:translateY(0)}.qodef-qi-wp-forms textarea{resize:none}.qodef-qi-wp-forms input,.qodef-qi-wp-forms select{height:auto!important}.qodef-qi-wp-forms.qodef-button--full-width button[type=submit]{width:100%}.qodef-qi-wp-forms.qodef-wpf-flex form{display:flex;align-items:center}.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-field-container{flex-grow:1;flex-basis:100%}.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-submit-container{flex-grow:0}.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form>.wpforms-submit-container{position:absolute;right:0}@media only screen and (max-width:1024px){.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form{flex-wrap:wrap}}@media only screen and (max-width:768px){.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form{flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form{flex-wrap:wrap}}.qodef-qi-wp-forms .qodef-gutenberg-column{margin:0!important}.qodef-qi-wp-forms .wpforms-submit-container{padding:0!important}.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li{margin-right:0!important}.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form ul li{margin-bottom:0!important}.qodef-qi-wp-forms label{margin-bottom:0}.qodef-qi-wp-forms input[type=date],.qodef-qi-wp-forms input[type=email],.qodef-qi-wp-forms input[type=number],.qodef-qi-wp-forms input[type=password],.qodef-qi-wp-forms input[type=search],.qodef-qi-wp-forms input[type=tel],.qodef-qi-wp-forms input[type=text],.qodef-qi-wp-forms input[type=url],.qodef-qi-wp-forms textarea{margin:0}.qodef-qi-wp-forms input[type=range]{padding:0!important;margin:0!important}.qodef-qi-wp-forms input[type=checkbox],.qodef-qi-wp-forms input[type=radio]{margin:0;width:1em!important;height:1em!important;vertical-align:middle!important}.qodef-qi-wp-forms button[type=submit]:focus,.qodef-qi-wp-forms button[type=submit]:hover,.qodef-qi-wp-forms input[type=submit]:focus,.qodef-qi-wp-forms input[type=submit]:hover{color:unset;background-color:unset}.qodef-qi-wp-forms button[type=submit],.qodef-qi-wp-forms input[type=submit]{display:inline-flex}.qodef-qi-wp-forms button[type=submit] span,.qodef-qi-wp-forms input[type=submit] span{display:inline}.qodef-qi-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden;overflow-anchor:none}.qodef-qi-accordion .qodef-e-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-accordion.qodef--init{visibility:visible}.qodef-qi-accordion .qodef-e-icon>svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:top}.qodef-qi-accordion .qodef-e-title-holder{position:relative;display:flex;align-items:center;justify-content:space-between;padding:26px 10px 26px 26px;transition:all .2s ease-out;cursor:pointer;gap:10px;margin:0}.qodef-qi-accordion .qodef-e-title-holder:not(:first-child){margin:12px 0 0}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark{position:relative;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0;height:100%}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span:before{display:block;line-height:inherit}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus,.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{transition:opacity .2s ease-out,color .2s ease-out}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus{opacity:0}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{opacity:1}.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus{opacity:1}.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-accordion .qodef-e-content{padding:0 26px 16px;margin:0;transition:background-color .2s ease-out;box-sizing:content-box}.qodef-qi-accordion .qodef-e-content p{margin:0}.qodef-qi-accordion.qodef-style--standard .qodef-e-content{padding:16px 26px}.qodef-qi-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active{background-color:#f6f6f6}.qodef-qi-accordion.qodef-style--boxed{border:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child){margin:0;border-top:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-top{border-bottom:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-top .qodef-e-title-holder{margin:0;border-top:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-between .qodef-e-title-holder{margin:0;border-bottom:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-between .qodef-e-content{padding:16px 26px;border-bottom:1px solid #ebebeb}.qodef-qi-animated-text .qodef-m-title{overflow:hidden}.qodef-qi-animated-text .qodef-e-word{display:inline-block}.qodef-qi-animated-text .qodef-e-character{display:inline-flex}.qodef-qi-animated-text .qodef-e-word-holder{white-space:nowrap}.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title{justify-content:flex-start}.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title{justify-content:flex-end}.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title{justify-content:center}.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-word{opacity:0;transform:translateY(50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word{opacity:0;transform:translateY(-50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-word{opacity:0;transform:translateX(-50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-word{opacity:0;transform:translateX(50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-fade .qodef-e-character,.qodef-qi-animated-text.qodef--appear-fade .qodef-e-word{opacity:0;transition:opacity 1s ease-out}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2){transition-delay:.28s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3){transition-delay:.42s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4){transition-delay:.56s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5){transition-delay:.7s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6){transition-delay:.84s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7){transition-delay:.98s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8){transition-delay:1.12s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9){transition-delay:1.26s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10){transition-delay:1.4s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11){transition-delay:1.54s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12){transition-delay:1.68s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13){transition-delay:1.82s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14){transition-delay:1.96s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15){transition-delay:2.1s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16){transition-delay:2.24s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17){transition-delay:2.38s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18){transition-delay:2.52s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19){transition-delay:2.66s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20){transition-delay:2.8s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21){transition-delay:2.94s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22){transition-delay:3.08s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23){transition-delay:3.22s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24){transition-delay:3.36s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25){transition-delay:3.5s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26){transition-delay:3.64s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27){transition-delay:3.78s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28){transition-delay:3.92s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29){transition-delay:4.06s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30){transition-delay:4.2s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31){transition-delay:4.34s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32){transition-delay:4.48s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33){transition-delay:4.62s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34){transition-delay:4.76s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35){transition-delay:4.9s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36){transition-delay:5.04s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37){transition-delay:5.18s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38){transition-delay:5.32s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39){transition-delay:5.46s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40){transition-delay:5.6s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2){transition-delay:.28s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3){transition-delay:.42s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4){transition-delay:.56s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5){transition-delay:.7s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6){transition-delay:.84s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7){transition-delay:.98s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8){transition-delay:1.12s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9){transition-delay:1.26s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10){transition-delay:1.4s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11){transition-delay:1.54s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12){transition-delay:1.68s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13){transition-delay:1.82s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14){transition-delay:1.96s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15){transition-delay:2.1s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16){transition-delay:2.24s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17){transition-delay:2.38s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18){transition-delay:2.52s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19){transition-delay:2.66s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20){transition-delay:2.8s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21){transition-delay:2.94s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22){transition-delay:3.08s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23){transition-delay:3.22s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24){transition-delay:3.36s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25){transition-delay:3.5s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26){transition-delay:3.64s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27){transition-delay:3.78s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28){transition-delay:3.92s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29){transition-delay:4.06s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30){transition-delay:4.2s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31){transition-delay:4.34s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32){transition-delay:4.48s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33){transition-delay:4.62s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34){transition-delay:4.76s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35){transition-delay:4.9s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36){transition-delay:5.04s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37){transition-delay:5.18s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38){transition-delay:5.32s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39){transition-delay:5.46s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40){transition-delay:5.6s}.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word{opacity:1;transform:translateX(0) translateZ(0)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title{opacity:0;transform:translateY(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title{opacity:0;transform:translateY(-50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title{opacity:0;transform:translateX(-50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right .qodef-m-title{opacity:0;transform:translateX(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade .qodef-m-title{opacity:0;transition:opacity .7s ease-out}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared .qodef-m-title{opacity:1;transform:translateX(0) translateZ(0)}.qodef-qi-banner{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden;transition:box-shadow .35s ease-out;z-index:1}.qodef-qi-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-qi-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column}.qodef-qi-banner .qodef-m-title{margin:.25em 0 0}.qodef-qi-banner .qodef-m-title-inner{display:inline-block}.qodef-qi-banner .qodef-m-subtitle{margin:0}.qodef-qi-banner .qodef-m-content-inner>.qodef-m-text{margin:.7em 0 0}.qodef-qi-banner .qodef-m-button{margin:.5em 0 0}.qodef-qi-banner .qodef-m-button .qodef-qi-button{z-index:2}.qodef-qi-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden}.qodef-qi-banner .qodef-m-image img{display:inline-block}.qodef-qi-banner .qodef-m-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-banner.qodef-vertical--top .qodef-m-content{justify-content:flex-start}.qodef-qi-banner.qodef-vertical--middle .qodef-m-content{justify-content:center}.qodef-qi-banner.qodef-vertical--bottom .qodef-m-content{justify-content:flex-end}.qodef-qi-banner.qodef-horizontal--left .qodef-m-content{align-items:flex-start;text-align:left}.qodef-qi-banner.qodef-horizontal--center .qodef-m-content{align-items:center;text-align:center}.qodef-qi-banner.qodef-horizontal--right .qodef-m-content{align-items:flex-end;text-align:right}.qodef-qi-banner.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-banner.qodef-image--hover-zoom:hover img{transform:scale(1.03)}.qodef-qi-banner.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-banner.qodef-image--hover-zoom-out:hover img{transform:scale(1)}.qodef-qi-banner.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-banner.qodef-image--hover-move:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-banner.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-banner.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-banner.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-banner.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-banner.qodef-layout--in-box .qodef-m-content{padding:45px}.qodef-qi-banner.qodef-layout--in-box .qodef-m-content-inner{background-color:#fff;padding:25px;max-width:100%;width:100%}.qodef-qi-banner.qodef-layout--standard .qodef-m-content{padding:30px}.qodef-before-after-image-holder{visibility:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qodef-before-after-image-holder img{position:absolute;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qodef-before-after-image-holder.active{cursor:grab}.qodef-qi-before-after{-webkit-user-select:none;overflow:hidden}.qodef-qi-before-after .twentytwenty-handle{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:100px;height:1em;width:1em;margin-left:-.5em;margin-top:-.5em;color:#fff;background-color:currentColor;border-radius:50%;cursor:grab;z-index:40}@media only screen and (max-width:1024px){.qodef-qi-before-after .twentytwenty-handle{font-size:50px}}.qodef-qi-before-after .twentytwenty-handle .qodef-handle-text{font-size:1rem;color:#111;font-weight:700;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qodef-qi-before-after .twentytwenty-handle:after,.qodef-qi-before-after .twentytwenty-handle:before{content:" ";display:block;background:currentColor;position:absolute;z-index:30}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after,.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before{width:2px;height:100vh;left:50%;transform:translateX(-50%)}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after,.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before{width:100vw;height:2px;top:50%;transform:translateY(-50%)}.qodef-qi-before-after .twentytwenty-after-label,.qodef-qi-before-after .twentytwenty-before-label{display:none}.qodef-qi-before-after .twentytwenty-container{position:relative;overflow:hidden;z-index:0}.qodef-qi-before-after .twentytwenty-container img{position:absolute;top:0;max-width:100%;width:100%}.qodef-qi-before-after .twentytwenty-before{z-index:20}.qodef-qi-before-after .twentytwenty-after{z-index:10}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:.48em}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:.48em}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-down-arrow,.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-up-arrow{display:none}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:.48em}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:.48em}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-right-arrow{display:none}.qodef-qi-blockquote .qodef-m-text{margin:0}.qodef-qi-blockquote .qodef-m-icon{font-size:30px;line-height:1;transition:all .3s ease-in-out}.qodef-qi-blockquote .qodef-m-icon i{color:inherit}.qodef-qi-blockquote .qodef-m-icon svg{width:30px;height:auto;fill:currentColor;stroke:currentColor}.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon{float:left;line-height:1em;width:1em;height:1em;display:inline-flex;align-items:center;justify-content:center;margin:0 .5em 0 0}.qodef-qi-business-hours{position:relative;border:1px solid #e1e1e1;padding:35px}.qodef-qi-business-hours.qodef-line-type--between .qodef-e-line{border-bottom:1px solid rgba(30,30,30,.2)}.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item{border-bottom:1px solid rgba(30,30,30,.2)}.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item:last-child{border-bottom:none}.qodef-qi-business-hours.qodef-line-type--none .qodef-e-day{margin-right:10px}.qodef-qi-business-hours.qodef-line-type--none .qodef-e-line{display:none}.qodef-qi-business-hours .qodef-e-item{margin-bottom:1em;display:flex;align-items:baseline}.qodef-qi-business-hours .qodef-e-item:last-child{margin-bottom:0}.qodef-qi-business-hours .qodef-e-title-holder{display:flex;align-items:baseline}.qodef-qi-business-hours .qodef-m-title{margin:0 0 1em}.qodef-qi-business-hours .qodef-m-subtitle{margin:0 0 .5em}.qodef-qi-business-hours .qodef-m-text{margin:.5em 0 0}.qodef-qi-business-hours .qodef-e-icon{line-height:1;padding-right:12px}.qodef-qi-business-hours .qodef-e-day{margin:0}.qodef-qi-business-hours .qodef-e-hours{margin:0}.qodef-qi-business-hours .qodef-e-line{flex-grow:1;margin:0 8px}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a{position:relative;color:currentColor}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:1px;background-color:currentColor;backface-visibility:hidden}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover{text-decoration:none}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover:after{animation:qodef-animate-underline-from-left .6s cubic-bezier(.45,.29,0,.82) forwards}@media only screen and (max-width:768px){.qodef-resposive--768.qodef-qi-business-hours .qodef-e-item{flex-direction:column}}@media only screen and (max-width:680px){.qodef-resposive--680.qodef-qi-business-hours .qodef-e-item{flex-direction:column}}@media only screen and (max-width:480px){.qodef-resposive--480.qodef-qi-business-hours .qodef-e-item{flex-direction:column}}.qodef-qi-button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:inherit;font-size:16px;line-height:2em;font-weight:500;text-decoration:none;text-transform:none;border-radius:4px;outline:0;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;padding:13px 46px;overflow:hidden}.qodef-qi-button.qodef-size--small{padding:9px 33px}.qodef-qi-button.qodef-size--large{padding:15px 52px}.qodef-qi-button.qodef-size--full{width:100%;text-align:center}.qodef-qi-button.qodef-layout--filled{color:#111;background-color:#f4f4f4;border:0;font-size:1rem;border-style:solid}.qodef-qi-button.qodef-layout--filled:hover{color:#fff;background-color:#111}.qodef-qi-button.qodef-layout--outlined{color:#111;background-color:transparent;border:2px solid #111}.qodef-qi-button.qodef-layout--outlined:hover{color:#111;background-color:#f4f4f4;border-color:#f4f4f4}.qodef-qi-button.qodef-layout--textual{padding:0!important;background-color:transparent;border:0;border-radius:0;overflow:visible}.qodef-qi-button.qodef-layout--textual .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-qi-button.qodef-layout--textual:hover{color:#111}.qodef-qi-button.qodef-icon--left{display:inline-flex;align-items:center;justify-content:center;flex-direction:row-reverse}.qodef-qi-button.qodef-text-underline .qodef-m-text{position:relative}.qodef-qi-button.qodef-text-underline .qodef-m-text:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:currentColor;transition:background-color .25s ease-in-out,width .36s cubic-bezier(.51,.5,.07,.99);backface-visibility:hidden}.qodef-qi-button.qodef-text-underline:not(.qodef-button-underline-draw):hover .qodef-m-text:after{width:0}.qodef-qi-button.qodef-text-underline.qodef-underline--center .qodef-m-text:after{left:50%;transform:translateX(-50%)}.qodef-qi-button.qodef-text-underline.qodef-underline--right .qodef-m-text:after{left:auto;right:0}.qodef-qi-button.qodef-button-underline-draw .qodef-m-text{overflow:hidden}.qodef-qi-button.qodef-button-underline-draw.qodef-underline--left:hover .qodef-m-text:after,.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after{animation:qodef-animate-underline-from-left .7s cubic-bezier(.45,.29,0,.82) forwards}.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after{animation:qodef-animate-underline-from-right .7s cubic-bezier(.45,.29,0,.82) forwards}.qodef-qi-button .qodef-m-icon{color:currentColor;line-height:0}.qodef-qi-button .qodef-m-icon.qodef--icon-color-set{transition:color .25s ease-in-out,background-color .25s ease-in-out}.qodef-qi-button .qodef-m-icon svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:middle}.qodef-qi-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon{margin-left:10px}.qodef-qi-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon{margin-right:10px}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner{position:relative;overflow:hidden;display:inherit;padding:1px}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{transition:transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-in-out;will-change:transform}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(0);transition-delay:.1s;opacity:1}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){position:absolute;opacity:0;left:1px;top:1px;transition-delay:0s}.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){opacity:0}.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(0) translatez(0);transition-delay:.25s;opacity:1}.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-150%) translateY(0)}.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(200%) translateY(0)}.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(150%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(-150%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-100%) translateY(100%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(100%) translateY(-100%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg{transition:transform .3s cubic-bezier(.37,.08,.02,.93),opacity .2s ease-in-out;transform:translateX(0);will-change:transform}.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg{transform:translateX(4px)}.qodef-qi-button.qodef-hover--reveal:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s cubic-bezier(.54,.3,.02,1.01)}.qodef-qi-button.qodef-hover--reveal .qodef-m-icon,.qodef-qi-button.qodef-hover--reveal .qodef-m-text{z-index:1}.qodef-qi-button.qodef-hover--reveal:hover:after{transform:scaleX(1) scaleY(1)}.qodef-qi-button.qodef-hover--reveal.qodef-layout--outlined:hover{background-color:initial}.qodef-qi-button.qodef--reveal-horizontal:after{transform-origin:left;transform:scaleX(0)}.qodef-qi-button.qodef--reveal-vertical:after{transform-origin:bottom;transform:scaleY(0)}.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s cubic-bezier(.54,.3,.02,1.01)}.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon .qodef-m-icon-inner{z-index:1}.qodef-qi-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after{transform:scaleX(1) scaleY(1)}.qodef-qi-button.qodef-icon-background-hover--reveal-horizontal .qodef-m-icon:after{transform-origin:left;transform:scaleX(0)}.qodef-qi-button.qodef-icon-background-hover--reveal-vertical .qodef-m-icon:after{transform-origin:bottom;transform:scaleY(0)}.qodef-qi-button.qodef-type--icon-boxed{padding:0!important;align-items:stretch}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-text{align-self:center;padding:11px 28px}.qodef-qi-button.qodef-type--icon-boxed.qodef-size--small .qodef-m-text{padding:7px 15px}.qodef-qi-button.qodef-type--icon-boxed.qodef-size--large .qodef-m-text{padding:13px 40px}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:11px 0}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon i{line-height:inherit}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-border{width:2px;background-color:#111;transition:background-color .25s ease-in-out}.qodef-qi-button.qodef-type--inner-border .qodef-m-inner-border{position:absolute;top:0;left:0;width:100%;height:100%;color:#111;font-size:4px;transition:color .25s ease-in-out}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom,.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left,.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right,.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top{position:absolute;background-color:currentColor;transition:background-color .25s ease-in-out}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top{top:1em;left:1em;height:2px;width:calc(100% - 2em)}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right{top:1em;right:1em;width:2px;height:calc(100% - 2em)}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom{bottom:1em;right:1em;height:2px;width:calc(100% - 2em)}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left{bottom:1em;left:1em;width:2px;height:calc(100% - 2em)}.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-top{transition:transform .36s ease-out}.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-top{transform:scaleX(0)}.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-right{transform:scaleY(0)}.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-top{transform:scaleX(1) scaleY(1)}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top{transition-duration:.28s}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top{transform-origin:left}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right{transform-origin:top}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top{transition-delay:.28s}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right{transition-delay:0s}.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top{transition-delay:0s}.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right{transition-delay:.28s}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-top{transform-origin:left}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-bottom{transform-origin:right}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-left{transform-origin:top}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-right{transform-origin:bottom}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-top{transition:background-color .25s ease-in-out,transform .36s ease-out;transform:scaleX(1) scaleY(1)}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-top{transform:scaleX(0)}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-right{transform:scaleY(0)}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top{transition:background-color .25s ease-in-out,transform .28s ease-out}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top{transform-origin:left}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right{transform-origin:top}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top{transition-delay:0s,0s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right{transition-delay:0s,.28s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top{transition-delay:0s,.28s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right{transition-delay:0s,0s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-top{transform-origin:left}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-bottom{transform-origin:right}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-left{transform-origin:top}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-right{transform-origin:bottom}.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge{overflow:visible}.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge .qodef-m-inner-border{top:1em;left:1em;width:calc(100% - 2em);height:calc(100% - 2em);border:1px solid currentColor;transition:all .3s cubic-bezier(.46,.03,.52,.96)}.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge:hover .qodef-m-inner-border{top:-1em;left:-1em;width:calc(100% + 2em);height:calc(100% + 2em)}.qodef-qi-call-to-action.qodef-layout--standard{position:relative}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-inner{display:flex;align-items:center;justify-content:space-between;background:#333;padding:6.4% 6% 6.9% 5.5%}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-title{color:#fff;margin:0;transition:color .2s ease-out}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text{color:#fff;margin:.8em 0 0;transition:color .2s ease-out}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-button{flex:0 0 auto}.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-button{z-index:1}@media only screen and (max-width:1024px){.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--1024 .qodef-m-inner{display:block}}@media only screen and (max-width:768px){.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--768 .qodef-m-inner{display:block}}@media only screen and (max-width:680px){.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--680 .qodef-m-inner{display:block}}.qodef-qi-cards-gallery{position:relative;display:inline-block}.qodef-qi-cards-gallery .qodef-e-inner{position:relative}.qodef-qi-cards-gallery .qodef-m-fake-card{position:relative;display:inline-block;opacity:0;visibility:hidden;pointer-events:none}.qodef-qi-cards-gallery .qodef-m-card{position:absolute;transition:all .2s cubic-bezier(.25,.46,.45,.94);width:100%}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card{will-change:transform}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n){transform-origin:right}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1){transform-origin:left}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out{transition:transform .5s ease-in-out,left .3s ease-in-out,right .3s ease-in-out}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover{margin-right:-10px!important}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1):not(:last-of-type):not(.active):hover{margin-left:-10px!important}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card{transform-origin:left;will-change:transform}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{transition:transform .5s ease-in-out,left .3s ease-in-out}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover{margin-left:-10px!important}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card{transform-origin:right;will-change:transform}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{transition:transform .5s ease-in-out,right .3s ease-in-out}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover{margin-right:-10px!important}@media only screen and (max-width:768px){.qodef-qi-cards-gallery .qodef-m-fake-card{transform:scale(.8)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card{transform:scale(.8)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{transform:translateX(-100%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){transform:scale(.3) translateX(84%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){transform:scale(.4) translateX(60%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){transform:scale(.5) translateX(39%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){transform:scale(.6) translateX(25%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){transform:scale(.7) translateX(11.2%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card{transform:scale(.8)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{transform:translateX(100%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){transform:scale(.3) translateX(-84%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){transform:scale(.4) translateX(-60%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){transform:scale(.5) translateX(-39%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(.6) translateX(-25%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(.7) translateX(-11.2%)}}.qodef-qi-cards-slider{position:relative}.qodef-qi-cards-slider .qodef-e-inner{position:relative}.qodef-qi-cards-slider .qodef-m-fake-card{position:relative;display:inline-block;opacity:0;visibility:hidden;pointer-events:none}.qodef-qi-cards-slider .qodef-m-card{position:absolute;width:100%}.qodef-qi-cards-slider .qodef-m-card:not(.qodef-out):not(.qodef-in){transition:all .6s cubic-bezier(.25,.46,.45,.94)}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(2):not(.qodef-out):not(.qodef-in){transition-delay:.1s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(3):not(.qodef-out):not(.qodef-in){transition-delay:.15s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(4):not(.qodef-out):not(.qodef-in){transition-delay:.2s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(5):not(.qodef-out):not(.qodef-in){transition-delay:.25s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(6):not(.qodef-out):not(.qodef-in){transition-delay:.3s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(7):not(.qodef-out):not(.qodef-in){transition-delay:.35s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(8):not(.qodef-out):not(.qodef-in){transition-delay:.4s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(9):not(.qodef-out):not(.qodef-in){transition-delay:.45s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(10):not(.qodef-out):not(.qodef-in){transition-delay:.5s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(11):not(.qodef-out):not(.qodef-in){transition-delay:.55s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(12):not(.qodef-out):not(.qodef-in){transition-delay:.6s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(13):not(.qodef-out):not(.qodef-in){transition-delay:.65s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(14):not(.qodef-out):not(.qodef-in){transition-delay:.7s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(15):not(.qodef-out):not(.qodef-in){transition-delay:.75s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(16):not(.qodef-out):not(.qodef-in){transition-delay:.8s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(17):not(.qodef-out):not(.qodef-in){transition-delay:.85s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(18):not(.qodef-out):not(.qodef-in){transition-delay:.9s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(19):not(.qodef-out):not(.qodef-in){transition-delay:.95s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(20):not(.qodef-out):not(.qodef-in){transition-delay:1s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(1):not(.qodef-out):not(.qodef-in){transition-delay:50ms}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(2):not(.qodef-out):not(.qodef-in){transition-delay:.1s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(3):not(.qodef-out):not(.qodef-in){transition-delay:.15s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(4):not(.qodef-out):not(.qodef-in){transition-delay:.2s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(5):not(.qodef-out):not(.qodef-in){transition-delay:.25s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(6):not(.qodef-out):not(.qodef-in){transition-delay:.3s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(7):not(.qodef-out):not(.qodef-in){transition-delay:.35s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(8):not(.qodef-out):not(.qodef-in){transition-delay:.4s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(9):not(.qodef-out):not(.qodef-in){transition-delay:.45s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(10):not(.qodef-out):not(.qodef-in){transition-delay:.5s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(11):not(.qodef-out):not(.qodef-in){transition-delay:.55s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(12):not(.qodef-out):not(.qodef-in){transition-delay:.6s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(13):not(.qodef-out):not(.qodef-in){transition-delay:.65s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(14):not(.qodef-out):not(.qodef-in){transition-delay:.7s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(15):not(.qodef-out):not(.qodef-in){transition-delay:.75s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(16):not(.qodef-out):not(.qodef-in){transition-delay:.8s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(17):not(.qodef-out):not(.qodef-in){transition-delay:.85s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(18):not(.qodef-out):not(.qodef-in){transition-delay:.9s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(19):not(.qodef-out):not(.qodef-in){transition-delay:.95s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(20):not(.qodef-out):not(.qodef-in){transition-delay:1s}.qodef-qi-cards-slider.qodef-orientation--left .qodef-m-card{transform-origin:left;will-change:transform}.qodef-qi-cards-slider.qodef-orientation--right .qodef-m-card{transform-origin:right;will-change:transform}.qodef-qi-cards-slider .qodef-m-navigation{display:flex;justify-content:flex-start;width:100%;margin-top:30px}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav{width:auto;height:auto;color:#111;font-size:26px;text-align:center;transition:color .2s ease-out,background-color .2s ease-out;cursor:pointer}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav svg{display:block;width:1em;height:auto;transition:background-color .2s ease-out,color .2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav.qodef--prev{margin-right:15px}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next svg,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev svg{transform:translateX(0);will-change:transform;transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) 50ms,background-color .2s ease-out,color .2s ease-out}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg{transform:translateX(-4px)}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg{transform:translateX(4px)}.qodef-qi-charts{position:relative;visibility:hidden}.qodef-qi-charts.qodef--init{visibility:visible}.qodef-qi-charts .qodef-m-inner{position:relative}.qodef-qi-charts .qodef-m-canvas-holder{display:flex}.qodef-qi-charts .qodef-m-canvas{position:relative;width:260px}.qodef-qi-charts .qodef-m-title{margin:2em 0 0}.qodef-qi-charts .qodef-m-text{margin:.2em 0 0 0}.qodef-qi-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder{justify-content:flex-start}.qodef-qi-charts.qodef-chart-alignment--center .qodef-m-canvas-holder{justify-content:center}.qodef-qi-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder{justify-content:flex-end}.qodef-qi-clients-list .qodef-e-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-qi-clients-list .qodef-e-inner a{display:inline-block}.qodef-qi-clients-list .qodef-e-inner>a{display:block}.qodef-qi-clients-list .qodef-grid-item{text-align:center}.qodef-qi-clients-list .qodef-e-images-holder{position:relative;display:inline-block;vertical-align:top;line-height:0;margin:0 0 1em}.qodef-qi-clients-list .qodef-e-main-image{display:inline-block;width:auto}.qodef-qi-clients-list .qodef-e-hover-image{position:absolute;top:0;left:0;width:auto;height:100%;opacity:0}.qodef-qi-clients-list .qodef-e-hover-image img{max-height:100%;-o-object-fit:contain;object-fit:contain}.qodef-qi-clients-list .qodef-e-title{margin:0 0 .65em}.qodef-qi-clients-list .qodef-e-text{margin:0}.qodef-qi-clients-list .qodef-e-icon{position:absolute;top:10px;right:10px}.qodef-qi-clients-list .qodef-e-icon a{color:inherit}.qodef-qi-clients-list .qodef-e-icon svg{width:1em;height:auto;stroke:currentColor;fill:currentColor}.qodef-qi-clients-list.qodef--boxed .qodef-e-inner{padding:20px;background-color:#f6f6f6}.qodef-qi-clients-list.qodef-border--all{border-width:1px;border-style:solid;border-color:#ebebeb;overflow:hidden}.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner{gap:0!important;border-width:0;border-style:inherit;border-color:inherit;margin-right:-1px;margin-bottom:-1px}.qodef-qi-clients-list.qodef-border--all .qodef-grid-item{border-width:1px;border-style:inherit;border-top-style:hidden;border-left-style:hidden;border-color:inherit}.qodef-qi-clients-list.qodef-border--inner{margin:0!important;overflow:hidden}.qodef-qi-clients-list.qodef-border--inner .qodef-grid-inner{margin:-1px -1px 0!important;padding-right:1px;gap:0}.qodef-qi-clients-list.qodef-border--inner .qodef-grid-item{margin:0!important;padding:0!important;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-main-image{will-change:opacity;transition:opacity .25s ease-in-out}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image{opacity:0}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image{opacity:1}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image{opacity:0}.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-main-image{opacity:1;transition:opacity .2s ease-out;will-change:opacity}.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-hover-image{display:none}.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image{opacity:.8}.qodef-qi-clients-list.qodef--hover-scale .qodef-e-main-image{transform:scale(1) translateZ(0);transition:transform .25s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-list.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image{transform:scale(1.05) translateZ(0)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder{overflow:hidden}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image{transition:transform .5s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image{opacity:1}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image{transform:translateX(0)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image{transform:translateX(-130%)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image{transform:translateX(0)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image{transform:translateX(130%)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image{transform:translateY(0)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image{transform:translateY(130%)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image{transform:translateY(0)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image{transform:translateY(-130%)}.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a{display:inline;position:relative;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .1em),currentColor .1em);transition:.5s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a{background-size:100% 100%}.qodef-qi-clients-slider .qodef-e-inner{position:relative;display:inline-block;vertical-align:top;width:100%;line-height:0}.qodef-qi-clients-slider .qodef-e-inner a{display:inline-block}.qodef-qi-clients-slider .qodef-e-images-holder{position:relative;display:inline-block;vertical-align:top;line-height:0;margin:0 0 1em}.qodef-qi-clients-slider .qodef-e-title{margin:0 0 .65em}.qodef-qi-clients-slider .qodef-e-text{line-height:1rem}.qodef-qi-clients-slider .qodef-e-main-image{display:inline-block;width:auto}.qodef-qi-clients-slider .qodef-e-hover-image{position:absolute;top:0;left:0;width:auto;height:100%}.qodef-qi-clients-slider .qodef-e-hover-image img{max-height:100%;-o-object-fit:contain;object-fit:contain}.qodef-qi-clients-slider .qodef-e-icon{position:absolute;top:10px;right:10px}.qodef-qi-clients-slider .qodef-e-icon a{color:inherit}.qodef-qi-clients-slider .qodef-e-icon svg{width:1em;height:auto;stroke:currentColor;fill:currentColor}.qodef-qi-clients-slider.qodef--boxed .qodef-e-inner{padding:20px;background-color:#f6f6f6}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-main-image{will-change:opacity;transition:opacity .25s ease-in-out}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image{opacity:0}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image{opacity:1}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image{opacity:0}.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-main-image{opacity:1;transition:opacity .2s ease-out;will-change:opacity}.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-hover-image{display:none}.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image{opacity:.8}.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-main-image{transform:scale(1) translateZ(0);transition:transform .25s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image{transform:scale(1.05) translateZ(0)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder{overflow:hidden}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image{transition:transform .5s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image{opacity:1}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image{transform:translateX(0)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image{transform:translateX(-130%)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image{transform:translateX(0)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image{transform:translateX(130%)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image{transform:translateY(0)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image{transform:translateY(130%)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image{transform:translateY(0)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image{transform:translateY(-130%)}.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-qi-swiper-container .qodef-e .qodef-e-title a{display:inline}.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a{display:inline;position:relative;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .1em),currentColor .1em);transition:.5s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-title--hover-long .qodef-e-title a{transition-duration:.9s}.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a{background-size:100% 100%}.qodef-qi-countdown .qodef-m-date{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.qodef-qi-countdown .qodef-digit-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;text-align:center;width:150px}.qodef-qi-countdown .qodef-digit{font-size:70px;line-height:1}.qodef-qi-countdown .qodef-label{font-size:20px}.qodef-qi-counter.qodef-layout--simple.qodef-digit-stroke-effect .qodef-m-digit{color:transparent!important;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#333;text-shadow:none}.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.qodef-qi-counter.qodef-layout--simple .qodef-m-digit{display:inline-block;font-size:70px;line-height:1}.qodef-qi-counter.qodef-layout--simple .qodef-m-icon{position:absolute;top:0;right:0;transform:translate(100%,-50%);font-size:20px}.qodef-qi-counter.qodef-layout--simple .qodef-m-title{margin:.9em 0 0}.qodef-qi-counter.qodef-layout--simple .qodef-m-text{margin:.45em 0 0}.qodef-qi-device-carousel{position:relative}.qodef-qi-device-carousel>.qodef-qi-swiper-container{padding:30px 0}.qodef-qi-device-carousel>.qodef-qi-swiper-container>.swiper-wrapper{align-items:center}.qodef-qi-device-carousel .qodef-device-carousel-device{position:relative;margin:0 auto}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image{position:relative;pointer-events:none;box-shadow:0 0 20px rgba(0,0,0,.07);border-radius:30px;z-index:10}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image img{width:100%}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:-1}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item{height:100%}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item img{height:100%;-o-object-fit:cover;object-fit:cover}.qodef-qi-device-slider{position:relative;margin:auto}.qodef-qi-device-slider .qodef-device-slider-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-device-slider .qodef-device-slider-image img{width:100%}.qodef-frame-shadow--enabled.qodef-qi-device-slider .qodef-device-slider-image img{filter:drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))}.qodef-qi-device-slider .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-device-slider .qodef-qi-swiper-container{overflow:hidden;height:100%}.qodef-qi-device-slider .qodef-m-item{height:100%}.qodef-qi-device-slider .qodef-m-item a{height:100%}.qodef-qi-device-slider .qodef-m-item img{height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:1024px){.qodef-device-slider-holder{margin-bottom:96px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-96px!important}}@media only screen and (max-width:768px){.qodef-device-slider-holder{margin-bottom:86px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-86px!important}}@media only screen and (max-width:680px){.qodef-device-slider-holder{margin-bottom:76px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-76px!important}}@media only screen and (max-width:480px){.qodef-device-slider-holder{margin-bottom:46px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-46px!important}}.qodef-qi-dropcaps{position:relative}.qodef-qi-dropcaps.qodef-letter-stroke-effect .qodef-m-letter{color:transparent!important;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#333;text-shadow:none}.qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter{-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.e--ua-safari .qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter{display:block}.qodef-qi-dropcaps .qodef-m-letter{float:left;font-size:60px;line-height:1em;width:1em;height:1em;display:inline-flex;align-items:center;justify-content:center}.qodef-qi-dropcaps .qodef-m-text{margin:0}.qodef-qi-dual-image-with-content{position:relative;display:flex}.qodef-qi-dual-image-with-content.qodef--content-right{flex-direction:row-reverse}.qodef-qi-dual-image-with-content .qodef-dual-content{display:flex;width:50%;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:100px;background-color:#f6f6f6}.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-title{margin:0 0 .5em}.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-text{margin:0 0 .5em}.qodef-qi-dual-image-with-content .qodef-m-inner-bottom{width:100%}.qodef-qi-dual-image-with-content .qodef-m-content-shortcode{position:relative}.qodef-qi-dual-image-with-content .qodef-image-holder{--holder_height:auto;position:relative;flex:1;height:var(--holder_height)}.qodef-qi-dual-image-with-content .qodef-m-main-image{width:100%;height:100%}.qodef-qi-dual-image-with-content .qodef-m-main-image img{height:100%;-o-object-fit:cover;object-fit:cover}.qodef-qi-dual-image-with-content .qodef-m-second-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.qodef-qi-dual-image-with-content.qodef-decoration--underline .qodef-e-decorated{text-decoration:underline}.qodef-qi-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated{font-style:italic}.qodef-qi-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated{font-weight:700}.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link{color:currentColor;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 87%}.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link:hover{animation:qodef-animate-underline-multiline 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{transform:scale(1) translateX(14px)}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{transform:scale(1) translateX(-14px)}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder{overflow:hidden}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image{display:flex;justify-content:center}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{display:inline-block;max-width:unset;transition:transform 1.3s cubic-bezier(.37,.08,.02,.93) 0s}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{transform:scale(1) translateX(0)}@media only screen and (max-width:1440px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1440)}}@media only screen and (max-width:1366px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1366)}}@media only screen and (max-width:1280px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1280)}}@media only screen and (max-width:1024px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1024)}}@media only screen and (max-width:768px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_768)}}@media only screen and (max-width:680px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_680)}}@media only screen and (max-width:1024px){.qodef-qi-dual-image-with-content{flex-direction:column}.qodef-qi-dual-image-with-content.qodef--content-right{flex-direction:column}.qodef-qi-dual-image-with-content .qodef-dual-content{width:100%}.qodef-qi-dual-image-with-content .qodef-m-second-image{position:relative;padding:7% 0}.qodef-qi-dual-image-with-content .qodef-m-main-image{position:absolute}.qodef-qi-dual-image-with-content .qodef-image-holder{flex-basis:auto}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image{flex-flow:column;align-items:center}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{max-width:160%}}.qodef-qi-faq{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-faq.qodef-behavior--accordion{visibility:hidden;overflow-anchor:none}.qodef-qi-faq.qodef-behavior--accordion.qodef--init{visibility:visible}.qodef-qi-faq.qodef-behavior--accordion .qodef-e-title-holder{cursor:pointer}.qodef-qi-faq .qodef-e-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-faq .qodef-e-icon>svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-faq .qodef-e-title-holder{position:relative;display:flex;align-items:center;justify-content:space-between;padding:26px 10px 26px 26px;transition:all .2s ease-out;margin:0}.qodef-qi-faq .qodef-e-title-holder:not(:first-child){margin:12px 0 0}.qodef-qi-faq .qodef-e-title-holder .qodef-e-title{display:inline-flex}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark{position:relative;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0;height:100%;transition:opacity .2s ease-out,color .2s ease-out}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span:before{display:block;line-height:inherit}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus{opacity:0}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{opacity:1}.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus{opacity:1}.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-faq .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-faq .qodef-e-title-holder .qodef-e-number{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:8px}.qodef-qi-faq .qodef-e-content{padding:0 26px 16px;margin:0;transition:background-color .2s ease-out}.qodef-qi-faq .qodef-e-content p{margin:0}.qodef-qi-faq.qodef-style--standard .qodef-e-content{padding:16px 26px}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder{background-color:#f6f6f6;border-bottom:1px solid #ebebeb}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active{background-color:#f6f6f6}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child){margin:0}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2){border-color:transparent!important}.qodef-qi-faq.qodef-style--standard .qodef-e-content{border-bottom:1px solid #ebebeb}.qodef-qi-faq.qodef-style--boxed{border:1px solid #ebebeb}.qodef-qi-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child){margin:0;border-top:1px solid #ebebeb}.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder{margin:0;border-top:1px solid #ebebeb}.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder:first-child{border-top:none}.qodef-qi-graphs{position:relative;visibility:hidden}.qodef-qi-graphs.qodef--init{visibility:visible}.qodef-qi-graphs .qodef-m-inner{position:relative}.qodef-qi-graphs .qodef-m-canvas-holder{display:flex}.qodef-qi-graphs .qodef-m-canvas{position:relative;width:100%}.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder{justify-content:flex-start}.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder{justify-content:center}.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder{justify-content:flex-end}.qodef-qi-highlight{margin:0!important}.qodef-qi-highlight .qodef-highlight-text{padding:0;color:#fff;background-repeat:no-repeat}.qodef-qi-highlight.qodef-qi--has-appear .qodef-highlight-text{background-size:0 100%;background-position-x:left}.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text{animation:qodef-animate-highlight 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text:nth-of-type(2n+2){animation-delay:.2s}.qodef-qi-how-to{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-how-to .qodef-m-title{margin:.35em 0 0}.qodef-qi-how-to .qodef-m-text{margin:1.2em 0 0}.qodef-qi-how-to .qodef-m-title-holder{margin-bottom:2.5em}.qodef-qi-how-to .qodef-e-step{margin-bottom:30px}.qodef-qi-how-to .qodef-e-step-title{margin:0 0 .8em}.qodef-qi-how-to .qodef-e-step-text{margin:0 0 1em}.qodef-qi-how-to .qodef-e-step-image{display:inline-block;vertical-align:top}.qodef-qi-icon-with-text .qodef-m-title{margin:0}.qodef-qi-icon-with-text .qodef-m-title a{display:block;color:inherit}.qodef-qi-icon-with-text .qodef-m-content>.qodef-m-text{margin:.5em 0 0}.qodef-qi-icon-with-text .qodef-m-button{margin:1.5em 0 0}.qodef-qi-icon-with-text .qodef-m-icon-holder{font-size:1.4em;line-height:1;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out}.qodef-qi-icon-with-text .qodef-m-icon-holder i{vertical-align:top;color:inherit}.qodef-qi-icon-with-text .qodef-m-icon-holder svg{width:1em;vertical-align:top;fill:currentColor;stroke:currentColor;overflow:visible}.qodef-qi-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder{display:inline-flex;align-items:center;justify-content:center;width:3em;height:3em;background-color:#c4c4c4;border:1px solid transparent}.qodef-qi-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-icon-with-text .qodef-m-separator .qodef-m-line{width:60px}.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img{display:block}.qodef-qi-icon-with-text.qodef--appear-from-bottom{opacity:0;transform:translateY(50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared{opacity:1;transform:translateY(0)}.qodef-qi-icon-with-text.qodef--appear-from-top{opacity:0;transform:translateY(-50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-top.qodef-qi--appeared{opacity:1;transform:translateY(0)}.qodef-qi-icon-with-text.qodef--appear-from-left{opacity:0;transform:translateX(-50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-left.qodef-qi--appeared{opacity:1;transform:translateX(0)}.qodef-qi-icon-with-text.qodef--appear-from-right{opacity:0;transform:translateX(50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-right.qodef-qi--appeared{opacity:1;transform:translateX(0)}.qodef-qi-icon-with-text.qodef--appear-fade{opacity:0;transition:opacity .7s ease-out}.qodef-qi-icon-with-text.qodef--appear-fade.qodef-qi--appeared{opacity:1}.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder svg{transform:translateX(0);transition:transform .28s cubic-bezier(.22,.61,.36,1)}.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder svg{transform:translateX(4px)}.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder svg{transform:translateY(0);transition:transform .32s cubic-bezier(.22,.61,.36,1)}.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder svg{transform:translateY(-7px)}.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg{transform:scale(1) translateZ(0);transition:transform .3s cubic-bezier(.22,.61,.36,1);will-change:transform}.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder svg{transform:scale(1.17) translateZ(0)}.qodef-qi-icon-with-text.qodef-layout--before-content{display:flex;align-items:flex-start}.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{flex-shrink:0;margin-right:.7em}@media only screen and (max-width:768px){.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768{flex-direction:column}}@media only screen and (max-width:680px){.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680{flex-direction:column}}@media only screen and (max-width:480px){.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480{flex-direction:column}}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title{line-height:1}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title a{transition:color .2s ease-out}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title-inner{display:flex;align-items:center}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper{flex-shrink:0;margin-right:.15em;transition:color .2s ease-out}.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--center{text-align:center}.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--left{text-align:left}.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--right{text-align:right}.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:1.3em}.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-separator+.qodef-m-title{margin:0}.qodef-qi-image-gallery-masonry.qodef-qi-grid>.qodef-grid-inner{gap:24px}.qodef-qi-image-gallery-masonry.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-image-wrapper img{-o-object-fit:cover;object-fit:cover}.qodef-qi-image-gallery-masonry .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery-masonry .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(1.03)}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img{transform:scale(1)}.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img{transform:scale(1.2) translateX(12px)}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img{transform-origin:top}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-bottom .qodef-e-inner img{transform-origin:bottom}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-left .qodef-e-inner img{transform-origin:left}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-right .qodef-e-inner img{transform-origin:right}.qodef-qi-image-gallery-pinterest .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery-pinterest .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(1.03)}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img{transform:scale(1)}.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img{transform:scale(1.2) translateX(12px)}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-top .qodef-e-inner img{transform-origin:top}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-bottom .qodef-e-inner img{transform-origin:bottom}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-left .qodef-e-inner img{transform-origin:left}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-right .qodef-e-inner img{transform-origin:right}.qodef-qi-image-gallery .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.01) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(1.03)}.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img{transform:scale(1)}.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img{transform:scale(1.2) translateX(12px)}.qodef-qi-image-gallery.qodef-image--hover-from-top .qodef-e-inner img{transform-origin:top}.qodef-qi-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img{transform-origin:bottom}.qodef-qi-image-gallery.qodef-image--hover-from-left .qodef-e-inner img{transform-origin:left}.qodef-qi-image-gallery.qodef-image--hover-from-right .qodef-e-inner img{transform-origin:right}.qodef-qi-image-slider .qodef-e{overflow:hidden;backface-visibility:hidden}.qodef-qi-image-slider .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-slider .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-slider .qodef-e-inner-holder{position:relative;overflow:hidden}.qodef-qi-image-slider .qodef-e-alt-text-holder{display:flex;visibility:hidden;opacity:0;transition:all .3s ease-in}.qodef-col-num--1.qodef-navigation-alignment--flex-start.qodef-qi-image-slider .qodef-e-alt-text-holder{justify-content:flex-end}.qodef-col-num--1.qodef-navigation-alignment--flex-end.qodef-qi-image-slider .qodef-e-alt-text-holder{justify-content:flex-start}.qodef-qi-image-slider .swiper-slide-active .qodef-e-alt-text-holder{visibility:visible;opacity:1}.qodef-qi-image-slider .qodef-e-alt-text{margin-top:10px}.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner-holder{display:block;width:calc(100% - 1px);transform:scale(1.02) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner-holder{transform:scale(1.05)}.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner-holder{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner-holder{transform:scale(1)}.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner-holder{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner-holder{transform:scale(1.2) translateX(12px)}.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner-holder{transform-origin:top}.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner-holder{transform-origin:bottom}.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner-holder{transform-origin:left}.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner-holder{transform-origin:right}.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide{transform:scale(.85);transition:all .3s ease}.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-active,.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active{transform:scale(1)}.qodef-qi-info-button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:inherit;font-size:16px;line-height:2em;font-weight:500;text-decoration:none;text-transform:none;border-radius:4px;outline:0;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;padding:11px 28px;display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.2em;overflow:hidden}.qodef-qi-info-button .qodef-m-text-holder{display:flex;align-items:center}.qodef-qi-info-button .qodef-m-subtext{font-size:.75em}.qodef-qi-info-button .qodef-m-subtext.qodef--subtext-color-set{transition:color .25s ease-in-out}.qodef-qi-info-button.qodef-size--small{padding:6px 24px}.qodef-qi-info-button.qodef-size--large{padding:11px 36px}.qodef-qi-info-button.qodef-size--full{width:100%;text-align:center}.qodef-qi-info-button.qodef-layout--filled{color:#111;background-color:#f4f4f4;border:0;font-size:1rem;border-style:solid}.qodef-qi-info-button.qodef-layout--filled:hover{color:#fff;background-color:#111}.qodef-qi-info-button.qodef-layout--outlined{color:#111;background-color:transparent;border:2px solid #111}.qodef-qi-info-button.qodef-layout--outlined:hover{color:#111;background-color:#f4f4f4;border-color:#f4f4f4}.qodef-qi-info-button.qodef-icon--left .qodef-m-text-holder{flex-direction:row-reverse}.qodef-qi-info-button .qodef-m-icon{color:currentColor}.qodef-qi-info-button .qodef-m-icon.qodef--icon-color-set{transition:color .25s ease-in-out,background-color .25s ease-in-out}.qodef-qi-info-button .qodef-m-icon svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon i,.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon svg{margin-left:10px}.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon i,.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon svg{margin-right:10px}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner{position:relative;overflow:hidden;display:inherit;padding:1px}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{transition:transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-in-out;will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(0);transition-delay:.1s;opacity:1}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){position:absolute;opacity:0;left:1px;top:1px;transition-delay:0s}.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){opacity:0}.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(0) translatez(0);transition-delay:.25s;opacity:1}.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-150%) translateY(0)}.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(200%) translateY(0)}.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(150%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(-150%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-100%) translateY(100%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(100%) translateY(-100%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg{transition:transform .3s cubic-bezier(.37,.08,.02,.93),opacity .2s ease-in-out;transform:translateX(0);will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg{transform:translateX(4px)}.qodef-qi-info-button.qodef-type--icon-boxed{padding:0!important;flex-direction:row;align-items:stretch}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder{flex-direction:column;padding:11px 28px}.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left{flex-direction:row-reverse}.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left .qodef-m-icon-holder{flex-direction:row-reverse}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder{align-items:flex-start;justify-content:center}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:11px 0;flex:1}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon i{line-height:inherit}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-border{height:100%;width:2px;background-color:#111;transition:background-color .25s ease-in-out}.qodef-qi-info-cards{position:relative;display:flex;flex-direction:column;background-color:#f9f9f9;padding:30px;transition:background-color .4s ease-out}.qodef-qi-info-cards .qodef-m-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-info-cards a:not(.qodef-m-link){position:relative;z-index:1}.qodef-qi-info-cards .qodef-m-title{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-title a{display:block;color:inherit}.qodef-qi-info-cards .qodef-m-subtitle{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-content{position:relative}.qodef-qi-info-cards .qodef-m-content .qodef-m-text{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-icon-wrapper{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-icon-holder{font-size:55px;line-height:1;transition:all .3s ease-in-out}.qodef-qi-info-cards .qodef-m-icon-holder i{vertical-align:top;color:inherit}.qodef-qi-info-cards .qodef-m-icon-holder svg{width:30px;height:auto;vertical-align:top;fill:currentColor;stroke:currentColor}.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper{position:relative}.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img{display:inline-block}.qodef-qi-interactive-banner{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden}.qodef-qi-interactive-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.qodef-qi-interactive-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column}.qodef-qi-interactive-banner .qodef-m-title{margin:0}.qodef-qi-interactive-banner .qodef-m-title-inner{display:inline-block}.qodef-qi-interactive-banner .qodef-m-subtitle{margin:0 0 .4em}.qodef-qi-interactive-banner .qodef-m-content-inner>.qodef-m-text{margin:.7em 0 0}.qodef-qi-interactive-banner .qodef-m-text-holder{margin:.7em 0 0}.qodef-qi-interactive-banner .qodef-m-button{padding:.5em 0 0;z-index:1;position:relative;display:inline-block}.qodef-qi-interactive-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden}.qodef-qi-interactive-banner .qodef-m-image img{display:inline-block;transition:all .35s ease-out}.qodef-qi-interactive-banner.qodef-layout--from-bottom.qodef--visible .qodef-m-content{opacity:1}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content{align-items:flex-start;justify-content:flex-end;padding:60px;opacity:0;transition:opacity .2s}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner{position:relative;overflow:hidden}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement{transform:translateZ(0);transition:transform .4s cubic-bezier(.22,.61,.36,1)}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder{opacity:0;transition:opacity .25s ease-out}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder .qodef-m-text{margin:0}.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement{transform:translateY(0) translateZ(0)!important}.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-text-holder{opacity:1;transition-delay:.15s}.qodef-qi-interactive-banner.qodef-layout--image-switch{width:100%;background-color:#f6f6f6}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content{position:relative;flex-direction:row;align-items:center;justify-content:left;text-align:left;padding:60px}@media only screen and (max-width:680px){.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content{flex-direction:column}}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner{flex:1;margin-right:2em}@media only screen and (max-width:680px){.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner{margin-right:0}}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder{position:relative;width:35%}@media only screen and (max-width:680px){.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder{width:100%;margin-top:2em}}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image{transition:.2s ease-in-out}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:first-child{opacity:1}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:last-child{position:absolute;top:0;left:0;opacity:0}.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:first-child{opacity:0}.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:last-child{opacity:1}.qodef-qi-interactive-banner.qodef-layout--revealing.qodef--visible .qodef-m-content{opacity:1}.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content{align-items:flex-start;justify-content:flex-start;padding:60px;opacity:0;transition:opacity .2s}.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content-inner>.qodef-m-text{opacity:0;transform:translateY(-10px);transition:opacity .25s,transform .25s cubic-bezier(.22,.61,.36,1)}.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-button{transition:transform .4s cubic-bezier(.22,.61,.36,1);transition-delay:.05s}.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-button{transform:translateY(0) translateZ(0)!important;transition-delay:0s}.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-content-inner>.qodef-m-text{opacity:1;transform:translateY(0);transition-duration:.25s,.35s;transition-delay:.1s,.1s}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-content{align-items:center;justify-content:center;text-align:center;padding:30px}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button,.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle{opacity:0;transition:opacity .23s ease-out,transform .28s ease-out}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle{transform:translateY(-10px)}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button{transform:translateY(10px)}.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-button,.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle{opacity:1;transform:translateY(0)}.qodef-qi-interactive-link-showcase{position:relative;display:inline-block;width:100%;vertical-align:top;display:flex;align-items:center;visibility:hidden}.qodef-qi-interactive-link-showcase.qodef--full-height{height:100vh}.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height{height:calc(100vh - 32px)}.qodef-qi-interactive-link-showcase .qodef-e-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0s .45s}.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background{background-size:cover;background-position:center;background-repeat:no-repeat}.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img{display:none}.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active{opacity:1;z-index:5;transition:opacity .4s cubic-bezier(.215,.61,.355,1)}.qodef-qi-interactive-link-showcase .qodef-m-items{display:flex;flex-direction:column;align-items:center;z-index:10}.qodef-qi-interactive-link-showcase .qodef-m-item{position:relative;display:inline-block;vertical-align:top;width:auto;color:#111;margin:.6em 0}.qodef-qi-interactive-link-showcase .qodef-e-title{position:relative;display:inline-block;vertical-align:top;font-family:inherit;font-weight:500;letter-spacing:-.02em;font-size:39px;line-height:1.19048em;transition:color .2s ease-out;z-index:2}@media only screen and (max-width:680px){.qodef-qi-interactive-link-showcase .qodef-e-title{font-size:36px}}.qodef-qi-interactive-link-showcase .qodef-e-inner-title{position:relative;display:inline-block;vertical-align:top}.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after{content:'';position:absolute;left:0;width:0;height:2px;background-color:currentColor;transition:width .3s ease}.qodef-qi-interactive-link-showcase .qodef-e-inner-title:hover:after{width:100%}.qodef-hover--underline.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after{bottom:0}.qodef-hover--line-through.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after{top:50%;transform:translateY(-50%)}.qodef-qi-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-inner-title:after{width:100%}.qodef-qi-interactive-link-showcase .qodef-e-text{display:block}.qodef-qi-interactive-link-showcase.qodef--init{visibility:visible}.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items{width:40%;justify-content:center;align-items:flex-start}.qodef-qi-interactive-link-showcase.qodef-layout--split{align-items:stretch}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images{position:relative;flex:1}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items{width:40%;justify-content:center;align-items:flex-start;padding:150px 10%}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items{width:100%}}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background){display:flex;align-items:center;justify-content:center}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img{max-height:100%;-o-object-fit:contain;object-fit:contain}.qodef-qi-interactive-link-showcase.qodef-layout--standard{justify-content:center;text-align:center}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}@media only screen and (max-width:768px){.qodef-standard-hide-under--768 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}@media only screen and (max-width:680px){.qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{width:40%;justify-content:center}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{width:100%}}.qodef-standard-images-on-top--yes .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{z-index:unset}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image{display:flex;align-items:center;justify-content:center;transition:opacity .35s ease-out}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left{left:0;width:30%}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right{left:auto;right:0;width:30%}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img{position:relative}.qodef-qi-interactive-link-showcase.qodef-layout--inline{align-items:flex-start;justify-content:flex-start;text-align:left}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}@media only screen and (max-width:680px){.qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{flex-direction:row;flex-wrap:wrap;align-items:baseline;margin:0 -20px}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{width:100%}}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-item{position:relative;flex:1;flex-grow:0;margin:0!important}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title{white-space:nowrap;padding:0 20px}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title:before{position:absolute;right:0;transform:translateX(50%)}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-text{padding:0 20px}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image{display:flex;align-items:center;justify-content:center;transition:opacity .35s ease-out}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--left{left:0;width:30%;justify-content:flex-start}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--right{left:auto;right:0;width:30%;justify-content:flex-end}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image img{position:relative}.qodef-qi-item-showcase{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.qodef-qi-item-showcase .qodef-m-image{position:relative;flex-shrink:0;max-width:60%;padding:0 60px}.qodef-qi-item-showcase .qodef-m-image img{display:block}.qodef-qi-item-showcase .qodef-m-items{position:relative;display:flex;flex-direction:column;width:100%}.qodef-qi-item-showcase .qodef-m-items.qodef--left{text-align:right}.qodef-qi-item-showcase .qodef-m-items.qodef--right{text-align:left}.qodef-qi-item-showcase .qodef-m-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}@media screen and (min-width:1025px){.qodef-qi-item-showcase .qodef-m-item:last-child{margin-bottom:0!important}}.qodef-qi-item-showcase .qodef-e-icon-holder{line-height:1em;transition:color .2s ease-out}.qodef-qi-item-showcase .qodef-e-icon-holder a{display:inline-block}.qodef-qi-item-showcase .qodef-e-icon-holder>svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-item-showcase .qodef-e-title{margin:0 0 1em}.qodef-qi-item-showcase .qodef-e-title-link{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-qi-item-showcase .qodef-e-title-link:hover{color:var(--qode-main-color)}.qodef-qi-item-showcase .qodef-e-text{margin:0}.qodef-qi-item-showcase.qodef-qi--has-appear{visibility:hidden}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-image{transform:translateY(70px);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);opacity:0}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item{transform:translateY(70px);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);opacity:0}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1){transition-delay:.2s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2){transition-delay:.4s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3){transition-delay:.6s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4){transition-delay:.8s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5){transition-delay:1s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6){transition-delay:1.2s}.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared{visibility:visible}.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image{opacity:1;transform:translateY(0)}.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item{opacity:1;transform:translateY(0)}@media only screen and (max-width:1024px){.qodef-qi-item-showcase{align-items:flex-start;flex-wrap:wrap}.qodef-qi-item-showcase .qodef-m-image{position:absolute;top:0;left:0;width:40%;max-width:100%;padding-left:0!important}.qodef-qi-item-showcase .qodef-m-items{left:40%;width:calc(100% - 40%)}.qodef-qi-item-showcase .qodef-m-items .qodef-m-item{transition-delay:0s}.qodef-qi-item-showcase .qodef-m-items.qodef--left{text-align:left}}@media only screen and (max-width:768px){.qodef-qi-item-showcase .qodef-m-image{display:none}.qodef-qi-item-showcase .qodef-m-items{left:0;width:100%}}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-m-item{display:flex;align-items:flex-start}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item{flex-direction:row-reverse}@media only screen and (max-width:1024px){.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item{flex-direction:row}}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder{margin-left:.5em}@media only screen and (max-width:1024px){.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder{margin-left:0;margin-right:.5em}}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--right .qodef-e-side-holder{margin-right:.5em}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder{font-size:3em;flex-shrink:0}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-content-holder{flex:1}.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-icon-holder,.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-number{margin-bottom:.4em}.qodef-qi-message-box{background:#d5eaf4;padding:40px 40px;display:flex;transition:opacity .19s ease,visibility .19s ease}.qodef-qi-message-box.qodef-hidden{opacity:0;visibility:hidden}.qodef-qi-message-box.qodef-icon--middle{align-items:center}.qodef-qi-message-box.qodef-icon--top{align-items:flex-start}.qodef-qi-message-box.qodef-icon--bottom{align-items:flex-end}.qodef-qi-message-box .qodef-m-close-icon{position:absolute;right:17px;top:17px;line-height:1;cursor:pointer;transition:color .25s ease-in-out}.qodef-qi-message-box .qodef-m-close-icon i{color:inherit}.qodef-qi-message-box .qodef-m-close-icon svg{width:30px;height:auto;fill:currentColor;stroke:currentColor}.qodef-qi-message-box .qodef-m-icon{line-height:1;margin-right:20px}.qodef-qi-message-box .qodef-m-title{margin:0}.qodef-qi-message-box .qodef-m-text{margin:0}.q-message-box-holder{transition:height .23s cubic-bezier(.05,.47,.58,1)}.qodef-qi-parallax-images{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-parallax-images .qodef-m-images{position:relative;display:inline-block;vertical-align:middle}.qodef-browser--ms-explorer .qodef-qi-parallax-images .qodef-m-images{width:100%}.e--ua-firefox .qodef-qi-parallax-images .qodef-m-images img{backface-visibility:hidden}.qodef-qi-parallax-images .qodef-e-parallax-image{position:absolute;display:block;transition:all .7s cubic-bezier(.23,1,.32,1)}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-left{top:0;left:0}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-right{top:0;right:0}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left{bottom:0;left:0}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right{bottom:0;right:0}.qodef-qi-preview-slider{position:relative;opacity:0;transition:opacity .35s ease-out}.qodef-qi-preview-slider.qodef--visible{opacity:1}.qodef-qi-preview-slider .qodef-preview-slider-device-holder{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:10}.qodef-qi-preview-slider .qodef-preview-slider-device{position:absolute;margin:auto;width:214px;bottom:-50px;right:50px}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image img{width:100%;filter:drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item{height:100%}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item img{height:100%;-o-object-fit:cover;object-fit:cover}.qodef-qi-pricing-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-pricing-list .qodef-m-item:not(:last-child){margin-bottom:35px}.qodef-qi-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price{text-decoration:line-through;margin-right:.25em}.qodef-qi-pricing-list .qodef-e-heading{display:flex;align-items:baseline}.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image{max-width:20%}.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image img{margin-left:10px}.qodef-qi-pricing-list .qodef-e-heading-title{margin:0}.qodef-qi-pricing-list .qodef-e-heading-line{flex-grow:1;margin:0 8px;border-bottom:1px solid #ebebeb}.qodef-qi-pricing-list .qodef-e-heading-discount-price,.qodef-qi-pricing-list .qodef-e-heading-price{margin:0;color:#111}.qodef-qi-pricing-list .qodef-e-description{margin:.5em 0 0;color:#9c9c9c}.qodef-qi-pricing-list .qodef-m-button{margin-top:30px}.qodef-qi-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line{height:5px;background-repeat:repeat;border:none}.qodef-qi-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line{border-bottom-style:dashed}.qodef-qi-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line{border-bottom-style:dotted}.qodef-qi-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child){border-bottom:1px solid #ebebeb}.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item{display:flex;align-items:center}.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image{max-width:25%;flex-shrink:0;margin-right:24px}.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-item-holder{flex:1}.qodef-qi-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-qi-pricing-table.qodef-status--featured{transform:translateY(-18px)}.qodef-qi-pricing-table .qodef-m-inner{position:relative;padding:45px}.qodef-qi-pricing-table .qodef-m-title{margin:0}.qodef-qi-pricing-table .qodef-m-price{display:flex;align-items:baseline}.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper{display:inline-flex;margin:0;line-height:1;justify-content:center;align-items:baseline}.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-currency{align-self:flex-start}.qodef-qi-pricing-table.qodef-period--side .qodef-m-price-period{margin-left:5px}.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price{flex-direction:column}.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price-period{margin:0}.qodef-qi-pricing-table .qodef-m-content{padding:25px 0 0;margin:0}.qodef-qi-pricing-table .qodef-m-content li{margin-bottom:8px}.qodef-qi-pricing-table .qodef-m-content li:last-child{margin-bottom:0}.qodef-qi-pricing-table .qodef-m-content li.qodef--excluded{text-decoration:line-through;color:rgba(17,17,17,.6)}.qodef-qi-pricing-table .qodef-m-button .qodef-qi-button{margin:25px 0 0}.qodef-qi-pricing-table .qodef-m-label{position:absolute;right:15px;color:#fff;background-color:#111}.qodef-qi-pricing-table.qodef-label-type--badge .qodef-m-label{top:15px;border-radius:50px;padding:10px}.qodef-qi-pricing-table.qodef-label-type--ribbon .qodef-m-label{top:-1px;border-radius:50px 0 0 50px;transform:rotate(-90deg) translate(0,-100%);transform-origin:right top;padding:5px 15px}.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content{list-style-type:none}.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-pricing-table.qodef-list-style-icon .qodef-e-icon{display:inline-block}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-m-content{margin:0 calc(-1em - 5px)}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside li{position:relative;display:flex}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-icon{position:absolute;left:0}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-text{flex:1;padding:0 5px;margin:0 1em}.qodef-qi-pricing-table.qodef-list-style--outside .qodef-m-content{list-style-position:outside}.qodef-qi-pricing-table.qodef-list-style--inside .qodef-m-content{list-style-position:inside}.qodef-qi-pricing-table.qodef-list-type--none .qodef-m-content{list-style-type:none}.qodef-qi-pricing-table .qodef-qi-separator .qodef-m-line{width:30px}.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-inner{padding:50px}.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-title{background-color:#f6f6f6;padding:30px 50px}.qodef-qi-pricing-table.qodef-layout--minimal{border-width:0 0 0 1px}.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-inner{padding:0 0 0 15px}.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper{margin:0 0 .5em}.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-inner{padding:0 50px 40px}.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-title-wrapper{background-color:#f6f6f6;padding:40px 20px}.qodef-qi-pricing-table.qodef-layout--standard .qodef-m-title{margin:0 0 1em}.qodef-qi-pricing-table.qodef-layout--vertical-image{display:flex}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-inner{flex:1}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder{width:90px;max-width:60%}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder .qodef-m-image{height:100%}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder img{height:100%;-o-object-fit:cover;object-fit:cover}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-title{margin-bottom:1em}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-inner{padding:0}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-top{padding:50px}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content{padding:0}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item{padding:27px 50px;margin:0;border-top:1px solid #ebebeb}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon{line-height:1em}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg{width:1em;vertical-align:top;fill:currentColor;stroke:currentColor}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title{margin:.7em 0 1em}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-button .qodef-qi-button{width:100%;text-align:center;margin-top:0}.qodef-qi-process.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item:last-child .qodef-e-line{display:none}.qodef-qi-process .qodef-e-icon-holder{position:relative;z-index:5}.qodef-qi-process .qodef-e-icon{position:relative;display:flex;align-items:center;justify-content:center;width:3em;height:3em;font-size:60px;background:#f6f6f6;border-radius:50%;margin:0 auto;z-index:3}.qodef-qi-process .qodef-e-number{position:absolute;top:0;right:0;background:#333;width:2.8em;height:2.8em;font-size:20px;color:#fff;border-radius:50%;line-height:1;display:flex;align-items:center;justify-content:center}.qodef-qi-process .qodef-e-line{position:absolute;z-index:2}.qodef-qi-process .qodef-e-title{margin:2em 0 0}.qodef-qi-process .qodef-e-text{margin:.3em 0 0}.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-number{width:2.8em;height:2.8em;font-size:20px}.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line{top:50%;left:50%;width:100%;height:auto}.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner{width:100%;height:100%;border-bottom:#acacac;position:absolute;top:0;left:0}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-line-inner{transition:transform 1s;transform-origin:left;transform:scaleX(0)}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-icon{transition:transform .35s,opacity .2s;transform:scale(.8);opacity:0}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-title{transition:transform .35s,opacity .2s;transform:translateY(10px);opacity:0}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1){transition-delay:0s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner{transition-delay:.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon{transition-delay:0s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title{transition-delay:.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2){transition-delay:.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner{transition-delay:.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon{transition-delay:.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title{transition-delay:.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3){transition-delay:.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner{transition-delay:.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon{transition-delay:.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title{transition-delay:.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4){transition-delay:1.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner{transition-delay:1.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon{transition-delay:1.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title{transition-delay:1.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5){transition-delay:1.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner{transition-delay:1.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon{transition-delay:1.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title{transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6){transition-delay:1.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner{transition-delay:2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon{transition-delay:1.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title{transition-delay:1.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7){transition-delay:2.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner{transition-delay:2.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon{transition-delay:2.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title{transition-delay:2.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8){transition-delay:2.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner{transition-delay:2.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon{transition-delay:2.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title{transition-delay:2.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9){transition-delay:2.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner{transition-delay:3.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon{transition-delay:2.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title{transition-delay:2.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10){transition-delay:3.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner{transition-delay:3.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon{transition-delay:3.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title{transition-delay:3.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11){transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner{transition-delay:3.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon{transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title{transition-delay:3.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12){transition-delay:3.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner{transition-delay:4.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon{transition-delay:3.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title{transition-delay:3.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13){transition-delay:4.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner{transition-delay:4.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon{transition-delay:4.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title{transition-delay:4.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14){transition-delay:4.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner{transition-delay:4.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon{transition-delay:4.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title{transition-delay:4.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15){transition-delay:4.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner{transition-delay:5.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon{transition-delay:4.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title{transition-delay:5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16){transition-delay:5.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner{transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon{transition-delay:5.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title{transition-delay:5.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17){transition-delay:5.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner{transition-delay:5.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon{transition-delay:5.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title{transition-delay:5.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18){transition-delay:5.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner{transition-delay:6.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon{transition-delay:5.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title{transition-delay:6.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19){transition-delay:6.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner{transition-delay:6.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon{transition-delay:6.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title{transition-delay:6.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20){transition-delay:6.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner{transition-delay:6.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon{transition-delay:6.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title{transition-delay:6.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner{transform:scaleX(1)}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon{transform:scale(1);opacity:1}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title{transform:translateY(0);opacity:1}.qodef-qi-process.qodef-item-layout--vertical .qodef-grid-inner{grid-row-gap:0}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-content{display:flex;align-items:stretch}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-text-wrapper{margin-left:30px}.qodef-qi-process.qodef-item-layout--vertical .qodef-process-item:not(:last-child) .qodef-e-icon-holder{padding-bottom:50px}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-icon{font-size:40px}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line{top:0;left:50%;height:100%;transform:translateX(-50%)}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line-inner{width:100%;height:100%;position:absolute;top:0;left:0;border-left:1px solid #acacac}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-title{margin:0}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-line-inner{transition:transform .8s;transform-origin:top;transform:scaleY(0)}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-icon{transition:opacity .35s;opacity:0}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-title{transition:transform .35s,opacity .25s;transform:translateY(-10px);opacity:0}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1){transition-delay:0s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner{transition-delay:0s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon{transition-delay:0s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title{transition-delay:.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2){transition-delay:.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner{transition-delay:.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon{transition-delay:.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title{transition-delay:.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3){transition-delay:1s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner{transition-delay:1s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon{transition-delay:1s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title{transition-delay:1.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4){transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner{transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon{transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title{transition-delay:1.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5){transition-delay:2s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner{transition-delay:2s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon{transition-delay:2s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title{transition-delay:2.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6){transition-delay:2.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner{transition-delay:2.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon{transition-delay:2.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title{transition-delay:2.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7){transition-delay:3s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner{transition-delay:3s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon{transition-delay:3s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title{transition-delay:3.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8){transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner{transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon{transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title{transition-delay:3.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9){transition-delay:4s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner{transition-delay:4s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon{transition-delay:4s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title{transition-delay:4.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10){transition-delay:4.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner{transition-delay:4.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon{transition-delay:4.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title{transition-delay:4.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11){transition-delay:5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner{transition-delay:5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon{transition-delay:5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title{transition-delay:5.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12){transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner{transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon{transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title{transition-delay:5.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13){transition-delay:6s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner{transition-delay:6s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon{transition-delay:6s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title{transition-delay:6.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14){transition-delay:6.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner{transition-delay:6.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon{transition-delay:6.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title{transition-delay:6.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15){transition-delay:7s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner{transition-delay:7s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon{transition-delay:7s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title{transition-delay:7.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16){transition-delay:7.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner{transition-delay:7.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon{transition-delay:7.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title{transition-delay:7.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17){transition-delay:8s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner{transition-delay:8s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon{transition-delay:8s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title{transition-delay:8.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18){transition-delay:8.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner{transition-delay:8.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon{transition-delay:8.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title{transition-delay:8.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19){transition-delay:9s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner{transition-delay:9s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon{transition-delay:9s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title{transition-delay:9.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20){transition-delay:9.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner{transition-delay:9.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon{transition-delay:9.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title{transition-delay:9.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner{transform:scaleY(1)}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon{opacity:1}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title{transform:translateX(0);opacity:1}.qodef-qi-progress-bar-circle{position:relative;visibility:hidden}.qodef-qi-progress-bar-circle.qodef--init{visibility:visible}.qodef-qi-progress-bar-circle .qodef-m-inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.qodef-qi-progress-bar-circle .qodef-m-canvas{position:relative;width:100%}.qodef-qi-progress-bar-circle .qodef-m-title{margin:2em 0 0}.qodef-qi-progress-bar-circle .qodef-m-text{margin:.5em 0 0 0}.qodef-qi-progress-bar-circle .qodef-m-value{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;font-size:62px}.qodef-qi-progress-bar-circle .qodef-m-percentage{font-size:60%;top:-.3em}.qodef-qi-progress-bar-horizontal{position:relative;visibility:hidden}.qodef-qi-progress-bar-horizontal.qodef--init{visibility:visible}.qodef-qi-progress-bar-horizontal.qodef--pattern .qodef-m-canvas svg path:first-child{opacity:0}.qodef-qi-progress-bar-horizontal .qodef-m-inner{position:relative;display:flex;flex-direction:column}.qodef-qi-progress-bar-horizontal .qodef-m-canvas{position:relative;width:100%}.qodef-qi-progress-bar-horizontal .qodef-m-content{display:flex;align-items:center}.qodef-qi-progress-bar-horizontal .qodef-m-title{margin:0 0 .5em}.qodef-qi-progress-bar-horizontal .qodef-m-value{padding:0;margin:0 0 .5em;font-size:16px;position:absolute}.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value{margin:0;transform:translateY(100%);z-index:1}.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner{opacity:0;transition:opacity .2s .5s}.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init .qodef-m-value-inner{opacity:1}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content{position:absolute;transform:translateY(-50%);top:50%;left:0;z-index:1}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title{margin:0 0 0 .5em}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value{margin:0 0 0 .5em;position:relative}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value{right:0}.qodef-qi-progress-bar-vertical{position:relative;visibility:hidden}.qodef-qi-progress-bar-vertical.qodef--init{visibility:visible}.qodef-qi-progress-bar-vertical.qodef--pattern .qodef-m-canvas svg path:first-child{opacity:0}.qodef-qi-progress-bar-vertical .qodef-m-inner{position:relative;display:flex;flex-direction:column;max-width:100%}.qodef-qi-progress-bar-vertical .qodef-m-canvas{position:relative}.qodef-qi-progress-bar-vertical .qodef-m-canvas svg{max-width:100%}.qodef-qi-progress-bar-vertical .qodef-m-title{margin:1em 0 0}.qodef-qi-progress-bar-vertical .qodef-m-value{padding:0;margin:0;font-size:16px}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title{margin:0 0 0 1em}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value{margin:0 0 0 1em}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner{flex-direction:row;align-items:flex-end}.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value{position:absolute;margin:0 0 .5em;right:0}.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title{position:absolute;margin:0 0 .5em;left:0}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content{display:flex;align-items:center;position:absolute;bottom:0;left:0}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title{margin:0 0 0 .5em}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value{margin:0 0 0 .5em}.qodef-qi-section-title{position:relative}.qodef-qi-section-title .qodef-m-title{margin:0}.qodef-qi-section-title .qodef-m-subtitle{display:inline-flex;align-items:baseline;margin:0}.qodef-subtitle-icon--right.qodef-qi-section-title .qodef-m-subtitle{flex-direction:row}.qodef-subtitle-icon--left.qodef-qi-section-title .qodef-m-subtitle{flex-direction:row-reverse}.qodef-qi-section-title .qodef-m-icon-holder{display:inline-block;line-height:1em}.qodef-qi-section-title .qodef-m-icon-holder svg{width:1em;height:auto;fill:currentColor;stroke:currentColor}.qodef-qi-section-title>.qodef-m-text{margin:.5em 0 0}.qodef-qi-section-title .qodef-m-button{margin-top:.65em}.qodef-qi-section-title.qodef-decoration--underline .qodef-e-decorated{text-decoration:underline}.qodef-qi-section-title.qodef-decoration--italic .qodef-e-decorated{font-style:italic}.qodef-qi-section-title.qodef-decoration--bold .qodef-e-decorated{font-weight:700}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 87%}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:hover{color:currentColor;text-decoration:none;animation:qodef-animate-underline-multiline 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:focus{color:currentColor}.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 1px),currentColor 1px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a:hover{text-decoration:none;background-size:100% 100%}.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a:hover{text-decoration:none;background-size:100% 100%}@keyframes qodef-qi-animate-underline-multiline-thick{0%{background-size:100% 93%;background-position-x:right}38%{background-size:0 93%;background-position-x:right}39%{background-size:0 93%;background-position-x:left}100%{background-size:100% 93%;background-position-x:left}}.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a{background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 93%}.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a:hover{text-decoration:none;animation:qodef-qi-animate-underline-multiline-thick 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}@media only screen and (max-width:1024px){.qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}.qodef-qi-separator{position:relative;height:auto;font-size:0;line-height:1}.qodef-qi-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;font-size:1px;color:#111;border-bottom:1em solid currentColor;margin:10px 0}.qodef-qi-separator.qodef-position--center{text-align:center}.qodef-qi-separator.qodef-position--left{text-align:left}.qodef-qi-separator.qodef-position--right{text-align:right}.qodef-qi-separator.qodef-separator--border-image .qodef-m-line{font-size:12px;height:1em;border-bottom:none;margin:10px 0;background-size:contain;background-repeat:round}.qodef-qi-separator.qodef-separator--with-icon{display:flex}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-line{display:flex;align-items:center;border-width:0}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon{flex-shrink:0;font-size:1rem;margin:0 1em}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-inner-line{width:50%;border-color:currentColor;border-style:inherit;border-width:1em}.qodef-qi-separator.qodef-separator--with-icon.qodef-position--center{justify-content:center}.qodef-qi-separator.qodef-separator--with-icon.qodef-position--left{justify-content:flex-start}.qodef-qi-separator.qodef-separator--with-icon.qodef-position--right{justify-content:flex-end}.qodef-qi-slider-switch{position:relative;opacity:0;transition:opacity .35s ease-out}.qodef-qi-slider-switch.qodef--visible{opacity:1}.qodef-qi-slider-switch .qodef-m-main-text{margin-bottom:30px}.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-title{margin:0 0 .7em}.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-text{margin:0}.qodef-qi-slider-switch .qodef-m-main{position:relative}.qodef-qi-slider-switch .qodef-m-main-slider{position:absolute;top:50px;left:50px;right:50px;bottom:50px;border-radius:10%}.qodef-qi-slider-switch .qodef-m-main-slider .qodef-qi-swiper-container{height:100%;z-index:unset}.qodef-qi-slider-switch .qodef-m-main-slider .swiper-slide a{height:100%}.qodef-qi-slider-switch .qodef-slider-main-image{position:relative;z-index:5;pointer-events:none}.qodef-qi-slider-switch .qodef-slider-main-image img{width:100%}.qodef-qi-slider-switch .qodef-slider-switch-device-holder{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:10}.qodef-qi-slider-switch .qodef-slider-switch-device{position:absolute;margin:auto;width:214px;bottom:-50px;right:50px;overflow:hidden}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image img{width:100%;filter:drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item{height:100%}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item a{height:100%}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.qodef-qi-slider-switch .qodef-m-main-text a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-text,.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-title{opacity:0;transform:translateX(40px);transition:.3s ease-in-out}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text,.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title{opacity:1;transform:translateX(0)}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title{transition:opacity .35s .2s,transform .65s cubic-bezier(.26,0,0,1.01) .2s}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text{transition:opacity .35s .35s,transform .65s cubic-bezier(.26,0,0,1.01) .35s}.qodef-qi-table-of-contents{position:relative}.qodef-qi-table-of-contents .qodef-m-title{margin:0}.qodef-qi-table-of-contents .qodef-m-subtitle{margin:0}.qodef-qi-table-of-contents .qodef-m-text{margin:.5em 0 0}.qodef-qi-table-of-contents .qodef-m-table-content{margin-top:1.5em}.qodef-qi-table-of-contents .qodef-m-table-content a{position:relative;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 1px),currentColor 1px);transition:.55s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a:hover{background-size:100% 100%}.qodef-qi-table-of-contents.qodef-list-position--inside ol,.qodef-qi-table-of-contents.qodef-list-position--inside ul{list-style-position:inside}.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ol,.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ul{margin-left:0!important}.qodef-qi-table-of-contents.qodef-list-position--outside ol,.qodef-qi-table-of-contents.qodef-list-position--outside ul{list-style-position:outside}.qodef-qi-tabs-horizontal.qodef-layout--simple{position:relative;visibility:hidden}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef--init{visibility:visible}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none}@media only screen and (max-width:680px){.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation .qodef-tab-title,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li{width:100%}}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li{position:relative;margin:0;padding:0}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li .qodef-tab-title{margin:0}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a{position:relative;color:#cacaca;display:block;padding:0;transition:color .25s ease-out}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:after{content:'';position:absolute;bottom:0;left:0;width:100%;z-index:1;opacity:0;transition:opacity .25s ease-out}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:transparent;transition:opacity .25s ease-out}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a .q-text{z-index:1;position:relative}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li:not(:last-child){margin-right:4em}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a{color:#1e1e1e}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:before,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:before{opacity:1}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content{position:relative;padding:26px 0 0}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li a:after{opacity:1;transform:scaleX(0);transition:transform .36s cubic-bezier(.51,.5,.07,.99)}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-active a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-hover a:after{transform:scaleX(1)}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left .qodef-tabs-horizontal-navigation li a:after{transform-origin:left}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li a:after{left:unset;right:0;transform:scaleX(1);width:0;transition:width .36s cubic-bezier(.51,.5,.07,.99)}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-active a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-hover a:after{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple{position:relative;visibility:hidden;display:flex;align-items:stretch;height:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef--init{visibility:visible}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation{position:relative;align-items:center;margin:0;padding:0;list-style:none;flex-shrink:0;display:block}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li{position:relative;margin:0;padding:0;width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .qodef-tab-title{margin:0}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a{position:relative;color:#cacaca;display:block;padding:0;transition:color .25s ease-out}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:after{height:100%;content:'';position:absolute;top:0;right:0;width:100%;z-index:1;opacity:0;transition:opacity .25s ease-out}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:transparent;transition:opacity .25s ease-out}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a{color:#1e1e1e}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:after,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:before,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:after,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:before{opacity:1}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .q-text{z-index:1;position:relative}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content{position:relative;padding:0 0 0 26px}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li a:after{opacity:1;transform:scaleY(0);transition:transform .36s cubic-bezier(.51,.5,.07,.99)}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-active a:after,.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-hover a:after{transform:scaleY(1)}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top .qodef-tabs-vertical-navigation li a:after{transform-origin:top}@media only screen and (max-width:1024px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-content{padding:26px 0 0}}@media only screen and (max-width:768px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-content{padding:26px 0 0}}@media only screen and (max-width:680px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-content{padding:26px 0 0}}@media only screen and (max-width:480px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-content{padding:26px 0 0}}.qodef-qi-team-member .qodef-m-title{margin:0}.qodef-qi-team-member .qodef-m-role{margin:0 0 .8em}.qodef-qi-team-member .qodef-m-text{margin:0 0 .8em}.qodef-qi-team-member .qodef-m-social-icons{font-size:0;margin:0}.qodef-qi-team-member .qodef-m-social-icons>*{font-size:1rem;margin-right:.7em}.qodef-qi-team-member .qodef-m-social-icons>:last-child{margin:0}.qodef-qi-team-member .qodef-e-social-icon{transition:color .2s ease-out}.qodef-qi-team-member .qodef-e-social-icon i{font-size:inherit}.qodef-qi-team-member .qodef-e-social-icon svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:middle}.qodef-qi-team-member.qodef-image--hover-scale img,.qodef-qi-team-member.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-team-member.qodef-image--hover-scale:hover img,.qodef-qi-team-member.qodef-image--hover-zoom:hover img{transform:scale(1.03)}.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image{overflow:hidden}.qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content{margin:.9em 0 0}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner{position:relative;overflow:hidden}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-title{transform:translateX(0);opacity:1}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role{transition-delay:.15s}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons{transition-delay:.3s}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content{margin:.9em 0 0}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-role,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-social-icons,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-title{opacity:0;transform:translateX(30px);transition:transform .45s cubic-bezier(.16,.32,.26,.92),opacity .45s ease-out;transition-delay:0s,0s}.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner{position:relative;overflow:hidden}.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner:hover .qodef-m-content{transform:translateY(0)}.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-content{position:absolute;width:100%;bottom:0;left:0;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:1;transform:translateY(100%);transition:transform .4s cubic-bezier(.22,.61,.36,1);padding:30px;z-index:1}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner:hover .qodef-m-content{opacity:1}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-image,.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-media-image{display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#111;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;transition:opacity .3s ease-in-out;padding:20px 30px}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content>*{width:100%}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-title{color:#fff}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-role{color:#c4c4c4}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner:hover .qodef-m-content{opacity:1;-webkit-clip-path:inset(10px 10px 10px 10px);clip-path:inset(10px 10px 10px 10px);transition-delay:0s,.15s}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-image,.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-media-image{display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;transition:opacity .25s ease-out,all .3s cubic-bezier(.46,.03,.52,.96);-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);padding:5%}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content>*{width:100%}.qodef-qi-testimonials-list .qodef-e-title{margin:0 0 .7em}.qodef-qi-testimonials-list .qodef-e-text{margin:0}.qodef-qi-testimonials-list .qodef-e-media-image{display:inline-block;vertical-align:top;line-height:0}.qodef-qi-testimonials-list .qodef-e-quote{font-size:1em;line-height:0;margin:auto}.qodef-qi-testimonials-list .qodef-e-quote svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-testimonials-list .qodef-e-author{display:flex;margin:0}.qodef-qi-testimonials-list .qodef-e-author-name{margin:0}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image{margin-bottom:1.8em;border-radius:50%;overflow:hidden}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-inner{position:relative;text-align:center;padding:55px 40px;background-color:#f6f6f6;overflow:hidden}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-content,.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-top{position:relative}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-quote{position:absolute;top:-.1em;left:50%;font-size:14em;color:rgba(0,0,0,.2);transform:translateX(-50%)}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-text{margin:0 0 1em}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner{text-align:center}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-quote{font-size:2em;margin-bottom:1.2em}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image{width:50px;margin-bottom:.5em;border-radius:50%;overflow:hidden}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner{display:flex}@media only screen and (max-width:480px){.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner{flex-direction:column}}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote{font-size:100px;width:1em;margin:0 35px 0 0}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg{vertical-align:top}@media only screen and (max-width:480px){.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote{margin:0 0 35px}}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info{display:flex;align-items:center}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image{width:50px;margin:0 10px 0 0}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author{flex-direction:row;align-items:baseline}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author-job:before{content:'';display:inline-block;vertical-align:middle;height:1px;width:1em;background-color:currentColor;margin:0 .65em}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner{display:flex;align-items:flex-start}@media only screen and (max-width:680px){.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side{position:relative;flex-shrink:0;width:110px;max-width:30%;margin-right:6%}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image{border-radius:25%;overflow:hidden}@media only screen and (max-width:680px){.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side{max-width:100%}}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote{position:absolute;bottom:-.5em;right:-.5em;width:2em;height:2em;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#111;border-radius:50%}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text{margin:0 0 1em}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider .qodef-e-inner{overflow:hidden}.qodef-qi-testimonials-slider .qodef-e-title{margin:0 0 .7em}.qodef-qi-testimonials-slider .qodef-e-text{margin:0}.qodef-qi-testimonials-slider .qodef-e-media-image{display:inline-block;vertical-align:top;line-height:0}.qodef-qi-testimonials-slider .qodef-e-quote{font-size:1em;line-height:0;margin:auto}.qodef-qi-testimonials-slider .qodef-e-quote svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-testimonials-slider .qodef-e-author{display:flex;margin:0}.qodef-qi-testimonials-slider .qodef-e-author-name{margin:0}.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide{opacity:0;transition:opacity .2s ease-out}.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-active,.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-duplicate-active{opacity:1}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image{margin-bottom:1em;border-radius:50%;overflow:hidden}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner{text-align:center;padding:55px 40px;background-color:#f6f6f6}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-top{position:relative;display:inline-block}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote{position:absolute;top:0;right:0;font-size:2em}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-media-image{margin-bottom:1em}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner{text-align:center}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote{font-size:2em;margin-bottom:1.2em}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner{display:flex}@media only screen and (max-width:480px){.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner{flex-direction:column}}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote{font-size:100px;width:1em;margin:0 35px 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg{vertical-align:top}@media only screen and (max-width:480px){.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote{margin:0 0 35px}}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-bottom-info{display:flex;align-items:center}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-media-image{width:50px;margin:0 10px 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author{flex-direction:row;align-items:baseline}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author-job:before{content:'';display:inline-block;vertical-align:middle;height:1px;width:1em;background-color:currentColor;margin:0 .65em}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner{display:flex;align-items:center}@media only screen and (max-width:1024px){.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner{align-items:baseline}}@media only screen and (max-width:680px){.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side{position:relative;flex-shrink:0;width:290px;max-width:30%;margin-right:6%}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image{border-radius:10%;overflow:auto}@media only screen and (max-width:680px){.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side{max-width:100%}}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-quote{position:absolute;top:-1em;right:-1em;width:2em;height:2em;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#111;border-radius:50%}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-inner{text-align:left}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-quote{font-size:2em;margin-bottom:1.2em}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info{display:flex;align-items:center}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image{width:50px;border-radius:50%;margin-right:1em;overflow:hidden}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job{margin:0}.qodef-qi-text-marquee{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-qi-text-marquee .qodef-m-content{display:flex;white-space:nowrap;font-size:0;overflow:hidden}.qodef-qi-text-marquee .qodef-m-text{display:flex;align-items:baseline}.qodef-qi-text-marquee .qodef-m-text.qodef-text--original{animation:qode-move-horizontal-normal-text-marquee 20s linear infinite}.qodef-qi-text-marquee .qodef-m-text.qodef-text--copy{position:absolute;top:0;left:0;will-change:transform;backface-visibility:hidden;transform:translateX(100%) translateZ(0);animation:qode-move-horizontal-normal-text-marquee-copy 20s linear infinite}.qodef-qi-text-marquee .qodef-m-text-item{font-size:100px;line-height:1.1em;padding-right:.5em;padding-left:.5em}.qodef-qi-text-marquee .qodef-e-icon-holder{display:flex;font-size:30px;align-self:center;align-items:center}.qodef-qi-text-marquee .qodef-e-icon-holder svg{fill:currentColor;stroke:currentColor;width:1em;height:auto}.qodef-qi-text-marquee.qodef-text-stroke-effect .qodef-m-text-item{color:transparent!important;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#333;text-shadow:none}@keyframes qode-move-horizontal-normal-text-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(-100%) translateZ(0)}}@keyframes qode-move-horizontal-normal-text-marquee-copy{0%{transform:translateX(100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-normal-text-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(-100%) translateZ(0)}}@keyframes qode-move-vertical-normal-text-marquee-copy{0%{transform:translateY(100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}@keyframes qode-move-horizontal-reverse-text-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(100%) translateZ(0)}}@keyframes qode-move-horizontal-reverse-text-marquee-copy{0%{transform:translateX(-100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-reverse-text-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(100%) translateZ(0)}}@keyframes qode-move-vertical-reverse-text-marquee-copy{0%{transform:translateY(-100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}.qodef-qi-timeline{position:relative}.qodef-qi-timeline .qodef-e-item,.qodef-qi-timeline .qodef-e-item-inner{position:relative}.qodef-qi-timeline .qodef-e-image{display:inline-block;vertical-align:top;overflow:hidden}.qodef-qi-timeline .qodef-e-date{margin:0 0 .5em}.qodef-qi-timeline .qodef-e-title{margin:0 0 .85em}.qodef-qi-timeline .qodef-e-text{margin:0}.qodef-qi-timeline .qodef-e-point-holder{position:absolute;color:#fff;font-size:1em;width:1em;height:1em;transform:translate(-50%,-50%)}.qodef-qi-timeline .qodef-e-point-holder .qodef-e-point{background-color:#111;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden}.qodef-qi-timeline .qodef-e-point-holder .qodef-e-icon-holder{font-size:.7em;line-height:1em;max-height:100%}.qodef-qi-timeline .qodef-e-point-holder svg{width:.7em;stroke:currentColor;fill:currentColor}.qodef-qi-timeline .qodef-e-line{display:block;background-color:#ebebeb}.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder{position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:1px}.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line{height:100%}.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder{top:50%;left:50%}.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-line-holder{top:50%}.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-item:last-child .qodef-e-line-holder{display:none}.qodef-qi-timeline.qodef-timeline--horizontal{overflow:hidden}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-grid-inner{display:flex;transition:all .4s ease}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-item{flex:1}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line-holder{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:1px}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line{height:100%}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-point-holder{top:50%;left:50%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after,.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before{content:'';position:absolute;left:50%;height:100px;width:1px;background-color:#ebebeb;transform:translateX(-50%);z-index:-1}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before{top:100%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after{bottom:100%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after,.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before{content:'';position:absolute;top:50%;width:100px;height:1px;background-color:#ebebeb;transform:translateY(-50%);z-index:-1}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before{right:100%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after{left:100%}.qodef-qi-timeline.qodef-point--diamond .qodef-e-point{border-radius:0;transform:rotate(45deg)}.qodef-qi-timeline.qodef-point--diamond .qodef-e-icon-holder{transform:rotate(-45deg)}.qodef-qi-timeline .qodef-nav-next,.qodef-qi-timeline .qodef-nav-prev{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:auto!important;height:auto!important;margin:0!important;color:#111;font-size:26px;z-index:10;cursor:pointer}.qodef-qi-timeline .qodef-nav-next>svg,.qodef-qi-timeline .qodef-nav-prev>svg{display:block;width:1em;height:auto;transition:.2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-timeline .qodef-nav-prev{left:0}.qodef-qi-timeline .qodef-nav-next{right:0}.qodef-qi-timeline.qodef-qi--has-appear{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(40px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(40px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-image{transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder{transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-point{transform:scale(0);opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-image{transition-delay:.3s,.3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-point{transition-delay:.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-content-holder{transition-delay:.4s,.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-image{transition-delay:.6s,.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-point{transition-delay:.7s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-content-holder{transition-delay:.8s,.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-image{transition-delay:.9s,.9s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-point{transition-delay:1s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-content-holder{transition-delay:1.2s,1.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-image{transition-delay:1.2s,1.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-point{transition-delay:1.3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-content-holder{transition-delay:1.6s,1.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-image{transition-delay:1.5s,1.5s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-point{transition-delay:1.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-content-holder{transition-delay:2s,2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-image{transition-delay:1.8s,1.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-point{transition-delay:1.9s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-content-holder{transition-delay:2.4s,2.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-image{transition-delay:2.1s,2.1s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-point{transition-delay:2.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-content-holder{transition-delay:2.8s,2.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-image{transition-delay:2.4s,2.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-point{transition-delay:2.5s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-content-holder{transition-delay:3.2s,3.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-image{transition-delay:2.7s,2.7s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-point{transition-delay:2.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-content-holder{transition-delay:3.6s,3.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-image{transition-delay:3s,3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-point{transition-delay:3.1s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-content-holder{transition-delay:4s,4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-image{transition-delay:3.3s,3.3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-point{transition-delay:3.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-content-holder{transition-delay:4.4s,4.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-image{transition-delay:3.6s,3.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-point{transition-delay:3.7s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-content-holder{transition-delay:4.8s,4.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared{opacity:1}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-image{opacity:1;transform:translateY(0) translateX(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image{transform:translateY(0) translateX(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-point{transform:scale(1);opacity:1}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond .qodef-e-item .qodef-e-point{transform:rotate(45deg) scale(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond.qodef-qi--appeared .qodef-e-point{transform:rotate(45deg) scale(1)}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder,.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder{display:none}}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-item-inner{flex-direction:column}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-top-holder{align-items:flex-end;padding:0 0 10%}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder{justify-content:flex-start;padding:10% 0 0}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item-inner{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;text-align:center}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-top-holder{display:flex;align-items:flex-start;padding:10% 0 0}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder{display:flex;flex-direction:column;justify-content:flex-end;padding:0 0 10%}.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-item-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-top-holder{display:flex;align-items:flex-end;padding:0 0 10%}.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-content-holder{display:flex;flex-direction:column;justify-content:flex-start;padding:10% 0 0}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item{text-align:center}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item:not(:last-child){padding-bottom:100px}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner{flex-direction:row-reverse;text-align:right}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner{flex-direction:column;text-align:center}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder{text-align:left;padding:0 0 0 10%}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder{padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder{padding:0 10% 0 0}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder{padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner{display:inline-flex;align-items:center;justify-content:center;text-align:left;width:100%}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner{flex-direction:column;text-align:center}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder{width:50%;flex-shrink:0;text-align:right;padding:0 10% 0 0}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder{width:100%;padding:0;margin-bottom:5%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder{width:50%;padding:0 0 0 10%}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder{width:100%;padding:0;margin-top:5%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content{margin-left:0;flex-direction:row;padding:0 3em 0 0}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content{flex-direction:column;text-align:center}}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content{padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder{margin:0 10% 0 0}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder{margin:0 0 10%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;flex-direction:row-reverse;width:50%;padding:0 0 0 3em}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content{flex-direction:column;text-align:center}}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content{width:100%;padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder{width:250px;flex-shrink:0;margin:0 0 0 10%}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder{margin:0 0 10%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-image{border-radius:50%}.qodef-qi-typeout-text .qodef-m-text{margin:0}.ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto;
} .ps__rail-x {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
height: 15px; bottom: 0px; position: absolute;
}
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
width: 15px; right: 0; position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
background-color: #eee;
opacity: 0.9;
} .ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s ease-in-out;
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
height: 6px; bottom: 2px; position: absolute;
}
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, width .2s ease-in-out;
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
width: 6px; right: 2px; position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
background-color: #999;
height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: #999;
width: 11px;
} @supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}
:root{--qode-main-color:#FF6839;--qode-main-color-rgb:255,104,57;--qode-header-light-color:#fff;--qode-header-light-hover-color:#FF6839;--qode-header-dark-color:#000;--qode-header-dark-hover-color:#FF6839}@keyframes qode-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes qode-fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes qode-fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes qode-ball-fall{0%{opacity:0;transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}90%{opacity:.5}100%{opacity:0;transform:translateY(145%)}}@keyframes qode-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes qode-double-pulse{0%,100%{transform:scale(0)}50%{transform:scale(1)}}@keyframes qode-cube{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes qode-rotating-cubes{25%{transform:translateX(42px) rotate(-90deg) scale(.5)}50%{transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg)}}@keyframes qode-stretch-delay{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}@keyframes qode-bounce-delay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}@keyframes qode-rotate-circles{to{transform:rotate(360deg)}}@keyframes qode-atom-position{50%{top:80px;left:80px}}@keyframes qode-atom-size{50%{transform:scale(.5)}}@keyframes qode-atom-zindex{100%{z-index:10}}@keyframes qode-atom-shrink{50%{transform:scale(.8)}}@keyframes qode-clock{100%{transform:rotate(360deg)}}@keyframes qode-clock-1{0%{transform:rotate(-135deg)}30%{transform:rotate(-450deg)}100%{transform:rotate(-450deg)}}@keyframes qode-clock-2{5%{transform:rotate(-90deg)}35%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes qode-clock-3{10%{transform:rotate(-45deg)}40%{transform:rotate(-360deg)}100%{transform:rotate(-360deg)}}@keyframes qode-clock-4{15%{transform:rotate(0)}45%{transform:rotate(-315deg)}100%{transform:rotate(-315deg)}}@keyframes qode-mitosis-invert{100%{transform:rotate(180deg)}}@keyframes qode-mitosis-ball-1{12%{transform:none}26%{transform:translateX(25%) scale(1,.8)}40%{transform:translateX(50%) scale(.8,.8)}60%{transform:translateX(50%) scale(.8,.8)}74%{transform:translate(50%,25%) scale(.6,.8)}88%{transform:translate(50%,50%) scale(.6,.6)}100%{transform:translate(50%,50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-2{12%{transform:none}26%{transform:translateX(25%) scale(1,.8)}40%{transform:translateX(50%) scale(.8,.8)}60%{transform:translateX(50%) scale(.8,.8)}74%{transform:translate(50%,-25%) scale(.6,.8)}88%{transform:translate(50%,-50%) scale(.6,.6)}100%{transform:translate(50%,-50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-3{12%{transform:none}26%{transform:translateX(-25%) scale(1,.8)}40%{transform:translateX(-50%) scale(.8,.8)}60%{transform:translateX(-50%) scale(.8,.8)}74%{transform:translate(-50%,25%) scale(.6,.8)}88%{transform:translate(-50%,50%) scale(.6,.6)}100%{transform:translate(-50%,50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-4{12%{transform:none}26%{transform:translateX(-25%) scale(1,.8)}40%{transform:translateX(-50%) scale(.8,.8)}60%{transform:translateX(-50%) scale(.8,.8)}74%{transform:translate(-50%,-25%) scale(.6,.8)}88%{transform:translate(-50%,-50%) scale(.6,.6)}100%{transform:translate(-50%,-50%) scale(.6,.6)}}@keyframes qode-lines-spin{100%{transform:rotate(360deg)}}@keyframes qode-fussion-ball-1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@keyframes qode-fussion-ball-2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@keyframes qode-fussion-ball-3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@keyframes qode-fussion-ball-4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}@keyframes qode-wave-jump-1{12%{transform:translate(20px,-40px);animation-timing-function:ease-in}100%,24%{transform:translate(40px,0)}}@keyframes qode-wave-jump-2{12%{transform:translate(0,0)}24%{transform:translate(20px,-40px);animation-timing-function:ease-in}100%,36%{transform:translate(40px,0)}}@keyframes qode-wave-jump-3{24%{transform:translate(0,0)}36%{transform:translate(20px,-40px);animation-timing-function:ease-in}100%,48%{transform:translate(40px,0)}}@keyframes qode-wave-wipe{100%,48%{transform:translateX(-120px)}}@keyframes qode-pulse-circles-pulse{0%{transform:scale(.1);opacity:1;border-width:50px}100%{transform:scale(1,1);opacity:0;border-width:0}}@keyframes qode-bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes qode-pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{vertical-align:baseline;margin:0;padding:0;background:0 0;border:0;outline:0}*{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}del{text-decoration:line-through}pre{max-width:100%;margin:15px 0;padding:15px;background-color:#ebebeb;white-space:pre-wrap;word-wrap:break-word;font-family:monospace;font-size:1em;color:#000}code{background-color:#ebebeb;padding:0;font-family:monospace,monospace;font-size:1em;color:#000}sub,sup{position:relative;vertical-align:baseline;font-size:14px;line-height:0;color:#b1b0b5}sub{bottom:-.25em}sup{top:-.5em}.qodef-inline-sup{display:flex}.qodef-inline-sup sup{top:.95em;flex-shrink:0;min-width:18px;margin-right:23px}table{width:100%;vertical-align:middle;border:medium none;border-collapse:collapse;border-spacing:0;font-size:inherit;color:inherit;line-height:inherit}table tr{border:1px solid #000}table th{padding:5px 7px;text-align:left;border-right:1px solid #000}table td{padding:5px 10px;text-align:left;border:0;border-right:1px solid #000}table td br{display:none}hr{background-color:#bbb;border:0;height:1px;margin-top:1.5em;margin-bottom:1.5em}hr:not(.is-style-wide):not(.is-style-dots){max-width:100px}body:not([class*=coachfocus-core]) hr{clear:both}ol,ul{list-style-position:inside;margin-bottom:1.5em;padding:0}ol.wp-block,ul.wp-block{margin-bottom:1.5em}ol:not(.wp-block),ul:not(.wp-block){margin:0 0 1.5em}li>ol:not(.wp-block),li>ul:not(.wp-block){margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}a img{border:none}.wp-caption,img{height:auto;max-width:100%}img{vertical-align:middle;border-style:none}figure{margin:0}embed,iframe,object{display:block;max-width:100%}video{display:block}embed,object{height:auto}label{display:block;margin-bottom:.5em;font-size:14px;line-height:26px}fieldset{margin-bottom:1em;padding:.35em .75em .625em}input[type=submit]{-webkit-appearance:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}kbd,samp{font-family:monospace,monospace;font-size:1em;background-color:#ebebeb}small{font-size:80%}progress{vertical-align:baseline}summary{display:list-item}template{display:none}.gallery-caption,.wp-caption,figcaption{display:block;max-width:100%;font-size:13px!important;line-height:1em!important;color:#000;text-align:center;opacity:1;margin:.5em auto 1em}.gallery-caption a,.wp-caption a,figcaption a{color:inherit}.wp-caption .wp-caption-text{opacity:1}blockquote.instagram-media,iframe.instagram-media{margin:auto!important}.bypostauthor,.sticky{opacity:1}::selection{color:#fff;background:var(--qode-main-color)}::-moz-selection{color:#fff;background:var(--qode-main-color)}.screen-reader-text{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;line-height:1;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;word-wrap:normal!important;overflow:hidden}.screen-reader-text:focus{top:5px;left:5px;display:block;width:auto;height:auto;padding:15px 23px 14px;font-size:14px;font-weight:700;line-height:normal;text-decoration:none;color:#21759b;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;z-index:100000}#qodef-page-content[tabindex="-1"]:focus{outline:0}.alignleft{float:left;text-align:left;margin:.5em 1em .5em 0!important;clear:left}.aligncenter{text-align:center;display:block;margin-left:auto;margin-right:auto}.alignright{float:right;text-align:right;margin:.5em 0 .5em 1em!important;clear:right}.qodef-content-alignment-left{text-align:left}.qodef-content-alignment-center{text-align:center}.qodef-content-alignment-right{text-align:right}.clear:after,.clear:before,.comment-author:after,.comment-author:before,.comment-content:after,.comment-content:before,.comment-meta:after,.comment-meta:before,.nav-links:after,.nav-links:before,.pagination:after,.pagination:before,.widget-area:after,.widget-area:before,.widget:after,.widget:before{content:'';display:table;table-layout:fixed}.clear:after,.comment-author:after,.comment-content:after,.comment-meta:after,.nav-links:after,.pagination:after,.widget-area:after,.widget:after{clear:both}body{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}.qodef-h1,h1{color:#000;font-size:65px;line-height:1.123;letter-spacing:-.01em;font-weight:400;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:680px){.qodef-h1,h1{font-size:55px}}.qodef-h1 a,h1 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h1 a:focus,.qodef-h1 a:hover,h1 a:focus,h1 a:hover{color:var(--qode-main-color)}.qodef-h2,h2{color:#000;font-size:50px;line-height:1.16;letter-spacing:-.01em;font-weight:400;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:680px){.qodef-h2,h2{font-size:45px}}.qodef-h2 a,h2 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h2 a:focus,.qodef-h2 a:hover,h2 a:focus,h2 a:hover{color:var(--qode-main-color)}.qodef-h3,h3{color:#000;font-size:35px;line-height:1.228;font-weight:400;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.qodef-h3 a,h3 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h3 a:focus,.qodef-h3 a:hover,h3 a:focus,h3 a:hover{color:var(--qode-main-color)}.qodef-h4,h4{color:#000;font-size:25px;line-height:1.32;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.qodef-h4 a,h4 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h4 a:focus,.qodef-h4 a:hover,h4 a:focus,h4 a:hover{color:var(--qode-main-color)}.qodef-h5,h5{color:#000;font-size:18px;line-height:1.444;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.qodef-h5 a,h5 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h5 a:focus,.qodef-h5 a:hover,h5 a:focus,h5 a:hover{color:var(--qode-main-color)}.qodef-h6,h6{color:#000;font-size:16px;line-height:1.5;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.qodef-h6 a,h6 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h6 a:focus,.qodef-h6 a:hover,h6 a:focus,h6 a:hover{color:var(--qode-main-color)}a,p a{color:#000;text-decoration:none;transition:color .2s ease-out;cursor:pointer}a:focus,a:hover,p a:focus,p a:hover{color:var(--qode-main-color)}p{margin:10px 0}p.has-large-font-size{font-size:36px;line-height:1.625}p.has-large-font-size+p{line-height:1.625}p.has-background{padding:20px 30px}.wp-block-quote,blockquote{position:relative;display:inline-block;width:100%;vertical-align:top;font-family:"Gilda Display",serif;font-size:25px;line-height:30px;position:relative;padding:30px 8%!important;border:none!important;margin:0;padding:0;quotes:none;z-index:1}.wp-block-quote.wp-block-quote.is-large,.wp-block-quote.wp-block-quote.is-style-large,blockquote.wp-block-quote.is-large,blockquote.wp-block-quote.is-style-large{margin:0;padding:30px 8%!important}.wp-block-quote.wp-block-pullquote,blockquote.wp-block-pullquote{padding:25px!important;text-align:center!important}.wp-block-quote.wp-block-pullquote p,blockquote.wp-block-pullquote p{font-size:28px!important;line-height:1.6!important}.wp-block-quote.wp-block-pullquote.alignleft,blockquote.wp-block-pullquote.alignleft{max-width:420px}.wp-block-quote.wp-block-pullquote.alignright,blockquote.wp-block-pullquote.alignright{max-width:420px}.wp-block-quote.has-text-align-right:before,blockquote.has-text-align-right:before{left:auto;right:0}.wp-block-quote:before,blockquote:before{content:'“';position:absolute;top:0;left:-20px;transform:scale(-1) translateY(300%);font-size:440px;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--qode-main-color);color:transparent;font-family:"Gilda Display",serif;z-index:-1}@media only screen and (max-width:768px){.wp-block-quote:before,blockquote:before{bottom:129%}}.wp-block-quote>*,blockquote>*{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;margin:0}.wp-block-quote p,blockquote p{margin:0!important}.wp-block-quote:after,blockquote:after{content:''}.wp-block-quote .wp-block-pullquote__citation,.wp-block-quote .wp-block-quote__citation,.wp-block-quote cite,blockquote .wp-block-pullquote__citation,blockquote .wp-block-quote__citation,blockquote cite{display:block;margin:10px 0 0;font-style:normal;font-weight:400!important;text-align:inherit!important;text-transform:uppercase!important}.qodef-e-info{font-size:0}.qodef-e-info>*{font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit}.qodef-e-info>a{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(5px),currentColor calc(5px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(5px + 1px);transition:background-size .25s ease-out}.qodef-e-info>a:hover{color:initial;background-size:100% calc(5px + 1px)}.qodef-info-separator-single{color:initial}.qodef-info-separator-single:after{content:'|';margin:0 4px}.qodef-info-separator-end{color:initial}.qodef-info-separator-end:after{content:'|';margin:0 4px}.qodef-info-separator-end:last-of-type{display:none}.qodef-custom-underline{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out;transition:background-size .25s ease-out,color .2s ease-out}.qodef-custom-underline:hover{background-size:100% calc(2px + 1px)}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{position:relative;display:inline-block;width:100%;vertical-align:top;border-style:solid;border-width:1px;border-top:0;border-left:0;border-right:0;box-sizing:border-box;cursor:pointer;font-family:inherit;font-size:15px;font-weight:inherit;line-height:24px;margin:0 0 20px;outline:0;border-radius:0;padding:11px 0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-contact-form-7 input[type=date],.qodef-contact-form-7 input[type=email],.qodef-contact-form-7 input[type=number],.qodef-contact-form-7 input[type=password],.qodef-contact-form-7 input[type=search],.qodef-contact-form-7 input[type=tel],.qodef-contact-form-7 input[type=text],.qodef-contact-form-7 input[type=url],.qodef-contact-form-7 select,.qodef-contact-form-7 textarea{margin:0}input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:1}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder{color:inherit;opacity:1}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{background-color:transparent;border-color:#000;color:#000}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{background-color:transparent;border-color:#000;color:#000}#qodef-page-footer input[type=date],#qodef-page-footer input[type=email],#qodef-page-footer input[type=number],#qodef-page-footer input[type=password],#qodef-page-footer input[type=search],#qodef-page-footer input[type=tel],#qodef-page-footer input[type=text],#qodef-page-footer input[type=url],#qodef-page-footer select,#qodef-page-footer textarea{background-color:transparent;border-color:#fff;color:#fff}#qodef-page-footer input[type=date]:focus,#qodef-page-footer input[type=email]:focus,#qodef-page-footer input[type=number]:focus,#qodef-page-footer input[type=password]:focus,#qodef-page-footer input[type=search]:focus,#qodef-page-footer input[type=tel]:focus,#qodef-page-footer input[type=text]:focus,#qodef-page-footer input[type=url]:focus,#qodef-page-footer select:focus,#qodef-page-footer textarea:focus{background-color:transparent;border-color:#ccc;color:#ccc}textarea{border-radius:10px;border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #000;padding:11px 20px}.qodef-contact-form-7 .wpcf7-form-control-wrap{margin:0 0 20px}.qodef-contact-form-7 label{margin:0 0 20px}.qodef-contact-form-7 label .wpcf7-form-control-wrap{margin:0}.qodef-contact-form-7 input{border-top:0;border-left:0;border-right:0;font-size:15px;border-radius:0;padding:7px 0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{-webkit-appearance:none}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ctext id='_3' data-name='3' transform='translate(0 17)' font-size='18' font-family='ElegantIcons'%3E%3Ctspan x='0' y='0'%3E3%3C/tspan%3E%3C/text%3E%3C/svg%3E");background-position:calc(100% - 20px) center;background-repeat:no-repeat;display:inline-block;height:auto;margin:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}select:disabled{background-color:#ebebeb;border-color:inherit;box-shadow:none;color:inherit;text-shadow:none}select option{color:#000}select.qodef-arrow--light{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjZmZmJyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==)}.post-password-form input[type=password]{margin-top:.5em}@media only screen and (min-width:769px){.post-password-form input[type=password]{display:block;max-width:50%}}.qodef-button-arrow--enable #qodef-page-comments-list .qodef-comment-item .qodef-e-links>*,.qodef-button-arrow--enable .qodef-button.qodef-html--link,.qodef-button-arrow--enable .qodef-theme-button,.qodef-button-arrow--enable button[type=submit]{opacity:0}.qodef-button-arrow--initialized #qodef-page-comments-list .qodef-comment-item .qodef-e-links>*,.qodef-button-arrow--initialized .qodef-button.qodef-html--link,.qodef-button-arrow--initialized .qodef-theme-button,.qodef-button-arrow--initialized button[type=submit]{opacity:1}.qodef-m-button-arrow-holder{position:relative;display:inline-block;margin-left:13px;overflow:hidden;transform:translateY(-1px);fill:currentColor}.qodef-m-button-arrow-holder .qodef-m-arrow{display:inline-block;transition:transform .3s ease-out}.qodef-m-button-arrow-holder .qodef-m-arrow:first-child{transform:translateX(0) translateZ(0)}.qodef-m-button-arrow-holder .qodef-m-arrow:last-child{position:absolute;top:0;left:0;transform:translateX(-200%) translateZ(0)}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,.place-order .button:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,.qodef-button.qodef-html--link:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,.qodef-m-action-link:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,.qodef-theme-button:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,.qodef-woo-product-content>.added_to_cart:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,.qodef-woo-product-content>.button:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,.wc-proceed-to-checkout a:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,.woocommerce-Button.button:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,.woocommerce-button.button:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,button[type=submit]:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child,input[type=submit]:not(.qodef-layout--circle):hover .qodef-m-arrow:first-child{transform:translateX(200%)}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,.place-order .button:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,.qodef-button.qodef-html--link:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,.qodef-m-action-link:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,.qodef-theme-button:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,.qodef-woo-product-content>.added_to_cart:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,.qodef-woo-product-content>.button:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,.wc-proceed-to-checkout a:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,.woocommerce-Button.button:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,.woocommerce-button.button:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,button[type=submit]:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child,input[type=submit]:not(.qodef-layout--circle):hover .qodef-m-arrow:last-child{transform:translateX(0)}.qodef-theme-button,button[type=submit],input[type=submit]{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;color:#000;background-color:transparent;border:1px solid #000;cursor:pointer}.qodef-theme-button span,button[type=submit] span{display:inline-block;line-height:inherit}.qodef-theme-button span:before,button[type=submit] span:before{display:block;line-height:inherit}.qodef-theme-button:hover{color:initial;text-decoration:underline}[class*=coachfocus] .select2-container--default{display:inline-block;margin:0 0 20px;position:relative;vertical-align:middle;width:auto}[class*=coachfocus] .select2-container--default .select2-selection--single{border-radius:0;border-style:solid;border-width:1px;border-left:0;border-right:0;border-top:0;cursor:pointer;display:block;font-family:inherit;font-size:15px;font-weight:400;height:auto;line-height:24px;margin:0;outline:0;padding:11px 0;-webkit-user-select:none;-ms-user-select:none;user-select:none}[class*=coachfocus] .select2-container--default .select2-selection--single .select2-selection__rendered{color:inherit;display:block;line-height:inherit;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}[class*=coachfocus] .select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:inherit;margin:0;position:relative}[class*=coachfocus] .select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}[class*=coachfocus] .select2-container--default .select2-selection--single .select2-selection__arrow{align-items:center;color:inherit;display:flex;font-size:16px;height:100%;justify-content:center;position:absolute;right:0;top:0;width:50px}[class*=coachfocus] .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}[class*=coachfocus] .select2-container--default .select2-selection--single .select2-selection__arrow:before{content:'\33';font-family:ElegantIcons;display:block;font-style:normal;line-height:inherit}[class*=coachfocus] .select2-container--default .select2-selection--multiple{border-radius:10px;border-style:solid;border-width:1px;cursor:pointer;display:block;font-family:inherit;font-size:15px;font-weight:400;height:auto;line-height:24px;margin:0;outline:0;padding:11px 0;-webkit-user-select:none;-ms-user-select:none;user-select:none}[class*=coachfocus] .select2-container--default .select2-selection--multiple .select2-selection__rendered{color:inherit;display:block;line-height:inherit;list-style:none;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}[class*=coachfocus] .select2-container--default .select2-selection--multiple .select2-selection__rendered li{margin:0;padding:0}[class*=coachfocus] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder{color:inherit;float:left;margin:0}[class*=coachfocus] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{cursor:pointer;float:right;font-weight:inherit;margin:0;position:relative}[class*=coachfocus] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{background-color:#000;border:0;border-radius:10px;color:#fff;cursor:default;float:left;margin:1px 1px 1px 0;padding:5px 10px}[class*=coachfocus] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove{color:inherit;cursor:pointer;display:inline-block;font-weight:inherit;margin:0 10px 0 0;transition:opacity .2s ease-out}[class*=coachfocus] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover{color:inherit;opacity:.8}[class*=coachfocus] .select2-container--default .select2-search--inline{float:left}[class*=coachfocus] .select2-container--default .select2-search--inline .select2-search__field{-webkit-appearance:none;border:none!important;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0!important;outline:0;padding:0!important;width:100%}[class*=coachfocus] .select2-container--default .select2-search--inline .select2-search__field:focus{border-color:#000}[class*=coachfocus] .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}[class*=coachfocus] .select2-container--default .select2-dropdown{background-color:#f9f9f9;border:1px solid transparent;border-radius:10px;border-top-left-radius:0;border-top-right-radius:0;display:block;left:-100000px;position:absolute;top:0;width:100%;z-index:99999}.admin-bar[class*=coachfocus] .select2-container--default .select2-dropdown{top:32px}@media only screen and (max-width:782px){.admin-bar[class*=coachfocus] .select2-container--default .select2-dropdown{top:46px}}[class*=coachfocus] .select2-container--default .select2-search--dropdown{display:block;padding:14px 15px 2px}[class*=coachfocus] .select2-container--default .select2-search--dropdown.select2-search--hide{display:none}[class*=coachfocus] .select2-container--default .select2-search--dropdown .select2-search__field{-webkit-appearance:none;border:1px solid #000;color:#000;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:20px;margin:0;outline:0;padding:4px 8px;width:100%}[class*=coachfocus] .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}[class*=coachfocus] .select2-container--default .select2-search--dropdown .select2-search__field:focus{border:1px solid #000;color:#000}[class*=coachfocus] .select2-container--default .select2-results{display:block}[class*=coachfocus] .select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}[class*=coachfocus] .select2-container--default .select2-results__options{font-size:15px;line-height:24px;list-style:none;margin:5px 0;padding:2px 15px;position:relative}[class*=coachfocus] .select2-container--default .select2-results__option{padding:3px 0;transition:color .2s ease-out;-webkit-user-select:none;-ms-user-select:none;user-select:none}[class*=coachfocus] .select2-container--default .select2-results__option[aria-selected]{cursor:pointer}[class*=coachfocus] .select2-container--default .select2-results__option[role=group]{padding:0}[class*=coachfocus] .select2-container--default .select2-results__option[aria-disabled=true]{color:#000}[class*=coachfocus] .select2-container--default .select2-results__option[aria-selected=true],[class*=coachfocus] .select2-container--default .select2-results__option[data-selected=true]{background:0 0;color:#000}[class*=coachfocus] .select2-container--default .select2-results__option .select2-results__option{padding-left:1em}[class*=coachfocus] .select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}[class*=coachfocus] .select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}[class*=coachfocus] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}[class*=coachfocus] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}[class*=coachfocus] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}[class*=coachfocus] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}[class*=coachfocus] .select2-container--default .select2-results__option--highlighted[aria-selected]{background:0 0;color:#000}[class*=coachfocus] .select2-container--default .select2-results__group{cursor:default;display:block;padding:7px 0}[class*=coachfocus] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}[class*=coachfocus] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered{padding:0}[class*=coachfocus] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:0;right:auto}[class*=coachfocus] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,[class*=coachfocus] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,[class*=coachfocus] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}[class*=coachfocus] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered{padding:0}[class*=coachfocus] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin:7px auto 0 5px}[class*=coachfocus] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin:0 auto 0 3px}[class*=coachfocus] .select2-container--default.select2-container--disabled .select2-selection--multiple,[class*=coachfocus] .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#ebebeb;cursor:default}[class*=coachfocus] .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,[class*=coachfocus] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}[class*=coachfocus] .select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}[class*=coachfocus] .select2-container--default.select2-container--open .select2-selection--multiple,[class*=coachfocus] .select2-container--default.select2-container--open .select2-selection--single{color:#000}[class*=coachfocus] .select2-container--default.select2-container--open .select2-dropdown{left:0}[class*=coachfocus] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above{border-bottom-color:transparent}[class*=coachfocus] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below{border-top-color:transparent}.select2-container--default .select2-selection{background-color:transparent!important;border-color:#000!important;color:#000!important}.select2-container--default .select2-selection:focus{background-color:transparent!important;border-color:#000!important;color:#000!important}#qodef-page-footer .select2-container--default .select2-selection{background-color:transparent!important;border-color:#fff!important;color:#fff!important}#qodef-page-footer .select2-container--default .select2-selection:focus{background-color:transparent!important;border-color:#ccc!important;color:#ccc!important}body:not([class*=coachfocus-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before{content:'\25BE';font-family:initial;font-size:16px}.select2-close-mask{background-color:#fff;border:0;display:block;height:auto;left:0;margin:0;min-height:100%;min-width:100%;opacity:0;padding:0;position:fixed;top:0;width:auto;z-index:99}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:0!important;line-height:1;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=search]::-ms-clear,input[type=text]::-ms-clear{display:none}input:-webkit-autofill{-webkit-animation-delay:1s;-webkit-animation-fill-mode:both;-webkit-animation-name:qodefAutofillFix}#qodef-page-wrapper{position:relative;overflow:hidden}#qodef-page-outer{position:relative}#qodef-page-inner{position:relative;padding:130px 0 100px}#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12{margin-bottom:0}.qodef--boxed{background-color:#ebebeb}.qodef--boxed #qodef-page-wrapper{display:block;background-color:#fff}.qodef--boxed #qodef-page-inner{width:100%!important;padding-left:30px;padding-right:30px}.qodef--passepartout #qodef-page-wrapper{background-color:#fff}.qodef-parallax-item{will-change:transform}.qodef-parallax-item.qodef-parallax-item-absolute{position:absolute;top:50%;left:50%;width:100%;height:100%;display:flex;align-content:center;justify-content:center;transform:translate(-50%,-50%);opacity:0;transition:opacity .35s ease-out}.qodef-parallax-item.qodef-parallax-item-absolute.qodef-parallax-item-initialized{opacity:1}.qodef-parallax-item.qodef-parallax-item-absolute .qodef-e-parallax-inner{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body:not([class*=coachfocus-core]) .qodef-parallax-item.qodef-parallax-item-absolute .qodef-e-parallax-inner{opacity:0}.qodef-parallax-no-opacity{opacity:0}body:not([class*=coachfocus-core]) .qodef-parallax-no-opacity{opacity:1}.qodef-custom-blur-yes{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qodef-custom-radius-yes{border-radius:10px;overflow:hidden}.wpcf7 form .wpcf7-response-output{margin:1em 0 1em!important}.qodef-cf-newsletter input[type=email]{border-top:0;border-left:0;border-right:0;font-size:15px;border-radius:0;padding:7px 0}.qodef-cf-newsletter .qodef-button{position:absolute;right:0;top:0;border:0!important;font-size:15px;padding-right:0}.qodef-cf-newsletter.qodef-skin--light input[type=email]{border-color:#fff!important;color:#fff!important}.qodef-cf-newsletter.qodef-skin--light .qodef-button{color:#fff!important}button.mfp-arrow{top:calc(50% - 25px)!important;width:26px!important;height:51px!important;margin:0!important;color:#fff;transition:color .2s ease-out;opacity:1!important}button.mfp-arrow svg{display:block;width:100%;pointer-events:none}button.mfp-arrow:after,button.mfp-arrow:before{display:none!important}button.mfp-arrow:hover{color:rgba(255,255,255,.4)}button.mfp-arrow.mfp-arrow-left{left:30px}button.mfp-arrow.mfp-arrow-right{right:30px}button.mfp-arrow.mfp-arrow-right svg{transform:rotate(180deg)}button.mfp-close{top:6px!important;right:-32px!important;width:32px!important;height:auto!important;margin:0!important;padding:0!important;color:#fff;transition:color .2s ease-out;opacity:1!important}button.mfp-close:hover{color:rgba(255,255,255,.4)}button.mfp-close:after,button.mfp-close:before{display:none!important}button.mfp-close svg{display:block;width:100%;height:auto;pointer-events:none}.mfp-figure:after{background:0 0!important;box-shadow:none!important}.mfp-bottom-bar .mfp-counter,.mfp-bottom-bar .mfp-title{color:#000;font-size:16px;line-height:1.5;font-weight:500;color:#fff}.mfp-fade.mfp-bg,.mfp-fade.mfp-wrap{opacity:0;transition:opacity .35s ease-out}.mfp-fade.mfp-bg.mfp-ready,.mfp-fade.mfp-wrap.mfp-ready{opacity:1}.mfp-fade.mfp-bg.mfp-removing,.mfp-fade.mfp-wrap.mfp-removing{opacity:0}.mfp-fade.mfp-bg{background-color:rgba(0,0,0,.8)}.mfp-iframe-holder .mfp-close{top:-9px!important}.qodef-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-swiper-container .swiper-slide img{width:100%}.qodef-swiper-container.qodef-blog .qodef-blog-item{margin-bottom:0}.qodef-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-swiper-container.qodef--no-bottom-space{margin-bottom:0!important}.swiper-pagination-bullets{width:auto;display:flex;justify-content:center;align-items:center}.swiper-container-horizontal>.swiper-pagination-bullets{position:relative!important;margin-top:30px;bottom:0!important;height:30px;width:30px}.swiper-container-vertical>.swiper-pagination-bullets{right:0!important;height:auto;width:30px;flex-direction:column}.swiper-pagination-bullets .swiper-pagination-bullet{display:flex;justify-content:center;align-items:center;width:10px;height:10px;margin:7px!important;padding:0;background-color:transparent;border:1px solid #1c1c1c;border-radius:50%;opacity:1;transition:all .35s ease;position:relative}.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-bullets .swiper-pagination-bullet:hover{background-color:var(--qode-main-color);border-color:var(--qode-main-color)}.swiper-button-next,.swiper-button-prev{background-image:none!important;width:auto!important;height:auto!important;margin:0!important;color:#000;transition:all .35s ease;transform:translateY(-50%)}.swiper-container-horizontal.qodef-swiper-pagination--on .swiper-button-next,.swiper-container-horizontal.qodef-swiper-pagination--on .swiper-button-prev{transform:translateY(calc(-50% - 30px))}.swiper-button-next svg,.swiper-button-prev svg{display:block;width:32px}.swiper-button-next:after,.swiper-button-prev:after{display:none!important}.swiper-button-next:hover,.swiper-button-prev:hover{color:var(--qode-main-color)}.swiper-button-prev{left:30px!important}.swiper-button-prev.swiper-button-outside{left:-56px!important}@media only screen and (max-width:768px){.swiper-button-prev.swiper-button-outside{left:-40px!important}}@media only screen and (max-width:680px){.swiper-button-prev.swiper-button-outside{left:-30px!important}}.swiper-container-vertical .swiper-button-prev{left:50%!important;transform-origin:0 0;transform:rotate(90deg) translate(0,-50%);top:30px}.swiper-button-next{right:30px!important}.swiper-button-next.swiper-button-outside{right:-56px!important}@media only screen and (max-width:768px){.swiper-button-next.swiper-button-outside{right:-40px!important}}@media only screen and (max-width:680px){.swiper-button-next.swiper-button-outside{right:-30px!important}}.swiper-container-vertical .swiper-button-next{right:50%!important;transform-origin:0 50%;transform:rotate(90deg) translate(0,-50%);top:auto;bottom:30px}.swiper-container-vertical+.swiper-button-prev{left:50%!important;transform-origin:0 0;transform:rotate(90deg) translate(0,-50%);top:-56px}.swiper-container-vertical+.swiper-button-prev+.swiper-button-next{right:50%!important;transform-origin:0 50%;transform:rotate(90deg) translate(0,-50%);top:auto;bottom:-56px}.widget_icl_lang_sel_widget{position:relative;display:inline-block;vertical-align:middle;width:100%}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{position:relative;display:inline-block;vertical-align:middle;text-align:left}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu{opacity:1;visibility:visible;transition-delay:0s}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag{position:relative;top:-1px}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown{padding:0;margin:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{position:relative;display:flex;align-items:center}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{content:'\33';font-family:ElegantIcons;line-height:1;border:0;position:initial;margin-left:auto}body:not([class*=coachfocus-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,body:not([class*=coachfocus-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{content:'\25BE';font-family:initial;font-size:16px}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{position:absolute;top:100%;left:0;width:100%;list-style:none;margin:0;border-top:0;z-index:10;opacity:0;visibility:hidden;transition:visibility 0s linear .25s,opacity .25s ease-in-out}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{display:block;width:100%;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{display:flex;align-items:center;border:0;background-color:transparent;padding:7px 0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal{padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{display:inline-block;vertical-align:middle;margin-bottom:0!important}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{padding:0;display:block}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{display:block;margin:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{padding:0;display:block}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:200px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#000;background-color:#fff;border:1px solid transparent;font-size:14px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 20px;background-color:#fff}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:14px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:var(--qode-main-color)}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:var(--qode-main-color)}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:var(--qode-main-color)}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:175px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#000;background-color:transparent;border:1px solid transparent;font-size:14px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 20px;background-color:transparent}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:14px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:var(--qode-main-color)}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:var(--qode-main-color)}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:var(--qode-main-color)}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:175px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:8px 20px;height:40px;line-height:24px;color:#fff;background-color:#000;border:1px solid transparent;font-size:14px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 20px;background-color:#000}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#fff;font-size:14px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#fff}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#000;background-color:#ebebeb;border:1px solid transparent;font-size:14px}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 20px;background-color:#ebebeb}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:14px}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:var(--qode-main-color)}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:var(--qode-main-color)}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:var(--qode-main-color)}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#000;background-color:#ebebeb;border:1px solid transparent;font-size:14px}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 20px;background-color:#ebebeb}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:14px}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:var(--qode-main-color)}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#fff}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#fff}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#000;background-color:#ebebeb;border:1px solid transparent;font-size:14px}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 20px;background-color:#ebebeb}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:14px}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:var(--qode-main-color)}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#fff}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#fff}.error404 #qodef-page-header{position:fixed;background:0 0}.error404:not([class*=masterds-core]) #qodef-page-header{position:relative}.error404 #qodef-page-outer{background-size:cover;background-position:center}.error404 #qodef-page-inner{padding:0}#qodef-404-page{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}#qodef-404-page .qodef-404-title{margin:0}#qodef-404-page .qodef-404-text{display:block;margin:14px auto 0}@media only screen and (min-width:1025px){#qodef-404-page .qodef-404-text{max-width:45%}}#qodef-404-page .qodef-404-button{position:relative;display:inline-block;vertical-align:top;margin-top:52px}.qodef-blog{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 100px}.qodef-blog .qodef-blog-item .qodef-e-inner:hover .qodef-e-media-image a img{transform:scale(1.06)}.qodef-blog .qodef-blog-item .qodef-e-inner:hover .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow:first-child{transform:translateX(200%) translateY(-200%)}.qodef-blog .qodef-blog-item .qodef-e-inner:hover .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow:last-child{transform:translateX(0) translateY(0)}.qodef-blog .qodef-blog-item .qodef-e-content,.qodef-blog .qodef-blog-item .qodef-e-inner,.qodef-blog .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-blog-item .qodef-e-media>*{margin-bottom:39px;border-radius:10px;overflow:hidden;z-index:3}.qodef-blog .qodef-blog-item .qodef-e-media iframe{display:block;height:100%}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-date-on-image{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:auto;padding:14px 20px;color:#fff}body:not([class*=coachfocus-core]) .qodef-blog .qodef-blog-item .qodef-e-media .qodef-date-on-image{background-color:rgba(var(--qode-main-color-rgb),.42);border-radius:10px}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-date-on-image .qodef--date{font-size:90px;line-height:1;letter-spacing:-.025em;font-family:"Gilda Display",serif}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-date-on-image .qodef--month-day{margin-left:4px;line-height:1}.qodef-blog .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-blog .qodef-blog-item .qodef-e-media-image a,.qodef-blog .qodef-blog-item .qodef-e-media-image img{display:block;width:100%}.qodef-blog .qodef-blog-item .qodef-e-media-image a{position:relative;overflow:hidden;display:block}.qodef-blog .qodef-blog-item .qodef-e-media-image a img{transform-origin:top;transform:scale(1.01);transition:transform .6s ease-out}body:not([class*=coachfocus-core]) .qodef-blog .qodef-blog-item .qodef-e-media-image a img{width:auto;transform:none}.qodef-blog .qodef-blog-item .qodef-e-media-image a:hover img{transform:scale(1.06)}.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img{visibility:hidden}.qodef-blog .qodef-blog-item .qodef-e-title{margin:0}.qodef-blog .qodef-blog-item .qodef-e-title a{color:initial}.qodef-blog .qodef-blog-item .qodef-e-excerpt{margin:15px 0 0}.qodef-blog .qodef-blog-item .qodef-e-top-holder{margin-bottom:9px}.qodef-blog .qodef-blog-item .qodef-e-text:after{content:'';clear:both;display:table}.qodef-blog .qodef-blog-item .qodef-e-bottom-holder{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-top:31px}.qodef-blog .qodef-blog-item .qodef-e-left{margin-right:26px}.qodef-blog .qodef-blog-item .qodef-e-right{text-align:right}.qodef-blog .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-blog .qodef-blog-item.sticky .qodef-e-title a{text-decoration:underline}html.elementor-html .qodef-blog .qodef-blog-item.format-video .wp-video{max-width:100%}html.elementor-html .qodef-blog .qodef-blog-item.format-video video{height:auto}html.elementor-html .qodef-blog .qodef-blog-item.format-audio audio{display:block}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image{width:100%}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img{width:100%}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio{position:absolute;left:0;bottom:39px;width:100%;margin:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qodef-blog .qodef-blog-item.format-link .qodef-e-link{position:relative;display:inline-block;width:100%;vertical-align:top;padding:13.6% 8%;background-color:#1c1c1c;border-radius:10px;overflow:hidden}@media only screen and (max-width:480px){.qodef-blog .qodef-blog-item.format-link .qodef-e-link{padding:13.6% 8% 15.5%}}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text{position:relative;margin:0;color:#fff;max-width:750px}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon{position:absolute;top:-12%;left:-6.5%}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote{position:relative;display:inline-block;width:100%;vertical-align:top;padding:10.5% 12%;background-color:#ebebeb;border-radius:10px;overflow:hidden}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text{position:relative;margin:0;font-family:"Gilda Display",serif;font-size:30px;line-height:1.17}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-icon{position:absolute;top:-8%;left:-3.5%}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author{position:relative;display:block;margin:27px 0 0;font-size:16px;font-weight:500;color:#a8a8a8}.qodef-blog .qodef-blog-item.format-quote img{position:relative}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog .qodef-blog-item.format-quote .qodef-parallax-img-holder{top:0;height:100%}.qodef-blog .qodef-blog-item.format-quote .qodef-parallax-img-holder .qodef-parallax-img-wrapper .qodef-parallax-img{width:auto!important;transform:translate(0,-50%)}.qodef-blog .qodef-blog-item.format-gallery .swiper-button-next svg,.qodef-blog .qodef-blog-item.format-gallery .swiper-button-prev svg{stroke:#fff}.qodef-blog .qodef-blog-item.format-gallery .swiper-button-prev{left:15px!important}.qodef-blog .qodef-blog-item.format-gallery .swiper-button-next{right:15px!important}.qodef-blog.qodef-items--fixed article .qodef-e-media,.qodef-blog.qodef-items--fixed article .qodef-e-media-image{height:100%}.qodef-blog:not(.qodef-col-num--1) .qodef-blog-item .qodef-e-media .qodef-date-on-image .qodef--date{font-size:70px}.qodef-blog.qodef--single .qodef-blog-item{margin:0 0 53px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-link,.qodef-blog.qodef--single .qodef-blog-item .qodef-e-quote{margin-bottom:39px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-top-holder{margin-bottom:15px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-bottom-holder{margin-top:83px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-tags{font-size:0}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-tags a{display:inline-block;font-family:inherit;font-size:14px!important;font-weight:inherit;letter-spacing:-.014em;line-height:inherit;margin:0 5px 10px 0;position:relative;text-transform:capitalize;vertical-align:top;border:1px solid #000;border-radius:20px;padding:3px 7px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-tags a:hover{color:currentColor!important}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-tags .qodef-info-separator-end,.qodef-blog.qodef--single .qodef-blog-item .qodef-e-tags .qodef-info-separator-single{display:none}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-title{margin:0 0 17px}#qodef-page-comments{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:60px}#qodef-page-comments .qodef-page-comments-not-found{margin:0}#qodef-page-comments-list{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:95px}#qodef-page-comments-list .qodef-m-title{margin:0 0 44px}#qodef-page-comments-list .qodef-m-comments{list-style:none;margin:0;padding:0}#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child{margin-top:0}#qodef-page-comments-list .qodef-comment-item{margin:56px 0 0;padding:0}#qodef-page-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 85px}#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{display:flex;align-items:flex-start}#qodef-page-comments-list .qodef-comment-item .qodef-e-image{flex-shrink:0;margin-right:25px}#qodef-page-comments-list .qodef-comment-item .qodef-e-image img{display:block;border-radius:10px}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-list .qodef-comment-item .qodef-e-title{margin:4px 0 0}#qodef-page-comments-list .qodef-comment-item .qodef-e-title a:hover{color:initial}#qodef-page-comments-list .qodef-comment-item .qodef-e-date{margin:0;color:#a8a8a8;font-weight:500}#qodef-page-comments-list .qodef-comment-item .qodef-e-date a{color:inherit}#qodef-page-comments-list .qodef-comment-item .qodef-e-text{margin:10px 0 0;width:75%}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item .qodef-e-text{width:100%}}#qodef-page-comments-list .qodef-comment-item .qodef-e-text p{margin:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-text img{margin-top:5px;margin-bottom:5px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links{margin-top:2px;position:absolute;right:0;top:0;font-size:initial;line-height:1}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>*{font-size:15px;line-height:1;letter-spacing:-.015em;font-weight:500;position:relative;display:inline-block;vertical-align:top;margin-right:30px;color:initial}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-links .qodef-m-button-arrow-holder{transform:translateY(2px)}#qodef-page-comments-list .qodef-m-pagination{margin-top:50px}#respond{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-comment-item #respond{margin-top:55px}#respond .comment-reply-title{display:flex;justify-content:space-between;margin:0}#respond .comment-reply-title small{margin-top:9px;position:absolute;right:0;top:0;font-size:initial;line-height:1}#respond .comment-reply-title small #cancel-comment-reply-link{font-size:15px;line-height:1.1;letter-spacing:-.015em;font-weight:500;position:relative;display:inline-block;vertical-align:top;margin-right:30px;color:initial;text-transform:capitalize;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(1px),currentColor calc(1px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(1px + 1px);transition:background-size .25s ease-out}#respond .comment-reply-title small #cancel-comment-reply-link:hover{background-size:100% calc(1px + 1px)}#respond .comment-reply-title small #cancel-comment-reply-link:last-child{margin-right:0}#respond .comment-reply-title small #cancel-comment-reply-link:after{content:'x';position:absolute;right:-15px;bottom:3px;font-size:11px}#respond .qodef-comment-form .comment-notes,#respond .qodef-comment-form .logged-in-as{margin:10px 0 23px 0}#respond .qodef-comment-form .comment-form-author,#respond .qodef-comment-form .comment-form-comment,#respond .qodef-comment-form .comment-form-email,#respond .qodef-comment-form .comment-form-url,#respond .qodef-comment-form .form-submit{margin:0}#respond .qodef-comment-form .comment-form-cookies-consent{align-items:center;display:flex;margin:-2px 0 32px 0;position:relative}#respond .qodef-comment-form .comment-form-cookies-consent>*{margin:0}#respond .qodef-comment-form .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin:-3px 6px 0 0}.qodef-filter--on .qodef-grid-inner{opacity:1;transition:opacity .5s ease}.qodef-filter--on.qodef--filter-loading .qodef-grid-inner{opacity:0;transition:opacity .2s ease}.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-spinner{bottom:calc(50% - 16px)!important}.qodef-m-filter{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 46px}.qodef-m-filter .qodef-m-filter-items{position:relative;display:flex;align-items:center;padding-bottom:4px;border-bottom:1px solid #ebebeb}.qodef-m-filter .qodef-m-filter-item{position:relative;display:inline-block;vertical-align:top;padding:0 12px 0 6px;margin:0 10px;color:inherit}.qodef-m-filter .qodef-m-filter-item:first-child{padding-left:6px;margin-left:0}.qodef-m-filter .qodef-m-filter-item:last-child{padding-right:12px;margin-right:0}.qodef-m-filter .qodef-m-filter-item:after{content:'';background-color:#000;height:1px;width:0;position:absolute;bottom:-5px;left:0;display:inline-block;transition:width .25s ease-out}.qodef-m-filter .qodef-m-filter-item.qodef--active:after,.qodef-m-filter .qodef-m-filter-item:hover:after{width:100%}#qodef-page-footer{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer>*{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widgettitle{color:#000;font-size:18px;line-height:1.444;font-weight:500}#qodef-page-footer-top-area{background-color:#000;background-position:center;background-repeat:no-repeat;background-size:cover}#qodef-page-footer-top-area .qodef-content-full-width{padding-left:70px;padding-right:70px}.qodef--boxed #qodef-page-footer-top-area{padding-left:30px;padding-right:30px}#qodef-page-footer-top-area #qodef-page-footer-top-area-inner{padding-top:126px;padding-bottom:113px;border-top:0 solid #000}#qodef-page-footer-bottom-area{background-color:#000}#qodef-page-footer-bottom-area .qodef-content-full-width{padding-left:70px;padding-right:70px}.qodef--boxed #qodef-page-footer-bottom-area{padding-left:30px;padding-right:30px}#qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner{padding-top:110px;padding-bottom:10px;border-top:0 solid #000}.wp-block-button{float:none;margin:1em 0}.wp-block-button .wp-block-button__link{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;color:#fff;background-color:#000;border:1px solid #000;border-radius:28px;cursor:pointer}.wp-block-button.is-style-outline{border:none}.wp-block-button.is-style-outline .wp-block-button__link{color:#000;background-color:transparent;border:1px solid #000;border-width:1px}.wp-block-button.is-style-squared .wp-block-button__link{border-radius:0}.wp-block-button.alignleft{text-align:left;margin-top:0;margin-right:2rem}.wp-block-button.alignright{text-align:right;margin-top:0;margin-left:2rem}.wp-block-image{margin-bottom:0}.wp-block-image .aligncenter{clear:both}.wp-block-cover-image{float:none!important;max-width:100%!important;margin:0!important}.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p{z-index:1!important;margin:0 auto!important;max-width:580px!important;padding:14px!important;text-align:center;line-height:1em!important}.wp-block-cover-image h1 a,.wp-block-cover-image h2 a,.wp-block-cover-image h3 a,.wp-block-cover-image h4 a,.wp-block-cover-image h5 a,.wp-block-cover-image h6 a,.wp-block-cover-image p a{color:#fff!important}.wp-block-cover-image h1 a:hover,.wp-block-cover-image h2 a:hover,.wp-block-cover-image h3 a:hover,.wp-block-cover-image h4 a:hover,.wp-block-cover-image h5 a:hover,.wp-block-cover-image h6 a:hover,.wp-block-cover-image p a:hover{color:var(--qode-main-color)!important}.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a){color:#fff!important;font-size:30px!important}.wp-block-cover{margin-top:10px!important}.wp-block-cover.alignleft{margin-right:2em!important}.wp-block-cover.alignright{margin-left:2em!important}.wp-block-cover .wp-block-cover__inner-container{width:100%!important}.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{z-index:1!important;margin:0 auto!important;max-width:580px!important;padding:14px!important;text-align:center;line-height:1em!important}.wp-block-cover h1 a,.wp-block-cover h2 a,.wp-block-cover h3 a,.wp-block-cover h4 a,.wp-block-cover h5 a,.wp-block-cover h6 a,.wp-block-cover p a{color:#fff!important}.wp-block-cover h1 a:hover,.wp-block-cover h2 a:hover,.wp-block-cover h3 a:hover,.wp-block-cover h4 a:hover,.wp-block-cover h5 a:hover,.wp-block-cover h6 a:hover,.wp-block-cover p a:hover{color:var(--qode-main-color)!important}.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a){color:#fff!important;font-size:30px!important}.wp-block-gallery{display:flex;margin-bottom:2em;gap:1em!important}.wp-block-gallery ul.blocks-gallery-grid{margin:0!important}.wp-block-gallery.alignleft{max-width:420px}.wp-block-gallery.alignright{max-width:420px}.wp-block-gallery figcaption{overflow-x:hidden;max-height:100%!important}.wp-caption{margin-top:.5em;margin-bottom:.5em}.wp-block-pullquote{margin:0!important;padding:0!important;border:0!important;text-align:center!important;width:100%!important;position:relative;z-index:-2}.wp-block-pullquote blockquote{padding:25px!important;text-align:center;position:relative}.wp-block-pullquote blockquote p{font-size:28px!important;line-height:1.6!important}.has-drop-cap:after{content:'';display:contents;table-layout:fixed;clear:both}.wp-block-file{display:flex;align-items:center;margin:0;color:#000;text-decoration:none;transition:color .2s ease-out;cursor:pointer}.wp-block-file:focus,.wp-block-file:hover{color:var(--qode-main-color)}.wp-block-group.has-background{padding:20px 30px}.gallery-item img{border:0!important}.wp-block-search .wp-block-search__input{margin-bottom:0}.wp-block-rss .wp-block-rss__item-title{display:inline-block;vertical-align:top}#qodef-page-header{position:relative;display:inline-block;width:100%;vertical-align:top;height:87px;background-color:#fff;z-index:100}#qodef-page-header .qodef-header-logo-link{position:relative;display:flex;align-items:center;flex-shrink:0;height:87px;max-height:100%}#qodef-page-header .qodef-header-logo-link img{display:block;margin:auto 0;width:auto;max-height:100%;transition:opacity .3s ease}#qodef-page-header .qodef-header-logo-link.qodef-height--not-set{height:32px}#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img{max-height:50%}#qodef-page-header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 58px}.qodef-layout--justified-gallery{height:auto!important;visibility:hidden}.qodef-layout--justified-gallery.qodef--justified-gallery-init{visibility:visible}.qodef-layout--justified-gallery .qodef-grid-inner{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0!important;overflow:hidden}.qodef-layout--justified-gallery .qodef-grid-item{position:absolute;width:auto;margin:0!important;padding:0!important;overflow:hidden}.qodef-layout--justified-gallery .qodef-grid-item img{height:auto!important;width:auto!important;margin:0!important}.qodef-layout--justified-gallery>.jg-filtered{display:none}#qodef-page-mobile-header{position:relative;display:none;height:70px;z-index:100}#qodef-page-mobile-header .qodef-mobile-header-logo-link{position:relative;display:flex;align-items:center;height:70px;max-height:100%}#qodef-page-mobile-header .qodef-mobile-header-logo-link img{display:block;margin:auto 0;width:auto;max-height:100%;transition:opacity .3s ease}#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set{height:32px}#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img{max-height:50%}#qodef-page-mobile-header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 7%}#qodef-page-mobile-header-inner.qodef-content-grid{padding:0}.qodef-mobile-header-opener{font-size:20px;margin-left:20px}.qodef-mobile-header-opener svg{display:block;width:32px;height:auto}.qodef-mobile-header-navigation{position:absolute;top:100%;left:0;display:none;width:100%;max-height:calc(100vh - 70px);background-color:#fff;padding:0;margin:0;overflow-x:hidden;overflow-y:scroll;z-index:10}.qodef-mobile-header-navigation ul{margin:0;padding:0;list-style:none}.qodef-mobile-header-navigation ul li{position:relative;margin:0;padding:6px 0}.qodef-mobile-header-navigation ul li a{position:relative;display:block}.qodef-mobile-header-navigation ul li a .qodef-menu-item-flower{display:none}.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow{position:absolute;top:6px;right:0;width:22px;height:auto;color:currentColor;z-index:9;cursor:pointer;transition:color .2s ease-out;transform:rotate(0);transition:transform .2s ease-out,color .2s ease-out}.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow:hover{color:var(--qode-main-color)}.qodef-mobile-header-navigation ul li ul{display:none;padding:10px 0 0 20px;margin:0}.qodef-mobile-header-navigation ul li ul li>a{position:relative;display:flex;white-space:normal;margin:7px 0;overflow:hidden;transition:padding .2s ease-out;font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000;font-size:13px;text-transform:uppercase;margin:0}.qodef-mobile-header-navigation ul li ul li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-mobile-header-navigation ul li ul li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(4px),currentColor calc(4px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(4px + 1px);transition:background-size .25s ease-out}.qodef-mobile-header-navigation ul li ul li>a:hover>.qodef-menu-item-text{background-size:100% calc(4px + 1px)}.qodef-mobile-header-navigation ul li ul li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-mobile-header-navigation ul li ul li.current-menu-item>a>.qodef-menu-item-text{background-size:100% calc(4px + 1px)}.qodef-mobile-header-navigation ul li.qodef--opened>.qodef-menu-item-arrow{transform:rotate(90deg)}.qodef-mobile-header-navigation>ul{margin:0 auto;padding:34px 0}.qodef-mobile-header-navigation>ul>li>a{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000}.qodef-mobile-header-navigation>ul>li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out}.qodef-mobile-header-navigation>ul>li>a:hover>.qodef-menu-item-text{background-size:100% calc(2px + 1px)}.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-mobile-header-navigation>ul>li.current-menu-item>a>.qodef-menu-item-text{background-size:100% calc(2px + 1px)}.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-flower,.qodef-mobile-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-flower{position:absolute;top:50%;right:calc(100% + 3px);display:inline-block;opacity:1;transform:translateY(-50%)}.qodef-mobile-header-navigation>ul:not(.qodef-content-grid){padding-left:7%;padding-right:7%}.qodef-header-navigation{height:100%}.qodef-header-navigation ul{margin:0!important;padding:0;list-style:none}.qodef-header-navigation ul li{position:relative;margin:0;padding:0}.qodef-header-navigation ul li a .qodef-menu-item-flower{display:none}.qodef-header-navigation ul li a .qodef-menu-item-arrow{position:absolute;top:calc(50% - 9px);right:0;width:18px;height:auto}.qodef-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header-navigation ul li.qodef-menu-item--narrow.current-menu-ancestor ul,.qodef-header-navigation ul li.qodef-menu-item--narrow.current-menu-item ul{left:-20px}.qodef-header-navigation ul li.qodef-menu-item--narrow.current-menu-ancestor ul.qodef-drop-down--right,.qodef-header-navigation ul li.qodef-menu-item--narrow.current-menu-item ul.qodef-drop-down--right{left:auto;right:-42px;text-align:right}.qodef-header-navigation ul li.qodef-menu-item--narrow ul{position:absolute;top:100%;left:-35px;width:295px;margin:0;padding:31px 0;background-color:#f9f9f9;opacity:0;visibility:hidden;transition:opacity .2s ease-out}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li{padding:0 35px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul{opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul{top:calc(-31px - 7px);left:100%!important}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right{left:auto;right:-42px;text-align:right}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-arrow{left:-5px;right:auto;padding-bottom:1px;transform:rotate(180deg)}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul{left:-100%!important}.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul{opacity:1;visibility:visible;transition:opacity .2s ease-out}.qodef-header-navigation>ul{position:relative;display:flex;align-items:center;height:100%;white-space:nowrap}.qodef-header-navigation>ul>li{height:100%;margin:0 24px}.qodef-header-navigation>ul>li:first-child{margin-left:0}.qodef-header-navigation>ul>li:last-child{margin-right:0}.qodef-header-navigation>ul>li>a{position:relative;display:flex;align-items:center;height:100%;font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000}.qodef-header-navigation>ul>li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(5px),currentColor calc(5px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(5px + 1px);transition:background-size .25s ease-out}.qodef-header-navigation>ul>li>a .qodef-menu-item-arrow{display:none}.qodef-header-navigation>ul>li>a:hover>.qodef-menu-item-text{background-size:100% calc(5px + 1px)}.qodef-header-navigation>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-header-navigation>ul>li.current-menu-item>a>.qodef-menu-item-text{background-size:100% calc(5px + 1px)}.qodef-header-navigation>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-header-navigation>ul>li.current-menu-item>a>.qodef-menu-item-text{position:relative;margin-left:21px}.qodef-header-navigation>ul>li.current-menu-ancestor>a>.qodef-menu-item-text .qodef-menu-item-flower,.qodef-header-navigation>ul>li.current-menu-item>a>.qodef-menu-item-text .qodef-menu-item-flower{position:absolute;top:50%;right:calc(100% + 6px);display:inline-block;opacity:1;transform:translateY(-50%)}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000;font-size:13px;text-transform:uppercase}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a>.qodef-menu-item-text{line-height:22px}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a{position:relative;display:flex;white-space:normal;margin:7px 0;overflow:hidden;transition:padding .2s ease-out}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(4px),currentColor calc(4px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(4px + 1px);transition:background-size .25s ease-out}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a>.qodef-menu-item-text,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a>.qodef-menu-item-text{background-size:100% calc(4px + 1px)}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a{position:relative;display:flex;white-space:normal;margin:7px 0;overflow:hidden;transition:padding .2s ease-out;justify-content:flex-end}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(4px),currentColor calc(4px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(4px + 1px);transition:background-size .25s ease-out}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a>.qodef-menu-item-text,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a>.qodef-menu-item-text{background-size:100% calc(4px + 1px)}.qodef-m-pagination{margin:0}.qodef-m-pagination .nav-links{position:relative;display:flex;align-items:center;justify-content:center;line-height:26px}.qodef-m-pagination .page-numbers{position:relative;margin:0 17px;padding:0;font-size:15px;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(6px),currentColor calc(6px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(6px + 1px);transition:background-size .25s ease-out}.qodef-m-pagination .page-numbers *{display:block;line-height:inherit}.qodef-m-pagination .page-numbers:first-child{margin-left:0}.qodef-m-pagination .page-numbers:last-child{margin-right:0}.qodef-m-pagination .page-numbers.next,.qodef-m-pagination .page-numbers.prev{padding:0;text-transform:uppercase;font-size:14px}.qodef-m-pagination .page-numbers.next svg,.qodef-m-pagination .page-numbers.prev svg{position:relative;top:0;display:block;width:25px;height:auto;fill:none;stroke:currentColor}.qodef-m-pagination .page-numbers.prev{position:absolute;left:0;display:flex;flex-direction:row-reverse;background:0 0!important}.qodef-m-pagination .page-numbers.prev .qodef-svg--pagination-arrow-left{margin-right:15px}.qodef-m-pagination .page-numbers.next{position:absolute;right:0;display:flex;flex-direction:row;background:0 0!important}.qodef-m-pagination .page-numbers.next .qodef-svg--pagination-arrow-right{margin-left:15px}.qodef-m-pagination .page-numbers.current,.qodef-m-pagination .page-numbers:hover{background-size:100% calc(6px + 1px);color:initial}.qodef-course-list .qodef-m-pagination{margin:28px 0 0}.qodef-m-pagination.qodef--wp .nav-links{position:relative;display:flex;align-items:center;justify-content:center;line-height:26px}.qodef-m-pagination.qodef--wp .page-numbers{position:relative;margin:0 17px;padding:0;font-size:15px;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(6px),currentColor calc(6px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(6px + 1px);transition:background-size .25s ease-out}.qodef-m-pagination.qodef--wp .page-numbers *{display:block;line-height:inherit}.qodef-m-pagination.qodef--wp .page-numbers:first-child{margin-left:0}.qodef-m-pagination.qodef--wp .page-numbers:last-child{margin-right:0}.qodef-m-pagination.qodef--wp .page-numbers.next,.qodef-m-pagination.qodef--wp .page-numbers.prev{padding:0;text-transform:uppercase;font-size:14px}.qodef-m-pagination.qodef--wp .page-numbers.next svg,.qodef-m-pagination.qodef--wp .page-numbers.prev svg{position:relative;top:0;display:block;width:25px;height:auto;fill:none;stroke:currentColor}.qodef-m-pagination.qodef--wp .page-numbers.prev{position:absolute;left:0;display:flex;flex-direction:row-reverse;background:0 0!important}.qodef-m-pagination.qodef--wp .page-numbers.prev .qodef-svg--pagination-arrow-left{margin-right:15px}.qodef-m-pagination.qodef--wp .page-numbers.next{position:absolute;right:0;display:flex;flex-direction:row;background:0 0!important}.qodef-m-pagination.qodef--wp .page-numbers.next .qodef-svg--pagination-arrow-right{margin-left:15px}.qodef-m-pagination.qodef--wp .page-numbers.current,.qodef-m-pagination.qodef--wp .page-numbers:hover{background-size:100% calc(6px + 1px);color:initial}.qodef-m-pagination.qodef--standard .qodef-m-pagination-items{position:relative;display:flex;align-items:center;justify-content:center;line-height:26px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item{position:relative;margin:0 17px;padding:0;font-size:15px;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(6px),currentColor calc(6px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(6px + 1px);transition:background-size .25s ease-out}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item *{display:block;line-height:inherit}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child{margin-left:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child{margin-right:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{padding:0;text-transform:uppercase;font-size:14px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg{position:relative;top:0;display:block;width:25px;height:auto;fill:none;stroke:currentColor}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{position:absolute;left:0;display:flex;flex-direction:row-reverse;background:0 0!important}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-svg--pagination-arrow-left{margin-right:15px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next{position:absolute;right:0;display:flex;flex-direction:row;background:0 0!important}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-svg--pagination-arrow-right{margin-left:15px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover{background-size:100% calc(6px + 1px);color:initial}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden{margin-left:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--hide{display:none}.qodef-m-pagination.qodef--load-more{text-align:center}.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner{position:relative;display:inline-block;vertical-align:top}.qodef-m-pagination.qodef--load-more .qodef-load-more-button{opacity:1}.qodef-m-pagination.qodef--infinite-scroll{text-align:center}.qodef-filter-pagination-spinner,.qodef-pagination--on .qodef-m-pagination-spinner{position:relative;display:inline-block;vertical-align:top;width:32px;height:auto;visibility:hidden;z-index:-1;animation:qode-rotate 2s infinite linear}.qodef-filter-pagination-spinner{position:absolute;bottom:calc(50% - 32px / 2);left:calc(50% - 32px / 2)}.qodef--loading .qodef-filter-pagination-spinner{visibility:visible;z-index:1}.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner{opacity:1;transition:opacity .2s ease-out}.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner{position:absolute;bottom:calc(50% - 32px / 2);left:calc(50% - 32px / 2)}.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner{opacity:0}.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-m-pagination-inner{opacity:0}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner{position:absolute;bottom:10px;left:calc(50% - 32px / 2)}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-pagination--on.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-single-links{position:relative;display:flex;align-items:baseline;width:100%;margin:15px 0}.qodef-single-links .qodef-m-single-links-title{font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit;margin-right:10px}.qodef-single-links a,.qodef-single-links>span:not(.qodef-m-single-links-title){font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit;margin-right:8px;padding:0 3px}.qodef-single-links a:last-child,.qodef-single-links>span:not(.qodef-m-single-links-title):last-child{margin-right:0}.qodef-single-links>span:not(.qodef-m-single-links-title){color:var(--qode-main-color)}.qodef-search{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 50px}.qodef-search .qodef-e-search-heading{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}.qodef-search .qodef-e-search-heading-title{margin:0 0 20px}.qodef-search .qodef-e-search-heading-label{margin:8px 0 0}.qodef-search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-search .qodef-search-form-field{margin:0;padding-right:50px}.qodef-search .qodef-search-form-button{display:inline-flex;align-items:center;justify-content:center;width:50px;height:100%;padding:0;border:0;position:absolute;top:0;right:0;height:100%;background-color:transparent;color:#000}.qodef-search .qodef-search-form-button:hover{color:var(--qode-main-color)}.qodef-search .qodef-search-form-button svg{display:block;width:18px;height:auto}.qodef-search article{margin-bottom:30px}.qodef-search article:last-child{margin-bottom:0}.qodef-search article .qodef-e-inner{align-items:flex-start;display:flex;position:relative}.qodef-search article .qodef-e-inner>*{width:100%}.qodef-search article .qodef-e-image{flex-basis:180px;padding-right:30px}.qodef-search article .qodef-e-title{margin:0}.qodef-search article .qodef-e-excerpt{margin:15px 0 0}#qodef-page-sidebar{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}.qodef-svg--menu{fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:2}.qodef-svg--search{fill:none;stroke:currentColor}.qodef-svg--star{fill:none;stroke:currentColor}.qodef-svg--menu-arrow{fill:currentColor;stroke:none}.qodef-svg--slider-arrow-left,.qodef-svg--slider-arrow-right{fill:none;stroke:currentColor;stroke-miterlimit:10}.qodef-svg--pagination-arrow-left,.qodef-svg--pagination-arrow-right{fill:currentColor;stroke:none}.qodef-svg--close{fill:currentColor;stroke:none;stroke-miterlimit:10}.qodef-svg--spinner{fill:var(--qode-main-color);stroke:none}.qodef-svg--quote{fill:none;stroke:var(--qode-main-color)}.qodef-svg--link{fill:none;stroke:#a8a8a8}.qodef-page-title{position:relative;display:inline-block;width:100%;vertical-align:top;height:165px;background-color:#ebebeb}.qodef-page-title .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-page-title .qodef-m-content{height:100%;display:flex;flex-direction:column;justify-content:center}.qodef-page-title .qodef-m-title{margin:0}.widget .wp-block-columns .wp-block-column{position:relative;padding-top:15px}.widget .wp-block-columns .wp-block-column:before{content:'';position:relative;position:absolute;top:0;left:0;width:100%;height:100%;height:1px;width:100%;background-color:currentColor;max-width:170px}.widget:last-child{margin-bottom:0!important}.widget .qodef-widget-title a{color:inherit}.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered),.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered){list-style:none;margin:0;padding:0}.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child,.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child{margin-bottom:0!important}.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li>ul,.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li>ul{border-left:1px solid currentColor;padding-left:1em}.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul,.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-left:.5em}body:not([class*=coachfocus-core]) .widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul,body:not([class*=coachfocus-core]) .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-left:.1em}.widget select{max-width:100%;width:100%}.widget .select2{margin-bottom:0}.widget .wp-caption{color:inherit}.widget .qodef-search-form-inner{align-items:stretch;display:flex;max-width:100%;position:relative}.widget .qodef-search-form-field{margin:0}.widget .qodef-search-form-button{align-items:center;display:inline-flex;flex-shrink:0;padding:0 1em}.widget .qodef-search-form-button.qodef--has-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:100%;padding:0;border:0;height:initial;padding:0}.widget .qodef-search-form-button.qodef--has-icon svg{display:block;width:18px;height:auto}.widget .qodef-search-form-button.qodef--button-outside{margin-left:1em}.widget .qodef-search-form-button.qodef--button-inside{background-color:transparent!important;border:none!important;height:100%;position:absolute;right:0;top:0}.widget .tagcloud,.widget .wp-block-tag-cloud{margin:0 0 -11px 0;font-size:0}.widget .tagcloud a,.widget .wp-block-tag-cloud a{display:inline-block;font-family:inherit;font-size:14px!important;font-weight:inherit;letter-spacing:-.014em;line-height:inherit;margin:0 5px 10px 0;position:relative;text-transform:capitalize;vertical-align:top;border:1px solid #000;border-radius:20px;padding:3px 7px}.widget .tagcloud a:hover,.widget .wp-block-tag-cloud a:hover{color:currentColor!important}.widget .wp-block-calendar,.widget.widget_calendar{width:100%}.widget .wp-block-calendar table,.widget.widget_calendar table{table-layout:fixed}.widget .wp-block-calendar caption,.widget.widget_calendar caption{margin-bottom:5px}.widget .wp-block-calendar th,.widget.widget_calendar th{background-color:transparent;font-weight:600;padding:5px 10px}.widget .wp-block-calendar td,.widget.widget_calendar td{padding:5px 10px}.widget .wp-block-calendar #today a,.widget.widget_calendar #today a{color:inherit}.widget .wp-block-calendar a,.widget.widget_calendar a{text-decoration:none}.widget .wp-block-calendar .wp-calendar-nav,.widget.widget_calendar .wp-calendar-nav{margin:5px 0 0 0;text-align:left}.widget.widget_media_image{margin-bottom:0}.widget.widget_media_image a{display:inline-block;vertical-align:top}.widget.widget_media_image img{display:block}.widget.widget_custom_html{margin-bottom:0}.widget.widget_text img{display:block}.widget.widget_nav_menu ul>li.current-menu-ancestor>a,.widget.widget_nav_menu ul>li.current-menu-item>a{position:relative;margin-left:21px}.widget.widget_nav_menu ul>li.current-menu-ancestor>a .qodef-menu-item-flower,.widget.widget_nav_menu ul>li.current-menu-item>a .qodef-menu-item-flower{position:absolute;top:50%;right:calc(100% + 6px);display:inline-block;opacity:1;transform:translateY(-60%)}.widget.widget_nav_menu .qodef-menu-item-arrow{display:none}.widget.widget_nav_menu ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a{font-size:16px!important;line-height:30px!important;margin-top:-3px}.widget.widget_rss ul .rsswidget{font-size:16px;line-height:1.5;font-weight:500;display:block}.widget.widget_rss ul .rssSummary{margin-top:15px}.widget.widget_rss ul cite{display:block;margin-top:8px}.widget.widget_coachfocus_core_course_list .qodef-course-list.qodef-item-layout--uneven .qodef-e-media .qodef-e-media-image .qodef-discount-on-image{display:none}.widget.widget_coachfocus_core_title_widget{margin:0}.widget.widget_block .wp-block-columns,.widget.widget_block .wp-block-group{margin:0}.widget.widget_block .wp-block-social-link{margin:4px 8px 4px 0!important}.widget.widget_block .wp-block-social-link:last-child{margin-bottom:4px!important}.widget.widget_block .wp-block-latest-posts li{display:flex;flex-direction:column-reverse}.widget.widget_block .wp-block-latest-posts li a{background:0 0!important}.widget.widget_block .wp-block-latest-posts__featured-image{margin-bottom:.5em}.widget.widget_block .wp-block-latest-posts__post-author,.widget.widget_block .wp-block-latest-posts__post-date{color:inherit;font-size:15px}.widget.widget_block .wp-block-latest-posts a{color:#000!important;font-size:18px!important;line-height:1.444!important;font-weight:500!important}.widget.widget_block .wp-block-rss__item-author,.widget.widget_block .wp-block-rss__item-publish-date{color:inherit}.widget.widget_block .wp-block-button .wp-block-button__link{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px}.widget h1:not([class*=qodef]),.widget h2:not([class*=qodef]),.widget h3:not([class*=qodef]),.widget h4:not([class*=qodef]),.widget h5:not([class*=qodef]),.widget h6:not([class*=qodef]){margin:0}.widget:not(.widget_coachfocus_core_title_widget){margin:0 0 35px}.widget .qodef-widget-title{margin:0 0 14px}.widget .qodef-widget-title a:hover{color:initial}.widget a{color:#000}.widget a:hover{color:initial}.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 6px}.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a{color:#000;font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit;display:inline;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out;transition:background-size .25s ease-out,color .2s ease-out}.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a:hover{background-size:100% calc(2px + 1px);color:initial}.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:6px}.widget[class*="_search"] .qodef-widget-title{margin-bottom:22px}.widget .qodef-search-form-button.qodef--button-inside{color:#000}.widget .qodef-search-form-button.qodef--button-inside:hover{color:#000}.widget .tagcloud a,.widget .wp-block-tag-cloud a{color:#000}.widget .tagcloud a:hover,.widget .wp-block-tag-cloud a:hover{color:initial}.widget .wp-block-calendar #today,.widget.widget_calendar #today{color:#fff;background-color:initial}.widget .wp-block-calendar .wp-calendar-nav a,.widget.widget_calendar .wp-calendar-nav a{color:#000}.widget .wp-block-calendar .wp-calendar-nav a:hover,.widget.widget_calendar .wp-calendar-nav a:hover{color:initial}.widget .wp-block-gallery,.widget.widget_media_gallery{margin-bottom:30px!important}.widget .wp-block-gallery .blocks-gallery-grid,.widget .wp-block-gallery .gallery,.widget.widget_media_gallery .blocks-gallery-grid,.widget.widget_media_gallery .gallery{margin:0 -5px!important}.widget .wp-block-gallery .blocks-gallery-item,.widget .wp-block-gallery .gallery-item,.widget.widget_media_gallery .blocks-gallery-item,.widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}.widget.widget_media_image .qodef-widget-title{margin-bottom:22px}.widget.widget_block .wp-block-columns h1:not([class*=qodef]),.widget.widget_block .wp-block-columns h2:not([class*=qodef]),.widget.widget_block .wp-block-columns h3:not([class*=qodef]),.widget.widget_block .wp-block-columns h4:not([class*=qodef]),.widget.widget_block .wp-block-columns h5:not([class*=qodef]),.widget.widget_block .wp-block-columns h6:not([class*=qodef]),.widget.widget_block .wp-block-group h1:not([class*=qodef]),.widget.widget_block .wp-block-group h2:not([class*=qodef]),.widget.widget_block .wp-block-group h3:not([class*=qodef]),.widget.widget_block .wp-block-group h4:not([class*=qodef]),.widget.widget_block .wp-block-group h5:not([class*=qodef]),.widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 14px}#qodef-top-area .widget:not(.widget_coachfocus_core_title_widget){margin:0 0 0;color:#fff}#qodef-top-area .widget:not(.widget_coachfocus_core_title_widget) h1:not([class*=qodef]),#qodef-top-area .widget:not(.widget_coachfocus_core_title_widget) h2:not([class*=qodef]),#qodef-top-area .widget:not(.widget_coachfocus_core_title_widget) h3:not([class*=qodef]),#qodef-top-area .widget:not(.widget_coachfocus_core_title_widget) h4:not([class*=qodef]),#qodef-top-area .widget:not(.widget_coachfocus_core_title_widget) h5:not([class*=qodef]),#qodef-top-area .widget:not(.widget_coachfocus_core_title_widget) h6:not([class*=qodef]){color:#fff}#qodef-top-area .widget .qodef-widget-title{margin:0 0 14px;color:#fff}#qodef-top-area .widget .qodef-widget-title a:hover{color:#b1b0b5}#qodef-top-area .widget a{color:#b1b0b5}#qodef-top-area .widget a:hover{color:#b1b0b5}#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 6px}#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a{color:#000;font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit;display:inline;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out;transition:background-size .25s ease-out,color .2s ease-out}#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a:hover{background-size:100% calc(2px + 1px);color:initial}#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:6px}#qodef-top-area .widget[class*="_search"] .qodef-widget-title{margin-bottom:22px}#qodef-top-area .widget .qodef-search-form-button.qodef--button-inside{color:#000}#qodef-top-area .widget .qodef-search-form-button.qodef--button-inside:hover{color:#000}#qodef-top-area .widget .tagcloud a,#qodef-top-area .widget .wp-block-tag-cloud a{color:#b1b0b5}#qodef-top-area .widget .tagcloud a:hover,#qodef-top-area .widget .wp-block-tag-cloud a:hover{color:#b1b0b5}#qodef-top-area .widget .wp-block-calendar caption,#qodef-top-area .widget.widget_calendar caption{color:#fff}#qodef-top-area .widget .wp-block-calendar tbody,#qodef-top-area .widget.widget_calendar tbody{color:#fff}#qodef-top-area .widget .wp-block-calendar #today,#qodef-top-area .widget.widget_calendar #today{color:#fff;background-color:#b1b0b5}#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a,#qodef-top-area .widget.widget_calendar .wp-calendar-nav a{color:#b1b0b5}#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-top-area .widget.widget_calendar .wp-calendar-nav a:hover{color:#b1b0b5}#qodef-top-area .widget .wp-block-gallery,#qodef-top-area .widget.widget_media_gallery{margin-bottom:-5px!important}#qodef-top-area .widget .wp-block-gallery .blocks-gallery-grid,#qodef-top-area .widget .wp-block-gallery .gallery,#qodef-top-area .widget.widget_media_gallery .blocks-gallery-grid,#qodef-top-area .widget.widget_media_gallery .gallery{margin:0 -5px!important}#qodef-top-area .widget .wp-block-gallery .blocks-gallery-item,#qodef-top-area .widget .wp-block-gallery .gallery-item,#qodef-top-area .widget.widget_media_gallery .blocks-gallery-item,#qodef-top-area .widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}#qodef-top-area .widget.widget_media_image .qodef-widget-title{margin-bottom:22px}#qodef-top-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 14px}#qodef-page-footer .widget:not(.widget_coachfocus_core_title_widget){margin:0 0 35px;color:#b1b0b5}#qodef-page-footer .widget:not(.widget_coachfocus_core_title_widget) h1:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_coachfocus_core_title_widget) h2:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_coachfocus_core_title_widget) h3:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_coachfocus_core_title_widget) h4:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_coachfocus_core_title_widget) h5:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_coachfocus_core_title_widget) h6:not([class*=qodef]){color:#fff}#qodef-page-footer .widget .qodef-widget-title{margin:0 0 37px;color:#fff}#qodef-page-footer .widget .qodef-widget-title a:hover{color:#fff}#qodef-page-footer .widget a{color:#b1b0b5}#qodef-page-footer .widget a:hover{color:#fff}#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 6px}#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a{color:#b1b0b5;font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit;display:inline;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out;transition:background-size .25s ease-out,color .2s ease-out}#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a:hover{background-size:100% calc(2px + 1px);color:#fff}#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:6px}#qodef-page-footer .widget .button,#qodef-page-footer .widget button{color:#b1b0b5;background-color:#222;border-color:#222}#qodef-page-footer .widget .button:hover,#qodef-page-footer .widget button:hover{color:#fff;background-color:var(--qode-main-color);border-color:var(--qode-main-color)}#qodef-page-footer .widget[class*="_search"] .qodef-widget-title{margin-bottom:45px}#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside{color:#b1b0b5}#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside:hover{color:#fff}#qodef-page-footer .widget .tagcloud a,#qodef-page-footer .widget .wp-block-tag-cloud a{color:#b1b0b5}#qodef-page-footer .widget .tagcloud a:hover,#qodef-page-footer .widget .wp-block-tag-cloud a:hover{color:#fff}#qodef-page-footer .widget .wp-block-calendar caption,#qodef-page-footer .widget.widget_calendar caption{color:#b1b0b5}#qodef-page-footer .widget .wp-block-calendar tbody,#qodef-page-footer .widget.widget_calendar tbody{color:#b1b0b5}#qodef-page-footer .widget .wp-block-calendar td,#qodef-page-footer .widget .wp-block-calendar th,#qodef-page-footer .widget .wp-block-calendar tr,#qodef-page-footer .widget.widget_calendar td,#qodef-page-footer .widget.widget_calendar th,#qodef-page-footer .widget.widget_calendar tr{border-color:#fff}#qodef-page-footer .widget .wp-block-calendar #today,#qodef-page-footer .widget.widget_calendar #today{color:#000;background-color:#fff}#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a,#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a{color:#b1b0b5}#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a:hover{color:#fff}#qodef-page-footer .widget .wp-block-gallery,#qodef-page-footer .widget.widget_media_gallery{margin-bottom:30px!important}#qodef-page-footer .widget .wp-block-gallery .blocks-gallery-grid,#qodef-page-footer .widget .wp-block-gallery .gallery,#qodef-page-footer .widget.widget_media_gallery .blocks-gallery-grid,#qodef-page-footer .widget.widget_media_gallery .gallery{margin:0 -5px!important}#qodef-page-footer .widget .wp-block-gallery .blocks-gallery-item,#qodef-page-footer .widget .wp-block-gallery .gallery-item,#qodef-page-footer .widget.widget_media_gallery .blocks-gallery-item,#qodef-page-footer .widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}#qodef-page-footer .widget.widget_media_image .qodef-widget-title{margin-bottom:45px}#qodef-page-footer .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 37px}#qodef-page-footer .widget.widget_block .wp-block-button .wp-block-button__link{color:#b1b0b5;background-color:#222;border-color:#222}#qodef-page-footer .widget.widget_block .wp-block-button .wp-block-button__link:hover{color:#fff;background-color:var(--qode-main-color);border-color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget:not(.widget_coachfocus_core_title_widget){margin:0 0 35px;color:#fff}.qodef-mega-menu-widget-holder .widget:not(.widget_coachfocus_core_title_widget) h1:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_coachfocus_core_title_widget) h2:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_coachfocus_core_title_widget) h3:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_coachfocus_core_title_widget) h4:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_coachfocus_core_title_widget) h5:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_coachfocus_core_title_widget) h6:not([class*=qodef]){color:#fff}.qodef-mega-menu-widget-holder .widget .qodef-widget-title{margin:0 0 14px;color:#fff}.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover{color:initial}.qodef-mega-menu-widget-holder .widget a{color:#fff}.qodef-mega-menu-widget-holder .widget a:hover{color:initial}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 6px}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a{color:#000;font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit;display:inline;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out;transition:background-size .25s ease-out,color .2s ease-out}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a:hover{background-size:100% calc(2px + 1px);color:initial}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:6px}.qodef-mega-menu-widget-holder .widget[class*="_search"] .qodef-widget-title{margin-bottom:22px}.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--button-inside{color:#000}.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--button-inside:hover{color:#000}.qodef-mega-menu-widget-holder .widget .tagcloud a,.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a{color:#fff}.qodef-mega-menu-widget-holder .widget .tagcloud a:hover,.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a:hover{color:initial}.qodef-mega-menu-widget-holder .widget .wp-block-calendar caption,.qodef-mega-menu-widget-holder .widget.widget_calendar caption{color:#fff}.qodef-mega-menu-widget-holder .widget .wp-block-calendar tbody,.qodef-mega-menu-widget-holder .widget.widget_calendar tbody{color:#fff}.qodef-mega-menu-widget-holder .widget .wp-block-calendar #today,.qodef-mega-menu-widget-holder .widget.widget_calendar #today{color:#fff;background-color:initial}.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a,.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a{color:#fff}.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a:hover,.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a:hover{color:initial}.qodef-mega-menu-widget-holder .widget .wp-block-gallery,.qodef-mega-menu-widget-holder .widget.widget_media_gallery{margin-bottom:30px!important}.qodef-mega-menu-widget-holder .widget .wp-block-gallery .blocks-gallery-grid,.qodef-mega-menu-widget-holder .widget .wp-block-gallery .gallery,.qodef-mega-menu-widget-holder .widget.widget_media_gallery .blocks-gallery-grid,.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery{margin:0 -5px!important}.qodef-mega-menu-widget-holder .widget .wp-block-gallery .blocks-gallery-item,.qodef-mega-menu-widget-holder .widget .wp-block-gallery .gallery-item,.qodef-mega-menu-widget-holder .widget.widget_media_gallery .blocks-gallery-item,.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title{margin-bottom:22px}.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h1:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h2:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h3:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h4:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h5:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h6:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h1:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h2:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h3:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h4:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h5:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 14px}#qodef-woo-page .qodef-woo-product-mark,#yith-quick-view-modal .qodef-woo-product-mark,.qodef-woo-shortcode .qodef-woo-product-mark{position:absolute;top:0;right:0;padding:15px 35px 13px;font-size:16px;text-transform:lowercase;line-height:1;color:#fff;background-color:var(--qode-main-color);z-index:5;border-top-left-radius:10px;border-bottom-right-radius:10px;border-top-right-radius:10px}#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,#yith-quick-view-modal .qodef-woo-product-mark.qodef-out-of-stock,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-out-of-stock{background-color:#1c1c1c}#qodef-woo-page .qodef-woo-product-mark.qodef-new,#yith-quick-view-modal .qodef-woo-product-mark.qodef-new,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-new{background-color:#b1b0b5}#qodef-woo-page .qodef-woo-product-title,#yith-quick-view-modal .qodef-woo-product-title,.qodef-woo-shortcode .qodef-woo-product-title{margin:0}#qodef-woo-page .qodef-woo-product-title a:hover,#yith-quick-view-modal .qodef-woo-product-title a:hover,.qodef-woo-shortcode .qodef-woo-product-title a:hover{color:currentColor}#qodef-woo-page .qodef-woo-ratings,#yith-quick-view-modal .qodef-woo-ratings,.qodef-woo-shortcode .qodef-woo-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-inner,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}#qodef-woo-page .qodef-woo-ratings .qodef-m-star,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star{color:var(--qode-main-color)}#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg{display:inline-block;margin-right:.1em;width:14px;height:auto}#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg:last-child,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg:last-child,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg:last-child{margin-right:0}#qodef-woo-page .qodef-woo-ratings .qodef-m-star span,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star span,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star span{margin-right:12px;font-size:20px}#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--initial,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--initial,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--initial{color:#a8a8a8}#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active svg,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg{fill:currentColor}#qodef-woo-page .price,#yith-quick-view-modal .price,.qodef-woo-shortcode .price{position:relative;display:flex;align-items:center;font-size:18px;margin:1px 0 0;font-weight:500}#qodef-woo-page .price del,#yith-quick-view-modal .price del,.qodef-woo-shortcode .price del{margin-right:10px}#qodef-woo-page .price ins,#yith-quick-view-modal .price ins,.qodef-woo-shortcode .price ins{text-decoration:none;color:var(--qode-main-color)}#qodef-woo-page .added_to_cart,#qodef-woo-page .button,#yith-quick-view-modal .added_to_cart,#yith-quick-view-modal .button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;cursor:pointer;z-index:3;font-size:15px;padding:0;font-weight:500;border:0}#qodef-woo-page .added_to_cart.added,#qodef-woo-page .button.added,#yith-quick-view-modal .added_to_cart.added,#yith-quick-view-modal .button.added,.qodef-woo-shortcode .added_to_cart.added,.qodef-woo-shortcode .button.added{display:none}#qodef-woo-page .quantity{white-space:nowrap}#qodef-woo-page .quantity input[type=number]{width:60px;margin:0;padding:12px 10px;text-align:center;color:#000;font-size:16px;line-height:1.5;font-weight:500}.woocommerce-error,.woocommerce-info,.woocommerce-message{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:20px 30px;margin-bottom:30px;border:1px solid #000;border-radius:10px;list-style:none}@media only screen and (max-width:680px){.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:20px 30px 30px;flex-direction:column-reverse;align-items:flex-start}}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{font-size:17px!important;line-height:1!important;letter-spacing:-.015em!important;font-weight:500!important;font-family:inherit!important;position:relative!important;display:inline-flex!important;vertical-align:middle!important;width:auto!important;margin:0!important;text-decoration:none!important;border-radius:23px!important;outline:0!important;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out!important;padding:14px 29px 13px!important;color:#000!important;background-color:transparent!important;border:1px solid #000!important}@media only screen and (max-width:680px){.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{margin-top:13px!important}}.woocommerce-page div.woocommerce .shop_table tr{border-left:none;border-right:none;border-top:none}.woocommerce-page div.woocommerce .shop_table td,.woocommerce-page div.woocommerce .shop_table th{padding:15px 0 15px 15px;vertical-align:middle;text-align:left;border:0}.woocommerce-page div.woocommerce .shop_table td:first-child,.woocommerce-page div.woocommerce .shop_table th:first-child{padding-left:0}.woocommerce-page div.woocommerce .shop_table th{color:#000;font-size:16px;line-height:1.5;font-weight:500}.woocommerce-page div.woocommerce .shop_table td ul{list-style:none;margin:0;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li{margin:0 0 10px;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li:last-child{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table td ul li label{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table p{margin:0}.woocommerce-page div.woocommerce .shop_table .variation:after,.woocommerce-page div.woocommerce .shop_table .variation:before{content:'';display:table;table-layout:fixed}.woocommerce-page div.woocommerce .shop_table .variation:after{clear:both}.woocommerce-page div.woocommerce .shop_table .variation dt{clear:left;float:left;font-weight:initial}@media only screen and (max-width:680px){.woocommerce-page div.woocommerce .shop_table .variation dt{float:none;width:100%}}.woocommerce-page div.woocommerce .shop_table .variation dd{clear:right;float:left;margin:0 0 0 5px}@media only screen and (max-width:680px){.woocommerce-page div.woocommerce .shop_table .variation dd{float:none;margin:0;width:100%}}.woocommerce-page div.woocommerce .col2-set{position:relative;display:flex;align-items:flex-start;margin:0 -15px}.woocommerce-page div.woocommerce .col2-set>*{width:100%;padding:0 15px;margin-bottom:30px}.woocommerce-page div.woocommerce address{font-style:normal}.woocommerce-page div.woocommerce address p{margin:0}.woocommerce-page div.woocommerce form p{margin:0}.woocommerce-page .pswp__caption__center,.woocommerce-page .pswp__counter{color:#fff}#qodef-woo-page .qodef-e-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.touchevents #qodef-woo-page .qodef-e-inner{cursor:pointer}#qodef-woo-page .qodef-e-inner .add_to_cart_button,#qodef-woo-page .qodef-e-inner .added_to_cart,#qodef-woo-page .qodef-e-inner .ajax_add_to_cart,#qodef-woo-page .qodef-e-inner .button,#qodef-woo-page .qodef-e-inner .product_type_external,#qodef-woo-page .qodef-e-inner .product_type_grouped{opacity:0;width:auto;position:absolute;bottom:7px;left:0;border:0;text-align:center;transform:translateX(calc(-50%));transform-origin:left center;transition:opacity .3s ease-out,transform .5s cubic-bezier(.61,1,.88,1);white-space:nowrap}#qodef-woo-page .qodef-e-inner .add_to_cart_button:hover,#qodef-woo-page .qodef-e-inner .added_to_cart:hover,#qodef-woo-page .qodef-e-inner .ajax_add_to_cart:hover,#qodef-woo-page .qodef-e-inner .button:hover,#qodef-woo-page .qodef-e-inner .product_type_external:hover,#qodef-woo-page .qodef-e-inner .product_type_grouped:hover{color:initial}#qodef-woo-page .qodef-e-inner .price{opacity:1;transform:translateX(0);transition:opacity .3s ease-out,transform .5s cubic-bezier(.61,1,.88,1)}#qodef-woo-page .qodef-e-inner:hover .add_to_cart_button,#qodef-woo-page .qodef-e-inner:hover .added_to_cart,#qodef-woo-page .qodef-e-inner:hover .ajax_add_to_cart,#qodef-woo-page .qodef-e-inner:hover .button,#qodef-woo-page .qodef-e-inner:hover .product_type_external,#qodef-woo-page .qodef-e-inner:hover .product_type_grouped{opacity:1;transform:translateX(0)}#qodef-woo-page .qodef-e-inner:hover .price{opacity:0;transform:translateX(50px)}#qodef-woo-page.qodef--cart .shop_table td.product-remove,#qodef-woo-page.qodef--cart .shop_table th.product-remove,.yith-wcwl-form .shop_table td.product-remove,.yith-wcwl-form .shop_table th.product-remove{width:30px}#qodef-woo-page.qodef--cart .shop_table td.product-remove a,#qodef-woo-page.qodef--cart .shop_table th.product-remove a,.yith-wcwl-form .shop_table td.product-remove a,.yith-wcwl-form .shop_table th.product-remove a{font-size:20px}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail,.yith-wcwl-form .shop_table td.product-thumbnail,.yith-wcwl-form .shop_table th.product-thumbnail{width:72px;padding-left:0}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail a,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail img,.yith-wcwl-form .shop_table td.product-thumbnail a,.yith-wcwl-form .shop_table td.product-thumbnail img,.yith-wcwl-form .shop_table th.product-thumbnail a,.yith-wcwl-form .shop_table th.product-thumbnail img{display:block;width:100%;max-width:100%}#qodef-woo-page.qodef--cart .shop_table td.product-name,#qodef-woo-page.qodef--cart .shop_table th.product-name,.yith-wcwl-form .shop_table td.product-name,.yith-wcwl-form .shop_table th.product-name{text-align:left}#qodef-woo-page.qodef--cart .shop_table td.product-name a,#qodef-woo-page.qodef--cart .shop_table th.product-name a,.yith-wcwl-form .shop_table td.product-name a,.yith-wcwl-form .shop_table th.product-name a{font-size:16px;line-height:1.5;font-weight:500}#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number],#qodef-woo-page.qodef--cart .shop_table th.product-quantity input[type=number],.yith-wcwl-form .shop_table td.product-quantity input[type=number],.yith-wcwl-form .shop_table th.product-quantity input[type=number]{margin:0}#qodef-woo-page.qodef--cart .shop_table td.actions,#qodef-woo-page.qodef--cart .shop_table th.actions,.yith-wcwl-form .shop_table td.actions,.yith-wcwl-form .shop_table th.actions{padding:30px 0 0;text-align:initial}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon,.yith-wcwl-form .shop_table td.actions .coupon,.yith-wcwl-form .shop_table th.actions .coupon{position:relative;display:flex;align-items:flex-start;flex-wrap:wrap;width:70%;float:left}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon>*,.yith-wcwl-form .shop_table td.actions .coupon>*,.yith-wcwl-form .shop_table th.actions .coupon>*{margin-bottom:0}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>.button,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon>.button,.yith-wcwl-form .shop_table td.actions .coupon>.button,.yith-wcwl-form .shop_table th.actions .coupon>.button{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;color:#000;background-color:transparent;border:1px solid #000}@media only screen and (max-width:768px){#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>.button,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon>.button,.yith-wcwl-form .shop_table td.actions .coupon>.button,.yith-wcwl-form .shop_table th.actions .coupon>.button{margin-top:20px}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>.button,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon>.button,.yith-wcwl-form .shop_table td.actions .coupon>.button,.yith-wcwl-form .shop_table th.actions .coupon>.button{margin-bottom:20px;margin-top:0}}#qodef-woo-page.qodef--cart .shop_table td.actions label,#qodef-woo-page.qodef--cart .shop_table th.actions label,.yith-wcwl-form .shop_table td.actions label,.yith-wcwl-form .shop_table th.actions label{display:none}#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text],#qodef-woo-page.qodef--cart .shop_table th.actions input[type=text],.yith-wcwl-form .shop_table td.actions input[type=text],.yith-wcwl-form .shop_table th.actions input[type=text]{width:auto;margin-right:20px;padding:12px 29px;color:#000;background-color:transparent;border:1px solid #000;border-radius:23px;font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500}#qodef-woo-page.qodef--cart .shop_table td.actions>.button,#qodef-woo-page.qodef--cart .shop_table th.actions>.button,.yith-wcwl-form .shop_table td.actions>.button,.yith-wcwl-form .shop_table th.actions>.button{float:right;font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;color:#000;background-color:transparent;border:1px solid #000}#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child,.yith-wcwl-form .shop_table.cart tbody>tr:last-child{border-bottom:0}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th,.yith-wcwl-form .cart-collaterals .shop_table th{width:20%}#qodef-woo-page.qodef--cart .cart_totals,#qodef-woo-page.qodef--cart .cross-sells,.yith-wcwl-form .cart_totals,.yith-wcwl-form .cross-sells{margin-top:50px}#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2,.yith-wcwl-form .cart_totals>h2,.yith-wcwl-form .cross-sells>h2{color:#000;font-size:35px;line-height:1.228;font-weight:400;margin:0 0 42px}#qodef-woo-page.qodef--cart .shipping-calculator-form select,.yith-wcwl-form .shipping-calculator-form select{width:auto;min-width:100%;margin:0}#qodef-woo-page.qodef--cart .wc-proceed-to-checkout,.yith-wcwl-form .wc-proceed-to-checkout{margin-top:20px}#qodef-woo-page.qodef--cart .wc-proceed-to-checkout a,.yith-wcwl-form .wc-proceed-to-checkout a{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;color:#000;background-color:transparent;border:1px solid #000}.woocommerce-page div.woocommerce>.cart-empty{color:#000;font-size:35px;line-height:1.228;font-weight:400;margin:0;align-items:center;text-align:center;justify-content:center;border:none}.woocommerce-page div.woocommerce .cart-empty.woocommerce-info{text-align:center;justify-content:center;align-items:center}.woocommerce-page div.woocommerce>.return-to-shop{margin:20px 0 0;text-align:center}.woocommerce-page div.woocommerce>.return-to-shop a{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;color:#000;background-color:transparent;border:1px solid #000}#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p{margin-bottom:10px}#qodef-woo-page.qodef--checkout .woocommerce-checkout{margin-top:40px}#qodef-woo-page.qodef--checkout #customer_details h3{margin:0 0 20px}#qodef-woo-page.qodef--checkout #order_review_heading{margin:0 0 20px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order{margin-top:30px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order .button{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;color:#000;background-color:transparent;border:1px solid #000}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{margin-bottom:15px}#qodef-woo-page.qodef--checkout .wc_payment_methods{margin:0;padding:0;list-style:none}#qodef-woo-page.qodef--checkout .wc_payment_methods li{position:relative;margin:0;padding:15px 0;border-bottom:1px solid #000}#qodef-woo-page.qodef--checkout .wc_payment_methods li p{margin:0}#qodef-woo-page.qodef--checkout .wc_payment_methods li{padding-left:25px;padding-right:25px}#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio{position:absolute;top:18px;left:0;margin:0}#qodef-woo-page.qodef--checkout .wc_payment_methods label{color:#000;font-size:16px;line-height:1.5;font-weight:500;margin:0;cursor:pointer}#qodef-woo-page.qodef--checkout .wc_payment_method:not(.payment_method_paypal) p{margin:10px 0 0 0}#qodef-woo-page.qodef--checkout .wc_payment_method.payment_method_paypal .input-radio{top:61px}#qodef-woo-page.qodef--checkout .wc_payment_method.payment_method_paypal label img{margin:0 15px 0 10px}.woocommerce-account.logged-in .qodef-page-content-section>.woocommerce{position:relative;display:flex;width:100%}.woocommerce-account .woocommerce-MyAccount-navigation{width:30%;flex-shrink:0;background:#ebebeb;display:flex;padding:87px}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li{position:relative;display:block;margin:8px 0}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{position:relative;display:inline-flex;align-items:center;font-size:14px;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(5px),currentColor calc(5px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(5px + 1px);transition:background-size .25s ease-out}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{color:inherit;background-size:100% calc(5px + 1px)}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus{color:inherit}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background-size:100% calc(5px + 1px)}.woocommerce-account .woocommerce-MyAccount-content{padding:57px 69px;width:100%}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details{margin:30px 0 0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details{margin:48px 0 0}.woocommerce-account .woocommerce-MyAccount-content h2{color:#000;font-size:35px;line-height:1.228;font-weight:400;margin:0 0 20px}.woocommerce-account .woocommerce-MyAccount-content .order-again{margin:30px 0 0}.woocommerce-account .button{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;cursor:pointer;z-index:3;font-size:15px;padding:0;font-weight:500;border:0;font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;color:#000;background-color:transparent;border:1px solid #000}.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox{display:inline-block;margin-left:5px;margin-bottom:0}.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword{margin-top:10px}.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text{margin-bottom:31px}.woocommerce-account .woocommerce-EditAccountForm fieldset{padding:0;margin:0}.woocommerce-account .woocommerce-EditAccountForm fieldset legend{display:none}.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row{margin:0 0 20px}.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=text]{margin:0}.woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info .button{margin-top:13px}.woocommerce-account .woocommerce-address-fields button{margin-top:25px}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{color:#000;font-size:35px;line-height:1.228;font-weight:400;margin:0 0 20px}.woocommerce-order-received .woocommerce-order .woocommerce-order-overview{margin:0;padding:0;list-style:none}.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li{position:relative;margin:0;padding:15px 0;border-bottom:1px solid #000}.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p{margin:0}.woocommerce-order-received .woocommerce-order .woocommerce-order-details{margin-top:40px}.woocommerce-order-received .woocommerce-order h2{color:#000;font-size:35px;line-height:1.228;font-weight:400;margin:0 0 20px}.woocommerce-order-received .woocommerce-order .woocommerce-customer-details{margin-top:50px}#qodef-woo-page .woocommerce-pagination{line-height:26px;position:relative;display:flex;align-items:center;justify-content:center;margin-top:25px}#qodef-woo-page .woocommerce-pagination .page-numbers{position:relative;margin:0 17px;padding:0;font-size:15px;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(6px),currentColor calc(6px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(6px + 1px);transition:background-size .25s ease-out}#qodef-woo-page .woocommerce-pagination .page-numbers *{display:block;line-height:inherit}#qodef-woo-page .woocommerce-pagination .page-numbers:first-child{margin-left:0}#qodef-woo-page .woocommerce-pagination .page-numbers:last-child{margin-right:0}#qodef-woo-page .woocommerce-pagination .page-numbers.next,#qodef-woo-page .woocommerce-pagination .page-numbers.prev{padding:0;text-transform:uppercase;font-size:14px}#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg{position:relative;top:0;display:block;width:25px;height:auto;fill:none;stroke:currentColor}#qodef-woo-page .woocommerce-pagination .page-numbers.prev{position:absolute;left:0;display:flex;flex-direction:row-reverse;background:0 0!important}#qodef-woo-page .woocommerce-pagination .page-numbers.prev .qodef-svg--pagination-arrow-left{margin-right:15px}#qodef-woo-page .woocommerce-pagination .page-numbers.next{position:absolute;right:0;display:flex;flex-direction:row;background:0 0!important}#qodef-woo-page .woocommerce-pagination .page-numbers.next .qodef-svg--pagination-arrow-right{margin-left:15px}#qodef-woo-page .woocommerce-pagination .page-numbers.current,#qodef-woo-page .woocommerce-pagination .page-numbers:hover{background-size:100% calc(6px + 1px);color:initial}.qodef-woo-product-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-list ul.products{position:relative;display:flex;align-items:flex-start;flex-wrap:wrap;padding:0;margin:0 -15px;list-style:none;clear:both}.qodef-woo-product-list ul.products>.product{padding:0 15px;margin:0 0 30px}.qodef-woo-product-list ul.products.columns-1>.product{width:100%}.qodef-woo-product-list ul.products.columns-2>.product{width:50%}.qodef-woo-product-list ul.products.columns-3>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-4>.product{width:25%}.qodef-woo-product-list ul.products.columns-5>.product{width:20%}.qodef-woo-product-list ul.products.columns-6>.product{width:16.66667%}.qodef-woo-product-list ul.products.columns-7>.product{width:14.28571%}.qodef-woo-product-list ul.products.columns-8>.product{width:12.5%}.qodef-woo-product-list.qodef-gutter--no ul.products{margin:0 0}.qodef-woo-product-list.qodef-gutter--no ul.products>.product{padding:0 0;margin:0 0 0}.qodef-woo-product-list.qodef-gutter--tiny ul.products{margin:0 -5px}.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product{padding:0 5px;margin:0 0 10px}.qodef-woo-product-list.qodef-gutter--small ul.products{margin:0 -10px}.qodef-woo-product-list.qodef-gutter--small ul.products>.product{padding:0 10px;margin:0 0 20px}.qodef-woo-product-list.qodef-gutter--normal ul.products{margin:0 -15px}.qodef-woo-product-list.qodef-gutter--normal ul.products>.product{padding:0 15px;margin:0 0 30px}.qodef-woo-product-list.qodef-gutter--medium ul.products{margin:0 -20px}.qodef-woo-product-list.qodef-gutter--medium ul.products>.product{padding:0 20px;margin:0 0 40px}.qodef-woo-product-list.qodef-gutter--large ul.products{margin:0 -25px}.qodef-woo-product-list.qodef-gutter--large ul.products>.product{padding:0 25px;margin:0 0 50px}.qodef-woo-product-list.qodef-gutter--huge ul.products{margin:0 -30px}.qodef-woo-product-list.qodef-gutter--huge ul.products>.product{padding:0 30px;margin:0 0 60px}.qodef-woo-product-list.qodef-gutter--extreme ul.products{margin:0 -50px}.qodef-woo-product-list.qodef-gutter--extreme ul.products>.product{padding:0 50px;margin:0 0 100px}.qodef-woo-product-list .qodef-e-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.touchevents .qodef-woo-product-list .qodef-e-inner{cursor:pointer}.qodef-woo-product-list .qodef-e-inner:hover .qodef-woo-product-image-inner{opacity:1}.qodef-woo-product-list .qodef-woo-product-image{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-woo-product-list .qodef-woo-product-image img{display:block;width:100%;border-radius:12px}.qodef-woo-product-list .qodef-woo-product-image>.woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-woo-product-list .qodef-woo-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px 40px 35px;text-align:center;opacity:0;transition:opacity .2s ease-out}.qodef-woo-product-list .qodef-woo-product-image-inner>*{position:relative;z-index:3}.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-title{color:#fff}.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-title a{color:inherit}.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-title a:hover{color:currentColor}.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-e-info>*{color:#fff}.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-e-info a:hover{color:var(--qode-main-color)}.qodef-woo-product-list .qodef-woo-product-image-inner>.price{color:#fff}.qodef-woo-product-list .qodef-woo-product-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:25px;margin-bottom:30px}.qodef-woo-product-list .qodef-woo-product-title{transition:color .2s ease-out}.qodef-woo-product-list .qodef-woo-ratings{margin-top:9px;display:none!important}.qodef-woo-product-list select{min-width:50%}.qodef-woo-product-list .select2{margin:0}#qodef-woo-page .qodef-quantity-buttons,#yith-quick-view-modal .qodef-quantity-buttons{position:relative;display:inline-block;vertical-align:middle}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus{display:inline-block;vertical-align:middle;font-size:19px;font-family:inherit;font-weight:600;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#000;background-color:#fff;border:1px solid #000}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input{position:relative;height:46px;width:46px;padding:0;margin:0 25px 0 0;font-family:inherit;font-size:15px;font-weight:400;line-height:48px;outline:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-inner-spin-button,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-outer-spin-button,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-inner-spin-button,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus{position:absolute;right:0;width:25px;height:25px;line-height:25px;border-left:0;cursor:pointer;transition:color .2s ease-out}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus span,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus span,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus span,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus span{font-size:18px}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:hover,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:hover{color:var(--qode-main-color)}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus{top:0;border-top-right-radius:5px}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus{bottom:0;border-bottom-right-radius:5px}.qodef-woo-results{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.qodef-woo-results .woocommerce-result-count{font-size:15px}.qodef-woo-results .woocommerce-ordering{margin-left:auto}.qodef-woo-results .woocommerce-ordering select{width:auto;min-width:220px;margin:0}.qodef-woo-results .woocommerce-ordering .select2-container--default{margin:0}.qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single{border-top:0;border-left:0;border-right:0;padding:5px 0;border-radius:0}.qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow{width:16px}#qodef-woo-page.qodef--single>.product,#yith-quick-view-content.single-product>.product{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .qodef-woo-single-inner,#yith-quick-view-content.single-product .qodef-woo-single-inner{position:relative;display:flex;align-items:flex-start;margin:0 -20px}#qodef-woo-page.qodef--single .qodef-woo-single-inner>*,#yith-quick-view-content.single-product .qodef-woo-single-inner>*{padding:0 20px}#qodef-woo-page.qodef--single .qodef-woo-single-image,#yith-quick-view-content.single-product .qodef-woo-single-image{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark,#yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark{transform:translateX(-20px)}#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg,#yith-quick-view-content.single-product .qodef-woo-single-image .zoomImg{cursor:crosshair}#qodef-woo-page.qodef--single .woocommerce-product-gallery,#yith-quick-view-content.single-product .woocommerce-product-gallery{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure,#yith-quick-view-content.single-product .woocommerce-product-gallery figure{position:relative;margin:0 -8px}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a,#qodef-woo-page.qodef--single .woocommerce-product-gallery figure img,#yith-quick-view-content.single-product .woocommerce-product-gallery figure a,#yith-quick-view-content.single-product .woocommerce-product-gallery figure img{display:block;width:100%}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery figure>.woocommerce-product-gallery__image{position:relative;width:calc(100% - 16px)!important;margin:0 8px;overflow:hidden;border-radius:12px}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{position:relative;padding:0 8px;margin-top:16px}#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:10px;left:10px;width:30px;height:30px;line-height:30px;text-align:center;z-index:5}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image{width:100%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image{width:50%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image{width:33.33333%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image{width:25%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image{width:20%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image{width:16.66667%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image{width:14.28571%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image{width:12.5%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger{left:calc(27% + 10px)}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left figure{display:flex;flex-direction:row-reverse}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left figure a,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left figure img{height:100%;-o-object-fit:cover;object-fit:cover}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image{width:calc(100% - 27%)!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper{width:27%}@media screen and (min-width:681px){#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:100%}}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child{margin-top:0}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below figure>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--below figure>.qodef-woo-thumbnails-wrapper{display:flex;flex-wrap:wrap}#qodef-woo-page.qodef--single .entry-summary,#yith-quick-view-content.single-product .entry-summary{position:relative;display:inline-block;width:100%;vertical-align:top}@media screen and (min-width:1025px){#qodef-woo-page.qodef--single .entry-summary,#yith-quick-view-content.single-product .entry-summary{padding-left:80px}}@media screen and (min-width:1441px){#qodef-woo-page.qodef--single .entry-summary,#yith-quick-view-content.single-product .entry-summary{padding-left:125px}}#qodef-woo-page.qodef--single .entry-summary .price,#yith-quick-view-content.single-product .entry-summary .price{color:#000;font-size:18px;line-height:1.444;font-weight:500;margin-top:21px}#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist,#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist{margin:30px 0 0!important;display:inline-block}#qodef-woo-page.qodef--single .woocommerce-product-rating,#yith-quick-view-content.single-product .woocommerce-product-rating{position:relative;display:flex;align-items:center;margin-top:21px}@media only screen and (max-width:480px){#qodef-woo-page.qodef--single .woocommerce-product-rating,#yith-quick-view-content.single-product .woocommerce-product-rating{flex-direction:column;align-items:flex-start}}#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings,#yith-quick-view-content.single-product .woocommerce-product-rating .qodef-woo-ratings{flex-shrink:0;width:auto;margin-right:20px}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link,#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link{color:#000}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover,#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link:hover{color:#000}#qodef-woo-page.qodef--single .single_add_to_cart_button,#yith-quick-view-content.single-product .single_add_to_cart_button{font-size:17px;padding:14px 29px 13px;font-weight:400;color:#000;background-color:transparent;border:1px solid #000}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description,#yith-quick-view-content.single-product .woocommerce-product-details__short-description{margin-top:52px}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p,#yith-quick-view-content.single-product .woocommerce-product-details__short-description p{margin-top:0}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child,#yith-quick-view-content.single-product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}#qodef-woo-page.qodef--single form.cart,#yith-quick-view-content.single-product form.cart{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:53px}#qodef-woo-page.qodef--single form.cart .variations_button,#qodef-woo-page.qodef--single form.cart:not(.variations_form),#yith-quick-view-content.single-product form.cart .variations_button,#yith-quick-view-content.single-product form.cart:not(.variations_form){display:flex;align-items:flex-start}#qodef-woo-page.qodef--single form.cart .variations_button .quantity,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,#yith-quick-view-content.single-product form.cart .variations_button .quantity,#yith-quick-view-content.single-product form.cart:not(.variations_form) .quantity{margin-right:20px}#qodef-woo-page.qodef--single form.cart .variations_button .quantity.hidden,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity.hidden,#yith-quick-view-content.single-product form.cart .variations_button .quantity.hidden,#yith-quick-view-content.single-product form.cart:not(.variations_form) .quantity.hidden{margin:0!important}#qodef-woo-page.qodef--single form.cart.grouped_form,#yith-quick-view-content.single-product form.cart.grouped_form{flex-wrap:wrap}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th,#yith-quick-view-content.single-product form.cart.grouped_form .group_table td,#yith-quick-view-content.single-product form.cart.grouped_form .group_table th{padding:20px 0;vertical-align:middle;text-align:left}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label,#yith-quick-view-content.single-product form.cart.grouped_form .group_table label{margin-bottom:0;color:#000;font-size:16px;line-height:1.5;font-weight:500}#qodef-woo-page.qodef--single form.cart.grouped_form>.button,#yith-quick-view-content.single-product form.cart.grouped_form>.button{margin-top:30px}#qodef-woo-page.qodef--single form.cart .group_table tr,#yith-quick-view-content.single-product form.cart .group_table tr{border-left:none;border-right:none;border-top:none}#qodef-woo-page.qodef--single form.cart .group_table td,#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-content.single-product form.cart .group_table td,#yith-quick-view-content.single-product form.cart .group_table th{padding:15px 0 15px 15px;vertical-align:middle;text-align:left;border:0}#qodef-woo-page.qodef--single form.cart .group_table td:first-child,#qodef-woo-page.qodef--single form.cart .group_table th:first-child,#yith-quick-view-content.single-product form.cart .group_table td:first-child,#yith-quick-view-content.single-product form.cart .group_table th:first-child{padding-left:0}#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-content.single-product form.cart .group_table th{color:#000;font-size:16px;line-height:1.5;font-weight:500}#qodef-woo-page.qodef--single form.cart .group_table td ul,#yith-quick-view-content.single-product form.cart .group_table td ul{list-style:none;margin:0;padding:0}#qodef-woo-page.qodef--single form.cart .group_table td ul li,#yith-quick-view-content.single-product form.cart .group_table td ul li{margin:0 0 10px;padding:0}#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child,#yith-quick-view-content.single-product form.cart .group_table td ul li:last-child{margin-bottom:0}#qodef-woo-page.qodef--single form.cart .group_table td ul li label,#yith-quick-view-content.single-product form.cart .group_table td ul li label{margin-bottom:0}#qodef-woo-page.qodef--single form.cart .group_table p,#yith-quick-view-content.single-product form.cart .group_table p{margin:0}#qodef-woo-page.qodef--single form.cart .group_table .variation:after,#qodef-woo-page.qodef--single form.cart .group_table .variation:before,#yith-quick-view-content.single-product form.cart .group_table .variation:after,#yith-quick-view-content.single-product form.cart .group_table .variation:before{content:'';display:table;table-layout:fixed}#qodef-woo-page.qodef--single form.cart .group_table .variation:after,#yith-quick-view-content.single-product form.cart .group_table .variation:after{clear:both}#qodef-woo-page.qodef--single form.cart .group_table .variation dt,#yith-quick-view-content.single-product form.cart .group_table .variation dt{clear:left;float:left;font-weight:initial}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single form.cart .group_table .variation dt,#yith-quick-view-content.single-product form.cart .group_table .variation dt{float:none;width:100%}}#qodef-woo-page.qodef--single form.cart .group_table .variation dd,#yith-quick-view-content.single-product form.cart .group_table .variation dd{clear:right;float:left;margin:0 0 0 5px}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single form.cart .group_table .variation dd,#yith-quick-view-content.single-product form.cart .group_table .variation dd{float:none;margin:0;width:100%}}#qodef-woo-page.qodef--single form.cart .variations,#yith-quick-view-content.single-product form.cart .variations{margin-bottom:30px}#qodef-woo-page.qodef--single form.cart .variations tr,#yith-quick-view-content.single-product form.cart .variations tr{border:0}#qodef-woo-page.qodef--single form.cart .variations tr[class^=description_attribute] td,#yith-quick-view-content.single-product form.cart .variations tr[class^=description_attribute] td{padding-bottom:10px}#qodef-woo-page.qodef--single form.cart .variations td,#yith-quick-view-content.single-product form.cart .variations td{position:relative}#qodef-woo-page.qodef--single form.cart .variations td,#qodef-woo-page.qodef--single form.cart .variations th,#yith-quick-view-content.single-product form.cart .variations td,#yith-quick-view-content.single-product form.cart .variations th{padding:3px 0;text-align:initial;border:0}#qodef-woo-page.qodef--single form.cart .variations label,#yith-quick-view-content.single-product form.cart .variations label{margin-bottom:0;color:#000;font-size:16px;line-height:1.5;font-weight:500}#qodef-woo-page.qodef--single form.cart .variations select,#yith-quick-view-content.single-product form.cart .variations select{width:auto;min-width:220px;margin:0}#qodef-woo-page.qodef--single form.cart .variations .select2-container--default,#qodef-woo-page.qodef--single form.cart .variations select,#yith-quick-view-content.single-product form.cart .variations .select2-container--default,#yith-quick-view-content.single-product form.cart .variations select{margin:0}#qodef-woo-page.qodef--single form.cart .variations .reset_variations,#yith-quick-view-content.single-product form.cart .variations .reset_variations{display:inline-block;margin-left:10px;line-height:1}#qodef-woo-page.qodef--single form.cart .woocommerce-variation,#yith-quick-view-content.single-product form.cart .woocommerce-variation{display:flex;flex-direction:column;justify-content:flex-start;position:relative}#qodef-woo-page.qodef--single form.cart .woocommerce-variation-availability>*,#qodef-woo-page.qodef--single form.cart .woocommerce-variation-description>*,#qodef-woo-page.qodef--single form.cart .woocommerce-variation-price>*,#yith-quick-view-content.single-product form.cart .woocommerce-variation-availability>*,#yith-quick-view-content.single-product form.cart .woocommerce-variation-description>*,#yith-quick-view-content.single-product form.cart .woocommerce-variation-price>*{margin:0 0 45px 0}#qodef-woo-page.qodef--single .out-of-stock,#yith-quick-view-content.single-product .out-of-stock{color:#000;font-size:16px;line-height:1.5;font-weight:500;margin:28px 0 0}#qodef-woo-page.qodef--single .product_meta,#yith-quick-view-content.single-product .product_meta{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:52px}#qodef-woo-page.qodef--single .product_meta>*,#yith-quick-view-content.single-product .product_meta>*{position:relative;display:flex;margin-bottom:13px}#qodef-woo-page.qodef--single .product_meta>:last-child,#yith-quick-view-content.single-product .product_meta>:last-child{margin-bottom:0}#qodef-woo-page.qodef--single .product_meta .tagged_as .qodef-woo-meta-value a,#yith-quick-view-content.single-product .product_meta .tagged_as .qodef-woo-meta-value a{display:inline-block;font-family:inherit;font-size:14px!important;font-weight:inherit;letter-spacing:-.014em;line-height:inherit;margin:0 5px 10px 0;position:relative;text-transform:capitalize;vertical-align:top;border:1px solid #000;border-radius:20px;padding:3px 7px}#qodef-woo-page.qodef--single .product_meta .tagged_as .qodef-woo-meta-value a:hover,#yith-quick-view-content.single-product .product_meta .tagged_as .qodef-woo-meta-value a:hover{color:currentColor!important}#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label,#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-label{flex-shrink:0;margin-right:8px;color:#000;font-size:16px;line-height:1.5;font-weight:500;line-height:inherit!important;font-weight:400}#qodef-woo-page.qodef--single .product_meta .posted_in .qodef-woo-meta-value a,#yith-quick-view-content.single-product .product_meta .posted_in .qodef-woo-meta-value a{color:inherit;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(1px),currentColor calc(1px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(1px + 1px);transition:background-size .25s ease-out}#qodef-woo-page.qodef--single .product_meta .posted_in .qodef-woo-meta-value a:hover,#yith-quick-view-content.single-product .product_meta .posted_in .qodef-woo-meta-value a:hover{background-size:100% calc(1px + 1px)}#qodef-woo-page.qodef--single .qodef-social-share,#yith-quick-view-content.single-product .qodef-social-share{margin-top:8px}#qodef-woo-page.qodef--single .woocommerce-tabs,#yith-quick-view-content.single-product .woocommerce-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:114px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none;border-bottom:2px solid #ebebeb}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{margin:0 14px 0 0;padding:0;position:relative}@media only screen and (max-width:768px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{margin:0 9px 0 0}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:after,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:after{content:'';background-color:#000;height:2px;width:0;position:absolute;bottom:-2px;left:0;display:inline-block;transition:width .25s ease-out}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a{font-size:25px;line-height:1.32;font-weight:500;display:block;padding:15px 48px 15px 25px;transition:color .2s ease-out,background-color .2s ease-out}@media only screen and (max-width:768px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a{padding:15px 18px 15px 5px}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a{padding:15px 20px 15px 20px}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a:hover{color:currentColor}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child{margin-right:0}@media only screen and (max-width:768px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child{margin-right:4px}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active:after,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active:after,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover:after,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:hover:after,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.active:after,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-active:after,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-hover:after,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:hover:after{width:100%}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:hover a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.active a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-active a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-hover a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:hover a{color:currentColor}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs{flex-direction:column;align-items:flex-start}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{margin:0 0 26px 0;padding:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child{margin-bottom:0}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:40px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information{margin-top:36px;margin-bottom:5px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews{margin-top:40px;margin-bottom:20px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab>h2{display:none}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p{margin:0}#qodef-woo-page.qodef--single .shop_attributes tr,#yith-quick-view-content.single-product .shop_attributes tr{border:0}#qodef-woo-page.qodef--single .shop_attributes td,#yith-quick-view-content.single-product .shop_attributes td{padding:7px 10px}#qodef-woo-page.qodef--single .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes th,#yith-quick-view-content.single-product .shop_attributes td,#yith-quick-view-content.single-product .shop_attributes th{vertical-align:middle;text-align:left;border:0}#qodef-woo-page.qodef--single .shop_attributes th,#yith-quick-view-content.single-product .shop_attributes th{color:#000;font-size:16px;line-height:1.5;font-weight:500;width:6%}#qodef-woo-page.qodef--single .shop_attributes p,#yith-quick-view-content.single-product .shop_attributes p{margin:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-Reviews-title{font-size:25px;line-height:1.32;font-weight:500;margin:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist{position:relative;display:inline-block;width:100%;vertical-align:top;margin:39px 0 0;padding:0;list-style:none}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>*,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist>*{margin:0 0 30px;padding:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist>:last-child{margin-bottom:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist .description,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist .description{width:78%}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist .description,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist .description{width:100%}}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container,#yith-quick-view-content.single-product .woocommerce-Reviews .comment_container{position:relative;display:flex;align-items:flex-start}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img,#yith-quick-view-content.single-product .woocommerce-Reviews .comment_container>img{flex-shrink:0;margin-right:30px;border-radius:12px}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text,#yith-quick-view-content.single-product .woocommerce-Reviews .comment-text{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .woocommerce-Reviews .meta,#yith-quick-view-content.single-product .woocommerce-Reviews .meta{padding-top:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-review__author{color:#000;font-size:16px;line-height:1.5;font-weight:500;font-size:20px}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__published-date,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-review__published-date{color:#a8a8a8}#qodef-woo-page.qodef--single #review_form,#yith-quick-view-content.single-product #review_form{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:55px}#qodef-woo-page.qodef--single #review_form .comment-reply-title,#yith-quick-view-content.single-product #review_form .comment-reply-title{font-size:35px;font-weight:400;line-height:1.22em}#qodef-woo-page.qodef--single #review_form .comment-notes~.comment-form-rating,#yith-quick-view-content.single-product #review_form .comment-notes~.comment-form-rating{margin-top:-13px}#qodef-woo-page.qodef--single #review_form .comment-form-rating,#yith-quick-view-content.single-product #review_form .comment-form-rating{margin:15px 0 30px 0}#qodef-woo-page.qodef--single #review_form .comment-form-rating label,#yith-quick-view-content.single-product #review_form .comment-form-rating label{margin-bottom:5px}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars,#yith-quick-view-content.single-product #review_form .comment-form-rating .stars{display:none;line-height:1}#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings{display:flex;margin:0;overflow:hidden}#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings span,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings span{margin-right:12px;font-size:20px;color:#ebebeb}#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected span,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected span{color:var(--qode-main-color)}#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* span,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* span{color:#bebebe}#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg{fill:currentColor}#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg{fill:none}#qodef-woo-page.qodef--single #review_form .comment-form-rating a,#yith-quick-view-content.single-product #review_form .comment-form-rating a{color:var(--qode-main-color);position:relative;display:inline-block;vertical-align:top;margin:0 1.5px 0 0;font-size:0;line-height:1}#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg,#yith-quick-view-content.single-product #review_form .comment-form-rating a svg{display:block;width:14px;height:auto;fill:none;stroke:currentColor}#qodef-woo-page.qodef--single .related,#qodef-woo-page.qodef--single .up-sells,#yith-quick-view-content.single-product .related,#yith-quick-view-content.single-product .up-sells{margin-top:118px}#qodef-woo-page.qodef--single .related>h2,#qodef-woo-page.qodef--single .up-sells>h2,#yith-quick-view-content.single-product .related>h2,#yith-quick-view-content.single-product .up-sells>h2{color:#000;font-size:35px;line-height:1.228;font-weight:400;margin:0 0 42px}.widget .qodef-woo-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1;margin:0}.widget .qodef-woo-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.widget .qodef-woo-ratings .qodef-m-star{color:var(--qode-main-color)}.widget .qodef-woo-ratings .qodef-m-star svg{display:inline-block;margin-right:.1em;width:14px;height:auto}.widget .qodef-woo-ratings .qodef-m-star svg:last-child{margin-right:0}.widget .qodef-woo-ratings .qodef-m-star span{margin-right:12px;font-size:20px}.widget .qodef-woo-ratings .qodef-m-star.qodef--initial{color:#a8a8a8}.widget .qodef-woo-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.widget .qodef-woo-ratings .qodef-m-star.qodef--active svg{fill:currentColor}.widget .price{position:relative;display:flex;align-items:center;font-size:18px;margin:1px 0 0;font-weight:500;font-size:14px;margin:0}.widget .price del{margin-right:10px}.widget .price ins{text-decoration:none;color:var(--qode-main-color)}.widget.woocommerce .qodef-woo-product-title{font-size:16px;line-height:1.5;font-weight:500;margin:0}.widget.woocommerce .qodef-woo-product-title a{font-size:16px!important}.widget.woocommerce a .product-title{font-size:16px;line-height:1.5;font-weight:500}.widget.woocommerce .button,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px;cursor:pointer;z-index:3;font-size:15px;padding:0;font-weight:500;border:0}.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:0;cursor:pointer;height:4px;position:relative}.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{border-radius:100%;height:11px;outline:0;position:absolute;top:-3.5px;width:11px;z-index:2}.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{transform:translateX(-11px)}.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{border-radius:0;display:block;height:100%;position:absolute;z-index:1}.widget.woocommerce.widget_price_filter .price_slider_amount{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;margin:11px 0 0;position:relative}.widget.woocommerce.widget_price_filter .price_slider_amount .button .qodef-m-button-arrow-holder{top:0}.widget.woocommerce.widget_price_filter .price_slider_amount .clear{display:none}.widget.woocommerce.widget_products .qodef-woo-ratings{display:none}.widget.woocommerce.widget_products ul li,.widget.woocommerce.widget_recently_viewed_products ul li,.widget.woocommerce.widget_top_rated_products ul li{display:flex;position:relative;align-items:center}.widget.woocommerce.widget_products ul li:last-child,.widget.woocommerce.widget_recently_viewed_products ul li:last-child,.widget.woocommerce.widget_top_rated_products ul li:last-child{margin-bottom:0}.widget.woocommerce.widget_products .qodef-woo-product-image,.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image{flex-shrink:0}.widget.woocommerce.widget_products .qodef-woo-product-image a,.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a,.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a{background-image:none}.widget.woocommerce.widget_products .qodef-woo-product-image a,.widget.woocommerce.widget_products .qodef-woo-product-image img,.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a,.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a,.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img{display:block;position:relative}.widget.woocommerce.widget_recent_reviews ul li .reviewer{margin-top:8px}.widget.woocommerce.widget_recent_reviews ul li:last-child{margin-bottom:0}.widget.woocommerce.widget_recent_reviews ul li>*{display:block}.widget.woocommerce.widget_recent_reviews a{color:#000;font-size:16px;line-height:1.5;font-weight:500;position:relative}.widget.woocommerce.widget_recent_reviews a img{left:0;position:absolute;top:0}.widget.woocommerce.widget_layered_nav button{margin-top:10px}.widget .wc-block-product-categories{margin:0}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{font-size:16px;line-height:1.5;font-weight:500}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{vertical-align:top}.widget .wc-block-product-categories-list li{font-size:15px}.widget .wc-block-product-categories-list li a{text-transform:lowercase}.widget .qodef-m-star{color:var(--qode-main-color)!important}.widget.woocommerce .qodef-woo-product-title a{color:#000}.widget.woocommerce .qodef-woo-product-title a:hover{color:initial}.widget.woocommerce a .product-title{color:#000}.widget.woocommerce a:hover .product-title{color:initial}.widget.woocommerce.widget_price_filter .qodef-widget-title{margin-bottom:22px}.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#ebebeb}.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{background-color:var(--qode-main-color)}.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{background-color:var(--qode-main-color)}.widget.woocommerce.widget_shopping_cart{flex-direction:column;align-items:flex-start}.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content{width:100%}.widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:22px}.widget.woocommerce.widget_layered_nav form{margin-top:22px}.widget.woocommerce.widget_layered_nav ul li.chosen a{color:initial}.widget.woocommerce.widget_products .qodef-woo-ratings{display:none}.widget.woocommerce.widget_products .qodef-widget-title,.widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,.widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:22px}.widget.woocommerce.widget_products ul li,.widget.woocommerce.widget_recently_viewed_products ul li,.widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}.widget.woocommerce.widget_products .qodef-woo-product-image,.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image{margin-right:20px}.widget.woocommerce.widget_products .qodef-woo-product-image img,.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img{width:88px;border-radius:5px}.widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:22px}.widget.woocommerce.widget_recent_reviews ul li{min-height:88px;margin-bottom:20px}.widget.woocommerce.widget_recent_reviews ul li>*{padding-left:108px}.widget.woocommerce.widget_recent_reviews a:hover{color:initial}.widget.woocommerce.widget_recent_reviews a img{width:88px}.widget.widget_block .price{justify-content:center}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:108px!important}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#000}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:initial}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -108px!important;max-width:initial!important;width:88px!important}#qodef-top-area .widget.woocommerce .qodef-woo-product-title a{color:#b1b0b5}#qodef-top-area .widget.woocommerce .qodef-woo-product-title a:hover{color:#b1b0b5}#qodef-top-area .widget.woocommerce a .product-title{color:#b1b0b5}#qodef-top-area .widget.woocommerce a:hover .product-title{color:#b1b0b5}#qodef-top-area .widget.woocommerce.widget_price_filter .qodef-widget-title{margin-bottom:22px}#qodef-top-area .widget.woocommerce.widget_shopping_cart{flex-direction:column;align-items:flex-start}#qodef-top-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content{width:100%}#qodef-top-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:22px}#qodef-top-area .widget.woocommerce.widget_layered_nav form{margin-top:22px}#qodef-top-area .widget.woocommerce.widget_layered_nav ul li.chosen a{color:#b1b0b5}#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-ratings{display:none}#qodef-top-area .widget.woocommerce.widget_products .qodef-widget-title,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:22px}#qodef-top-area .widget.woocommerce.widget_products ul li,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-top-area .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image{margin-right:20px}#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image img,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img{width:88px;border-radius:5px}#qodef-top-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:22px}#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li{min-height:88px;margin-bottom:20px}#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:108px}#qodef-top-area .widget.woocommerce.widget_recent_reviews a:hover{color:#b1b0b5}#qodef-top-area .widget.woocommerce.widget_recent_reviews a img{width:88px}#qodef-top-area .widget.widget_block .price{justify-content:center}#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:108px!important}#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#b1b0b5}#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:#b1b0b5}#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -108px!important;max-width:initial!important;width:88px!important}#qodef-page-footer .widget .qodef-m-star{color:#fff!important}#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a{color:#b1b0b5}#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a:hover{color:#fff}#qodef-page-footer .widget.woocommerce a .product-title{color:#b1b0b5}#qodef-page-footer .widget.woocommerce a:hover .product-title{color:#fff}#qodef-page-footer .widget.woocommerce.widget_price_filter .qodef-widget-title{margin-bottom:45px}#qodef-page-footer .widget.woocommerce.widget_shopping_cart{flex-direction:column;align-items:flex-start}#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content{width:100%}#qodef-page-footer .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:45px}#qodef-page-footer .widget.woocommerce.widget_layered_nav form{margin-top:45px}#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li.chosen a{color:#fff}#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-ratings{display:none}#qodef-page-footer .widget.woocommerce.widget_products .qodef-widget-title,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:45px}#qodef-page-footer .widget.woocommerce.widget_products ul li,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image{margin-right:20px}#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image img,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img{width:88px;border-radius:5px}#qodef-page-footer .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:45px}#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li{min-height:88px;margin-bottom:20px}#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:108px}#qodef-page-footer .widget.woocommerce.widget_recent_reviews a:hover{color:#fff}#qodef-page-footer .widget.woocommerce.widget_recent_reviews a img{width:88px}#qodef-page-footer .widget.widget_block .price{justify-content:center}#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:108px!important}#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#b1b0b5}#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:#fff}#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -108px!important;max-width:initial!important;width:88px!important}.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a{color:#fff}.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a:hover{color:initial}.qodef-mega-menu-widget-holder .widget.woocommerce a .product-title{color:#fff}.qodef-mega-menu-widget-holder .widget.woocommerce a:hover .product-title{color:initial}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_price_filter .qodef-widget-title{margin-bottom:22px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart{flex-direction:column;align-items:flex-start}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content{width:100%}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:22px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav form{margin-top:22px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav ul li.chosen a{color:initial}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-woo-ratings{display:none}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:22px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products ul li,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products ul li,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-woo-product-image,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image{margin-right:20px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-woo-product-image img,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img{width:88px;border-radius:5px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:22px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li{min-height:88px;margin-bottom:20px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:108px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a:hover{color:initial}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a img{width:88px}.qodef-mega-menu-widget-holder .widget.widget_block .price{justify-content:center}.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:108px!important}.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#fff}.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:initial}.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -108px!important;max-width:initial!important;width:88px!important}@media only screen and (max-width:680px){#qodef-404-page{padding:110px 40px 200px}}@media only screen and (max-width:680px){.qodef-blog .qodef-blog-item .qodef-e-left,.qodef-blog .qodef-blog-item .qodef-e-right{flex-basis:100%}.qodef-blog .qodef-blog-item .qodef-e-right{text-align:left;margin-top:18px;margin-bottom:-6px}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon{right:12%;width:120px}.qodef-blog .qodef-blog-item .qodef-e-quote:before{right:19%;font-size:470px}}@media only screen and (max-width:1024px){#qodef-page-comments{margin-bottom:30px}}@media only screen and (max-width:1024px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:40px}}@media only screen and (max-width:768px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:20px}}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{margin-top:23px;width:100%}#qodef-page-comments-list .qodef-comment-item .children{padding-left:3%}}@media only screen and (max-width:680px){.qodef-m-filter .qodef-m-filter-items{flex-direction:column;align-items:flex-start}.qodef-m-filter .qodef-m-filter-item{margin:5px 0}}@media only screen and (max-width:1024px){#qodef-page-footer-top-area .qodef-content-full-width{padding-left:7%;padding-right:7%}}@media only screen and (max-width:1024px){#qodef-page-footer-bottom-area .qodef-content-full-width{padding-left:7%;padding-right:7%}}@media only screen and (max-width:1024px){#qodef-page-header{display:none}}@media only screen and (max-width:1024px){#qodef-page-mobile-header{display:block}}@media only screen and (max-width:768px){.woocommerce-page div.woocommerce .col2-set{flex-wrap:wrap}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail,.yith-wcwl-form .shop_table td.product-thumbnail,.yith-wcwl-form .shop_table th.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .shop_table td.product-subtotal,#qodef-woo-page.qodef--cart .shop_table th.product-subtotal,.yith-wcwl-form .shop_table td.product-subtotal,.yith-wcwl-form .shop_table th.product-subtotal{display:none}#qodef-woo-page.qodef--cart .shop_table td.product-stock-status,#qodef-woo-page.qodef--cart .shop_table th.product-stock-status,.yith-wcwl-form .shop_table td.product-stock-status,.yith-wcwl-form .shop_table th.product-stock-status{display:none}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon,.yith-wcwl-form .shop_table td.actions .coupon,.yith-wcwl-form .shop_table th.actions .coupon{width:100%;float:none}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon>*,.yith-wcwl-form .shop_table td.actions .coupon>*,.yith-wcwl-form .shop_table th.actions .coupon>*{margin-bottom:20px}#qodef-woo-page.qodef--cart .shop_table td.actions>.button,#qodef-woo-page.qodef--cart .shop_table th.actions>.button,.yith-wcwl-form .shop_table td.actions>.button,.yith-wcwl-form .shop_table th.actions>.button{float:none}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th,.yith-wcwl-form .cart-collaterals .shop_table th{width:auto}}@media only screen and (max-width:768px){.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-navigation{padding-right:0}.woocommerce-account .woocommerce-MyAccount-content{margin-top:50px}}@media only screen and (max-width:1440px){.qodef-woo-product-list ul.products.columns-6>.product{width:20%}}@media only screen and (max-width:1366px){.qodef-woo-product-list ul.products.columns-5>.product{width:25%}.qodef-woo-product-list ul.products.columns-6>.product{width:25%}.qodef-woo-product-list ul.products.columns-7>.product{width:25%}.qodef-woo-product-list ul.products.columns-8>.product{width:25%}}@media only screen and (max-width:1024px){.qodef-woo-product-list ul.products.columns-4>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-5>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-6>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-7>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-8>.product{width:33.33333%}}@media only screen and (max-width:768px){.qodef-woo-product-list ul.products.columns-3>.product{width:50%}.qodef-woo-product-list ul.products.columns-4>.product{width:50%}.qodef-woo-product-list ul.products.columns-5>.product{width:50%}.qodef-woo-product-list ul.products.columns-6>.product{width:50%}.qodef-woo-product-list ul.products.columns-7>.product{width:50%}.qodef-woo-product-list ul.products.columns-8>.product{width:50%}}@media only screen and (max-width:680px){.qodef-woo-product-list ul.products.columns-2>.product{width:100%}.qodef-woo-product-list ul.products.columns-3>.product{width:100%}.qodef-woo-product-list ul.products.columns-4>.product{width:100%}.qodef-woo-product-list ul.products.columns-5>.product{width:100%}.qodef-woo-product-list ul.products.columns-6>.product{width:100%}.qodef-woo-product-list ul.products.columns-7>.product{width:100%}.qodef-woo-product-list ul.products.columns-8>.product{width:100%}}@media only screen and (max-width:1440px){.qodef-woo-product-list.qodef-gutter--extreme ul.products{margin:0 -35px}.qodef-woo-product-list.qodef-gutter--extreme ul.products>.product{padding:0 35px;margin:0 0 70px}}@media only screen and (max-width:680px){.qodef-woo-results{flex-direction:column;align-items:flex-start;justify-content:start}.qodef-woo-results .woocommerce-ordering{margin-top:10px;margin-left:0}}@media only screen and (max-width:1024px){#qodef-woo-page.qodef--single .qodef-woo-single-inner{flex-wrap:wrap}#qodef-woo-page.qodef--single .entry-summary{margin-top:60px}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger{left:10px}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure{flex-wrap:wrap}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image{width:100%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper{width:100%!important;display:flex;flex-wrap:wrap}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child{margin-top:16px!important}}@media only screen and (max-width:480px){#qodef-woo-page.qodef--single form.cart .variations .value{position:relative}#qodef-woo-page.qodef--single form.cart .variations .reset_variations{bottom:0;left:0;margin:0;position:absolute}#qodef-woo-page.qodef--single form.cart .variations tr:last-child .value{padding-bottom:20px}#qodef-woo-page.qodef--single form.cart .variations tr:last-child .select2-container--default{margin-bottom:11px}}@media only screen and (max-width:1024px) and (min-width:769px){#qodef-woo-page.qodef--single .related .columns-4 .product,#qodef-woo-page.qodef--single .up-sells .columns-4 .product{width:50%}}
.coachfocus-core-page-inline-style{position:absolute!important;width:0;height:0;line-height:1;display:none}@media screen and (max-width:1680px){.qodef-offset-image-holder{max-width:70%}}@media screen and (max-width:1600px){.qodef-offset-image-holder{max-width:75%}}@media only screen and (max-width:768px){.qodef-offset-image-holder{max-width:100%}}.kc-elm.qodef-shortcode .fa,.kc-elm.qodef-shortcode .fas{font-family:'Font Awesome 5 Free';font-weight:900}.kc-elm.qodef-shortcode .fa:before,.kc-elm.qodef-shortcode .fas:before{font-family:inherit;font-weight:inherit}.kc-elm.qodef-shortcode .fab{font-family:'Font Awesome 5 Brands';font-weight:400}.kc-elm.qodef-shortcode .fab:before{font-family:inherit;font-weight:inherit}#qodef-back-to-top{position:fixed;width:84px;height:84px;right:25px;bottom:25px;margin:0;opacity:0;visibility:hidden;z-index:10000}#qodef-back-to-top .qodef-back-to-top-icon{position:relative;display:flex;align-items:center;justify-content:center;height:100%;font-size:17px;color:#fff}#qodef-back-to-top .qodef-back-to-top-icon *{display:block;line-height:inherit}#qodef-back-to-top .qodef-back-to-top-icon:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f85e2e;border-radius:100%;z-index:-1;transform:scale(1);transition:transform .3s ease-out}#qodef-back-to-top:hover .qodef-back-to-top-icon:before{transform:scale(1.1)}#qodef-back-to-top svg{display:block;width:18px;height:auto;fill:currentColor}#qodef-back-to-top.qodef--off{opacity:0;visibility:hidden;transition:opacity .15s ease,visibility 0s .15s}#qodef-back-to-top.qodef--on{opacity:1;visibility:visible;transition:opacity .3s ease}.qodef-background-text{position:relative}.qodef-background-text .qodef-m-background-text{color:var(--qode-main-color);font-size:200px;line-height:1em}.qodef-background-text .qodef-m-background-text-holder{display:flex;height:100%;position:absolute;width:100%}.qodef-blog.qodef-item-layout--metro{margin:0}.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background{margin-bottom:0}.qodef-blog.qodef-item-layout--metro article .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:flex-end;flex-direction:column;padding:20px 40px 35px;background-color:rgba(0,0,0,.12)}.qodef-blog.qodef-item-layout--metro article .qodef-e-content a{position:relative;z-index:3}.qodef-blog.qodef-item-layout--metro article .qodef-e-title{color:#fff}.qodef-blog.qodef-item-layout--metro article .qodef-e-title a{color:inherit}.qodef-blog.qodef-item-layout--metro article .qodef-e-title a:hover{color:var(--qode-main-color)}.qodef-blog.qodef-item-layout--metro article .qodef-e-info>*{color:#fff}.qodef-blog.qodef-item-layout--metro article .qodef-e-info a:hover{color:var(--qode-main-color)}.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link{z-index:2}.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after,.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after,.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after{position:absolute;top:calc(50% - 36px);left:calc(50% - 36px);content:'\45';font-family:ElegantIcons;font-size:72px;line-height:1;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;color:#fff;speak:none;-webkit-font-smoothing:antialiased;z-index:1;border:3px solid #fff}.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after{content:'\e006'}.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after{content:'\45'}.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after{content:'\e027'}.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link{padding:83px 68px}.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon{right:84px;width:144px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote{padding:83px 68px 87px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before{font-size:582px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author{margin:20px 0 4px}.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link{display:flex;justify-content:center;flex-direction:column;height:100%;padding-top:40px;padding-bottom:40px}.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote{display:flex;justify-content:center;flex-direction:column;height:100%;padding-top:40px;padding-bottom:40px}.qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder{margin-bottom:1px}.qodef-blog.qodef-item-layout--simple article .qodef-e-inner{display:flex;align-items:flex-start}.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{flex-shrink:0;width:120px!important;margin:0 20px 0 0}.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder{margin-top:5px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-media>*{margin-bottom:31px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-top-holder{margin-bottom:4px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-bottom-holder{margin-top:28px}.qodef-blog.qodef-item-layout--standard.qodef--light-skin .qodef-e-title{color:#fff}.qodef-blog.qodef-item-layout--standard.qodef--light-skin .qodef-e-title a{color:inherit}.qodef-blog.qodef-item-layout--standard.qodef--light-skin .qodef-e-info>*{color:#fff}.qodef-blog.qodef-item-layout--standard.qodef--light-skin .qodef-button.qodef-layout--circle{color:#fff}.qodef-blog.qodef-item-layout--standard.qodef--light-skin .qodef-share-link{color:#fff}.widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child){margin-bottom:13px}.widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child{margin-top:8px}.widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{margin-right:20px;width:88px!important}.widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 14px}.widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a{color:#000}.widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover{color:initial}#qodef-top-area .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child){margin-bottom:13px}#qodef-top-area .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child{margin-top:8px}#qodef-top-area .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{margin-right:20px;width:88px!important}#qodef-top-area .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 14px}#qodef-top-area .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a{color:#000}#qodef-top-area .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover{color:initial}#qodef-page-footer .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child){margin-bottom:13px}#qodef-page-footer .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child{margin-top:8px}#qodef-page-footer .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{margin-right:20px;width:88px!important}#qodef-page-footer .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 14px}#qodef-page-footer .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a{color:#b1b0b5}#qodef-page-footer .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover{color:#fff}.qodef-mega-menu-widget-holder .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child){margin-bottom:13px}.qodef-mega-menu-widget-holder .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child{margin-top:8px}.qodef-mega-menu-widget-holder .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{margin-right:20px;width:88px!important}.qodef-mega-menu-widget-holder .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 14px}.qodef-mega-menu-widget-holder .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a{color:#000}.qodef-mega-menu-widget-holder .widget.widget_coachfocus_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover{color:initial}#qodef-author-info{margin-top:36px}#qodef-author-info .qodef-m-inner{position:relative;display:flex;align-items:center}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-inner{flex-wrap:wrap}}#qodef-author-info .qodef-m-image{flex-shrink:0;margin-right:50px}#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img{display:block}#qodef-author-info .qodef-m-image img{border-radius:10px}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-content{margin-top:23px}}#qodef-author-info .qodef-m-author{font-size:20px;font-weight:500;line-height:1.444;margin:0}#qodef-author-info .qodef-m-author a:hover{color:initial}#qodef-author-info .qodef-author-additional-information{font-weight:500;color:#a8a8a8;margin:0}#qodef-author-info .qodef-m-email{margin:5px 0 0}#qodef-author-info .qodef-m-description{margin:10px 0 0;max-width:620px}#qodef-author-info .qodef-m-social-icons{margin-top:30px}#qodef-author-info .qodef-m-social-icons a{position:relative;display:inline-block;vertical-align:top;margin-right:21px;font-size:18px;line-height:21px;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out}#qodef-author-info .qodef-m-social-icons a:hover{color:initial;background-size:100% calc(2px + 1px)}#qodef-author-info .qodef-m-social-icons a:last-child{margin-right:0}#qodef-related-posts{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:86px}#qodef-related-posts h3{margin:6px 0 45px}#qodef-related-posts .qodef-e-bottom-holder{display:none}#qodef-single-post-navigation{position:relative;margin:78px auto 23px}#qodef-single-post-navigation .qodef-m-inner{position:relative;display:flex;align-items:center;justify-content:space-between}#qodef-single-post-navigation .qodef-m-nav{position:relative;display:flex;align-items:center}#qodef-single-post-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon{position:relative;top:0;display:block;width:25px;height:auto;fill:none;stroke:currentColor}#qodef-single-post-navigation .qodef-m-nav.qodef--prev{left:0}#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon{margin-right:15px}#qodef-single-post-navigation .qodef-m-nav.qodef--next{flex-direction:row-reverse;right:0;margin-left:auto;text-align:right}#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon{margin-left:15px}#qodef-single-post-navigation .qodef-m-nav:hover{color:initial}#qodef-single-post-navigation .qodef-m-nav-label{font-size:14px;text-transform:uppercase}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot{cursor:none!important}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot *{cursor:none!important}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder{opacity:0}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-visible{opacity:1}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-transform{position:fixed;top:0;left:0;pointer-events:none;z-index:7777777;height:130px;width:130px;display:flex;align-items:center;justify-content:center;will-change:transform;mix-blend-mode:multiply;overflow:hidden;transform:translate3d(-100px,-100px,0)}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-transform.qodef-no-blend-mode{mix-blend-mode:initial}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-difference .qodef-custom-cursor-transform{mix-blend-mode:difference}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-transform-delay{transition:all .15s ease-out}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:10px;width:10px;border-radius:50%;background:var(--qode-main-color);transition:all .1s ease}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-arrow,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-discover,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-drag,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-video,.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-view{opacity:0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;transition:opacity 0s ease-out}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-arrow{height:130px;width:130px;border-radius:50%;border:1px solid #000;color:#000}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder .qodef-custom-cursor-arrow .custom-cursor-svg-arrow{opacity:0;transition:opacity 0s ease-out;width:18px;height:18px}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-link .qodef-custom-cursor-dot{height:16px;width:16px}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-drag .qodef-custom-cursor-dot{height:84px;width:84px}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-drag .qodef-custom-cursor-drag{transition:opacity .25s ease-out .2s;opacity:1}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-drag.qodef-custom-cursor-hovering-link .qodef-custom-cursor-dot{height:16px;width:16px}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-drag.qodef-custom-cursor-hovering-link .qodef-custom-cursor-drag{opacity:0;transition:opacity .2s ease-out}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-video .qodef-custom-cursor-dot{height:130px;width:130px}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-video .qodef-custom-cursor-video{transition:opacity .25s ease-out .2s;opacity:1}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-view .qodef-custom-cursor-dot{height:84px;width:84px}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-view .qodef-custom-cursor-view{transition:opacity .25s ease-out .2s;opacity:1}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-discover .qodef-custom-cursor-dot{height:130px;width:130px}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-discover .qodef-custom-cursor-discover{transition:opacity .25s ease-out .2s;opacity:1}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-arrow .qodef-custom-cursor-dot{height:0;width:0}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-arrow .qodef-custom-cursor-arrow{transition:opacity .25s ease-out;opacity:1}.no-touchevents:not(.elementor-html) .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder.qodef-custom-cursor-hovering-arrow .qodef-custom-cursor-arrow .custom-cursor-svg-arrow{transition:opacity .25s ease-out .2s;opacity:1}.touchevents .qodef-custom-cursor-enabled.qodef-custom-cursor-dot #qodef-custom-cursor-holder{display:none}#qodef-page-footer .qodef-alignment--left{text-align:left}#qodef-page-footer .qodef-alignment--left .widget img{margin-right:auto}#qodef-page-footer .qodef-alignment--center{text-align:center}#qodef-page-footer .qodef-alignment--center .widget img{margin-right:auto;margin-left:auto}#qodef-page-footer .qodef-alignment--right{text-align:right}#qodef-page-footer .qodef-alignment--right .widget img{margin-left:auto}@media only screen and (max-width:1024px){#qodef-page-footer .qodef-grid-inner .qodef-grid-item{padding-bottom:50px}}@media only screen and (max-width:680px){#qodef-page-footer .qodef-grid-inner .qodef-grid-item:last-child{padding-bottom:0}}@media (min-width:681px){#qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2){text-align:right}}.qodef-page-footer--uncover #qodef-page-outer{z-index:90}.no-touchevents .qodef-page-footer--uncover #qodef-page-footer{position:fixed;bottom:0;left:0}#qodef-fullscreen-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ebebeb;overflow-x:hidden!important;visibility:hidden;opacity:0;z-index:99}#qodef-fullscreen-area .qodef-content-grid{height:100%}#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu{width:100%}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area{animation:qode-fade-in .3s ease-out both}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area{animation:qode-fade-out .3s ease-out both}#qodef-fullscreen-area-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.qodef-fullscreen-menu-image{height:100%;width:40%;background-color:#1c1c1c;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);transition:-webkit-clip-path .8s ease;transition:clip-path .8s ease;transition:clip-path .8s ease,-webkit-clip-path .8s ease}.qodef-fullscreen-menu-image.qodef--appeared{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}@media screen and (max-width:1023px){.qodef-fullscreen-menu-image{display:none}}.qodef-fullscreen-menu{position:relative;top:0;margin:0 auto;text-align:left;width:60%;padding:6vh 15% 0}@media screen and (max-width:1023px){.qodef-fullscreen-menu{width:auto}}.qodef-fullscreen-menu ul{margin:0;padding:0;list-style:none}.qodef-fullscreen-menu ul li{position:relative;margin:0;padding:0}.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow,.qodef-fullscreen-menu ul li a .qodef-menu-item-flower{display:none}.qodef-fullscreen-menu ul li.qodef--hide-link>a{cursor:default}.qodef-fullscreen-menu ul.sub-menu{display:none}.qodef-fullscreen-menu .qodef-menu-item-icon{margin-right:5px}.qodef-fullscreen-menu .qodef-mega-menu-widget-holder{display:none}.qodef-fullscreen-menu>ul>li{padding:17px 0}@media only screen and (max-width:1366px){.qodef-fullscreen-menu>ul>li{padding:7px 0}}.qodef-fullscreen-menu>ul>li>a{font-size:65px;line-height:1.123;letter-spacing:-.01em;font-weight:400;color:#000;overflow:hidden;position:relative;display:inline-block}@media only screen and (max-width:680px){.qodef-fullscreen-menu>ul>li>a{font-size:55px}}.qodef-fullscreen-menu>ul>li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(5px),currentColor calc(5px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(5px + 1px);transition:background-size .25s ease-out}@media screen and (max-width:1023px){.qodef-fullscreen-menu>ul>li>a{font-size:45px}}.qodef-fullscreen-menu>ul>li>a>.qodef-menu-item-text{background:0!important;display:inline-block;transform:rotateZ(15deg) translateY(200%);transition:transform .6s ease-out}.qodef-fullscreen-menu>ul>li>a.qodef--appeared>.qodef-menu-item-text{transform:rotateZ(0) translateY(0)}.qodef-fullscreen-menu>ul>li>a:hover>.qodef-menu-item-text{background-size:100% calc(5px + 1px)}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-fullscreen-menu>ul>li.current-menu-item>a>.qodef-menu-item-text{background-size:100% calc(5px + 1px)}.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul>li:first-child{margin-top:30px}@media only screen and (max-width:1366px){.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul>li:first-child{margin-top:20px}}.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul>li:last-child{margin-bottom:-20px}@media only screen and (max-width:1366px){.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul>li:last-child{margin-bottom:-10px}}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul{padding-left:20px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{position:relative;display:flex;white-space:normal;margin:7px 0;overflow:hidden;transition:padding .2s ease-out;font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000;display:inline-block;line-height:24px;margin:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover>.qodef-menu-item-text{background-size:100% calc(2px + 1px)}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a>.qodef-menu-item-text{background-size:100% calc(2px + 1px)}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon{transition:opacity .2s ease-out}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open{opacity:1;visibility:visible}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close{opacity:0;visibility:hidden}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon .qodef-svg--fullscreen-flower path{transition:opacity .25s ease-out}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon .qodef-svg--fullscreen-flower path:nth-child(1){transition-delay:.15s}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon .qodef-svg--fullscreen-flower path:nth-child(2){transition-delay:.3s}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon .qodef-svg--fullscreen-flower path:nth-child(3){transition-delay:.45s}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon .qodef-svg--fullscreen-flower path:nth-child(4){transition-delay:.6s}.qodef-fullscreen-menu-opener.qodef-source--predefined svg{fill:var(--qode-main-color)}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-fullscreen-menu-text{position:relative;margin-right:21px;line-height:18px;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(1px),currentColor calc(1px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(1px + 1px);transition:background-size .25s ease-out;color:#000}.qodef-fullscreen-menu-opener:hover .qodef-fullscreen-menu-text{background-size:100% calc(1px + 1px)}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-fullscreen-menu-text{color:#fff}@media only screen and (max-width:768px){.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-fullscreen-menu-text{color:#000}}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open{opacity:0;visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close{opacity:1!important;visibility:visible!important}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon .qodef-svg--fullscreen-flower path{opacity:0}.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened .qodef-header-logo-link,.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link{visibility:visible}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:1!important}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:0!important}.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link{visibility:hidden}.qodef-fullscreen-menu--opened #qodef-page-header .widget a{color:#fff}#qodef-page-header .qodef-widget-holder{display:flex;align-items:center;height:100%;margin-left:28px}#qodef-page-header .qodef-widget-holder .widget{margin:0 14px}#qodef-page-header .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-page-header .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-page-header div[id^=monster-widget-placeholder],#qodef-page-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-header-inner{border-bottom:0 solid transparent}#qodef-page-header-inner.qodef-content-grid{padding:0}#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a{color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened){color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a{color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened){color:var(--qode-header-dark-color)!important}#qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:1}#qodef-page-header .qodef-header-logo-link img.qodef--dark,#qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:0}#qodef-page-header .qodef-header-logo-link img:not(.qodef--main){position:absolute;top:50%;left:0;transform:translateY(-50%)}#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg{display:block;width:50px;height:auto;fill:currentColor;stroke:currentColor}#qodef-page-header .qodef-header-logo-link.qodef-source--textual{color:#000;font-size:25px;line-height:1.32;font-weight:500;transition:color .2s ease-out}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main{opacity:0}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light{opacity:1}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual{color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover{color:var(--qode-header-light-hover-color)!important}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main{opacity:0}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark{opacity:1}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual{color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover{color:var(--qode-header-dark-hover-color)!important}.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link{margin-right:auto}.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder{margin-right:48px}#qodef-page-header-inner.qodef-skin--light .qodef-fullscreen-menu-text{color:#fff}.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation{margin-left:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo{position:absolute;top:0;left:0;height:100%;display:inline-flex;align-items:center}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation{margin-left:auto;margin-right:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder{position:absolute;top:0;right:0;margin-left:0}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation{margin-right:auto}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link{margin-right:24px}.qodef-header--fixed-display #qodef-page-header,.qodef-header--fixed-display #qodef-top-area{position:fixed;top:0;left:0;width:100%}.qodef--boxed.qodef-header--fixed-display #qodef-top-area{left:30px;width:calc(100% - 60px)}.qodef--boxed.qodef-header--fixed-display #qodef-page-header{left:30px;width:calc(100% - 60px)}.qodef-header--fixed-display.admin-bar #qodef-page-header,.qodef-header--fixed-display.admin-bar #qodef-top-area{top:32px}.qodef-header-sticky{position:fixed;top:0;left:0;height:70px;width:100%;background-color:#fff;transform:translateY(-100%);transition:transform .5s ease,top .5s ease;z-index:100}.qodef-header--sticky-display .qodef-header-sticky{transform:translateY(0)}.admin-bar.qodef-header--sticky-display .qodef-header-sticky{top:32px}.qodef-header-sticky-inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 58px}.qodef-header-sticky-inner.qodef-content-grid{padding:0}.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link{margin-right:auto}.qodef-header-standard--left .qodef-header-sticky-inner{justify-content:flex-start}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation{margin-left:20px}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder{margin-left:auto!important}#qodef-top-area{position:relative;background-color:#1c1c1c;z-index:101;font-size:14px}#qodef-top-area-inner{align-items:center;display:flex;height:40px;justify-content:space-between;padding:0 58px;position:relative}#qodef-top-area-inner.qodef-content-grid{padding:0!important}#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder{margin:0 auto}#qodef-top-area .qodef-widget-holder{display:flex;align-items:center;height:100%}#qodef-top-area .qodef-widget-holder.qodef--left{margin-right:auto}#qodef-top-area .qodef-widget-holder.qodef--right{margin-left:auto}#qodef-top-area .qodef-widget-holder .widget{margin:0 17px}#qodef-top-area .qodef-widget-holder .widget a{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(1px),currentColor calc(1px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(1px + 1px);transition:background-size .25s ease-out}#qodef-top-area .qodef-widget-holder .widget a:hover{background-size:100% calc(1px + 1px)}#qodef-top-area .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-top-area .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-top-area .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p{margin:0}#qodef-top-area div[id^=monster-widget-placeholder],#qodef-top-area div[id^=woo-monster-widget-placeholder]{display:none}#qodef-multiple-map-notice{position:relative;display:flex;align-items:center;height:100%;padding:30px 15%;text-align:center;color:var(--qode-main-color);background-color:#ebebeb}.qodef-map-marker-holder{transform:translate(-50%,-100%);z-index:10}.qodef-map-marker-holder.qodef-active{z-index:500}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window{display:block}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-map-marker{position:relative;width:50px;height:auto;transition:all .15s ease-out}.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner{position:relative;width:100%;height:100%}.qodef-map-marker-holder .qodef-map-marker svg{width:100%;height:auto}.qodef-map-marker-holder .qodef-map-marker svg path{transition:fill .2s ease-in-out}.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-info-window{position:absolute;top:-10px;left:-17px;display:none;min-width:284px;background-color:#fff;border:1px solid #000;border-radius:10px;box-shadow:3px 3px 15px 0 rgba(0,0,0,.5);z-index:10;transition:opacity .3s ease;transform:translate(0,-100%)}.qodef-map-marker-holder .qodef-info-window-inner{position:relative;display:flex;align-items:center;padding:8px}.qodef-map-marker-holder .qodef-info-window-inner:after{content:'';position:absolute;bottom:-4px;left:35px;width:5px;height:5px;background-color:#fff;border-top:1px solid #000;border-left:1px solid #000;transform:rotate(-135deg)}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image{margin-right:12px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img{display:block;width:65px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title{margin:0;transition:color .2s ease-out}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location{margin:3px 0 0;font-family:Inter,sans-serif;font-size:14px;line-height:1.2em}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title{color:var(--qode-main-color)}.qodef-cluster-marker{width:50px;height:auto}.qodef-cluster-marker.qodef-active svg path:first-child,.qodef-cluster-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-cluster-marker.qodef-active svg path:last-child,.qodef-cluster-marker:hover svg path:last-child{fill:#51a69e}.qodef-cluster-marker .qodef-cluster-marker-inner{position:relative}.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number{position:absolute;top:-4px;left:0;right:0;font-size:30px;font-weight:700;text-align:center;color:#000}.qodef-cluster-marker svg{width:100%;height:auto}.qodef-cluster-marker svg path{transition:fill .2s ease-in-out}.qodef-places-geo-radius{position:absolute;left:0;top:calc(100% + 10px);width:100%;height:48px;display:none;padding:10px 20px;background-color:#fff;border:1px solid #000;z-index:9999}.qodef-places-geo-radius .qodef-range-slider-label{display:inline-flex;align-items:center;height:100%}.qodef-places-geo-radius .noUi-target{position:relative;display:inline-flex;height:3px;width:calc(100% - 70px);background-color:#eaeaea;border:0;direction:ltr;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-ms-user-select:none;user-select:none;margin-left:10px}.qodef-places-geo-radius .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-ms-user-select:none;user-select:none}.qodef-places-geo-radius .noUi-target .noUi-base{position:relative;width:100%;height:100%;z-index:1}.qodef-places-geo-radius .noUi-target .noUi-connects{position:relative;width:100%;height:100%;overflow:hidden;z-index:0}.qodef-places-geo-radius .noUi-target .noUi-connect,.qodef-places-geo-radius .noUi-target .noUi-origin{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;will-change:transform;transform-origin:0 0}.qodef-places-geo-radius .noUi-target .noUi-connect{background-color:var(--qode-main-color)}.qodef-places-geo-radius .noUi-target .noUi-handle{position:absolute;top:-3px;left:auto;right:-9px;width:9px;height:9px;background-color:var(--qode-main-color);cursor:pointer}.qodef-places-geo-radius .noUi-target .noUi-tooltip{position:absolute;left:50%;bottom:7px;display:block;font-size:12px;white-space:nowrap;transform:translateX(-50%)}.qodef-places-geo-radius .noUi-target .noUi-tooltip:after{content:' km'}.qodef-places-geo-radius .noUi-state-drag *{cursor:inherit!important}.qodef-places-geo-radius .noUi-draggable{cursor:ew-resize}.qodef-places-geo-radius [disabled] .noUi-handle,.qodef-places-geo-radius [disabled].noUi-handle,.qodef-places-geo-radius [disabled].noUi-target{cursor:not-allowed!important}#qodef-page-mobile-header{background-color:#fff}#qodef-page-mobile-header .qodef-widget-holder{display:flex;align-items:center;height:100%}#qodef-page-mobile-header .qodef-widget-holder .widget{margin:0 0 0 12px}#qodef-page-mobile-header .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-page-mobile-header .widget .textwidget>*,#qodef-page-mobile-header .widget .widget p{margin:0}#qodef-page-mobile-header div[id^=monster-widget-placeholder],#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened{color:var(--qode-main-color)}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon{visibility:hidden}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close{visibility:visible}.qodef-mobile-header--sticky #qodef-page-mobile-header{width:100%;position:fixed;top:0;left:0;transform:translateY(-100%)}.qodef-mobile-header--sticky-animation #qodef-page-mobile-header{transition:transform .3s ease,top .3s ease}.qodef-mobile-header--sticky-display #qodef-page-mobile-header{transform:translateY(0)}.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header{top:46px}.qodef--passepartout #qodef-page-mobile-header-inner{padding:0}.qodef-mobile-header-navigation ul li .qodef-content-grid{width:100%}#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:1}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:0}#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main){position:absolute;top:50%;left:0;transform:translateY(-50%)}#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg{display:block;width:50px;height:auto;fill:currentColor;stroke:currentColor}#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual{color:#000;font-size:25px;line-height:1.32;font-weight:500;transition:color .2s ease-out}.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon{margin-right:5px}.qodef-mobile-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner{justify-content:flex-end}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon{margin-left:20px}@media only screen and (max-width:680px){.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon .qodef-fullscreen-menu-text{display:none}}.qodef-fullscreen-menu--opened{overflow-y:hidden}.qodef-fullscreen-menu--opened .qodef-header-logo-link.qodef--dark{opacity:1!important}.qodef-fullscreen-menu--opened .qodef-header-logo-link.qodef--light,.qodef-fullscreen-menu--opened .qodef-header-logo-link.qodef--main{opacity:0!important}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:0}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual{color:var(--qode-header-light-color)!important}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover{color:var(--qode-header-light-hover-color)!important}.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener{margin-left:20px}#qodef-side-area-mobile-header{position:fixed;top:0;right:-340px;width:340px;height:100vh;display:flex;align-items:center;padding:70px 60px;background-color:#1c1c1c;overflow:hidden;visibility:hidden;z-index:9999;transition:all .6s cubic-bezier(.77,0,.175,1)}#qodef-side-area-mobile-header .qodef-m-close{position:absolute;top:26px;right:40px;display:block;z-index:1000;color:#fff}#qodef-side-area-mobile-header .qodef-m-navigation{width:100%}#qodef-side-area-mobile-header .qodef-m-navigation ul{margin:0;padding:0;list-style:none}#qodef-side-area-mobile-header .qodef-m-navigation ul li{position:relative;padding:0;margin:0}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second{display:none;transform:translateZ(0)}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow{position:absolute;top:6px;right:0;width:22px;height:auto;color:#fff;z-index:9;cursor:pointer;transition:color .2s ease-out;transform:rotate(0);transition:transform .2s ease-out,color .2s ease-out}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover{color:#fff}#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a{position:relative;display:flex;white-space:normal;margin:7px 0;overflow:hidden;transition:padding .2s ease-out;font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#fff}#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon{flex-shrink:0}#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(4px),currentColor calc(4px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(4px + 1px);transition:background-size .25s ease-out}#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a>.qodef-menu-item-text,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a>.qodef-menu-item-text,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a>.qodef-menu-item-text{background-size:100% calc(4px + 1px)}#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul{display:none}#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a{cursor:default}#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow{transform:rotate(90deg)}#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon{margin-right:5px}#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder{display:none}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a{color:#fff}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(5px),currentColor calc(5px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(5px + 1px);transition:background-size .25s ease-out}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover>.qodef-menu-item-text{background-size:100% calc(5px + 1px)}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a>.qodef-menu-item-text{background-size:100% calc(5px + 1px)}#qodef-side-area-mobile-header .qodef-widget-holder{position:absolute;left:60px;bottom:20px;width:calc(100% - 2*60px);height:auto}#qodef-side-area-mobile-header .qodef-widget-holder .widget{margin:0}.admin-bar #qodef-side-area-mobile-header{top:32px;height:calc(100vh - 32px)}#qodef-side-area-mobile-header.qodef--opened{right:0;visibility:visible}.qodef-mobile-header--standard #qodef-page-mobile-header-inner{justify-content:flex-end}.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-header-navigation .qodef-menu-item-icon{display:block;margin-right:5px;line-height:inherit}.qodef-header-navigation .qodef-menu-item-icon:before{display:block;line-height:inherit}.qodef-header-navigation ul li .qodef-drop-down-second{position:absolute;top:100%;left:0;display:block;width:auto;height:0;opacity:0;visibility:hidden;overflow:hidden;z-index:10}.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start{opacity:1;visibility:visible;overflow:visible;z-index:20;transition:opacity .2s ease-out}.qodef-header-navigation ul li .qodef-mega-menu-widget-holder{display:none;white-space:normal}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right{left:auto;right:0}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul{position:relative;top:auto;opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder{display:block}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{background-color:#1c1c1c}.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid){padding:0 58px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul{display:flex;justify-content:space-between;padding:46px 0 41px;margin:0 -15px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li{width:100%;padding:0 15px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#fff}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover>.qodef-menu-item-text{background-size:100% calc(2px + 1px)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-flower{display:none}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul{padding-top:12px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#fff;font-size:13px;text-transform:uppercase;position:relative;display:flex;white-space:normal;margin:7px 0;overflow:hidden;transition:padding .2s ease-out}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(4px),currentColor calc(4px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(4px + 1px);transition:background-size .25s ease-out}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a>.qodef-menu-item-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a>.qodef-menu-item-text{background-size:100% calc(4px + 1px)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a>.qodef-menu-item-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a>.qodef-menu-item-text{background-size:100% calc(5px + 1px)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover>.qodef-menu-item-text{background-size:100% calc(5px + 1px)}body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner{padding:0 58px}.qodef-opener-icon{position:relative;display:inline-block;vertical-align:middle;line-height:1}.qodef-opener-icon .qodef-m-icon{position:relative;visibility:visible;display:flex;align-items:center;justify-content:center}.qodef-opener-icon .qodef-m-icon.qodef--close{position:absolute;top:0;left:0;visibility:hidden}.qodef-opener-icon.qodef-source--icon-pack{font-size:35px}.qodef-opener-icon.qodef-source--icon-pack *{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--icon-pack :before{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open{visibility:hidden}.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close{visibility:visible}.qodef-opener-icon.qodef-source--svg-path span{position:relative}.qodef-opener-icon.qodef-source--svg-path span>*{vertical-align:middle}.qodef-opener-icon.qodef-source--svg-path span path,.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:currentColor}.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open{visibility:hidden}.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close{visibility:visible}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines{position:relative;display:block;width:30px;height:12px}.qodef-opener-icon.qodef-source--predefined .qodef-m-line{position:absolute;left:0;height:2px;width:100%;overflow:hidden}.qodef-opener-icon.qodef-source--predefined .qodef-m-line:after,.qodef-opener-icon.qodef-source--predefined .qodef-m-line:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,currentColor 0,currentColor 100%);transition:transform .3s cubic-bezier(.4,.05,.36,1);will-change:transform}.qodef-opener-icon.qodef-source--predefined .qodef-m-line:before{transition-delay:.1s}.qodef-opener-icon.qodef-source--predefined .qodef-m-line:after{transform:translateX(-100%);transition-delay:0s}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1{top:0}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1:after,.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1:before{background:linear-gradient(to right,currentColor 0,currentColor 80%,transparent 81%)}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2{bottom:0}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2:before{transition-delay:.3s}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2:after{transition-delay:.2s}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line:before{transform:translateX(100%);transition-delay:0s}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line:after{transform:translateX(0);transition-delay:.1s}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2{bottom:0}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2:before{transition-delay:.1s}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2:after{transition-delay:.2s}.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-lines,.qodef-opener-icon.qodef-source--predefined.qodef-m-close .qodef-m-lines{width:31px;height:31px}.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1,.qodef-opener-icon.qodef-source--predefined.qodef-m-close .qodef-m-line.qodef--1{top:15px;transform:rotate(45deg)}.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1:after,.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1:before,.qodef-opener-icon.qodef-source--predefined.qodef-m-close .qodef-m-line.qodef--1:after,.qodef-opener-icon.qodef-source--predefined.qodef-m-close .qodef-m-line.qodef--1:before{background:linear-gradient(to right,currentColor 0,currentColor 100%)}.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2,.qodef-opener-icon.qodef-source--predefined.qodef-m-close .qodef-m-line.qodef--2{top:15px;bottom:auto;transform:rotate(-45deg)}.qodef-parallax{position:relative;width:100%;overflow:hidden}.qodef-parallax.elementor-section{overflow:visible}.qodef-parallax-row-holder{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.qodef-parallax-img-holder{position:absolute;top:-50%;height:150%;left:0;width:100%;opacity:0}.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder{top:0;height:100%;opacity:1}.qodef-parallax-content-holder{position:relative;z-index:99}.qodef-parallax-img-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;will-change:transform}.qodef-parallax-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.touchevents .qodef-parallax-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.qodef-browser--edge .qodef-parallax-img,.qodef-browser--ms-explorer .qodef-parallax-img{height:100%}.bbpress.bbp-search.forum-search #qodef-page-inner,.bbpress.forum #qodef-page-inner,.bbpress.forum-archive #qodef-page-inner,.bbpress.topic #qodef-page-inner,.bbpress.topic-tag #qodef-page-inner{padding:77px 0 54px}#bbpress-forums{position:relative;display:inline-block;width:100%;vertical-align:top;padding-top:40px;margin-bottom:61px;font-family:Inter,sans-serif;font-size:15px;line-height:1.6em;font-weight:400;overflow:visible}#bbpress-forums .bbp-topics{background-color:#f9f9f9;border-radius:10px;border:0}#bbpress-forums *{box-sizing:border-box}#bbpress-forums a{transition:color .2s ease-out}#bbpress-forums a:hover{color:#000;transition:color .2s ease-out}#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results{border:none;border-radius:10px;background-color:#f9f9f9}#bbpress-forums ul.bbp-topics{background-color:#f9f9f9;border-radius:10px;border:0}#bbpress-forums ul.bbp-forums-list{border-left:0}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#f9f9f9}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#f9f9f9}#bbpress-forums .bbp-user-section>p{margin:8px 0 16px}#bbpress-forums ul.bbp-forums{margin-top:66px;font-size:inherit;border:0;border-radius:10px;background-color:#f9f9f9}#bbpress-forums ul.bbp-forums>li{padding:0 35px}#bbpress-forums ul.bbp-forums .bbp-header{padding:0 35px}#bbpress-forums .bbp-admin-links{color:#000}#bbpress-forums .bbp-reply-post-date{color:#a8a8a8;font-size:16px}#bbpress-forums div.bbp-template-notice.info{background-color:#f9f9f9}#bbpress-forums li.bbp-header{border-top:none;background-color:transparent;padding:0;border-bottom:1px solid #ebebeb}#bbpress-forums li.bbp-header>ul>li{color:#000;font-size:18px;line-height:1.444;font-weight:500;padding:18px 0}@media only screen and (max-width:768px){#bbpress-forums li.bbp-header>ul>li{font-size:15px}}#bbpress-forums li.bbp-header>ul>li.bbp-forum-freshness,#bbpress-forums li.bbp-header>ul>li.bbp-topic-freshness{text-align:center!important}#bbpress-forums li.bbp-header>ul>li:not(:first-child):not(:last-child){text-align:center}#bbpress-forums li.bbp-header>ul>li:first-child,#bbpress-forums li.bbp-header>ul>li:last-child{text-align:left}#bbpress-forums li.bbp-body{padding:0 35px;background-color:#f9f9f9}#bbpress-forums li.bbp-body ul.topic:first-child{border-top:0}#bbpress-forums li.bbp-body .bbp-forum-freshness{font-size:inherit}#bbpress-forums li.bbp-body .bbp-forum-freshness>a{color:#000}#bbpress-forums li.bbp-body .bbp-forum-freshness>a:hover{color:#000}#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-topic-meta{margin:0;font-size:inherit;line-height:26px}#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-author-avatar{display:none}#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-author-name{color:#000}#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-author-name:hover{color:#000}#bbpress-forums li.bbp-footer{display:none;padding:0}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{border:none;float:none;margin-bottom:0}#bbpress-forums div.bbp-breadcrumb{font-size:15px;font-weight:500;border-bottom:1px solid #ebebeb;width:100%}#bbpress-forums div.bbp-breadcrumb p{margin:0 0 4px 0}body.forum-archive #bbpress-forums div.bbp-breadcrumb{width:calc(100% - 300px);font-size:15px;line-height:35px}@media only screen and (max-width:680px){body.forum-archive #bbpress-forums div.bbp-breadcrumb{width:100%;margin-top:20px}}body.forum-archive #bbpress-forums div.bbp-breadcrumb p{line-height:inherit}body.forum-archive #bbpress-forums div.bbp-search-form{width:275px}@media only screen and (max-width:480px){body.forum-archive #bbpress-forums div.bbp-search-form{width:100%}}body.forum-archive #bbpress-forums li.bbp-body ul.forum{display:flex;align-items:center;padding:25px 0 27px;background-color:#f9f9f9}body.forum-archive #bbpress-forums li.bbp-body ul.forum:first-child{border-top:0}body.forum-archive #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-title{font-size:18px}body.forum-archive #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-content{margin:0;font-size:inherit}body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by{color:#a8a8a8;font-size:16px}body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name{color:#000}body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name:hover{color:#000}#bbpress-forums fieldset.bbp-form{padding:0;border:0}#bbpress-forums fieldset.bbp-form legend{width:100%;padding:35px 15px 5px;font-size:20px;font-weight:400;color:#000}#bbpress-forums fieldset.bbp-form .bbp-template-notice{margin-bottom:15px}#bbpress-forums fieldset.bbp-form label{color:#000;font-size:inherit}#bbpress-forums fieldset.bbp-form #bbp_topic_subscription{float:left;margin:7px 7px 0 0;text-align:left}#bbpress-forums fieldset.bbp-form #bbp_topic_subscription+label{color:#000;padding-left:2px;width:85%;float:left;font-size:13px}#bbpress-forums fieldset.bbp-form input[type=text],#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{width:100%;margin:0 0 10px;padding:13px 16px;font-family:inherit;font-size:15px;line-height:20px;font-weight:inherit;color:#000;background-color:transparent;border:0;border-bottom:1px solid #000;border-radius:0;outline:0;-webkit-appearance:none;cursor:pointer;box-sizing:border-box}#bbpress-forums fieldset.bbp-form input[type=text]:focus,#bbpress-forums fieldset.bbp-form select:focus,#bbpress-forums fieldset.bbp-form textarea:focus{color:#000}#bbpress-forums fieldset.bbp-form textarea{border-radius:10px}#bbpress-forums fieldset.bbp-form .wp-editor-container{border:0}#bbpress-forums fieldset.bbp-form textarea{border:1px solid #000}#bbpress-forums fieldset.bbp-form input[type=password]{border-bottom:1px solid #000;border-top:0;border-left:0;border-right:0;border-radius:0}#bbpress-forums fieldset.bbp-form textarea.bbp-the-content{display:block}#bbpress-forums fieldset.bbp-form div.bbp-submit-wrapper{float:left}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice){padding:0 15px;margin-left:-15px;margin-right:-15px}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice):before{content:" ";display:table}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice):after{content:" ";display:table;clear:both}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice)>p{float:left;box-sizing:border-box;padding:0 15px;width:33.3333333333%}@media only screen and (max-width:768px){#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice)>p{width:100%}}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice)>p:before{content:" ";display:table}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice)>p:after{content:" ";display:table;clear:both}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice) .bbp-the-content-wrapper{margin:22px 0 29px;float:left;position:relative;box-sizing:border-box;width:100%}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice) .bbp-the-content-wrapper:before{content:" ";display:table}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice) .bbp-the-content-wrapper:after{content:" ";display:table;clear:both}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice) .bbp-submit-wrapper{float:left!important;position:relative;box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice) .bbp-submit-wrapper:before{content:" ";display:table}#bbpress-forums fieldset.bbp-form>div:not(.bbp-template-notice) .bbp-submit-wrapper:after{content:" ";display:table;clear:both}#bbpress-forums fieldset.bbp-form button{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;color:#000;background-color:transparent;border:1px solid #000;cursor:pointer;padding:14px 19px 13px 29px}#bbpress-forums fieldset.bbp-form button:hover:after{transform:translateX(3px)}#bbpress-forums fieldset.bbp-form button:after{content:url(//saphircoaching.com/wp-content/plugins/coachfocus-core/assets/img/button-arrow-light.svg);margin-left:14px;display:inline-block;will-change:transform;transition:.3s cubic-bezier(.61,.04,0,.98) .1s}@media only screen and (max-width:1024px){#bbpress-forums fieldset.bbp-form button>div:not(.bbp-template-notice)>p{width:100%;float:none}}#bbpress-forums fieldset.bbp-form .bbp-remember-me label{position:relative;top:-1px;margin-left:5px}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-style:normal}#bbpress-forums ul.bbp-search-results{border:1px solid #000}#bbpress-forums ul.bbp-search-results li.bbp-body{padding:0}#bbpress-forums ul.bbp-search-results li.bbp-header{padding:20px 30px 18px 11px;border-bottom:0}#bbpress-forums ul.bbp-search-results li.bbp-header .bbp-search-author,#bbpress-forums ul.bbp-search-results li.bbp-header .bbp-search-content{color:#000;font-size:16px;line-height:1.5;font-weight:500;font-size:17px}#bbpress-forums ul.bbp-search-results .bbp-topic-header{width:100%;padding:11px 19px 10px;background-color:#ebebeb}@media only screen and (max-width:680px){#bbpress-forums ul.bbp-search-results .bbp-topic-header{padding:11px 30px 10px}}#bbpress-forums ul.bbp-search-results .bbp-topic-header .bbp-meta{font-size:15px}#bbpress-forums ul.bbp-search-results .bbp-topic-header .bbp-topic-permalink{color:#000}#bbpress-forums ul.bbp-search-results .bbp-topic-header .bbp-topic-title h3{color:#000;font-size:16px;line-height:1.5;font-weight:500;font-size:17px}#bbpress-forums ul.bbp-search-results .bbp-topic-header .bbp-topic-title a:hover{color:inherit}#bbpress-forums ul.bbp-search-results .bbp-topic-header .bbp-topic-title-meta{font-size:15px}#bbpress-forums ul.bbp-search-results .bbp-topic-header .bbp-topic-title-meta a:hover{color:inherit}#bbpress-forums ul.bbp-search-results .bbp-topic-author{margin-top:32px;margin-left:10px;text-align:left}#bbpress-forums ul.bbp-search-results .bbp-topic-author img.avatar{margin:0}#bbpress-forums ul.bbp-search-results .bbp-topic-author .bbp-author-name{margin:17px 0 4px;font-size:18px;font-weight:500}#bbpress-forums ul.bbp-search-results .bbp-topic-author .bbp-author-role{font-size:14px;line-height:18px;font-style:normal;margin-top:0;text-align:center}#bbpress-forums ul.bbp-search-results .bbp-topic-author .bbp-author-ip{display:none}#bbpress-forums ul.bbp-search-results .bbp-topic-content{padding:32px 0}#bbpress-forums ul.bbp-search-results .bbp-topic-content>p{margin:0}#bbpress-forums .bbp-pagination-links a,#bbpress-forums .bbp-pagination-links a:hover,#bbpress-forums .bbp-pagination-links span.current{border:none;background:0 0}body.bbp-user-page #bbpress-forums .subscription-toggle:hover,body.forum #bbpress-forums .subscription-toggle:hover,body.forum-archive #bbpress-forums .subscription-toggle:hover,body.single-topic #bbpress-forums .subscription-toggle:hover,body.topic-tag #bbpress-forums .subscription-toggle:hover{color:#000}body.bbp-user-page #bbpress-forums .subscription-toggle:before,body.forum #bbpress-forums .subscription-toggle:before,body.forum-archive #bbpress-forums .subscription-toggle:before,body.single-topic #bbpress-forums .subscription-toggle:before,body.topic-tag #bbpress-forums .subscription-toggle:before{font-family:Inter,sans-serif;content:'+';margin-right:2px}body.bbp-user-page #bbpress-forums #favorite-toggle,body.forum #bbpress-forums #favorite-toggle,body.forum-archive #bbpress-forums #favorite-toggle,body.single-topic #bbpress-forums #favorite-toggle,body.topic-tag #bbpress-forums #favorite-toggle{margin-right:3px}body.bbp-user-page #bbpress-forums #favorite-toggle .favorite-toggle:before,body.forum #bbpress-forums #favorite-toggle .favorite-toggle:before,body.forum-archive #bbpress-forums #favorite-toggle .favorite-toggle:before,body.single-topic #bbpress-forums #favorite-toggle .favorite-toggle:before,body.topic-tag #bbpress-forums #favorite-toggle .favorite-toggle:before{font-family:Ionicons;content:"";margin-right:6px;display:inline-block}body.bbp-user-page #bbpress-forums #favorite-toggle .is-favorite .favorite-toggle:before,body.forum #bbpress-forums #favorite-toggle .is-favorite .favorite-toggle:before,body.forum-archive #bbpress-forums #favorite-toggle .is-favorite .favorite-toggle:before,body.single-topic #bbpress-forums #favorite-toggle .is-favorite .favorite-toggle:before,body.topic-tag #bbpress-forums #favorite-toggle .is-favorite .favorite-toggle:before{content:""}body.bbp-user-page #bbpress-forums .favorite-toggle,body.bbp-user-page #bbpress-forums .subscription-toggle,body.forum #bbpress-forums .favorite-toggle,body.forum #bbpress-forums .subscription-toggle,body.forum-archive #bbpress-forums .favorite-toggle,body.forum-archive #bbpress-forums .subscription-toggle,body.single-topic #bbpress-forums .favorite-toggle,body.single-topic #bbpress-forums .subscription-toggle,body.topic-tag #bbpress-forums .favorite-toggle,body.topic-tag #bbpress-forums .subscription-toggle{font-size:16px!important;font-weight:500!important}body.bbp-user-page #bbpress-forums .bbp-topics,body.forum #bbpress-forums .bbp-topics,body.forum-archive #bbpress-forums .bbp-topics,body.single-topic #bbpress-forums .bbp-topics,body.topic-tag #bbpress-forums .bbp-topics{margin:0;font-size:inherit}body.bbp-user-page #bbpress-forums .bbp-topics .bbp-header,body.forum #bbpress-forums .bbp-topics .bbp-header,body.forum-archive #bbpress-forums .bbp-topics .bbp-header,body.single-topic #bbpress-forums .bbp-topics .bbp-header,body.topic-tag #bbpress-forums .bbp-topics .bbp-header{padding:0}body.bbp-user-page #bbpress-forums .bbp-topics .bbp-header ul,body.forum #bbpress-forums .bbp-topics .bbp-header ul,body.forum-archive #bbpress-forums .bbp-topics .bbp-header ul,body.single-topic #bbpress-forums .bbp-topics .bbp-header ul,body.topic-tag #bbpress-forums .bbp-topics .bbp-header ul{padding:0 35px}body.bbp-user-page #bbpress-forums .bbp-topics .bbp-header ul li,body.forum #bbpress-forums .bbp-topics .bbp-header ul li,body.forum-archive #bbpress-forums .bbp-topics .bbp-header ul li,body.single-topic #bbpress-forums .bbp-topics .bbp-header ul li,body.topic-tag #bbpress-forums .bbp-topics .bbp-header ul li{padding:17px 0}body.bbp-user-page #bbpress-forums .bbp-topics .bbp-body ul.topic,body.forum #bbpress-forums .bbp-topics .bbp-body ul.topic,body.forum-archive #bbpress-forums .bbp-topics .bbp-body ul.topic,body.single-topic #bbpress-forums .bbp-topics .bbp-body ul.topic,body.topic-tag #bbpress-forums .bbp-topics .bbp-body ul.topic{padding:22px 0 23px;display:flex;align-items:center;border-bottom:1px solid #ebebeb}body.bbp-user-page #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta,body.forum #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta,body.forum-archive #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta,body.single-topic #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta,body.topic-tag #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta{margin:0}body.bbp-user-page #bbpress-forums .bbp-topics .bbp-body ul.topic.even,body.forum #bbpress-forums .bbp-topics .bbp-body ul.topic.even,body.forum-archive #bbpress-forums .bbp-topics .bbp-body ul.topic.even,body.single-topic #bbpress-forums .bbp-topics .bbp-body ul.topic.even,body.topic-tag #bbpress-forums .bbp-topics .bbp-body ul.topic.even{background-color:#f9f9f9}body.bbp-user-page #bbpress-forums .bbp-topic-form,body.forum #bbpress-forums .bbp-topic-form,body.forum-archive #bbpress-forums .bbp-topic-form,body.single-topic #bbpress-forums .bbp-topic-form,body.topic-tag #bbpress-forums .bbp-topic-form{margin-top:60px;background-color:#fff}body.bbp-user-page #bbpress-forums .bbp-topic-form div.bbp-template-notice,body.forum #bbpress-forums .bbp-topic-form div.bbp-template-notice,body.forum-archive #bbpress-forums .bbp-topic-form div.bbp-template-notice,body.single-topic #bbpress-forums .bbp-topic-form div.bbp-template-notice,body.topic-tag #bbpress-forums .bbp-topic-form div.bbp-template-notice{border:none}body.bbp-user-page #bbpress-forums .bbp-topic-form div.bbp-template-notice p,body.forum #bbpress-forums .bbp-topic-form div.bbp-template-notice p,body.forum-archive #bbpress-forums .bbp-topic-form div.bbp-template-notice p,body.single-topic #bbpress-forums .bbp-topic-form div.bbp-template-notice p,body.topic-tag #bbpress-forums .bbp-topic-form div.bbp-template-notice p{position:relative;display:inline-block;width:100%;vertical-align:top;padding:18px;margin:0 0 10px 0;color:#303030;background-color:#fff8dd;border:1px solid #ffe275;border-radius:0}body.bbp-user-page #bbpress-forums li.bbp-header ul li.bbp-topic-title,body.forum #bbpress-forums li.bbp-header ul li.bbp-topic-title,body.forum-archive #bbpress-forums li.bbp-header ul li.bbp-topic-title,body.single-topic #bbpress-forums li.bbp-header ul li.bbp-topic-title,body.topic-tag #bbpress-forums li.bbp-header ul li.bbp-topic-title{padding-left:0}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic,body.forum #bbpress-forums li.bbp-body ul.topic,body.forum-archive #bbpress-forums li.bbp-body ul.topic,body.single-topic #bbpress-forums li.bbp-body ul.topic,body.topic-tag #bbpress-forums li.bbp-body ul.topic{border-top:none;padding:27px 0 28px 0}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic:last-child,body.forum #bbpress-forums li.bbp-body ul.topic:last-child,body.forum-archive #bbpress-forums li.bbp-body ul.topic:last-child,body.single-topic #bbpress-forums li.bbp-body ul.topic:last-child,body.topic-tag #bbpress-forums li.bbp-body ul.topic:last-child{border-bottom:none}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness,body.bbp-user-page #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness,body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness,body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness,body.forum-archive #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness,body.forum-archive #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness,body.single-topic #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness,body.single-topic #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness,body.topic-tag #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness,body.topic-tag #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness{color:#000}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a,body.bbp-user-page #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a,body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a,body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a,body.forum-archive #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a,body.forum-archive #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a,body.single-topic #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a,body.single-topic #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a,body.topic-tag #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a,body.topic-tag #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a{color:#000;font-size:inherit}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a:hover,body.bbp-user-page #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a:hover,body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a:hover,body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a:hover,body.forum-archive #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a:hover,body.forum-archive #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a:hover,body.single-topic #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a:hover,body.single-topic #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a:hover,body.topic-tag #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness>a:hover,body.topic-tag #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness>a:hover{color:#000}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic .bbp-topic-title,body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title,body.forum-archive #bbpress-forums li.bbp-body ul.topic .bbp-topic-title,body.single-topic #bbpress-forums li.bbp-body ul.topic .bbp-topic-title,body.topic-tag #bbpress-forums li.bbp-body ul.topic .bbp-topic-title{padding-right:20px;font-size:15px}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink,body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink,body.forum-archive #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink,body.single-topic #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink,body.topic-tag #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink{font-size:16px;line-height:1.62em;font-weight:500;color:#000}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink:hover,body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink:hover,body.forum-archive #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink:hover,body.single-topic #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink:hover,body.topic-tag #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink:hover{color:#000}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta,body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta,body.forum-archive #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta,body.single-topic #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta,body.topic-tag #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta{font-size:inherit}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta .avatar,body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta .avatar,body.forum-archive #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta .avatar,body.single-topic #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta .avatar,body.topic-tag #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta .avatar{border:none;vertical-align:initial;margin:0 9px 0 8px;border-radius:5px}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta,body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta,body.forum-archive #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta,body.single-topic #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta,body.topic-tag #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta{font-size:inherit;margin-top:7px}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-avatar,body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-avatar,body.forum-archive #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-avatar,body.single-topic #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-avatar,body.topic-tag #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-avatar{display:none}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name,body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name,body.forum-archive #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name,body.single-topic #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name,body.topic-tag #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name{font-size:inherit;color:#000}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name:hover,body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name:hover,body.forum-archive #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name:hover,body.single-topic #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name:hover,body.topic-tag #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name:hover{color:#000}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic.sticky,body.forum #bbpress-forums li.bbp-body ul.topic.sticky,body.forum-archive #bbpress-forums li.bbp-body ul.topic.sticky,body.single-topic #bbpress-forums li.bbp-body ul.topic.sticky,body.topic-tag #bbpress-forums li.bbp-body ul.topic.sticky{background-color:transparent!important;font-size:1em;position:relative}body.bbp-user-page #bbpress-forums li.bbp-body ul.topic.sticky:after,body.forum #bbpress-forums li.bbp-body ul.topic.sticky:after,body.forum-archive #bbpress-forums li.bbp-body ul.topic.sticky:after,body.single-topic #bbpress-forums li.bbp-body ul.topic.sticky:after,body.topic-tag #bbpress-forums li.bbp-body ul.topic.sticky:after{content:'\f02e';font-family:FontAwesome;color:#000;font-size:16px;position:absolute;top:-6px;right:20px;vertical-align:top}body.bbp-user-page #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-content,body.forum #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-content,body.forum-archive #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-content,body.single-topic #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-content,body.topic-tag #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-content{font-size:13px;font-weight:400;color:#000}body.bbp-user-page #bbpress-forums li.bbp-body .bbp-topic-started-by,body.forum #bbpress-forums li.bbp-body .bbp-topic-started-by,body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by,body.single-topic #bbpress-forums li.bbp-body .bbp-topic-started-by,body.topic-tag #bbpress-forums li.bbp-body .bbp-topic-started-by{color:#a8a8a8;font-size:16px}body.bbp-user-page #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-link,body.forum #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-link,body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-link,body.single-topic #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-link,body.topic-tag #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-link{vertical-align:middle}body.bbp-user-page #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name,body.forum #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name,body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name,body.single-topic #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name,body.topic-tag #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name{position:relative;top:-1px;font-size:inherit;color:#000}body.bbp-user-page #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name:hover,body.forum #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name:hover,body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name:hover,body.single-topic #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name:hover,body.topic-tag #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name:hover{color:#000}body.bbp-user-page #bbpress-forums .bbp-no-reply,body.bbp-user-page #bbpress-forums .bbp-no-topic,body.bbp-user-page #bbpress-forums .bbp-reply-form,body.bbp-user-page #bbpress-forums .bbp-topic-form,body.forum #bbpress-forums .bbp-no-reply,body.forum #bbpress-forums .bbp-no-topic,body.forum #bbpress-forums .bbp-reply-form,body.forum #bbpress-forums .bbp-topic-form,body.forum-archive #bbpress-forums .bbp-no-reply,body.forum-archive #bbpress-forums .bbp-no-topic,body.forum-archive #bbpress-forums .bbp-reply-form,body.forum-archive #bbpress-forums .bbp-topic-form,body.single-topic #bbpress-forums .bbp-no-reply,body.single-topic #bbpress-forums .bbp-no-topic,body.single-topic #bbpress-forums .bbp-reply-form,body.single-topic #bbpress-forums .bbp-topic-form,body.topic-tag #bbpress-forums .bbp-no-reply,body.topic-tag #bbpress-forums .bbp-no-topic,body.topic-tag #bbpress-forums .bbp-reply-form,body.topic-tag #bbpress-forums .bbp-topic-form{padding:0 0 46px;background-color:#fff}body.bbp-user-page .bbp-pagination:nth-of-type(4),body.forum .bbp-pagination:nth-of-type(4),body.forum-archive .bbp-pagination:nth-of-type(4),body.single-topic .bbp-pagination:nth-of-type(4),body.topic-tag .bbp-pagination:nth-of-type(4){display:none}body.topic #bbpress-forums div.reply{padding:0 20px}body.topic #bbpress-forums .bbp-pagination:nth-of-type(5){display:none}body.topic #bbpress-forums .bbp-topic-tags{display:block;margin-bottom:30px;float:none}body.topic #bbpress-forums .bbp-topic-tags a{display:inline-block;font-family:inherit;font-size:14px!important;font-weight:inherit;letter-spacing:-.014em;line-height:inherit;margin:0 5px 10px 0;position:relative;text-transform:capitalize;vertical-align:top;border:1px solid #000;border-radius:20px;padding:3px 7px;margin-top:-5px}body.topic #bbpress-forums .bbp-topic-tags a:hover{color:currentColor!important}body.topic #bbpress-forums #favorite-toggle,body.topic #bbpress-forums #subscription-toggle,body.topic #bbpress-forums .bbp-topic-tags{color:#000;font-weight:500;font-size:14px}body.topic #bbpress-forums #favorite-toggle a,body.topic #bbpress-forums #subscription-toggle a,body.topic #bbpress-forums .bbp-topic-tags a{color:#000}body.topic #bbpress-forums #favorite-toggle a:hover,body.topic #bbpress-forums #subscription-toggle a:hover,body.topic #bbpress-forums .bbp-topic-tags a:hover{color:#000}body.topic #bbpress-forums #favorite-toggle p,body.topic #bbpress-forums #subscription-toggle p,body.topic #bbpress-forums .bbp-topic-tags p{margin:0}body.topic #bbpress-forums #favorite-toggle .bbp-breadcrumb-current,body.topic #bbpress-forums #subscription-toggle .bbp-breadcrumb-current,body.topic #bbpress-forums .bbp-topic-tags .bbp-breadcrumb-current{color:#000}body.topic #bbpress-forums .bbp-replies{margin-bottom:0}body.topic #bbpress-forums .bbp-replies li.bbp-header{padding:20px 30px 18px 11px;border-bottom:0}body.topic #bbpress-forums .bbp-replies li.bbp-header .bbp-reply-author{width:auto;margin-left:27px}body.topic #bbpress-forums .bbp-replies li.bbp-header .bbp-reply-content{margin-left:170px}body.topic #bbpress-forums .bbp-replies li.bbp-header .bbp-reply-author,body.topic #bbpress-forums .bbp-replies li.bbp-header .bbp-reply-content{color:#000;font-size:18px;line-height:1.444;font-weight:500;font-size:20px;color:#000}body.topic #bbpress-forums .bbp-replies li.bbp-body{padding:0}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header{font-size:15px;width:100%;padding:16px 30px;background-color:#ebebeb;border:0}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header .bbp-admin-links a{color:#000;font-size:13px;text-transform:none}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header a.bbp-reply-permalink{color:#000;font-size:16px}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header a.bbp-reply-permalink:hover{color:#000}body.topic #bbpress-forums .bbp-replies li.bbp-body .topic-author.even{padding:0 22px}body.topic #bbpress-forums .bbp-replies li.bbp-body .topic-author.odd{padding:0 30px}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author{width:auto;margin-top:26px}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author .bbp-author-avatar{display:block}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author .bbp-author-avatar img{display:block;margin:0 auto;border-radius:10px}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author .bbp-author-name{padding:0;text-align:center}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author>a,body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author>a>img{margin:0}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-content{margin-left:128px;padding:41px 0;width:78%}@media only screen and (max-width:680px){body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-content{width:100%;margin-left:0}}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-content ul.bbp-reply-revision-log{margin:11px 0 0 0}body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-content>p{margin:0;font-size:16px}body.topic #bbpress-forums .bbp-replies li.bbp-body>div.topic-author{padding:0}body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author{text-align:center}@media only screen and (max-width:480px){body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author{text-align:left}}body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author .bbp-reply-ip,body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author br{display:none}body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author .bbp-author-name{margin:17px 0 4px;font-size:18px;font-weight:500}body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author .bbp-author-role{font-size:14px;line-height:18px;font-style:normal;margin-top:0;text-align:center}@media only screen and (max-width:480px){body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author .bbp-author-role{text-align:left}}body.topic #bbpress-forums .bbp-reply-form{padding-bottom:46px;background-color:#fff}body.topic #bbpress-forums .bbp-reply-form div.bbp-template-notice{background-color:#f9f9f9;border:none}body.topic #bbpress-forums .bbp-reply-form div.bbp-template-notice:before{content:'';height:80px;width:13px;display:inline-block;border-top-left-radius:10px;border-bottom-left-radius:10px;background-color:#ff6839;position:absolute;left:0;bottom:0}body.topic #bbpress-forums .bbp-reply-form div.bbp-template-notice p{font-size:14px;padding:18px 18px;margin:0 0 10px 0;color:#303030;background-color:#fff8dd;border:1px solid #ffe275;display:inline-block;width:100%;border-radius:0}body.topic #bbpress-forums .bbp-reply-form .bbp-form>div:not(.bbp-template-notice)>p{float:none}#bbpress-forums .bbp-topics li.bbp-forum-info,#bbpress-forums .bbp-topics li.bbp-topic-title{width:56.4%}#bbpress-forums .bbp-topics li.bbp-forum-reply-count,#bbpress-forums .bbp-topics li.bbp-forum-topic-count,#bbpress-forums .bbp-topics li.bbp-topic-reply-count,#bbpress-forums .bbp-topics li.bbp-topic-voice-count{width:11.8%}#bbpress-forums .bbp-topics li.bbp-forum-freshness,#bbpress-forums .bbp-topics li.bbp-topic-freshness{width:18.8%}#bbpress-forums li.bbp-body div.hentry{padding:0 29px}.qodef-bbp-search-form{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-bbp-search-form .qodef-form-holder{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden;box-sizing:border-box}.qodef-bbp-search-form .qodef-form-holder .qodef-search-field{margin:0;padding:9px 25px 6px 0;border:0;border-bottom:1px solid #ebebeb;border-radius:0}.qodef-bbp-search-form .qodef-form-holder button{position:absolute;bottom:4px;right:2px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:14px;color:#2b2b2b;background-color:transparent;border:0}.qodef-bbp-search-form .qodef-form-holder button:hover{color:#000}.qodef-bbp-search-form .qodef-form-holder button span{display:block;line-height:inherit;top:-7px}.qodef-bbp-search-form .qodef-form-holder button span:before{display:block;line-height:inherit}.qodef-bbp-search-form .qodef-form-holder button .fa-search{display:none}.qodef-bbp-search-form .qodef-search-label{display:block;margin:15px 0 0}#qodef-page-sidebar .widget_display_search{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-sidebar .widget.widget_display_replies .qodef-widget-title,#qodef-page-sidebar .widget.widget_display_topics .qodef-widget-title{margin-bottom:24px}#qodef-page-sidebar .widget.widget_display_replies ul li,#qodef-page-sidebar .widget.widget_display_topics ul li{font-weight:400;font-size:16px;margin-top:10px;margin-bottom:11px;padding-bottom:0}#qodef-page-sidebar .widget.widget_display_replies ul li a,#qodef-page-sidebar .widget.widget_display_topics ul li a{display:inline-block;font-size:inherit;border:none;margin:0;padding:0}#qodef-page-sidebar .widget.widget_display_replies ul li div,#qodef-page-sidebar .widget.widget_display_topics ul li div{font-size:12px}#qodef-page-sidebar .widget.widget_display_replies .bbp-author-avatar,#qodef-page-sidebar .widget.widget_display_topics .bbp-author-avatar{padding-right:5px}#qodef-page-sidebar .widget_display_forums .qodef-widget-title,#qodef-page-sidebar .widget_display_views .qodef-widget-title{font-family:Inter,sans-serif;text-transform:capitalize;margin-bottom:25px;font-size:18px}#qodef-page-sidebar .widget_display_forums li a,#qodef-page-sidebar .widget_display_views li a{font-size:16px;color:#000;line-height:1.25em;position:relative;display:block;padding:0 0 10px 0;margin:0;overflow:hidden;transition:padding .2s ease}#qodef-page-sidebar .widget_display_forums li a:hover,#qodef-page-sidebar .widget_display_views li a:hover{color:#000}#qodef-page-sidebar .widget_display_stats dl{font-size:13px}#qodef-page-sidebar .widget_display_stats dl>*{display:inline-block;float:left;border-bottom:1px solid #000;margin:0 0 5px;padding:0 0 5px}#qodef-page-sidebar .widget_display_stats dl dt{width:80%;font-weight:500;font-size:13px;color:#000}#qodef-page-sidebar .widget_display_stats dl dd{color:#000;width:20%;text-align:right;font-weight:300}#qodef-page-sidebar .widget_display_stats dl dd:last-child{margin-bottom:28px}#qodef-page-sidebar .widget_display_stats dl dd strong:before{content:"("}#qodef-page-sidebar .widget_display_stats dl dd strong:after{content:")"}#qodef-page-sidebar .bbp_widget_login{background-color:#f9f6e7;padding:17px 26px 2px 26px}#qodef-page-sidebar .bbp_widget_login .qodef-widget-title{font-size:23px}#qodef-page-sidebar .bbp_widget_login fieldset{padding-left:0;padding-right:0}#qodef-page-sidebar .bbp_widget_login .bbp-logged-in{padding-bottom:20px}#qodef-page-sidebar .bbp_widget_login .bbp-logged-in>*{margin:0;line-height:16px}#qodef-page-sidebar .bbp_widget_login .bbp-logged-in>*>a{font-size:16px;line-height:1em;font-weight:500}#qodef-page-sidebar .bbp_widget_login input[type=password],#qodef-page-sidebar .bbp_widget_login input[type=text]{width:100%;margin-bottom:0;padding:11px 15px;outline:0;font-size:14px;color:#5c5c5c;border:1px solid #000;background-color:#fff;box-sizing:border-box;resize:none;transition:border-color .2s ease-out}#qodef-page-sidebar .bbp_widget_login input[type=password]:focus,#qodef-page-sidebar .bbp_widget_login input[type=text]:focus{border-color:#000}#qodef-page-sidebar .bbp_widget_login label{padding-bottom:5px;margin-bottom:0}#qodef-page-sidebar .bbp_widget_login .bbp-username{margin-top:0}#qodef-page-sidebar .bbp_widget_login .bbp-remember-me input{vertical-align:middle}#qodef-page-sidebar .bbp_widget_login .bbp-submit-wrapper{text-align:left;float:none}#qodef-page-sidebar .bbp_widget_login .logout-link{font-size:12px;text-transform:uppercase;color:#000;font-weight:600;vertical-align:middle;letter-spacing:.1em}#qodef-page-sidebar .bbp_widget_login .logout-link:hover{color:#000}#qodef-page-sidebar .bbp_widget_login button{position:relative;display:inline-block;vertical-align:middle;outline:0;line-height:1em;padding:13px 36px;color:#fff;background-color:#000;border-width:0;cursor:pointer;transition:background-color .15s ease-out,color .15s ease-out}#qodef-page-sidebar .bbp_widget_login button:hover{background-color:#2f2f2f}.bbp-user-page #bbpress-forums{padding-top:19px;margin-bottom:29px}#bbpress-forums #bbp-user-wrapper{padding:0}#bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:both}#bbpress-forums #bbp-user-wrapper ul.bbp-replies{clear:both}#bbpress-forums #bbp-user-wrapper .bbp-user-forum-role,#bbpress-forums #bbp-user-wrapper .bbp-user-reply-count,#bbpress-forums #bbp-user-wrapper .bbp-user-topic-count{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:16px;font-weight:600;padding-bottom:0;color:#000}#bbpress-forums #bbp-user-wrapper .bbp-user-description{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000;margin-bottom:12px}#bbpress-forums #bbp-single-user-details{width:160px}@media only screen and (max-width:1024px){#bbpress-forums #bbp-single-user-details{width:100%;margin-bottom:50px}}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{padding:12px 5px;border-bottom:1px solid #000}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child a{border-bottom:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background-color:transparent;opacity:1;color:#000}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a:after{transform:scaleX(1);transform-origin:0 50%;transition:transform .4s ease-in-out}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a{position:relative;display:inline-block;font-size:15px;padding:0;border:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a:hover{color:#000}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a:hover:after{transform:scaleX(1);transform-origin:0 50%;transition:transform .4s ease-in-out}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a:after{content:'';position:absolute;left:0;bottom:1px;width:100%;height:1px;background-color:currentColor;transform-origin:100% 50%;transition:transform .3s ease-in-out;transform:scaleX(0)}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{width:auto}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{margin-bottom:6px;border:1px solid transparent;height:auto;width:127px}#bbpress-forums #bbp-user-body{margin-left:180px}@media only screen and (max-width:1024px){#bbpress-forums #bbp-user-body{margin-left:0}}#bbpress-forums #bbp-user-body p{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000}#bbpress-forums #bbp-user-body div.bbp-search-form{width:295px}@media only screen and (max-width:480px){#bbpress-forums #bbp-user-body div.bbp-search-form{width:100%}}#bbpress-forums #bbp-user-body .bbp-user-profile h2.entry-title{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000}#bbpress-forums #bbp-user-body .bbp-topic-title .bbp-topic-permalink{font-size:14px;color:#303030;font-weight:600}#bbpress-forums #bbp-user-body .bbp-topic-meta{font-size:14px}#bbpress-forums #bbp-user-body .bbp-topic-started-by .bbp-author-name{color:#000}#bbpress-forums #bbp-user-body .bbp-topic-freshness-author .bbp-author-avatar{display:none}#bbpress-forums #bbp-user-body .bbp-topic-freshness-author .bbp-author-name{color:#000}#bbpress-forums #bbp-user-body div.indicator-hint{padding:12px 18px;color:grey;border-radius:0}#bbpress-forums #bbp-user-body div.indicator-hint p{font-size:14px}#bbpress-forums #bbp-user-body div.indicator-hint img.avatar{border:none;vertical-align:middle;margin-bottom:0;margin-left:5px;margin-right:5px}#bbpress-forums #bbp-your-profile fieldset{padding:32px 0 12px}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{background-color:#ebebeb;color:#000;border:1px solid #ebebeb}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border-color:#000}#bbpress-forums #bbp-your-profile fieldset .description{margin:16px 0 0;padding:5px 8px;font-style:normal;background:0 0;border:0;width:auto}#bbpress-forums #bbp-your-profile fieldset>div label[for]{width:26%;line-height:22px;text-align:inherit}#bbpress-forums #bbp-your-profile fieldset>div label[for=display_name]{padding-bottom:11px}#bbpress-forums #bbp-your-profile fieldset>div input{width:72%;padding:5px 14px;line-height:22px}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px}#bbpress-forums div.bbp-template-notice{position:relative;padding:23px 28px 23px;margin:27px 0 22px;color:#000;font-size:16px;background-color:#f9f9f9;border:none;display:inline-block;width:100%;border-radius:10px}#bbpress-forums div.bbp-template-notice:before{content:'';height:100%;width:13px;display:inline-block;border-top-left-radius:10px;border-bottom-left-radius:10px;background-color:#ff6839;position:absolute;left:0;bottom:0}#bbpress-forums div.bbp-template-notice.info:before{background-color:#b1b0b5}#bbpress-forums div.bbp-template-notice li,#bbpress-forums div.bbp-template-notice p{font-size:inherit}#bbpress-forums div.bbp-template-notice a{color:inherit}#bbpress-forums div.bbp-template-notice img.avatar{display:none}#bbpress-forums .bbp-breadcrumb+div.bbp-template-notice,#bbpress-forums .bbp-topic-tags+div.bbp-template-notice{margin:35px 0 22px;width:100%}#bbpress-forums .bbp-no-topic div.bbp-template-notice{margin-top:32px}#bbpress-forums .bbp-pagination{margin:24px 0 22px;color:#000;font-size:16px}#bbpress-forums .bbp-template-notice+.bbp-pagination{margin:35px 0 20px}.qodef-contact-form-7{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-contact-form-7 p{margin:0}.qodef-contact-form-7 br{display:none}.qodef-contact-form-7 .ajax-loader{display:none}.qodef-contact-form-7 .wpcf7-form-control-wrap{display:block;max-width:100%}.qodef-contact-form-7 .wpcf7-not-valid-tip{margin:10px 0 0 0}.qodef-contact-form-7 .wpcf7-response-output{border-width:1px!important;margin:2em 0 0 0!important;padding:1em 1.5em!important}.qodef-contact-form-7 .wpcf7-form{position:relative}.qodef-contact-form-7 .wpcf7-form:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;content:'';visibility:hidden;z-index:98}.qodef-contact-form-7 .wpcf7-form:after{animation:qode-rotate 2s linear infinite;background-color:transparent;border:2px solid #ebebeb;border-radius:50%;border-top:2px solid var(--qode-main-color);content:'';height:24px;left:calc(50% - 12px);opacity:1;position:absolute;top:calc(50% - 12px);visibility:hidden;width:24px;z-index:99}.qodef-contact-form-7 .wpcf7-form.submitting>*{opacity:.3}.qodef-contact-form-7 .wpcf7-form.submitting:after,.qodef-contact-form-7 .wpcf7-form.submitting:before{visibility:visible}.qodef-instagram-list #sb_instagram{padding:0!important;overflow:visible!important}html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:1!important}@media screen and (min-width:769px){.qodef-instagram-list #sb_instagram #sbi_images .sbi_item:nth-child(2n){margin-top:-85px!important}}@media screen and (min-width:651px) and (max-width:769px){.qodef-instagram-list #sb_instagram #sbi_images .sbi_item:nth-child(3n-1){margin-top:-85px!important}}.qodef-instagram-list .sbi_photo_wrap a{background-image:none!important;height:auto!important;padding-bottom:0!important;opacity:1!important;border-radius:10px;overflow:hidden;position:relative}.qodef-instagram-list .sbi_photo_wrap a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;display:block;background-color:rgba(235,235,235,.42);opacity:0;transition:opacity .2s ease-out}.qodef-instagram-list .sbi_photo_wrap a:after{color:#fff;content:'';width:20px;height:20px;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-out;left:50%;background-image:url(//saphircoaching.com/wp-content/plugins/coachfocus-core/assets/img/instagram.svg);background-position:right center;background-repeat:no-repeat;display:inline-block}.qodef-instagram-list .sbi_photo_wrap a:hover:before{opacity:1}.qodef-instagram-list .sbi_photo_wrap a:hover:after{opacity:1}.qodef-instagram-list .sbi_photo_wrap a img{display:inline-block!important}.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item{margin:inherit!important}#qodef-course-popup{position:fixed;top:0;left:0;display:flex;width:100%;height:100%;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s ease-out;background-color:rgba(0,0,0,.38);z-index:150}#qodef-course-popup .qodef-course-popup-holder{position:relative;max-height:70%;opacity:0;box-shadow:3px 3px 15px 0 rgba(0,0,0,.2);background-color:#fff;padding:40px 37px 40px;transition:opacity .2s ease-out}@media only screen and (max-width:1024px){#qodef-course-popup .qodef-course-popup-holder{max-width:90vw;max-height:90%;overflow-y:scroll}}@media only screen and (max-width:680px){#qodef-course-popup .qodef-course-popup-holder{padding:20px}}#qodef-course-popup .qodef-cp-content{display:flex}@media only screen and (max-width:1024px){#qodef-course-popup .qodef-cp-content{flex-wrap:wrap;width:100%!important}#qodef-course-popup .qodef-cp-content>*{width:100%!important}}#qodef-course-popup .qodef-cp-content .qodef-course-curriculum{position:relative;width:40%;padding:0 20px 0 0;overflow:hidden}@media only screen and (max-width:1024px){#qodef-course-popup .qodef-cp-content .qodef-course-curriculum{max-height:initial!important;padding:0}}#qodef-course-popup .qodef-cp-content .qodef-course-item-content-holder-outer{position:relative;width:60%}#qodef-course-popup .qodef-cp-content .qodef-course-item-content-holder{position:relative;padding:0 0 0 24px;overflow:hidden}@media only screen and (max-width:1024px){#qodef-course-popup .qodef-cp-content .qodef-course-item-content-holder{max-height:initial!important;padding:0}}#qodef-course-popup .qodef-cp-content .qodef-item-content.qodef--lesson .qodef-e-content-holder{padding:0 40px}@media only screen and (max-width:480px){#qodef-course-popup .qodef-cp-content .qodef-item-content.qodef--lesson .qodef-e-content-holder{padding:0}}#qodef-course-popup .qodef-cp-content .qodef-item-content .qodef-e-content-holder>.qodef-e-title{margin:0 0 12px}@media only screen and (max-width:480px){#qodef-course-popup .qodef-cp-content .qodef-item-content .qodef-e-content-holder>.qodef-e-title{font-size:22px}}#qodef-course-popup .qodef-cp-content .qodef-item-content .qodef-e-media{margin-bottom:26px}#qodef-course-popup .qodef-cp-content .qodef-item-content .qodef-e-media iframe{max-height:420px}@media only screen and (max-width:480px){#qodef-course-popup .qodef-cp-content .qodef-item-content .qodef-e-media iframe{max-height:160px}}#qodef-course-popup .qodef-cp-content .qodef-item-content .qodef-e-completed{color:#000;font-size:16px;line-height:1.5;font-weight:500;margin-top:10px}#qodef-course-popup .qodef-course-item-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding:0 40px}@media only screen and (max-width:1024px){#qodef-course-popup .qodef-course-item-navigation{padding:0}}#qodef-course-popup .qodef-course-item-navigation .qodef-ci-nav-title{display:flex;align-items:center;font-size:14px;text-transform:uppercase;margin:0}#qodef-course-popup .qodef-course-item-navigation .qodef-ci-nav-title svg{width:24px}#qodef-course-popup .qodef-course-item-navigation .qodef-ci-nav-title .qodef-e-item-link{margin:0 12px}#qodef-course-popup .qodef-cp-close{position:absolute;top:10px;right:10px;color:#000;font-size:26px;cursor:pointer}#qodef-course-popup .qodef-spinner-holder{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;visibility:hidden;background-color:rgba(255,255,255,.8)}#qodef-course-popup .qodef-spinner-holder .qodef-m-spinner{width:30px;animation:qode-rotate 2s infinite linear}.qodef-cp-opened #qodef-course-popup{opacity:1;visibility:visible;transition:opacity .2s ease-out}.qodef-cp-opened #qodef-course-popup .qodef-course-popup-holder{opacity:1;transition:opacity 0s ease}#qodef-course-popup.qodef--loading .qodef-spinner-holder{visibility:visible}#qodef-course-popup .qodef-e-syllabus{margin-bottom:50px}#qodef-course-popup .qodef-e-syllabus-title{margin:0 0 16px}#qodef-course-popup .qodef-e-curriculum-section{background-color:#f9f9f9;padding:35px 35px 20px;border-radius:10px;overflow:hidden;margin-bottom:30px}@media only screen and (max-width:680px){#qodef-course-popup .qodef-e-curriculum-section{padding:20px;margin-top:26px}}#qodef-course-popup .qodef-e-curriculum-section:last-child{margin-bottom:0}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-top-holder{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #ebebeb;padding-bottom:12px;margin-bottom:13px}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-description{width:83%}@media only screen and (max-width:680px){#qodef-course-popup .qodef-e-curriculum-section .qodef-e-description{width:100%}}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-name{margin:0}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-count{color:#000;font-size:25px;line-height:1.32;font-weight:500}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-title{margin:0 0 -7px}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-subsection-counter{display:flex;justify-content:flex-start;margin-top:5px;margin-bottom:17px}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-subsection-counter .qodef-e-count-subsections:not(:last-child):after{content:', ';margin-right:3px}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #ebebeb;padding-bottom:10px;margin-left:15px;margin-bottom:12px}@media only screen and (max-width:680px){#qodef-course-popup .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson{margin-left:0}}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson:last-child{border-bottom:none}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson .qodef-e-lesson-title .qodef-e-title{margin:0 30px 0 0}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson .qodef-e-lesson-icon{color:#000}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson .qodef-e-preview{color:#fff;font-size:14px;background-color:var(--qode-main-color);padding:4px 13px;border-radius:5px;overflow:hidden}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson .qodef-e-lesson-duration{flex-shrink:0}#qodef-course-popup .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-quiz{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:15px;padding-bottom:10px}.single-course .qodef-m-title{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:680px){.single-course .qodef-m-title{flex-wrap:wrap}}.single-course .qodef-m-title .qodef-m-title-inner-holder{width:55%}@media only screen and (max-width:1440px){.single-course .qodef-m-title .qodef-m-title-inner-holder{width:65%}}@media only screen and (max-width:680px){.single-course .qodef-m-title .qodef-m-title-inner-holder{width:100%}}.single-course .qodef-m-title .qodef-price{font-size:77%}@media only screen and (max-width:680px){.single-course .qodef-m-title .qodef-price{margin-top:30px}}.single-course .qodef-m-subtitle{width:50%}.qodef-course-single .qodef-e-above-info{display:flex;justify-content:space-between;align-items:stretch;margin-bottom:45px}@media only screen and (max-width:768px){.qodef-course-single .qodef-e-above-info{flex-wrap:wrap}}@media only screen and (max-width:768px){.qodef-course-single .qodef-e-above-info>div{flex-basis:50%;align-items:flex-start;justify-content:flex-start;padding:0!important;border:0!important}.qodef-course-single .qodef-e-above-info>div:nth-child(3),.qodef-course-single .qodef-e-above-info>div:nth-child(4){margin-top:30px;align-items:flex-start}}@media only screen and (max-width:680px){.qodef-course-single .qodef-e-above-info>div{flex-basis:100%;margin-top:30px}.qodef-course-single .qodef-e-above-info>div:nth-child(2){align-items:flex-start;margin-top:30px}}.qodef-course-single .qodef-e-course-info{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.qodef-course-single .qodef-e-course-info .qodef-e-title{margin:0 0 6px}.qodef-course-single .qodef-e-info--instructor{flex-direction:row;align-items:center}.qodef-course-single .qodef-e-info--instructor .qodef-e-instructor-image{max-width:64px;border-radius:10px;margin-right:30px;overflow:hidden}.qodef-course-single .qodef-e-instructor-info a{font-size:16px;color:#b1b0b5}.qodef-course-single .qodef-e-info--categories,.qodef-course-single .qodef-reviews-list-info.qodef-reviews-simple{border-left:1px solid #ebebeb;padding-left:30px}.qodef-course-single .qodef-e-category:not(:last-child):after{content:'|'}.qodef-course-single .qodef-reviews-simple{display:flex}.qodef-course-single .qodef-reviews-simple .qodef-reviews-number-wrapper{display:flex;justify-content:center;flex-direction:column}.qodef-course-single .qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper{padding:0}.qodef-course-single .qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper .qodef-stars-items{color:var(--qode-main-color)}.qodef-course-single .qodef-reviews-simple .qodef-reviews-summary{margin:0 0 6px}.qodef-course-single .qodef-reviews-simple .qodef-stars-label{display:none}.qodef-course-single .qodef-e-action-holder{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.qodef-course-single .qodef-e-progress-holder{display:flex;flex-direction:column;align-items:flex-end}.qodef-course-single .qodef-e-progress-holder .qodef-progress-bar{width:200px}.qodef-course-single .qodef-e-progress-holder .qodef-e-retake-holder{margin-top:10px}.qodef-course-single .qodef-e-prerequired{display:flex;flex-direction:column}.qodef-course-single .qodef-e-media-image{margin-bottom:72px}.qodef-course-single .qodef-e-media-image img{border-radius:10px}.qodef-course-single .qodef-tab-content{padding:45px 0 0}.qodef-course-single .qodef-e-below-info{margin-top:52px}.qodef-course-single .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{font-size:18px;line-height:1.444;font-weight:500;padding:0 30px 5px 26px}@media only screen and (max-width:768px){.qodef-course-single .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{padding:0 25px 5px 21px}}.qodef-course-single .qodef-custom-tab-link{margin-left:auto!important}@media only screen and (max-width:680px){.qodef-course-single .qodef-custom-tab-link{margin-left:0!important}}.qodef-course-single .qodef-custom-tab-link a{padding-right:0!important;font-size:15px!important;border-color:transparent!important;display:flex!important}.qodef-course-single .qodef-custom-tab-link:after{display:none!important}.qodef-course-single .qodef-course-reviews-title{margin:0 0 16px}.qodef-course-single .qodef-m-reviews-holder{margin-bottom:45px}.qodef-course-single .qodef-m-reviews-all{background-color:#f9f9f9;border-radius:10px;overflow:hidden}.qodef-course-single #qodef-page-comments{margin-top:37px}.qodef-course-single #qodef-page-comments-list .qodef-m-title{margin:0 0 31px}.qodef-course-single #qodef-page-comments-list .qodef-comment-item .qodef-review-rating{margin-bottom:10px}.qodef-course-single #qodef-page-comments-list .qodef-comment-item .qodef-e-title-holder{display:flex}.qodef-course-single #qodef-page-comments-list .qodef-comment-item .qodef-e-title-holder .qodef-e-title{margin:0 15px 0 0}.qodef-course-single .qodef-e-syllabus{margin-bottom:50px}.qodef-course-single .qodef-e-syllabus-title{margin:0 0 16px}.qodef-course-single .qodef-e-curriculum-section{background-color:#f9f9f9;padding:35px 35px 20px;border-radius:10px;overflow:hidden;margin-bottom:30px}@media only screen and (max-width:680px){.qodef-course-single .qodef-e-curriculum-section{padding:20px;margin-top:26px}}.qodef-course-single .qodef-e-curriculum-section:last-child{margin-bottom:0}.qodef-course-single .qodef-e-curriculum-section .qodef-e-top-holder{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #ebebeb;padding-bottom:12px;margin-bottom:13px}.qodef-course-single .qodef-e-curriculum-section .qodef-e-description{width:83%}@media only screen and (max-width:680px){.qodef-course-single .qodef-e-curriculum-section .qodef-e-description{width:100%}}.qodef-course-single .qodef-e-curriculum-section .qodef-e-name{margin:0}.qodef-course-single .qodef-e-curriculum-section .qodef-e-count{color:#000;font-size:25px;line-height:1.32;font-weight:500}.qodef-course-single .qodef-e-curriculum-section .qodef-e-title{margin:0 0 -7px}.qodef-course-single .qodef-e-curriculum-section .qodef-e-subsection-counter{display:flex;justify-content:flex-start;margin-top:5px;margin-bottom:17px}.qodef-course-single .qodef-e-curriculum-section .qodef-e-subsection-counter .qodef-e-count-subsections:not(:last-child):after{content:', ';margin-right:3px}.qodef-course-single .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #ebebeb;padding-bottom:10px;margin-left:15px;margin-bottom:12px}@media only screen and (max-width:680px){.qodef-course-single .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson{margin-left:0}}.qodef-course-single .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson:last-child{border-bottom:none}.qodef-course-single .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson .qodef-e-lesson-title .qodef-e-title{margin:0 30px 0 0}.qodef-course-single .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson .qodef-e-lesson-icon{color:#000}.qodef-course-single .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson .qodef-e-preview{color:#fff;font-size:14px;background-color:var(--qode-main-color);padding:4px 13px;border-radius:5px;overflow:hidden}.qodef-course-single .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-lesson .qodef-e-lesson-duration{flex-shrink:0}.qodef-course-single .qodef-e-curriculum-section .qodef-e-curriculum-subsections .qodef-e-quiz{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:15px;padding-bottom:10px}.qodef-course-single .qodef-e-members-top .qodef-e-title{margin:0 0 16px}.qodef-course-single .qodef-e-members-list-holder{background-color:#f9f9f9;padding:27px 35px 40px;margin-top:46px;border-radius:10px;overflow:hidden}.qodef-course-single .qodef-e-members-list-holder .qodef-e-top{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid #ebebeb;padding-bottom:11px;margin-bottom:20px}.qodef-course-single .qodef-e-members-list-holder .qodef-e-top .qodef-e-members-title{margin:0}.qodef-course-single .qodef-e-members-list-holder .qodef-e-top .qodef-e-count{color:#000;font-size:25px;line-height:1.32;font-weight:500}.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info{display:flex;align-items:center}@media only screen and (max-width:680px){.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info{flex-wrap:wrap}}.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info:not(:last-child){padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #ebebeb}.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info .qodef-member-main-info{width:27%;padding:0 0 0 36px}@media only screen and (max-width:680px){.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info .qodef-member-main-info{width:100%;padding:18px 0 0}}.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info .qodef-member-info-description{width:73%;padding-left:20px;padding-right:50px}@media only screen and (max-width:680px){.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info .qodef-member-info-description{width:100%;padding:0}}.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info .qodef-e-member-info-image{flex-shrink:0}.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info .qodef-e-member-info-image img{border-radius:10px;overflow:hidden}.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info .qodef-member-info-name{margin:0 0 2px}.qodef-course-single .qodef-e-members-list-holder .qodef-e-member-info .qodef-member-additional-info{color:#a8a8a8}.qodef-profile-my-courses .qodef-e-item{display:flex;align-items:center;margin-bottom:20px}.qodef-profile-my-courses .qodef-e-item .qodef-e-title{flex:1;padding:0 20px}.qodef-profile-my-courses .qodef-e-item img{border-radius:10px}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-content,.coachfocus-core-course-archive .qodef-course-list article .qodef-e-inner,.coachfocus-core-course-archive .qodef-course-list article .qodef-e-media,.qodef-course-list article .qodef-e-content,.qodef-course-list article .qodef-e-inner,.qodef-course-list article .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-media>*,.qodef-course-list article .qodef-e-media>*{margin-bottom:19px;border-radius:10px;overflow:hidden;z-index:3}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-media .qodef-discount-on-image,.qodef-course-list article .qodef-e-media .qodef-discount-on-image{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:auto;padding:10px 20px;color:#fff;border-radius:10px;border-bottom-left-radius:0;background:var(--qode-main-color)}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-media-image,.qodef-course-list article .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;width:100%}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-media-image a,.coachfocus-core-course-archive .qodef-course-list article .qodef-e-media-image img,.qodef-course-list article .qodef-e-media-image a,.qodef-course-list article .qodef-e-media-image img{display:block;width:100%}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-media-image a,.qodef-course-list article .qodef-e-media-image a{position:relative;overflow:hidden;display:block}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-media-image a img,.qodef-course-list article .qodef-e-media-image a img{transform-origin:top;transform:scale(1.01);transition:transform .6s ease-out}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-media-image a:hover img,.qodef-course-list article .qodef-e-media-image a:hover img{transform:scale(1.06)}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-title,.qodef-course-list article .qodef-e-title{margin:0}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-title a,.qodef-course-list article .qodef-e-title a{color:initial}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-info--instructor,.qodef-course-list article .qodef-e-info--instructor{margin-top:14px;color:#a8a8a8}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-info--instructor a,.qodef-course-list article .qodef-e-info--instructor a{color:inherit;background:0 0!important}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-top-holder,.qodef-course-list article .qodef-e-top-holder{margin-bottom:5px}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-text:after,.qodef-course-list article .qodef-e-text:after{content:'';clear:both;display:table}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-bottom-holder,.qodef-course-list article .qodef-e-bottom-holder{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-top:12px;margin-bottom:22px}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-left,.qodef-course-list article .qodef-e-left{flex-shrink:0;margin-right:26px}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-right,.qodef-course-list article .qodef-e-right{text-align:right}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-price,.qodef-course-list article .qodef-e-price{position:relative;display:flex;align-items:center;font-size:18px;margin:5px 0 0;font-weight:500}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-price del,.qodef-course-list article .qodef-e-price del{margin-right:10px}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-price ins,.qodef-course-list article .qodef-e-price ins{text-decoration:none;color:var(--qode-main-color)}.coachfocus-core-course-archive .qodef-course-list article .qodef-e-price-free,.qodef-course-list article .qodef-e-price-free{color:var(--qode-main-color)}.coachfocus-core-course-archive .qodef-course-list article .qodef-reviews-list-info,.qodef-course-list article .qodef-reviews-list-info{display:flex;align-items:center}.coachfocus-core-course-archive .qodef-course-list article .qodef-stars,.qodef-course-list article .qodef-stars{color:var(--qode-main-color);font-size:12px;margin-left:10px}.coachfocus-core-course-archive .qodef-course-list article .qodef-stars .qodef-stars-items>:not(.active),.qodef-course-list article .qodef-stars .qodef-stars-items>:not(.active){color:#a8a8a8}.coachfocus-core-course-archive .qodef-course-list .qodef-m-sorting,.qodef-course-list .qodef-m-sorting{display:flex}.coachfocus-core-course-archive .qodef-course-list .qodef-m-sorting select,.qodef-course-list .qodef-m-sorting select{border-top:0;border-left:0;border-right:0;border-radius:0;padding:5px 0;-webkit-appearance:none;-moz-appearance:none;background:transparent url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='10' height='10' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;background-position-x:100%;background-position-y:11px}.coachfocus-core-course-archive .qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner,.qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner{display:flex}.coachfocus-core-course-archive .qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner>.qodef-e-media,.qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner>.qodef-e-media{width:50%;flex-shrink:0}#qodef-page-sidebar .coachfocus-core-course-archive .qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner>.qodef-e-media,#qodef-page-sidebar .qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner>.qodef-e-media{width:90px}.coachfocus-core-course-archive .qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner>.qodef-e-content,.qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner>.qodef-e-content{width:100%;margin-left:20px;display:flex;align-items:center}.coachfocus-core-course-archive .qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner .qodef-e-media-image,.qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner .qodef-e-media-image{margin:0}.coachfocus-core-course-archive .qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner .qodef-e-price,.qodef-course-list.qodef-item-layout--uneven article .qodef-e-inner .qodef-e-price{font-size:14px;margin-top:10px}.qodef-course-search{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-course-search .qodef-course-search-form{position:relative;display:flex;justify-content:space-between}.qodef-course-search .qodef-e{flex-basis:24%}.qodef-course-search .qodef-e input,.qodef-course-search .qodef-e select{width:100%;margin-bottom:0}.qodef-course-search .qodef-e .select2-container--default{margin-bottom:0;width:100%!important}.widget.qodef-course-info .qodef-e-course-info-item{margin-bottom:8px}.widget.qodef-course-info .qodef-e-course-info-item:last-child{margin-bottom:0}.widget_coachfocus_core_course_info{background-color:#f9f9f9;border-radius:10px;padding:33px;overflow:hidden}@media only screen and (max-width:1024px){.widget_coachfocus_core_course_info{margin-top:33px!important}}.qodef-item-content.qodef--quiz{padding:0 65px 0 34px}@media only screen and (max-width:1024px){.qodef-item-content.qodef--quiz{padding:20px 0}}.qodef-item-content.qodef--quiz .qodef-e-title{margin:0 0 20px}.qodef-item-content.qodef--quiz .qodef-e-info{display:flex;flex-direction:column;margin-bottom:47px}.qodef-item-content.qodef--quiz .qodef-e-info .icon_clock_alt{position:absolute}.qodef-item-content.qodef--quiz .qodef-e-info .qodef-e-info-timer{padding-left:20px;margin-bottom:5px}.qodef-item-content.qodef--quiz .qodef-e-info .qodef-e-info-label{margin-left:5px}.qodef-item-content.qodef--quiz .qodef-e-question .qodef-e-question-title{margin:0 0 15px}.qodef-item-content.qodef--quiz .qodef-e-question .qodef-e-question-description{margin:0 0 20px}.qodef-item-content.qodef--quiz .qodef-e-question .qodef-e-content-holder{margin-top:30px}.qodef-item-content.qodef--quiz .qodef-e-stat--completed{margin:5px 0 17px}.qodef-item-content.qodef--quiz .qodef-e-question-checkbox{display:flex;align-items:baseline;margin-bottom:5px}.qodef-item-content.qodef--quiz .qodef-e-question-checkbox label{margin:0}.qodef-item-content.qodef--quiz .qodef-e-question-checkbox label.qodef--disable,.qodef-item-content.qodef--quiz .qodef-e-question-checkbox label.qodef--false,.qodef-item-content.qodef--quiz .qodef-e-question-checkbox label.qodef--true{pointer-events:none}.qodef-item-content.qodef--quiz .qodef-e-question-checkbox label.qodef--true{color:green}.qodef-item-content.qodef--quiz .qodef-e-question-checkbox label.qodef--false{color:red}.qodef-item-content.qodef--quiz .qodef-e-question-textarea.qodef--true{color:green;pointer-events:none}.qodef-item-content.qodef--quiz .qodef-e-question-textarea.qodef--false{color:red;pointer-events:none}.qodef-item-content.qodef--quiz .qodef-e-question-textarea.qodef--disable{pointer-events:none}.qodef-item-content.qodef--quiz .qodef-e-question-textarea+.qodef--correct{color:green}.qodef-item-content.qodef--quiz .qodef-e-question-action{margin-top:34px}.qodef-item-content.qodef--quiz .qodef-e-question-action .qodef-row{margin:0 -5px 10px}.qodef-item-content.qodef--quiz .qodef-e-question-action .qodef-row .qodef-button{margin:0 5px}.qodef-item-content.qodef--quiz .qodef-e-question-action .qodef-row .qodef-button.qodef--disable{pointer-events:none}.qodef-item-content.qodef--quiz .qodef-quiz-statistics .qodef-button{margin-top:30px}#qodef-author-info.qodef-instructor-info{margin:0}#qodef-author-info.qodef-instructor-info .qodef-m-inner{display:block}#qodef-author-info.qodef-instructor-info .qodef-m-image{margin-right:0}#qodef-author-info.qodef-instructor-info .qodef-m-content{margin-top:26px}#qodef-tab-course-list{padding-top:50px}@media only screen and (max-width:1024px){.qodef-instructor-content{margin-top:70px}}.qodef-instructor-content .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{font-size:18px;line-height:1.444;font-weight:500;padding:0 30px 3px 26px}#qodef-tab-about{display:flex;padding-top:44px}#qodef-tab-about .qodef-m-about{margin-bottom:90px}@media only screen and (max-width:1024px){#qodef-tab-about .qodef-m-diplomas{margin-bottom:70px}}#qodef-tab-about .qodef-m-about-title{margin:0 0 20px}#qodef-tab-about .qodef-cv-button{margin-top:48px}#qodef-tab-about .qodef-m-education-experience .qodef-m-education,#qodef-tab-about .qodef-m-education-experience .qodef-m-experience{background:#f9f9f9;border-radius:10px;margin-bottom:20px;padding:29px 37px}#qodef-tab-about .qodef-m-education-experience .qodef-m-education:last-child,#qodef-tab-about .qodef-m-education-experience .qodef-m-experience:last-child{margin-bottom:0}#qodef-tab-about .qodef-m-education-experience .qodef-m-education-title,#qodef-tab-about .qodef-m-education-experience .qodef-m-experience-about-title{margin:0 0 10px}#qodef-tab-about .qodef-m-education-experience .qodef-e-title{margin:0 0 -2px}#qodef-tab-about .qodef-m-education-experience .qodef-e-description{margin:0;font-size:14px;color:#a8a8a8}#qodef-tab-about .qodef-m-education-experience .qodef-e-education,#qodef-tab-about .qodef-m-education-experience .qodef-e-experience{margin-bottom:10px}#qodef-tab-about .qodef-m-education-experience .qodef-e-education:last-child,#qodef-tab-about .qodef-m-education-experience .qodef-e-experience:last-child{margin-bottom:0}#qodef-tab-about .qodef-m-education-experience .qodef-e-education .qodef-e-title{font-weight:500}#qodef-tab-about .qodef-image-gallery{border-radius:0}.qodef-instructor-pagination--on .qodef-m-pagination-spinner{position:relative;display:inline-block;vertical-align:top;width:32px;height:auto;fill:var(--qode-main-color);stroke:none;visibility:hidden;z-index:-1;animation:qode-rotate 2s infinite linear}.qodef-instructor-pagination--on.qodef-pagination-type--standard .qodef-grid-inner{opacity:1;transition:opacity .2s ease-out}.qodef-instructor-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner{opacity:0}.qodef-instructor-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner{position:absolute;bottom:10px;left:calc(50% - 16px)}.qodef-instructor-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-instructor-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-instructor-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions{display:none}.qodef-twitter-list.qodef-layout--columns #ctf{overflow:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item{position:relative;display:inline-block;width:100%;vertical-align:top;float:left;border:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box{margin-left:0;display:block;margin-bottom:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link{line-height:1!important;display:flex;align-items:center;flex-flow:row wrap}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar{width:37px;height:37px;margin:0 7px 0 0;float:none;border-radius:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name{color:#000;font-size:18px;line-height:1.444;font-weight:500;font-weight:600!important;margin:0 4px 0 0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000;margin-right:4px;margin-left:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta{margin-top:4px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content{display:flex;align-items:baseline;margin-left:0;padding:0;margin-top:-5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;position:relative;top:5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions{display:flex;align-items:baseline;margin-left:0;margin-top:-3px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;visibility:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a{padding:0;font-size:14px;margin-right:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply{margin-left:0}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before{content:"";display:table;table-layout:fixed}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after{clear:both}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item{width:50%}@media only screen and (min-width:681px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item{width:33.33333%}@media only screen and (min-width:769px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item{width:25%}@media only screen and (min-width:1025px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item{width:20%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item{width:16.66667%}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item{width:14.28571%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item{width:12.5%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets{margin:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item{padding:0;margin:0}.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets{margin:0 -5px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item{padding:0 5px;margin:0 0 10px}.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets{margin:0 -10px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item{padding:0 10px;margin:0 0 20px}.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets{margin:0 -15px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item{padding:0 15px;margin:0 0 30px}.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets{margin:0 -20px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item{padding:0 20px;margin:0 0 40px}.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-60px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -30px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 30px;margin:0 0 60px}.qodef-twitter-list.qodef-gutter--extreme.qodef--no-bottom-space{margin-bottom:-100px}.qodef-twitter-list.qodef-gutter--extreme #ctf .ctf-tweets{margin:0 -50px}.qodef-twitter-list.qodef-gutter--extreme #ctf .ctf-tweets>.ctf-item{padding:0 50px;margin:0 0 100px}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}.qodef-yith-wccl--predefined .select_box{display:inline-block}.qodef-yith-wccl--predefined .select_box:after{display:none}.qodef-yith-wccl--predefined .select_box .select_option{vertical-align:middle;border:0;margin:0 5px 0 0;display:inline-block;float:none;position:relative}.qodef-yith-wccl--predefined .select_box .select_option:last-child{margin-right:0}.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip){border:0;min-width:auto;width:auto;height:auto;line-height:inherit}.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip{width:100px}.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span{background:#fff;border-radius:0;border:1px solid #000!important;padding:10px;color:#000}.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after{top:100%;bottom:auto}.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option{border:1px solid transparent;padding:1px}.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip){width:38px;height:15px}.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected{border-color:#000}.qodef-yith-wccl--predefined .select_box.select_box_image .select_option{border:1px solid transparent;padding:1px}.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip){width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected{border-color:#000}.qodef-yith-wccl--predefined .select_box.select_box_label>*{display:inline-flex;flex-wrap:wrap;font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit}.qodef-yith-wccl--predefined .select_box.select_box_label .select_option{transition:color .2s ease-out;margin:0}.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after{content:',';margin-right:5px}.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after{display:none}.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected{color:var(--qode-main-color)}.qodef-yith-wccl--predefined li.product .variations_form.cart{margin:0 0 0 20px}.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations{margin-bottom:10px;text-align:right}.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child{margin-bottom:0}#yith-quick-view-modal .yith-quick-view-overlay{background:rgba(255,255,255,.79)!important}#yith-quick-view-modal .yith-wcqv-wrapper{height:auto!important;width:960px!important;max-width:90vw!important}#yith-quick-view-modal .yith-wcqv-main{box-shadow:3px 3px 15px 0 rgba(0,0,0,.5)!important;overflow-y:hidden!important;max-height:90vh!important}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner{margin:0}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>*{padding:0}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image{align-self:stretch}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark{transform:translateX(0)}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark){height:100%}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure{margin:0!important}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img{-o-object-fit:cover;object-fit:cover}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image{width:100%!important;margin:0!important}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper{display:none!important}#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary{align-self:center;padding:30px}#yith-quick-view-modal #yith-quick-view-close{border:0!important;font-size:0;line-height:1;position:absolute;right:0;top:0;width:25px;height:25px}#yith-quick-view-modal #yith-quick-view-close:after{display:block;line-height:25px;padding:0 3px;position:relative;font-size:18px;font-family:ElegantIcons;content:"\4d"}body:not([class*=coachfocus-core]) #yith-quick-view-modal #yith-quick-view-close:after{content:'x';font-family:initial}#yith-quick-view-modal .qodef-yith-wcqv-link{margin-top:38px}.qodef-yith-wcqv--predefined .yith-wcqv-button{font-size:0!important;margin:0!important;padding:0!important;line-height:1!important;background-color:transparent!important}.qodef-yith-wcqv--predefined .yith-wcqv-button:before{font-size:22px;font-family:'Font Awesome 5 Free';font-weight:400;content:"\f06e"}.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button{color:#fff!important}.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button:hover{color:var(--qode-main-color)!important}.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button .blockUI{display:none!important}.yith-wcwl-form .wishlist-title-container{display:none!important}.yith-wcwl-form .shop_table{font-size:100%}.yith-wcwl-form .shop_table tr{border-left:none;border-right:none;border-top:none}.yith-wcwl-form .shop_table td,.yith-wcwl-form .shop_table th{padding:15px 0 15px 15px;vertical-align:middle;text-align:left;border:0}.yith-wcwl-form .shop_table td:first-child,.yith-wcwl-form .shop_table th:first-child{padding-left:0}.yith-wcwl-form .shop_table th{color:#000;font-size:16px;line-height:1.5;font-weight:500}.yith-wcwl-form .shop_table td ul{list-style:none;margin:0;padding:0}.yith-wcwl-form .shop_table td ul li{margin:0 0 10px;padding:0}.yith-wcwl-form .shop_table td ul li:last-child{margin-bottom:0}.yith-wcwl-form .shop_table td ul li label{margin-bottom:0}.yith-wcwl-form .shop_table p{margin:0}.yith-wcwl-form .shop_table .variation:after,.yith-wcwl-form .shop_table .variation:before{content:'';display:table;table-layout:fixed}.yith-wcwl-form .shop_table .variation:after{clear:both}.yith-wcwl-form .shop_table .variation dt{clear:left;float:left;font-weight:initial}@media only screen and (max-width:680px){.yith-wcwl-form .shop_table .variation dt{float:none;width:100%}}.yith-wcwl-form .shop_table .variation dd{clear:right;float:left;margin:0 0 0 5px}@media only screen and (max-width:680px){.yith-wcwl-form .shop_table .variation dd{float:none;margin:0;width:100%}}.yith-wcwl-form .wishlist_table.shop_table tr th{background:0 0!important}.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove{width:auto!important}.yith-wcwl-form .wishlist_table.shop_table tr td{background:0 0!important;color:#000!important;border-color:transparent!important}.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,.yith-wcwl-form .wishlist_table .product-add-to-cart .button{font-size:17px!important;line-height:1!important;letter-spacing:-.015em!important;font-weight:500!important;font-family:inherit!important;position:relative!important;display:inline-flex!important;vertical-align:middle!important;width:auto!important;margin:0!important;text-decoration:none!important;border-radius:23px!important;outline:0!important;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out!important;padding:14px 29px 13px;cursor:pointer!important;z-index:3!important;font-size:15px!important;padding:0!important;font-weight:500!important;border:0!important}.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,.yith-wcwl-form .wishlist_table .product-add-to-cart .button i{display:none!important}.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before{display:none!important}.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added{display:none!important}.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist{font-size:0!important;margin:0!important;padding:0!important;line-height:1!important;background-color:transparent!important}.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before{font-size:22px;font-family:'Font Awesome 5 Free';font-weight:400;content:"\f004"}.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before{font-size:22px;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f004"}.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span{display:none!important}.qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a{color:#fff!important}.qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a:hover{color:var(--qode-main-color)!important}.qodef-yith-wcwl--predefined #yith-wcwl-popup-message{display:none!important}.qodef-yith-wcwl--predefined .yith-wcwl-share{display:none!important}.qodef-order-tracking p:not(.form-row){margin-top:0}.qodef-order-tracking .form-row{margin:0}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,.qodef-woo-product-list .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,.qodef-woo-product-list .product-category .woocommerce-loop-category__title{background-color:#fff;left:50%;margin:0;padding:12px 41px;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,.qodef-woo-product-list .count{display:none}.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.touchevents .qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner{cursor:pointer}.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .add_to_cart_button,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .ajax_add_to_cart,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .product_type_external,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .product_type_grouped{opacity:0;width:auto;position:absolute;bottom:5px;left:0;border:0;text-align:center;transform:translateX(calc(-50%));transform-origin:left center;transition:opacity .3s ease-out,transform .5s cubic-bezier(.61,1,.88,1)}.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .add_to_cart_button:hover,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .added_to_cart:hover,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .ajax_add_to_cart:hover,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .product_type_external:hover,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .product_type_grouped:hover{color:initial}.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .price{opacity:1;transform:translateX(0);transition:opacity .3s ease-out,transform .5s cubic-bezier(.61,1,.88,1)}.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner:hover .add_to_cart_button,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner:hover .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner:hover .ajax_add_to_cart,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner:hover .product_type_external,.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner:hover .product_type_grouped{opacity:1;transform:translateX(0)}.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner:hover .price{opacity:0;transform:translateX(50px)}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .button{margin-top:20px!important}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner{background-color:rgba(0,0,0,.3)}.widget_coachfocus_core_woo_dropdown_cart,.widget_shopping_cart{align-items:center;display:flex;height:100%;justify-content:center;position:relative}.widget_coachfocus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,.widget_shopping_cart .qodef-widget-dropdown-cart-inner{align-items:center;display:flex;height:100%;justify-content:center}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-opener,.widget_shopping_cart .qodef-m-opener{position:relative}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon,.widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon{font-size:26px}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count,.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count{font-size:11px;background-color:#000;color:#fff;border-radius:100%;height:18px;width:18px;text-align:center;position:absolute;top:6px;right:-8px}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-opener,.widget_coachfocus_core_woo_dropdown_cart>.widgettitle,.widget_shopping_cart .qodef-m-opener,.widget_shopping_cart>.widgettitle{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;margin:0}.widget_coachfocus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_coachfocus_core_woo_dropdown_cart .widget_shopping_cart_content,.widget_shopping_cart .qodef-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content{display:block;padding:30px 0;text-align:left;transition:opacity .2s ease-out,visibility .2s ease-out}header .widget_coachfocus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,header .widget_coachfocus_core_woo_dropdown_cart .widget_shopping_cart_content,header .widget_shopping_cart .qodef-widget-dropdown-cart-content,header .widget_shopping_cart .widget_shopping_cart_content{left:auto;opacity:0!important;position:absolute;right:0;top:100%;visibility:hidden!important;width:355px!important}.touchevents header .widget_coachfocus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.touchevents header .widget_coachfocus_core_woo_dropdown_cart .widget_shopping_cart_content,.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,.touchevents header .widget_shopping_cart .widget_shopping_cart_content{display:none}.widget_coachfocus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,.widget_coachfocus_core_woo_dropdown_cart .widget_shopping_cart_content>*,.widget_shopping_cart .qodef-widget-dropdown-cart-content>*,.widget_shopping_cart .widget_shopping_cart_content>*{padding:0 30px!important}.widget_coachfocus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,.widget_coachfocus_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,.widget_shopping_cart .widget_shopping_cart_content .blockUI{display:none!important}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item{margin:0 0 12px 0!important;position:relative}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type{margin:0!important}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .qodef-e-image a,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .qodef-e-image a,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .qodef-e-image a,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .qodef-e-image a{background-image:none}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img{margin:0 16px 0 0;width:81px;border-radius:10px}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove{font-size:24px;line-height:1;position:absolute;right:0;top:-6px;z-index:5;background-image:none;transition:color .2s ease-in-out}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation{display:none}.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart-item img{float:left;vertical-align:top}.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a{font-size:18px;line-height:1.444;font-weight:500;display:block}.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,.widget_shopping_cart .woocommerce-mini-cart-item:after{clear:both;content:'';display:table}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart,.widget_shopping_cart .qodef-woo-mini-cart{max-height:50vh;overflow:hidden;position:relative}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart-item{display:flex}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image{flex-shrink:0}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image a,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image a{display:block}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content{padding:14px 20px 0 0;width:100%}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-title,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-title{margin:0}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-price,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-price{display:inline-block;margin:0 3px 0 0;font-size:14px;font-weight:500}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-price:after,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-price:after{content:'X';display:inline-block;position:relative;padding-left:7px}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-quantity,.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-quantity{display:inline-block;margin:0;font-size:14px}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-order-details,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__total,.widget_shopping_cart .qodef-m-order-details,.widget_shopping_cart .woocommerce-mini-cart__total{align-items:center;display:flex;justify-content:space-between;margin:0 0 17px}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .qodef-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong{font-size:16px;line-height:1.5;font-weight:500}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-order-details .amount,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,.widget_shopping_cart .qodef-m-order-details .amount,.widget_shopping_cart .woocommerce-mini-cart__total .amount{font-size:14px}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-order-details,.widget_shopping_cart .qodef-m-order-details{padding-top:12px!important}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-action,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,.widget_shopping_cart .qodef-m-action,.widget_shopping_cart .woocommerce-mini-cart__buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-action a,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .qodef-m-action a,.widget_shopping_cart .woocommerce-mini-cart__buttons a{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;color:#000;background-color:transparent;border:1px solid #000;padding:14px 16px}.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,.widget_shopping_cart .woocommerce-mini-cart__buttons{flex-direction:column}.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .woocommerce-mini-cart__buttons a{width:100%!important;justify-content:center}.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child{margin-top:5px}header .widget_coachfocus_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,header .widget_coachfocus_core_woo_dropdown_cart:hover .widget_shopping_cart_content,header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,header .widget_shopping_cart:hover .widget_shopping_cart_content{opacity:1!important;visibility:visible!important}.widget_coachfocus_core_woo_dropdown_cart,.widget_shopping_cart{color:#000}.widget_coachfocus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_coachfocus_core_woo_dropdown_cart .widget_shopping_cart_content,.widget_shopping_cart .qodef-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content{background-color:#f9f9f9;border-color:#000}.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a{color:#000}.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,.widget_shopping_cart .woocommerce-mini-cart-item a:hover{color:var(--qode-main-color)}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a{color:#000}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover{color:var(--qode-main-color)}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove{color:#000}.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover{color:var(--qode-main-color)}.widget_coachfocus_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .qodef-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong{color:#000}#qodef-top-area .widget_coachfocus_core_woo_dropdown_cart,#qodef-top-area .widget_shopping_cart{color:#fff}#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart,#qodef-page-footer .widget_shopping_cart{color:#ccc}#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .widget_shopping_cart_content,#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content{background-color:#000;border-color:#fff}#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart-item a,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a{color:#ccc}#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover{color:#fff}#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a{color:#ccc}#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover{color:#fff}#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove{color:#ccc}#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover{color:#fff}#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .qodef-m-order-details strong,#qodef-page-footer .widget_coachfocus_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong{color:#ccc}.qodef-mega-menu-widget-holder .widget_coachfocus_core_woo_dropdown_cart,.qodef-mega-menu-widget-holder .widget_shopping_cart{color:#fff}.widget_coachfocus_core_woo_side_area_cart{position:relative;display:flex;align-items:center;justify-content:center;height:100%}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner{display:flex;height:100%;align-items:center;justify-content:center}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener{position:relative;display:flex;align-items:center;height:100%}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content{position:fixed;top:0;right:-360px;height:100vh;width:360px;display:flex;flex-direction:column;justify-content:space-between;padding:100px 0 74px;background-color:#fff;border-left:1px solid #000;overflow:hidden;visibility:hidden;z-index:9999;transition:all .6s cubic-bezier(.77,0,.175,1)}.admin-bar .widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content{top:32px;height:calc(100vh - 32px)}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close{position:absolute;top:30px;right:30px;display:block;font-size:34px;z-index:1000}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found{padding:0 35px}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 35px!important}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item{position:relative;display:flex;align-items:flex-start;margin-top:20px}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child{margin-top:0}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image{flex-shrink:0;width:80px;margin-right:20px}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img{display:block}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content{width:100%;padding-right:20px}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title{margin:0}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price{margin:3px 0 0}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity{margin:3px 0 0}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove{position:absolute;top:0;right:0;font-size:20px;line-height:1;z-index:5}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details{position:relative;display:flex;align-items:center;justify-content:space-between;margin-top:25px;padding:0 35px}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>*{margin:0}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action{position:absolute;bottom:0;left:0;width:100%}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;color:#fff;background-color:#000;border:1px solid #000}.widget_coachfocus_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content{right:0;visibility:visible}.qodef-woo-side-area-cart-cover{position:fixed;top:0;left:0;width:calc(100% - 360px);height:100vh;overflow:hidden;z-index:1002}.qodef-shortcode .last_toggle_el_margin,.qodef-shortcode .wpb_button,.qodef-shortcode .wpb_content_element,.qodef-shortcode .wpb_row,.qodef-shortcode ul.wpb_thumbnails-fluid>li{margin-bottom:0!important}.qodef-vc-row-wrapper.qodef--parallax-row{width:100%}.touchevents .qodef-vc-row-wrapper.qodef--parallax-row{height:auto!important}.qodef-clients-list .qodef-e{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-with-button .qodef-clients-item-wrapper{width:100%;border-top:1px solid #000}.qodef-clients-list.qodef-item-layout--image-with-button .qodef-clients-item-wrapper .qodef-e-inner{width:100%;display:flex;align-items:flex-start;justify-content:space-between;padding-top:25px;padding-bottom:4px}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-skin--light .qodef-clients-item-wrapper{border-color:#fff}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-skin--light .qodef-clients-item-wrapper .qodef-button{color:#fff}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e{display:flex;align-items:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo{width:auto;opacity:1;will-change:opacity;transition:opacity .15s ease-out;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo{position:absolute;top:0;left:0;width:auto;opacity:0;will-change:opacity;transition:opacity .15s ease-out}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo{opacity:0}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo{opacity:1}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e{display:flex;align-items:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo{width:auto;opacity:var(--qodef-client-initial-opacity,1);will-change:opacity;transition:opacity .3s ease;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo{display:none}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo{opacity:var(--qodef-client-hover-opacity,.5)}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e{display:flex;align-items:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo{width:auto;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo{display:none}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade-in .qodef-e{display:flex;align-items:center;justify-content:flex-start}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade-in .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo{width:auto;opacity:1;will-change:opacity;transition:opacity .15s ease-out;display:inline-block}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo{position:absolute;top:0;left:0;width:auto;opacity:0;will-change:opacity;transition:opacity .15s ease-out}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo{opacity:0}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo{opacity:1}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade .qodef-e{display:flex;align-items:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade .qodef-e .qodef-e-logo{width:auto;opacity:var(--qodef-client-initial-opacity,1);will-change:opacity;transition:opacity .3s ease;display:inline-block}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo{display:none}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo{opacity:var(--qodef-client-hover-opacity,.5)}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--no-hover .qodef-e{display:flex;align-items:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--no-hover .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo{width:auto;display:inline-block}.qodef-clients-list.qodef-item-layout--image-with-button.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo{display:none}.qodef-events{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-events .qodef-event-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-events .qodef-e-inner{position:relative;display:flex;align-items:flex-start;margin:0 -30px}.qodef-events .qodef-e-inner>*{position:relative;width:100%;padding:0 30px}.qodef-events .qodef-e-inner .qodef-e-info{max-width:30%}@media screen and (min-width:1025px){.single-event-item .qodef-event-item .qodef-media-holder .qodef-e-image img{height:440px;-o-object-fit:cover;object-fit:cover}}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-main-title-holder{display:flex;align-items:center;justify-content:space-between;margin:38px 0 16px}@media only screen and (max-width:480px){.single-event-item .qodef-event-item .qodef-e-content .qodef-e-main-title-holder{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:480px){.single-event-item .qodef-event-item .qodef-e-content .qodef-e-main-title-holder .qodef-info--price{margin-top:15px}}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-main-title-holder .qodef-info--price .qodef-e-info-content{margin:0}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-main-title-holder .qodef-e-title{margin:0}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-content-title{margin-top:69px}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-meta-holder{margin-top:-5px}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-info-item{display:flex;flex-direction:row;align-items:center;align-content:flex-start}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-info-item .qodef-e-label{margin:0 7px 2px 0}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-info-item.qodef-info--date .qodef-e-info-date{margin-right:5px}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-info-item.qodef-info--email,.single-event-item .qodef-event-item .qodef-e-content .qodef-e-info-item.qodef-info--website{flex-wrap:wrap}.single-event-item .qodef-event-item .qodef-e-content .qodef-e-tickets-link{margin-top:39px}.qodef-events-list .qodef-e-title{margin:0}.qodef-events-list .qodef-e-title a:hover{color:currentColor}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:27px 0 85px;border-top:1px solid #000}@media only screen and (max-width:768px){.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner{flex-direction:column;justify-content:center;align-items:flex-start}}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-heading{margin-top:-5px}@media only screen and (max-width:768px){.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-heading .qodef-e-title{margin:0 0 10px}}@media only screen and (max-width:680px){.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-heading{margin-top:10px;text-align:left;font-size:30px}}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-heading .qodef-e-location,.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-heading .qodef-e-organized{position:relative;display:inline-block;color:#a8a8a8;font-size:16px;margin:0}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-heading .qodef-e-location{margin-left:28px}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-heading .qodef-e-location:before{content:"\e081";position:absolute;font-family:ElegantIcons;font-size:16px;color:#a8a8a8;left:-23px;bottom:3px;display:inline-block}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-heading .qodef-e-organized:before{content:',';position:absolute;font-size:16px;right:-6px;bottom:0;display:inline-block}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-date-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-right:9%}@media only screen and (max-width:768px){.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-date-wrapper{justify-content:flex-start;margin-right:0;margin-bottom:32px}}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-date-wrapper .qodef-e-date{position:relative;font-family:"Gilda Display",serif;font-size:90px;line-height:.74em;letter-spacing:-.0225em}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-date-wrapper .qodef-e-date:before{content:".";position:absolute;right:-12px;bottom:0;display:inline-block}.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-date-wrapper .qodef-e-month{font-size:16px;line-height:22px;padding-top:4px;text-transform:lowercase}@media only screen and (max-width:680px){.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner .qodef-e-date-wrapper .qodef-e-month{padding-left:12px}}.qodef-events-list.qodef-item-layout--info-table .qodef-e-tickets-link{flex-shrink:0;margin-left:auto;margin-top:-12px}@media only screen and (max-width:768px){.qodef-events-list.qodef-item-layout--info-table .qodef-e-tickets-link{margin-left:0;margin-top:70px}}@media only screen and (max-width:680px){.qodef-events-list.qodef-item-layout--info-table .qodef-e-tickets-link{margin-left:0;margin-top:15px}}#qodef-single-event-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:9px 0 3px}#qodef-single-event-navigation .qodef-m-inner{position:relative;display:flex;align-items:center;justify-content:space-between}#qodef-single-event-navigation .qodef-m-nav{position:relative;display:flex;align-items:center}#qodef-single-event-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-event-navigation .qodef-m-nav .qodef-m-pagination-icon{position:relative;top:0;display:block;width:25px;height:auto;fill:none;stroke:currentColor}#qodef-single-event-navigation .qodef-m-nav.qodef--prev{left:0}#qodef-single-event-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon{margin-right:12px}#qodef-single-event-navigation .qodef-m-nav.qodef--next{flex-direction:row-reverse;right:0;margin-left:auto;text-align:right}#qodef-single-event-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon{margin-left:12px}#qodef-single-event-navigation .qodef-m-nav:hover{color:currentColor}#qodef-single-event-navigation .qodef-m-nav-label{font-size:14px;line-height:33px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit;text-transform:uppercase}.qodef-podcast-single{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-podcast-single .qodef-podcast-sections{display:flex;margin-top:130px}@media only screen and (max-width:768px){.qodef-podcast-single .qodef-podcast-sections{flex-wrap:wrap}}.qodef-podcast-single .qodef-podcast-sections>*{width:50%}@media only screen and (max-width:768px){.qodef-podcast-single .qodef-podcast-sections>*{width:100%}}.qodef-podcast-single .qodef-podcast-sections .qodef-m-items{background:#f9f9f9;padding:11.5% 13.5%;display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width:1440px){.qodef-podcast-single .qodef-podcast-sections .qodef-m-items{padding:11.5% 9.5%}}.qodef-podcast-single .qodef-podcast-sections .qodef-m-items .qodef-info-items{display:flex;flex-direction:row;margin-bottom:15px}.qodef-podcast-single .qodef-podcast-sections .qodef-m-items .qodef-info-items:last-child{margin-bottom:0}.qodef-podcast-single .qodef-podcast-sections .qodef-m-items .qodef-info-items .qodef-jump-button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid #000;border-radius:50%}.qodef-podcast-single .qodef-podcast-sections .qodef-m-items .qodef-info-items .qodef-e-content{display:flex;flex-direction:column;justify-content:center;margin-left:15px}.qodef-podcast-single .qodef-podcast-sections .qodef-m-items .qodef-info-items .qodef-e-content .qodef-e-time{font-size:14px;line-height:1;color:#a8a8a8}.qodef-podcast-single .qodef-podcast-sections .qodef-m-items .qodef-info-items .qodef-e-content .qodef-e-title{margin:0}.qodef-podcast-single .qodef-podcast-sections .qodef-m-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;overflow:hidden}.qodef-podcast-single .qodef-podcast-sections .qodef-m-image a,.qodef-podcast-single .qodef-podcast-sections .qodef-m-image img{display:block;width:100%}.qodef-mejs-button-filter{filter:brightness(0);transform:scale(.6)}.qodef-podcast-player{transform:translateY(-50%);height:80px;display:flex;align-items:center;background:rgba(0,0,0,.1);-webkit-backdrop-filter:blur(33px);backdrop-filter:blur(33px);border-radius:18px}.mejs-button>button{outline:0!important}.mejs-container{margin:10px 0}.mejs-container *{font-family:inherit!important;font-size:10px!important}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background-color:rgba(var(--qode-main-color-rgb),.42)!important}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background-color:#fff!important}.mejs-controls .mejs-time-rail .mejs-time-total{background-color:rgba(var(--qode-main-color-rgb),.42)!important}.mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:transparent!important}.mejs-controls .mejs-time-rail .mejs-time-current{background-color:var(--qode-main-color)!important}.mejs-time-handle-content{border:4px solid #fff!important}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:0 0!important}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{height:6px!important;border-radius:3px!important;overflow:hidden!important}.mejs-controls .mejs-time-rail .mejs-time-total{margin-top:7px!important}.mejs-horizontal-volume-total{top:17px!important;height:6px!important}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:3px!important;overflow:hidden!important}.qodef-podcast-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-podcast-list .qodef-e{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 100px}.qodef-podcast-list .qodef-e .qodef-e-content,.qodef-podcast-list .qodef-e .qodef-e-inner,.qodef-podcast-list .qodef-e .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-podcast-list .qodef-e .qodef-e-media>*{margin-bottom:35px;border-radius:10px;overflow:hidden;position:relative;z-index:3}.qodef-podcast-list .qodef-e .qodef-e-media img{transform-origin:top;transform:scale(1.01);transition:transform .6s ease-out}.qodef-podcast-list .qodef-e .qodef-e-media .qodef-microphone-on-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;width:104px;height:104px}.qodef-podcast-list .qodef-e .qodef-e-media .qodef-microphone-on-image .qodef-microphone path{fill:#fff}.qodef-podcast-list .qodef-e .qodef-e-media .qodef-microphone-on-image .qodef-microphone circle{fill:none;stroke:#fff}.qodef-podcast-list .qodef-e .qodef-e-media .qodef-microphone-on-image .qodef-microphone circle:nth-of-type(1){opacity:.5}.qodef-podcast-list .qodef-e .qodef-e-media .qodef-microphone-on-image .qodef-microphone circle:nth-of-type(2){stroke-dasharray:325;stroke-dashoffset:325;transform-origin:center;transform:rotate(-90deg);transition:.6s ease-in-out}.qodef-podcast-list .qodef-e .qodef-e-media:hover img{transform:scale(1.06)}.qodef-podcast-list .qodef-e .qodef-e-media:hover .qodef-microphone-on-image .qodef-microphone circle:nth-of-type(2){stroke-dashoffset:0;transform:rotate(0)}.qodef-podcast-list .qodef-e .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-podcast-list .qodef-e .qodef-e-media-image a,.qodef-podcast-list .qodef-e .qodef-e-media-image img{display:block;width:100%}.qodef-podcast-list .qodef-e .qodef-e-media-image.qodef--background{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.qodef-podcast-list .qodef-e .qodef-e-media-image.qodef--background img{visibility:hidden}.qodef-podcast-list .qodef-e .qodef-e-title{margin:0}.qodef-podcast-list .qodef-e .qodef-e-title a{color:initial}.qodef-podcast-list .qodef-e .qodef-duration{font-size:14px;margin-bottom:1px}.qodef-podcast-list .qodef-e .qodef-e-info-author{font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit;color:#a8a8a8;margin-top:17px;margin-bottom:32px}.qodef-podcast-list .qodef-e .qodef-e-info-author *{color:#a8a8a8}.qodef-skin--light.qodef-podcast-list .qodef-e .qodef-e-text *{color:#fff}.qodef-podcast-list .qodef-e .qodef-e-text:after{content:'';clear:both;display:table}.qodef-podcast-list.qodef-items--fixed article .qodef-e-media,.qodef-podcast-list.qodef-items--fixed article .qodef-e-media-image{height:100%}.qodef-podcast-list.qodef-item-layout--info-below:not(.qodef-col-num--1) article .qodef-e-media>*{margin-bottom:31px}.qodef-podcast-list.qodef-item-layout--info-below:not(.qodef-col-num--1) article .qodef-e-top-holder{margin-bottom:12px}.qodef-podcast-list.qodef-item-layout--info-below:not(.qodef-col-num--1) article .qodef-e-bottom-holder{margin-top:28px}#qodef-author-info.qodef-single-podcast-author{margin-top:136px}@media only screen and (max-width:768px){#qodef-author-info.qodef-single-podcast-author .qodef-m-inner{flex-wrap:wrap}}#qodef-author-info.qodef-single-podcast-author .qodef-m-image{margin-right:130px}@media only screen and (max-width:768px){#qodef-author-info.qodef-single-podcast-author .qodef-m-image{margin-right:0}}@media only screen and (max-width:768px){#qodef-author-info.qodef-single-podcast-author .qodef-m-content{margin-top:29px}}#qodef-author-info.qodef-single-podcast-author .qodef-m-description{margin:25px 0 0;max-width:740px}#qodef-author-info.qodef-single-podcast-author .qodef-author-title{margin:0}#qodef-author-info.qodef-single-podcast-author .qodef-m-outer{margin-top:26px}.qodef-team-list .qodef-e-media-image{border-radius:10px;overflow:hidden;position:relative;z-index:3}.qodef-team-list .qodef-e-role{margin:0;color:#a8a8a8;line-height:1}.qodef-team-list .qodef-e-title{margin:22px 0 2px}.qodef-team-list .qodef-team-member-social-icons{margin:0;z-index:5}.qodef-team-list.qodef-skin--light .qodef-e-content .qodef-e-title{color:#fff}.qodef-team-list.qodef-item-layout--info-below .qodef-e-image{position:relative;overflow:hidden}.qodef-team-list.qodef-item-layout--info-below .qodef-e-image img{transform-origin:top;transform:scale(1.01);transition:transform .6s ease-out}.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-team-member-social-icons{position:absolute;top:0;right:0;background-color:var(--qode-main-color);padding:11px 19px;border-radius:10px 0 10px 10px;transform:translateX(100%);transition:all .6s cubic-bezier(.77,0,.175,1)}.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-team-member-social-icons .qodef-team-member-social-icon{font-size:12px;color:#fff;margin-right:15px}.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-team-member-social-icons .qodef-team-member-social-icon:last-child{margin-right:0}.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover img{transform:scale(1.06)}.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-team-member-social-icons{transform:translateX(0)}.qodef-team-list.qodef-item-layout--info-below .qodef-e-content{margin:14px 0 50px}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content{opacity:1;z-index:1}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;transition:opacity .2s ease-out;z-index:-1}.qodef-testimonials-list .qodef-e-inner{padding-bottom:40px}.qodef-testimonials-list .qodef-e-media-image{line-height:0;margin-top:3px}.qodef-testimonials-list .qodef-e-media-image img{width:auto}.qodef-testimonials-list .qodef-e-title{margin:0 0 46px}.qodef-testimonials-list .qodef-stars{display:block;margin:0 0 30px}.qodef-testimonials-list .qodef-e-text{margin:0 0 38px;font-family:"Gilda Display",serif;font-size:30px;line-height:1.16em}.qodef-testimonials-list .qodef-e-author{margin:0;color:#a8a8a8}.qodef-testimonials-list .swiper-pagination-bullets{text-align:center;justify-content:center;bottom:0!important;margin-top:0}.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before{background-color:var(--qode-main-color)}.qodef-testimonials-list.qodef-col-num--1 .swiper-pagination-bullets{text-align:left;justify-content:flex-start;margin-left:-6px}.qodef-testimonials-list~.swiper-button-prev.swiper-button-outside{left:-230px!important}.qodef-testimonials-list~.swiper-button-next.swiper-button-outside{right:-230px!important}.qodef-testimonials-list .rating-star{color:#a8a8a8}.qodef-testimonials-list .rating-star svg text{fill:#a8a8a8}.qodef-testimonials-list .rating-star.active{color:#000}.qodef-testimonials-list .rating-star.active svg text{fill:#000}.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.qodef-testimonials-list.qodef-skin--light .qodef-e-text,.qodef-testimonials-list.qodef-skin--light .qodef-e-title{color:#fff}.qodef-testimonials-list.qodef-skin--light .icon_star{color:#a8a8a8}.qodef-testimonials-list.qodef-skin--light .icon_star.active{color:#fff}.qodef-testimonials-list.qodef-skin--light .rating-star svg text{fill:#a8a8a8}.qodef-testimonials-list.qodef-skin--light .rating-star.active svg text{fill:#fff}.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before{background-color:#fff}.qodef-review-rating{display:flex}.qodef-review-rating .qodef-rating-inner{display:flex;flex-basis:50%}.qodef-review-rating label{margin:0 10px 0 0}.qodef-review-rating .qodef-comment-rating-box{display:flex;margin:0}.qodef-review-rating .qodef-star-rating{color:var(--qode-main-color);position:relative;display:block;margin:0 .1em 0 0;cursor:pointer}.qodef-review-rating .qodef-star-rating svg{display:block;width:14px;height:auto;fill:none;stroke:currentColor}.qodef-review-rating .qodef-star-rating:not(.active){color:#a8a8a8}.qodef-review-rating .qodef-star-rating.active svg{fill:currentColor}.qodef-review-rating .qodef-comments-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-review-rating .qodef-comments-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-review-rating .qodef-comments-ratings .qodef-m-star{color:var(--qode-main-color)}.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg{display:inline-block;margin-right:.1em;width:14px;height:auto}.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child{margin-right:0}.qodef-review-rating .qodef-comments-ratings .qodef-m-star span{margin-right:12px;font-size:20px}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--initial{color:#a8a8a8}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg{fill:currentColor}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active{position:relative}.qodef-review-rating .qodef-stars{color:var(--qode-main-color)}.qodef-reviews-per-criteria .qodef-item-reviews-average-rating{color:var(--qode-main-color);font-size:60px;line-height:1em;font-weight:700}.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description{vertical-align:middle;margin:2px 0 0}.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon{vertical-align:middle;font-size:20px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right{vertical-align:middle;padding-left:200px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar{line-height:28px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner{padding:6px 0}.qodef-reviews-per-mark .qodef-reviews-number-holder{display:flex;align-items:center}@media only screen and (max-width:480px){.qodef-reviews-per-mark .qodef-reviews-number-holder{flex-direction:column;padding:62px 0 44px}}.qodef-reviews-per-mark .qodef-reviews-number-wrapper{display:flex;flex-direction:column;width:33.33%;text-align:center}.qodef-reviews-per-mark .qodef-reviews-number{font-family:"Gilda Display",serif;font-size:90px;color:#1c1c1c;line-height:1em}.qodef-reviews-per-mark .qodef-stars-wrapper{display:table-cell;vertical-align:middle;font-size:15px}@media only screen and (max-width:680px){.qodef-reviews-per-mark .qodef-stars-wrapper{padding-bottom:32px}}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars{display:block}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i{color:var(--qode-main-color)}.qodef-reviews-per-mark .qodef-rating-percentage-wrapper{position:relative;width:66.67%;padding:66px 50px 67px;background-color:#fafafa}@media only screen and (max-width:680px){.qodef-reviews-per-mark .qodef-rating-percentage-wrapper{padding:25px 25px 25px}}.qodef-reviews-per-mark .qodef-rating-percentage-wrapper:before{content:'';position:absolute;top:10%;left:0;bottom:10%;width:1px;background-color:#ebebeb}@media only screen and (max-width:480px){.qodef-reviews-per-mark .qodef-rating-percentage-wrapper:before{display:none}}.qodef-reviews-per-mark .qodef-rating-percentage-wrapper .qodef-progress-bar:not(:last-child){margin-bottom:9px}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary{display:inline-block;vertical-align:middle}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper{display:inline-block;vertical-align:middle;padding:0 0 0 15px}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner{display:block}.qodef-comment-list .qodef-comment-name{float:none}.qodef-comment-list .qodef-review-rating{display:inline-block;width:100%}.qodef-comment-list .qodef-rating-inner{display:inline-block;width:100%}@keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}.qodef-search-cover-form{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;background-color:#fff;z-index:-1;transition:opacity .3s ease}.qodef-search-cover-form .qodef-m-inner{display:flex;height:100%;width:100%;align-items:center;justify-content:space-between;padding:0 58px;background-color:#f9f9f9}.qodef-search-cover-form .qodef-search-submit{border:0!important;background:0 0!important;padding:0!important;color:initial;font-size:26px}.qodef-search-cover-form .qodef-search-submit .qodef-m-button-arrow-holder{display:none!important}.qodef-search-cover-form .qodef-m-form-field{padding:0;margin-left:20px;margin-bottom:0;background-color:transparent;border:0;border-radius:0;outline-offset:0}.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-close{flex-shrink:0;color:initial}.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack{font-size:46px}.qodef-covers-search--fadeout .qodef-search-cover-form{animation:cover_search_fade_out .3s ease both}.qodef-covers-search--fadein .qodef-search-cover-form{animation:cover_search_fade_in .3s ease both}.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form{display:none}.qodef-fullscreen-menu--opened .qodef-search-cover-form:after{content:'';position:absolute;left:100%;top:0;height:100%;width:18px;background-color:#fff}.qodef-fullscreen-search-holder{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.98);z-index:100}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder{display:none}.qodef-fullscreen-search-holder .qodef-m-inner{width:100%}.qodef-fullscreen-search-holder .qodef-m-form{position:relative;width:60%;margin:0 auto}.qodef-fullscreen-search-holder .qodef-m-form-field{height:100%;margin:0;padding:0;font-size:25px;color:#000;line-height:2em;background:0 0;border:0;border-radius:0}.qodef-fullscreen-search-holder .qodef-m-form-submit{position:absolute;right:0;bottom:-20px;width:auto;padding:0;margin:0;color:#000;background:0 0;border:0;outline:0;opacity:0;cursor:pointer;transition:color .2s ease-out}.qodef-fullscreen-search-holder .qodef-m-form-submit:hover{color:var(--qode-main-color);background:0 0}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit{opacity:1;bottom:10px;transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s}.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack{font-size:18px}.qodef-fullscreen-search-holder .qodef-m-form-line{position:absolute;left:0;bottom:-2px;width:0;border-bottom:1px solid #000;transition:all .3s ease}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line{width:100%;transition:width .5s ease .6s}.qodef-fullscreen-search-holder .qodef-m-close{position:absolute;top:33px;right:70px;color:#000;opacity:0;visibility:hidden;z-index:1}.admin-bar .qodef-fullscreen-search-holder .qodef-m-close{top:72px}.qodef-fullscreen-search-holder .qodef-m-close:hover{color:#000}.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack{font-size:25px}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close{opacity:1;visibility:visible}.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder{animation:fullscreen_search_fade_out .3s ease both}.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder{animation:fullscreen_search_fade_in .3s ease both}@keyframes fullscreen_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes fullscreen_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}.qodef-search-opener{font-size:26px}.qodef-search-opener>*{position:relative;display:inline-block;vertical-align:middle;line-height:inherit}.qodef-search-opener.qodef-source--icon-pack{font-size:26px}.qodef-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden;overflow-anchor:none}.qodef-accordion .qodef-accordion-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-accordion.qodef--init{visibility:visible}.qodef-accordion.qodef-layout--simple .qodef-accordion-title{position:relative;display:flex;align-items:center;justify-content:space-between;margin:12px 0 0;padding:2px 10px 2px 5px;transition:color .2s ease-out,background-color .2s ease-out;cursor:pointer}.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child{margin-top:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark{position:relative;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span{position:absolute;display:block;width:100%;top:50%;transform:translateY(-50%);transition:opacity .2s ease-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before{display:block;line-height:inherit}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus{opacity:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus{opacity:1}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover{color:#fff;background-color:#1c1c1c}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus{opacity:1}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus{opacity:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content{padding:16px 0 2px;margin:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content p{margin:0}.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content{display:none}.qodef-author-pagination--on .qodef-m-pagination-spinner{position:relative;display:inline-block;vertical-align:top;width:32px;height:auto;fill:var(--qode-main-color);stroke:none;visibility:hidden;z-index:-1;animation:qode-rotate 2s infinite linear}.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner{opacity:1;transition:opacity .2s ease-out}.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner{opacity:0}.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner{position:absolute;bottom:10px;left:calc(50% - 16px)}.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-banner{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto}.qodef-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.qodef-banner .qodef-m-content-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}.qodef-banner .qodef-m-title{margin:10px 0 4px}.qodef-banner .qodef-m-title-inner{display:inline-block}.qodef-banner .qodef-m-subtitle{margin:0;opacity:.5;letter-spacing:0}.qodef-banner .qodef-m-text-field{font-size:15px;color:var(--qode-main-color);margin:0 0 10px;font-style:italic}.qodef-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-banner .qodef-m-image img{display:block;transition:all .35s ease-out;border-radius:12px}.qodef-banner.qodef-layout--link-button .qodef-m-content-inner{align-items:flex-start;flex-direction:column;justify-content:flex-end;padding:25px 35px 35px}#qodef-page-sidebar .qodef-banner.qodef-layout--link-button .qodef-m-content-inner{padding:25px 25px 35px}@media only screen and (max-width:1440px){#qodef-page-sidebar .qodef-banner.qodef-layout--link-button .qodef-m-content-inner{padding:25px 20px 35px}}.qodef-banner.qodef-layout--link-button .qodef-m-title{margin:10px 0}.qodef-banner.qodef-layout--link-button .qodef-m-text{margin:0}.qodef-banner.qodef-layout--link-button .qodef-m-button{margin:22px 0 0}#qodef-page-sidebar .qodef-banner.qodef-layout--link-button .qodef-m-button{margin:7px 0 0}.qodef-banner.qodef-position--top .qodef-m-content-inner{justify-content:space-between}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:30px}.qodef-button.qodef-html--link{font-size:17px;line-height:1;letter-spacing:-.015em;font-weight:500;font-family:inherit;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:23px;outline:0;transition:opacity .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:14px 29px 13px}.qodef-button.qodef-layout--circle{padding:0!important;color:#000;background-color:transparent;border:1px solid currentColor;width:50px;height:50px;border-radius:50%;display:inline-block;line-height:1}.qodef-button.qodef-layout--circle.qodef-layout--circle-huge{width:128px;height:128px;font-size:30px}.qodef-button.qodef-layout--circle.qodef-layout--circle-huge .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow{width:18px!important;height:auto!important}.qodef-button.qodef-layout--circle .qodef-btn-text,.qodef-button.qodef-layout--circle .qodef-m-text{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.qodef-button.qodef-layout--circle .qodef-m-circle-button-arrow-holder{position:relative;overflow:hidden;font-size:0;line-height:0}.qodef-button.qodef-layout--circle .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow{display:inline-block;transition:transform .3s ease-out}.qodef-button.qodef-layout--circle .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow:first-child{transform:translateX(0) translateY(0) translateZ(0)}.qodef-button.qodef-layout--circle .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow:last-child{position:absolute;top:0;left:0;transform:translateX(-200%) translateY(200%) translateZ(0)}.qodef-button.qodef-layout--circle:hover{color:#000;background-color:transparent;border:1px solid currentColor}.qodef-button.qodef-layout--circle:hover .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow:first-child{transform:translateX(200%) translateY(-200%) translateZ(0)}.qodef-button.qodef-layout--circle:hover .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow:last-child{transform:translateX(0) translateY(0) translateZ(0)}.qodef-button.qodef-layout--filled.qodef-html--link{color:#fff;background-color:#000;border:1px solid #000}.qodef-button.qodef-layout--outlined{color:#000;background-color:transparent;border:1px solid #000}.qodef-call-to-action.qodef-layout--standard{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:flex;align-items:center}.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner{justify-content:space-between}.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner{justify-content:center}.qodef-call-to-action.qodef-layout--standard .qodef-m-content{padding-right:20px}.qodef-call-to-action.qodef-layout--standard .qodef-m-content>*{margin:0}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{flex:0 0 auto}.qodef-cards-gallery{position:relative;display:inline-block;width:100%;vertical-align:top;padding:10px 0}.qodef-cards-gallery .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-cards-gallery img{position:relative;display:block;box-shadow:3px 3px 15px 0 rgba(0,0,0,.5)}.qodef-cards-gallery .qodef-m-fake-card{position:relative;display:block;opacity:0;visibility:hidden;pointer-events:none}.qodef-cards-gallery .qodef-m-card{position:absolute;transition:all .15s ease}.qodef-cards-gallery .qodef-m-card.qodef-animating{transition:all 1s cubic-bezier(.19,1,.22,1);pointer-events:none}.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings{transition:all .6s cubic-bezier(0,0,0,1);pointer-events:none}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{left:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){transform:scale(.5) translateX(80%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){transform:scale(.6) translateX(54%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){transform:scale(.7) translateX(35%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){transform:scale(.8) translateX(21%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){transform:scale(.9) translateX(9.2%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover{margin-left:10px!important}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{right:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){transform:scale(.5) translateX(-80%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){transform:scale(.6) translateX(-54%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){transform:scale(.7) translateX(-35%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(.8) translateX(-21%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(.9) translateX(-9.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover{margin-right:10px!important}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle img{visibility:hidden}@keyframes qodefCardAppearFromRight{0%{transform:translate3d(100%,0,0);opacity:0;visibility:visible}30%{opacity:1;visibility:visible}100%{visibility:visible;transform:translate3d(0,0,0)}}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img{animation:qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){animation-delay:.2s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){animation-delay:.4s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){animation-delay:.6s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){animation-delay:.8s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){animation-delay:1s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){animation-delay:1.2s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){animation-delay:1.4s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){animation-delay:1.6s}@keyframes qodefCardAppearFromLeft{0%{visibility:visible;opacity:0;transform:translate3d(-100%,0,0)}30%{visibility:visible;opacity:1}100%{visibility:visible;transform:translate3d(0,0,0)}}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img{animation:qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){animation-delay:.2s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){animation-delay:.4s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){animation-delay:.6s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){animation-delay:.8s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){animation-delay:1s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){animation-delay:1.2s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){animation-delay:1.4s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){animation-delay:1.6s}.qodef-countdown .qodef-m-date{display:flex;flex-wrap:wrap;justify-content:center}.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-countdown .qodef-label{font-family:Inter,sans-serif;font-size:18px}.qodef-countdown.qodef-show--1 .qodef-digit-wrapper{width:100%}.qodef-countdown.qodef-show--2 .qodef-digit-wrapper{width:50%}.qodef-countdown.qodef-show--3 .qodef-digit-wrapper{width:33.33333%}.qodef-countdown.qodef-show--4 .qodef-digit-wrapper{width:25%}.qodef-countdown.qodef-show--5 .qodef-digit-wrapper{width:20%}.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:16.66667%}.qodef-countdown.qodef-countdown--light.qodef-layout--simple .qodef-digit,.qodef-countdown.qodef-countdown--light.qodef-layout--simple .qodef-label{color:#fff}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{display:inline-block;vertical-align:top;padding:0 20px}.qodef-countdown.qodef-layout--simple .qodef-digit{font-family:"Gilda Display",serif;font-size:90px;line-height:1em;font-weight:400;color:#000}@media only screen and (max-width:680px){.qodef-countdown.qodef-layout--simple .qodef-digit{font-size:50px}}.qodef-counter.qodef-layout--simple{text-align:left}.qodef-counter.qodef-layout--simple .qodef-m-digit{font-family:"Gilda Display",serif;font-weight:400;font-size:90px;line-height:1;color:#000}.qodef-counter.qodef-layout--simple .qodef-m-title{margin:17px 0 0 0}.qodef-counter.qodef-layout--simple .qodef-m-text{margin:7px 0 0}.widget.widget_coachfocus_core_custom_font{margin-bottom:0!important}.qodef-custom-font{position:relative;margin:0}.qodef-dropcaps{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-dropcaps .qodef-m-letter{position:relative;top:5px;display:flex;align-items:center;justify-content:center;float:left;margin:0 10px 5px 0;color:#000;font-size:50px;line-height:1.16;letter-spacing:-.01em;font-weight:400}@media only screen and (max-width:680px){.qodef-dropcaps .qodef-m-letter{font-size:45px}}.qodef-dropcaps .qodef-m-text{display:inline;margin:0}.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{width:40px;height:40px;font-size:25px;line-height:1.32;font-weight:500;color:#fff;background-color:#000}.qodef-dropcaps.qodef-type--circle .qodef-m-letter{border-radius:100%}.qodef-google-map{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-google-map .qodef-m-map{display:block;width:100%}.qodef-google-map .qodef-m-map embed,.qodef-google-map .qodef-m-map iframe,.qodef-google-map .qodef-m-map object{width:100%;display:block}.qodef-google-map .qodef-m-map img{max-width:none}.qodef-highlight .qodef-highlight-text{padding:0 5px;color:#fff;background-color:#000}.qodef-icon-list-item{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-icon-list-item .qodef-e-title{position:relative;display:inline-block;vertical-align:top;margin:0;line-height:1}.qodef-icon-list-item .qodef-e-title a{display:block}.qodef-icon-list-item .qodef-e-title-inner{display:flex;align-items:center}.qodef-icon-list-item .qodef-icon-holder{flex-shrink:0;margin-right:5px;float:none}.qodef-icon-list-item .qodef-icon-holder .qodef-icon{font-size:16px}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img{display:block}#qodef-page-sidebar .widget.widget_coachfocus_core_icon_list_item{margin-bottom:0}#qodef-page-footer .widget.widget_coachfocus_core_icon_list_item{margin-bottom:0}#qodef-side-area .widget.widget_coachfocus_core_icon_list_item{margin-bottom:0}.qodef-icon-with-text .qodef-m-title{margin:0}.qodef-icon-with-text .qodef-m-title span{display:block}.qodef-icon-with-text .qodef-m-title a{display:block}.qodef-icon-with-text .qodef-m-subtitle{font-family:Inter,sans-serif;font-size:14px;text-transform:uppercase;color:#b1b0b5;margin:0}.qodef-icon-with-text .qodef-m-text{margin:6px 0 0}.qodef-icon-with-text .qodef-m-icon-wrapper{line-height:1}.qodef-icon-with-text .qodef-icon-holder{float:none}.qodef-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img{display:block}.qodef-icon-with-text.qodef-layout--before-content{display:flex;align-items:flex-start}.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{flex-shrink:0;margin-right:12px;margin-top:5px}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title{line-height:1}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner{display:flex;align-items:center}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper{flex-shrink:0;margin-right:5px}.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img{max-width:50%}.qodef-icon-with-text.qodef-layout--number-before-content{display:flex;align-items:flex-start}.qodef-icon-with-text.qodef-layout--number-before-content .qodef-m-icon-wrapper{flex-shrink:0;margin-right:23px}.qodef-icon-with-text.qodef-layout--number-before-content .qodef-m-icon-wrapper .qodef-m-number{font-family:"Gilda Display",serif;font-size:90px;margin:-10px 0 0}.qodef-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:21px}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center{text-align:center}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left{text-align:left}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right{text-align:right}.qodef-icon-with-text.qodef-layout--top.qodef--retina img{max-width:50%;margin:0 auto}.qodef-icon-holder{position:relative;display:inline-block;vertical-align:top;width:auto;line-height:1}.qodef-icon-holder a{display:block}.qodef-icon-holder .qodef-icon{display:block;line-height:inherit}.qodef-icon-holder .qodef-icon:before{display:block;line-height:inherit}.qodef-icon-holder.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square{width:2em;height:2em;line-height:2em;text-align:center;color:#fff;background-color:var(--qode-main-color);transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-icon-holder.qodef-layout--circle a,.qodef-icon-holder.qodef-layout--square a{color:inherit;transition:none}.qodef-icon-holder.qodef-layout--circle:hover,.qodef-icon-holder.qodef-layout--square:hover{background-color:#000}.qodef-icon-holder.qodef-layout--circle{border-radius:50%}.qodef-icon-holder.qodef-size--tiny{font-size:1.33333333em}.qodef-icon-holder.qodef-size--small{font-size:2em}.qodef-icon-holder.qodef-size--medium{font-size:3em}.qodef-icon-holder.qodef-size--large{font-size:4em}.qodef-icon-holder.qodef-size--huge{font-size:5em}.widget.widget_coachfocus_core_icon{display:inline-block;line-height:1}#qodef-page-sidebar .widget.widget_coachfocus_core_icon{margin-bottom:0}#qodef-page-footer .widget.widget_coachfocus_core_icon{margin-bottom:0}#qodef-side-area .widget.widget_coachfocus_core_icon{margin-bottom:0}.qodef-image-gallery{border-radius:10px;overflow:hidden;z-index:3}.qodef-image-gallery .qodef-image-wrapper a{position:relative;overflow:hidden;display:block}.qodef-image-gallery .qodef-image-wrapper a img{transform-origin:top;transform:scale(1.01);transition:transform .6s ease-out}.qodef-image-gallery .qodef-image-wrapper a:hover img{transform:scale(1.03)}.qodef-image-gallery~.swiper-button-prev.swiper-button-outside{color:#fff;left:-100px!important}.qodef-image-gallery~.swiper-button-next.swiper-button-outside{color:#fff;right:-100px!important}.qodef-image-gallery.qodef-swiper-container img{border-radius:10px}.qodef-image-gallery.qodef-enable-shadow{padding:20px}.qodef-image-gallery.qodef-enable-shadow img{box-shadow:rgba(0,0,0,.04) 15px 13px 9px}.qodef-image-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-marquee.qodef-layout--vertical{overflow:hidden}.qodef-image-marquee .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 auto;overflow:hidden}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image{background-size:cover!important}.qodef-image-marquee .qodef-m-image{position:absolute;top:0;left:0;height:100%}.qodef-image-marquee .qodef-m-image.qodef-image--copy{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateX(100%) translateZ(0)}.qodef-image-marquee .qodef-m-image a{position:relative;display:block}.qodef-layout--vertical.qodef-image-marquee .qodef-m-image{width:100%!important;height:100%!important;background-size:cover!important}@keyframes qode-move-horizontal-normal-image-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(-100%) translateZ(0)}}@keyframes qode-move-horizontal-normal-image-marquee-copy{0%{transform:translateX(100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-normal-image-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(-100%) translateZ(0)}}@keyframes qode-move-vertical-normal-image-marquee-copy{0%{transform:translateY(100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}@keyframes qode-move-horizontal-reverse-image-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(100%) translateZ(0)}}@keyframes qode-move-horizontal-reverse-image-marquee-copy{0%{transform:translateX(-100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-reverse-image-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(100%) translateZ(0)}}@keyframes qode-move-vertical-reverse-image-marquee-copy{0%{transform:translateY(-100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}.qodef-image-tiles .qodef-coachfocus-holder{overflow:hidden;position:relative;flex-shrink:0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;height:100vh;width:100vh}.qodef-image-tiles .qodef-tile{overflow:hidden;position:relative}.qodef-image-tiles .qodef-tile-wheel{position:absolute;top:0;left:0;width:200%;height:200%;transition:.6s cubic-bezier(.85,0,.15,1)}.qodef-image-tiles .qodef-tile-0 .qodef-tile-wheel{transition-delay:.121s}.qodef-image-tiles .qodef-tile-1 .qodef-tile-wheel{transition-delay:.234s}.qodef-image-tiles .qodef-tile-2 .qodef-tile-wheel{transition-delay:.315s}.qodef-image-tiles .qodef-tile-3 .qodef-tile-wheel{transition-delay:.43s}.qodef-image-tiles .qodef-tile-4 .qodef-tile-wheel{transition-delay:.455s}.qodef-image-tiles .qodef-tile-5 .qodef-tile-wheel{transition-delay:.193s}.qodef-image-tiles .qodef-tile-6 .qodef-tile-wheel{transition-delay:.249s}.qodef-image-tiles .qodef-tile-7 .qodef-tile-wheel{transition-delay:.306s}.qodef-image-tiles .qodef-tile-8 .qodef-tile-wheel{transition-delay:.388s}.qodef-image-tiles .qodef-tile-9 .qodef-tile-wheel{transition-delay:.481s}.qodef-image-tiles .qodef-tile-10 .qodef-tile-wheel{transition-delay:.169s}.qodef-image-tiles .qodef-tile-11 .qodef-tile-wheel{transition-delay:.206s}.qodef-image-tiles .qodef-tile-12 .qodef-tile-wheel{transition-delay:.218s}.qodef-image-tiles .qodef-tile-13 .qodef-tile-wheel{transition-delay:.328s}.qodef-image-tiles .qodef-tile-14 .qodef-tile-wheel{transition-delay:.401s}.qodef-image-tiles .qodef-tile-15 .qodef-tile-wheel{transition-delay:.149s}.qodef-image-tiles .qodef-tile-field{position:absolute;top:0;left:0;width:50%;height:50%;background-size:var(--qodef-coachfocus-size) var(--qodef-coachfocus-size)}.qodef-image-tiles .qodef-tile-field:nth-child(2){top:50%;left:0;transform:rotate(-90deg)}.qodef-image-tiles .qodef-tile-field:nth-child(3){top:50%;left:50%;transform:rotate(180deg)}.qodef-image-tiles .qodef-tile-field:nth-child(4){top:0;left:50%;transform:rotate(90deg)}.qodef-image-tiles .qodef-tile-0 .qodef-tile-field{background-position:0 0}.qodef-image-tiles .qodef-tile-1 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4) 0}.qodef-image-tiles .qodef-tile-2 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4 * 2) 0}.qodef-image-tiles .qodef-tile-3 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4 * 3) 0}.qodef-image-tiles .qodef-tile-4 .qodef-tile-field{background-position:0 calc(-1 * var(--qodef-coachfocus-size)/ 4)}.qodef-image-tiles .qodef-tile-5 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4) calc(-1 * var(--qodef-coachfocus-size)/ 4)}.qodef-image-tiles .qodef-tile-6 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4 * 2) calc(-1 * var(--qodef-coachfocus-size)/ 4)}.qodef-image-tiles .qodef-tile-7 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4 * 3) calc(-1 * var(--qodef-coachfocus-size)/ 4)}.qodef-image-tiles .qodef-tile-8 .qodef-tile-field{background-position:0 calc(-1 * var(--qodef-coachfocus-size)/ 4 * 2)}.qodef-image-tiles .qodef-tile-9 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4) calc(-1 * var(--qodef-coachfocus-size)/ 4 * 2)}.qodef-image-tiles .qodef-tile-10 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4 * 2) calc(-1 * var(--qodef-coachfocus-size)/ 4 * 2)}.qodef-image-tiles .qodef-tile-11 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4 * 3) calc(-1 * var(--qodef-coachfocus-size)/ 4 * 2)}.qodef-image-tiles .qodef-tile-12 .qodef-tile-field{background-position:0 calc(-1 * var(--qodef-coachfocus-size)/ 4 * 3)}.qodef-image-tiles .qodef-tile-13 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4) calc(-1 * var(--qodef-coachfocus-size)/ 4 * 3)}.qodef-image-tiles .qodef-tile-14 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4 * 2) calc(-1 * var(--qodef-coachfocus-size)/ 4 * 3)}.qodef-image-tiles .qodef-tile-15 .qodef-tile-field{background-position:calc(-1 * var(--qodef-coachfocus-size)/ 4 * 3) calc(-1 * var(--qodef-coachfocus-size)/ 4 * 3)}.qodef-image-tiles .qodef-tile-0 .qodef-tile-field,.qodef-image-tiles .qodef-tile-4 .qodef-tile-field,.qodef-image-tiles .qodef-tile-8 .qodef-tile-field{opacity:0}.qodef-image-tiles .qodef-tile-1 .qodef-tile-field{border-radius:0 100% 0 100%/0 0 100% 100%}.qodef-image-tiles .qodef-tile-15 .qodef-tile-field,.qodef-image-tiles .qodef-tile-2 .qodef-tile-field{border-radius:0 100% 100% 0/0 100% 0 100%}.qodef-image-tiles .qodef-tile-5 .qodef-tile-field{border-radius:0 100% 100% 0/0 0 100% 100%}.qodef-image-tiles .qodef-tile-12 .qodef-tile-field,.qodef-image-tiles .qodef-tile-13 .qodef-tile-field{border-radius:100% 0 0 100%/100% 0 100% 0}.qodef-image-with-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image a,.qodef-image-with-text .qodef-m-image img{display:block}.qodef-image-with-text .qodef-m-image img{border-radius:20px;box-shadow:0 10px 36px #00000029}.qodef-image-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-title{position:relative;margin:21px 0 0;padding-left:20px}.qodef-image-with-text .qodef-m-title:before{content:'';position:absolute;width:8px;height:8px;background-color:currentColor;left:0;top:50%;transform:translateY(-50%);border-radius:100%}.qodef-image-with-text .qodef-m-title a:hover{color:currentColor}.qodef-image-with-text p.qodef-m-title{font-size:14px}.qodef-image-with-text .qodef-m-text{margin:15px 0 0}.qodef-info-section.qodef-layout--background-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-info-section.qodef-layout--background-text .qodef-m-info{position:relative;z-index:2}.qodef-info-section.qodef-layout--background-text .qodef-m-title{margin:0 0 18px}.qodef-info-section.qodef-layout--background-text .qodef-m-text{margin:0}.qodef-info-section.qodef-layout--background-text .qodef-button{margin-top:6px}.qodef-info-section.qodef-layout--background-text .qodef-m-background-text{position:absolute;display:inline-block;color:rgba(0,0,0,.1);text-align:center;font-weight:700;font-size:250px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text{top:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text{top:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text{bottom:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text{bottom:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text{font-size:450px;top:34px;left:0;right:0;text-align:center}.qodef-interactive-link-showcase{position:relative;display:inline-block;width:100%;vertical-align:top;height:100vh;visibility:hidden}.admin-bar .qodef-interactive-link-showcase{height:calc(100vh - 32px)}.qodef-interactive-link-showcase .qodef-m-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);transition:-webkit-clip-path 0s ease .6s;transition:clip-path 0s ease .6s;transition:clip-path 0s ease .6s,-webkit-clip-path 0s ease .6s}.qodef-interactive-link-showcase .qodef-m-image.qodef--active{z-index:5;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);transition:-webkit-clip-path .6s ease;transition:clip-path .6s ease;transition:clip-path .6s ease,-webkit-clip-path .6s ease}.qodef-interactive-link-showcase .qodef-m-image img{display:none}.qodef-interactive-link-showcase .qodef-m-items{display:flex;align-items:flex-start;text-align:left;z-index:10}.qodef-interactive-link-showcase .qodef-m-item{position:relative;display:inline-flex;vertical-align:top;width:auto;padding:0;margin:11px 0;transition:color .2s ease-out,background-color .2s ease-out}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-item-link{color:#000;font-size:35px;line-height:1.228;font-weight:400;line-height:1.48em}@media only screen and (max-width:768px){.qodef-interactive-link-showcase .qodef-m-item .qodef-e-item-link{font-size:28px;line-height:1.8em}}.qodef-interactive-link-showcase .qodef-m-item .qodef-button{color:var(--qode-main-color)}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title{position:relative;display:block;color:inherit}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-button-holder{margin-left:13px;opacity:0;transition:opacity .2s ease-out}.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-button-holder{opacity:1}.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-button-holder .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow:first-child{transform:translateX(200%) translateY(-200%)}.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-button-holder .qodef-m-circle-button-arrow-holder .qodef-svg--circle-button-arrow:last-child{transform:translateX(0) translateY(0)}.qodef-interactive-link-showcase.qodef--init{visibility:visible}.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item .qodef-e-item-link{color:#fff}.qodef-interactive-link-showcase.qodef-layout--list{padding:150px 0}@media only screen and (max-width:768px){.qodef-interactive-link-showcase.qodef-layout--list{padding:100px 0!important}}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{position:relative;display:block;margin-left:auto;width:45%;height:100%;overflow:hidden;padding-left:45px}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image{border-radius:10px}@media only screen and (max-width:768px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{width:40%}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{width:100%;padding-left:0;display:none!important}}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items{position:absolute;top:0;left:0;width:100%;height:100%;width:55%;justify-content:center;flex-direction:column;padding-right:45px}@media only screen and (max-width:768px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items{width:60%}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items{position:relative;width:100%;padding-right:0}}.qodef-item-showcase{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;visibility:hidden}.qodef-item-showcase .qodef-m-image{position:relative;flex-shrink:0;margin:0 60px;opacity:0;transform:translateY(70px);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1)}.qodef-item-showcase .qodef-m-image img{display:block}.qodef-item-showcase .qodef-m-items{position:relative;display:flex;flex-direction:column;width:100%}.qodef-item-showcase .qodef-m-items.qodef--left{text-align:right}.qodef-item-showcase .qodef-m-items.qodef--right{text-align:left}.qodef-item-showcase .qodef-m-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:60px;opacity:0;transform:translateY(70px);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1)}.qodef-item-showcase .qodef-m-item:first-child{margin-top:0}.qodef-item-showcase .qodef-m-item:nth-child(1){transition-delay:.2s}.qodef-item-showcase .qodef-m-item:nth-child(2){transition-delay:.4s}.qodef-item-showcase .qodef-m-item:nth-child(3){transition-delay:.6s}.qodef-item-showcase .qodef-m-item:nth-child(4){transition-delay:.8s}.qodef-item-showcase .qodef-m-item:nth-child(5){transition-delay:1s}.qodef-item-showcase .qodef-m-item:nth-child(6){transition-delay:1.2s}.qodef-item-showcase .qodef-e-title{margin:0}.qodef-item-showcase .qodef-e-title-link{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-item-showcase .qodef-e-title-link:hover{color:var(--qode-main-color)}.qodef-item-showcase .qodef-e-text{margin:20px 0 0}.qodef-item-showcase.qodef--init{visibility:visible}.qodef-item-showcase.qodef--init .qodef-m-image{opacity:1;transform:translateY(0)}.qodef-item-showcase.qodef--init .qodef-m-item{opacity:1;transform:translateY(0)}.qodef-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-pricing-table.qodef-status--featured .qodef-m-featured{display:block;position:absolute;top:-62px;left:0;right:0;border-top-right-radius:10px;border-top-left-radius:10px;background-image:url(//saphircoaching.com/wp-content/plugins/coachfocus-core/assets/img/featured-shape.png);background-repeat:no-repeat;background-position:center center;background-size:cover}.qodef-pricing-table.qodef-status--featured .qodef-m-featured .qodef-m-featured-text{color:#fff;margin:18px 0}.qodef-pricing-table.qodef-status--featured .qodef-m-inner{border-top-right-radius:0;border-top-left-radius:0}.qodef-pricing-table .qodef-m-inner{padding:45px 11% 66px;background-color:#fff;border-radius:10px}.qodef-pricing-table .qodef-m-price-currency{font-family:"Gilda Display",serif;font-size:40px;letter-spacing:-.02em;position:absolute;top:7%;right:106%}.qodef-pricing-table .qodef-m-price-value{font-family:"Gilda Display",serif;font-size:90px;letter-spacing:-.02em}.qodef-pricing-table .qodef-m-title p{margin:0;color:#000}.qodef-pricing-table .qodef-m-price{margin-top:-3px}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{position:relative;display:inline-flex;margin:0;line-height:1;justify-content:center;font-size:90px}.qodef-pricing-table .qodef-m-content{margin:25px 0 0}.qodef-pricing-table .qodef-m-content ul{list-style:none;margin:0}.qodef-pricing-table .qodef-m-content ul li{color:#000;margin-bottom:8px}.qodef-pricing-table .qodef-m-content ul li:last-child{margin-bottom:0}.qodef-pricing-table .qodef-m-content ul li:before{content:'\f00c';font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.qodef-pricing-table .qodef-m-button .qodef-button{margin:18px 0 0}.qodef-progress-bar{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-progress-bar .qodef-m-inner{position:relative;display:flex;flex-direction:column}.qodef-progress-bar .qodef-m-canvas{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-progress-bar .qodef-m-canvas svg{display:block}.qodef-progress-bar .qodef-m-title{margin:20px 0 0}.qodef-progress-bar.qodef--init{visibility:visible}.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;color:#000;font-size:18px;line-height:1.444;font-weight:500}.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text{padding-top:20px;transform:none!important}.qodef-progress-bar.qodef-layout--line .qodef-m-inner{flex-direction:row-reverse;align-items:center}.qodef-progress-bar.qodef-layout--line .progressbar{border-radius:50px}.qodef-progress-bar.qodef-layout--line .proggress{width:0}.qodef-progress-bar.qodef-layout--line .percentCount{position:absolute;width:auto}.qodef-progress-bar.qodef-layout--line .qodef-m-title{flex-shrink:0;margin:0 16px 0 0}.qodef-progress-bar.qodef-layout--line:not(.qodef-percentage--floating) .qodef-m-inner{justify-content:flex-end;max-width:calc(100% - 50px)}.qodef-progress-bar.qodef-layout--line:not(.qodef-percentage--floating) .progressbar{display:flex;align-items:center}.qodef-progress-bar.qodef-layout--line:not(.qodef-percentage--floating) .percentCount{min-width:50px;left:100%;text-align:right}.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount{top:-24px;left:0;transform:translateX(-50%)}.qodef-section-title{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-section-title .qodef-m-title{margin:0}.qodef-section-title .qodef-m-text{margin:25px 0 0}.qodef-section-title.qodef-alignment--center{text-align:center}.qodef-section-title.qodef-alignment--left{text-align:left}.qodef-section-title.qodef-alignment--right{text-align:right}.qodef-separator{font-size:0;height:auto;line-height:1;position:relative}.qodef-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;border-bottom:1px solid #000;margin:10px 0}.qodef-separator.qodef-position--center{text-align:center}.qodef-separator.qodef-position--left{text-align:left}.qodef-separator.qodef-position--right{text-align:right}@media only screen and (max-width:1024px){.qodef-separator.qodef-disabled--1024{display:none}}@media only screen and (max-width:768px){.qodef-separator.qodef-disabled--768{display:none}}@media only screen and (max-width:680px){.qodef-separator.qodef-disabled--680{display:none}}@media only screen and (max-width:480px){.qodef-separator.qodef-disabled--480{display:none}}#qodef-page-sidebar .widget.widget_coachfocus_core_separator{margin-bottom:0}#qodef-page-footer .widget.widget_coachfocus_core_separator{margin-bottom:0}#qodef-side-area .widget.widget_coachfocus_core_separator{margin-bottom:0}.qodef-single-image img{display:block}.qodef-single-image.qodef-border-radius img{border-radius:10px}.qodef-single-image.qodef-has-appear img{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);transition:-webkit-clip-path .8s ease;transition:clip-path .8s ease;transition:clip-path .8s ease,-webkit-clip-path .8s ease}.qodef-single-image.qodef-has-appear.qodef--appeared img{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.qodef-stacked-images .qodef-m-images{position:relative;display:inline-block}.qodef-stacked-images .qodef-m-images .qodef-m-image{opacity:0;transition:.35s opacity ease-out;position:relative}.qodef-stacked-images .qodef-m-images .qodef-m-image .qodef-inner-image-holder{position:relative}.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child){position:absolute;top:50%;left:50%}.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img{transform:translate(-50%,-50%)}@media only screen and (max-width:680px){.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img{display:none}}.qodef-stacked-images .qodef-m-images .qodef-m-image.qodef--appeared{opacity:1}.qodef-stacked-images .qodef-m-images .qodef-m-image img{border-radius:10px}.qodef-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-tabs.qodef--init{visibility:visible}.qodef-tabs .qodef-tabs-navigation{margin:0;padding:0;list-style:none}.qodef-tabs .qodef-tabs-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-tabs .qodef-tabs-content p{margin:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none;border-bottom:2px solid #ebebeb}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 14px 0 0;padding:0;position:relative}@media only screen and (max-width:768px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 9px 0 0}}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:after{content:'';background-color:#000;height:2px;width:0;position:absolute;bottom:-2px;left:0;display:inline-block;transition:width .25s ease-out}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{font-size:25px;line-height:1.32;font-weight:500;display:block;padding:15px 48px 15px 25px;transition:color .2s ease-out,background-color .2s ease-out}@media only screen and (max-width:768px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{padding:15px 18px 15px 5px}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{padding:15px 20px 15px 20px}}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover{color:currentColor}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-right:0}@media only screen and (max-width:768px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-right:4px}}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:hover:after{width:100%}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:hover a{color:currentColor}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{flex-direction:column;align-items:flex-start}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 0 26px 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-bottom:0}}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:flex;align-items:stretch;justify-content:space-between;height:100%}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{flex-shrink:0;display:block;padding-right:26px;margin-right:26px;border-right:1px solid #000}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li{width:100%;margin-bottom:26px}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child{margin-bottom:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a{display:inline-block;width:auto}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}.qodef-text-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-text-list .qodef-e-item{display:flex;align-items:flex-start}.qodef-text-list .qodef-e-item:last-child{margin-bottom:0!important}.qodef-text-list .qodef-e-item-sub{flex-shrink:0;font-size:14px;color:#b1b0b5;padding-right:15px;min-width:20px}.qodef-text-list .qodef-e-title{margin:0}.qodef-text-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-text-marquee .qodef-m-content{display:flex;white-space:nowrap;font-size:100px;line-height:1em;font-weight:700;overflow:hidden}.qodef-text-marquee .qodef-m-text{padding:0 25px;will-change:transform}.qodef-text-marquee .qodef-m-text-1{color:#000}.qodef-text-marquee .qodef-m-text-2{color:#000}.qodef-text-marquee .qodef-m-text-3{color:#000}.qodef-video-button{position:relative;display:inline-block;vertical-align:middle;width:100%}.qodef-video-button.qodef-custom-cursor-video:hover .qodef-m-play-inner{opacity:0}.qodef-video-button.qodef-enable-border-radius--yes .qodef-m-image{border-radius:10px;overflow:hidden}.qodef-video-button img{width:100%}.qodef-video-button .qodef-m-play{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff}.qodef-video-button .qodef-m-play .qodef-m-play-inner{width:104px;height:104px;display:flex;align-items:center;justify-content:center}.qodef-video-button .qodef-m-play .qodef-m-play-inner *{display:block;line-height:1}.qodef-video-button .qodef-m-play .qodef-m-play-inner svg{fill:currentColor}.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-play path{fill:#fff}.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-play circle{fill:none;stroke:#fff}.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-play circle:nth-of-type(1){opacity:.5}.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-play circle:nth-of-type(2){stroke-dasharray:325;stroke-dashoffset:325;transform-origin:center;transform:rotate(-90deg);transition:.6s ease-in-out}.qodef-video-button .qodef-m-play:hover .qodef-play circle:nth-of-type(2){stroke-dashoffset:0;transform:rotate(0)}#qodef-side-area{position:fixed;top:0;right:-590px;width:590px;height:100%;min-height:100%;padding:43px 70px 50px;background-color:#f9f9f9;overflow:hidden;visibility:hidden;z-index:9999;transition:all .6s cubic-bezier(.77,0,.175,1)}.admin-bar #qodef-side-area{padding-top:75px}.qodef-side-area--opened #qodef-side-area{right:0;visibility:visible}#qodef-side-area.qodef-alignment--center{text-align:center}#qodef-side-area.qodef-alignment--right{text-align:right}#qodef-side-area.qodef-alignment--left{text-align:left}#qodef-side-area .widget:not(.widget_coachfocus_core_title_widget){margin:0}#qodef-side-area .widget:last-child{margin-top:auto}#qodef-side-area #qodef-side-area-inner{display:flex;flex-direction:column;height:100%}#qodef-side-area-close{position:absolute;top:29px;right:58px;display:block;z-index:1000;color:currentColor}.admin-bar #qodef-side-area-close{top:61px}.qodef-side-area-cover{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;overflow:hidden;z-index:0;background-color:rgba(0,0,0,.5);transition:all .2s ease-in-out}.qodef-side-area--opened .qodef-side-area-cover{opacity:1;z-index:1002}.qodef-social-share{position:relative;display:inline-block;vertical-align:top}.qodef-social-share .qodef-social-title{position:relative;display:inline-block;vertical-align:top;margin:0 5px 0 0;color:#000;font-size:18px;line-height:1.444;font-weight:500}.qodef-social-share ul{position:relative;display:inline-block;vertical-align:top;list-style:none;padding:0;margin:0}.qodef-social-share li{position:relative;display:inline-block;vertical-align:top;line-height:1;padding:0;margin:0}.qodef-social-share li a{font-size:18px;line-height:21px}.qodef-social-share.qodef-layout--dropdown{position:relative;display:inline-block;vertical-align:bottom}.qodef-social-share.qodef-layout--dropdown .qodef-social-title{margin:0;vertical-align:middle}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon{vertical-align:middle}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li{opacity:1;visibility:visible;cursor:pointer}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2){transition-delay:.2s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3){transition-delay:.3s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4){transition-delay:.4s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5){transition-delay:.5s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6){transition-delay:.6s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7){transition-delay:.7s}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener{display:block}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title{display:inline-block;vertical-align:top;margin-right:5px}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown{position:absolute;visibility:hidden;z-index:950}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul{position:relative;display:block;z-index:990;margin:0;padding:0!important}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li{position:absolute;display:block;text-align:center;visibility:hidden;overflow:hidden;opacity:0;transition:opacity .2s ease-out,visibility .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a{transition:color .2s ease-out,background-color .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li *{display:block;line-height:inherit}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown{bottom:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li{width:90px;height:30px;line-height:30px;border:1px solid #000}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child){border-top:none}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover{background-color:#3b5998;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover{background-color:#00aced;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover{background-color:#007bb5;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover{background-color:#32506d;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover{background-color:#cb2027;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover{background-color:#45668e;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a{font-size:14px;color:#000;background-color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1){bottom:-30px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2){bottom:-60px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3){bottom:-90px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4){bottom:-120px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5){bottom:-150px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6){bottom:-180px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7){bottom:-210px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown{top:0;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:185px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{top:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:185px}.qodef-social-share.qodef-layout--list li{margin-right:15px}.qodef-social-share.qodef-layout--list li:last-child{margin-right:0}.qodef-social-share.qodef-layout--text li{line-height:inherit;margin-right:26px}.qodef-social-share.qodef-layout--text li a{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(2px),currentColor calc(2px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(2px + 1px);transition:background-size .25s ease-out}.qodef-social-share.qodef-layout--text li a:hover{color:initial;background-size:100% calc(2px + 1px)}.qodef-social-share.qodef-layout--text li:last-child{margin-right:0}.widget .qodef-social-share.qodef-layout--list .qodef-social-title{display:block;margin-bottom:21px}.widget .qodef-social-share.qodef-layout--text .qodef-social-title{display:block;margin-bottom:21px}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-page-spinner{position:fixed;top:0;bottom:0;right:0;left:0;z-index:2000}#qodef-page-spinner .qodef-m-inner{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--qode-main-color);background-color:#fff}#qodef-page-spinner .qodef-m-spinner{position:relative}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1{position:absolute;top:50%;left:50%;height:50%;width:50%;z-index:1;animation:qode-atom-shrink 4.5s infinite linear}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before{content:'';position:absolute;top:-50%;left:-50%;height:100%;width:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{position:absolute;width:100%;height:100%;z-index:0}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{content:'';position:absolute;top:0;left:0;height:20px;width:20px;margin:0 auto;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2{animation:qode-atom-zindex 1.5s .75s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before{transform:rotate(0);animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3{transform:rotate(120deg);animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before{animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{transform:rotate(240deg);animation:qode-atom-zindex 1.5s .25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock{position:relative;width:50px;height:50px;margin:-25px 0 0 -25px;animation:qode-clock 8s infinite steps(8)}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item{position:absolute;height:50px;width:50px}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before{content:'';position:absolute;height:18.31501832px;width:18.31501832px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1{transform:rotate(-135deg);animation:qode-clock-1 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2{transform:rotate(-90deg);animation:qode-clock-2 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3{transform:rotate(-45deg);animation:qode-clock-3 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4{animation:qode-clock-4 1s ease-in infinite}@keyframes qodefFloweOpacity{0%{opacity:0}50%{opacity:1}100%{opacity:0}}#qodef-page-spinner.qodef-layout--coachfocus svg{fill:currentColor;stroke:none}#qodef-page-spinner.qodef-layout--coachfocus svg path{opacity:0;animation:qodefFloweOpacity 1.6s ease infinite}#qodef-page-spinner.qodef-layout--coachfocus svg path:nth-child(2){animation-delay:.4s}#qodef-page-spinner.qodef-layout--coachfocus svg path:nth-child(3){animation-delay:.8s}#qodef-page-spinner.qodef-layout--coachfocus svg path:nth-child(4){animation-delay:1.2s}#qodef-page-spinner.qodef-layout--cube .qodef-m-cube{width:60px;height:60px;margin:-30px 0 0 -30px;background-color:currentColor;animation:qode-cube 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse{position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;border-radius:50%;opacity:.6;animation:qode-double-pulse 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2{animation-delay:-1s}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles{position:relative;width:60px;height:60px;margin:-30px 0 0 -30px}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item{position:absolute;width:100%;height:100%}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2{animation-delay:calc((600ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3{animation-delay:calc((900ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4{animation-delay:calc((1200ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2{transform:rotateZ(45deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1{animation-delay:calc((300ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2{animation-delay:calc((600ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3{animation-delay:calc((900ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4{animation-delay:calc((1200ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3{transform:rotateZ(90deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1{animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2{animation-delay:calc((600ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3{animation-delay:calc((900ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4{animation-delay:calc((1200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle{position:absolute;width:12px;height:12px;background-color:currentColor;border-radius:100%;animation:qode-bounce-delay 1.2s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1{top:0;left:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2{top:0;right:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3{right:0;bottom:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4{left:0;bottom:0}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion{position:relative;width:30px;height:30px;margin:-45px 0 0 -30px}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item{position:absolute;top:50%;left:50%;height:40px;width:40px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1{top:0;left:50%;animation:qode-fussion-ball-1 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2{top:50%;left:100%;animation:qode-fussion-ball-2 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3{top:100%;left:50%;animation:qode-fussion-ball-3 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4{top:50%;left:0;animation:qode-fussion-ball-4 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--lines .qodef-m-lines{width:60px;height:60px;margin:0 0 0 -30px}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;animation:qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;animation:qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;animation:qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;animation:qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis{position:relative;height:50px;width:50px;margin:-25px 0 0 -25px;animation:qode-mitosis-invert 2s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1{animation:qode-mitosis-ball-1 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2{animation:qode-mitosis-ball-2 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3{animation:qode-mitosis-ball-3 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4{animation:qode-mitosis-ball-4 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading{position:relative;display:flex;align-items:center;justify-content:space-between}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>*{margin:0;opacity:0;animation:qode-fade-in 1s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder{flex-shrink:0;animation-delay:.5s}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line{position:relative;display:block;height:3px;width:500px;margin-top:20px;background-color:#e5e1dc;overflow:hidden;opacity:0;animation:qode-fade-in 1s .3s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--qode-main-color);width:0}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle{position:absolute;height:100%;width:100%;background:currentColor;border:0 solid currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1{animation:qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2{animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3{animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4{animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse{width:32px;height:32px;margin:-16px 0 0 -16px;background-color:currentColor;border-radius:16px;animation:qode-scaleout 1s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles{width:60px;height:20px}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div{display:inline-block;width:12px;height:12px;margin:4px;background-color:currentColor;border-radius:100%;opacity:0;animation:qode-ball-fall 1.5s ease infinite both}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1){animation-delay:calc((100ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2){animation-delay:calc((200ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3){animation-delay:calc((300ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes{position:relative;width:32px;height:32px;margin:-16px 0 0 -16px}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube{position:absolute;top:0;left:0;width:10px;height:10px;background-color:currentColor;animation:qode-rotating-cubes 1.8s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2{animation-delay:-.9s}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes{width:50px;height:60px;margin:-30px 0 0 -25px;text-align:center}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe{display:inline-block;float:left;height:100%;width:6px;margin:0 3px 0 0;background-color:currentColor;animation:qode-stretch-delay 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2{animation-delay:calc((200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3{animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4{animation-delay:calc((400ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5{animation-delay:calc((500ms) - 1300ms)}#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}#qodef-page-spinner.qodef-layout--textual .qodef-m-textual{opacity:0}#qodef-page-spinner.qodef-layout--textual .qodef-m-text{display:flex;font-size:30px;line-height:1;font-weight:500;white-space:nowrap;text-transform:uppercase}#qodef-page-spinner.qodef-layout--textual .qodef-m-char{display:inline-block;opacity:0;will-change:opacity}#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char{white-space:pre}#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual{opacity:1}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px;text-align:center;animation:qode-rotate-circles 2s infinite linear}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle{position:absolute;top:0;width:60%;height:60%;display:inline-block;background-color:currentColor;border-radius:100%;transform-origin:center bottom;animation:qode-bounce 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2{top:auto;bottom:0;animation-delay:-1s}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles{width:150px;height:30px;margin:-15px 0 0 -75px}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle{float:left;height:30px;width:30px;margin-right:10px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1{animation:qode-wave-jump-3 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2{animation:qode-wave-jump-2 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3{animation:qode-wave-jump-1 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4{margin-right:0;animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave{width:72px;margin:-9px 0 0 -36px;text-align:center}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item{display:inline-block;width:18px;height:18px;margin:0 3px 0 0;background-color:currentColor;border-radius:100%;animation:qode-bounce-delay 1.4s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1{animation-delay:-.32s}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2{animation-delay:-.16s}.qodef-sp-holder{position:fixed;bottom:20px;left:0;width:100%;opacity:0;z-index:115;visibility:hidden;transition:opacity .2s ease-out;display:flex;align-items:flex-end;justify-content:center}.qodef-sp-holder .qodef-sp-inner{opacity:0;transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out}.qodef-sp-holder .qodef-sp-close{position:absolute;top:5px;right:10px;color:#fff}.qodef-sp-holder .qodef-sp-close .qodef-m-lines{width:16px!important;height:16px!important}.qodef-sp-holder .qodef-sp-content-container{background-color:var(--qode-main-color);padding:30px 40px;min-height:132px;display:flex;align-items:center;border-radius:10px;overflow:hidden;justify-content:space-between}@media only screen and (max-width:1024px){.qodef-sp-holder .qodef-sp-content-container{align-items:center;flex-direction:column;gap:25px}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-content-container{gap:0}}.qodef-sp-holder .qodef-sp-content-container .qodef-button{color:#fff;border-color:#fff}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-content-container .qodef-button{margin-top:20px}}.qodef-sp-holder .qodef-sp-content-content-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media only screen and (max-width:1024px){.qodef-sp-holder .qodef-sp-content-content-left{align-items:center}}.qodef-sp-holder .qodef-sp-title{margin:0;color:#fff}@media only screen and (max-width:1024px){.qodef-sp-holder .qodef-sp-title{text-align:center}}.qodef-sp-holder .qodef-sp-text{color:#fff;margin:8px 0 0}.qodef-sp-holder .qodef-sp-prevent{position:absolute;color:#fff;top:14px;right:42px}.qodef-sp-holder .qodef-sp-prevent-inner{cursor:pointer}.qodef-sp-holder .qodef-sp-prevent-inner>*{position:relative;display:inline-block;vertical-align:top;line-height:1}.qodef-sp-holder .qodef-sp-prevent-input{margin:1px 1px 0 0;width:11px;height:11px;border:1px solid #fff;overflow:hidden}.qodef-sp-holder .qodef-sp-prevent-input svg{position:absolute;top:0;left:0;width:100%;height:100%;fill:#fff;opacity:0;transition:opacity .2s ease-out}.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg{opacity:1}.qodef-sp-holder .qodef-sp-prevent-label{font-size:13px}.qodef-sp-opened .qodef-sp-holder{opacity:1;visibility:visible;transition:opacity .2s ease-out}.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner{opacity:1;transform:scale(1);transition:transform .8s cubic-bezier(.26,.63,0,.96)}.qodef-page-title{background-position:center 0;background-repeat:no-repeat;background-size:cover}.qodef-page-title.qodef-image--responsive{height:auto!important}.qodef-page-title.qodef-image--responsive .qodef-m-content{position:absolute;top:0;left:0}.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid{left:50%;transform:translateX(-50%)}.qodef-page-title.qodef-alignment--center{text-align:center}.qodef-page-title.qodef-alignment--right{text-align:right}.qodef-page-title .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-page-title .qodef-m-image img{display:block;width:100%}.qodef-page-title .qodef-m-content.qodef-content-full-width{padding:0 58px}.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span{font-size:16px;color:#000}.qodef-page-title .qodef-breadcrumbs a{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(1px),currentColor calc(1px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(1px + 1px);transition:background-size .25s ease-out}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator{margin:0 5px}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after{content:'/'}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs{margin-top:5px}.qodef-page-title.qodef-title--standard .qodef-m-subtitle{margin:4px 0 0}html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor{margin-bottom:0!important}.qodef-uncovering-section .qodef-page-content-section>.elementor .elementor-section{z-index:1}.qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-section:last-child{bottom:0;left:0;position:fixed;width:100%;z-index:0}html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-section:last-child{bottom:initial;left:initial;position:initial;width:initial}.widget.qodef-author-info .qodef-author-info-image{margin-bottom:21px;display:inline-block}.widget.qodef-author-info .qodef-author-info-name{margin:0 0 21px}.widget.qodef-author-info .qodef-author-info-description{margin:0}.widget .qodef-contact-info-widget{margin:0}#qodef-top-area .widget .qodef-contact-info-widget a{font-size:16px}.qodef-social-icons-group .qodef-icon-holder{margin-right:9px}.qodef-social-icons-group .qodef-icon-holder a{transition:color .2s ease-out;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(5px),currentColor calc(5px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(5px + 1px);transition:background-size .25s ease-out}.qodef-social-icons-group .qodef-icon-holder a:hover{background-size:100% calc(5px + 1px)}.qodef-social-icons-group .qodef-icon-holder:last-child{margin-right:0}.qodef-social-icons-group .qodef-icon-holder.qodef--textual{font-size:15px;line-height:24px;display:inline-block;vertical-align:middle;flex-wrap:wrap;color:inherit;font-size:18px;line-height:26px}.qodef-social-icons-group .qodef-icon-holder.qodef--textual a{color:inherit}.widget.widget_coachfocus_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,.widget.widget_coachfocus_core_social_icons_group .qodef-icon-holder.qodef-layout--square{background-color:#ebebeb}.widget.widget_coachfocus_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,.widget.widget_coachfocus_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover{color:#000}.widget.widget_coachfocus_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,.widget.widget_coachfocus_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a{color:#fff}.widget_coachfocus_core_sticky_sidebar{position:relative;width:100%;height:0;margin:0!important;padding:0!important;border:none!important;background:0 0!important}@media only screen and (max-width:1440px){.qodef-background-text .qodef-m-background-text{font-size:135px}}@media only screen and (max-width:680px){.qodef-background-text .qodef-m-background-text{display:none!important}}@media only screen and (max-width:1440px){.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link{padding:83px 40px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote{padding:83px 40px 87px}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) #qodef-page-outer{margin-top:0!important}}@media only screen and (max-width:1024px){#qodef-top-area{display:none}}@media only screen and (max-width:680px){#bbpress-forums ul.bbp-forums{margin-top:30px}#bbpress-forums ul.bbp-forums .forum-titles .bbp-forum-freshness,#bbpress-forums ul.bbp-forums .forum-titles .bbp-forum-reply-count,#bbpress-forums ul.bbp-forums .forum-titles .bbp-forum-topic-count{display:none}#bbpress-forums ul.bbp-forums .bbp-body .bbp-forum-freshness,#bbpress-forums ul.bbp-forums .bbp-body .bbp-forum-reply-count,#bbpress-forums ul.bbp-forums .bbp-body .bbp-forum-topic-count{display:none}#bbpress-forums ul.bbp-forums .bbp-body .bbp-forum-info{width:100%;padding-right:0}#bbpress-forums .bbp-topics .forum-titles .bbp-topic-freshness,#bbpress-forums .bbp-topics .forum-titles .bbp-topic-reply-count,#bbpress-forums .bbp-topics .forum-titles .bbp-topic-voice-count{display:none}#bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness,#bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count,#bbpress-forums .bbp-topics .bbp-body .bbp-topic-voice-count{display:none}#bbpress-forums .bbp-topics .bbp-body .bbp-forum-info{width:100%;padding-right:0}#bbpress-forums .bbp-breadcrumb,#bbpress-forums div.bbp-search-form,#bbpress-forums>#subscription-toggle{float:none;margin-top:25px;display:block}#bbpress-forums #bbp-search-form #bbp_search{width:100%}#bbpress-forums ul.bbp-search-results .bbp-reply-post-date,#bbpress-forums ul.bbp-search-results .bbp-topic-post-date{float:none;display:block}#bbpress-forums ul.bbp-search-results .bbp-topic-header .bbp-topic-permalink{display:block;float:none;margin:0}#bbpress-forums ul.bbp-search-results li.bbp-header{padding:20px 0 18px}#bbpress-forums ul.bbp-search-results li.bbp-body .hentry{padding:0 21px}}@media only screen and (max-width:768px){body.forum #bbpress-forums .bbp-no-reply,body.forum #bbpress-forums .bbp-no-topic{padding-left:0;padding-right:0}}@media only screen and (max-width:480px){body.bbp-user-page #bbpress-forums .subscription-toggle,body.forum #bbpress-forums .subscription-toggle,body.forum-archive #bbpress-forums .subscription-toggle,body.single-topic #bbpress-forums .subscription-toggle,body.topic-tag #bbpress-forums .subscription-toggle{width:100%}#bbpress-forums .bbp-topics li.bbp-forum-info,#bbpress-forums .bbp-topics li.bbp-topic-title{width:100%}}@media only screen and (max-width:768px){.qodef-listing-search .qodef-listing-search-form{flex-wrap:wrap}.qodef-listing-search .qodef-e{flex-basis:100%;margin-bottom:25px}.qodef-listing-search .qodef-e:last-child{margin-bottom:0}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-gutter--extreme.qodef--no-bottom-space{margin-bottom:-70px}.qodef-twitter-list.qodef-gutter--extreme #ctf .ctf-tweets{margin:0 -35px}.qodef-twitter-list.qodef-gutter--extreme #ctf .ctf-tweets>.ctf-item{padding:0 35px;margin:0 0 70px}}@media only screen and (max-width:680px){#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner{flex-wrap:wrap}}@media only screen and (max-width:680px){#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image{max-height:30vh}}@media only screen and (max-width:680px){#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description{display:none}}@media only screen and (max-width:680px){.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:block}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{margin-top:20px}}@media only screen and (max-width:768px){.qodef-cards-gallery .qodef-m-fake-card{transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){transform:scale(.3) translateX(84%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){transform:scale(.4) translateX(60%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){transform:scale(.5) translateX(39%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){transform:scale(.6) translateX(25%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){transform:scale(.7) translateX(11.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){transform:scale(.3) translateX(-84%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){transform:scale(.4) translateX(-60%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){transform:scale(.5) translateX(-39%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(.6) translateX(-25%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(.7) translateX(-11.2%)}}@media only screen and (max-width:768px){.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:33.33333333333333%}}@media only screen and (max-width:1024px){.qodef-highlight.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-image-marquee .qodef-m-content.qodef--desktop{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:block}}@media only screen and (max-width:1024px){.qodef-info-section.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1024px){.qodef-item-showcase{align-items:flex-start;flex-wrap:wrap}.qodef-item-showcase .qodef-m-image{position:absolute;top:0;left:0;width:40%;padding-right:40px;margin:0!important}.qodef-item-showcase .qodef-m-items{left:40%;width:calc(100% - 40%)}.qodef-item-showcase .qodef-m-items .qodef-m-item{transition-delay:0s}.qodef-item-showcase .qodef-m-items.qodef--left{text-align:left}.qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child{margin-top:40px}.qodef-item-showcase .qodef-m-item{margin-top:40px}}@media only screen and (max-width:680px){.qodef-item-showcase .qodef-m-image{display:none}.qodef-item-showcase .qodef-m-items{left:0;width:100%}}@media only screen and (max-width:1024px){.qodef-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:block}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{padding-right:0;margin-right:0;border-right:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:26px}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}}@media only screen and (max-width:680px){.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:1px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:46px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:91px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:136px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:181px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:226px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:271px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{left:auto;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:auto;left:1px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:auto;left:46px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:auto;left:91px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:auto;left:136px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:auto;left:181px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:auto;left:226px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:auto;left:271px}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content{padding-top:0!important}}@media only screen and (max-width:480px){.qodef-page-title .qodef-m-title{font-size:50px}}@media only screen and (max-width:1024px){#qodef-page-sidebar .qodef-social-icons-group{justify-content:flex-start}}#qodef-membership-user-dashboard{position:relative;display:flex;width:100%;box-shadow:0 3px 26px #0000000A}#qodef-membership-user-dashboard .qodef-m-navigation{width:30%;flex-shrink:0;background:#ebebeb;display:flex;padding:87px}#qodef-membership-user-dashboard .qodef-m-navigation-items{list-style:none;margin:0}#qodef-membership-user-dashboard .qodef-m-navigation-item{position:relative;display:block;margin:8px 0}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-link{position:relative;display:flex;align-items:center;font-size:14px}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-link .qodef-e-label{line-height:24px;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(5px),currentColor calc(5px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(5px + 1px);transition:background-size .25s ease-out}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-link:hover{color:inherit}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-link:hover .qodef-e-label{background-size:100% calc(5px + 1px)}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-link:focus{color:inherit}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-icon{opacity:0;flex-shrink:0;margin-right:10px}#qodef-membership-user-dashboard .qodef-m-navigation-item.qodef--active .qodef-e-label{background-size:100% calc(5px + 1px)}#qodef-membership-user-dashboard .qodef-m-navigation-item.qodef--active .qodef-e-icon{opacity:1}#qodef-membership-user-dashboard .qodef-m-content{padding:57px 69px;width:100%;background-color:#fff}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-image{margin-bottom:27px}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-image img{display:block;border-radius:10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-image-uploader ul{list-style-type:none;margin-left:-10px;margin-right:-10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-image-uploader ul li{display:inline-block;padding:10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-presentable .qodef-repeater-add{display:none}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-presentable .qodef-repeater-wrapper-main .qodef-repeater-actions-holder{display:none}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-placeholder{border:1px dashed #000;margin-bottom:30px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-wrapper-inner{padding:30px;box-sizing:border-box;background:#f7f8f9}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-wrapper-main{margin-top:10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder{display:flex;align-items:center;justify-content:space-between;background-color:#fff;margin-bottom:30px;padding:0 40px 0 25px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-fields{display:inline-flex;flex-wrap:wrap;width:100%;margin:0 -10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-fields .qodef-field-holder{padding:0 10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-fields .qodef-field-holder:not(col-lg-12) .qodef-field-section{align-items:center}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-actions-holder{display:flex;flex:0 0 130px;text-align:center}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove,#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-sort{width:47px;height:47px;line-height:47px;margin:0 0 0 auto;border-radius:47px;text-align:center}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove a,#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-sort a{display:inline-block;width:100%;height:100%;vertical-align:middle}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove svg,#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-sort svg{display:inline-block;width:16px;height:auto;fill:currentColor}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-sort{border:1px solid #000;background:#fff;color:#000;margin-bottom:10px;cursor:grab}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove{background:var(--qode-main-color);transition:background-color .2s ease-out}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove a{cursor:pointer;color:#fff;box-shadow:none;text-decoration:none}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove:hover{background:#ebebeb}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-add{margin-top:10px;display:inline-block}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-wrapper-inner{padding:30px;box-sizing:border-box}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-wrapper-main{margin-top:30px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-fields-holder{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding:0 40px 0 25px;background:#f7f8f9}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-fields-holder .qodef-repeater-inner-fields{display:inline-block;width:100%}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-fields-holder .qodef-repeater-inner-add{margin-top:10px;display:inline-block}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-repeater-columns-layout .qodef-repeater-actions-holder{flex:0 0 70px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-repeater-columns-layout .qodef-field-section{flex-wrap:wrap}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-repeater-columns-layout .qodef-field-section>*{width:100%;flex:auto;padding:0}#qodef-membership-user-dashboard .qodef--edit-profile .qodef-field-title{display:block;margin:0 0 .5em;font-size:14px;line-height:26px}#qodef-membership-user-dashboard .qodef-front-end-submit{margin-top:25px}#qodef-membership-login-modal{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;z-index:9999;transition:opacity .2s ease-out;padding:30px}#qodef-membership-login-modal .qodef-membership-login-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%}#qodef-membership-login-modal .qodef-membership-login-modal-content{position:relative;display:inline-block;vertical-align:top;width:400px;background-color:#fff;z-index:2}#qodef-membership-login-modal .qodef-membership-login-modal-navigation{position:relative;display:flex;align-items:center;justify-content:space-around;list-style:none;margin:0 0 30px}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item{width:50%;text-align:center}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-state-active.qodef--login{background-color:var(--qode-main-color)}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-state-active.qodef--login .qodef-e-link{color:#fff}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-state-active.qodef--register{background-color:var(--qode-main-color)}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-state-active.qodef--register .qodef-e-link{color:#fff}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.qodef--reset-password{display:none}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-link{border-color:transparent!important;padding-top:15px!important;padding-bottom:15px!important}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-label{display:block}#qodef-membership-login-modal #qodef-membership-login-modal-part,#qodef-membership-login-modal #qodef-membership-register-modal-part,#qodef-membership-login-modal #qodef-membership-reset-password-modal-part{padding:0 55px 48px}#qodef-membership-login-modal #qodef-membership-login-modal-part .qodef-m-social-login-text,#qodef-membership-login-modal #qodef-membership-register-modal-part .qodef-m-social-login-text,#qodef-membership-login-modal #qodef-membership-reset-password-modal-part .qodef-m-social-login-text{font-size:14px;text-align:center;margin-bottom:5px;margin-top:10px}#qodef-membership-login-modal #qodef-membership-login-modal-part .qodef-m-social-login-holder,#qodef-membership-login-modal #qodef-membership-register-modal-part .qodef-m-social-login-holder,#qodef-membership-login-modal #qodef-membership-reset-password-modal-part .qodef-m-social-login-holder{display:flex;align-items:center;justify-content:center}#qodef-membership-login-modal #qodef-membership-login-modal-part .qodef-m-social-login-btn,#qodef-membership-login-modal #qodef-membership-register-modal-part .qodef-m-social-login-btn,#qodef-membership-login-modal #qodef-membership-reset-password-modal-part .qodef-m-social-login-btn{padding:0;color:#000;background:0 0;border:0;margin:0 15px}#qodef-membership-login-modal #qodef-membership-login-modal-part .qodef-m-social-login-terms,#qodef-membership-login-modal #qodef-membership-register-modal-part .qodef-m-social-login-terms,#qodef-membership-login-modal #qodef-membership-reset-password-modal-part .qodef-m-social-login-terms{font-size:14px;text-align:center;margin-top:10px}#qodef-membership-login-modal .qodef-m-links-remember{margin:0 13px 0 0}#qodef-membership-login-modal form{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-membership-login-modal form.qodef--loading .qodef-m-action-button{opacity:0}#qodef-membership-login-modal form.qodef--loading .qodef-m-action-spinner{opacity:1}#qodef-membership-login-modal .qodef-m-action{position:relative;display:inline-block;vertical-align:top;margin-top:25px;width:100%}#qodef-membership-login-modal .qodef-m-action>button{width:100%;justify-content:center}#qodef-membership-login-modal .qodef-m-action-button{opacity:1;z-index:2}#qodef-membership-login-modal .qodef-m-action-spinner{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);font-size:30px;opacity:0}#qodef-membership-login-modal .qodef-m-response{margin-top:30px;font-size:14px;text-align:center;line-height:1}#qodef-membership-login-modal .qodef-m-response.qodef--success{color:#a8a8a8}#qodef-membership-login-modal .qodef-m-response.qodef--error{color:var(--qode-main-color)}#qodef-membership-login-modal.qodef--opened{opacity:1;visibility:visible}.page-template-user-dashboard #qodef-membership-login-modal{position:relative;height:auto;background-color:transparent;opacity:1;visibility:visible}#qodef-membership-login-modal input[type=date],#qodef-membership-login-modal input[type=email],#qodef-membership-login-modal input[type=number],#qodef-membership-login-modal input[type=password],#qodef-membership-login-modal input[type=search],#qodef-membership-login-modal input[type=tel],#qodef-membership-login-modal input[type=text],#qodef-membership-login-modal input[type=url],#qodef-membership-login-modal select,#qodef-membership-login-modal textarea{border-top:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;padding-left:0!important;padding-right:0!important}#qodef-membership-login-modal-part .qodef-m-links{position:relative;display:flex;align-items:center;justify-content:space-between}#qodef-membership-login-modal-part .qodef-m-links-remember-me{display:flex;align-items:center;flex-shrink:0;margin-top:-6px}#qodef-membership-login-modal-part .qodef-m-links-remember-me label{margin-bottom:0}#qodef-membership-login-modal-part .qodef--reset-password{list-style:none!important;margin-top:10px;margin-bottom:20px}#qodef-membership-login-modal-part .qodef--reset-password .qodef-button{border:0!important;padding:0!important;width:100%!important;justify-content:center!important}#qodef-page-header .widget.widget_coachfocus_membership_login_opener{height:100%}.page-template-user-dashboard:not(.logged-in) #qodef-page-header .widget.widget_coachfocus_membership_login_opener{display:none}.qodef-login-opener-widget{position:relative;display:flex;align-items:center;height:100%}.qodef-login-opener-widget .qodef-login-opener{position:relative;display:block}header .qodef-login-opener-widget .qodef-login-opener{position:relative;display:flex;align-items:center;height:100%;font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000}header .qodef-login-opener-widget .qodef-login-opener>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(5px),currentColor calc(5px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(5px + 1px);transition:background-size .25s ease-out}header .qodef-login-opener-widget .qodef-login-opener:hover>.qodef-menu-item-text{background-size:100% calc(5px + 1px)}.qodef-login-opener-widget .qodef-logged-in-user{position:relative;display:inline-block;vertical-align:top;height:100%;cursor:pointer}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user{position:relative;display:flex;align-items:center;height:100%}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user-image{flex-shrink:0;margin-right:5px}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-items{position:absolute;top:100%;left:-42px;width:260px;padding:31px 0!important;background-color:#f9f9f9;visibility:hidden;opacity:0;transition:opacity .2s ease-out}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item{padding:0 42px}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link{font-family:Inter,sans-serif;font-size:16px;line-height:1.625;font-weight:400;color:#000;font-size:13px;text-transform:uppercase;position:relative;display:flex;white-space:normal;margin:7px 0;overflow:hidden;transition:padding .2s ease-out;background:0 0!important}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link .qodef-menu-item-icon{flex-shrink:0}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link>.qodef-menu-item-text{text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(4px),currentColor calc(4px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(4px + 1px);transition:background-size .25s ease-out}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link>.qodef-e-label{line-height:22px;text-decoration:none;background-image:linear-gradient(to top,transparent 0,transparent calc(4px),currentColor calc(4px),currentColor 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0 calc(4px + 1px);transition:background-size .25s ease-out}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-icon{flex-shrink:0;margin-right:5px}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item:hover .qodef-e-link>.qodef-e-label{background-size:100% calc(4px + 1px)}.qodef-login-opener-widget .qodef-logged-in-user:hover .qodef-m-navigation-items{opacity:1;visibility:visible}@media only screen and (max-width:680px){#qodef-membership-user-dashboard{flex-wrap:wrap}#qodef-membership-user-dashboard .qodef-m-navigation{width:100%;margin-bottom:40px}}