:root{--comment-rating-star-color:#343434}.wprm-comment-rating svg path{fill:var(--comment-rating-star-color)}.wprm-comment-rating svg polygon{stroke:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-full svg path{stroke:var(--comment-rating-star-color);fill:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-empty svg path{stroke:var(--comment-rating-star-color);fill:none}.wprm-comment-ratings-container svg .wprm-star-full{fill:var(--comment-rating-star-color)}.wprm-comment-ratings-container svg .wprm-star-empty{stroke:var(--comment-rating-star-color)}body:not(:hover) fieldset.wprm-comment-ratings-container:focus-within span{outline:1px solid #4d90fe}.comment-form-wprm-rating{margin-bottom:20px;margin-top:5px;text-align:left}.comment-form-wprm-rating .wprm-rating-stars{display:inline-block;vertical-align:middle}fieldset.wprm-comment-ratings-container{background:none;border:0;display:inline-block;margin:0;padding:0;position:relative}fieldset.wprm-comment-ratings-container legend{left:0;opacity:0;position:absolute}fieldset.wprm-comment-ratings-container br{display:none}fieldset.wprm-comment-ratings-container input[type=radio]{border:0;cursor:pointer;float:left;height:16px;margin:0!important;min-height:0;min-width:0;opacity:0;padding:0!important;width:16px}fieldset.wprm-comment-ratings-container input[type=radio]:first-child{margin-left:-16px}fieldset.wprm-comment-ratings-container span{font-size:0;height:16px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:80px}fieldset.wprm-comment-ratings-container span svg{height:100%!important;width:100%!important}fieldset.wprm-comment-ratings-container input:checked+span,fieldset.wprm-comment-ratings-container input:hover+span{opacity:1}fieldset.wprm-comment-ratings-container input:hover+span~span{display:none}.rtl .comment-form-wprm-rating{text-align:right}.rtl img.wprm-comment-rating{transform:scaleX(-1)}.rtl fieldset.wprm-comment-ratings-container span{left:inherit;right:0}.rtl fieldset.wprm-comment-ratings-container span svg{transform:scaleX(-1)}:root{--wprm-popup-font-size:16px;--wprm-popup-background:#fff;--wprm-popup-title:#000;--wprm-popup-content:#444;--wprm-popup-button-background:#5a822b;--wprm-popup-button-text:#fff}html body.wprm-popup-modal-open{height:100%;left:0;overflow:visible;position:fixed;right:0;width:100%}.wprm-popup-modal{display:none}.wprm-popup-modal.is-open{display:block}.wprm-popup-modal__overlay{align-items:center;background:rgb(0 0 0 / .6);bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;touch-action:none;z-index:2147483646}.wprm-popup-modal__container{background-color:var(--wprm-popup-background);border-radius:4px;box-sizing:border-box;font-size:var(--wprm-popup-font-size);max-height:100vh;max-height:100dvh;max-width:100%;overflow-y:auto;padding:30px}.wprm-popup-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.wprm-popup-modal__title{box-sizing:border-box;color:var(--wprm-popup-title);font-size:1.2em;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.wprm-popup-modal__header .wprm-popup-modal__close{background:#fff0;border:0;cursor:pointer;width:18px}.wprm-popup-modal__header .wprm-popup-modal__close:before{color:var(--wprm-popup-title);content:"✕";font-size:var(--wprm-popup-font-size)}.wprm-popup-modal__content{color:var(--wprm-popup-content);line-height:1.5}.wprm-popup-modal__content p{font-size:1em;line-height:1.5}.wprm-popup-modal__footer{margin-top:20px}.wprm-popup-modal__btn{-webkit-appearance:button;background-color:var(--wprm-popup-button-background);border-radius:.25em;border-style:none;border-width:0;color:var(--wprm-popup-button-text);cursor:pointer;font-size:1em;line-height:1.15;margin:0;overflow:visible;padding:.5em 1em;text-transform:none;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.wprm-popup-modal__btn.wprm-popup-modal__btn--secondary{background-color:var(--wprm-popup-button-text);border:1px solid var(--wprm-popup-button-background);color:var(--wprm-popup-button-background);margin-left:20px}.wprm-popup-modal__btn:disabled{cursor:not-allowed;opacity:.3}.wprm-popup-modal__btn:not(:disabled):focus,.wprm-popup-modal__btn:not(:disabled):hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@keyframes wprmPopupModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wprmPopupModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes wprmPopupModalSlideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes wprmPopupModalSlideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__container{animation:wprmPopupModalSlideIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__container{animation:wprmPopupModalSlideOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal .wprm-popup-modal__container,.wprm-popup-modal .wprm-popup-modal__overlay{will-change:transform}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:#fff0;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}.tippy-box[data-theme=wprm] .tippy-content p:first-child{margin-top:0}.tippy-box[data-theme=wprm] .tippy-content p:last-child{margin-bottom:0}.tippy-box[data-theme~=wprm-variable]{background-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=top]>.tippy-arrow:before{border-top-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=left]>.tippy-arrow:before{border-left-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=right]>.tippy-arrow:before{border-right-color:var(--wprm-tippy-background)}#wp-admin-bar-wp-recipe-maker{display:block!important}#wp-admin-bar-wp-recipe-maker .ab-icon{margin:2px 4px 0 0}#wp-admin-bar-wp-recipe-maker .ab-icon:before{content:""}#wp-admin-bar-wp-recipe-maker .ab-label{align-items:center;display:flex}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge{background-color:#d63638;border-radius:9px;box-sizing:border-box;color:#fff;display:inline!important;float:right;height:18px;line-height:1;margin:1px 0 -1px 5px;min-width:18px;padding:0 5px;text-align:center;z-index:26}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge span{font-size:11px;line-height:18px}#wp-admin-bar-wp-recipe-maker .ab-sub-wrapper .ab-empty-item{font-weight:200;text-align:center}@media(max-width:782px){#wp-admin-bar-wp-recipe-maker .ab-icon{margin-left:4px}#wp-admin-bar-wp-recipe-maker .ab-label{display:none}}img.wprm-comment-rating{display:block;margin:5px 0}img.wprm-comment-rating+br{display:none}.wprm-rating-star svg{display:inline;height:16px;margin:0;vertical-align:middle;width:16px}.wprm-rating-star.rated svg polygon{fill:#000}.wprm-loader{animation:wprmSpin 1s ease-in-out infinite;-webkit-animation:wprmSpin 1s ease-in-out infinite;border:2px solid hsl(0 0% 78% / .3);border-radius:50%;border-top-color:#444;display:inline-block;height:10px;width:10px}@keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}@-webkit-keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}.wprm-automatic-recipe-snippets{margin-bottom:10px}.wprm-automatic-recipe-snippets.align-center{text-align:center}.wprm-automatic-recipe-snippets.align-right{text-align:right}.wprm-automatic-recipe-snippets .wprm-jump-to-recipe-shortcode,.wprm-automatic-recipe-snippets .wprm-jump-to-video-shortcode,.wprm-automatic-recipe-snippets .wprm-print-recipe-shortcode{display:inline-block;margin:0 5px;padding:5px 10px;text-decoration:none}.wprm-recipe-container{outline:none}.wprm-recipe{overflow:hidden;zoom:1;clear:both;text-align:left}.wprm-recipe *{box-sizing:border-box}.wprm-recipe ol,.wprm-recipe ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;margin:0;padding:0}.wprm-recipe li{font-size:1em;margin:0 0 0 32px;padding:0}.wprm-recipe p{font-size:1em;margin:0;padding:0}.wprm-recipe li,.wprm-recipe li.wprm-recipe-instruction{list-style-position:outside}.wprm-recipe li:before{display:none}.wprm-recipe h1,.wprm-recipe h2,.wprm-recipe h3,.wprm-recipe h4,.wprm-recipe h5,.wprm-recipe h6{clear:none;font-variant:normal;letter-spacing:normal;margin:0;padding:0;text-transform:none}.wprm-recipe a.wprm-recipe-link,.wprm-recipe a.wprm-recipe-link:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wprm-recipe .wprm-nutrition-label{margin-top:10px}body:not(.wprm-print) .wprm-recipe p:first-letter{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:inherit;padding:inherit}.rtl .wprm-recipe{text-align:right}.rtl .wprm-recipe li{margin:0 32px 0 0}.wprm-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.wprm-recipe-author-with-image{align-items:center;display:inline-flex}.wprm-recipe-author-with-image .wprm-recipe-author-image{line-height:0;margin-right:10px}.wprm-call-to-action.wprm-call-to-action-simple{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:10px;padding:5px 10px}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon{font-size:2.2em;margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon svg{margin-top:0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container .wprm-call-to-action-header{display:block;font-size:1.3em;font-weight:700}@media (max-width:450px){.wprm-call-to-action.wprm-call-to-action-simple{flex-wrap:wrap}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{text-align:center}}.wprm-condition-width{display:none}.wprm-recipe.wprm-max-400 .wprm-condition-max-width-400,.wprm-recipe.wprm-max-500 .wprm-condition-max-width-500,.wprm-recipe.wprm-max-600 .wprm-condition-max-width-600,.wprm-recipe.wprm-max-700 .wprm-condition-max-width-700,.wprm-recipe.wprm-max-800 .wprm-condition-max-width-800,.wprm-recipe.wprm-min-400 .wprm-condition-min-width-400,.wprm-recipe.wprm-min-500 .wprm-condition-min-width-500,.wprm-recipe.wprm-min-600 .wprm-condition-min-width-600,.wprm-recipe.wprm-min-700 .wprm-condition-min-width-700,.wprm-recipe.wprm-min-800 .wprm-condition-min-width-800{display:block}.wprm-meta-container-custom-color{--wprm-meta-container-block-color:inherit;--wprm-meta-container-label-color:inherit;--wprm-meta-container-link-color:inherit}.wprm-meta-container-custom-color .wprm-recipe-block-container{color:var(--wprm-meta-container-block-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container .wprm-recipe-details-label{color:var(--wprm-meta-container-label-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container * a,.wprm-meta-container-custom-color .wprm-recipe-block-container a{color:var(--wprm-meta-container-link-color)}.wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.rtl .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.wprm-recipe-details-container-inline{--wprm-meta-container-separator-color:#aaa}.wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-right:0}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline:not(:last-child):after{color:var(--wprm-meta-container-separator-color);white-space:nowrap}.wprm-recipe-details-container-inline.wprm-inline-separator-dot .wprm-recipe-block-container-inline:not(:last-child):after{content:"  •  "}.wprm-recipe-details-container-inline.wprm-inline-separator-short-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  -  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  —  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after,.wprm-recipe-details-container-inline.wprm-inline-separator-short-line .wprm-recipe-block-container-inline:not(:last-child):after{background-color:var(--wprm-meta-container-separator-color);content:"";display:inline-block;height:1em;margin:0 .8em;vertical-align:middle;width:1px}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after{height:1.3em}.rtl .wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator{overflow:hidden}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-left:0}.wprm-recipe-block-container-columns,.wprm-recipe-block-container-separate,.wprm-recipe-block-container-separated,.wprm-recipe-block-container-separated .wprm-recipe-details-label{display:block}.wprm-recipe-block-container-columns .wprm-recipe-details-label{display:inline-block;min-width:130px}.wprm-recipe-details-container-inline{display:inline}.wprm-recipe-details-container-pills{align-items:center;display:flex;flex-wrap:wrap;gap:10px;--pill-padding-vertical:5px;--pill-padding-horizontal:15px;--pill-border-radius:100px;--pill-background-color:#333;--pill-text-color:#fff;--pill-border-color:#333;--pill-borderwidth:0px}.wprm-recipe-details-container-pills .wprm-recipe-meta-container-pill{background-color:var(--pill-background-color);border-color:var(--pill-border-color);border-radius:var(--pill-border-radius);border-style:solid;border-width:var(--pill-borderwidth);color:var(--pill-text-color);padding:var(--pill-padding-vertical) var(--pill-padding-horizontal)}.wprm-recipe-details-container-table{border:1px dotted #666;display:flex;margin:5px 0;padding:5px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{display:flex;flex:1;flex-direction:column;text-align:center}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only{border:none!important}@media (min-width:451px){.wprm-recipe-table-borders-empty .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table,.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-left:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-right:none!important}}@media (max-width:450px){.wprm-recipe-details-container-table{border:none!important;display:block;margin:5px 0;padding:0}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none{display:flex;flex-wrap:wrap}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none .wprm-recipe-block-container-table{max-width:100%;min-width:120px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{padding:5px}.wprm-recipe-details-container-table.wprm-recipe-table-borders-all .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right .wprm-recipe-block-container-table{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table:not(:last-child){border-bottom:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-block-container-columns .wprm-recipe-details-label{margin-right:.4em;min-width:0}}.wprm-recipe-details-unit{font-size:.8em}@media only screen and (max-width:600px){.wprm-recipe-details-unit{font-size:1em}}.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:flex;flex-wrap:wrap;justify-content:space-between}.wprm-container-columns-spaced-middle.wprm-container-columns-spaced-middle,.wprm-container-columns-spaced.wprm-container-columns-spaced-middle{align-items:center}.wprm-container-columns-spaced-middle>*,.wprm-container-columns-spaced>*{flex:1}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter,.wprm-container-columns-spaced.wprm-container-columns-gutter{margin-left:-8px;margin-right:-8px}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-left:8px!important;margin-right:8px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-left:0!important;margin-right:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-left:8px!important;margin-right:8px!important}@media (max-width:450px){.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:block}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-bottom:16px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-bottom:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-bottom:16px!important}}.wprm-container-float-left{float:left;margin:0 10px 10px 0;position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-left,.wprm-container-float-right{float:right;margin:0 0 10px 10px}.wprm-container-float-right{position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-right{float:left;margin:0 10px 10px 0}@media only screen and (max-width:640px){.rtl .wprm-container-float-left,.rtl .wprm-container-float-right,.wprm-container-float-left,.wprm-container-float-right{float:none;margin-left:0;margin-right:0}}.wprm-header-decoration-icon-line,.wprm-header-decoration-line,.wprm-header-decoration-spacer,.wprm-icon-decoration-line{align-items:center;display:flex;flex-wrap:wrap}.wprm-header-decoration-icon-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-left .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-left .wprm-decoration-line{margin-left:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-icon-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-spacer.wprm-align-right .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-icon-decoration-line.wprm-align-right .wprm-decoration-line{margin-right:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:last-child,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:last-child{margin-left:15px}.wprm-decoration-line{border:0;border-bottom:1px solid #000;flex:auto;height:1px}.wprm-decoration-spacer{flex:auto}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-faded{opacity:.7}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller{font-size:.8em}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-expandable-container,.wprm-expandable-container-separated{--wprm-expandable-text-color:#333;--wprm-expandable-button-color:#fff;--wprm-expandable-border-color:#333;--wprm-expandable-border-radius:0px;--wprm-expandable-vertical-padding:5px;--wprm-expandable-horizontal-padding:5px}.wprm-expandable-container a.wprm-expandable-button,.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated a.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{color:var(--wprm-expandable-text-color)}.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{background-color:var(--wprm-expandable-button-color);border-color:var(--wprm-expandable-border-color);border-radius:var(--wprm-expandable-border-radius);padding:var(--wprm-expandable-vertical-padding) var(--wprm-expandable-horizontal-padding)}.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container-separated.wprm-expandable-expanded .wprm-expandable-button-show,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container.wprm-expandable-expanded .wprm-expandable-button-show{display:none}.wprm-expandable-separated-content-collapsed{display:none!important}.wprm-block-text-normal{font-style:normal;font-weight:400;text-transform:none}.wprm-block-text-light{font-weight:300!important}.wprm-block-text-light-bold{font-weight:500!important}.wprm-block-text-semi-bold{font-weight:600!important}.wprm-block-text-bold{font-weight:700!important}.wprm-block-text-italic{font-style:italic!important}.wprm-block-text-uppercase{text-transform:uppercase!important}.wprm-block-text-faded{opacity:.7}.wprm-block-text-uppercase-faded{opacity:.7;text-transform:uppercase!important}.wprm-block-text-smaller{font-size:.9em}.wprm-block-text-larger{font-size:1.1em}.wprm-block-text-faded .wprm-block-text-faded,.wprm-block-text-uppercase-faded .wprm-block-text-uppercase-faded{opacity:1}.wprm-block-text-larger .wprm-block-text-larger,.wprm-block-text-smaller .wprm-block-text-smaller{font-size:1em}.wprm-align-left{text-align:left}.wprm-align-center{text-align:center}.wprm-align-right{text-align:right}.wprm-align-top{align-items:start}.wprm-align-middle{align-items:center}.wprm-align-bottom{align-items:end}.wprm-recipe-header .wprm-recipe-icon:not(.wprm-collapsible-icon){margin-right:10px}.wprm-recipe-header .wprm-recipe-icon.wprm-collapsible-icon{margin-left:10px}.wprm-recipe-header.wprm-header-has-actions{align-items:center;display:flex;flex-wrap:wrap}.wprm-recipe-header .wprm-recipe-adjustable-servings-container,.wprm-recipe-header .wprm-recipe-media-toggle-container,.wprm-recipe-header .wprm-unit-conversion-container{font-size:16px;font-style:normal;font-weight:400;opacity:1;text-transform:none}.wprm-recipe-header .wprm-header-toggle{float:right}.wprm-recipe-header .wprm-header-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-recipe-icon svg{display:inline;height:1.3em;margin-top:-.15em;overflow:visible;vertical-align:middle;width:1.3em}.wprm-icon-shortcode{font-size:16px;height:16px}.wprm-icon-shortcode.wprm-icon-shortcode-inline{display:inline}.wprm-icon-shortcode .wprm-recipe-icon svg{display:inline;height:1em;margin-top:0;overflow:visible;vertical-align:middle;width:1em}.wprm-interactivity-container{display:flex;gap:10px;margin:10px 20px 0}.wprm-internal-container{background-color:#fff;border:0 solid #fff;border-radius:20px;padding:20px}.wprm-internal-container ul li{margin-left:16px}.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-ingredient-group .wprm-recipe-group-name,.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-instruction-group .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-ingredient-group:first-child .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name{margin-top:0!important}.wprm-internal-container .wprm-internal-container-toggle{float:right;position:relative;z-index:2}.wprm-internal-container .wprm-internal-container-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-internal-container.wprm-expandable-collapsed{mask-image:linear-gradient(180deg,#000 50%,transparent);max-height:60px;overflow:hidden}.wprm-recipe-image img{display:block;margin:0 auto}.wprm-recipe-image .dpsp-pin-it-wrapper{margin:0 auto}.wprm-recipe-image picture{border:none!important}.wprm-block-image-circle img{border-radius:50%}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name{margin-top:.8em!important}.wprm-recipe-ingredients-container.wprm-recipe-images-before .wprm-recipe-ingredient-image{margin-right:10px}.wprm-recipe-ingredients-container.wprm-recipe-images-after .wprm-recipe-ingredient-image{margin-left:10px}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image{flex-shrink:0}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image .wprm-recipe-ingredient-no-image-placeholder{display:inline-block}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image img{vertical-align:middle}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded{opacity:.7}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller{font-size:.8em}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-ingredient-style-grouped ul.wprm-recipe-ingredients{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container{align-items:center;display:flex}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container .wprm-recipe-ingredient-notes{display:block}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient{display:flex}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit{flex-shrink:0;margin-right:10px}.wprm-ingredient-style-table-2-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient{align-items:center}.wprm-ingredient-style-table-2-align .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align .wprm-recipe-ingredient-amount-unit{text-align:right}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes{flex:1}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name{margin-right:10px}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes{flex:1}.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name{margin-top:.8em!important}.wprm-recipe-instructions-container .wprm-recipe-instruction-text{font-size:1em}.wprm-recipe-instructions-container .wprm-recipe-instruction-media{margin:5px 0 15px;max-width:100%}.wprm-recipe-instructions-container .wprm-recipe-instruction-video iframe{max-width:100%}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-right:5px}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:last-child{padding-right:0}.wprm-recipe-instructions .wprm-recipe-instruction-tip,.wprm-recipe-tip{align-items:flex-start;counter-increment:none!important;display:flex;gap:10px;list-style:none!important;margin-bottom:12px;padding:10px 12px}.wprm-recipe-instructions .wprm-recipe-instruction-tip::marker,.wprm-recipe-instructions .wprm-recipe-instruction-tip:before,.wprm-recipe-tip::marker,.wprm-recipe-tip:before{content:none!important;display:none!important}.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-instruction-tip-icon,.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-tip-icon,.wprm-recipe-tip .wprm-recipe-instruction-tip-icon,.wprm-recipe-tip .wprm-recipe-tip-icon{align-items:center;display:inline-flex;flex-shrink:0;font-size:1.1em;justify-content:center;line-height:inherit;min-height:1.25em;min-height:1lh}.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-instruction-tip-text,.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-tip-text,.wprm-recipe-tip .wprm-recipe-instruction-tip-text,.wprm-recipe-tip .wprm-recipe-tip-text{color:var(--wprm-tip-text-color,#000);flex:1;min-width:0}.wprm-recipe-instruction-tip-style-left-border,.wprm-recipe-instruction-tip-style-left-border-straight,.wprm-recipe-tip-style-left-border,.wprm-recipe-tip-style-left-border-straight{background:color-mix(in srgb,var(--wprm-tip-accent,#2b6cb0) 9%,transparent);border-left:5px solid var(--wprm-tip-accent,#2b6cb0);border-radius:0}.wprm-recipe-instruction-tip-style-left-border-rounded,.wprm-recipe-tip-style-left-border-rounded{background:color-mix(in srgb,var(--wprm-tip-accent,#2b6cb0) 9%,transparent);border-left:5px solid var(--wprm-tip-accent,#2b6cb0);border-radius:4px}.wprm-recipe-instruction-tip-style-filled,.wprm-recipe-tip-style-filled{background:color-mix(in srgb,var(--wprm-tip-accent,#2b6cb0) 16%,transparent);border-radius:4px}.wprm-recipe-instruction-tip-style-outline,.wprm-recipe-tip-style-outline{border:1px solid var(--wprm-tip-accent,#2b6cb0);border-radius:4px}.wprm-recipe-instruction-tip-style-banner,.wprm-recipe-tip-style-banner{border-bottom:2px solid var(--wprm-tip-accent,#2b6cb0);border-top:2px solid var(--wprm-tip-accent,#2b6cb0);padding-bottom:12px;padding-top:12px}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-left:5px;padding-right:0}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:first-child{padding-left:5px}.rtl .wprm-recipe-instruction-tip-style-left-border,.rtl .wprm-recipe-instruction-tip-style-left-border-rounded,.rtl .wprm-recipe-instruction-tip-style-left-border-straight,.rtl .wprm-recipe-tip-style-left-border,.rtl .wprm-recipe-tip-style-left-border-rounded,.rtl .wprm-recipe-tip-style-left-border-straight{border-left:0;border-right:5px solid var(--wprm-tip-accent,#2b6cb0)}.wprm-recipe-shop-instacart-loading{cursor:wait;opacity:.5}.wprm-recipe-shop-instacart{align-items:center;border:1px solid #003d29;border-radius:23px;cursor:pointer;display:inline-flex;font-family:Instacart,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;height:46px;padding:0 18px}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-dark{background-color:#003d29;color:#faf1e5}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-light{background-color:#faf1e5;border-color:#efe9e1;color:#003d29}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-white{background-color:#fff;border-color:#e8e9eb;color:#000}.wprm-recipe-shop-instacart>img{height:22px!important;margin:0!important;padding:0!important;width:auto!important}.wprm-recipe-shop-instacart>span{margin-left:10px}.wprm-recipe-jump-to-section-container{--wprm-jump-to-section-gap:10px;--wprm-jump-to-section-alignment:flex-start;--wprm-jump-to-section-background:#fff;--wprm-jump-to-section-text-color:#333;--wprm-jump-to-section-borderwidth:0px;--wprm-jump-to-section-border:#333;--wprm-jump-to-section-border-radius:10px;--wprm-jump-to-section-vertical-padding:5px;--wprm-jump-to-section-horizontal-padding:15px;align-items:center;display:flex;flex-wrap:wrap;gap:var(--wprm-jump-to-section-gap);justify-content:var(--wprm-jump-to-section-alignment);text-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-nowrap{flex-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll{flex-wrap:nowrap;overflow-x:scroll;scrollbar-width:none;--wprm-jump-to-section-fade-width:50px;mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%);mask-repeat:no-repeat;mask-size:100% 100%}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll::-webkit-scrollbar{display:none}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left{mask-image:linear-gradient(to right,#000 0,#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-right{mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left.scrolled-right{mask-image:none}.wprm-recipe-jump-to-section-container a.wprm-recipe-jump-to-section{align-items:center;background-color:var(--wprm-jump-to-section-background);border-color:var(--wprm-jump-to-section-border);border-radius:var(--wprm-jump-to-section-border-radius);border-style:solid;border-width:var(--wprm-jump-to-section-borderwidth);color:var(--wprm-jump-to-section-text-color);display:flex;gap:5px;padding:var(--wprm-jump-to-section-vertical-padding) var(--wprm-jump-to-section-horizontal-padding);text-decoration:none}.wprm-recipe-jump-to-section-container .wprm-recipe-icon svg{margin-top:0}.wprm-recipe-jump-to-section-icon-above .wprm-recipe-jump-to-section{flex-direction:column}.wprm-recipe-jump-to-section-icon-right .wprm-recipe-jump-to-section{flex-direction:row-reverse}.wprm-recipe-jump-to-section-icon-below .wprm-recipe-jump-to-section{flex-direction:column-reverse}.wprm-layout-container{--wprm-layout-container-text-color:inherit;--wprm-layout-container-background-color:inherit;background-color:var(--wprm-layout-container-background-color);color:var(--wprm-layout-container-text-color)}.wprm-layout-column-container{display:flex;flex-wrap:nowrap}.wprm-layout-column{--wprm-layout-column-text-color:inherit;--wprm-layout-column-background-color:inherit;background-color:var(--wprm-layout-column-background-color);color:var(--wprm-layout-column-text-color)}.wprm-padding-5{padding:5px}.wprm-padding-10{padding:10px}.wprm-padding-20{padding:20px}.wprm-padding-30{padding:30px}.wprm-padding-40{padding:40px}.wprm-padding-50{padding:50px}.wprm-column-gap-5{column-gap:5px}.wprm-column-gap-10{column-gap:10px}.wprm-column-gap-20{column-gap:20px}.wprm-column-gap-30{column-gap:30px}.wprm-column-gap-40{column-gap:40px}.wprm-column-gap-50{column-gap:50px}.wprm-row-gap-5{row-gap:5px}.wprm-row-gap-10{row-gap:10px}.wprm-row-gap-20{row-gap:20px}.wprm-row-gap-30{row-gap:30px}.wprm-row-gap-40{row-gap:40px}.wprm-row-gap-50{row-gap:50px}.wprm-layout-column{flex:auto}.wprm-column-width-20{flex:1 1 20%}.wprm-column-width-25{flex:1 1 25%}.wprm-column-width-33{flex:1 1 33.33%}.wprm-column-width-40{flex:1 1 40%}.wprm-column-width-50{flex:1 1 50%}.wprm-column-width-60{flex:1 1 60%}.wprm-column-width-66{flex:1 1 66.66%}.wprm-column-width-75{flex:1 1 75%}.wprm-column-width-80{flex:1 1 80%}@media (max-width:480px){.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400){flex-direction:column}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400).wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400) .wprm-layout-column{width:100%}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-left{text-align:left}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-right{text-align:right}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-center{text-align:center}}@media (max-width:768px){.wprm-column-rows-tablet{flex-direction:column}.wprm-column-rows-tablet.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-column-rows-tablet .wprm-layout-column{width:100%}.wprm-column-rows-tablet>.wprm-align-rows-left{text-align:left}.wprm-column-rows-tablet>.wprm-align-rows-right{text-align:right}.wprm-column-rows-tablet>.wprm-align-rows-center{text-align:center}}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900{flex-direction:column}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800{flex-direction:column}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700{flex-direction:column}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600{flex-direction:column}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500{flex-direction:column}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400{flex-direction:column}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-center{text-align:center}.wprm-recipe-link{cursor:pointer;text-decoration:none}.wprm-recipe-link.wprm-recipe-link-inline-button{display:inline-block;margin:0 5px 5px 0}.wprm-recipe-link.wprm-recipe-link-button{display:table;margin:5px auto}.wprm-recipe-link.wprm-recipe-link-wide-button{display:block;margin:5px 0;text-align:center;width:auto}.wprm-recipe-link.wprm-recipe-link-button,.wprm-recipe-link.wprm-recipe-link-inline-button,.wprm-recipe-link.wprm-recipe-link-wide-button{border-style:solid;border-width:1px;padding:5px}.wprm-recipe-link.wprm-recipe-link-disabled{cursor:not-allowed}.rtl .wprm-recipe-link.wprm-recipe-link-inline-button{margin:0 0 5px 5px}.wprm-nutrition-label-container-simple .wprm-nutrition-label-text-nutrition-unit{font-size:.85em}.wprm-nutrition-label-container-grouped{display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container{white-space:nowrap}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container-separate{column-gap:5px;display:flex;justify-content:space-between}.wprm-nutrition-label-container-grouped-pills{--wprm-nutrition-pills-row-gap:10px;--wprm-nutrition-pills-background:#fff;--wprm-nutrition-pills-border:#333;--wprm-nutrition-pills-border-width:1px;--wprm-nutrition-pills-border-radius:100px;--wprm-nutrition-pills-horizontal-padding:15px;--wprm-nutrition-pills-vertical-padding:5px;row-gap:var(--wprm-nutrition-pills-row-gap)}.wprm-nutrition-label-container-grouped-pills .wprm-nutrition-label-text-nutrition-container:not(.wprm-nutrition-label-text-nutrition-container-empty){background-color:var(--wprm-nutrition-pills-background);border:var(--wprm-nutrition-pills-border-width) solid var(--wprm-nutrition-pills-border);border-radius:var(--wprm-nutrition-pills-border-radius);padding:var(--wprm-nutrition-pills-vertical-padding) var(--wprm-nutrition-pills-horizontal-padding)}.wprm-recipe-rating{white-space:nowrap}.wprm-recipe-rating svg{height:1.1em;margin-top:-.15em!important;margin:0;vertical-align:middle;width:1.1em}.wprm-recipe-rating.wprm-recipe-rating-inline{align-items:center;display:inline-flex}.wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details{display:inline-block;margin-left:10px}.wprm-recipe-rating .wprm-recipe-rating-details{font-size:.8em}.wprm-recipe-smart-with-food-button{display:block}.wprm-spacer{background:none!important;display:block!important;font-size:0;height:10px;line-height:0;width:100%}.wprm-spacer+.wprm-spacer{display:none!important}.wprm-recipe-instruction-text .wprm-spacer,.wprm-recipe-notes .wprm-spacer,.wprm-recipe-summary .wprm-spacer{display:block!important}.wprm-temperature-container .wprm-temperature-icon img{display:inline-block;height:auto;margin-bottom:-.2em;vertical-align:text-bottom;width:1.6em}.wprm-toggle-switch-container{align-items:center;display:flex;margin:10px 0}.wprm-toggle-switch-container label{cursor:pointer;flex-shrink:0;font-size:1em;margin:0}.wprm-toggle-switch-container .wprm-prevent-sleep-description{font-size:.8em;line-height:1.1em;margin-left:10px}.wprm-toggle-switch{align-items:center;display:inline-flex;position:relative}.wprm-toggle-switch input{height:0;margin:0;min-width:0;opacity:0;padding:0;width:0}.wprm-toggle-switch .wprm-toggle-switch-slider{align-items:center;cursor:pointer;display:inline-flex;gap:5px;position:relative;-webkit-transition:.4s;transition:.4s;--switch-height:28px;height:var(--switch-height);--knob-size:calc(var(--switch-height)*0.8);--switch-off-color:#ccc;--switch-off-text:#333;--switch-off-knob:#fff;--switch-on-color:#333;--switch-on-text:#fff;--switch-on-knob:#fff;background-color:var(--switch-off-color)}.wprm-toggle-switch .wprm-toggle-switch-slider:before{background-color:var(--switch-off-knob);content:"";height:var(--knob-size);left:calc(var(--knob-size)/5);position:absolute;-webkit-transition:.4s;transition:.4s;width:var(--knob-size)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider{background-color:var(--switch-on-color)}.wprm-toggle-switch input:focus+.wprm-toggle-switch-slider{box-shadow:0 0 0 3px rgb(0 0 0 / .12)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider:before{background-color:var(--switch-on-knob);left:calc(100% - var(--knob-size) - var(--knob-size)/5)}.wprm-toggle-switch .wprm-toggle-switch-label{margin-left:10px}.wprm-toggle-switch-outside .wprm-toggle-switch-slider{width:calc(var(--switch-height)*2)}.wprm-toggle-switch-inside .wprm-toggle-switch-text{display:grid}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on{align-items:center;color:#fff;display:flex;font-size:calc(var(--switch-height)*.5);gap:5px;grid-area:1/1;opacity:0;transition:opacity .4s;white-space:nowrap}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon{align-items:center;display:inline-flex;margin-right:0}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon svg,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon svg{margin-top:0}.wprm-toggle-switch-inside .wprm-toggle-switch-slider{padding:5px 10px;padding-left:calc(var(--knob-size) + var(--knob-size)/5 + 5px);padding-right:10px}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-off{color:var(--switch-off-text);opacity:1}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-on{color:var(--switch-on-text);opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider{padding-left:10px;padding-right:calc(var(--knob-size) + var(--knob-size)/5 + 5px)}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-off{opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-on{opacity:1}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider{border-radius:999px}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider:before{border-radius:50%}.wprm-toggle-container button.wprm-toggle{border:none;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none;text-transform:inherit;white-space:nowrap}.wprm-toggle-container button.wprm-toggle:focus{outline:none}.wprm-toggle-buttons-container{--wprm-toggle-button-background:#fff;--wprm-toggle-button-accent:#333;--wprm-toggle-button-radius:3px;align-items:stretch;background-color:var(--wprm-toggle-button-background);border:1px solid var(--wprm-toggle-button-accent);border-radius:var(--wprm-toggle-button-radius);color:var(--wprm-toggle-button-accent);display:inline-flex;flex-shrink:0;overflow:hidden}.wprm-toggle-buttons-container button.wprm-toggle{background-color:var(--wprm-toggle-button-accent);border-left:1px solid var(--wprm-toggle-button-accent);color:var(--wprm-toggle-button-background);padding:5px 10px}.wprm-toggle-buttons-container button.wprm-toggle:first-child{border-left:0;border-right:0}.wprm-toggle-buttons-container button.wprm-toggle.wprm-toggle-active .wprm-toggle-icon-inactive{display:none}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active){background:none!important;color:inherit!important}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active) .wprm-toggle-icon-active{display:none}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon{margin:0}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon svg{margin-top:-.3em}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon+.wprm-toggle-text{margin-left:10px}.rtl .wprm-toggle-buttons-container button.wprm-toggle{border-left:0;border-right:1px solid var(--wprm-toggle-button-accent)}.wprm-toggle-pills-container{--wprm-toggle-pills-height:28px;--wprm-toggle-pills-gap:10px;--wprm-toggle-pills-radius:999px;--wprm-toggle-pills-background:#fff;--wprm-toggle-pills-border:#333;--wprm-toggle-pills-text:#333;--wprm-toggle-pills-active-background:#333;--wprm-toggle-pills-active-border:#333;--wprm-toggle-pills-active-text:#fff;align-items:center;display:inline-flex;gap:var(--wprm-toggle-pills-gap)}.wprm-toggle-pills-container button.wprm-toggle{align-items:center;background-color:var(--wprm-toggle-pills-background);border:1px solid var(--wprm-toggle-pills-border);border-radius:var(--wprm-toggle-pills-radius);color:var(--wprm-toggle-pills-text);display:inline-flex;font-size:calc(var(--wprm-toggle-pills-height)*.5);height:var(--wprm-toggle-pills-height);justify-content:center;margin:0;min-width:var(--wprm-toggle-pills-height);padding:0;width:auto}.wprm-toggle-pills-container button.wprm-toggle.wprm-toggle-active{background-color:var(--wprm-toggle-pills-active-background);border:1px solid var(--wprm-toggle-pills-active-border);color:var(--wprm-toggle-pills-active-text)}.wprm-recipe-header+.wprm-recipe-video{margin-top:10px}.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}:where(.wp-block-form-input__input){font-size:1em;margin-bottom:.5em;padding:0 .5em}:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{border-style:solid;border-width:1px;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout{box-sizing:border-box}.wp-block-math{overflow-x:auto;overflow-y:hidden}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block;z-index:1}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{left:-1px;top:100%}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open{overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}.wp-block-term-count{box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-term-name{box-sizing:border-box}.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}:root{--header-height:70px;--z-index-1:100;--z-index-2:200;--z-index-3:300;--z-index-4:400;--z-index-hp-action:400;--z-index-5:500;--z-index-6:600;--z-index-modal:600;--z-index-hp-action-modal:700;--z-index-10:1000;--z-index-intercom-1:1100;--z-index-intercom-2:1200;--z-index-intercom-3:1300;--z-index-max:2147483647;--z-index-child-1:10;--z-index-child-2:20;--tooltip-width:250px}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root{--primary-hostinger:#673de6;--primary-light-hostinger:#ebe4ff;--secondary-hostinger:#ff4546;--header-text-hostinger:rgba(#ebe4ff,30%);--primary-hosting24:#2760b8;--primary-light-hosting24:#ebe4ff;--secondary-hosting24:#ff6525;--header-text-hosting24:rgba(#2760b8,30%);--primary-weblink:#4285f4;--primary-light-weblink:#ebe4ff;--secondary-weblink:#ff6525;--header-text-weblink:rgba(#4285f4,30%);--primary-hostmania:#4285f4;--primary-light-hostmania:#ebe4ff;--secondary-hostmania:#ff6525;--header-text-hostmania:rgba(#4285f4,30%);--amazon-button-color:#000;--amazon-button-border:#74612f;--amazon-button-bg-gradient-1:#f2dfa7;--amazon-button-bg-gradient-2:#e9c565}.hostinger-affiliate-block-single-type{display:flex;margin-bottom:30px}@media screen and (max-width:768px){.hostinger-affiliate-block-single-type{flex-direction:column}}.hostinger-affiliate-block-single-type:last-of-type{margin-bottom:0}.hostinger-affiliate-block-single-type__product-data{display:flex;flex:1;flex-direction:column}.hostinger-affiliate-block-single-type__image{margin-right:24px;max-width:240px;min-width:240px}@media screen and (max-width:768px){.hostinger-affiliate-block-single-type__image{align-self:center;margin-bottom:25px;margin-right:0}}.hostinger-affiliate-block-single-type__image img{max-width:100%}.hostinger-affiliate-block-single-type__product-title a{text-decoration:none}.hostinger-affiliate-block-single-type__product-title a:hover{opacity:.8}.hostinger-affiliate-block-single-type__product-title h3{font-feature-settings:"clig" off,"liga" off;font-size:24px;font-style:normal;font-weight:700;margin-bottom:16px}.hostinger-affiliate-block-single-type__product-description{display:block;font-feature-settings:"clig" off,"liga" off;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:auto;padding-bottom:16px}.hostinger-affiliate-block-single-type__product-description p{margin-bottom:0}.hostinger-affiliate-block-single-type__product-description ul{margin-bottom:0;margin-left:0;padding-left:20px}.hostinger-affiliate-block-single-type__product-actions{border-top:1px solid #dadce0;display:flex;flex-wrap:wrap;padding-top:15px}.hostinger-affiliate-block-single-type__product-price{font-feature-settings:"clig" off,"liga" off;font-size:32px;font-style:normal;font-weight:700;margin-right:10px}.hostinger-affiliate-block-single-type__product-prime{align-content:center;display:flex;flex-wrap:wrap;justify-content:center}.hostinger-affiliate-block-single-type__product-prime img{max-height:32px}.hostinger-affiliate-block-single-type__product-button-wrap{align-content:center;display:flex;flex-wrap:wrap;justify-content:center;margin-left:auto}.hostinger-affiliate-block-single-type__product-amazon-button{background:linear-gradient(180deg,#f2dfa7,#e9c565);border:1px solid #74612f;border-radius:4px;color:#000!important}.hostinger-affiliate-block-single-type__product-amazon-button,.hostinger-affiliate-block-single-type__product-buy-button{align-items:center;display:flex;font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:700;gap:8px;justify-content:center;padding:8px 24px;text-align:center;text-decoration:none}.hostinger-affiliate-block-single-type__product-buy-button{background:#3883f4!important;border:1px solid #3883f4;border-radius:4px;color:#fff!important}.hostinger-affiliate-block-wrap{margin-bottom:30px}.hostinger-affiliate-block-list-with-desc{display:flex;margin-bottom:30px;position:relative}@media screen and (max-width:768px){.hostinger-affiliate-block-list-with-desc{flex-direction:column}}.hostinger-affiliate-block-list-with-desc:last-of-type{margin-bottom:0}.hostinger-affiliate-block-list-with-desc__bestseller-label{align-items:center;background:#def4f0;color:#008361;display:flex;font-feature-settings:"clig" off,"liga" off;font-size:12px;font-style:normal;font-weight:700;height:24px;justify-content:center;left:0;line-height:16px;position:absolute;right:0;text-transform:uppercase;top:0}.hostinger-affiliate-block-list-with-desc__inner-wrap{border:1px solid #e0e0e0;display:flex;flex:1;padding:24px}@media screen and (max-width:768px){.hostinger-affiliate-block-list-with-desc__inner-wrap{flex-direction:column}}.hostinger-affiliate-block-list-with-desc__product-data{display:flex;flex:1;flex-direction:column}.hostinger-affiliate-block-list-with-desc__image{margin:15px 24px 0 0;max-width:240px;min-width:240px}@media screen and (max-width:768px){.hostinger-affiliate-block-list-with-desc__image{align-self:center;margin:15px 0 0}}.hostinger-affiliate-block-list-with-desc__image img{max-height:100%;max-width:100%}.hostinger-affiliate-block-list-with-desc__product-title a{text-decoration:none}.hostinger-affiliate-block-list-with-desc__product-title a:hover{opacity:.8}.hostinger-affiliate-block-list-with-desc__product-title h3{font-feature-settings:"clig" off,"liga" off;font-size:24px;font-style:normal;font-weight:700;margin-bottom:16px}.hostinger-affiliate-block-list-with-desc__product-description{display:block;font-feature-settings:"clig" off,"liga" off;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:auto;padding-bottom:16px}.hostinger-affiliate-block-list-with-desc__product-description p{margin-bottom:0}.hostinger-affiliate-block-list-with-desc__product-description ul{margin-bottom:0;margin-left:0;padding-left:20px}.hostinger-affiliate-block-list-with-desc__product-actions{border-top:1px solid #dadce0;display:flex;padding-top:15px}.hostinger-affiliate-block-list-with-desc__product-price{font-feature-settings:"clig" off,"liga" off;font-size:32px;font-style:normal;font-weight:700;margin-right:10px}.hostinger-affiliate-block-list-with-desc__product-prime{align-content:center;display:flex;flex-wrap:wrap;justify-content:center}.hostinger-affiliate-block-list-with-desc__product-prime img{max-height:32px}.hostinger-affiliate-block-list-with-desc__product-button-wrap{align-content:center;display:flex;flex-wrap:wrap;justify-content:center;margin-left:auto}.hostinger-affiliate-block-list-with-desc__product-amazon-button{background:linear-gradient(180deg,#f2dfa7,#e9c565);border:1px solid #74612f;border-radius:4px;color:#000!important}.hostinger-affiliate-block-list-with-desc__product-amazon-button,.hostinger-affiliate-block-list-with-desc__product-buy-button{align-items:center;display:flex;font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:700;gap:8px;justify-content:center;padding:8px 24px;text-align:center;text-decoration:none}.hostinger-affiliate-block-list-with-desc__product-buy-button{background:#3883f4!important;border:1px solid #3883f4;border-radius:4px;color:#fff!important}.hostinger-affiliate-block-list-simple{border:1px solid #e0e0e0;display:flex;gap:24px;padding:16px}@media screen and (max-width:690px){.hostinger-affiliate-block-list-simple{align-items:center;flex-direction:column}}.hostinger-affiliate-block-list-simple+.hostinger-affiliate-block-list-simple{border-top:0}.hostinger-affiliate-block-list-simple__image{align-items:center;display:flex;max-width:120px}.hostinger-affiliate-block-list-simple__image img{max-width:100%}.hostinger-affiliate-block-list-simple__product-info{display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:690px){.hostinger-affiliate-block-list-simple__product-info{align-items:center}}.hostinger-affiliate-block-list-simple__bestseller-label{align-items:center;background:#def4f0;color:#008361;display:inline-flex;font-feature-settings:"clig" off,"liga" off;font-size:12px;font-style:normal;font-weight:700;gap:10px;justify-content:center;line-height:16px;margin-bottom:12px;max-width:120px;padding:4px 8px;text-transform:uppercase}.hostinger-affiliate-block-list-simple__product-title a{text-decoration:none}.hostinger-affiliate-block-list-simple__product-title a:hover{opacity:.8}.hostinger-affiliate-block-list-simple__product-title h3{font-size:24px;font-style:normal;font-weight:700;margin-bottom:12px;margin-top:0}@media screen and (max-width:690px){.hostinger-affiliate-block-list-simple__product-title h3{font-size:18px;margin-bottom:15px;text-align:center}}.hostinger-affiliate-block-list-simple__product-pricing{display:flex}@media screen and (max-width:690px){.hostinger-affiliate-block-list-simple__product-pricing{justify-content:center;margin-bottom:15px}}.hostinger-affiliate-block-list-simple__product-price{font-size:24px;font-style:normal;font-weight:700;margin-right:10px}.hostinger-affiliate-block-list-simple__product-prime{align-content:center;display:flex;flex-wrap:wrap;justify-content:center}.hostinger-affiliate-block-list-simple__product-prime img{max-height:32px}.hostinger-affiliate-block-list-simple__product-data{display:flex;flex:1}@media screen and (max-width:690px){.hostinger-affiliate-block-list-simple__product-data{flex-direction:column}}.hostinger-affiliate-block-list-simple__product-info{padding-right:24px}@media screen and (max-width:690px){.hostinger-affiliate-block-list-simple__product-info{padding-right:0}}.hostinger-affiliate-block-list-simple__product-actions{align-items:center;display:inline-flex;margin-left:auto}@media screen and (max-width:690px){.hostinger-affiliate-block-list-simple__product-actions{margin-right:auto}}.hostinger-affiliate-block-list-simple__product-amazon-button{background:linear-gradient(180deg,#f2dfa7,#e9c565);border:1px solid #74612f;border-radius:4px;color:#000!important;min-width:186px}.hostinger-affiliate-block-list-simple__product-amazon-button,.hostinger-affiliate-block-list-simple__product-buy-button{align-items:center;display:flex;font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:700;gap:8px;justify-content:center;padding:8px 24px;text-align:center;text-decoration:none}.hostinger-affiliate-block-list-simple__product-buy-button{background:#3883f4!important;border:1px solid #3883f4;border-radius:4px;color:#fff!important}.hostinger-affiliate-block-list-cards{display:flex;gap:16px;margin-bottom:15px;overflow-x:scroll}.hostinger-affiliate-block-list-cards__item{display:flex;flex:1;flex-direction:column;min-width:200px}.hostinger-affiliate-block-list-cards__bestseller-label{align-items:center;background:#def4f0;color:#008361;display:flex;font-feature-settings:"clig" off,"liga" off;font-size:12px;font-style:normal;font-weight:700;height:24px;justify-content:center;line-height:16px;margin-bottom:16px;text-transform:uppercase}.hostinger-affiliate-block-list-cards__product_data{display:flex;flex:1;flex-direction:column;padding:16px}.hostinger-affiliate-block-list-cards__image{margin-bottom:24px;overflow:hidden}.hostinger-affiliate-block-list-cards__image div{padding-top:100%;position:relative}.hostinger-affiliate-block-list-cards__image img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.hostinger-affiliate-block-list-cards__product-title{margin-bottom:auto}.hostinger-affiliate-block-list-cards__product-title a{text-decoration:none}.hostinger-affiliate-block-list-cards__product-title a:hover{opacity:.8}.hostinger-affiliate-block-list-cards__product-title h3{font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:16px;margin-top:0}.hostinger-affiliate-block-list-cards__product-pricing{display:flex;margin-bottom:24px}.hostinger-affiliate-block-list-cards__product-price{font-size:24px;font-style:normal;font-weight:700;margin-right:10px}.hostinger-affiliate-block-list-cards__product-prime{align-content:center;display:flex;flex-wrap:wrap;justify-content:center}.hostinger-affiliate-block-list-cards__product-prime img{max-height:32px}.hostinger-affiliate-block-list-cards__product-amazon-button{background:linear-gradient(180deg,#f2dfa7,#e9c565);border:1px solid #74612f;border-radius:4px;color:#000!important}.hostinger-affiliate-block-list-cards__product-amazon-button,.hostinger-affiliate-block-list-cards__product-buy-button{align-items:center;display:flex;font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:700;gap:8px;justify-content:center;padding:8px 24px;text-align:center;text-decoration:none}.hostinger-affiliate-block-list-cards__product-buy-button{background:#3883f4!important;border:1px solid #3883f4;border-radius:4px;color:#fff!important}.hostinger-affiliate-table-wrap{overflow:auto}.hostinger-affiliate-table{gap:0;grid-gap:1px;margin-bottom:30px}.hostinger-affiliate-table--is-mobile{display:none;grid-template-columns:minmax(0,150px) repeat(1,minmax(0,1fr));margin-bottom:25px}@media only screen and (max-width:767px){.hostinger-affiliate-table--is-mobile{display:grid}}.hostinger-affiliate-table--is-desktop{display:grid}@media only screen and (max-width:767px){.hostinger-affiliate-table--is-desktop{display:none}}@media only screen and (min-width:768px){.hostinger-affiliate-table--have-1-columns{grid-template-columns:minmax(0,150px) repeat(1,minmax(0,1fr))}.hostinger-affiliate-table--have-2-columns{grid-template-columns:minmax(0,150px) repeat(2,minmax(0,1fr))}.hostinger-affiliate-table--have-3-columns{grid-template-columns:minmax(0,150px) repeat(3,minmax(0,1fr))}.hostinger-affiliate-table--have-4-columns{grid-template-columns:minmax(0,150px) repeat(4,minmax(0,1fr));min-width:1200px}.hostinger-affiliate-table--have-5-columns{grid-template-columns:minmax(0,150px) repeat(5,minmax(0,1fr));min-width:1200px}.hostinger-affiliate-table--have-6-columns{grid-template-columns:minmax(0,150px) repeat(6,minmax(0,1fr));min-width:1200px}}.hostinger-affiliate-table__cell{outline:1px solid hsl(0 0% 79% / .5);padding:16px}.hostinger-affiliate-table__value{align-items:center;display:flex;height:100%;justify-content:center}.hostinger-affiliate-table__value--is-product-label{font-feature-settings:"clig" off,"liga" off;font-size:12px;font-style:normal;font-weight:700;line-height:16px;text-align:center;text-transform:uppercase}.hostinger-affiliate-table__value--is-feature-label{color:var(--neutral--600);font-feature-settings:"clig" off,"liga" off;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-align:center}@media only screen and (max-width:767px){.hostinger-affiliate-table__value--is-feature-label{font-size:12px}}.hostinger-affiliate-table__value--is-title{font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:700;line-height:24px}.hostinger-affiliate-table__value--is-title a{text-decoration:none}.hostinger-affiliate-table__value--is-title a:hover{opacity:.8}@media only screen and (max-width:767px){.hostinger-affiliate-table__value--is-title{font-size:12px}}.hostinger-affiliate-table__value--is-thumbnail img{display:block;height:150px;margin-left:auto;margin-right:auto;max-width:100%;object-fit:contain;width:150px}.hostinger-affiliate-table__value--is-price{font-size:24px;font-style:normal;font-weight:700;line-height:32px}@media only screen and (max-width:767px){.hostinger-affiliate-table__value--is-price{font-size:14px}}.hostinger-affiliate-table__value--is-amazon-button:not(.hostinger-affiliate-table__value--is-mercado) a{align-items:center;background:linear-gradient(180deg,var(--amazon-button-bg-gradient-1) 0,var(--amazon-button-bg-gradient-2) 100%);border:1px solid var(--amazon-button-border);border-radius:4px;color:var(--amazon-button-color)!important;display:flex;font-feature-settings:"clig" off,"liga" off;font-size:13px;font-style:normal;font-weight:700;gap:8px;justify-content:center;padding:8px 24px;text-align:center;text-decoration:none}@media only screen and (max-width:767px){.hostinger-affiliate-table__value--is-amazon-button:not(.hostinger-affiliate-table__value--is-mercado) a{font-size:12px}}.hostinger-affiliate-table__value--is-amazon-button:not(.hostinger-affiliate-table__value--is-amazon) a{align-items:center;background:#3883f4!important;border:1px solid #3883f4;border-radius:4px;color:#fff!important;display:flex;font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:700;gap:8px;justify-content:center;padding:8px 24px;text-align:center;text-decoration:none}@media only screen and (max-width:767px){.hostinger-affiliate-table__value--is-amazon-button:not(.hostinger-affiliate-table__value--is-amazon) a{font-size:12px}}.rt-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rt-container *:before,.rt-container *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rt-container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.rt-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.rt-container-fluid .grid-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.rt-container-container ul{margin:0}.rt-container-container i{margin-right:5px}.clearfix:before,.clearfix:after,.rt-container:before,.rt-container:after,.rt-container-fluid:before,.rt-container-fluid:after,.rt-row:before,.rt-row:after{content:" ";display:table}.clearfix:after,.rt-container:after,.rt-container-fluid:after,.rt-row:after{clear:both}.rt-row{margin-left:-15px;margin-right:-15px}.rt-wpls [class*='rt-col-']{box-sizing:border-box}.rt-col-xs-1,.rt-col-sm-1,.rt-col-md-1,.rt-col-lg-1,.rt-col-xs-2,.rt-col-sm-2,.rt-col-md-2,.rt-col-lg-2,.rt-col-xs-3,.rt-col-sm-3,.rt-col-md-3,.rt-col-lg-3,.rt-col-xs-4,.rt-col-sm-4,.rt-col-md-4,.rt-col-lg-4,.rt-col-xs-5,.rt-col-sm-5,.rt-col-md-5,.rt-col-lg-5,.rt-col-xs-6,.rt-col-sm-6,.rt-col-md-6,.rt-col-lg-6,.rt-col-xs-7,.rt-col-sm-7,.rt-col-md-7,.rt-col-lg-7,.rt-col-xs-8,.rt-col-sm-8,.rt-col-md-8,.rt-col-lg-8,.rt-col-xs-9,.rt-col-sm-9,.rt-col-md-9,.rt-col-lg-9,.rt-col-xs-10,.rt-col-sm-10,.rt-col-md-10,.rt-col-lg-10,.rt-col-xs-11,.rt-col-sm-11,.rt-col-md-11,.rt-col-lg-11,.rt-col-xs-12,.rt-col-sm-12,.rt-col-md-12,.rt-col-lg-12,.rt-col-xs-24,.rt-col-sm-24,.rt-col-md-24,.rt-col-lg-24{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.rt-col-xs-1,.rt-col-xs-2,.rt-col-xs-3,.rt-col-xs-4,.rt-col-xs-5,.rt-col-xs-6,.rt-col-xs-7,.rt-col-xs-8,.rt-col-xs-9,.rt-col-xs-10,.rt-col-xs-11,.rt-col-xs-12,.rt-col-xs-24{float:left}.rt-col-xs-24{width:20%}.rt-col-xs-12{width:100%}.rt-col-xs-11{width:91.66666667%}.rt-col-xs-10{width:83.33333333%}.rt-col-xs-9{width:75%}.rt-col-xs-8{width:66.66666667%}.rt-col-xs-7{width:58.33333333%}.rt-col-xs-6{width:50%}.rt-col-xs-5{width:41.66666667%}.rt-col-xs-4{width:33.33333333%}.rt-col-xs-3{width:25%}.rt-col-xs-2{width:16.66666667%}.rt-col-xs-1{width:8.33333333%}.rt-wpls .img-responsive{max-width:100%;width:100%;display:block}.rt-wpls .single-logo h3{margin:5px 0 10px;line-height:1.3;font-size:25px}.rt-wpls .single-logo a{box-shadow:none;font-size:inherit;line-height:inherit}.rt-wpls .single-logo a:focus{outline:0}.rt-wpls .single-logo{display:table;text-align:center;vertical-align:middle;position:relative;margin:0;width:100%}.rt-wpls .single-logo img{padding:10px;max-width:100%;height:auto;display:inline-block}body.wls_ie .rt-wpls .single-logo img{width:100%}.rt-wpls .single-logo .single-logo-container{text-align:center;display:table-cell;vertical-align:middle;padding:10px}.single-logo-container>*{text-align:center;display:block;vertical-align:middle}@media(max-width:767px){.single-logo-container{text-align:center;margin-bottom:20px}.single-logo-container>*{display:inline-block}}.rt-wpls .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.rt-wpls .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.rt-wpls .slick-list:focus{outline:none}.rt-wpls .slick-list.dragging{cursor:pointer;cursor:hand}.rt-wpls .slick-slider .slick-track,.rt-wpls .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.rt-wpls .slick-track{position:relative;top:0;left:0;display:block;padding:20px 0}.rt-wpls .slick-track:before,.rt-wpls .slick-track:after{display:table;content:''}.rt-wpls .slick-track:after{clear:both}.rt-wpls .slick-loading .slick-track{visibility:hidden}.rt-wpls .slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.rt-wpls .slick-slide img{display:block}.rt-wpls .slick-slide.slick-loading img{display:none}.rt-wpls .slick-slide.dragging img{pointer-events:none}.rt-wpls .slick-initialized .slick-slide{display:block}.rt-wpls .slick-loading .slick-slide{visibility:hidden}.rt-wpls .slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.rt-wpls .slick-arrow.slick-hidden{display:none}.rt-wpls .slick-loading .slick-list{background:#fff url(/wp-content/plugins/wp-logo-showcase/assets/images/ajax-loader.gif) center center no-repeat}@font-face{font-display:swap;font-family:'slick';font-weight:400;font-style:normal;src:url(/wp-content/plugins/wp-logo-showcase/assets/css/fonts/slick.eot);src:url('/wp-content/plugins/wp-logo-showcase/assets/css/fonts/slick.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/wp-logo-showcase/assets/css/fonts/slick.woff) format('woff'),url(/wp-content/plugins/wp-logo-showcase/assets/css/fonts/slick.ttf) format('truetype'),url('/wp-content/plugins/wp-logo-showcase/assets/css/fonts/slick.svg#slick') format('svg')}.rt-wpls .slick-prev,.rt-wpls .slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:29px;height:29px;z-index:99;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:#8e8d8d;border:none;outline:none;background:#8e8d8d;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.rt-wpls .slick-prev:hover,.rt-wpls .slick-prev:focus,.rt-wpls .slick-next:hover,.rt-wpls .slick-next:focus{outline:none}.rt-wpls .slick-prev:hover:before,.rt-wpls .slick-prev:focus:before,.rt-wpls .slick-next:hover:before,.rt-wpls .slick-next:focus:before{opacity:1}.rt-wpls .slick-prev.slick-disabled:before,.rt-wpls .slick-next.slick-disabled:before{opacity:.25}.rt-wpls .slick-prev:before,.rt-wpls .slick-next:before{font-family:'slick';font-size:28px;line-height:0;height:30px;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;display:flex;align-items:center;justify-content:center}.rt-wpls .slick-prev{left:0}[dir='rtl'] .slick-prev{right:0;left:auto}.rt-wpls .slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.rt-wpls .slick-next{right:15px}[dir='rtl'] .slick-next{right:auto;left:15px}.rt-wpls .slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.rt-wpls .slick-dotted.slick-slider{margin-bottom:30px}.rt-wpls .slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.rt-wpls .slick-dots li{position:relative;display:inline-block;width:15px;height:15px;margin:0 5px;padding:0;cursor:pointer}.rt-wpls .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:#fff0;border:0;outline:none;background:#fff0}.rt-wpls .slick-dots li button:hover,.rt-wpls .slick-dots li button:focus{outline:none}.rt-wpls .slick-dots li button:hover:before,.rt-wpls .slick-dots li button:focus:before{opacity:1}.rt-wpls .slick-dots li button:before{font-family:'slick';font-size:12px;line-height:15px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.5;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rt-wpls .slick-dots li.slick-active button:before{opacity:1;color:#000}body>.rt-tooltip{font-size:100%;position:absolute;z-index:9999;-o-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa;color:#fff;border-radius:3px;background:#666;padding:5px 10px;border-width:2px;opacity:0;-webkit-transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;-ms-transition:opacity 1s ease-in-out;-o-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}body>.rt-tooltip,body>.rt-tooltip .rt-tooltip-bottom:after{background:#666;border-radius:2px}body>.rt-tooltip .rt-tooltip-bottom{width:70px;height:18px;overflow:hidden;position:absolute;left:50%;margin-left:-32px;bottom:-16px}body>.rt-tooltip .rt-tooltip-bottom:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);tranform:rotate(45deg)}@media (min-width:768px){.rt-container{width:750px}}@media (min-width:992px){.rt-container{width:970px}}@media (min-width:1200px){.rt-container{width:1170px}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px){.rt-col-sm-24{width:20%}.rt-col-sm-12{width:100%}.rt-col-sm-11{width:91.66666667%}.rt-col-sm-10{width:83.33333333%}.rt-col-sm-9{width:75%}.rt-col-sm-8{width:66.66666667%}.rt-col-sm-7{width:58.33333333%}.rt-col-sm-6{width:50%}.rt-col-sm-5{width:41.66666667%}.rt-col-sm-4{width:33.33333333%}.rt-col-sm-3{width:25%}.rt-col-sm-2{width:16.66666667%}.rt-col-sm-1{width:8.33333333%}}@media (min-width:992px){.rt-col-md-24{width:20%}.rt-col-md-12{width:100%}.rt-col-md-11{width:91.66666667%}.rt-col-md-10{width:83.33333333%}.rt-col-md-9{width:75%}.rt-col-md-8{width:66.66666667%}.rt-col-md-7{width:58.33333333%}.rt-col-md-6{width:50%}.rt-col-md-5{width:41.66666667%}.rt-col-md-4{width:33.33333333%}.rt-col-md-3{width:25%}.rt-col-md-2{width:16.66666667%}.rt-col-md-1{width:8.33333333%}}@media (min-width:1200px){.rt-col-lg-24{width:20%}.rt-col-lg-12{width:100%}.rt-col-lg-11{width:91.66666667%}.rt-col-lg-10{width:83.33333333%}.rt-col-lg-9{width:75%}.rt-col-lg-8{width:66.66666667%}.rt-col-lg-7{width:58.33333333%}.rt-col-lg-6{width:50%}.rt-col-lg-5{width:41.66666667%}.rt-col-lg-4{width:33.33333333%}.rt-col-lg-3{width:25%}.rt-col-lg-2{width:16.66666667%}.rt-col-lg-1{width:8.33333333%}.carousel-layout.owl-carousel.owl-theme [class*='rt-col-']{width:100%}}.bd_toc_container{position:relative;margin:0}.bd_toc_container .bd_toc_arrow{border:solid #000;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(-45deg);transition:transform 0.5s ease-in-out}.bd_toc_container .bd_toc_wrapper{max-width:100%;overflow:hidden}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_header{transition:all 0.2s}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_header .bd_toc_header_title{font-weight:700}.bd_toc_container .bd_toc_wrapper .bd_toc_content.list-type-number ul{counter-reset:List}.bd_toc_container .bd_toc_wrapper .bd_toc_content.list-type-number ul li{counter-increment:List}.bd_toc_container .bd_toc_wrapper .bd_toc_content.list-type-number ul li a:before{content:counters(List,".") ".";z-index:9;margin-right:10px}.bd_toc_container .bd_toc_wrapper .bd_toc_content.list-type-disc ul li a:before{content:"";width:6px;height:6px;position:absolute;border-radius:6px}.bd_toc_container .bd_toc_wrapper .bd_toc_content.list-type-none ul{list-style:none}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li ul li a{font-weight:400}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul{padding:0;margin:0;list-style:none}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li{position:relative;margin:0}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li .collaps-button{position:absolute;top:16px;right:30px;left:auto;width:30px;height:30px;align-items:center;justify-content:center}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li .collaps-button .bd_toc_arrow{transform:rotate(-135deg);cursor:pointer}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li.collapsed>ul{display:none}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li a{position:relative;display:block;text-decoration:none!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li a:focus{outline:none!important}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li a .left-indicator{display:none}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li a:hover{text-decoration:underline!important}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li.collapsed>a{outline:none!important;text-decoration:none!important}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li.collapsed>.collaps-button .bd_toc_arrow{transform:rotate(-45deg)}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li>ul{padding-left:15px}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li>ul>li{position:relative}.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li>ul>li .left-indicator{position:absolute;top:calc(50% - 7px);left:-18px}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item{overflow:hidden}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_header .bd_toc_switcher_hide_show_icon{cursor:pointer}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_header.active .bd_toc_arrow{transform:rotate(-135deg)}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list .bd_toc_content_list_item{transition:height 0.2s ease-in-out}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list .bd_toc_content_list_item>.collaps-button{display:none!important}.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list.heading_toggle_icon .collaps-button{display:flex;align-items:center;justify-content:center}.bd_toc_container .bd_toc_wrapper .side_button i{display:none}.bd_toc_container.show_left_indicator .bd_toc_wrapper ul li>ul .left-indicator{display:none}.bd_toc_container .layout_toggle_button{display:none;align-items:center;justify-content:center;position:absolute;right:calc(0% - 124px);bottom:calc(0% + 200px);width:130px;box-sizing:content-box;border-width:50px 35px 0;border-style:solid;border-color:#000 #fff0;transform:rotate(-90deg);cursor:pointer;z-index:3;filter:drop-shadow(5px 5px 10px rgb(0 0 0 / .1))}@media only screen and (max-width:767px){.bd_toc_container .layout_toggle_button{right:calc(0% - 62px);bottom:calc(0% + 200px);width:40px;border-width:25px 30px 0}}.bd_toc_container .layout_toggle_button .bd_toc_arrow{transform:rotate(45deg);transition:transform 0.5s ease-in-out;margin-top:-45px}@media only screen and (max-width:767px){.bd_toc_container .layout_toggle_button .bd_toc_arrow{margin-top:-30px}}.bd_toc_container.scroll-to-fixed-fixed{height:100vh;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.bd_toc_container.scroll-to-fixed-fixed .bd_toc_wrapper{height:100%;max-height:100%;overflow:visible;opacity:0}.bd_toc_container.scroll-to-fixed-fixed .bd_toc_wrapper .bd_toc_content.scroll{overflow-y:scroll}.bd_toc_container.scroll-to-fixed-fixed .bd_toc_wrapper .bd_toc_content.scroll::-webkit-scrollbar{width:5px}.bd_toc_container.scroll-to-fixed-fixed .bd_toc_wrapper .bd_toc_content.scroll::-webkit-scrollbar-thumb{opacity:0;visibility:hidden;transition:0.5s ease-in-out;background:#EFEFEF;border-radius:10px}.bd_toc_container.scroll-to-fixed-fixed .bd_toc_wrapper .bd_toc_content.scroll:hover::-webkit-scrollbar-thumb{opacity:1;visibility:visible}.bd_toc_container.scroll-to-fixed-fixed .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content_list_item{height:calc(90vh - 50px)!important}.bd_toc_container.scroll-to-fixed-fixed .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_header .bd_toc_header_title{font-size:24px!important}.bd_toc_container.scroll-to-fixed-fixed .layout_toggle_button{display:flex}.bd_toc_container.scroll-to-fixed-fixed.active .bd_toc_wrapper{opacity:1}.bd_toc_container.scroll-to-fixed-fixed.active .layout_toggle_button{display:flex}.bd_toc_container.scroll-to-fixed-fixed.active .layout_toggle_button .bd_toc_arrow{transform:rotate(-135deg)}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.bd_toc_widget_floating{height:calc(100vh - 100%)}.bd_toc_widget_floating .bd_toc_floating_content{display:none;padding:10px 0;transition:ease-in-out 0.5s}.bd_toc_widget_floating .bd_toc_floating_content .bd_toc_content_list .bd_toc_content_floating_list_item ul{margin:0!important;padding:0!important}.bd_toc_widget_floating .bd_toc_floating_content .bd_toc_content_list .bd_toc_content_floating_list_item ul li{list-style:none;position:relative}.bd_toc_widget_floating .bd_toc_floating_content .bd_toc_content_list .bd_toc_content_floating_list_item ul li a{display:block;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:22px;border-radius:10px}.bd_toc_widget_floating .bd_toc_floating_content .bd_toc_content_list .bd_toc_content_floating_list_item ul li.current>a{border-radius:10px}.bd_toc_widget_floating .bd_toc_floating_content .bd_toc_content_list .bd_toc_content_floating_list_item ul li ul{margin-left:15px!important}.bd_toc_widget_floating .bd_toc_floating_content.list-type-number ul{counter-reset:List}.bd_toc_widget_floating .bd_toc_floating_content.list-type-number ul li{counter-increment:List}.bd_toc_widget_floating .bd_toc_floating_content.list-type-number ul li a:before{content:counters(List,".") ".";z-index:9;margin-right:10px}.bd_toc_widget_floating .bd_toc_floating_content.list-type-disc{padding:10px}.bd_toc_widget_floating .bd_toc_floating_content.list-type-disc ul li a:before{content:"";width:6px;height:6px;position:absolute;border-radius:6px}.bd_toc_widget_floating .bd_toc_floating_content.list-type-none ul{list-style:none}body .bd_toc_widget_floating{position:fixed;margin:0;padding:0;height:auto;z-index:99999999999999;max-width:700px;overflow:hidden}@media only screen and (max-width:767px){body .bd_toc_widget_floating{max-width:355px}}@media only screen and (max-width:412px){body .bd_toc_widget_floating{max-width:315px}}@media only screen and (max-width:360px){body .bd_toc_widget_floating{max-width:300px}}@media only screen and (max-width:320px){body .bd_toc_widget_floating{max-width:260px}}body .bd_toc_widget_floating .bd_toc_widget_floating_current_heading{display:none;line-height:normal}body .bd_toc_widget_floating .bd_toc_widget_floating_current_heading .bd_toc_widget_item{display:inline-flex;align-items:center;justify-content:start;width:100%}body .bd_toc_widget_floating .bd_toc_widget_floating_current_heading .bd_toc_widget_item .bd_toc_widget_nav_prev{display:inline-flex;align-items:center;justify-content:center}body .bd_toc_widget_floating .bd_toc_widget_floating_current_heading .bd_toc_widget_item .bd_toc_widget_nav_prev a{color:#1140FF;position:relative;display:flex;width:30px;height:30px;background-color:#F0F8FF;cursor:pointer;margin-right:8px;line-height:30px;border-radius:50%}body .bd_toc_widget_floating .bd_toc_widget_floating_current_heading .bd_toc_widget_item .bd_toc_widget_nav_prev a.bd_toc_widget_left_arrow:after{content:"";display:block;position:absolute;width:9px;height:9px;border-bottom:2px solid;border-left:2px solid;transform:rotate(45deg);left:12px;top:11px}body .bd_toc_widget_floating .bd_toc_widget_floating_current_heading .bd_toc_widget_item .bd_toc_widget_nav_next{display:inline-flex;align-items:center;justify-content:center}body .bd_toc_widget_floating .bd_toc_widget_floating_current_heading .bd_toc_widget_item .bd_toc_widget_nav_next a{color:#1140FF;position:relative;display:flex;width:30px;height:30px;background-color:#F0F8FF;cursor:pointer;line-height:30px;border-radius:50%;margin-right:20px}body .bd_toc_widget_floating .bd_toc_widget_floating_current_heading .bd_toc_widget_item .bd_toc_widget_nav_next a.bd_toc_widget_right_arrow:after{content:"";display:block;position:absolute;width:9px;height:9px;border-bottom:2px solid;border-right:2px solid;transform:rotate(-45deg);left:10px;top:11px}body .bd_toc_widget_floating .bd_toc_widget_floating_current_heading .bd_toc_widget_item .current_list_item{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:45px}body .bd_toc_widget_floating.widget_floating_open .bd_toc_widget_floating_current_heading{display:flex}body .bd_toc_widget_floating .bd_toc_floating_content.widget_floating_content_open{display:block;max-height:calc(100vh - 150px)!important;overflow:hidden;overflow-y:scroll}body .bd_toc_widget_floating .bd_toc_floating_content.widget_floating_content_open::-webkit-scrollbar{width:5px}body .bd_toc_widget_floating .bd_toc_floating_content.widget_floating_content_open::-webkit-scrollbar-thumb{opacity:0;visibility:hidden;transition:0.5s ease-in-out;background:#EFEFEF;border-radius:10px}body .bd_toc_widget_floating .bd_toc_floating_content.widget_floating_content_open:hover::-webkit-scrollbar-thumb{opacity:1;visibility:visible}.bd_toc_progress_bar.progress_bar_open .bd_toc_widget_progress_bar{position:fixed;margin:0;padding:0;left:0;height:5px;background-color:rgb(17 64 255 / .71);transition:all linear 0.1s;z-index:999999999999}@font-face{font-family:'elespare-icons';src:url(/wp-content/plugins/elespare/assets/font/elespare-icons.eot?tfvbq3);src:url('/wp-content/plugins/elespare/assets/font/elespare-icons.eot?tfvbq3#iefix') format('embedded-opentype'),url(/wp-content/plugins/elespare/assets/font/elespare-icons.ttf?tfvbq3) format('truetype'),url(/wp-content/plugins/elespare/assets/font/elespare-icons.woff?tfvbq3) format('woff'),url('/wp-content/plugins/elespare/assets/font/elespare-icons.svg?tfvbq3#elespare-icons') format('svg');font-weight:400;font-style:normal;font-display:swap}[class^="elespare-icons-"],[class*=" elespare-icons-"]{font-family:'elespare-icons'!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elespare-icons-user-circle-regular:before{content:"\e900"}.elespare-icons-clock-regular:before{content:"\e901"}.elespare-icons-heart:before{content:"\e800"}.elespare-icons-link-button:before{content:"\e801"}.elespare-icons-copyright:before{content:"\e802"}.elespare-icons-main-banner-2:before{content:"\e803"}.elespare-icons-main-banner:before{content:"\e804"}.elespare-icons-section-title:before{content:"\e805"}.elespare-icons-heart-empty:before{content:"\e806"}.elespare-icons-clock:before{content:"\e807"}.elespare-icons-picture:before{content:"\e808"}.elespare-icons-videocam:before{content:"\e809"}.elespare-icons-picture-1:before{content:"\e80a"}.elespare-icons-banner:before{content:"\e80b"}.elespare-icons-carousel:before{content:"\e80c"}.elespare-icons-express:before{content:"\e80d"}.elespare-icons-flash:before{content:"\e80e"}.elespare-icons-full:before{content:"\e80f"}.elespare-icons-grid:before{content:"\e810"}.elespare-icons-list:before{content:"\e811"}.elespare-icons-slider:before{content:"\e812"}.elespare-icons-tabs:before{content:"\e813"}.elespare-icons-tile:before{content:"\e814"}.elespare-icons-treinding:before{content:"\e815"}.elespare-icons-masonry:before{content:"\e816"}.elespare-icons-author:before{content:"\e817"}.elespare-icons-links:before{content:"\e818"}.elespare-icons-small-list:before{content:"\e819"}.elespare-icons-timeline:before{content:"\e81a"}.elespare-icons-banner-2-1:before{content:"\e81b"}.elespare-icons-express-gird:before{content:"\e81c"}.elespare-icons-expan-nav:before{content:"\e81d"}.elespare-icons-hori-nav:before{content:"\e81e"}.elespare-icons-site-title:before{content:"\e820"}.elespare-icons-up-dir:before{content:"\e821"}.elespare-icons-site-search:before{content:"\e822"}.elespare-icons-left-dir:before{content:"\e823"}.elespare-icons-right-dir:before{content:"\e824"}.elespare-icons-tagline:before{content:"\e825"}.elespare-icons-verti-nav:before{content:"\e826"}.elespare-icons-search:before{content:"\e827"}.elespare-icons-cancel:before{content:"\e828"}.elespare-icons-site-logo:before{content:"\e829"}.elespare-icons-elesper-logo:before{content:"\e82a"}.elespare-icons-tag:before{content:"\e82b"}.elespare-icons-calendar:before{content:"\e82c"}.elespare-icons-down-dir:before{content:"\e82d"}.elespare-icons-plus:before{content:"\e82e"}.elespare-icons-camera:before{content:"\e82f"}.elespare-icons-categories:before{content:"\e830"}.elespare-icons-twitter:before{content:"\f099"}.elespare-icons-facebook:before{content:"\f09a"}.elespare-icons-menu:before{content:"\f0c9"}.elespare-icons-linkedin:before{content:"\f0e1"}.elespare-icons-comment-empty:before{content:"\f0e5"}.elespare-icons-angle-left:before{content:"\f104"}.elespare-icons-angle-right:before{content:"\f105"}.elespare-icons-angle-up:before{content:"\f106"}.elespare-icons-angle-down:before{content:"\f107"}.elespare-icons-github:before{content:"\f113"}.elespare-icons-youtube:before{content:"\f167"}.elespare-icons-instagram:before{content:"\f16d"}.elespare-icons-flickr:before{content:"\f16e"}.elespare-icons-tumblr:before{content:"\f173"}.elespare-icons-right:before{content:"\f178"}.elespare-icons-dribbble:before{content:"\f17d"}.elespare-icons-vkontakte:before{content:"\f189"}.elespare-icons-digg:before{content:"\f1a6"}.elespare-icons-pinterest:before{content:"\f231"}.elespare-icons-houzz:before{content:"\f27c"}.elespare-icons-vimeo:before{content:"\f27d"}.elespare-icons-reddit-alien:before{content:"\f281"}.elespare-icons-hashtag:before{content:"\f292"}.elespare-icons-user-circle-o:before{content:"\f2be"}.elespare-icons-user-o:before{content:"\f2c0"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-kit-6.el-is-editing{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff}.elementor-kit-6 e-page-transition{background-color:#FFBC7D}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){--kit-widget-spacing:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}{}h1.entry-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}}.elespare-search-wrapper .elespare-search-icon--toggle {
  color: #000;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; }

.elespare-search-wrapper .elespare-search--toggle {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99999999;
  align-items: center;
  display: flex !important;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.2s; }
  .elespare-search-wrapper .elespare-search--toggle.show {
    transition: transform 0.3s;
    transform: scale(1); }
  .elespare-search-wrapper .elespare-search--toggle .btn-elespare-search-form {
    width: auto;
    min-width: 30px;
    flex-shrink: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #bb1919;
    height: unset;
    padding: 0 1.2em;
    white-space: nowrap; }
  .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper {
    width: 80%; }
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper .elespare--search-sidebar-wrapper {
      padding: 0;
      overflow: hidden; }
      .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper .elespare--search-sidebar-wrapper .search-form {
        display: flex;
        overflow: hidden; }
        .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper .elespare--search-sidebar-wrapper .search-form .search-field {
          height: 50px;
          background: rgba(241, 241, 241, 0.5);
          border-radius: 0; }
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper input[type='search']::-webkit-search-decoration,
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper input[type='search']::-webkit-search-cancel-button,
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper input[type='search']::-webkit-search-results-button,
    .elespare-search-wrapper .elespare-search--toggle .elespare-search-toggle--wrapper input[type='search']::-webkit-search-results-decoration {
      -webkit-appearance: none; }
  .elespare-search-wrapper .elespare-search--toggle .elespare--site-search-close {
    position: absolute;
    color: #ffffff;
    top: 50px;
    right: 10%;
    background: none;
    border: none;
    font-size: 36px;
    line-height: normal;
    padding: 0;
    transition: all 0.3s; }
    .elespare-search-wrapper .elespare-search--toggle .elespare--site-search-close:hover {
      transform: rotate(180deg);
      transition: all 0.3s; }

.elespare-search-wrapper .elespare-search-form-header .elespare--search-sidebar-wrapper {
  padding: 0; }
  .elespare-search-wrapper .elespare-search-form-header .elespare--search-sidebar-wrapper .site-search-form {
    overflow: hidden;
    display: flex; }
    .elespare-search-wrapper .elespare-search-form-header .elespare--search-sidebar-wrapper .site-search-form .search-field {
      border-radius: 0;
      width: 100%;
      background: rgba(241, 241, 241, 0.5); }
  .elespare-search-wrapper .elespare-search-form-header .elespare--search-sidebar-wrapper .btn-elespare-search-form {
    width: auto;
    min-width: 30px;
    flex-shrink: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #bb1919;
    height: unset;
    padding: 0 1.2em;
    white-space: nowrap; }

.elespare-search-wrapper .elespare-search-dropdown-toggle .elespare--search-sidebar-wrapper .btn-elespare-search-form {
  border: none;
  border-radius: 0;
  line-height: 1;
  height: unset;
  padding: 0.9em 1.2em 0.8em;
  color: #fff;
  opacity: 1;
  background-color: #bb1919;
  white-space: nowrap; }

.elespare-search-wrapper .elespare-search-dropdown-toggle .elespare-search--toggle-dropdown {
  position: absolute;
  top: 120%;
  width: 300px;
  text-align: left;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0 auto;
  margin-top: 1px;
  z-index: 99;
  border-radius: 0px;
  transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s; }
  .elespare-search-wrapper .elespare-search-dropdown-toggle .elespare-search--toggle-dropdown .elespare--search-sidebar-wrapper .search-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15); }
    .elespare-search-wrapper .elespare-search-dropdown-toggle .elespare-search--toggle-dropdown .elespare--search-sidebar-wrapper .search-form input.search-field {
      border-radius: 0;
      padding: 10px 15px;
      width: 100%;
      background: rgba(241, 241, 241, 0.5);
      height: unset; }

.elespare-search-wrapper .elespare-search-dropdown-toggle.show .elespare-search--toggle-dropdown {
  visibility: visible;
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: 999;
  top: 100%;
  transition: opacity 0.4s, top 0.4s; }

.elespare-search-wrapper .site-search-form .site-search-field:focus, .elespare-search-wrapper .site-search-form .site-search-field:focus-within {
  outline: none; }

.elespare-icons-search .screen-reader-text {
  display: none; }

.elementor-widget-search-from {
  position: relative; }
  .elementor-widget-search-from.elespare-grid-left .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-left .elespare-search-dropdown-toggle {
    text-align: left; }
  .elementor-widget-search-from.elespare-grid-left .elespare-search--toggle-dropdown {
    right: auto;
    left: 10px; }
  .elementor-widget-search-from.elespare-grid-left .elespare-search-form-header .site-search-form {
    flex-direction: row; }
  .elementor-widget-search-from.elespare-grid-center .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-center .elespare-search-dropdown-toggle {
    text-align: center; }
  .elementor-widget-search-from.elespare-grid-center .elespare-search--toggle-dropdown {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .elementor-widget-search-from.elespare-grid-center .elespare-search-form-header .site-search-form {
    flex-direction: column; }
    .elementor-widget-search-from.elespare-grid-center .elespare-search-form-header .site-search-form .site-search-field {
      text-align: center; }
  .elementor-widget-search-from.elespare-grid-right .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-right .elespare-search-dropdown-toggle {
    text-align: right; }
  .elementor-widget-search-from.elespare-grid-right .elespare-search--toggle-dropdown {
    right: 10px;
    left: auto; }
  .elementor-widget-search-from.elespare-grid-right .elespare-search-form-header .site-search-form {
    flex-direction: row-reverse; }
    .elementor-widget-search-from.elespare-grid-right .elespare-search-form-header .site-search-form .site-search-field {
      text-align: right; }

.elespare-search-wrapper button:focus {
  outline: none;
  box-shadow: none; }

.elespare-search-wrapper button:focus-visible {
  outline: 1px dotted; }

@media (max-width: 1024px) {
  .elementor-widget-search-from.elespare-grid-tablet-left .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-tablet-left .elespare-search-dropdown-toggle {
    text-align: left; }
  .elementor-widget-search-from.elespare-grid-tablet-left .elespare-search--toggle-dropdown {
    right: auto;
    left: 10px; }
  .elementor-widget-search-from.elespare-grid-tablet-left .elespare-search-form-header .site-search-form {
    flex-direction: row; }
  .elementor-widget-search-from.elespare-grid-tablet-center .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-tablet-center .elespare-search-dropdown-toggle {
    text-align: center; }
  .elementor-widget-search-from.elespare-grid-tablet-center .elespare-search--toggle-dropdown {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .elementor-widget-search-from.elespare-grid-tablet-center .elespare-search-form-header .site-search-form {
    flex-direction: column; }
    .elementor-widget-search-from.elespare-grid-tablet-center .elespare-search-form-header .site-search-form .site-search-field {
      text-align: center; }
  .elementor-widget-search-from.elespare-grid-tablet-right .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-tablet-right .elespare-search-dropdown-toggle {
    text-align: right; }
  .elementor-widget-search-from.elespare-grid-tablet-right .elespare-search--toggle-dropdown {
    right: 10px;
    left: auto; }
  .elementor-widget-search-from.elespare-grid-tablet-right .elespare-search-form-header .site-search-form {
    flex-direction: row-reverse; }
    .elementor-widget-search-from.elespare-grid-tablet-right .elespare-search-form-header .site-search-form .site-search-field {
      text-align: right; } }

@media (max-width: 767px) {
  .elementor-widget-search-from.elespare-grid-mobile-left .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-mobile-left .elespare-search-dropdown-toggle {
    text-align: left; }
  .elementor-widget-search-from.elespare-grid-mobile-left .elespare-search--toggle-dropdown {
    right: auto;
    left: 10px; }
  .elementor-widget-search-from.elespare-grid-mobile-left .elespare-search-form-header .site-search-form {
    flex-direction: row; }
  .elementor-widget-search-from.elespare-grid-mobile-center .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-mobile-center .elespare-search-dropdown-toggle {
    text-align: center; }
  .elementor-widget-search-from.elespare-grid-mobile-center .elespare-search--toggle-dropdown {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .elementor-widget-search-from.elespare-grid-mobile-center .elespare-search-form-header .site-search-form {
    flex-direction: column; }
    .elementor-widget-search-from.elespare-grid-mobile-center .elespare-search-form-header .site-search-form .site-search-field {
      text-align: center; }
  .elementor-widget-search-from.elespare-grid-mobile-right .elespare-site-search-toggle,
  .elementor-widget-search-from.elespare-grid-mobile-right .elespare-search-dropdown-toggle {
    text-align: right; }
  .elementor-widget-search-from.elespare-grid-mobile-right .elespare-search--toggle-dropdown {
    right: 10px;
    left: auto; }
  .elementor-widget-search-from.elespare-grid-mobile-right .elespare-search-form-header .site-search-form {
    flex-direction: row-reverse; }
    .elementor-widget-search-from.elespare-grid-mobile-right .elespare-search-form-header .site-search-form .site-search-field {
      text-align: right; } }

body.rtl .elementor-widget-search-from.elespare-grid-right .elespare-search-form-header .site-search-form .site-search-field {
  text-align: left; }
.elespare-express-list-wrap {
  container-type: inline-size; }
  .elespare-express-list-wrap .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links {
    margin-bottom: 0 !important; }
  .elespare-express-list-wrap .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper {
    overflow: hidden; }
  .elespare-express-list-wrap .elespare-posts-wrap a {
    text-decoration: none; }

.elementor-widget-post-express-list {
  width: 100%; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-1 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper {
      width: 100%;
      align-self: center; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
        padding: 0; }
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
          content: "\2219";
          color: inherit;
          font-weight: bold;
          padding: 0 0 0 2px; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
        display: none; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title {
        font-size: 14px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items.post-has-no-image .elespare-content-wrapper {
        padding: 20px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child {
    display: grid;
    grid-row-end: span 4;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      align-self: flex-start;
      flex: auto;
      max-width: none;
      width: 100%;
      height: auto;
      aspect-ratio: 3/2; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      align-self: flex-start; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper {
      align-self: center; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
        padding: 0; }
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
          content: "\2219";
          color: inherit;
          font-weight: bold;
          padding: 0 0 0 2px; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
        display: none; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title {
        line-height: 1.3;
        font-size: 14px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2),
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child {
    display: grid;
    grid-row-end: span 4;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      height: auto;
      aspect-ratio: 3/2;
      width: 100%;
      max-width: none; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper > a,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-img-wrapper > a {
        display: block;
        height: 100%; }
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper > a img,
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-img-wrapper > a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper + .elespare-content-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-2 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      align-self: flex-start; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-3 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-content-wrapper {
      align-self: center; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:not(:nth-child(1)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:not(:nth-child(1)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding: 0 0 0 2px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:not(:nth-child(1)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
    display: none; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:not(:nth-child(1)) .elespare-post-title {
    line-height: 1.3;
    font-size: 14px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) {
    position: relative;
    min-height: 395px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-row-end: span 3; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper {
      position: absolute;
      width: 100%;
      max-width: none;
      height: 100%;
      top: 0;
      left: 0; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper .elespare-post-format {
        z-index: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper > a::after {
      content: "";
      background: #222;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      filter: alpha(opacity=100);
      opacity: 0.85;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-content-wrapper {
      position: relative;
      z-index: 2;
      width: 100%;
      align-self: flex-start;
      justify-content: flex-end; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-content-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
        z-index: 0; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-content-wrapper > * {
        position: relative;
        z-index: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1) .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:nth-child(1).post-has-no-image {
      background-color: #afafaf; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-4 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items .elespare-content-wrapper {
      padding: 15px;
      align-self: center; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding: 0 0 0 2px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
    display: none; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-content-wrapper .elespare-post-title {
    line-height: 1.3;
    font-size: 14px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-img-wrapper + .elespare-content-wrapper {
    flex: 1; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2),
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child {
    position: relative;
    min-height: 355px;
    grid-row-end: span 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      position: absolute;
      width: 100%;
      max-width: none;
      height: 100%;
      top: 0;
      left: 0; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper a,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper img,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper .elespare-post-format,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper .elespare-post-format {
        z-index: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-img-wrapper > a::after,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-img-wrapper > a::after {
      content: "";
      background: #222;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      filter: alpha(opacity=100);
      opacity: 0.85;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      position: relative;
      z-index: 2;
      width: 100%;
      align-self: flex-start; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper::after,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-content-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
        z-index: 0; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper > *,
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child .elespare-content-wrapper > * {
        position: relative;
        z-index: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2).post-has-no-image,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child.post-has-no-image {
      background-color: #afafaf; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-5 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-content-wrapper {
      align-self: center; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
        padding: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-bottom: 1px;
        line-height: 1.5;
        display: block; }
        .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
          display: none; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title {
        line-height: 1.3;
        font-size: 14px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items.post-has-no-image .elespare-content-wrapper {
        padding: 20px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child {
    display: grid;
    grid-row-end: span 4;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      align-self: flex-start;
      flex: auto;
      width: 100%;
      max-width: none;
      height: auto;
      aspect-ratio: 3/2; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-5 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      align-self: flex-start; }

.elespare-express-list-wrap .elespare-posts-wrap.express-style-6 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr); }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items {
    display: flex;
    justify-content: flex-start; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper {
      align-self: flex-start;
      margin: 0;
      max-width: 123px;
      width: 45%;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-content-wrapper {
      align-self: center; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper + .elespare-content-wrapper {
      flex: 1; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items.post-has-no-image {
      grid-template-columns: 1fr; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items.post-has-no-image .elespare-content-wrapper {
        padding: 20px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding: 0 0 0 2px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
    display: none; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-content-wrapper .elespare-post-title {
    line-height: 1.3;
    font-size: 14px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child {
    display: grid;
    grid-row-end: span 4;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-img-wrapper {
      align-self: flex-start;
      flex: auto;
      width: 100%;
      max-width: none;
      height: auto;
      aspect-ratio: 3/2; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
      .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-img-wrapper + .elespare-content-wrapper {
      width: 100%; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
      align-self: flex-start; }

.elespare-express-list-wrap.has-no-background .express-style-6 .elespare-posts-express-post-items:first-child .elespare-content-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-5 .elespare-posts-express-post-items:first-child .elespare-content-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-1 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
  padding: 15px 0; }

.elespare-express-list-wrap.has-no-background .express-style-6 .elespare-posts-express-post-items:not(:first-child) .elespare-img-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-5 .elespare-posts-express-post-items:not(:first-child) .elespare-img-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-1 .elespare-posts-express-post-items:not(:first-child) .elespare-img-wrapper {
  margin-right: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-2 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-2 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
  padding: 15px 0; }

.elespare-express-list-wrap.has-no-background .express-style-2 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-img-wrapper {
  margin-right: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-3 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
  padding: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-3 .elespare-posts-express-post-items:not(:first-child) .elespare-img-wrapper {
  margin-right: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-4 .elespare-posts-express-post-items:nth-child(2) .elespare-content-wrapper,
.elespare-express-list-wrap.has-no-background .express-style-4 .elespare-posts-express-post-items:first-child .elespare-content-wrapper {
  padding: 15px; }

.elespare-express-list-wrap.has-no-background .express-style-4 .elespare-posts-express-post-items:not(:first-child):not(:nth-child(2)) .elespare-img-wrapper {
  margin-right: 0px; }

.elespare-express-list-wrap.has-background .elespare-posts-express-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-img-wrapper .elespare-avatar-wrap {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  left: 15px;
  bottom: 15px; }
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-img-wrapper .elespare-avatar-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        line-height: 1;
        overflow: hidden;
        margin-right: 5px; }
        .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.slick-vertical .slick-slide {
  border: none !important; }

.elementor-widget-post-express-list .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title {
  padding-top: 0px;
  margin-top: 0px; }

.elespare-express-list-wrap .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper {
  text-align: left; }

@container (max-width: 1080px) {
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6, .elespare-express-list-wrap .elespare-posts-wrap.express-style-5, .elespare-express-list-wrap .elespare-posts-wrap.express-style-4, .elespare-express-list-wrap .elespare-posts-wrap.express-style-3, .elespare-express-list-wrap .elespare-posts-wrap.express-style-2, .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 {
    grid-template-columns: 1fr 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:first-child {
    min-height: 360px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:first-child img {
      min-height: 360px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2),
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child {
    min-height: 360px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) img,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child img {
      min-height: 360px; } }

@container (max-width: 520px) {
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-6, .elespare-express-list-wrap .elespare-posts-wrap.express-style-5, .elespare-express-list-wrap .elespare-posts-wrap.express-style-4, .elespare-express-list-wrap .elespare-posts-wrap.express-style-3, .elespare-express-list-wrap .elespare-posts-wrap.express-style-2, .elespare-express-list-wrap .elespare-posts-wrap.express-style-1 {
    grid-template-columns: 1fr; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:first-child {
    min-height: 240px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-3 .elespare-posts-express-post-items:first-child img {
      min-height: 240px; }
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2),
  .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child {
    min-height: 240px; }
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:nth-child(2) img,
    .elespare-express-list-wrap .elespare-posts-wrap.express-style-4 .elespare-posts-express-post-items:first-child img {
      min-height: 240px; } }

body.rtl .elespare-express-list-wrap .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-express-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
  margin-right: 0px; }

body.rtl .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format {
  left: 10px;
  right: unset; }

body.rtl .elespare-posts-wrap.express-style-6 .elespare-posts-express-post-items .elespare-img-wrapper ul {
  right: 10px;
  left: unset;
  text-align: right; }
.elespare-posts-wrap ul.elespare-cat-links {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  line-height: 1;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 7px;
  row-gap: 7px; }
  .elespare-posts-wrap ul.elespare-cat-links li {
    display: inline-block;
    padding: 0 !important;
    font-size: 10px;
    opacity: 0.95; }
    .elespare-posts-wrap ul.elespare-cat-links li a {
      display: inline-block;
      padding: 5px 10px;
      line-height: 1 !important;
      letter-spacing: 0.35px;
      font-size: 12px; }
  .elespare-posts-wrap ul.elespare-cat-links li:hover {
    opacity: 1; }
  .elespare-posts-wrap ul.elespare-cat-links.none li a {
    padding: 0; }
    .elespare-posts-wrap ul.elespare-cat-links.none li a::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding-block-end: 2px; }
  .elespare-posts-wrap ul.elespare-cat-links.none li:last-child a.elespare-categories::after {
    display: none; }
  .elespare-posts-wrap ul.elespare-cat-links.border li a {
    border-width: 1px;
    border-style: solid; }
  .elespare-posts-wrap ul.elespare-cat-links.underline li a {
    padding: 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    line-height: 1.5;
    display: block; }

.elespare-posts-wrap .elespare-posts-timeline-post-items,
.elespare-posts-wrap .elespare-posts-trending-post-items,
.elespare-posts-wrap .elespare-posts-slider-post-items,
.elespare-posts-wrap .elespare-posts-express-post-items,
.elespare-posts-wrap .elespare-posts-masonry-post-items,
.elespare-posts-wrap .elespare-posts-carousel-post-items,
.elespare-posts-wrap .elespare-posts-full-post-items,
.elespare-posts-wrap .elespare-posts-tile-post-items,
.elespare-posts-wrap .elespare-posts-single-list-post-items,
.elespare-posts-wrap .elespare-posts-list-post-items,
.elespare-posts-wrap .elespare-posts-grid-post-items {
  overflow: hidden; }
  .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper,
  .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    position: relative;
    display: block;
    line-height: 1;
    background: #dcdcdc;
    background: #efefef; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper img,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
      display: block;
      line-height: 1;
      margin: 0; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper ul,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
      position: absolute;
      left: 15px;
      top: 15px; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
      position: absolute;
      height: 25px;
      left: 10px;
      top: 10px;
      width: 25px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: none; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format i,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format i {
        font-size: 11px;
        color: #fff; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format.elespare-border i:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 35px;
        height: 35px;
        border: 4px solid;
        border-color: #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:before {
        position: relative;
        z-index: 1; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format.elespare-background i:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        z-index: 0; }
  .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper,
  .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-post-title,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title {
      margin: 0;
      font-weight: 600; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-post-title:last-child,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title:last-child {
        margin-bottom: 0; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-post-title span,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title span {
        display: inline-block; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      display: flex;
      align-items: center;
      column-gap: 10px;
      row-gap: 5px;
      flex-wrap: wrap; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span a,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span a {
        display: flex;
        align-items: center; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span a i,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span a i {
          margin-inline-end: 5px; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span a svg,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span a svg {
          width: 12px;
          height: 12px;
          margin-inline-end: 5px; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span.comment_count {
        display: inline-flex;
        align-items: center; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span.comment_count i {
          margin-inline-end: 5px; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata span.comment_count svg {
          width: 12px;
          height: 12px;
          margin-inline-end: 5px; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-cat-links:last-child,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links:last-child {
      margin-bottom: 0; }
    .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt {
      font-weight: normal; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-exceprt p,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt p {
        margin: 0;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.6em; }
        .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-exceprt p:last-child,
        .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt p:last-child {
          margin-bottom: 0; }
      .elespare-posts-wrap .elespare-posts-timeline-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-express-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-masonry-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-full-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn,
      .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt a.read-more-btn {
        color: inherit;
        display: block;
        font-size: .75em;
        font-weight: 700 !important;
        margin-top: 10px;
        opacity: .75; }

button.elespare-nav-carousel {
  display: none; }

button.elespare-nav-carousel.slick-arrow {
  display: block;
  outline: none; }

.elespare-posts-wrap button.elespare-nav-carousel.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  width: 32px;
  height: 32px;
  padding: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7; }
  .elespare-posts-wrap button.elespare-nav-carousel.slick-arrow i {
    font-size: 16px;
    color: #222;
    line-height: normal; }
  .elespare-posts-wrap button.elespare-nav-carousel.slick-arrow:before {
    display: none; }
  .elespare-posts-wrap button.elespare-nav-carousel.slick-arrow:hover {
    opacity: 1; }

.elespare-posts-wrap button.slick-prev.elespare-nav-carousel.slick-arrow {
  left: 0; }

.elespare-posts-wrap button.slick-next.elespare-nav-carousel.slick-arrow {
  right: 0; }

.elespare-posts-wrap .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%; }
  .elespare-posts-wrap .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .elespare-posts-wrap .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 10px;
      cursor: pointer; }
    .elespare-posts-wrap .slick-dots li button:hover,
    .elespare-posts-wrap .slick-dots li button:focus {
      outline: none; }
    .elespare-posts-wrap .slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "•";
      width: 20px;
      height: 20px;
      font-family: "slick";
      font-size: 26px;
      line-height: 20px;
      text-align: center;
      color: black;
      opacity: 0.25;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .elespare-posts-wrap .slick-dots li button:hover:before,
    .elespare-posts-wrap .slick-dots li button:focus:before {
      opacity: 1; }
    .elespare-posts-wrap .slick-dots li.slick-active button:before {
      opacity: 1; }

.elespare-posts-wrap.show-on-hover button.elespare-nav-carousel.slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.elespare-posts-wrap.show-on-hover:hover button.elespare-nav-carousel.slick-arrow {
  opacity: 0.7;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1); }
  .elespare-posts-wrap.show-on-hover:hover button.elespare-nav-carousel.slick-arrow:hover {
    opacity: 1; }

.elespare-widget-title-section.title-none .elespare-widget-title {
  margin: 0;
  margin-bottom: 20px; }

.elespare-widget-title-section.title-style-1 .elespare-widget-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px; }
  .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0; }
  .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
    display: inline-block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #bb191a;
    position: absolute;
    bottom: 0;
    left: 0; }

.elespare-widget-title-section.title-style-2 .elespare-widget-title {
  margin: 0; }
  .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title {
    padding: 5px 0px 10px;
    display: inline-block;
    position: relative;
    margin: 5px 0 20px;
    line-height: 1.5; }
  .elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #bb1919; }

.elespare-widget-title-section.title-style-3 .elespare-widget-title {
  position: relative;
  margin: 10px 0 20px; }
  .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 5px 10px 7px 0;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffbf3f; }
  .elespare-widget-title-section.title-style-3 .elespare-widget-title .elespare-section-title-after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #898989;
    left: 0;
    bottom: 0; }

.elespare-widget-title-section.title-style-4 .elespare-widget-title {
  line-height: 1.2;
  margin: 10px 0 15px;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
    background: #bb191a;
    height: 3px;
    margin: 0 10px 0 0;
    flex: 1 0 10px;
    max-width: 30px;
    min-width: 30px; }
  .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
    background: #000;
    height: 3px;
    margin: 0 0 0 10px;
    flex: 1 0 60px;
    min-width: 30px; }

.elespare-widget-title-section.title-style-5 .elespare-widget-title {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  display: flex;
  align-items: center; }
  .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
    display: inline-block;
    content: "";
    height: 3px;
    background-color: #000;
    order: 3;
    flex: 1 0 60px;
    min-width: 30px; }
  .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
    display: inline-block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #bb191a;
    order: 2; }
  .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
    order: 1;
    margin: 0 10px 0 0; }

.elespare-widget-title-section.title-style-6 .elespare-widget-title {
  line-height: 1.2;
  margin: 10px 0 15px;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    background: #000;
    height: 2px;
    margin: 0 0 0 10px;
    flex: 1 0 60px;
    min-width: 30px; }

.elespare-widget-title-section.title-style-7 .elespare-widget-title {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-top: 0;
  margin-bottom: 20px; }
  .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-before,
  .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-after {
    color: #bb191a;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    pointer-events: none; }
  .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid; }
  .elespare-widget-title-section.title-style-7 .elespare-widget-title .elespare-section-title-after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    border-right: 2px solid;
    border-bottom: 2px solid; }

.elespare-widget-title-section.title-style-8 .elespare-widget-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px; }
  .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title {
    background-color: #000;
    color: #fff;
    padding: 5px 12px;
    line-height: 1.4;
    position: relative;
    display: inline-block; }
    .elespare-widget-title-section.title-style-8 .elespare-widget-title .elespare-section-title:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 10px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 0 7px;
      border-color: #000 transparent transparent transparent; }

.elespare-widget-title-section.title-style-9 .elespare-widget-title {
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  border-bottom-color: #000; }
  .elespare-widget-title-section.title-style-9 .elespare-widget-title .elespare-section-title {
    background-color: #000;
    color: #fff;
    padding: 5px 12px;
    line-height: 1.4;
    position: relative;
    display: inline-block; }

.elespare-widget-title-section.title-style-10 .elespare-widget-title {
  position: relative;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px; }
  .elespare-widget-title-section.title-style-10 .elespare-widget-title .elespare-section-title {
    display: inline-block;
    position: relative;
    padding: 0 0 0 12px; }
    .elespare-widget-title-section.title-style-10 .elespare-widget-title .elespare-section-title:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 15px;
      background-color: #bb191a; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-none {
  text-align: left; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-1 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
    left: 0;
    transform: translateX(0); }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-2 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
    left: 0;
    transform: translateX(0); }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-3 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-3 .elespare-section-title {
    padding: 5px 10px 7px 0; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-4 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
    margin: 0 10px 0 0;
    flex: 1 0 10px; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
    margin: 0 0 0 10px;
    flex: 1 0 60px; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title {
    justify-content: flex-start; }
    .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
      order: 3;
      flex: 1 0 60px;
      min-width: 30px; }
    .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
      order: 2;
      width: 50px;
      height: 3px; }
    .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
      order: 1;
      margin: 0 10px 0 0; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-6 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    margin: 0 0 0 10px;
    flex: 1 0 60px;
    min-width: 30px; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-7 {
  text-align: left; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-8 {
  text-align: left; }
  .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
    left: 10px;
    transform: translateX(0); }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-9 {
  text-align: left; }

.elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-10 {
  text-align: left; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-none {
  text-align: center; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-1 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
    left: 50%;
    transform: translateX(-50%); }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-2 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
    left: 50%;
    transform: translateX(-50%); }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-3 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-3 .elespare-section-title {
    padding: 5px 10px 7px 10px; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-4 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
    margin: 0 10px;
    flex: 0 0 30px; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
    margin: 0 10px;
    flex: 0 0 30px; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title {
    justify-content: center; }
    .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
      order: 3;
      margin: 0 10px;
      flex: 0 0 50px; }
    .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
      order: 1;
      max-width: 50px;
      min-width: 50px;
      margin: 0 10px;
      flex: 0 0 50px; }
    .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
      order: 2;
      margin: 0; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-6 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before {
    background: #000;
    height: 2px;
    max-width: 30px;
    min-width: 30px;
    margin: 0 10px;
    flex: 0 0 30px; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    margin: 0 10px;
    flex: 0 0 30px; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-7 {
  text-align: center; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-8 {
  text-align: center; }
  .elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
    left: 50%;
    transform: translateX(-50%); }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-9 {
  text-align: center; }

.elementor-element.elespare-section-title-elespare-center .elespare-widget-title-section.title-style-10 {
  text-align: center; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-none {
  text-align: right; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-1 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
    left: inherit;
    right: 0; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-2 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
    left: inherit;
    right: 0; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-3 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-3 .elespare-section-title {
    padding: 5px 0 7px 10px; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title {
    flex-direction: row-reverse; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
      margin: 0 0 0 10px; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px 0 0; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title {
    justify-content: flex-end; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
      order: 1; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
      order: 2;
      max-width: 50px;
      min-width: 50px;
      flex: 0 0 50px; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
      order: 3;
      margin: 0 0 0 10px; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title {
    flex-direction: row-reverse; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px 0 0; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-7 {
  text-align: right; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-8 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
    left: inherit;
    right: 10px; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-9 {
  text-align: right; }

.elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-10 {
  text-align: right; }
  .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title {
    padding: 0 12px 0 0; }
    .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title:before {
      left: inherit;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

@media (max-width: 1024px) {
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-none {
    text-align: left; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-1 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-2 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-3 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 10px 7px 0; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-4 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title {
      flex-direction: row; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
        margin: 0 10px 0 0;
        flex: 1 0 10px; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
        margin: 0 0 0 10px;
        flex: 1 0 60px; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: flex-start; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 3;
        flex: 1 0 60px;
        min-width: 30px; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 2;
        width: 50px;
        height: 3px; }
      .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 1;
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-6 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 0 0 10px;
      flex: 1 0 60px;
      min-width: 30px; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-7 {
    text-align: left; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-8 {
    text-align: left; }
    .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: 10px;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-9 {
    text-align: left; }
  .elementor-element.elespare-section-title-tablet-elespare-left .elespare-widget-title-section.title-style-10 {
    text-align: left; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-none {
    text-align: center; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-1 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-2 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-3 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 10px 7px 10px; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-4 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
      margin: 0 10px;
      flex: 0 0 30px; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px;
      flex: 0 0 30px; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: center; }
      .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 3;
        margin: 0 10px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 1;
        max-width: 50px;
        min-width: 50px;
        margin: 0 10px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 2;
        margin: 0; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-6 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before {
      background: #000;
      height: 2px;
      max-width: 30px;
      min-width: 30px;
      margin: 0 10px;
      flex: 0 0 30px; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px;
      flex: 0 0 30px; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-7 {
    text-align: center; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-8 {
    text-align: center; }
    .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-9 {
    text-align: center; }
  .elementor-element.elespare-section-title-tablet-elespare-center .elespare-widget-title-section.title-style-10 {
    text-align: center; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-none {
    text-align: right; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-1 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: inherit;
      right: 0; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-2 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: inherit;
      right: 0; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-3 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 0 7px 10px; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-4 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title {
      flex-direction: row-reverse; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
        margin: 0 0 0 10px; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: flex-end; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 1; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 2;
        max-width: 50px;
        min-width: 50px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 3;
        margin: 0 0 0 10px; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-6 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title {
      flex-direction: row-reverse; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-7 {
    text-align: right; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-8 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: inherit;
      right: 10px; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-9 {
    text-align: right; }
  .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-10 {
    text-align: right; }
    .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title {
      padding: 0 12px 0 0; }
      .elementor-element.elespare-section-title-tablet-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title:before {
        left: inherit;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }

@media (max-width: 767px) {
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-none {
    text-align: left; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-1 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-2 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-3 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 10px 7px 0; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-4 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title {
      flex-direction: row; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
        margin: 0 10px 0 0;
        flex: 1 0 10px; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
        margin: 0 0 0 10px;
        flex: 1 0 60px; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: flex-start; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 3;
        flex: 1 0 60px;
        min-width: 30px; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 2;
        width: 50px;
        height: 3px; }
      .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 1;
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-6 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 0 0 10px;
      flex: 1 0 60px;
      min-width: 30px; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-7 {
    text-align: left; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-8 {
    text-align: left; }
    .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: 10px;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-9 {
    text-align: left; }
  .elementor-element.elespare-section-title-mobile-elespare-left .elespare-widget-title-section.title-style-10 {
    text-align: left; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-none {
    text-align: center; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-1 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-2 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-3 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 10px 7px 10px; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-4 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
      margin: 0 10px;
      flex: 0 0 30px; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px;
      flex: 0 0 30px; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: center; }
      .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 3;
        margin: 0 10px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 1;
        max-width: 50px;
        min-width: 50px;
        margin: 0 10px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 2;
        margin: 0; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-6 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-before {
      background: #000;
      height: 2px;
      max-width: 30px;
      min-width: 30px;
      margin: 0 10px;
      flex: 0 0 30px; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
      margin: 0 10px;
      flex: 0 0 30px; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-7 {
    text-align: center; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-8 {
    text-align: center; }
    .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: 50%;
      transform: translateX(-50%); }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-9 {
    text-align: center; }
  .elementor-element.elespare-section-title-mobile-elespare-center .elespare-widget-title-section.title-style-10 {
    text-align: center; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-none {
    text-align: right; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-1 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-1 .elespare-widget-title .elespare-section-title-after {
      left: inherit;
      right: 0;
      transform: translateX(0); }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-2 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-2 span.elespare-section-title:after {
      left: inherit;
      right: 0; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-3 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-3 .elespare-section-title {
      padding: 5px 0 7px 10px; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-4 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title {
      flex-direction: row-reverse; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
        margin: 0 0 0 10px; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-after {
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title {
      justify-content: flex-end; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-before {
        order: 1; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title-after {
        order: 2;
        max-width: 50px;
        min-width: 50px;
        flex: 0 0 50px; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title .elespare-section-title {
        order: 3;
        margin: 0 0 0 10px; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-6 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title {
      flex-direction: row-reverse; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
        margin: 0 10px 0 0; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-7 {
    text-align: right; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-8 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-8 .elespare-section-title:before {
      left: inherit;
      right: 10px; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-9 {
    text-align: right; }
  .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-10 {
    text-align: right; }
    .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title {
      padding: 0 12px 0 0; }
      .elementor-element.elespare-section-title-mobile-elespare-right .elespare-widget-title-section.title-style-10 .elespare-section-title:before {
        left: inherit;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img {
    transition: transform 0.3s ease; }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img {
  transform: scale(1.05); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img {
    transition: transform 0.5s ease; }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"]:hover a img {
  transform: scale(1.2) rotate(5deg); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img {
  transition: filter 0.5s ease;
  filter: grayscale(100%); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-single"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-grayscale [class*="elespare-posts-"]:hover a img {
  filter: grayscale(0); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%); }

.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-trending-wrapper .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-banner-two-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-banner-one-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-timeline-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-single-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-tabs-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-slider-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-masonry-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-express-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-express-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-carousel-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-full-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-list-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-single"]:hover a img,
.elespare-grid-wrap .elespare-posts-wrap.elespare-image-brightness [class*="elespare-posts-"]:hover a img {
  filter: brightness(150%); }

[class^="elespare-icons-"]:before,
[class*=" elespare-icons-"]:before {
  width: auto;
  margin: 0; }

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px; }

.elementor-column-gap-default > .elementor-column .elementor-widget-container {
  padding: 10px; }
.elespare-list-wrap {
  container-type: inline-size; }
  .elespare-list-wrap .elespare-posts-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items {
      display: flex;
      align-items: center;
      min-height: 120px; }
      .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper {
        max-width: 123px;
        width: 45%;
        position: relative;
        align-self: flex-start;
        aspect-ratio: 1/1;
        overflow: hidden; }
        .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper a {
          display: block;
          height: 100%;
          width: 100%; }
          .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin: 0; }
      .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper {
        width: 100%;
        padding: 10px; }
        .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper .elespare-post-title {
          font-size: 14px; }
      .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-img-wrapper + .elespare-content-wrapper {
        flex: 1; }
    .elespare-list-wrap .elespare-posts-wrap a {
      text-decoration: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-1 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-1 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    content: "\2219";
    color: inherit;
    font-weight: bold;
    padding: 0 0 0 2px; }

.elespare-list-wrap .elespare-posts-wrap.list-style-1 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
  display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-2 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  line-height: 1.5;
  display: block; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-2 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items {
  flex-direction: row-reverse; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper {
    text-align: right;
    align-items: flex-end; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
      padding: 0; }
      .elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
        content: "\2219";
        color: inherit;
        font-weight: bold;
        padding: 0 0 0 2px; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
      display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items {
  flex-direction: row-reverse; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items .elespare-content-wrapper {
    text-align: right;
    align-items: flex-end; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
      padding: 0;
      border: none;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      padding-bottom: 1px;
      line-height: 1.5;
      display: block; }
      .elespare-list-wrap .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
        display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  grid-row-end: span 2; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-content-wrapper, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-content-wrapper {
    position: relative;
    width: 100%;
    padding: 15px;
    justify-self: end;
    justify-content: flex-end; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
      z-index: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > *, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > * {
      position: relative;
      z-index: 1; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-img-wrapper, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-img-wrapper {
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    position: absolute !important;
    left: 0;
    bottom: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a {
      display: block;
      height: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img {
      width: 100%;
      object-fit: cover; }

.elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    content: "\2219";
    color: inherit;
    font-weight: bold;
    padding: 0 0 0 2px; }

.elespare-list-wrap .elespare-posts-wrap.list-style-7 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after, .elespare-list-wrap .elespare-posts-wrap.list-style-5 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
  display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  grid-row-end: span 2; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-content-wrapper, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-content-wrapper {
    position: relative;
    padding: 15px;
    justify-self: end;
    justify-content: flex-end;
    width: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
      padding: 3px 7px;
      border-width: 1px;
      border-style: solid;
      display: block; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > *, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > * {
      position: relative;
      z-index: 1; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
      z-index: 0; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-img-wrapper, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-img-wrapper {
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    position: absolute !important;
    left: 0;
    bottom: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a {
      display: block;
      height: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img {
      width: 100%;
      object-fit: cover; }

.elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  line-height: 1.5;
  display: block; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-8 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after, .elespare-list-wrap .elespare-posts-wrap.list-style-6 .elespare-posts-list-post-items:not(:first-child) .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  grid-row-end: span 2; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-content-wrapper {
    position: relative;
    padding: 15px;
    justify-self: end;
    justify-content: flex-end;
    width: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-content-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
      z-index: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-content-wrapper > * {
      position: relative;
      z-index: 1; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-img-wrapper {
    height: 100% !important;
    max-width: none !important;
    width: 100% !important;
    position: absolute !important;
    left: 0;
    bottom: 0; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img,
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-img-wrapper a {
      display: block;
      height: 100%; }
    .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items:first-child .elespare-img-wrapper img {
      width: 100%;
      object-fit: cover; }

.elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  line-height: 1.5;
  display: block; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-9 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-10 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-10 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    content: "\2219";
    color: inherit;
    font-weight: bold;
    padding: 0 0 0 2px; }

.elespare-list-wrap .elespare-posts-wrap.list-style-10 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
  display: none; }

.elespare-list-wrap .elespare-posts-wrap.list-style-11 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
  padding: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  line-height: 1.5;
  display: block; }
  .elespare-list-wrap .elespare-posts-wrap.list-style-11 .elespare-posts-list-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
    display: none; }

.elespare-list-wrap.has-background .elespare-posts-wrap .elespare-posts-list-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        line-height: 1;
        overflow: hidden;
        margin-right: 5px; }
        .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper {
  text-align: left; }

.elementor-widget-post-list {
  width: 100%; }

@container (max-width: 1050px) {
  .elespare-list-wrap .elespare-posts-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }

@container (max-width: 600px) {
  .elespare-list-wrap .elespare-posts-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr); } }

body.rtl .elespare-list-wrap .elespare-posts-wrap .elespare-posts-list-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
  margin-right: 0px; }

body.rtl .elespare-posts-wrap.list-style-3 .elespare-posts-list-post-items .elespare-content-wrapper, body.rtl .elespare-posts-wrap.list-style-4 .elespare-posts-list-post-items .elespare-content-wrapper {
  text-align: left; }
.list-layout.has-no-background .elespare-posts-wrap .elespare-content-wrapper {
  padding: 0 15px; }

.elespare-single-list-wrap {
  container-type: inline-size; }
  .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden; }
    .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper {
      align-self: flex-start;
      width: 50%;
      overflow: hidden; }
      .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
        .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper a img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper {
      width: 50%;
      padding: 15px;
      align-self: center; }
      .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-exceprt p:last-child {
        margin-bottom: 0; }
  .elespare-single-list-wrap .elespare-posts-wrap a {
    text-decoration: none; }

.elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) ul.elespare-cat-links li {
  margin-block-end: 0px;
  margin-inline-end: 0px;
  margin-block-start: 0px;
  margin-inline-start: 0px; }

.elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items {
  flex-direction: row-reverse; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format {
    left: 10px;
    right: unset; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
    text-align: right;
    align-items: flex-end; }
    .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-end; }

.elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) {
  flex-direction: row-reverse; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper .elespare-post-format {
    left: 10px;
    right: unset; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
    text-align: right;
    align-items: flex-end; }
    .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-end; }

.elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2 .elespare-posts-single-list-post-items .elespare-img-wrapper ul.elespare-cat-links {
  top: inherit;
  bottom: 10px;
  left: 15px;
  width: 100%;
  margin-bottom: 0 !important; }

.elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper ul.elespare-cat-links {
  right: 15px;
  left: unset;
  justify-content: flex-end; }

.elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper ul.elespare-cat-links {
  right: 15px;
  left: unset;
  justify-content: flex-end; }

.elespare-posts-wrap.single-list-style-3 .elespare-posts-single-list-post-items .elespare-img-wrapper ul {
  left: 15px;
  top: 15px; }

.elespare-posts-wrap.single-list-style-3.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper ul {
  top: 15px;
  right: 15px;
  left: unset;
  justify-content: flex-end; }

.elespare-posts-wrap.single-list-style-3.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper ul {
  top: 15px;
  right: 15px;
  left: unset;
  justify-content: flex-end; }

.elespare-single-list-wrap.has-background .single-list-style-4 .elespare-posts-single-list-post-items {
  align-items: flex-end;
  box-shadow: none; }
  .elespare-single-list-wrap.has-background .single-list-style-4 .elespare-posts-single-list-post-items .elespare-content-wrapper {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper {
  position: relative;
  z-index: 1;
  margin-left: -30px;
  align-self: flex-end; }

.elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
  position: relative;
  z-index: 1;
  margin-right: -30px;
  align-self: flex-end; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
    justify-content: flex-end; }

.elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
  position: relative;
  z-index: 1;
  margin-left: -30px;
  align-self: flex-end; }

.elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
  position: relative;
  z-index: 1;
  margin-right: -30px; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
    justify-content: flex-end; }

.elespare-single-list-wrap.has-background .elespare-posts-single-list-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        overflow: hidden;
        line-height: 1;
        margin-right: 5px; }
        .elespare-single-list-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

/* ==========Same height images========================== */
.elespare-single-list-wrap.elespare-has-equal-height .elespare-posts-single-list-post-items .elespare-img-wrapper {
  aspect-ratio: 3/2;
  overflow: hidden; }

/* ==========Same height images========================== */
/* ==========Same height images inside columns========================== */
.elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-single-list-wrap.has-no-background .elespare-posts-wrap.single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper, .elespare-single-list-wrap.has-no-background .elespare-posts-wrap.single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper, .elespare-single-list-wrap.has-no-background .elespare-posts-wrap.single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
  margin: 0; }

.elespare-single-list-wrap.has-no-background .elespare-posts-wrap.single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
  margin: 0; }

.elementor-widget-post-single-column {
  width: 100%; }

/* ==========Same height images inside columns========================== */
@container (max-width: 480px) {
  .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper {
    width: 100%; }
  .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper {
    width: 100%; }
  .elespare-single-list-wrap .elespare-layout-right .elespare-content-wrapper {
    text-align: left; }
    .elespare-single-list-wrap .elespare-layout-right .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-start; }
  .elespare-single-list-wrap .elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
    text-align: left; }
    .elespare-single-list-wrap .elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-start; }
  .elespare-single-list-wrap.has-background .single-list-style-4 .elespare-posts-single-list-post-items {
    align-items: flex-end;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
    .elespare-single-list-wrap.has-background .single-list-style-4 .elespare-posts-single-list-post-items .elespare-content-wrapper {
      box-shadow: none; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper {
    position: relative;
    z-index: 1;
    margin-left: 0px;
    align-self: flex-end; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
    position: relative;
    z-index: 1;
    margin-right: 0px;
    align-self: flex-end; }
    .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-end; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
    position: relative;
    z-index: 1;
    margin-left: 0px;
    align-self: flex-end; }
  .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
    position: relative;
    z-index: 1;
    margin-right: 0px; }
    .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
      justify-content: flex-end; } }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format {
  left: 10px;
  right: unset; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper .elespare-post-format {
  right: 10px;
  left: unset; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
  text-align: left; }
  body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper .elespare-metadata {
    justify-content: flex-start; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper .elespare-post-format {
  right: 10px;
  left: unset; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
  text-align: left; }
  body.rtl .elespare-single-list-wrap .elespare-posts-wrap.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper .elespare-metadata {
    justify-content: flex-start; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2 .elespare-posts-single-list-post-items .elespare-img-wrapper ul.elespare-cat-links {
  left: unset;
  right: 15px; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper ul.elespare-cat-links {
  left: 15px;
  right: unset; }

body.rtl .elespare-single-list-wrap .elespare-posts-wrap.single-list-style-2.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper ul.elespare-cat-links {
  left: 15px;
  right: unset; }

body.rtl .elespare-posts-wrap.single-list-style-3 .elespare-posts-single-list-post-items .elespare-img-wrapper ul {
  left: unset;
  right: 15px; }

body.rtl .elespare-posts-wrap.single-list-style-3.elespare-layout-right .elespare-posts-single-list-post-items .elespare-img-wrapper ul {
  left: 15px;
  right: unset; }

body.rtl .elespare-posts-wrap.single-list-style-3.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-img-wrapper ul {
  left: 15px;
  right: unset; }

body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper {
  margin-right: -30px;
  margin-left: unset; }

body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
  margin-left: -30px;
  margin-right: unset; }

body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
  margin-left: unset;
  margin-right: -30px; }

body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
  margin-right: unset;
  margin-left: -30px; }

@container (max-width: 480px) {
  body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-left .elespare-posts-single-list-post-items .elespare-content-wrapper {
    margin-right: 0px; }
  body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-right .elespare-posts-single-list-post-items .elespare-content-wrapper {
    margin-left: 0px; }
  body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items .elespare-content-wrapper {
    margin-right: 0px; }
  body.rtl .elespare-single-list-wrap.has-background .single-list-style-4.elespare-layout-alternate .elespare-posts-single-list-post-items:nth-child(even) .elespare-content-wrapper {
    margin-left: 0px; } }
.elespare-tile-wrap {
  container-type: inline-size; }
  .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 245px; }
    .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper {
      position: relative;
      width: 100%;
      padding: 15px;
      justify-self: end;
      justify-content: flex-end; }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-cat-links {
        width: calc(100% - 40px); }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
        z-index: 0; }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper > * {
        position: relative;
        z-index: 1; }
    .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper {
      height: 100%;
      width: 100%;
      position: absolute !important;
      left: 0;
      bottom: 0; }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper img,
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%; }
      .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper img {
        width: 100%;
        object-fit: cover; }
  .elespare-tile-wrap .elespare-posts-wrap a {
    text-decoration: none; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-1 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 .elespare-posts-tile-post-items:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-2 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-2 .elespare-posts-tile-post-items:nth-child(4n + 1), .elespare-tile-wrap .elespare-posts-wrap.tile-style-2 .elespare-posts-tile-post-items:nth-child(4n) {
    grid-column-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-3 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-3 .elespare-posts-tile-post-items:nth-child(3) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-4 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-4 .elespare-posts-tile-post-items:nth-child(2) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-5 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-5 .elespare-posts-tile-post-items:nth-child(1) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-6 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-6 .elespare-posts-tile-post-items:nth-child(5) {
    grid-column: span 2;
    grid-row: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-7 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 .elespare-posts-tile-post-items:nth-child(2n + 5):nth-child(3n + 2) {
    grid-column-end: span 2; }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 .elespare-posts-tile-post-items:nth-child(5n + 2):nth-child(2n + 3) {
    grid-row-end: span 2; }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 .elespare-posts-tile-post-items:nth-child(5n + 2):nth-child(2n + 3) .elespare-content-wrapper .elespare-post-title {
      font-size: 30px; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-8 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-8 .elespare-posts-tile-post-items:nth-child(5n) {
    grid-row: span 1;
    grid-column: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-9 {
  grid-template-columns: repeat(2, 1fr); }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-10 {
  grid-template-columns: repeat(2, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-10 .elespare-posts-tile-post-items {
    min-height: 300px; }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-10 .elespare-posts-tile-post-items:nth-child(3n) {
      grid-column-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-11 {
  grid-template-columns: repeat(2, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-11 .elespare-posts-tile-post-items:nth-child(6n + 1), .elespare-tile-wrap .elespare-posts-wrap.tile-style-11 .elespare-posts-tile-post-items:nth-child(6n + 5) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-12 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-12 .elespare-posts-tile-post-items:nth-child(6n + 1), .elespare-tile-wrap .elespare-posts-wrap.tile-style-12 .elespare-posts-tile-post-items:nth-child(6n + 5) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-13 {
  grid-template-columns: repeat(3, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-13 .elespare-posts-tile-post-items:nth-child(3n + 2) {
    grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-14 {
  grid-template-columns: repeat(4, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-14 .elespare-posts-tile-post-items:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-15 {
  grid-template-columns: repeat(4, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-15 .elespare-posts-tile-post-items:nth-child(4n + 1), .elespare-tile-wrap .elespare-posts-wrap.tile-style-15 .elespare-posts-tile-post-items:nth-child(4n) {
    grid-column-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-16 {
  grid-template-columns: repeat(4, 1fr); }
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 .elespare-posts-tile-post-items {
    min-height: 210px; }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 .elespare-posts-tile-post-items:nth-child(4n) {
      grid-row-end: span 2; }

.elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        overflow: hidden;
        line-height: 1;
        margin-right: 5px; }
        .elespare-tile-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-tile-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.elespare-tile-wrap .elespare-posts-wrap.tile-style-1, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8, .elespare-tile-wrap .elespare-posts-wrap.tile-style-9, .elespare-tile-wrap .elespare-posts-wrap.tile-style-10, .elespare-tile-wrap .elespare-posts-wrap.tile-style-11, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15, .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 {
  grid-gap: 10px; }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items .elespare-img-wrapper a {
  position: relative; }
  .elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items .elespare-img-wrapper a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: -webkit-linear-gradient(to top, #f9d423, #e65c00);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #f9d423, #e65c00);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: all 0.4s ease-in-out; }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:hover .elespare-img-wrapper a::after {
  opacity: 0; }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(11) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(1) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #43cea2, #185a9d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #43cea2, #185a9d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(12) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(2) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #dd2476, #ff512f);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #dd2476, #ff512f);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(13) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(3) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #cc2b5e, #753a88);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #cc2b5e, #753a88);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(14) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(4) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #ee9ca7, #ffdde1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #ee9ca7, #ffdde1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(15) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(5) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #42275a, #734b6d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #42275a, #734b6d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(16) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(6) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #de6262, #ffb88c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #de6262, #ffb88c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(17) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(7) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #ffd89b, #19547b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #ffd89b, #19547b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(18) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(8) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #3a1c71, #d76d77, #ffaf7b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #3a1c71, #d76d77, #ffaf7b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(19)
.elespare-posts-tile-post-items:nth-child(9) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #355c7d, #6c5b7b, #c06c84);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #355c7d, #6c5b7b, #c06c84);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(20) .elespare-img-wrapper a::after,
.elespare-tile-wrap .elespare-posts-wrap.elespare-image-zoom-multicolor .elespare-posts-tile-post-items:nth-child(10) .elespare-img-wrapper a::after {
  background: -webkit-linear-gradient(to top, #2657eb, #de6161);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #2657eb, #de6161);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper {
  text-align: left; }

.elementor-widget-post-tile {
  width: 100%; }

/* ==========post tile container query========================== */
@container (max-width: 768px) {
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-16, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2, .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 {
    grid-template-columns: repeat(2, 1fr); } }

@container (max-width: 480px) {
  .elespare-tile-wrap .elespare-posts-wrap.tile-style-16, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12, .elespare-tile-wrap .elespare-posts-wrap.tile-style-11, .elespare-tile-wrap .elespare-posts-wrap.tile-style-10, .elespare-tile-wrap .elespare-posts-wrap.tile-style-9, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2, .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 {
    grid-template-columns: repeat(1, 1fr); }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-11 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-10 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-9 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2 > *, .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 > * {
      grid-column: span 1 !important;
      grid-row: span 1 !important;
      min-height: 240px; }
    .elespare-tile-wrap .elespare-posts-wrap.tile-style-16 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-15 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-14 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-13 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-12 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-11 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-10 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-9 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-8 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-7 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-6 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-5 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-4 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-3 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-2 .elespare-content-wrapper .elespare-post-title, .elespare-tile-wrap .elespare-posts-wrap.tile-style-1 .elespare-content-wrapper .elespare-post-title {
      font-size: 18px; } }

/* ==========post tile container query========================== */
body.rtl .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-tile-wrap .elespare-posts-wrap .elespare-posts-tile-post-items .elespare-img-wrapper .elespare-post-format {
  left: 10px;
  right: unset; }
.elespare-slider-wrap {
  container-type: inline-size; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-content-wrapper-inner {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-4 {
    display: grid; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-4 .elespare-img-wrapper img {
      width: 100%; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-4 .elespare-posts-slider-post-items .elespare-content-wrapper {
      text-align: left;
      padding: 15px; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items {
    display: grid;
    justify-content: center;
    align-items: stretch;
    grid-template-columns: 1fr 0.75fr;
    grid-gap: 0; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-img-wrapper {
      position: relative;
      margin: 0;
      line-height: 0; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper a, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper a img, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-img-wrapper a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-content-wrapper {
      justify-content: center; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items {
    grid-template-columns: 0.75fr 1fr; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper {
      grid-column-start: 2;
      grid-row-start: 1; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper {
      text-align: right;
      align-items: flex-end; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata {
        justify-content: flex-end; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 {
    display: grid; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-img-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-img-wrapper a {
          display: block;
          height: 100%;
          width: 100%; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-img-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-img-wrapper > a:after {
        content: "";
        background: #222;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=100);
        opacity: 0.85;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, black));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, black 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-content-wrapper {
        position: relative;
        z-index: 2;
        text-align: left; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-content-wrapper::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
          z-index: 0; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-1 .elespare-posts-slider-post-items .elespare-content-wrapper > * {
          position: relative;
          z-index: 1; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-5 .elespare-posts-slider-post-items {
    display: flex;
    flex-direction: column; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-5 .elespare-posts-slider-post-items .elespare-img-wrapper {
      order: 2; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-5 .elespare-posts-slider-post-items .elespare-img-wrapper img {
        width: 100%; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-5 .elespare-posts-slider-post-items .elespare-content-wrapper {
      order: 1; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 50px;
    overflow: visible; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper {
      position: relative;
      z-index: 2;
      width: 60%;
      left: 50%;
      transform: translateX(-50%);
      text-align: center; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata {
        justify-content: center; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-img-wrapper {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: 50%;
      position: absolute;
      left: 0;
      bottom: 50px; }
      .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 100%; }
        .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-img-wrapper a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items {
    overflow: visible; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper img {
      width: 100%; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper ul.elespare-cat-links {
      top: inherit;
      left: 100px;
      bottom: 50px;
      width: calc(100% - 100px);
      margin-bottom: 10px !important;
      font-size: 0; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-content-wrapper {
      position: relative;
      z-index: 1;
      width: calc(100% - 100px);
      margin-top: -50px;
      margin-left: 100px; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap a {
    text-decoration: none; }

.elespare-slider-wrap.slider-layout .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-slider-wrap.has-background .elespare-posts-wrap .elespare-posts-slider-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-avatar-wrap {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid;
  background-color: #fff;
  left: 15px;
  bottom: 15px; }
  .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-img-wrapper .elespare-avatar-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        overflow: hidden;
        line-height: 1;
        margin-right: 5px; }
        .elespare-slider-wrap .elespare-posts-wrap.elespare-gravatar .elespare-posts-slider-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

/* ==========Same height images========================== */
.elespare-slider-wrap.slider-layout.elespare-has-equal-height .elespare-img-wrapper a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; }

.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper,
.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-5 .elespare-posts-slider-post-items .elespare-img-wrapper,
.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-4 .elespare-posts-slider-post-items .elespare-img-wrapper {
  aspect-ratio: 3/2;
  overflow: hidden; }

.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-3 .elespare-posts-slider-post-items,
.elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-2 .elespare-posts-slider-post-items {
  height: 580px; }

.elespare-slider-wrap.slider-layout .slider-style-6 .elespare-posts-slider-post-items,
.elespare-slider-wrap.slider-layout .slider-style-1 .elespare-posts-slider-post-items {
  aspect-ratio: 3/2;
  overflow: hidden; }

.elespare-slider-wrap .elespare-posts-wrap .elespare-posts-slider-post-items:not(:nth-child(1)) {
  display: none !important; }

.elespare-slider-wrap .elespare-posts-wrap .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)) {
  display: flex !important; }

.elespare-slider-wrap .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)), .elespare-slider-wrap .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)), .elespare-slider-wrap .elespare-posts-wrap.slider-style-4 .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)) {
  display: grid !important; }

.elespare-slider-wrap .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items.slick-slide:not(:nth-child(1)) {
  display: block !important; }

.elementor-widget-post-slider {
  width: 100%; }

@container (max-width: 768px) {
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper {
    width: 90%; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper ul.elespare-cat-links {
    left: 30px;
    width: calc(100% - 30px); }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-content-wrapper {
    width: calc(100% - 30px);
    margin-left: 30px; } }

@container (max-width: 600px) {
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items {
    grid-template-columns: 1fr;
    grid-template-rows: max-content; }
    .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper, .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-2 .elespare-posts-slider-post-items .elespare-content-wrapper {
      justify-content: flex-start; }
  .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper {
    grid-column-start: 1; }
  .elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-3 .elespare-posts-slider-post-items,
  .elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-2 .elespare-posts-slider-post-items {
    height: auto;
    min-height: unset; }
    .elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-3 .elespare-posts-slider-post-items .elespare-img-wrapper,
    .elespare-slider-wrap.slider-layout.elespare-has-equal-height .slider-style-2 .elespare-posts-slider-post-items .elespare-img-wrapper {
      height: 240px; }
  .elespare-slider-wrap.slider-layout .slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper {
    width: 90%; } }

/* ==========Same height images========================== */
body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap .elespare-posts-slider-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-6 .elespare-posts-slider-post-items .elespare-content-wrapper {
  left: unset;
  right: 50%;
  transform: translateX(50%);
  text-align: center; }

body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper ul.elespare-cat-links {
  text-align: right;
  left: unset;
  right: 100px; }

body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-content-wrapper {
  margin-right: 100px;
  margin-left: unset; }

body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-3 .elespare-posts-slider-post-items .elespare-content-wrapper {
  text-align: left; }

@container (max-width: 768px) {
  body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-img-wrapper ul.elespare-cat-links {
    left: unset;
    right: 30px; }
  body.rtl .elespare-slider-wrap.slider-layout .elespare-posts-wrap.slider-style-7 .elespare-posts-slider-post-items .elespare-content-wrapper {
    margin-left: unset;
    margin-right: 30px; } }
.elespare-flash-wrap {
  container-type: inline-size; }
  .elespare-flash-wrap .elespare-exclusive-posts {
    font-size: 16px;
    line-height: 45px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center; }
    .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now {
      float: left;
      position: relative;
      line-height: normal;
      margin-right: 5px; }
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-news-title {
        display: inline-block;
        font-weight: bold;
        color: #fff;
        background-color: #ff9800;
        height: 20px;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        position: relative;
        transform: translate(-50%, -50%);
        z-index: 2;
        position: absolute;
        top: 0;
        left: 50%;
        width: max-content;
        padding: 0 5px; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-news-title:before {
          content: "";
          position: absolute;
          display: block;
          width: 0px;
          height: 0px;
          top: 0;
          left: -9px;
          border-left: 9px solid transparent;
          border-right: 1px solid transparent;
          border-top: 20px solid #ff9800; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-news-title:after {
          content: "";
          position: absolute;
          display: block;
          width: 0px;
          height: 0px;
          right: -9px;
          top: 0;
          border-right: 9px solid transparent;
          border-left: 1px solid transparent;
          border-bottom: 20px solid #ff9800; }
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
        display: flex;
        align-items: center;
        padding: 0 15px;
        width: max-content; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap .elespare-exclusive-texts-wrapper {
          font-size: 14px;
          font-weight: bold; }
    .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides {
      padding: 0 5px;
      overflow: hidden; }
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .js-marquee,
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee {
        display: flex;
        align-items: center; }
      .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee {
        width: 10000px; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee > div,
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee .js-marquee-wrapper {
          display: flex;
          align-items: center; }
        .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title {
          margin: 0;
          padding: 5px;
          margin-right: 10px; }
          .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title a {
            padding: 0 5px;
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: normal;
            color: #fff;
            font-weight: 600;
            flex-shrink: 0; }
            .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title a .elespare-circle-marq {
              width: 40px;
              min-width: 40px;
              height: 40px;
              min-height: 40px;
              overflow: hidden;
              display: inline-block;
              line-height: 1;
              margin-right: 15px;
              position: relative;
              background-color: #afafaf; }
              .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title a .elespare-circle-marq .elespare-trending-no {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                color: #fff;
                background: rgba(28, 28, 28, 0.4);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 16px; }
              .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-slides .marquee h4.elespare-post-title a .elespare-circle-marq img {
                height: 40px;
                width: 40px;
                object-fit: cover;
                margin: 0; }
    .elespare-flash-wrap .elespare-exclusive-posts a {
      text-decoration: none; }

body:not(.rtl) .elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled .elespare-exclusive-now-txt-animation-wrap {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

body:not(.rtl) .elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled .elespare-exclusive-slides {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-solid {
  border-style: solid; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-double {
  border-style: double; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-dotted {
  border-style: dotted; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-dashed {
  border-style: dashed; }

.elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled.ele-groove {
  border-style: groove; }

.elespare-flash-wrap.flash-style-1 .elespare-exclusive-now {
  margin-right: 5px; }
  .elespare-flash-wrap.flash-style-1 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    min-height: 50px; }

.elespare-flash-wrap.flash-style-2 .elespare-exclusive-now {
  margin-right: 0px; }
  .elespare-flash-wrap.flash-style-2 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    .elespare-flash-wrap.flash-style-2 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 1;
      left: 100%;
      transform: translateY(-50%);
      border: 10px solid transparent; }

.elespare-flash-wrap.flash-style-3 .elespare-exclusive-now {
  margin-right: 2px; }
  .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
      content: "";
      width: 15px;
      height: 100%;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -15px;
      -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/flash-style3.svg);
      mask-image: url(/wp-content/plugins/elespare/dist/img/flash-style3.svg);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: cover; }

.elespare-flash-wrap.flash-style-4 .elespare-exclusive-now {
  margin-right: 0px; }
  .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
      content: "";
      width: 25px;
      height: 100%;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -25px;
      -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/flash-style4.svg);
      mask-image: url(/wp-content/plugins/elespare/dist/img/flash-style4.svg);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: cover; }

.elespare-spinner.spinner-style-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px; }
  .elespare-spinner.spinner-style-1 > div:nth-child(3),
  .elespare-spinner.spinner-style-1 > div:nth-child(2),
  .elespare-spinner.spinner-style-1 > div:nth-child(1) {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .elespare-spinner.spinner-style-1 > div:nth-child(2),
  .elespare-spinner.spinner-style-1 > div:nth-child(1) {
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    -webkit-animation: 2s elespare-spinner-1 infinite alternate;
    animation: 2s elespare-spinner-1 infinite alternate; }
  .elespare-spinner.spinner-style-1 > div:nth-child(1) {
    border-left-color: #ff9800;
    border-right-color: #fff; }
  .elespare-spinner.spinner-style-1 > div:nth-child(2) {
    border-top-color: #000;
    border-bottom-color: #000;
    opacity: 0.2;
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .elespare-spinner.spinner-style-1 > div:nth-child(3) {
    width: 16px;
    height: 16px;
    background: #000;
    opacity: 0.2; }

@keyframes elespare-spinner-1 {
  to {
    -webkit-transform: rotate(360deg) scale(0.6);
    transform: rotate(360deg) scale(0.6); } }

.elespare-spinner.spinner-style-2 {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  vertical-align: middle; }
  .elespare-spinner.spinner-style-2 > div:nth-child(2),
  .elespare-spinner.spinner-style-2 > div:nth-child(1) {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: elespare-spinner-2 2s infinite ease-in-out;
    animation: elespare-spinner-2 2s infinite ease-in-out; }
  .elespare-spinner.spinner-style-2 > div:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

@keyframes elespare-spinner-2 {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.elespare-spinner.spinner-style-3 {
  position: relative;
  min-width: 30px;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px; }
  .elespare-spinner.spinner-style-3 > div:nth-child(2),
  .elespare-spinner.spinner-style-3 > div:nth-child(1) {
    position: absolute;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: elespare-spinner-3 1.3s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  .elespare-spinner.spinner-style-3 > div:nth-child(2) {
    animation-delay: -0.5s; }

@keyframes elespare-spinner-3 {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0; } }

.elespare-spinner svg {
  width: 15px;
  height: 15px;
  margin-right: 10px; }

.elespare-spinner i {
  margin-right: 10px; }

.elespare-spinner.animation-style-2 svg,
.elespare-spinner.animation-style-2 i {
  animation: animation-style-2 2s infinite linear; }

@keyframes animation-style-2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.elespare-spinner.animation-style-3 svg,
.elespare-spinner.animation-style-3 i {
  animation: animation-style-3 0.25s infinite alternate; }

@keyframes animation-style-3 {
  to {
    transform: scale(1.4); } }

.elementor-widget-post-flash {
  width: 100%; }

@container (max-width: 480px) {
  .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-texts-wrapper,
  .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-news-title {
    display: none; }
  .elespare-flash-wrap:not(.elespare_flash_enable) .elespare-exclusive-posts .elespare-exclusive-slides {
    padding: 0 5px; }
  .elespare-flash-wrap .elespare-exclusive-posts .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    width: 100%; } }

body.rtl .elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled .elespare-exclusive-now-txt-animation-wrap {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

body.rtl .elespare-flash-wrap .elespare-exclusive-posts.ele-border-enabled .elespare-exclusive-slides {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

body.rtl .elespare-flash-wrap.flash-style-1 .elespare-exclusive-now {
  margin-right: 0px; }

body.rtl .elespare-flash-wrap.flash-style-2 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
  left: unset;
  right: 100%;
  display: none; }

body.rtl .elespare-flash-wrap.flash-style-2 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  right: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent; }

body.rtl .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
  display: none; }

body.rtl .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now {
  margin-right: 2px; }
  body.rtl .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    body.rtl .elespare-flash-wrap.flash-style-3 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:before {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 1;
      right: 100%;
      transform: translateY(-50%);
      border: 25px solid transparent;
      height: 50px; }

body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now {
  margin-right: 0px; }
  body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:after {
      display: none; }

body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now {
  margin-right: 0px; }
  body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap {
    position: relative;
    min-height: 50px; }
    body.rtl .elespare-flash-wrap.flash-style-4 .elespare-exclusive-now .elespare-exclusive-now-txt-animation-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      z-index: 1;
      right: 100%;
      transform: translateY(-50%);
      border: 50px solid transparent;
      border-right: none;
      border-width: 50px; }

body.rtl .elespare-spinner.spinner-style-2 {
  margin-right: 0px;
  margin-left: 5px; }

body.rtl .elementor-column {
  overflow-x: hidden; }
.elespare-widget-auhtor-wrapper {
  container-type: inline-size; }

.elespare-author-wrapper .elespare-img-wrap {
  overflow: hidden;
  width: 150px;
  min-width: 150px;
  height: 150px; }
  .elespare-author-wrapper .elespare-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-infobox-title {
  margin: 0; }
  .elespare-author-wrapper .elespare-author-info-wrap .elespare-infobox-title a {
    text-decoration: none; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-infobox-desc {
  margin-bottom: 10px; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  .elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links a {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links a i {
      font-size: 14px; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-facebook {
  background-color: #3b5999;
  color: #fff; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-twitter {
  background-color: #55acee;
  color: #fff; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-instagram {
  background-color: #3F729B;
  color: #fff; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-linkedin {
  background-color: #0077B5;
  color: #fff; }

.elespare-author-wrapper .elespare-author-info-wrap .elespare-social-links .es-youtube {
  background-color: #cd201f;
  color: #fff; }

.elespare-author-wrapper {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-author-wrapper {
  overflow: hidden; }
  .elespare-author-wrapper.author-style-4, .elespare-author-wrapper.author-style-1 {
    text-align: center; }
    .elespare-author-wrapper.author-style-4 .elespare-img-wrap, .elespare-author-wrapper.author-style-1 .elespare-img-wrap {
      margin: 0 auto;
      margin-bottom: 0px;
      border-radius: 50%; }
    .elespare-author-wrapper.author-style-4 .elespare-author-info-wrap .elespare-infobox-title, .elespare-author-wrapper.author-style-1 .elespare-author-info-wrap .elespare-infobox-title {
      margin-top: 0; }
    .elespare-author-wrapper.author-style-4 .elespare-author-info-wrap .elespare-social-links, .elespare-author-wrapper.author-style-1 .elespare-author-info-wrap .elespare-social-links {
      justify-content: center; }
      .elespare-author-wrapper.author-style-4 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-1 .elespare-author-info-wrap .elespare-social-links a {
        border-radius: 50%; }
  .elespare-author-wrapper.author-style-5, .elespare-author-wrapper.author-style-2 {
    display: flex;
    align-items: center;
    column-gap: 15px; }
    .elespare-author-wrapper.author-style-5 .elespare-img-wrap, .elespare-author-wrapper.author-style-2 .elespare-img-wrap {
      border-radius: 50%;
      align-self: start; }
    .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap, .elespare-author-wrapper.author-style-2 .elespare-author-info-wrap {
      justify-content: flex-start; }
      .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap .elespare-infobox-title, .elespare-author-wrapper.author-style-2 .elespare-author-info-wrap .elespare-infobox-title {
        margin-top: 0; }
      .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-2 .elespare-author-info-wrap .elespare-social-links a {
        border-radius: 50%; }
  .elespare-author-wrapper.author-style-6, .elespare-author-wrapper.author-style-3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
    column-gap: 15px; }
    .elespare-author-wrapper.author-style-6 .elespare-img-wrap, .elespare-author-wrapper.author-style-3 .elespare-img-wrap {
      border-radius: 50%;
      align-self: start; }
    .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap .elespare-infobox-title, .elespare-author-wrapper.author-style-3 .elespare-author-info-wrap .elespare-infobox-title {
      margin-top: 0; }
    .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap .elespare-social-links, .elespare-author-wrapper.author-style-3 .elespare-author-info-wrap .elespare-social-links {
      justify-content: flex-end; }
      .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-3 .elespare-author-info-wrap .elespare-social-links a {
        border-radius: 50%; }
  .elespare-author-wrapper.author-style-6 .elespare-img-wrap, .elespare-author-wrapper.author-style-5 .elespare-img-wrap, .elespare-author-wrapper.author-style-4 .elespare-img-wrap {
    border-radius: 0; }
  .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap .elespare-social-links a, .elespare-author-wrapper.author-style-4 .elespare-author-info-wrap .elespare-social-links a {
    border-radius: 0; }
  .elespare-author-wrapper.author-style-7 {
    position: relative;
    width: calc(100% - 68px);
    padding-left: 80px !important;
    margin-left: 68px;
    overflow: visible; }
    .elespare-author-wrapper.author-style-7 .elespare-img-wrap {
      height: 120px;
      width: 120px;
      min-width: 120px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -68px; }
    .elespare-author-wrapper.author-style-7 .elespare-author-info-wrap .elespare-infobox-title {
      margin-top: 0; }
  .elespare-author-wrapper.author-style-8 {
    position: relative;
    width: calc(100% - 68px);
    padding-right: 80px !important;
    margin-right: 68px;
    text-align: right;
    overflow: visible; }
    .elespare-author-wrapper.author-style-8 .elespare-img-wrap {
      height: 120px;
      width: 120px;
      min-width: 120px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -68px; }
    .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap .elespare-infobox-title {
      margin-top: 0; }
    .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap .elespare-social-links {
      justify-content: flex-end; }

.elementor-widget-post-author {
  width: 100%; }

/* ========== container query========================== */
@container (max-width: 480px) {
  .elespare-author-wrapper.author-style-6, .elespare-author-wrapper.author-style-5, .elespare-author-wrapper.author-style-3, .elespare-author-wrapper.author-style-2 {
    flex-wrap: wrap;
    align-items: center; }
  .elespare-author-wrapper.author-style-7 {
    position: relative;
    width: 100%;
    padding-left: 15px !important;
    margin: 0; }
    .elespare-author-wrapper.author-style-7 .elespare-img-wrap {
      height: 150px;
      width: 150px;
      position: unset;
      top: unset;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      left: unset;
      right: unset; }
    .elespare-author-wrapper.author-style-7 .elespare-author-info-wrap {
      width: 10; }
      .elespare-author-wrapper.author-style-7 .elespare-author-info-wrap .elespare-infobox-title {
        margin-top: 0; }
      .elespare-author-wrapper.author-style-7 .elespare-author-info-wrap .elespare-social-links {
        justify-content: flex-start; }
  .elespare-author-wrapper.author-style-8 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    margin: 0;
    text-align: right; }
    .elespare-author-wrapper.author-style-8 .elespare-img-wrap {
      height: 150px;
      width: 150px;
      position: unset;
      top: unset;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      left: unset;
      right: unset;
      margin-left: auto; }
    .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap {
      width: 100%; }
      .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap .elespare-infobox-title {
        margin-top: 0; }
      .elespare-author-wrapper.author-style-8 .elespare-author-info-wrap .elespare-social-links {
        justify-content: flex-end; } }

/* ========== container query========================== */
body.rtl .elespare-author-wrapper.author-style-2 .elespare-author-info-wrap, body.rtl .elespare-author-wrapper.author-style-5 .elespare-author-info-wrap {
  text-align: right; }

body.rtl .elespare-author-wrapper.author-style-3 .elespare-author-info-wrap, body.rtl .elespare-author-wrapper.author-style-6 .elespare-author-info-wrap {
  text-align: left; }

body.rtl .elespare-author-wrapper.author-style-7 {
  padding-right: 80px !important;
  padding-left: unset !important;
  margin-right: 68px;
  margin-left: unset;
  text-align: right; }
  body.rtl .elespare-author-wrapper.author-style-7 .elespare-img-wrap {
    right: -68px;
    left: unset; }

body.rtl .elespare-author-wrapper.author-style-8 {
  padding-left: 80px !important;
  padding-right: unset !important;
  margin-left: 68px;
  margin-right: unset;
  text-align: left; }
  body.rtl .elespare-author-wrapper.author-style-8 .elespare-img-wrap {
    left: -68px;
    right: unset; }

@container (max-width: 480px) {
  body.rtl .elespare-author-wrapper.author-style-7 {
    padding-right: 15px !important;
    padding-left: unset !important;
    margin: 0; }
    body.rtl .elespare-author-wrapper.author-style-7 .elespare-img-wrap {
      right: unset;
      left: unset;
      margin-right: unset;
      margin-left: auto; }
  body.rtl .elespare-author-wrapper.author-style-8 {
    padding-left: 15px !important;
    padding-right: unset !important;
    margin: 0; }
    body.rtl .elespare-author-wrapper.author-style-8 .elespare-img-wrap {
      right: unset;
      left: unset;
      margin-left: unset;
      margin-right: auto; } }
.elespare-banner-one-wrap {
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap; }
  .elespare-banner-one-wrap .elespare-content-wrapper a {
    text-decoration: none; }
  .elespare-banner-one-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
    overflow: hidden; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
    width: 50%; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap {
      overflow: hidden;
      position: relative; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items {
        position: relative; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper {
          height: 390px; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a {
            display: block;
            height: 100%;
            width: 100%; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper {
          position: absolute;
          padding: 15px;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 1; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper::after, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper::after, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
            z-index: 0; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper > *, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper > *, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper > * {
            position: relative;
            z-index: 1; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid {
    width: 25%;
    flex: 1; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
        position: relative; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
          position: relative;
          height: 190px; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
          position: absolute;
          padding: 15px;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 1; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
            z-index: 0; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper > * {
            position: relative;
            z-index: 1; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid {
    width: 25%;
    flex: 1; }
    .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px; }
      .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
        position: relative; }
        .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
          position: relative;
          height: 190px; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
          position: absolute;
          padding: 15px;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 1; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
            z-index: 0; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper > * {
            position: relative;
            z-index: 1; }
  .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
    width: 25%;
    flex: 1; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px; }
      .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
        position: relative; }
        .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
          position: relative;
          height: 190px; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
          position: absolute;
          padding: 15px;
          width: 100%;
          left: 0;
          bottom: 0;
          z-index: 1; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
            z-index: 0; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper > * {
            position: relative;
            z-index: 1; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending {
    width: 25%;
    overflow: hidden; }
    .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap {
      overflow: hidden; }
      .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items {
        display: flex !important;
        align-items: center;
        margin-bottom: 10px;
        min-height: 123px; }
        .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
          width: 45%;
          max-width: 123px;
          position: relative;
          align-self: flex-start;
          aspect-ratio: 1/1;
          overflow: hidden; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count {
            position: absolute;
            bottom: 5px;
            left: 5px;
            width: 25px;
            height: 25px;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
            background-color: #bb191a;
            color: white;
            border-radius: 100%;
            font-weight: 700; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-post-count-square {
              border-radius: 0;
              bottom: 0;
              left: 0; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tl {
              top: 5px;
              bottom: inherit; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tr {
              top: 5px;
              bottom: inherit;
              left: inherit;
              right: 5px; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-br {
              left: inherit;
              right: 5px; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a {
            display: block;
            height: 100%;
            width: 100%; }
            .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0; }
        .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
          flex: 1;
          padding: 10px; }
          .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title {
            font-size: 14px; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending {
    width: 25%;
    overflow: hidden; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap {
      overflow: hidden; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items {
        display: flex !important;
        align-items: center;
        margin-bottom: 10px;
        min-height: 123px; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
          align-self: flex-start;
          width: 45%;
          max-width: 123px;
          position: relative;
          aspect-ratio: 1/1;
          overflow: hidden; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count {
            position: absolute;
            bottom: 5px;
            left: 5px;
            width: 25px;
            height: 25px;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
            background-color: #bb191a;
            color: white;
            border-radius: 100%;
            font-weight: 700; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-post-count-square {
              border-radius: 0;
              bottom: 0;
              left: 0; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tl {
              top: 5px;
              bottom: inherit; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tr {
              top: 5px;
              bottom: inherit;
              left: inherit;
              right: 5px; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-br {
              left: inherit;
              right: 5px; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a {
            display: block;
            height: 100%;
            width: 100%; }
            .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0; }
        .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
          flex: 1;
          padding: 10px; }
          .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title {
            font-size: 14px; }
  .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending {
    width: 25%;
    overflow: hidden; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap {
      overflow: hidden; }
      .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items {
        display: flex !important;
        align-items: center;
        margin-bottom: 10px;
        min-height: 123px; }
        .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
          align-self: flex-start;
          width: 45%;
          max-width: 123px;
          position: relative;
          aspect-ratio: 1/1;
          overflow: hidden; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count {
            position: absolute;
            bottom: 5px;
            left: 5px;
            width: 25px;
            height: 25px;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
            background-color: #bb191a;
            color: white;
            border-radius: 100%;
            font-weight: 700; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-post-count-square {
              border-radius: 0;
              bottom: 0;
              left: 0; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tl {
              top: 5px;
              bottom: inherit; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tr {
              top: 5px;
              bottom: inherit;
              left: inherit;
              right: 5px; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-br {
              left: inherit;
              right: 5px; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a {
            display: block;
            height: 100%;
            width: 100%; }
            .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0; }
        .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
          flex: 1;
          padding: 10px; }
          .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper .elespare-post-title {
            font-size: 14px; }
  .elespare-banner-one-wrap.banner-style-1, .elespare-banner-one-wrap.banner-style-2, .elespare-banner-one-wrap.banner-style-3 {
    column-gap: 10px;
    row-gap: 20px; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap > div, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap > div, .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap > div {
      margin-bottom: -10px; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid {
    order: 3; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider {
    order: 2; }
  .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending {
    order: 1; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid {
    order: 2; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider {
    order: 1; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending {
    order: 3; }

.elespare-banner-one-wrap
.elespare-section-trending.has-background
.elespare-posts-wrap.elespare-light
.elespare-posts-trending-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-slider-wrap.has-background .elespare-posts-wrap .elespare-posts-slider-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata,
.elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author,
  .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a,
    .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap,
      .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        overflow: hidden;
        line-height: 1;
        margin-right: 5px; }
        .elespare-banner-one-wrap.elespare-gravatar .elespare-section-slider .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img,
        .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.elespare-banner-one-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-banner-one-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
  text-align: left; }

.elespare-banner-one-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items:not(:nth-child(1)) {
  display: none !important; }

.elespare-banner-one-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items.slick-slide:not(:nth-child(1)) {
  display: block !important; }

.elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(1)), .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(2)), .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(3)) {
  display: none !important; }

.elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(1)), .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(2)), .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(3)) {
  display: flex !important; }

.elementor-widget-main-banner-1 .elespare-main-banner-wrap {
  container-type: inline-size;
  width: 100%; }

.elementor-widget-post-banner,
.elespare-banner-one-wrap {
  width: 100%; }

@container (max-width: 1024px) {
  .elespare-main-banner-wrap {
    flex-wrap: wrap; }
  .elespare-banner-one-wrap {
    flex-wrap: wrap; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
      flex: 1; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
      flex: 2; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending, .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending {
      width: 100%; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) .elespare-posts-trending-post-items, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) .elespare-posts-trending-post-items, .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) .elespare-posts-trending-post-items {
      margin-bottom: 0;
      margin-right: 10px; }
    .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) > div, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) > div, .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending .elespare-trending-wrap:not(.slick-vertical) > div {
      margin-bottom: 0;
      margin-right: -10px; } }

@media screen and (max-width: 768px) {
  .elespare-banner-one-wrap {
    flex-wrap: wrap; } }

@container (max-width: 768px) {
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
    width: 100%; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap {
      grid-template-columns: repeat(2, 1fr); }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 240px; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
    width: 100%; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending, .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending, .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending {
    width: 100%; }
  .elespare-banner-one-wrap.banner-style-1 .elespare-trending-wrap > div, .elespare-banner-one-wrap.banner-style-2 .elespare-trending-wrap > div, .elespare-banner-one-wrap.banner-style-3 .elespare-trending-wrap > div {
    margin-right: 0; } }

@container (max-width: 480px) {
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
    width: 100%; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap {
      grid-template-columns: 1fr; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 240px; }
  .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
    width: 100%; }
    .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items {
      position: relative; }
      .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper {
        height: 240px; }
  .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid {
    width: 100%; }
    .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap {
      grid-template-columns: 1fr; }
      .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
      .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 240px; }
  .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider {
    width: 100%; }
    .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper,
    .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper {
      height: 240px; }
  .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending, .elementor-column.elementor-col-66 .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending,
  .elementor-column[data-col="66"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending,
  .elementor-column.elementor-col-50 .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-3 .elespare-section-trending,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-2 .elespare-section-trending,
  .elementor-column[data-col="50"] .elespare-banner-one-wrap.banner-style-1 .elespare-section-trending {
    width: 100%; } }

body.rtl .elespare-banner-one-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-banner-one-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-banner-one-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-banner-one-wrap.elespare-gravatar .elespare-section-grid .elespare-posts-wrap .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
  margin-right: 0px; }

body.rtl .elespare-banner-one-wrap .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-banner-one-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
  left: 10px;
  right: unset; }
.grid-layout.has-background .elespare-posts-wrap .elespare-content-wrapper {
  padding: 15px;
  flex: 1;
  position: relative;
  z-index: 1; }

.grid-layout.has-no-background .elespare-posts-wrap .elespare-content-wrapper {
  padding: 15px 0;
  flex: 1; }

.elespare-grid-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.elespare-grid-wrap .elespare-posts-wrap a {
  text-decoration: none; }

.grid-style-2 .elespare-posts-grid-post-items {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end; }

.grid-style-3 .elespare-posts-grid-post-items {
  display: flex;
  flex-direction: column; }
  .grid-style-3 .elespare-posts-grid-post-items:nth-child(even) {
    flex-direction: column-reverse;
    justify-content: flex-end; }

.grid-style-1 .elespare-posts-grid-post-items,
.grid-style-4 .elespare-posts-grid-post-items,
.grid-style-5 .elespare-posts-grid-post-items,
.grid-style-6 .elespare-posts-grid-post-items,
.grid-style-7 .elespare-posts-grid-post-items,
.grid-style-11 .elespare-posts-grid-post-items,
.grid-style-12 .elespare-posts-grid-post-items {
  display: flex;
  flex-direction: column; }

.elespare-grid-wrap {
  container-type: inline-size; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-3 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links, .elespare-grid-wrap .elespare-posts-wrap.grid-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links, .elespare-grid-wrap .elespare-posts-wrap.grid-style-1 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
    top: auto;
    bottom: 15px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-5 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-5 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      content: "\2219";
      color: inherit;
      font-weight: bold;
      padding: 0 0 0 2px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-5 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category:last-child a.elespare-categories::after {
    display: none; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-6 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    line-height: 1.5;
    display: block; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-6 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories::after {
      display: none; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-7 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
    top: inherit;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
    font-size: 0; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-7 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links li.elespare-meta-category {
      margin: 1px;
      margin-bottom: 0; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items {
    position: relative;
    display: flex;
    align-items: flex-end; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-content-wrapper {
      position: relative;
      width: 100%;
      padding: 15px;
      justify-self: end;
      justify-content: flex-end; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-content-wrapper > *, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-content-wrapper > *, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-content-wrapper > * {
        position: relative;
        z-index: 2; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-content-wrapper::after, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-content-wrapper::after, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-content-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
        z-index: 1; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 100% !important;
      width: 100% !important;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper img,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper a,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper .post-grid-thumbnail, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper img,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper a,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper .post-grid-thumbnail, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper img,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper a,
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper .post-grid-thumbnail {
        display: block;
        height: 100%; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper img, .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper img, .elespare-grid-wrap .elespare-posts-wrap.grid-style-8 .elespare-posts-grid-post-items .elespare-img-wrapper img {
        width: 100%;
        object-fit: cover; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
    z-index: 1; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-img-wrapper::after {
    background: linear-gradient(to bottom, #000, transparent);
    background: -webkit-linear-gradient(bottom, #000, transparent); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-9 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 3px 7px;
    border-width: 1px;
    border-style: solid;
    display: block; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
    z-index: 1; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-img-wrapper::after {
    background: linear-gradient(to bottom, #000, transparent);
    background: -webkit-linear-gradient(bottom, #000, transparent); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-10 .elespare-posts-grid-post-items .elespare-content-wrapper ul.elespare-cat-links li.elespare-meta-category a.elespare-categories {
    padding: 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    line-height: 1.5;
    display: block; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items {
    position: relative; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
      top: auto;
      left: 30px;
      bottom: 22px;
      z-index: 4; }
      .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links li.elespare-meta-category {
        margin: 0 2px 0 0; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-content-wrapper {
      position: relative;
      z-index: 1;
      width: calc(100% - 30px);
      margin-top: -20px;
      margin-left: 30px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper {
    z-index: 3; }
    .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 28px;
      left: 0;
      bottom: -1px;
      background-color: #fff;
      -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape1.svg);
      mask-image: url(/wp-content/plugins/elespare/dist/img/shape1.svg);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: cover;
      z-index: 4; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -5px;
    position: relative;
    z-index: 1; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-1 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 68px;
    -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape2.svg);
    mask-image: url(/wp-content/plugins/elespare/dist/img/shape2.svg); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape3.svg);
    mask-image: url(/wp-content/plugins/elespare/dist/img/shape3.svg); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 26px;
    -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape4.svg);
    mask-image: url(/wp-content/plugins/elespare/dist/img/shape4.svg); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-5 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    -webkit-mask-image: url(/wp-content/plugins/elespare/dist/img/shape5.svg);
    mask-image: url(/wp-content/plugins/elespare/dist/img/shape5.svg); }
  .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-5 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }

.elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items {
  position: relative; }
  .elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
    left: 0;
    bottom: 0;
    width: 100%; }
  .elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-content-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: 0; }

.elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  display: none; }

.elespare-grid-wrap.has-no-background .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: 0; }

/* ==========Same height images========================== */
.elespare-grid-wrap.elespare-has-equal-height .elespare-img-wrapper {
  aspect-ratio: 3/2;
  overflow: hidden; }

.elespare-grid-wrap .grid-style-10 .elespare-posts-grid-post-items,
.elespare-grid-wrap .grid-style-9 .elespare-posts-grid-post-items,
.elespare-grid-wrap .grid-style-8 .elespare-posts-grid-post-items {
  aspect-ratio: 3/2;
  overflow: hidden; }

/* ==========Same height images========================== */
.elespare-grid-wrap.has-background .elespare-posts-grid-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-grid-wrap.has-background .grid-style-11 .elespare-posts-grid-post-items {
  box-shadow: none; }
  .elespare-grid-wrap.has-background .grid-style-11 .elespare-posts-grid-post-items .elespare-content-wrapper {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
  display: flex;
  align-items: center; }
  .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author {
    display: flex;
    align-items: center; }
    .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a {
      display: flex;
      align-items: center; }
      .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        line-height: 1;
        overflow: hidden;
        margin-right: 5px; }
        .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img, .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author a .elespare-avatar-wrap img {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4.elespare-gravatar .elespare-posts-grid-post-items .elespare-img-wrapper {
  position: relative; }
  .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4.elespare-gravatar .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-avatar-wrap {
    position: absolute;
    height: 30px;
    width: 30px;
    border: 3px solid;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    left: 15px;
    bottom: 0;
    transform: translateY(50%);
    z-index: 2; }
    .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4.elespare-gravatar .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-avatar-wrap img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.elespare-grid-wrap.grid-layout.has-no-background .elespare-posts-wrap.grid-style-4 .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-avatar-wrap {
  border: none; }

.elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4 .elespare-posts-grid-post-items .elespare-post-format {
  top: inherit;
  bottom: 10px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 112px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 142px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -20px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 55px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 68px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -10px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -20px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 38px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
  height: 68px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -10px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -15px; }

.elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-top: -20px; }

.elementor-widget-post-grid {
  width: 100%; }

@container (max-width: 1024px) {
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 112px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 142px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 55px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 68px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; } }

@container (max-width: 767px) {
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 112px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 142px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; } }

@container (max-width: 480px) {
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 40px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-img-wrapper:after {
    height: 68px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-2 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -10px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-3 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; }
  .elementor-grid-1 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-2 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-3 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-4 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper,
  .elementor-grid-5 .elespare-grid-wrap .elespare-posts-wrap.grid-style-12.shape-style-4 .elespare-posts-grid-post-items .elespare-content-wrapper {
    margin-top: -15px; } }

body.rtl .elespare-grid-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-grid-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
  left: 15px;
  right: auto; }

body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-12.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-11.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-10.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-9.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-8.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-7.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-6.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-5.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-3.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-2.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap, body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-1.elespare-gravatar .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata .post-author .elespare-avatar-wrap {
  margin-right: 0px;
  margin-left: 5px; }

body.rtl .elespare-grid-wrap.grid-layout .elespare-posts-wrap.grid-style-4.elespare-gravatar .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-avatar-wrap {
  left: auto;
  right: 15px; }

body.rtl .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: auto;
  text-align: right; }

body.rtl .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links {
  right: 30px;
  left: auto; }
  body.rtl .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-img-wrapper ul.elespare-cat-links li.elespare-meta-category {
    margin: 0 0 0 2px; }

body.rtl .elespare-grid-wrap .elespare-posts-wrap.grid-style-11 .elespare-posts-grid-post-items .elespare-content-wrapper {
  margin-right: 30px;
  margin-left: 0; }
.elespare-social-link-wrapper .elespare-social-links a {
  text-decoration: none; }

.elespare-social-link-wrapper .elespare-social-links .es-facebook {
  background-color: #3b5999;
  border-color: #3b5999; }

.elespare-social-link-wrapper .elespare-social-links .es-twitter {
  background-color: #55acee;
  border-color: #55acee; }

.elespare-social-link-wrapper .elespare-social-links .es-instagram {
  background-color: #3F729B;
  border-color: #3F729B; }

.elespare-social-link-wrapper .elespare-social-links .es-linkedin {
  background-color: #0077B5;
  border-color: #0077B5; }

.elespare-social-link-wrapper .elespare-social-links .es-youtube {
  background-color: #cd201f;
  border-color: #cd201f; }

.elespare-social-link-wrapper .elespare-social-links .es-vkontakte {
  background-color: #4c75a3;
  border-color: #4c75a3; }

.elespare-social-link-wrapper .elespare-social-links .es-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea; }

.elespare-social-link-wrapper .elespare-social-links .es-tumblr {
  background-color: #34465d;
  border-color: #34465d; }

.elespare-social-link-wrapper .elespare-social-links .es-reddit-alien {
  background-color: #ff5700;
  border-color: #ff5700; }

.elespare-social-link-wrapper .elespare-social-links .es-pinterest {
  background-color: #bd081c;
  border-color: #bd081c; }

.elespare-social-link-wrapper .elespare-social-links .es-houzz {
  background-color: #7ac142;
  border-color: #7ac142; }

.elespare-social-link-wrapper .elespare-social-links .es-github {
  background-color: #00405d;
  border-color: #00405d; }

.elespare-social-link-wrapper .elespare-social-links .es-flickr {
  background-color: #ff0084;
  border-color: #ff0084; }

.elespare-social-link-wrapper .elespare-social-links .es-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89; }

.elespare-social-link-wrapper .elespare-social-links .es-digg {
  background-color: #005be2;
  border-color: #005be2; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-facebook:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-facebook:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-facebook:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-facebook:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-facebook:hover {
  background-color: #3b5999;
  border-color: #3b5999; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-twitter:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-twitter:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-twitter:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-twitter:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-twitter:hover {
  background-color: #55acee;
  border-color: #55acee; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-instagram:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-instagram:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-instagram:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-instagram:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-instagram:hover {
  background-color: #3F729B;
  border-color: #3F729B; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-linkedin:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-linkedin:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-linkedin:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-linkedin:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-linkedin:hover {
  background-color: #0077B5;
  border-color: #0077B5; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-youtube:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-youtube:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-youtube:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-youtube:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-youtube:hover {
  background-color: #cd201f;
  border-color: #cd201f; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-vkontakte:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-vkontakte:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-vkontakte:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-vkontakte:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-vkontakte:hover {
  background-color: #4c75a3;
  border-color: #4c75a3; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-vimeo:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-vimeo:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-vimeo:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-vimeo:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-vimeo:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-tumblr:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-tumblr:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-tumblr:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-tumblr:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-tumblr:hover {
  background-color: #34465d;
  border-color: #34465d; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-reddit-alien:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-reddit-alien:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-reddit-alien:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-reddit-alien:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-reddit-alien:hover {
  background-color: #ff5700;
  border-color: #ff5700; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-pinterest:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-pinterest:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-pinterest:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-pinterest:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-houzz:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-houzz:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-houzz:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-houzz:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-houzz:hover {
  background-color: #7ac142;
  border-color: #7ac142; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-github:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-github:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-github:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-github:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-github:hover {
  background-color: #00405d;
  border-color: #00405d; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-flickr:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-flickr:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-flickr:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-flickr:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-dribbble:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-dribbble:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-dribbble:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-dribbble:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-dribbble:hover {
  background-color: #ea4c89;
  border-color: #ea4c89; }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links .es-digg:hover, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-digg:hover, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-digg:hover, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-digg:hover, .elespare-social-link-wrapper.social-style-4 .elespare-social-links .es-digg:hover {
  background-color: #005be2;
  border-color: #005be2; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-facebook, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-facebook, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-facebook, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-facebook {
  color: #3b5999; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-twitter, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-twitter, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-twitter, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-twitter {
  color: #55acee; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-instagram, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-instagram, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-instagram, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-instagram {
  color: #3F729B; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-linkedin, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-linkedin, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-linkedin, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-linkedin {
  color: #0077B5; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-youtube, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-youtube, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-youtube, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-youtube {
  color: #cd201f; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-vkontakte, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-vkontakte, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-vkontakte, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-vkontakte {
  color: #4c75a3; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-vimeo, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-vimeo, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-vimeo, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-vimeo {
  color: #1ab7ea; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-tumblr, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-tumblr, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-tumblr, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-tumblr {
  color: #34465d; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-reddit-alien, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-reddit-alien, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-reddit-alien, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-reddit-alien {
  color: #ff5700; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-pinterest, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-pinterest, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-pinterest, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-pinterest {
  color: #bd081c; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-houzz, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-houzz, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-houzz, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-houzz {
  color: #7ac142; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-github, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-github, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-github, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-github {
  color: #00405d; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-flickr, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-flickr, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-flickr, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-flickr {
  color: #ff0084; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-dribbble, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-dribbble, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-dribbble, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-dribbble {
  color: #ea4c89; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-digg, .elespare-social-link-wrapper.social-style-8 .elespare-social-links .es-digg, .elespare-social-link-wrapper.social-style-6 .elespare-social-links .es-digg, .elespare-social-link-wrapper.social-style-5 .elespare-social-links .es-digg {
  color: #005be2; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-facebook:hover .elespare-social-item-name {
  background-color: #3b5999; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-twitter:hover .elespare-social-item-name {
  background-color: #55acee; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-instagram:hover .elespare-social-item-name {
  background-color: #3F729B; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-linkedin:hover .elespare-social-item-name {
  background-color: #0077B5; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-youtube:hover .elespare-social-item-name {
  background-color: #cd201f; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-vkontakte:hover .elespare-social-item-name {
  background-color: #4c75a3; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-vimeo:hover .elespare-social-item-name {
  background-color: #1ab7ea; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-tumblr:hover .elespare-social-item-name {
  background-color: #34465d; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-reddit-alien:hover .elespare-social-item-name {
  background-color: #ff5700; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-pinterest:hover .elespare-social-item-name {
  background-color: #bd081c; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-houzz:hover .elespare-social-item-name {
  background-color: #7ac142; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-github:hover .elespare-social-item-name {
  background-color: #00405d; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-flickr:hover .elespare-social-item-name {
  background-color: #ff0084; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-dribbble:hover .elespare-social-item-name {
  background-color: #ea4c89; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links .es-digg:hover .elespare-social-item-name {
  background-color: #005be2; }

.elespare-social-link-wrapper.social-style-12 .elespare-social-links, .elespare-social-link-wrapper.social-style-11 .elespare-social-links, .elespare-social-link-wrapper.social-style-10 .elespare-social-links, .elespare-social-link-wrapper.social-style-9 .elespare-social-links, .elespare-social-link-wrapper.social-style-8 .elespare-social-links, .elespare-social-link-wrapper.social-style-7 .elespare-social-links, .elespare-social-link-wrapper.social-style-6 .elespare-social-links, .elespare-social-link-wrapper.social-style-5 .elespare-social-links, .elespare-social-link-wrapper.social-style-4 .elespare-social-links, .elespare-social-link-wrapper.social-style-3 .elespare-social-links, .elespare-social-link-wrapper.social-style-2 .elespare-social-links, .elespare-social-link-wrapper.social-style-1 .elespare-social-links {
  display: flex;
  flex-wrap: wrap; }
  .elespare-social-link-wrapper.social-style-12 .elespare-social-links a, .elespare-social-link-wrapper.social-style-11 .elespare-social-links a, .elespare-social-link-wrapper.social-style-10 .elespare-social-links a, .elespare-social-link-wrapper.social-style-9 .elespare-social-links a, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a, .elespare-social-link-wrapper.social-style-6 .elespare-social-links a, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a, .elespare-social-link-wrapper.social-style-4 .elespare-social-links a, .elespare-social-link-wrapper.social-style-3 .elespare-social-links a, .elespare-social-link-wrapper.social-style-2 .elespare-social-links a, .elespare-social-link-wrapper.social-style-1 .elespare-social-links a {
    font-size: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 35px; }
    .elespare-social-link-wrapper.social-style-12 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-11 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-10 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-9 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-6 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-4 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-3 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-2 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-1 .elespare-social-links a i {
      font-size: 18px; }

.elespare-social-link-wrapper.social-style-3 .elespare-social-links a, .elespare-social-link-wrapper.social-style-2 .elespare-social-links a {
  border-radius: 50%; }

.elespare-social-link-wrapper.social-style-3 .elespare-social-links a {
  padding: 5px;
  position: relative; }
  .elespare-social-link-wrapper.social-style-3 .elespare-social-links a::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border-radius: 50%;
    border: 2px dashed;
    border-color: inherit;
    transition: transform 3s; }
  .elespare-social-link-wrapper.social-style-3 .elespare-social-links a:hover::before {
    transform: rotate(180deg); }

.elespare-social-link-wrapper.social-style-4 .elespare-social-links a {
  background: #e4e4e4;
  border-radius: 10px;
  transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-4 .elespare-social-links a i {
    color: #535353;
    font-size: 18px;
    transform: scale(0.8);
    transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-4 .elespare-social-links a:hover i {
    color: #fff;
    transform: scale(1); }

.elespare-social-link-wrapper.social-style-6 .elespare-social-links a, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-6 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a i {
    font-size: 18px;
    transform: scale(0.8);
    transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-6 .elespare-social-links a:hover i, .elespare-social-link-wrapper.social-style-5 .elespare-social-links a:hover i {
    color: #fff;
    transform: scale(1); }

.elespare-social-link-wrapper.social-style-6 .elespare-social-links a {
  border-radius: 50%; }

.elespare-social-link-wrapper.social-style-9 .elespare-social-links a, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a {
  font-size: 14px;
  padding: 15px 20px 15px 20px;
  width: auto;
  height: auto;
  color: #fff;
  line-height: 1;
  border-radius: 4px; }
  .elespare-social-link-wrapper.social-style-9 .elespare-social-links a .elespare-social-item-name, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a .elespare-social-item-name, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a .elespare-social-item-name {
    margin: 0 0 0 10px; }
  .elespare-social-link-wrapper.social-style-9 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-8 .elespare-social-links a i, .elespare-social-link-wrapper.social-style-7 .elespare-social-links a i {
    font-size: 20px; }

.elespare-social-link-wrapper.social-style-8 .elespare-social-links a {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out; }
  .elespare-social-link-wrapper.social-style-8 .elespare-social-links a i {
    font-size: 18px; }
  .elespare-social-link-wrapper.social-style-8 .elespare-social-links a:hover {
    color: #fff; }

.elespare-social-link-wrapper.social-style-9 .elespare-social-links a {
  padding: 0;
  min-width: 150px;
  font-size: 14px;
  height: 40px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden; }
  .elespare-social-link-wrapper.social-style-9 .elespare-social-links a .elespare-social-item-name {
    margin: 0 0 0 10px; }
  .elespare-social-link-wrapper.social-style-9 .elespare-social-links a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-social-link-wrapper.social-style-10 .elespare-social-links a {
  padding: 0;
  background-color: #fff;
  font-size: 14px;
  min-width: 150px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
  border-radius: 4px; }
  .elespare-social-link-wrapper.social-style-10 .elespare-social-links a .elespare-social-item-name {
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    letter-spacing: .5px;
    position: relative;
    top: 0;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
  .elespare-social-link-wrapper.social-style-10 .elespare-social-links a i {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
    .elespare-social-link-wrapper.social-style-10 .elespare-social-links a i::before {
      position: relative;
      top: 100%;
      transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
  .elespare-social-link-wrapper.social-style-10 .elespare-social-links a:hover .elespare-social-item-name {
    top: -40px;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
  .elespare-social-link-wrapper.social-style-10 .elespare-social-links a:hover i::before {
    top: 0;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }

.elespare-social-link-wrapper.social-style-11 .elespare-social-links a {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  width: 80px;
  height: 80px;
  color: #28262b;
  text-align: center;
  position: relative; }
  .elespare-social-link-wrapper.social-style-11 .elespare-social-links a .elespare-social-item-name {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    opacity: 0;
    transform: translateY(40px) rotateX(-90deg);
    background: #000;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 5em;
    transition: all 0.3s; }
  .elespare-social-link-wrapper.social-style-11 .elespare-social-links a i {
    font-size: 20px;
    background: #f2f2f2;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s; }
  .elespare-social-link-wrapper.social-style-11 .elespare-social-links a:hover .elespare-social-item-name {
    opacity: 1;
    transform: rotateX(0); }
  .elespare-social-link-wrapper.social-style-11 .elespare-social-links a:hover i {
    opacity: 0;
    transform: translateY(-40px) rotateX(90deg); }

.elespare-social-link-wrapper.social-style-12 .elespare-social-links a {
  padding: 0;
  font-size: 14px;
  width: 120px;
  height: 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative; }
  .elespare-social-link-wrapper.social-style-12 .elespare-social-links a .elespare-social-item-name {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    display: block; }
  .elespare-social-link-wrapper.social-style-12 .elespare-social-links a i {
    font-size: 20px;
    display: block; }

.elespare-widget-social-link-wrapper .elespare-social-link-wrapper .elespare-social-links > a {
  margin-right: 5px; }

.elespare-widget-social-link-wrapper .elespare-social-link-wrapper .elespare-social-links > a:last-child {
  margin-right: 0px; }

.elespare-social-link-wrapper.elespare-small.social-style-6 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-5 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-4 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-3 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-2 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-1 .elespare-social-links a {
  width: 35px;
  height: 35px; }
  .elespare-social-link-wrapper.elespare-small.social-style-6 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-5 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-4 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-3 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-2 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-1 .elespare-social-links a i {
    font-size: 14px; }

.elespare-social-link-wrapper.elespare-small.social-style-8 .elespare-social-links a, .elespare-social-link-wrapper.elespare-small.social-style-7 .elespare-social-links a {
  font-size: 14px;
  padding: 10px 15px; }
  .elespare-social-link-wrapper.elespare-small.social-style-8 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-small.social-style-7 .elespare-social-links a i {
    font-size: 14px; }

.elespare-social-link-wrapper.elespare-small.social-style-9 .elespare-social-links a {
  font-size: 14px;
  min-width: 130px;
  height: 35px; }
  .elespare-social-link-wrapper.elespare-small.social-style-9 .elespare-social-links a i {
    font-size: 14px;
    width: 35px;
    height: 35px; }

.elespare-social-link-wrapper.elespare-small.social-style-10 .elespare-social-links a {
  font-size: 14px;
  min-width: 120px;
  height: 35px; }
  .elespare-social-link-wrapper.elespare-small.social-style-10 .elespare-social-links a i {
    font-size: 14px; }

.elespare-social-link-wrapper.elespare-small.social-style-11 .elespare-social-links a {
  font-size: 14px;
  width: 45px;
  height: 45px; }
  .elespare-social-link-wrapper.elespare-small.social-style-11 .elespare-social-links a i {
    font-size: 14px; }
  .elespare-social-link-wrapper.elespare-small.social-style-11 .elespare-social-links a .elespare-social-item-name {
    font-size: 8px; }

.elespare-social-link-wrapper.elespare-small.social-style-12 .elespare-social-links a {
  font-size: 14px;
  width: 80px;
  height: 70px; }
  .elespare-social-link-wrapper.elespare-small.social-style-12 .elespare-social-links a i {
    font-size: 14px; }
  .elespare-social-link-wrapper.elespare-small.social-style-12 .elespare-social-links a .elespare-social-item-name {
    font-size: 14px; }

.elespare-social-link-wrapper.elespare-large.social-style-6 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-5 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-4 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-3 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-2 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-1 .elespare-social-links a {
  width: 80px;
  height: 80px; }
  .elespare-social-link-wrapper.elespare-large.social-style-6 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-5 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-4 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-3 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-2 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-1 .elespare-social-links a i {
    font-size: 22px; }

.elespare-social-link-wrapper.elespare-large.social-style-8 .elespare-social-links a, .elespare-social-link-wrapper.elespare-large.social-style-7 .elespare-social-links a {
  font-size: 18px;
  padding: 20px 25px; }
  .elespare-social-link-wrapper.elespare-large.social-style-8 .elespare-social-links a i, .elespare-social-link-wrapper.elespare-large.social-style-7 .elespare-social-links a i {
    font-size: 22px; }

.elespare-social-link-wrapper.elespare-large.social-style-9 .elespare-social-links a {
  font-size: 20px;
  min-width: 180px;
  height: 50px; }
  .elespare-social-link-wrapper.elespare-large.social-style-9 .elespare-social-links a i {
    font-size: 24px;
    width: 50px;
    height: 50px; }

.elespare-social-link-wrapper.elespare-large.social-style-10 .elespare-social-links a {
  font-size: 22px;
  min-width: 160px;
  height: 60px; }
  .elespare-social-link-wrapper.elespare-large.social-style-10 .elespare-social-links a i {
    font-size: 24px; }

.elespare-social-link-wrapper.elespare-large.social-style-11 .elespare-social-links a {
  font-size: 14px;
  width: 120px;
  height: 120px; }
  .elespare-social-link-wrapper.elespare-large.social-style-11 .elespare-social-links a i {
    font-size: 30px; }
  .elespare-social-link-wrapper.elespare-large.social-style-11 .elespare-social-links a .elespare-social-item-name {
    font-size: 20px; }

.elespare-social-link-wrapper.elespare-large.social-style-12 .elespare-social-links a {
  font-size: 14px;
  width: 140px;
  height: 100px; }
  .elespare-social-link-wrapper.elespare-large.social-style-12 .elespare-social-links a i {
    font-size: 24px; }
  .elespare-social-link-wrapper.elespare-large.social-style-12 .elespare-social-links a .elespare-social-item-name {
    font-size: 20px; }

.elementor-widget-post-social-links.elespare-grid-elespare-left .elespare-social-link-wrapper .elespare-social-links {
  justify-content: flex-start; }

.elementor-widget-post-social-links.elespare-grid-elespare-center .elespare-social-link-wrapper .elespare-social-links {
  justify-content: center; }

.elementor-widget-post-social-links.elespare-grid-elespare-right .elespare-social-link-wrapper .elespare-social-links {
  justify-content: flex-end; }

.elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a, .elementor-column.elementor-col-50 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="50"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a {
  margin-bottom: 5px; }

.elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a, .elementor-column.elementor-col-15 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="15"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column.elementor-col-20 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="20"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column.elementor-col-25 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="25"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column.elementor-col-33 .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-7 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-8 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-9 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-10 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-11 .elespare-social-links > a,
.elementor-column[data-col="33"] .elespare-widget-social-link-wrapper .elespare-social-link-wrapper.social-style-12 .elespare-social-links > a {
  margin-bottom: 5px; }

.elementor-column.elementor-col-15 .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column[data-col="15"] .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column.elementor-col-20 .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column[data-col="20"] .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column.elementor-col-25 .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column[data-col="25"] .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column.elementor-col-33 .elespare-social-link-wrapper.social-style-12 .elespare-social-links a,
.elementor-column[data-col="33"] .elespare-social-link-wrapper.social-style-12 .elespare-social-links a {
  width: 101px;
  height: 75px; }

@media (max-width: 1024px) {
  .elementor-widget-post-social-links.elespare-grid-tablet-elespare-left .elespare-social-link-wrapper .elespare-social-links {
    justify-content: flex-start; }
  .elementor-widget-post-social-links.elespare-grid-tablet-elespare-center .elespare-social-link-wrapper .elespare-social-links {
    justify-content: center; }
  .elementor-widget-post-social-links.elespare-grid-tablet-elespare-right .elespare-social-link-wrapper .elespare-social-links {
    justify-content: flex-end; } }

@media (max-width: 767px) {
  .elementor-widget-post-social-links.elespare-grid-mobile-elespare-left .elespare-social-link-wrapper .elespare-social-links {
    justify-content: flex-start; }
  .elementor-widget-post-social-links.elespare-grid-mobile-elespare-center .elespare-social-link-wrapper .elespare-social-links {
    justify-content: center; }
  .elementor-widget-post-social-links.elespare-grid-mobile-elespare-right .elespare-social-link-wrapper .elespare-social-links {
    justify-content: flex-end; } }

body.rtl .elespare-social-link-wrapper.social-style-9 .elespare-social-links a .elespare-social-item-name, body.rtl .elespare-social-link-wrapper.social-style-8 .elespare-social-links a .elespare-social-item-name, body.rtl .elespare-social-link-wrapper.social-style-7 .elespare-social-links a .elespare-social-item-name {
  margin: 0 10px 0 0; }
.elespare-widget-title-section.title-style-1 .elespare-widget-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-bottom: 10px;
  line-height: 1.2; }

.elespare-widget-title-section .elespare-widget-title {
  font-size: 20px; }

.elespare-widget-title-section.title-style-2 .elespare-widget-title span.elespare-section-title {
  padding: 0px 0px 10px;
  display: inline-block;
  position: relative;
  margin: 0px 0 15px;
  line-height: 1.2; }

.elespare-widget-title-section.title-style-3 .elespare-widget-title {
  margin: 0 0 15px; }

body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-3 .elespare-section-title {
  padding: 5px 0px 7px 10px; }

body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-4 .elespare-widget-title {
  flex-direction: row-reverse; }

body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-5 .elespare-widget-title {
  flex-direction: row-reverse; }

body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title {
  flex-direction: row-reverse; }
  body.rtl .elementor-element.elespare-section-title-elespare-left .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    margin: 0 0 0 10px; }

body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title {
  flex-direction: row; }
  body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-4 .elespare-widget-title .elespare-section-title-before {
    margin: 0 0 0 10px; }

body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-5 .elespare-widget-title {
  flex-direction: row-reverse; }

body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title {
  flex-direction: row; }
  body.rtl .elementor-element.elespare-section-title-elespare-right .elespare-widget-title-section.title-style-6 .elespare-widget-title .elespare-section-title-after {
    margin: 0 10px 0 0px; }
.elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul,
.elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul > li,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu > li {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul > li > a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu > li > a {
      line-height: 50px;
      display: block;
      font-weight: 600;
      padding: 0 10px;
      display: flex;
      align-items: center; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .elespare-menu-child {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu {
    list-style: none;
    min-width: 245px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 9999;
    overflow: visible; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children li > a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu li > a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children li > a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu li > a {
      line-height: 1.6;
      display: block; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children li a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu li a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children li a,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu li a {
      border-style: solid; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children .children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children .elespare-menu-child,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu .children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu .elespare-menu-child,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children .children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children .elespare-menu-child,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu .children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu .elespare-menu-child {
      left: 100%; }
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children li.page_item_has_children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .children li.menu-item-has-children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu li.page_item_has_children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul .sub-menu li.menu-item-has-children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children li.page_item_has_children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .children li.menu-item-has-children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu li.page_item_has_children,
    .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu .sub-menu li.menu-item-has-children {
      position: relative; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children > a:after,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children > a:after,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children > a:after,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children > a:after {
    padding-left: 10px; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle {
    display: none; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .menu-item-has-children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .menu-item-has-children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .menu-item-has-children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .menu-item-has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .page_item_has_children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .menu-item-has-children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .page_item_has_children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .menu-item-has-children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .page_item_has_children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .menu-item-has-children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .page_item_has_children .sub-menu,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .menu-item-has-children .sub-menu {
    left: 0;
    top: 0; }
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .page_item_has_children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .page_item_has_children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .menu-item-has-children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.page_item_has_children .menu-item-has-children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .page_item_has_children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .page_item_has_children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .menu-item-has-children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation div.elespare-menu > ul li.menu-item-has-children .menu-item-has-children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .page_item_has_children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .page_item_has_children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .menu-item-has-children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.page_item_has_children .menu-item-has-children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .page_item_has_children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .page_item_has_children .elespare-menu-child,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .menu-item-has-children .children,
  .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children .menu-item-has-children .elespare-menu-child {
    top: 0; }

.elespare-navigation-wrapper.horizontal span.elespare-menu-item-description {
  font-size: 12px;
  line-height: normal;
  padding: 0 5px;
  font-style: italic;
  font-weight: normal;
  display: none; }

.elespare-navigation-wrapper.horizontal a {
  text-decoration: none; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:hover > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:hover > .elespare-menu-child {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  transition-delay: 0s, 0s, 0.3s;
  -webkit-transition: all 0.3s ease 0s, opacity 0.3s;
  transition: all 0.3s ease 0s, opacity 0.3s; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.page_item_has_children:focus-within > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu li.menu-item-has-children:focus-within > .elespare-menu-child {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  transition-delay: 0s, 0s, 0.3s;
  -webkit-transition: all 0.3s ease 0s, opacity 0.3s;
  transition: all 0.3s ease 0s, opacity 0.3s; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 .elespare-menu-child .sub-menu {
  transform: translateY(-15px); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 .children {
  transform: translateY(-15px); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:hover > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:hover > .elespare-menu-child {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children:focus-within > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children:focus-within > .elespare-menu-child {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 .elespare-menu-child .sub-menu {
  transform: translateY(15px); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 .children {
  transform: translateY(15px); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:hover > .elespare-menu-child {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children:focus-within > .elespare-menu-child {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 .elespare-menu-child .sub-menu {
  transform: scaleY(0);
  transform-origin: top; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 .children {
  transform: scaleY(0);
  transform-origin: top; }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:hover > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:hover > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:hover > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:hover > .elespare-menu-child {
  transform: scaleY(1); }

.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.page_item_has_children:focus-within > .elespare-menu-child,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:focus-within > .children,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:focus-within > .elespare-menu-child > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-hover .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children:focus-within > .elespare-menu-child {
  transform: scaleY(1); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > .children.active,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > .elespare-menu-child.active,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > .children.active,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > .elespare-menu-child.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  transition-delay: 0s, 0s, 0.3s;
  transition: all 0.3s ease 0s, opacity 0.3s; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a:after,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a:after {
  display: none; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle {
  padding-left: 10px;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
  line-height: 1.2; }
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle:hover,
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:hover {
    background-color: transparent;
    border: none;
    color: inherit; }
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle:focus,
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:focus {
    background-color: transparent;
    border: none;
    color: inherit;
    outline: none; }
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle:focus-visible,
  .elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:focus-visible {
    outline: 1px solid; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 .elespare-menu-child .sub-menu {
  transform: translateY(-15px); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 .children {
  transform: translateY(-15px); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children > .children,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.page_item_has_children > .elespare-menu-child.active,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children > .children,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-1 li.menu-item-has-children > .elespare-menu-child.active {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 .elespare-menu-child .sub-menu {
  transform: translateY(15px); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 .children {
  transform: translateY(15px); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children > .children,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-2 li.menu-item-has-children > .elespare-menu-child.active {
  transform: translateY(0%); }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 .elespare-menu-child .sub-menu {
  transform: scaleY(0);
  transform-origin: top; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 .children {
  transform: scaleY(0);
  transform-origin: top; }

.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children > .children,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children > .elespare-menu-child.active > .sub-menu,
.elespare-navigation-wrapper.horizontal.sub-click .elespare-main-navigation .elespare-menu.animation-3 li.menu-item-has-children > .elespare-menu-child.active {
  transform: scaleY(1); }

.elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
  display: none;
  font-size: 48px; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle .elespare-close-toggle {
    display: none; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle .elespare-open-toggle {
    display: block; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle.elespare-nav-menu-toggle .elespare-close-toggle {
    display: block; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle.elespare-nav-menu-toggle .elespare-open-toggle {
    display: none; }

.elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle {
  display: none;
  font-size: 48px; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle .elespare-close-toggle {
    display: none; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle .elespare-open-toggle {
    display: block; }

@media (max-width: 1025px) {
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
    display: block; }
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay.show, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay.show {
    display: block;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.show, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar.show {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    display: block; }
  .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.drawer .elespare-main-navigation, .elesapre-nav-menu__breakpoint-tablet-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-main-navigation {
    display: none; } }

@media (max-width: 992px) {
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
    display: block; }
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay.show, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay.show {
    display: block;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.show, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar.show {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    display: block; }
  .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.drawer .elespare-main-navigation, .elesapre-nav-menu__breakpoint-tablet-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-main-navigation {
    display: none; } }

@media (max-width: 768px) {
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
    display: block; }
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay.show, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay.show {
    display: block;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.show, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar.show {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    display: block; }
  .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.drawer .elespare-main-navigation, .elesapre-nav-menu__breakpoint-mobile-large .elespare-navigation-wrapper.horizontal.dropdown .elespare-main-navigation {
    display: none; } }

@media (max-width: 480px) {
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-toggle, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-toggle {
    display: block; }
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-overlay.show, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-overlay.show {
    display: block;
    transition: all 0.3s ease-out; }
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.show, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar.show {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    display: block; }
  .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.drawer .elespare-main-navigation, .elesapre-nav-menu__breakpoint-mobile-small .elespare-navigation-wrapper.horizontal.dropdown .elespare-main-navigation {
    display: none; } }

.elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar {
  position: fixed;
  left: 0;
  width: 300px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
  display: none; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare--close-menu-side-bar {
    font-size: 30px;
    display: block;
    padding: 5px 10px;
    text-align: right; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper {
    padding: 0 0 20px 0px;
    height: 100vh; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown {
      list-style: none;
      margin: 0;
      padding: 20px;
      height: 100%;
      overflow-y: scroll;
      width: 100%; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown ul li.page_item a,
        .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown ul li.menu-item a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          line-height: 50px;
          border-bottom: 1px solid #eee; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown .children,
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown .sub-menu {
        display: none;
        padding-left: 10px; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown::-webkit-scrollbar {
        width: 5px; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown::-webkit-scrollbar-thumb {
        background: #1f3d70;
        border-radius: 50px; }
      .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .elespare-menu-sidebar--wrapper .elespare-menu-dropdown::-webkit-scrollbar-thumb:hover {
        background: #fc1550; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children a {
    display: flex;
    justify-content: space-between; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children a::after,
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children a::after {
      display: none; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
    display: inline-block;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    width: 30px;
    height: 30px; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:hover,
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:hover {
      background-color: transparent;
      border: none;
      color: inherit; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:focus,
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:focus {
      outline: 1px dotted;
      background: transparent;
      border: none; }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
      transition: all 0.3s;
      display: inline-block; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
    transition: all 0.3s; }
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.elespare-menu-right {
    right: 0;
    left: auto;
    transform: translateX(100%); }
    .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar.elespare-menu-right .elespare--close-menu-side-bar {
      text-align: left; }

.elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 12;
  background-color: #fff;
  margin-top: 10px;
  padding: 0 20px 20px;
  -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
  transition: max-height 0.3s, -webkit-transform 0.3s;
  -o-transition: max-height 0.3s, transform 0.3s;
  transition: max-height 0.3s, transform 0.3s;
  transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow: auto;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul li.page_item,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul li.menu-item {
      margin: 0; }
      .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul li.page_item a,
      .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown ul li.menu-item a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 50px;
        border-bottom: 1px solid #eee; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children a,
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children a {
    display: flex;
    justify-content: space-between; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children a::after,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children a::after {
      display: none; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    width: 30px;
    height: 30px; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:hover,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:hover {
      background-color: transparent;
      border: none;
      color: inherit; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:focus,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:focus {
      outline: 1px dotted;
      background: transparent;
      border: none; }
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
    .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
      transition: all 0.3s;
      display: inline-block; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
    transition: all 0.3s; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .children,
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .sub-menu {
    display: none; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown.show {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh; }

.elespare-overlay {
  display: none; }

.elespare--hover-background ul.elespare-menu > li:hover > a,
.elespare--hover-background div.elespare-menu ul > li:hover > a {
  color: #aa3166; }

.elespare--hover-overline .elespare-menu li a:before,
.elespare--hover-underline .elespare-menu li a:before {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 0;
  transition: width 0.3s linear; }

.elespare--hover-overline div.elespare-menu ul > li:hover > a,
.elespare--hover-overline ul.elespare-menu > li:hover > a,
.elespare--hover-underline div.elespare-menu ul > li:hover > a,
.elespare--hover-underline ul.elespare-menu > li:hover > a {
  position: relative; }

.elespare--hover-overline div.elespare-menu ul > li:hover > a:before,
.elespare--hover-overline ul.elespare-menu > li:hover > a:before,
.elespare--hover-underline div.elespare-menu ul > li:hover > a:before,
.elespare--hover-underline ul.elespare-menu > li:hover > a:before {
  width: 50px;
  background-color: #000; }

.elespare--hover-overline .elespare-menu li .sub-menu > li a,
.elespare--hover-underline .elespare-menu li .sub-menu > li a {
  position: relative; }

.elespare--hover-overline .elespare-menu li .sub-menu > li a:after,
.elespare--hover-underline .elespare-menu li .sub-menu > li a:after {
  top: auto;
  bottom: 12px; }

.elespare--hover-underline li a:before {
  bottom: 0; }

.elespare--hover-overline .elespare-menu li a:before {
  top: 0; }

.elespare--hover-overline div.elespare-menu ul > li:hover > a,
.elespare--hover-overline ul.elespare-menu > li:hover > a {
  position: relative; }

.elespare--hover-overline div.elespare-menu ul > li:hover > a:before,
.elespare--hover-overline ul.elespare-menu > li:hover > a:before {
  width: 80px;
  background-color: #000; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu li.page_item_has_children > a:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu .children li.page_item_has_children > a:after {
  content: "\f105";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.page_item_has_children > a:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a:after {
  display: none; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.page_item_has_children > a > button.elespare-dropdwon-toggle:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  content: "\f107";
  font-family: "elespare-icons";
  padding-left: 10px; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a:after {
  display: none; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  content: "\f105";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu .children li.page_item_has_children > a:after {
  display: none; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu .children li.page_item_has_children > a > button.elespare-dropdwon-toggle:after {
  content: "\f105";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\f107";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
  content: "\f106"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\f107";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
  content: "\f106"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal .elespare-menu li.page_item_has_children > a:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal .elespare-menu li.menu-item-has-children > a:after {
  content: "\e82e";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\e82e";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\e82e";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal .elespare-menu li.page_item_has_children > a:after {
  content: "\e82d";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal .elespare-menu li.menu-item-has-children > a:first-child:after {
  content: "\e82d";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a:after {
  content: "\e82d";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal .elespare-menu .children li.page_item_has_children > a:after {
  content: "\e82d";
  font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\e82d";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
  content: "\e821"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: auto; }
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle:after,
  .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
    content: "\e82d";
    font-family: "elespare-icons"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle.up:after,
.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle.up:after {
  content: "\e821"; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  content: "\e82e";
  font-family: "elespare-icons";
  padding-left: 10px; }

.elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  content: "\e82d";
  font-family: "elespare-icons";
  padding-left: 10px; }

.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu {
  justify-content: flex-start; }

.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.center .elespare-main-navigation div.elespare-menu > ul,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.center .elespare-main-navigation ul.elespare-menu {
  justify-content: center; }

.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu {
  justify-content: flex-end; }

.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child,
.elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child {
  left: auto;
  right: 0; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu {
    left: auto;
    right: 0; }
    .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after {
      transform: scaleX(-1);
      padding-left: 0;
      padding-right: 10px; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child {
    left: auto;
    right: 100%; }

@media (max-width: 1025px) {
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-left .elespare-main-navigation div.elespare-menu > ul,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-left .elespare-main-navigation ul.elespare-menu {
    justify-content: flex-start; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-center .elespare-main-navigation div.elespare-menu > ul,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-center .elespare-main-navigation ul.elespare-menu {
    justify-content: center; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-right .elespare-main-navigation div.elespare-menu > ul,
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-none-right .elespare-main-navigation ul.elespare-menu {
    justify-content: flex-end; } }

@media (max-width: 1025px) {
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-responsive-left .elespare-menu-toggle {
    text-align: left; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-responsive-center .elespare-menu-toggle {
    text-align: center; }
  .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.elespare-mobile-responsive-right .elespare-menu-toggle {
    text-align: right; } }

.elementor-align-justify .elespare-menu-toggle-vertical {
  width: 100%; }

@media (max-width: 480px) {
  .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar {
    width: 100%; }
  .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown.show {
    width: calc(100vw - 20px); } }

.elespare-navigation-wrapper.horizontal a:focus {
  outline: none; }

.elespare-navigation-wrapper.horizontal a:focus-visible {
  outline: 1px dotted; }

body.rtl .elementor-column {
  overflow-x: visible; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu {
  justify-content: flex-end; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation div.elespare-menu > ul,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-end .elespare-main-navigation ul.elespare-menu {
  justify-content: flex-start; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal .elespare-menu .elespare-menu-child .sub-menu li.menu-item-has-children > a:after {
  transform: scale(-1); }

body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child,
body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child {
  left: 0;
  right: auto; }
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu {
    left: 0;
    right: auto; }
    body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after,
    body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .sub-menu .menu-item-has-children a::after {
      transform: scaleX(1);
      padding-left: 0;
      padding-right: 10px; }
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation div.elespare-menu > ul > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:nth-last-child(2):has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child,
  body.rtl .elementor-widget-elespare-nav-horziontal-menu .elespare-navigation-wrapper.horizontal.flex-start .elespare-main-navigation ul.elespare-menu > li.menu-item:last-child:has(.elespare-menu-child) > .elespare-menu-child .elespare-menu-child {
    left: 100%;
    right: auto; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children > a:after {
  padding-left: 0px;
  padding-right: 10px; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.drawer .elespare-menu-sidebar .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: unset;
  margin-right: auto; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .page_item_has_children > a > button.elespare-dropdwon-toggle,
body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.dropdown .elespare-menu-sidebar-dropdown .menu-item-has-children > a > button.elespare-dropdwon-toggle {
  margin-left: unset;
  margin-right: auto; }

body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-plus .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-classic .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after, body.rtl .elementor-widget-elespare-nav-horziontal-menu.elespare-submenu-icon-elespare-submenu-icon-arrow .elespare-navigation-wrapper.horizontal.sub-click .elespare-menu li.menu-item-has-children > a > button.elespare-dropdwon-toggle:after {
  padding-left: unset;
  padding-right: 10px; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation ul.elespare-menu li.menu-item-has-children > a:after {
  padding-left: 0px;
  padding-right: 10px; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .elespare-menu-child {
  left: unset;
  right: 0; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .children,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .sub-menu {
  right: 15px;
  left: unset; }
  body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .children .children,
  body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .children .elespare-menu-child,
  body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .sub-menu .children,
  body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation .sub-menu .elespare-menu-child {
    right: 100%;
    left: unset; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.page_item_has_children > a:after,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.menu-item-has-children > a:after {
  padding-left: 0px;
  padding-right: 10px; }

body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.page_item_has_children .page_item_has_children .sub-menu,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.page_item_has_children .menu-item-has-children .sub-menu,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.menu-item-has-children .page_item_has_children .sub-menu,
body.rtl .elespare-navigation-wrapper.horizontal .elespare-main-navigation li.menu-item-has-children .menu-item-has-children .sub-menu {
  left: unset;
  right: 0; }
.elespare-popular-taxonomies-lists {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; }
  .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
    display: flex;
    overflow: hidden; }
    .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
      display: flex;
      align-items: center; }
      .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper .elespare-primary-icon {
        text-decoration: none !important; }
    .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
      align-self: center; }
  .elespare-popular-taxonomies-lists ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; }
    .elespare-popular-taxonomies-lists ul li {
      margin: 0;
      padding: 0; }
      .elespare-popular-taxonomies-lists ul li .elespare-secondry-wrap {
        display: flex;
        align-items: center;
        gap: 5px; }
        .elespare-popular-taxonomies-lists ul li .elespare-secondry-wrap .elespare-secondary-icon {
          text-decoration: none !important; }
      .elespare-popular-taxonomies-lists ul li a {
        text-decoration: none; }

.popular-tag-style-1 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  gap: 5px; }

.popular-tag-style-2 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  gap: 10px;
  padding: 5px 10px; }

.popular-tag-style-3 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  gap: 10px;
  padding: 5px 10px;
  border-radius: 6px; }

.popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 0 6px 0 6px; }
  .popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 5px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-5 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 100px;
  overflow: hidden; }
  .popular-tag-style-5 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 5px 10px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .popular-tag-style-5 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  gap: 10px;
  border-radius: 0 6px 6px 6px;
  overflow: hidden; }
  .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    position: relative; }
    .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper::after {
      content: "";
      border: 8px solid;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%); }
  .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 0 0 0;
  overflow: hidden; }
  .popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-8 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 100px;
  overflow: hidden; }
  .popular-tag-style-8 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .popular-tag-style-8 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  align-items: flex-start;
  border-radius: 6px; }
  .popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 0 0 5px 10px; }
    .popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper i {
      background-color: rgba(0, 0, 0, 0.15);
      border-radius: 0 0 100px 100px;
      padding: 15px 10px 10px 10px;
      display: inline-block;
      text-align: center;
      line-height: 1; }
  .popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-10 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px;
  overflow: hidden; }
  .popular-tag-style-10 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    clip-path: polygon(0% 0%, 75% 0, 100% 50%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .popular-tag-style-10 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 0 6px 0;
  overflow: hidden; }
  .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 3px 0 3px 5px; }
    .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper i {
      clip-path: circle(45% at 50% 50%);
      padding: 12px;
      background-color: rgba(0, 0, 0, 0.15);
      display: inline-block;
      line-height: 1; }
  .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 6px 0 0;
  overflow: hidden; }
  .popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 5px 0 5px 5px; }
    .popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper i {
      clip-path: circle(50% at 50% 50%);
      padding: 7px 8px;
      border: 2px solid currentColor;
      display: inline-block;
      line-height: 1;
      border-radius: 50%; }
  .popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-tag-title-wrapper {
    padding: 5px 10px;
    display: inline-block; }

.elespare-popular-taxonomies-lists.popular-tag-rounded .elespare-popular-tags-text {
  border-radius: 6px; }

.elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text {
  border-radius: 100px; }

.elespare-popular-taxonomies-lists.popular-tag-rectangular .elespare-popular-tags-text {
  border-radius: 0; }

div .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 12px; }

div.popular-tag-style-2 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, div.popular-tag-style-3 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 2px; }

div.popular-tag-style-11 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, div.popular-tag-style-12 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 7px; }

.elespare-popular-taxonomies-lists.popular-vertical {
  flex-direction: column;
  align-items: flex-start; }
  .elespare-popular-taxonomies-lists.popular-vertical .elespare-popular-tags-text {
    width: 100%; }
  .elespare-popular-taxonomies-lists.popular-vertical ul {
    width: 100%; }

.elespare-popular-taxonomies-lists.popular-vertical .popular-vertical {
  flex-direction: column;
  align-items: flex-start; }

.elespare-popular-taxonomies-lists.popular-vertical .elespare-column-2 li {
  width: calc(100% / 2 - 10px); }

.elespare-popular-taxonomies-lists.popular-vertical .elespare-column-3 li {
  width: calc(100% / 3 - 10px); }

.elespare-popular-taxonomies-lists.popular-vertical .elespare-column-4 li {
  width: calc(100% / 4 - 10px); }

body.rtl .popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 0 6px 0; }
  body.rtl .popular-tag-style-4 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }

body.rtl .popular-tag-style-5 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding: 5px 12px 5px 10px; }

body.rtl .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 6px 0 6px 6px; }
  body.rtl .popular-tag-style-6 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper::after {
    border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
    left: auto;
    right: 100%; }

body.rtl .popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 0 6px 0 0; }
  body.rtl .popular-tag-style-7 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    padding: 5px 12px 5px 20px; }

body.rtl .popular-tag-style-8 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 5px 12px 5px 20px; }

body.rtl .popular-tag-style-9 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding: 0 10px 5px 0; }

body.rtl .popular-tag-style-10 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  padding: 5px 12px 5px 20px; }

body.rtl .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text {
  border-radius: 0 6px 0 6px; }
  body.rtl .popular-tag-style-11 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
    padding: 3px 5px 3px 0; }

body.rtl .popular-tag-style-12 .elespare-popular-taxonomies-lists .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding: 5px 5px 5px 0; }

body.rtl .elespare-popular-taxonomies-lists.popular-tag-rounded .elespare-popular-tags-text {
  border-radius: 6px; }

body.rtl .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text {
  border-radius: 100px; }

body.rtl .elespare-popular-taxonomies-lists.popular-tag-rectangular .elespare-popular-tags-text {
  border-radius: 0; }

body.rtl div.popular-tag-style-2 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div .popular-tag-style-3 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 0;
  padding-right: 2px; }

body.rtl div.popular-tag-style-4 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-5 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-6 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-9 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 10px;
  padding-right: 12px; }

body.rtl div.popular-tag-style-7 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-8 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-10 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 20px;
  padding-right: 12px; }

body.rtl div.popular-tag-style-11 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper, body.rtl div.popular-tag-style-12 .elespare-popular-taxonomies-lists.popular-tag-circular .elespare-popular-tags-text .elespare-primary-icon-wrapper {
  padding-left: 0;
  padding-right: 7px; }
.elespare-date-time-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }
  .elespare-date-time-widget .elespare-date-time {
    display: flex;
    overflow: hidden; }
    .elespare-date-time-widget .elespare-date-time .elespare-icon-wrapper {
      display: flex;
      align-items: center; }
    .elespare-date-time-widget .elespare-date-time .elespare-date {
      align-self: center; }

.elespare-date-time-widget.date-time-style-1 .elespare-date-time {
  gap: 5px; }

.elespare-date-time-widget.date-time-style-2 .elespare-date-time {
  gap: 10px;
  padding: 5px 10px; }

.elespare-date-time-widget.date-time-style-3 .elespare-date-time {
  gap: 10px;
  padding: 5px 10px;
  border-radius: 6px; }

.elespare-date-time-widget.date-time-style-4 .elespare-date-time {
  border-radius: 0 6px 0 6px; }
  .elespare-date-time-widget.date-time-style-4 .elespare-date-time .elespare-icon-wrapper {
    padding: 5px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-4 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-4 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-5 .elespare-date-time {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-5 .elespare-date-time .elespare-icon-wrapper {
    padding: 5px 10px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-5 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-5 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-6 .elespare-date-time {
  gap: 10px;
  border-radius: 0 6px 6px 6px;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-icon-wrapper {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    position: relative; }
    .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-icon-wrapper::after {
      content: "";
      border: 8px solid;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%); }
  .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-7 .elespare-date-time {
  border-radius: 6px 0 0 0;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-7 .elespare-date-time .elespare-icon-wrapper {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-7 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-7 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-8 .elespare-date-time {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-8 .elespare-date-time .elespare-icon-wrapper {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-8 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-8 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-9 .elespare-date-time {
  align-items: flex-start;
  border-radius: 6px; }
  .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-icon-wrapper {
    padding: 0 0 5px 10px; }
    .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-icon-wrapper i {
      background-color: rgba(0, 0, 0, 0.15);
      border-radius: 0 0 100px 100px;
      padding: 15px 10px 10px 10px;
      display: inline-block;
      text-align: center;
      line-height: 1; }
  .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-10 .elespare-date-time {
  border-radius: 6px;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-10 .elespare-date-time .elespare-icon-wrapper {
    clip-path: polygon(0% 0%, 75% 0, 100% 50%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-date-time-widget.date-time-style-10 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-10 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-11 .elespare-date-time {
  border-radius: 6px 0 6px 0;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-icon-wrapper {
    padding: 3px 0 3px 5px; }
    .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-icon-wrapper i {
      clip-path: circle(45% at 50% 50%);
      padding: 12px;
      background-color: rgba(0, 0, 0, 0.15);
      display: inline-block;
      line-height: 1; }
  .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-style-12 .elespare-date-time {
  border-radius: 6px 6px 0 0;
  overflow: hidden; }
  .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-icon-wrapper {
    padding: 5px 0 5px 5px; }
    .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-icon-wrapper i {
      clip-path: circle(50% at 50% 50%);
      padding: 7px 8px;
      border: 2px solid currentColor;
      display: inline-block;
      line-height: 1;
      border-radius: 50%; }
  .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-date, .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-time-text {
    padding: 5px 10px;
    display: inline-block; }

.elespare-date-time-widget.date-time-rounded .elespare-date-time {
  border-radius: 6px; }

.elespare-date-time-widget.date-time-circular .elespare-date-time {
  border-radius: 100px; }

.elespare-date-time-widget.date-time-circular .elespare-date-time .elespare-icon-wrapper {
  padding-left: 12px; }

.elespare-date-time-widget.date-time-circular.date-time-style-2 .elespare-date-time .elespare-icon-wrapper, .elespare-date-time-widget.date-time-circular.date-time-style-3 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 2px; }

.elespare-date-time-widget.date-time-circular.date-time-style-11 .elespare-date-time .elespare-icon-wrapper, .elespare-date-time-widget.date-time-circular.date-time-style-12 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 7px; }

.elespare-date-time-widget.date-time-rectangular .elespare-date-time {
  border-radius: 0; }

.elespare-date-time-widget.date-time-order-2 .elespare-date-wrapper {
  order: 1; }

.elespare-date-time-widget.date-time-vertical {
  flex-direction: column;
  align-items: flex-start; }

.elespare-section-title-elespare-left .elespare-date-time-widget {
  justify-content: flex-start; }
  .elespare-section-title-elespare-left .elespare-date-time-widget.date-time-vertical {
    align-items: flex-start; }

.elespare-section-title-elespare-center .elespare-date-time-widget {
  justify-content: center; }
  .elespare-section-title-elespare-center .elespare-date-time-widget.date-time-vertical {
    justify-content: flex-start;
    align-items: center; }

.elespare-section-title-elespare-right .elespare-date-time-widget {
  justify-content: flex-end; }
  .elespare-section-title-elespare-right .elespare-date-time-widget.date-time-vertical {
    justify-content: flex-start;
    align-items: flex-end; }

@media screen and (max-width: 768px) {
  .elespare-section-title-tablet-elespare-left .elespare-date-time-widget {
    justify-content: flex-start; }
    .elespare-section-title-tablet-elespare-left .elespare-date-time-widget.date-time-vertical {
      align-items: flex-start; }
  .elespare-section-title-tablet-elespare-center .elespare-date-time-widget {
    justify-content: center; }
    .elespare-section-title-tablet-elespare-center .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-start;
      align-items: center; }
  .elespare-section-title-tablet-elespare-right .elespare-date-time-widget {
    justify-content: flex-end; }
    .elespare-section-title-tablet-elespare-right .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-start;
      align-items: flex-end; } }

@media screen and (max-width: 480px) {
  .elespare-section-title-mobile-elespare-left .elespare-date-time-widget {
    justify-content: flex-start; }
    .elespare-section-title-mobile-elespare-left .elespare-date-time-widget.date-time-vertical {
      align-items: flex-start; }
  .elespare-section-title-mobile-elespare-center .elespare-date-time-widget {
    justify-content: center; }
    .elespare-section-title-mobile-elespare-center .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-start;
      align-items: center; }
  .elespare-section-title-mobile-elespare-right .elespare-date-time-widget {
    justify-content: flex-end; }
    .elespare-section-title-mobile-elespare-right .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-start;
      align-items: flex-end; } }

body.rtl .elespare-date-time-widget.date-time-style-4 .elespare-date-time {
  border-radius: 6px 0 6px 0; }
  body.rtl .elespare-date-time-widget.date-time-style-4 .elespare-date-time .elespare-icon-wrapper {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }

body.rtl .elespare-date-time-widget.date-time-style-5 .elespare-date-time .elespare-icon-wrapper {
  padding: 5px 12px 5px 10px; }

body.rtl .elespare-date-time-widget.date-time-style-6 .elespare-date-time {
  border-radius: 6px 0 6px 6px; }
  body.rtl .elespare-date-time-widget.date-time-style-6 .elespare-date-time .elespare-icon-wrapper::after {
    border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
    left: auto;
    right: 100%; }

body.rtl .elespare-date-time-widget.date-time-style-7 .elespare-date-time {
  border-radius: 0 6px 0 0; }
  body.rtl .elespare-date-time-widget.date-time-style-7 .elespare-date-time .elespare-icon-wrapper {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    padding: 5px 12px 5px 20px; }

body.rtl .elespare-date-time-widget.date-time-style-8 .elespare-date-time .elespare-icon-wrapper {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 5px 12px 5px 20px; }

body.rtl .elespare-date-time-widget.date-time-style-9 .elespare-date-time .elespare-icon-wrapper {
  padding: 0 10px 5px 0; }

body.rtl .elespare-date-time-widget.date-time-style-10 .elespare-date-time .elespare-icon-wrapper {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  padding: 5px 12px 5px 20px; }

body.rtl .elespare-date-time-widget.date-time-style-11 .elespare-date-time {
  border-radius: 0 6px 0 6px; }
  body.rtl .elespare-date-time-widget.date-time-style-11 .elespare-date-time .elespare-icon-wrapper {
    padding: 3px 5px 3px 0; }

body.rtl .elespare-date-time-widget.date-time-style-12 .elespare-date-time .elespare-icon-wrapper {
  padding: 5px 5px 5px 0; }

body.rtl .elespare-date-time-widget.date-time-rounded .elespare-date-time {
  border-radius: 6px; }

body.rtl .elespare-date-time-widget.date-time-circular .elespare-date-time {
  border-radius: 100px; }

body.rtl .elespare-date-time-widget.date-time-circular.date-time-style-2 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular.date-time-style-3 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 0;
  padding-right: 2px; }

body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-4 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-5 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-6 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-9 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 10px;
  padding-right: 12px; }

body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-7 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-8 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular .date-time-style-10 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 20px;
  padding-right: 12px; }

body.rtl .elespare-date-time-widget.date-time-circular.date-time-style-11 .elespare-date-time .elespare-icon-wrapper, body.rtl .elespare-date-time-widget.date-time-circular.date-time-style-12 .elespare-date-time .elespare-icon-wrapper {
  padding-left: 0;
  padding-right: 7px; }

body.rtl .elespare-date-time-widget.date-time-rectangular .elespare-date-time {
  border-radius: 0; }

body.rtl .elespare-section-title-elespare-left .elespare-date-time-widget {
  justify-content: flex-end; }
  body.rtl .elespare-section-title-elespare-left .elespare-date-time-widget.date-time-vertical {
    align-items: flex-end; }

body.rtl .elespare-section-title-elespare-center .elespare-date-time-widget {
  justify-content: center; }
  body.rtl .elespare-section-title-elespare-center .elespare-date-time-widget.date-time-vertical {
    justify-content: flex-end;
    align-items: center; }

body.rtl .elespare-section-title-elespare-right .elespare-date-time-widget {
  justify-content: flex-start; }
  body.rtl .elespare-section-title-elespare-right .elespare-date-time-widget.date-time-vertical {
    justify-content: flex-end;
    align-items: flex-start; }

@media screen and (max-width: 768px) {
  body.rtl .elespare-section-title-tablet-elespare-left .elespare-date-time-widget {
    justify-content: flex-end; }
    body.rtl .elespare-section-title-tablet-elespare-left .elespare-date-time-widget.date-time-vertical {
      align-items: flex-end; }
  body.rtl .elespare-section-title-tablet-elespare-center .elespare-date-time-widget {
    justify-content: center; }
    body.rtl .elespare-section-title-tablet-elespare-center .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-end;
      align-items: center; }
  body.rtl .elespare-section-title-tablet-elespare-right .elespare-date-time-widget {
    justify-content: flex-start; }
    body.rtl .elespare-section-title-tablet-elespare-right .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-end;
      align-items: flex-start; } }

@media screen and (max-width: 480px) {
  body.rtl .elespare-section-title-mobile-elespare-left .elespare-date-time-widget {
    justify-content: flex-end; }
    body.rtl .elespare-section-title-mobile-elespare-left .elespare-date-time-widget.date-time-vertical {
      align-items: flex-end; }
  body.rtl .elespare-section-title-mobile-elespare-center .elespare-date-time-widget {
    justify-content: center; }
    body.rtl .elespare-section-title-mobile-elespare-center .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-end;
      align-items: center; }
  body.rtl .elespare-section-title-mobile-elespare-right .elespare-date-time-widget {
    justify-content: flex-start; }
    body.rtl .elespare-section-title-mobile-elespare-right .elespare-date-time-widget.date-time-vertical {
      justify-content: flex-end;
      align-items: flex-start; } }
.elespare-custom-link-button .elespare-button-link {
  display: inline-flex;
  overflow: hidden;
  text-decoration: none; }
  .elespare-custom-link-button .elespare-button-link .elespare-custom-link-icon {
    display: flex;
    align-items: center; }
  .elespare-custom-link-button .elespare-button-link .elespare-custom-link-text {
    align-self: center; }

.elespare-custom-link-button.elespare-button-style-1 .elespare-button-link {
  gap: 5px; }

.elespare-custom-link-button.elespare-button-style-2 .elespare-button-link {
  gap: 10px;
  padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-3 .elespare-button-link {
  gap: 10px;
  padding: 5px 10px;
  border-radius: 6px; }

.elespare-custom-link-button.elespare-button-style-4 .elespare-button-link {
  border-radius: 0 6px 0 6px; }
  .elespare-custom-link-button.elespare-button-style-4 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-4 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-5 .elespare-button-link {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-5 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 10px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-5 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-5 .elespare-button-link {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-5 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 10px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-5 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-6 .elespare-button-link {
  gap: 10px;
  border-radius: 0 6px 6px 6px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-6 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    position: relative; }
    .elespare-custom-link-button.elespare-button-style-6 .elespare-button-link .elespare-custom-link-icon::after {
      content: "";
      border: 8px solid;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%); }
  .elespare-custom-link-button.elespare-button-style-6 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-7 .elespare-button-link {
  border-radius: 6px 0 0 0;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-7 .elespare-button-link .elespare-custom-link-icon {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-7 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-8 .elespare-button-link {
  border-radius: 100px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-8 .elespare-button-link .elespare-custom-link-icon {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-8 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-9 .elespare-button-link {
  align-items: flex-start;
  border-radius: 6px; }
  .elespare-custom-link-button.elespare-button-style-9 .elespare-button-link .elespare-custom-link-icon {
    padding: 0 0 5px 10px; }
    .elespare-custom-link-button.elespare-button-style-9 .elespare-button-link .elespare-custom-link-icon i {
      background-color: rgba(0, 0, 0, 0.15);
      border-radius: 0 0 100px 100px;
      padding: 15px 10px 10px 10px;
      display: inline-block;
      text-align: center;
      line-height: 1; }
  .elespare-custom-link-button.elespare-button-style-9 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-10 .elespare-button-link {
  border-radius: 6px;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-10 .elespare-button-link .elespare-custom-link-icon {
    clip-path: polygon(0% 0%, 75% 0, 100% 50%, 75% 100%, 0% 100%);
    padding: 5px 20px 5px 12px;
    background-color: rgba(0, 0, 0, 0.15); }
  .elespare-custom-link-button.elespare-button-style-10 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-11 .elespare-button-link {
  border-radius: 6px 0 6px 0;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon {
    padding: 3px 0 3px 5px; }
    .elespare-custom-link-button.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon i {
      clip-path: circle(45% at 50% 50%);
      padding: 12px;
      background-color: rgba(0, 0, 0, 0.15);
      display: inline-block;
      line-height: 1; }
  .elespare-custom-link-button.elespare-button-style-11 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.elespare-button-style-12 .elespare-button-link {
  border-radius: 6px 6px 0 0;
  overflow: hidden; }
  .elespare-custom-link-button.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon {
    padding: 5px 0 5px 5px; }
    .elespare-custom-link-button.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon i {
      clip-path: circle(50% at 50% 50%);
      padding: 7px 8px;
      border: 2px solid currentColor;
      display: inline-block;
      line-height: 1;
      border-radius: 50%; }
  .elespare-custom-link-button.elespare-button-style-12 .elespare-button-link .elespare-custom-link-text {
    padding: 5px 10px; }

.elespare-custom-link-button.rounded .elespare-button-link {
  border-radius: 6px; }

.elespare-custom-link-button.circular .elespare-button-link {
  border-radius: 100px; }

.elespare-custom-link-button.circular .elespare-button-link .elespare-custom-link-icon {
  padding-left: 12px; }

.elespare-custom-link-button.circular.elespare-button-style-2 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.circular.elespare-button-style-3 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 2px; }

.elespare-custom-link-button.circular.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.circular.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 7px; }

.elespare-custom-link-button.rectangular .elespare-button-link {
  border-radius: 0; }

.elespare-custom-link-button.elespare-icon-position-right .elespare-button-link {
  flex-direction: row-reverse; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-4 .elespare-button-link {
  border-radius: 6px 0 6px 0; }
  .elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-4 .elespare-button-link .elespare-custom-link-icon {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-5 .elespare-button-link .elespare-custom-link-icon {
  padding: 5px 12px 5px 10px; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-6 .elespare-button-link {
  border-radius: 6px 0 6px 6px; }
  .elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-6 .elespare-button-link .elespare-custom-link-icon::after {
    border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
    left: auto;
    right: 100%; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-7 .elespare-button-link {
  border-radius: 0 6px 0 0; }
  .elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-7 .elespare-button-link .elespare-custom-link-icon {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    padding: 5px 12px 5px 20px; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-8 .elespare-button-link .elespare-custom-link-icon {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 5px 12px 5px 20px; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-9 .elespare-button-link .elespare-custom-link-icon {
  padding: 0 10px 5px 0; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-10 .elespare-button-link .elespare-custom-link-icon {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  padding: 5px 12px 5px 20px; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-11 .elespare-button-link {
  border-radius: 0 6px 0 6px; }
  .elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon {
    padding: 3px 5px 3px 0; }

.elespare-custom-link-button.elespare-icon-position-right.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon {
  padding: 5px 5px 5px 0; }

.elespare-custom-link-button.elespare-icon-position-right.rounded .elespare-button-link {
  border-radius: 6px; }

.elespare-custom-link-button.elespare-icon-position-right.circular .elespare-button-link {
  border-radius: 100px; }

.elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-2 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-3 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 0;
  padding-right: 2px; }

.elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-4 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-5 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-6 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-9 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 10px;
  padding-right: 12px; }

.elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-7 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-8 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-10 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 20px;
  padding-right: 12px; }

.elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-11 .elespare-button-link .elespare-custom-link-icon, .elespare-custom-link-button.elespare-icon-position-right.circular.elespare-button-style-12 .elespare-button-link .elespare-custom-link-icon {
  padding-left: 0;
  padding-right: 7px; }

.elespare-custom-link-button.elespare-icon-position-right.rectangular .elespare-button-link {
  border-radius: 0; }

body.rtl .elespare-custom-link-button .elespare-button-link {
  flex-direction: row-reverse; }

body.rtl .elespare-custom-link-button.elespare-icon-position-right .elespare-button-link {
  flex-direction: row; }
.elespare-copyright-wrapper .elespare-copyright-text a {
  text-decoration: none; }
.elespare-heading-wrapper .elespare-heading {
  margin: 0; }

.elespare-heading-wrapper.elespare-module-content a {
  text-decoration: none; }
.elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 2fr); }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 2;
    grid-row-end: span 1; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid {
    flex-direction: column;
    justify-content: flex-end;
    grid-column-end: span 2; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 2; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
      border: none;
      padding: 15px;
      flex: 1; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower {
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 4; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper {
      border: none;
      flex: 1; }

.elespare-main-banner-wrap .elespare-section-trending {
  margin-top: 20px; }

.elespare-main-banner-wrap .main-banner-upper-section-wrap a, .elespare-main-banner-wrap .elespare-section-trending a {
  text-decoration: none; }

.elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower {
  flex-direction: column;
  justify-content: flex-start;
  grid-column-end: span 4; }
  .elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
    grid-template-columns: 1fr 1fr;
    grid-column-end: span 1; }
  .elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper {
    border: none; }
  .elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower:not(.has-background) .elespare-img-wrapper {
    overflow: hidden; }

.elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid:not(.has-background) .elespare-img-wrapper {
  overflow: hidden; }

.elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid {
  grid-column-start: 1;
  grid-row-start: 1; }

.elespare-main-banner-wrap .elespare-section-slider .elespare-carousel-wrap {
  overflow: hidden; }
  .elespare-main-banner-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items:not(:nth-child(1)) {
    display: none !important; }
  .elespare-main-banner-wrap .elespare-section-slider .elespare-carousel-wrap .elespare-posts-carousel-post-items.slick-slide:not(:nth-child(1)) {
    display: block !important; }

.elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(1)), .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(2)), .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items:not(:nth-child(3)) {
  display: none !important; }

.elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(1)), .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(2)), .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items.slick-slide:not(:nth-child(3)) {
  display: flex !important; }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom .elespare-img-wrapper a img {
    transition: transform 0.3s ease; }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom:hover .elespare-img-wrapper a img {
  transform: scale(1.05); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom-tilt .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom-tilt .elespare-img-wrapper a img {
    transition: transform 0.5s ease; }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-zoom-tilt .elespare-img-wrapper:hover a img {
  transform: scale(1.2) rotate(5deg); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-grayscale .elespare-img-wrapper a img {
  transition: filter 0.5s ease;
  filter: grayscale(100%); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-grayscale .elespare-img-wrapper:hover a img {
  filter: grayscale(0); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-brightness .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-brightness .elespare-img-wrapper a img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%); }

.elespare-main-banner-wrap .elespare-carousel-wrap.elespare-image-brightness .elespare-img-wrapper:hover a img {
  filter: brightness(150%); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom .elespare-posts-grid-post-items .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom .elespare-posts-grid-post-items .elespare-img-wrapper a img {
    transition: transform 0.3s ease; }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom .elespare-posts-grid-post-items:hover .elespare-img-wrapper a img {
  transform: scale(1.05); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom-tilt .elespare-posts-grid-post-items .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom-tilt .elespare-posts-grid-post-items .elespare-img-wrapper a img {
    transition: transform 0.5s ease; }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-zoom-tilt .elespare-posts-grid-post-items:hover .elespare-img-wrapper a img {
  transform: scale(1.2) rotate(5deg); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-grayscale .elespare-posts-grid-post-items .elespare-img-wrapper a img {
  transition: filter 0.5s ease;
  filter: grayscale(100%); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-grayscale .elespare-posts-grid-post-items:hover .elespare-img-wrapper a img {
  filter: grayscale(0); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-brightness .elespare-posts-grid-post-items .elespare-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%; }
  .elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-brightness .elespare-posts-grid-post-items .elespare-img-wrapper a img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%); }

.elespare-main-banner-wrap .elespare-posts-wrap.elespare-image-brightness .elespare-posts-grid-post-items:hover .elespare-img-wrapper a img {
  filter: brightness(150%); }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 390px;
    position: relative;
    display: block;
    line-height: 1.35;
    background: #dcdcdc; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
      z-index: 0; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt,
    .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1;
      color: #fff; }

.elespare-main-banner-wrap.main-banner-style-1 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-1 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-2 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-3 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-4 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-7 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-8 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-9 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-10 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-11 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-12 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-15 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-16 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-17 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-18 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-19 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-20 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-23 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-24 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-25 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-26 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-27 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-28 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-31 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .has-background .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-32 .has-background .elespare-section-grid-lower .elespare-posts-grid-post-items {
  border: none; }

.elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
  height: 390px; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
  object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-7 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-8 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-15 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-16 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-31 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-32 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
    object-fit: cover; }

.elespare-main-banner-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-5 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-6 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-7 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-8 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-15 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-16 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-29 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-30 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-31 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-32 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul {
  top: auto;
  bottom: 15px;
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-wrap
.elespare-posts-carousel-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-wrap
.elespare-posts-carousel-post-items
.elespare-img-wrapper
ul {
  left: 10px;
  top: 15px; }

.elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-img-wrapper
ul {
  top: auto;
  bottom: 15px;
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  top: auto;
  bottom: 15px;
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-post-format-disabled .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  left: 45px;
  top: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  top: 15px;
  right: auto;
  left: 45px;
  align-items: flex-start; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul {
  top: 15px;
  right: auto;
  left: 45px;
  align-items: flex-start; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul {
  left: 10px;
  top: 15px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format {
  right: auto;
  left: 10px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format {
  right: auto;
  left: 10px; }

.elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul, .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul {
  left: 15px; }

.elespare-section-grid .elespare-content-wrapper,
.elespare-section-grid-lower .elespare-content-wrapper {
  padding: 15px 0;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1; }
  .elespare-section-grid .elespare-content-wrapper .elespare-cat-links,
  .elespare-section-grid-lower .elespare-content-wrapper .elespare-cat-links {
    position: relative;
    z-index: 1; }
  .elespare-section-grid .elespare-content-wrapper .elespare-post-title,
  .elespare-section-grid-lower .elespare-content-wrapper .elespare-post-title {
    position: relative;
    z-index: 1; }
  .elespare-section-grid .elespare-content-wrapper .elespare-metadata,
  .elespare-section-grid-lower .elespare-content-wrapper .elespare-metadata {
    position: relative;
    z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-1 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-2 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-9 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-10 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-17 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-18 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-25 .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-grid .elespare-content-wrapper,
.elespare-main-banner-wrap.main-banner-style-26 .elespare-section-grid-lower .elespare-content-wrapper {
  height: auto;
  padding: 15px 0; }

.elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
    position: relative;
    min-height: 390px;
    grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 190px;
      position: relative;
      display: block;
      line-height: 1;
      background: #dcdcdc; }
      .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%; }

.elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
    position: relative;
    min-height: 390px;
    grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 190px;
      position: relative;
      display: block;
      line-height: 1;
      background: #dcdcdc; }
      .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%; }

.elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
    position: relative;
    height: 390px;
    grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 190px;
      position: relative;
      display: block;
      line-height: 1;
      background: #dcdcdc; }
      .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%; }

.elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items,
.elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
  flex-direction: column-reverse;
  display: flex; }

.elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 3fr); }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-slider {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 3;
    grid-row-end: span 1; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid {
    flex-direction: column;
    justify-content: flex-end;
    grid-column-end: span 1; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
      .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper {
        min-height: 171px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
      border: none; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 1fr; }
      .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper {
        height: 178px; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower {
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 4; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
      .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper {
      min-height: 175px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper {
      border: none; }

.elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p {
  color: #fff; }

.elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 560px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 149px; }
    .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }
  .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-13 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-14 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-21 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-22 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt {
    position: relative;
    z-index: 1;
    color: #000; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 3fr); }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-slider {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 3;
    grid-row-end: span 1; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid {
    flex-direction: column;
    justify-content: flex-end;
    grid-column-end: span 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items .elespare-content-wrapper {
        min-height: 197px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
      border: none; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 1fr; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap .elespare-img-wrapper {
        height: 178px; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower {
    flex-direction: column;
    justify-content: flex-start;
    grid-column-end: span 4; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items {
      grid-template-columns: 1fr 1fr;
      grid-column-end: span 1; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper {
        height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-content-wrapper {
      min-height: 175px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-content-wrapper {
      border: none; }

.elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-dark .elespare-posts-carousel-post-items .elespare-exceprt p {
  color: #fff; }

.elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 570px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 10px;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 140px; }
    .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }
  .elespare-main-banner-wrap.main-banner-style-29 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt, .elespare-main-banner-wrap.main-banner-style-30 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-exceprt {
    position: relative;
    z-index: 1;
    color: #000; }

.elespare-posts-wrap ul.elespare-cat-links li {
  margin-bottom: 0px; }

.elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-exceprt p,
.elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-exceprt p {
  margin-bottom: 5px; }

.elespare-main-banner-wrap.main-banner-style-5 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-6 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-29 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p, .elespare-main-banner-wrap.main-banner-style-30 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-exceprt p {
  color: #222; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-slider {
  position: relative; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
  border: none; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items {
  position: relative;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper {
    width: 100%; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items x .elespare-img-wrapper a img {
        object-fit: cover; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
    padding: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    min-height: 140px; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 540px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 168px; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  position: relative;
  height: auto;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  top: auto;
  bottom: 15px;
  left: 15px; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-slider {
  position: relative; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
  border: none; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items {
  position: relative;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    width: 100%; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
    padding: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    min-height: 155px; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 530px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 179px; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  position: relative;
  height: auto;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-slider {
  position: relative; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-content-wrapper {
  border: none; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items {
  position: relative;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    width: 100%; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: auto; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items {
  position: relative; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 585px;
    position: relative;
    display: block;
    line-height: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper {
    padding: 15px 0;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 175px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-cat-links {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-post-title {
      position: relative;
      z-index: 1; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata {
      position: relative;
      z-index: 1; }

.elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  position: relative;
  transition: transform 0.3s ease; }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 178px; }
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%; }
      .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a img {
        object-fit: cover; }

.elespare-main-banner-wrap.main-banner-style-29 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, .elespare-main-banner-wrap.main-banner-style-30 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  top: auto;
  bottom: 0px; }

.elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
    position: relative;
    min-height: 390px;
    grid-template-columns: repeat(4, 1fr); }
    .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even) {
      flex-direction: column-reverse;
      display: flex; }
    .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd), .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(odd) {
      flex-direction: column; }
    .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 190px;
      position: relative;
      display: block;
      line-height: 1;
      background: #dcdcdc; }
      .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper a {
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%; }

.elespare-avatar-wrap {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 1;
  overflow: hidden;
  margin-right: 5px; }

.elespare-avatar-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: inline !important; }

.elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap {
  overflow: hidden; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .slick-list {
    margin: 0 -5px; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a {
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%; }
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-single"] .elespare-img-wrapper a img,
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-"] .elespare-img-wrapper a img {
      transition: transform 0.3s ease; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-single"]:hover .elespare-img-wrapper a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom [class*="elespare-posts-"]:hover .elespare-img-wrapper a img {
    transform: scale(1.05); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a {
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%; }
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper a img,
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper a img {
      transition: transform 0.5s ease; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-single"] .elespare-img-wrapper:hover a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-zoom-tilt [class*="elespare-posts-"] .elespare-img-wrapper:hover a img {
    transform: scale(1.2) rotate(5deg); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper a img {
    transition: filter 0.5s ease;
    filter: grayscale(100%); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-grayscale [class*="elespare-posts-single"] .elespare-img-wrapper:hover a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-grayscale [class*="elespare-posts-"] .elespare-img-wrapper:hover a img {
    filter: grayscale(0); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a {
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%; }
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper a img,
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper a img {
      transition: transform 2s, filter 1.5s ease-in-out;
      transform-origin: center center;
      filter: brightness(100%); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-single"] .elespare-img-wrapper:hover a img,
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap.elespare-image-brightness [class*="elespare-posts-"] .elespare-img-wrapper:hover a img {
    filter: brightness(150%); }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items {
    min-height: 120px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 5px; }
    .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper {
      height: 123px;
      position: relative;
      width: 123px;
      background-color: #eee;
      align-self: flex-start;
      overflow: hidden; }
      .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a {
        display: block;
        height: 100%;
        width: 150px; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper a img {
          margin: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: relative; }
      .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count {
        position: absolute;
        bottom: 5px;
        left: 5px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1;
        background-color: #bb191a;
        border-radius: 100%;
        font-weight: 700;
        font-size: 12px; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-post-count-square {
          border-radius: 0;
          bottom: 0;
          left: 0; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tl {
          top: 5px;
          bottom: inherit; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-tr {
          top: 5px;
          bottom: inherit;
          left: inherit;
          right: 5px; }
        .elespare-main-banner-wrap .elespare-section-trending .elespare-trending-wrap .elespare-posts-trending-post-items .elespare-img-wrapper .elespare-post-count.elespare-pst-cnt-br {
          left: inherit;
          right: 5px; }

.elespare-main-banner-wrap .elespare-section-trending.has-background .elespare-trending-wrap.elespare-light .slick-list {
  margin: 0 -2.5px; }

.elespare-main-banner-wrap .elespare-section-trending .elespare-content-wrapper {
  padding: 10px;
  flex: 1; }
  .elespare-main-banner-wrap .elespare-section-trending .elespare-content-wrapper ul.elespare-cat-links {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-bottom: 5px; }

.elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid.has-background .elespare-posts-wrap.elespare-light .elespare-posts-grid-post-items, .elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-grid-lower.has-background .elespare-posts-wrap.elespare-light .elespare-posts-grid-post-items {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-main-banner-wrap .main-banner-upper-section-wrap .elespare-section-slider.has-background .elespare-carousel-wrap {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-main-banner-wrap .elespare-section-trending.has-background .elespare-posts-wrap.elespare-light {
  margin: -5px 0; }
  .elespare-main-banner-wrap .elespare-section-trending.has-background .elespare-posts-wrap.elespare-light .slick-track {
    margin: 5px 0; }
  .elespare-main-banner-wrap .elespare-section-trending.has-background .elespare-posts-wrap.elespare-light .elespare-posts-trending-post-items {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-content-wrapper .elespare-metadata span {
  vertical-align: middle; }

.elementor-section-full_width .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
  height: 700px; }

.elementor-section-full_width .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items {
  min-height: 700px; }
  .elementor-section-full_width .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 450px; }

.elespare-main-banner-wrap
.elespare-posts-wrap
.elespare-posts-carousel-post-items
.elespare-content-wrapper,
.elespare-main-banner-wrap
.elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-content-wrapper,
.elespare-main-banner-wrap
.elespare-section-trending
.elespare-content-wrapper {
  text-align: left; }

.elementor-widget-main-banner-1 {
  width: 100%; }

@container (max-width: 768px) {
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap {
    grid-template-columns: 1fr;
    column-gap: 0 !important; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid {
      justify-content: flex-start;
      grid-column-end: span 4; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-slider {
      height: auto; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 240px; }
    .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
      grid-template-columns: repeat(2, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-1 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 498px; }
  .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid {
    grid-column-start: auto;
    grid-row-start: auto; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap {
    grid-template-columns: 1fr;
    column-gap: 0; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid {
      flex-direction: column;
      justify-content: flex-start;
      grid-column-end: span 4; }
      .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
        display: grid; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-slider, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-slider {
      height: auto; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
      height: 495px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
    .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-post-items .elespare-img-wrapper {
      height: 243px; }
    .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
      grid-template-columns: repeat(2, 1fr); }
  .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper,
  .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap .elespare-posts-grid-post-items .elespare-img-wrapper {
    height: 243px; } }

@container (max-width: 480px) {
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 240px; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
    grid-column-end: span 4; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper {
    height: 240px; }
  .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even), .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-posts-grid-wrap .elespare-posts-grid-post-items:nth-child(even) {
    flex-direction: column; } }

@container (max-width: 360px) {
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-1 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-2 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-3 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-4 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-7 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-8 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-9 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-10 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-11 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-12 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-15 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-16 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-17 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-18 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-19 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-20 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-23 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-24 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-25 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-26 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-27 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-28 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-31 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items, .elespare-main-banner-wrap.main-banner-style-32 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-post-items {
    grid-column-end: span 4; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; }
  .elespare-main-banner-wrap.main-banner-style-5 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-6 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-13 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-14 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-21 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-22 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-29 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap, .elespare-main-banner-wrap.main-banner-style-30 .main-banner-upper-section-wrap .elespare-section-grid-lower .elespare-posts-grid-wrap {
    grid-template-columns: 1fr; } }

body.rtl .elespare-main-banner-wrap .main-banner-upper-section-wrap {
  text-align: right; }

body.rtl .elespare-main-banner-wrap
.elespare-posts-wrap
.elespare-posts-carousel-post-items
.elespare-content-wrapper,
body.rtl .elespare-main-banner-wrap
.elespare-posts-wrap
.elespare-posts-grid-post-items
.elespare-content-wrapper,
body.rtl .elespare-main-banner-wrap
.elespare-section-trending
.elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-2 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-3 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-4 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-5 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-6 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-7 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-8 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-11 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-12 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-15 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-16 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-25 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-26 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-27 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-28 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-29 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-30 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-31 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-32 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap.main-banner-style-1 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-meta-category {
  padding-right: 0px; }

body.rtl .elespare-main-banner-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-content-wrapper {
  text-align: right; }

body.rtl .elespare-main-banner-wrap .elespare-section-trending-title .elespare-trending-wrap .slick-list {
  margin: 0 -10px; }

body.rtl .elespare-main-banner-wrap.main-banner-style-5 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-6 .elespare-section-carousel-title .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap.main-banner-style-9 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-10 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-13 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-14 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format {
  right: auto;
  left: 10px; }

body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul, body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper.has-no-post-format ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper.has-no-post-format ul {
  right: 15px;
  left: unset; }

body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper ul,
body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  right: 45px;
  left: auto; }

body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format, body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-grid-post-items .elespare-img-wrapper .elespare-post-format,
body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper .elespare-post-format {
  right: 15px;
  left: auto; }

body.rtl .elespare-main-banner-wrap .elespare-section-trending-title .elespare-trending-wrap .elespare-posts-trending-post-items {
  padding-right: 0px; }

body.rtl .elespare-main-banner-wrap.main-banner-style-17 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-18 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-19 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-20 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-21 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-22 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-23 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul, body.rtl .elespare-main-banner-wrap.main-banner-style-24 .elespare-posts-wrap .elespare-posts-carousel-post-items .elespare-img-wrapper ul {
  left: auto;
  top: 15px;
  right: 45px; }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIuL2VsZXNwYXJlLnN0eWxlLmJ1aWxkLm1pbi5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/.hostinger-reach-block-connect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.hostinger-reach-block-dialog{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;-webkit-box-shadow:0 0 10px rgb(0 0 0 / .05);box-shadow:0 0 10px rgb(0 0 0 / .05)}.hostinger-reach-block-dialog__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;-webkit-box-shadow:none;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);-ms-flex-line-pack:center;align-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;-webkit-box-shadow:0 0 0 #fff0;box-shadow:0 0 0 #fff0;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;-webkit-box-sizing:border-box;box-sizing:border-box}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}.reach-subscription-message.is-success{background:rgb(0 158 91 / .1019607843);font-weight:700;padding:1em;gap:10px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400: #CBD5E0;--global-gray-500: #A0AEC0;--global-xs-spacing: 1em;--global-sm-spacing: 1.5rem;--global-md-spacing: 2rem;--global-lg-spacing: 2.5em;--global-xl-spacing: 3.5em;--global-xxl-spacing: 5rem;--global-edge-spacing: 1.5rem;--global-boxed-spacing: 2rem;--global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:"“" "”"}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);text-underline-offset:.1em;transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt);text-underline-offset:.25em}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a,.link-style-color-underline .entry-content .wp-block-group ul a,.link-style-color-underline .entry-content .wp-block-group ol a{color:inherit;text-decoration:underline;text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover,.link-style-color-underline .entry-content .wp-block-group ul a:hover,.link-style-color-underline .entry-content .wp-block-group ol a:hover{text-decoration-color:var(--global-palette-highlight-alt)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}:where(html:not(.no-js)) .hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}:-ms-input-placeholder{color:var(--global-palette6)}:-moz-placeholder{color:var(--global-palette6)}::placeholder{color:var(--global-palette6)}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0px 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0px 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type=search],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type=submit]{top:0;right:0;bottom:0;position:absolute;color:rgba(0,0,0,0);background:rgba(0,0,0,0);z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type=submit]:hover,.search-form .search-submit[type=submit]:focus{color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type=submit],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type=search],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:bold}button,.button,.wp-block-button__link,.wp-element-button,input[type=button],input[type=reset],input[type=submit]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:1.125rem;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type=button]:hover,input[type=button]:focus,input[type=button]:active,input[type=reset]:hover,input[type=reset]:focus,input[type=reset]:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type=button]:disabled,input[type=button].disabled,input[type=reset]:disabled,input[type=reset].disabled,input[type=submit]:disabled,input[type=submit].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button,.button.kb-btn-global-outline{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active,.button.kb-btn-global-outline:hover,.button.kb-btn-global-outline:focus,.button.kb-btn-global-outline:active{border:2px solid currentColor;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background),.button.kb-btn-global-outline:not(.has-background){background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active,.button.kb-btn-global-outline:not(.has-background):hover,.button.kb-btn-global-outline:not(.has-background):focus,.button.kb-btn-global-outline:not(.has-background):active{background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button-style-outline:not(.has-text-color),.kb-btn-global-outline:not(.has-text-color){color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):visited,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):visited,.button-style-outline:not(.has-text-color):visited,.kb-btn-global-outline:not(.has-text-color):visited{color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button-style-outline:not(.has-text-color):hover,.button-style-outline:not(.has-text-color):focus,.button-style-outline:not(.has-text-color):active,.kb-btn-global-outline:not(.has-text-color):hover,.kb-btn-global-outline:not(.has-text-color):focus,.kb-btn-global-outline:not(.has-text-color):active{color:var(--global-palette-btn-out-hover, var(--global-palette-btn-bg-hover))}button.button-style-secondary,.button.button-style-secondary,.wp-block-button__link.button-style-secondary,.wp-element-button.button-style-secondary,input[type=button].button-style-secondary,input[type=reset].button-style-secondary,input[type=submit].button-style-secondary{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:visited,.button.button-style-secondary:visited,.wp-block-button__link.button-style-secondary:visited,.wp-element-button.button-style-secondary:visited,input[type=button].button-style-secondary:visited,input[type=reset].button-style-secondary:visited,input[type=submit].button-style-secondary:visited{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:hover,button.button-style-secondary:focus,button.button-style-secondary:active,.button.button-style-secondary:hover,.button.button-style-secondary:focus,.button.button-style-secondary:active,.wp-block-button__link.button-style-secondary:hover,.wp-block-button__link.button-style-secondary:focus,.wp-block-button__link.button-style-secondary:active,.wp-element-button.button-style-secondary:hover,.wp-element-button.button-style-secondary:focus,.wp-element-button.button-style-secondary:active,input[type=button].button-style-secondary:hover,input[type=button].button-style-secondary:focus,input[type=button].button-style-secondary:active,input[type=reset].button-style-secondary:hover,input[type=reset].button-style-secondary:focus,input[type=reset].button-style-secondary:active,input[type=submit].button-style-secondary:hover,input[type=submit].button-style-secondary:focus,input[type=submit].button-style-secondary:active{color:var(--global-palette-btn-sec-hover);background:var(--global-palette-btn-sec-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}:root .has-theme-palette-1-background-color,:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color,:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color,:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color,:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color,:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color,:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color,:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color,:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color,:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color,:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color,:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color,:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color,:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color,:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color,:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color,:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color,:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color,:root .has-theme-palette9-color{color:var(--global-palette9)}:root .has-theme-palette-10-background-color,:root .has-theme-palette10-background-color{background-color:var(--global-palette10)}:root .has-theme-palette-10-color,:root .has-theme-palette10-color{color:var(--global-palette10)}:root .has-theme-palette-11-background-color,:root .has-theme-palette11-background-color{background-color:var(--global-palette11)}:root .has-theme-palette-11-color,:root .has-theme-palette11-color{color:var(--global-palette11)}:root .has-theme-palette-12-background-color,:root .has-theme-palette12-background-color{background-color:var(--global-palette12)}:root .has-theme-palette-12-color,:root .has-theme-palette12-color{color:var(--global-palette12)}:root .has-theme-palette-13-background-color,:root .has-theme-palette13-background-color{background-color:var(--global-palette13)}:root .has-theme-palette-13-color,:root .has-theme-palette13-color{color:var(--global-palette13)}:root .has-theme-palette-14-background-color,:root .has-theme-palette14-background-color{background-color:var(--global-palette14)}:root .has-theme-palette-14-color,:root .has-theme-palette14-color{color:var(--global-palette14)}:root .has-theme-palette-15-background-color,:root .has-theme-palette15-background-color{background-color:var(--global-palette15)}:root .has-theme-palette-15-color,:root .has-theme-palette15-color{color:var(--global-palette15)}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:" ";display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed !important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:rgba(0,0,0,0)}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width: 1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;transform:translateY(40px);transition:all .2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:rgba(0,0,0,0)}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{transform:translateY(0px);opacity:1}#kt-scroll-up-reader{transform:translateY(0px);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;word-wrap:normal !important}#kt-scroll-up-reader:focus{transform:translateY(0px);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width: 719px){.vs-sm-false{display:none !important}}@media screen and (min-width: 720px)and (max-width: 1024px){.vs-md-false{display:none !important}}@media screen and (min-width: 1025px){.vs-lg-false{display:none !important}}body.logged-in .vs-logged-in-false{display:none !important}body:not(.logged-in) .vs-logged-out-false{display:none !important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset, unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset, 0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}.site-branding{max-height:inherit}.site-branding a.brand{display:flex;gap:1em;flex-direction:row;align-items:center;text-decoration:none;color:inherit;max-height:inherit}.site-branding a.brand img{display:block}.site-branding .site-title{margin:0}.site-branding .site-description{margin:.4375em 0 0;word-wrap:break-word}.site-branding.branding-layout-standard-reverse a.brand{flex-direction:row-reverse}.site-branding.branding-layout-vertical.site-title-top a.brand .site-title-wrap{order:-1}.site-branding.branding-layout-vertical.site-title-top a.brand .site-description{margin:0}.site-branding.branding-layout-vertical a.brand{flex-direction:column}.site-branding.branding-layout-vertical-reverse a.brand{flex-direction:column-reverse}.site-header-section-center .site-branding.branding-layout-vertical a.brand,.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand{text-align:center}.site-header-section-center .site-branding.branding-layout-vertical a.brand img,.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand img{margin-left:auto;margin-right:auto}@media screen and (max-width: 1024px){.site-branding.branding-tablet-layout-standard-reverse a.brand{flex-direction:row-reverse}.site-branding.branding-tablet-layout-vertical.site-title-top a.brand .site-title-wrap{order:-1}.site-branding.branding-tablet-layout-vertical a.brand{flex-direction:column}.site-branding.branding-tablet-layout-vertical-reverse a.brand{flex-direction:column-reverse}}@media screen and (max-width: 719px){.site-branding.branding-mobile-layout-standard:not(.site-brand-logo-only) a.brand{flex-direction:row}.site-branding.branding-mobile-layout-standard-reverse a.brand{flex-direction:row-reverse}.site-branding.branding-mobile-layout-vertical.site-title-top a.brand .site-title-wrap{order:-1}.site-branding.branding-mobile-layout-vertical a.brand{flex-direction:column}.site-branding.branding-mobile-layout-vertical-reverse a.brand{flex-direction:column-reverse}}.site-header-row-center-column .brand:not(.has-logo-image) .site-title-wrap{text-align:center}.logo-icon{display:flex}.logo-icon .kadence-svg-iconset svg{width:100%;height:auto}.header-navigation ul ul.sub-menu,.header-navigation ul ul.submenu{display:none;position:absolute;top:100%;flex-direction:column;background:#fff;margin-left:0;box-shadow:0 2px 13px rgba(0,0,0,.1);z-index:1000}.header-navigation ul ul.quadmenu-row{flex-direction:row}body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle{opacity:.2}.header-navigation ul ul.sub-menu>li:last-child,.header-navigation ul ul.submenu>li:last-child{border-bottom:0}.header-navigation ul ul.sub-menu.sub-menu-edge{left:auto;right:0}.header-navigation ul ul ul.sub-menu.sub-menu-edge{left:auto;right:100%}.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.sub-menu,.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.submenu{opacity:0;visibility:hidden;transform:translate3d(0, 0, 0);transition:all .2s ease;display:block;clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden}.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:hover>ul,.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li.menu-item--toggled-on>ul,.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:not(.menu-item--has-toggle):focus>ul{opacity:1;visibility:visible;transform:translate3d(0, 0, 0);clip:auto;height:auto;overflow:visible}.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li>ul.opened,.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li.menu-item--toggled-on>ul,.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li:not(.menu-item--has-toggle):focus>ul{opacity:1;visibility:visible;transform:translate3d(0, 0, 0);clip:auto;height:auto;overflow:visible}.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.sub-menu,.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.submenu{transform:translate3d(0, 10px, 0)}.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.sub-menu,.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.submenu{transform:translate3d(0, -10px, 0)}.wp-site-blocks .nav--toggle-sub .dropdown-nav-special-toggle{position:absolute !important;overflow:hidden;padding:0 !important;margin:0 !important;margin-right:-0.1em !important;border:0 !important;width:.9em;top:0;bottom:0;height:auto;border-radius:0;box-shadow:none !important;background:rgba(0,0,0,0) !important;display:block;left:auto;right:.7em;pointer-events:none}.wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle{width:2.6em;margin:0 !important;right:0}.nav--toggle-sub .dropdown-nav-special-toggle:focus{z-index:10}.nav--toggle-sub .dropdown-nav-toggle{display:block;background:rgba(0,0,0,0);position:absolute;right:0;top:50%;width:.7em;height:.7em;font-size:inherit;width:.9em;height:.9em;font-size:.9em;display:inline-flex;line-height:inherit;margin:0;padding:0;border:none;border-radius:0;transform:translateY(-50%);overflow:visible;transition:opacity .2s ease}.nav--toggle-sub ul ul .dropdown-nav-toggle{right:.2em}.nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset{transform:rotate(-90deg)}.nav--toggle-sub li.menu-item-has-children{position:relative}.nav-drop-title-wrap{position:relative;padding-right:1em;display:block}.nav--toggle-sub:not(.click-to-open) li:hover>ul,.nav--toggle-sub li.menu-item--toggled-on>ul,.nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul,.nav--toggle-sub.click-to-open li.menu-item--has-toggle>ul.opened{display:block}.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul{display:block}@media(hover: none){.wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on) .dropdown-nav-special-toggle{left:0;right:0 !important;margin-right:0 !important;width:100%;pointer-events:all}.wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on)>a{pointer-events:none}}.rtl .nav--toggle-sub .dropdown-nav-toggle{right:auto;left:0}.rtl .primary-menu-container>ul>li.menu-item .dropdown-nav-special-toggle{right:auto;left:.7em}.rtl .wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle{left:0;right:auto}.rtl .nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset{transform:rotate(-270deg)}.rtl .header-navigation ul ul ul.sub-menu,.rtl .header-navigation ul ul ul.submenu{right:100%;left:auto}.rtl .nav-drop-title-wrap{padding-left:1em;padding-right:0}.wp-site-blocks .nav--toggle-sub .kadence-menu-mega-enabled .sub-menu .dropdown-nav-special-toggle{display:none}.header-navigation-style-underline-fullheight,.header-navigation-style-fullheight{height:100%;align-items:center}.header-navigation-style-underline-fullheight .header-menu-container,.header-navigation-style-fullheight .header-menu-container{height:100%;align-items:center}.header-navigation-style-underline-fullheight .header-menu-container>ul,.header-navigation-style-fullheight .header-menu-container>ul{height:100%;align-items:center}.header-navigation-style-underline-fullheight .header-menu-container>ul>li,.header-navigation-style-fullheight .header-menu-container>ul>li{display:flex;height:100%;align-items:center}.header-navigation-style-underline-fullheight .header-menu-container>ul>li>a,.header-navigation-style-fullheight .header-menu-container>ul>li>a{display:flex;height:100%;align-items:center}.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a{position:relative}.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:after{content:"";width:100%;position:absolute;bottom:0px;height:2px;right:50%;background:currentColor;transform:scale(0, 0) translate(-50%, 0);transition:transform .2s ease-in-out,color 0s ease-in-out}.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:hover:after{transform:scale(1, 1) translate(50%, 0)}.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-menu-item>a:after,.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-page-item>a:after{transform:scale(1, 1) translate(50%, 0)}.header-navigation,.header-menu-container{display:flex}.header-navigation li.menu-item>a{display:block;width:100%;text-decoration:none;color:var(--global-palette4);transition:all .2s ease-in-out;transform:translate3d(0, 0, 0)}.header-navigation li.menu-item>a:hover,.header-navigation li.menu-item>a:focus{color:var(--global-palette-highlight)}.header-navigation ul.sub-menu,.header-navigation ul.submenu{display:block;list-style:none;margin:0;padding:0}.header-navigation ul li.menu-item>a{padding:.6em .5em}.header-navigation ul ul li.menu-item>a{padding:1em;outline-offset:-2px}.header-navigation ul ul li.menu-item>a{width:200px}.header-navigation ul ul ul.sub-menu,.header-navigation ul ul ul.submenu{top:0;left:100%;right:auto;min-height:100%}.header-navigation .menu{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;list-style:none;margin:0;padding:0}.menu-toggle-open{display:flex;background:rgba(0,0,0,0);align-items:center;box-shadow:none}.menu-toggle-open .menu-toggle-label{padding-right:5px}.menu-toggle-open .menu-toggle-icon{display:flex}.menu-toggle-open .menu-toggle-label:empty{padding-right:0px}.menu-toggle-open:hover,.menu-toggle-open:focus{border-color:currentColor;background:rgba(0,0,0,0);box-shadow:none}.menu-toggle-open.menu-toggle-style-default{border:0}.wp-site-blocks .menu-toggle-open{box-shadow:none}.mobile-navigation{width:100%}.mobile-navigation a{display:block;width:100%;text-decoration:none;padding:.6em .5em}.mobile-navigation ul{display:block;list-style:none;margin:0;padding:0}.drawer-nav-drop-wrap{display:flex;position:relative}.drawer-nav-drop-wrap a{color:inherit}.drawer-nav-drop-wrap .drawer-sub-toggle{background:rgba(0,0,0,0);color:inherit;padding:.5em .7em;display:flex;border:0;border-radius:0;box-shadow:none;line-height:normal}.drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap .drawer-sub-toggle{position:absolute;left:0;z-index:10;top:0;bottom:0;justify-content:flex-end;width:100%}.mobile-navigation ul ul{padding-left:1em;transition:all .2s ease-in-out}.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu{display:none}body[class*=amp-mode-] .mobile-navigation ul ul{display:block}.mobile-navigation ul ul ul ul ul ul{padding-left:0}.mobile-navigation ul.has-collapse-sub-nav .sub-menu.show-drawer{display:block}.popup-drawer{position:fixed;display:none;top:0;bottom:0;left:-99999rem;right:99999rem;transition:opacity .25s ease-in,left 0s .25s,right 0s .25s;z-index:100000}.popup-drawer .drawer-overlay{background-color:rgba(0,0,0,.4);position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .2s ease-in-out}.popup-drawer .drawer-inner{width:100%;transform:translateX(100%);max-width:90%;right:0;top:0;overflow:auto;background:#090c10;color:#fff;bottom:0;opacity:0;position:fixed;box-shadow:0 0 2rem 0 rgba(0,0,0,.1);display:flex;flex-direction:column;transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .25s cubic-bezier(0.77, 0.2, 0.05, 1)}.popup-drawer .drawer-header{padding:0 1.5em;display:flex;justify-content:flex-end;min-height:calc(1.2em + 24px)}.popup-drawer .drawer-header .drawer-toggle{background:rgba(0,0,0,0);border:0;font-size:24px;line-height:1;padding:.6em .15em;color:inherit;display:flex;box-shadow:none;border-radius:0}.popup-drawer .drawer-header .drawer-toggle:hover{box-shadow:none}.popup-drawer .drawer-content{padding:0 1.5em 1.5em}.popup-drawer-layout-sidepanel.popup-drawer-side-left .drawer-inner{transform:translateX(-100%);right:auto;left:0}@media screen and (max-width: 1024px){.showing-popup-drawer-from-right.animate-body-popup #inner-wrap,.showing-popup-drawer-from-right.animate-body-popup #colophon,.showing-popup-drawer-from-right.animate-body-popup .site-header-row{transform:translateX(-200px)}.showing-popup-drawer-from-left.animate-body-popup #inner-wrap,.showing-popup-drawer-from-left.animate-body-popup #colophon,.showing-popup-drawer-from-left.animate-body-popup .site-header-row{transform:translateX(200px)}.animate-body-popup #inner-wrap,.animate-body-popup .site-header-row,.animate-body-popup #colophon{transform:none;transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1)}}.popup-drawer-animation-scale.popup-drawer-layout-fullwidth .drawer-inner{transform:scale(0);transform-origin:top right;transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .3s cubic-bezier(0.77, 0.2, 0.05, 1)}.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.popup-drawer-side-left .drawer-inner{transform-origin:top left}.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.active .drawer-inner{transform:scale(1)}#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-overlay,#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-inner{background:rgba(0,0,0,0)}.popup-drawer .drawer-header .drawer-toggle{width:1em;position:relative;height:1em;box-sizing:content-box;font-size:24px}.drawer-toggle .toggle-close-bar{width:.75em;height:.08em;background:currentColor;transform-origin:center center;position:absolute;margin-top:-0.04em;opacity:0;border-radius:.08em;left:50%;margin-left:-0.375em;top:50%;transform:rotate(45deg) translateX(-50%);transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .3s cubic-bezier(0.77, 0.2, 0.05, 1);transition-delay:.2s}.drawer-toggle .toggle-close-bar:last-child{transform:rotate(-45deg) translateX(50%)}.popup-drawer.active .drawer-toggle .toggle-close-bar{transform:rotate(45deg);opacity:1}.popup-drawer.active .drawer-toggle .toggle-close-bar:last-child{transform:rotate(-45deg);opacity:1}.popup-drawer .drawer-content.content-valign-middle{min-height:calc(100% - (1.2em + 24px));display:flex;justify-content:safe center;flex-direction:column;padding-bottom:calc(1.2em + 24px);overflow:auto}.popup-drawer .drawer-content.content-valign-bottom{min-height:calc(100% - (1.2em + 24px));display:flex;justify-content:flex-end;flex-direction:column;padding-bottom:calc(1.2em + 24px);max-height:calc(100% - (1.2em + 24px));overflow:auto}.popup-drawer .drawer-content.content-valign-bottom .site-header-item-mobile-navigation{display:block;overflow:auto;max-height:calc(100% - (1.2em + 24px))}.popup-drawer .drawer-content.content-align-center{text-align:center}.popup-drawer .drawer-content.content-align-center .site-header-item{justify-content:center}.popup-drawer .drawer-content.content-align-right{text-align:right}.popup-drawer .drawer-content.content-align-right .site-header-item{justify-content:flex-end}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-inner{transform:none}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-slice-background{transform-origin:center;transform:none;position:absolute;display:flex;flex-flow:column;align-items:stretch;top:0;left:0;right:0;bottom:0;z-index:-1}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg{flex:1 1 100%;background:rgba(9,12,16,.97);transform:translateX(-100%);transition:transform .3s cubic-bezier(0.77, 0.2, 0.05, 1)}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg:nth-child(odd){transform:translateX(100%)}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-content{transform:translateY(20px);opacity:0;transition:all .4s ease}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .pop-portion-bg{transform:translateX(0)}.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .drawer-content{transform:translateY(0px);opacity:1;transition:all .4s ease;transition-delay:.2s}@media screen and (max-width: 1024px){.popup-drawer-layout-sidepanel.popup-mobile-drawer-side-right .drawer-inner{transform:translateX(100%);right:0;left:auto}.popup-drawer-layout-sidepanel.popup-mobile-drawer-side-left .drawer-inner{transform:translateX(-100%);right:auto;left:0}}body.admin-bar .popup-drawer{top:46px}body.admin-bar .popup-drawer .drawer-inner{top:46px}@media screen and (min-width: 783px){body.admin-bar .popup-drawer{top:32px}body.admin-bar .popup-drawer .drawer-inner{top:32px}}.popup-drawer.show-drawer{display:block}.popup-drawer.active{left:0;opacity:1;right:0;transition:opacity .25s ease-out}.popup-drawer.active .drawer-inner{opacity:1;transform:translateX(0%)}.popup-drawer.active .drawer-overlay{opacity:1;cursor:pointer}body[class*=showing-popup-drawer-]{overflow:hidden}.site .header-navigation .header-menu-container .menu-item.nav-button{margin:0 .25em}.site .header-navigation .header-menu-container .menu-item.nav-button>a{margin:0;padding:.8em 1.5em .8em 1.5em;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);font-style:normal;font-size:16px;line-height:1.4;border-radius:12px}.site .header-navigation .header-menu-container .menu-item.nav-button>a:hover,.site .header-navigation .header-menu-container .menu-item.nav-button>a:focus{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover)}@media screen and (max-width: 1024px){.mobile-menu-container .menu-item.nav-button>a{width:100%;text-align:center;margin:0;padding:.8em 1.5em .8em 1.5em;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);font-style:normal;font-size:16px;line-height:1.4;border-radius:12px}.mobile-menu-container .menu-item.nav-button>a:hover,.mobile-menu-container .menu-item.nav-button>a:focus{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover)}}#main-header{display:none}#masthead{position:relative;z-index:11}@media screen and (min-width: 1025px){#main-header{display:block}#mobile-header{display:none}}.header-html-inner img.alignnone{display:inline-block}.drawer-content .mobile-html,.drawer-content .mobile-html2{width:100%}.site-header-row{display:grid;grid-template-columns:auto auto}.site-header-row.site-header-row-center-column{grid-template-columns:1fr auto 1fr}.site-header-row.site-header-row-only-center-column{display:flex;justify-content:center}.site-header-row.site-header-row-only-center-column .site-header-section-center{flex-grow:1}.site-header-upper-inner-wrap.child-is-fixed{display:flex;align-items:flex-end}.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap{width:100%}.site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container{max-width:none}.site-header-row-tablet-layout-contained{padding:0 1.5rem}@media screen and (max-width: 719px){.site-header-focus-item.site-header-row-mobile-layout-contained{padding:0 1.5rem}.site-header-focus-item.site-header-row-mobile-layout-fullwidth,.site-header-focus-item.site-header-row-mobile-layout-standard{padding:0}}.site-header-section{display:flex;max-height:inherit}.site-header-item{display:flex;align-items:center;margin-right:10px;max-height:inherit}.rtl .site-header-item{margin-left:10px;margin-right:0px}.site-header-section>.site-header-item:last-child{margin-right:0}.rtl .site-header-section>.site-header-item:last-child{margin-left:0px}.drawer-content .site-header-item{margin-right:0;margin-bottom:10px}.drawer-content .site-header-item:last-child{margin-bottom:0}.site-header-section-right{justify-content:flex-end}.site-header-section-center{justify-content:center}.site-header-section-left-center{flex-grow:1;justify-content:flex-end}.site-header-section-right-center{flex-grow:1;justify-content:flex-start}.header-navigation-layout-stretch-true{flex-grow:1}.header-navigation-layout-stretch-true .header-navigation{flex-grow:1}.header-navigation-layout-stretch-true .header-navigation .header-menu-container{flex-grow:1}.header-navigation-layout-stretch-true .header-navigation .header-menu-container .menu{flex-grow:1;justify-content:space-between}.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu{display:grid;grid-template-columns:repeat(auto-fit, minmax(60px, 1fr))}.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu>li{text-align:center}.header-html-inner p:first-child{margin-top:0}.header-html-inner p:last-child{margin-bottom:0}#main-header .header-button.button-style-outline{background:rgba(0,0,0,0) !important}.element-social-inner-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.3em}a.social-button{width:2em;text-decoration:none;height:2em;display:inline-flex;justify-content:center;align-items:center;margin:0;color:var(--global-palette4);background:var(--global-palette7);border-radius:3px;transition:all .2s ease-in-out}a.social-button:hover{color:var(--global-palette-btn);background:var(--global-palette-btn-bg)}a.social-button .social-label{padding-left:6px}.social-show-label-true a.social-button{width:auto;padding:0 .4em}.social-style-outline .social-button{background:rgba(0,0,0,0) !important;border:2px solid var(--global-palette7)}.social-style-outline .social-button:hover{color:var(--global-palette-highlight);border-color:currentColor}.social-icon-custom-svg{display:inline-flex;align-self:center}.social-icon-custom-svg svg{fill:currentcolor;width:1em;height:1em}.social-icon-custom-svg svg *{fill:currentColor}.search-toggle-open{display:flex;background:rgba(0,0,0,0);align-items:center;padding:.5em;box-shadow:none}.search-toggle-open .search-toggle-label{padding-right:5px}.search-toggle-open .search-toggle-icon{display:flex}.search-toggle-open .search-toggle-icon svg.kadence-svg-icon{top:-0.05em;position:relative}.search-toggle-open .search-toggle-label:empty{padding-right:0px}.search-toggle-open:hover,.search-toggle-open:focus{border-color:currentColor;background:rgba(0,0,0,0);box-shadow:none}.search-toggle-open.search-toggle-style-default{border:0}.popup-drawer-layout-fullwidth .drawer-inner{max-width:none;background:rgba(9,12,16,.97);transition:transform 0s ease-in,opacity .2s ease-in}.popup-drawer-layout-fullwidth .drawer-inner .drawer-overlay{background-color:rgba(0,0,0,0)}#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated .drawer-inner{background:rgba(9,12,16,.97)}#search-drawer .drawer-inner .drawer-header{position:relative;z-index:100}#search-drawer .drawer-inner .drawer-content{display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;padding:2em}#search-drawer .drawer-inner form{max-width:800px;width:100%;margin:0 auto;display:flex}#search-drawer .drawer-inner form label{flex-grow:2}#search-drawer .drawer-inner form ::-webkit-input-placeholder{color:currentColor;opacity:.5}#search-drawer .drawer-inner form ::-moz-placeholder{color:currentColor;opacity:.5}#search-drawer .drawer-inner form :-ms-input-placeholder{color:currentColor;opacity:.5}#search-drawer .drawer-inner form :-moz-placeholder{color:currentColor;opacity:.5}#search-drawer .drawer-inner input.search-field{width:100%;background:rgba(0,0,0,0);color:var(--global-palette6);padding:.8em 80px .8em .8em;font-size:20px;border:1px solid currentColor}#search-drawer .drawer-inner input.search-field:focus{color:#fff;box-shadow:5px 5px 0px 0px currentColor}#search-drawer .drawer-inner .search-submit[type=submit]{width:70px}#search-drawer .drawer-inner .kadence-search-icon-wrap{color:var(--global-palette6);width:70px}#search-drawer .drawer-inner .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:#fff}#search-drawer .drawer-inner button[type=submit]:hover~.kadence-search-icon-wrap{color:#fff}.site-header-upper-inner-wrap.child-is-fixed .site-top-header-wrap:not(.item-is-fixed){align-self:flex-start;flex-grow:1}.kadence-sticky-header{position:relative;z-index:1}.item-is-fixed{position:fixed;left:0;right:0;z-index:1200}.site-branding a.brand img.kadence-sticky-logo{display:none}.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img.kadence-sticky-logo{display:block}.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img{display:none}.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand img:not(.svg-logo-image){width:auto}.kadence-sticky-header.item-is-fixed:not(.item-at-start)[data-shrink=true] .site-branding a.brand picture img{max-height:inherit}#mobile-drawer{z-index:99999}#mobile-header .mobile-navigation>.mobile-menu-container.drawer-menu-container>ul.menu{display:flex;flex-wrap:wrap}#mobile-header .mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap>a{padding-right:2em}#mobile-header .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button{border:0}#mobile-header .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,#mobile-header .mobile-navigation ul li:not(.menu-item-has-children) a{border:0}.has-drop-cap:not(:focus):first-letter{float:left;line-height:1;font-size:80px;font-weight:600;margin:0 .125em 0 0;text-transform:uppercase}.wp-block-image{margin-bottom:0}.wp-block-image.has-custom-border img{border-style:solid}figure.wp-block-image.aligncenter img{display:inline-block}.wp-block-pullquote{border-top:0;border-bottom:0;color:var(--global-palette4)}.wp-block-pullquote blockquote{border:0;margin:0 auto;padding:2em;position:relative}.wp-block-pullquote blockquote::before{font-size:200px;line-height:40px;font-family:sans-serif;color:var(--global-palette7);z-index:0;position:absolute;left:35px;content:open-quote;top:80px}.wp-block-pullquote blockquote p{font-size:1.15em;font-style:italic;position:relative;z-index:1}.wp-block-pullquote blockquote cite{text-transform:uppercase}.wp-block-pullquote.is-style-solid-color:not(.has-background){background:var(--global-palette7)}.wp-block-pullquote.is-style-solid-color blockquote{padding:0}.wp-block-pullquote.is-style-solid-color blockquote:before{color:var(--global-palette9);left:-20px;top:45px}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.15em;font-style:italic}@media screen and (min-width: 767px){.wp-block-pullquote blockquote p,.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.3em}}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:1.5em auto;padding:0 1em}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}.wp-block-quote.has-text-align-right{border-left:none;border-right:4px solid var(--global-palette4);padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.single-content .wp-block-quote p{margin-bottom:var(--global-sm-spacing)}.single-content .wp-block-quote p:last-child{margin-bottom:0}.wp-block-cover{display:flex;align-items:center}.wp-block-table{border-collapse:collapse}.wp-block-table table{border-collapse:collapse}.wp-block-table thead{border-bottom:3px solid var(--global-palette6)}.wp-block-table tfoot{border-top:3px solid var(--global-palette6)}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid var(--global-palette6);word-break:normal}.wp-block-table img{display:inline-block}.wp-block-table.is-style-stripes thead{border-bottom:0}.wp-block-table.is-style-stripes tfoot{border-top:0}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border:0}.blocks-gallery-caption figcaption,.wp-block-embed figcaption,.wp-block-image figcaption,.wp-block-table figcaption,.wp-block-audio figcaption,.wp-block-video figcaption{color:var(--global-palette5);font-size:80%;text-align:center}.wp-block-separator{margin-left:auto;margin-right:auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:160px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-dots):not(.is-style-wide){height:2px}.wp-block-separator.is-style-dots:before{font-size:30px}ul.wp-block-social-links:not(.specificity){padding-left:0;padding-right:0}.single-content .wp-block-columns{margin-bottom:var(--global-md-spacing);margin-top:0}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid{display:grid;column-gap:2.5rem;row-gap:2.5rem;grid-template-columns:1fr;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright){display:block;height:0;padding-bottom:66.67%;overflow:hidden;position:relative}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) img{flex:1;height:100%;object-fit:cover;width:100%;position:absolute}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li{margin:0;width:100%}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li>a{margin:1em 0 0;color:var(--global-palette3);text-decoration:none;font-size:1.3em;display:block}@media screen and (min-width: 767px){.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-2{grid-template-columns:1fr 1fr}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-3{grid-template-columns:1fr 1fr 1fr}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-4{grid-template-columns:1fr 1fr 1fr 1fr}.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-5{grid-template-columns:1fr 1fr 1fr 1fr 1fr}}.wp-block-latest-posts.wp-block-latest-posts__list{padding-left:0}.wp-block-latest-posts__list li{margin-top:var(--global-sm-spacing)}.wp-block-latest-posts__list li:after{clear:both;display:table;content:""}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{color:var(--global-palette6)}@media screen and (max-width: 540px){.wp-block-latest-posts__featured-image.alignleft{float:none;margin-bottom:1em}}figure.wp-block-gallery ul{padding:0}.wp-block-media-text .wp-block-media-text__media img,.wp-block-media-text .wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-group.has-background{padding:20px 30px;margin-top:0;margin-bottom:0}.entry-content .wp-block-group.has-background{padding:20px 30px}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none}.wp-block-search .wp-block-search__button{border-color:var(--global-gray-400)}.wp-block-search .wp-block-search__button:not(.has-text-color){color:var(--global-palette4)}.wp-block-search .wp-block-search__button:not(.has-background){background:var(--global-palette9)}.wp-block-search .wp-block-search__input{border-color:var(--global-gray-400)}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border-color:var(--global-gray-400);border-radius:3px;background:var(--global-palette9)}.wp-block-navigation ul.wp-block-navigation__container{padding:0}.has-child .wp-block-navigation__container{min-width:12em;display:flex;flex-direction:column}.wp-block-yoast-how-to-block .schema-how-to-steps li{margin-bottom:var(--global-md-spacing)}.wp-block-yoast-how-to-block .schema-how-to-steps li .schema-how-to-step-text{margin-top:0}.single-content .wp-block-post-template,.single-content .wp-block-query-loop{padding:0}.single-content .wp-block-query .wp-block-post-featured-image.alignwide,.single-content .wp-block-query .wp-block-post-featured-image.alignfull{margin-left:0;margin-right:0}.single-content .wp-block-query .wp-block-post-featured-image.alignfull{width:auto}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin-bottom:1.5em;display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));grid-gap:.5em}.gallery .gallery-item{margin-top:0}.elementor-image-gallery .gallery{display:block}@media screen and (min-width: 40em){.gallery-columns-2{grid-template-columns:repeat(2, 1fr)}.gallery-columns-3{grid-template-columns:repeat(3, 1fr)}.gallery-columns-4{grid-template-columns:repeat(4, 1fr)}.gallery-columns-5{grid-template-columns:repeat(5, 1fr)}.gallery-columns-6{grid-template-columns:repeat(6, 1fr)}.gallery-columns-7{grid-template-columns:repeat(7, 1fr)}.gallery-columns-8{grid-template-columns:repeat(8, 1fr)}.gallery-columns-9{grid-template-columns:repeat(9, 1fr)}}.gallery-item{padding:.5em}.gallery-icon{display:flex;justify-content:center}.gallery-caption{font-size:80%}.gallery.entry{display:block}.pagination{margin:var(--global-lg-spacing) auto;overflow:hidden}.pagination .nav-links{justify-content:center;flex-wrap:wrap}.pagination .page-numbers{display:inline-block;margin-right:.5em;border:2px solid rgba(0,0,0,0);min-width:2.5em;line-height:2.25em;text-align:center;text-decoration:none;border-radius:.25rem;color:inherit}.pagination a:hover,.pagination a:focus,.pagination a:active{border-color:var(--global-palette-btn-bg)}.pagination .dots{min-width:auto;border:none}.pagination .current{border-color:var(--global-palette-btn-bg);background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.pagination .page-numbers:last-child{margin-right:0}.page-links{margin-top:var(--global-md-spacing);justify-content:center;flex-wrap:wrap;clear:both}.page-links .post-page-numbers{display:inline-block;margin-right:.2em;border:2px solid rgba(0,0,0,0);min-width:2.5em;line-height:2.25em;text-align:center;text-decoration:none;border-radius:.25rem;color:inherit}.page-links a:hover,.page-links a:focus,.page-links a:active{border-color:var(--global-palette-btn-bg)}.page-links .current{border-color:var(--global-palette-btn-bg);background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.page-links .post-page-numbers:first-child{margin-left:.5em}.page-links .post-page-numbers:last-child{margin-right:0}.comment-navigation,.post-navigation{margin:var(--global-lg-spacing) auto}.comment-navigation a,.post-navigation a{text-decoration:none;color:inherit;display:block}.comment-navigation a:hover,.post-navigation a:hover{color:var(--global-palette-highlight)}.comment-navigation .nav-links,.post-navigation .nav-links{display:grid;grid-template-columns:repeat(2, 1fr)}.comment-navigation .nav-previous,.post-navigation .nav-previous{position:relative}.comment-navigation .nav-previous .kadence-svg-iconset,.post-navigation .nav-previous .kadence-svg-iconset{padding-right:.5em}.comment-navigation .nav-previous a,.post-navigation .nav-previous a{padding-right:var(--global-xs-spacing)}.comment-navigation .nav-previous:after,.post-navigation .nav-previous:after{position:absolute;content:"";top:25%;right:0;width:1px;height:50%;background:var(--global-gray-500)}.comment-navigation .nav-next,.post-navigation .nav-next{grid-column-start:2;text-align:right}.comment-navigation .nav-next a,.post-navigation .nav-next a{padding-left:var(--global-xs-spacing)}.comment-navigation .nav-next .kadence-svg-iconset,.post-navigation .nav-next .kadence-svg-iconset{padding-left:.5em}.post-navigation-sub{margin-bottom:.5em}.post-navigation-sub small{text-transform:uppercase;display:inline-block;font-weight:bold;letter-spacing:.05em}.widget{margin-top:0;margin-bottom:1.5em}.widget-area .widget:last-child{margin-bottom:0}.widget-area .widget-title{font-size:20px;line-height:1.5;margin-bottom:.5em;text-transform:uppercase}.widget-area ul{padding-left:.5em}.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){color:var(--global-palette3);text-decoration:none}.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover{color:var(--global-palette-highlight);text-decoration:underline}.sidebar-link-style-underline.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){text-decoration:underline}.sidebar-link-style-plain.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){text-decoration:none}.sidebar-link-style-plain.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover{text-decoration:none}.widget-area .widget{margin-left:0;margin-right:0}.widget li:not(.kb-table-of-content-list li){line-height:1.8}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_recent_comments ul,.widget_pages ul,.widget_recent_entries ul,.widget_rss ul{margin:0;padding:0;list-style-type:none}.widget select{max-width:100%;text-overflow:ellipsis}.widget_archive li{color:var(--global-palette6)}.widget_categories .children{padding-top:0}.widget_pages .children,.widget_nav_menu .sub-menu{padding-top:0;padding-bottom:.5em}.widget_pages a,.widget_nav_menu a{display:block;padding:.1em 0;text-decoration:none}.widget_pages a:hover,.widget_pages a:focus,.widget_nav_menu a:hover,.widget_nav_menu a:focus{text-decoration:none}.widget_pages li,.widget_nav_menu li{padding:0}.widget_pages li ul,.widget_nav_menu li ul{margin-left:1em}.widget_meta li{padding:0}.widget_recent_comments li{line-height:1.3;padding-bottom:.5em}.widget_recent_comments a{font-weight:bold}.widget_recent_comments .comment-author-link a{font-weight:inherit}.widget_recent_comments a:hover,.widget_recent_comments a:focus{padding-left:0}.widget_recent_entries ul li{margin-bottom:.4em}.widget_recent_entries ul li .post-date{font-size:.8em;color:var(--global-palette6)}.widget_rss li{margin-bottom:1em;line-height:1.3}.widget li a.rsswidget{padding-right:.5em;font-size:1em;line-height:1.4}.rss-date,.widget_rss cite{color:#333;font-size:.8em}.rssSummary{padding:.5em 0;font-size:.9em;line-height:1.3}.widget_calendar{font-weight:400}.widget_calendar caption{padding:.5em 0;font-size:1em;font-weight:500;text-align:left}.widget_calendar thead{background:rgba(0,0,0,0);color:#333}.widget_calendar th{border:none;text-align:center}.widget_calendar thead th{border-bottom-width:2px}.widget_calendar td{padding:.2em;font-size:.8em;text-align:center;background:#fff;border:1px solid var(--global-gray-400)}.widget_calendar .pad{background:var(--global-palette7)}.widget_calendar .wp-calendar-nav .pad{background:rgba(0,0,0,0)}.widget_calendar a{font-weight:900;text-decoration:none}.collapse-sub-navigation ul.menu{display:block}.collapse-sub-navigation ul.menu li a{text-decoration:none;width:100%;padding-top:.5em;padding-bottom:.5em;border-bottom:1px solid var(--global-palette7)}.collapse-sub-navigation ul.menu li a:hover{text-decoration:none}.collapse-sub-navigation ul.menu ul{padding:0 0 0 1em;margin:0;display:none;transition:all .2s ease-in-out}.collapse-sub-navigation ul.menu .sub-menu.show-drawer{display:block}.collapse-sub-navigation ul.menu .drawer-nav-drop-wrap .drawer-sub-toggle{border-left:1px solid var(--global-palette7);border-bottom:1px solid var(--global-palette7)}.grid-cols{display:grid;grid-template-columns:minmax(0, 1fr);column-gap:2.5rem;row-gap:2.5rem}.wp-site-blocks .grid-cols:before{display:none}.grid-xs-col-1{grid-template-columns:minmax(0, 1fr)}.grid-xs-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-xs-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-xs-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}@media screen and (min-width: 576px){.grid-sm-col-1{grid-template-columns:minmax(0, 1fr)}.grid-sm-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-sm-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-sm-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (min-width: 768px){.grid-md-col-1{grid-template-columns:minmax(0, 1fr)}.grid-md-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-md-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-md-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (min-width: 1025px){.grid-lg-col-1{grid-template-columns:minmax(0, 1fr)}.grid-lg-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-lg-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-lg-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-lg-col-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid-lg-col-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media screen and (min-width: 1200px){.grid-xl-col-1{grid-template-columns:minmax(0, 1fr)}.grid-xl-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-xl-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-xl-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-xl-col-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid-xl-col-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}article.sticky{font-size:inherit}.entry{box-shadow:0px 15px 25px -10px rgba(0,0,0,.05);border-radius:.25rem}.custom-archive-loop-item.entry{box-shadow:none;border-radius:0}.entry-loop{overflow:hidden}.content-wrap{position:relative}.site-main{min-width:0}ul.kadence-posts-list,.single-content ul.kadence-posts-list{padding:0;margin:0;list-style:none}ul.kt-testimonial-grid-wrap,.single-content ul.kt-testimonial-grid-wrap{padding:0;margin:0;list-style:none}.kadence-posts-list .entry-list-item{display:flex;flex-direction:column}.kadence-posts-list .entry-list-item article.entry{flex:1}.kadence-thumbnail-position-behind+.entry{z-index:1;position:relative}@media screen and (max-width: 719px){.content-style-boxed .content-bg:not(.loop-entry){margin-left:-1rem;margin-right:-1rem;width:auto}.content-width-fullwidth.content-style-boxed .content-bg:not(.loop-entry){margin-left:0;margin-right:0}.content-style-boxed .comments-area{padding-left:.5rem;padding-right:.5rem}.primary-sidebar{padding-left:0;padding-right:0}}@media screen and (min-width: 768px){.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image){display:grid;grid-template-columns:1fr 2fr}.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry,.archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry,.search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry{grid-gap:2rem}.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail,.archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail,.search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail{margin-bottom:0}.kb-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry{grid-gap:2rem}.kb-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail{margin-bottom:0}}.archive.content-style-unboxed .entry-content-wrap,.blog.content-style-unboxed .entry-content-wrap,.post-type-archive.content-style-unboxed .entry-content-wrap,.search-results.content-style-unboxed .entry-content-wrap{padding:0}.archive.content-style-unboxed .entry,.blog.content-style-unboxed .entry,.post-type-archive.content-style-unboxed .entry,.search-results.content-style-unboxed .entry{box-shadow:none}.article-post-thumbnail-caption{font-size:90%;margin:0;padding-top:.5em;padding-bottom:.5em;text-align:center}.content-style-unboxed .kadence-thumbnail-position-above+.article-post-thumbnail-caption{margin-top:calc(0px - var(--global-md-spacing));margin-bottom:var(--global-md-spacing)}.single-content{margin:var(--global-md-spacing) 0 0}.single-content address,.single-content figure,.single-content hr,.single-content p,.single-content table,.single-content pre,.single-content form,.single-content .wp-block-buttons,.single-content .wp-block-button,.single-content .wc-block-grid,.single-content .wp-block-kadence-advancedbtn,.single-content .wp-block-media-text,.single-content .wp-block-cover,.single-content .entry-content-asset,.single-content .wp-block-kadence-form,.single-content .wp-block-group,.single-content .wp-block-yoast-faq-block,.single-content .wp-block-yoast-how-to-block,.single-content .schema-faq-section,.single-content .wp-block-kadence-tableofcontents,.single-content .enlighter-default,.single-content .wp-block-kadence-iconlist,.single-content [class*=__inner-content]{margin-top:0;margin-bottom:var(--global-md-spacing)}.single-content .wp-block-buttons .wp-block-button{margin-bottom:0}.single-content p>img{display:inline-block}.single-content p>img.aligncenter{display:block}.single-content li>img{display:inline-block}.single-content li>img.aligncenter{display:block}.single-content p:not(.wp-block-kadence-advancedheading)+.wp-block-kadence-spacer{margin-top:calc(0rem - var(--global-md-spacing))}.single-content .wp-block-yoast-faq-block .schema-faq-question{margin-bottom:.5em}.single-content .elementor-widget-container:first-child:not(style) h1,.single-content .elementor-widget-container:first-child:not(style) h2,.single-content .elementor-widget-container:first-child:not(style) h3,.single-content .elementor-widget-container:first-child:not(style) h4,.single-content .elementor-widget-container:first-child:not(style) h5,.single-content .elementor-widget-container:first-child:not(style) h6{margin-top:0}.single-content h1,.single-content h2,.single-content h3,.single-content h4,.single-content h5,.single-content h6{margin:1.5em 0 .5em}.single-content h1:first-child,.single-content h2:first-child,.single-content h3:first-child,.single-content h4:first-child,.single-content h5:first-child,.single-content h6:first-child{margin-top:0}.single-content h1+*,.single-content h2+*,.single-content h3+*,.single-content h4+*,.single-content h5+*,.single-content h6+*{margin-top:0}.single-content .wp-block-kadence-advancedgallery+p{margin-top:var(--global-md-spacing)}.single-content ul,.single-content ol{margin:0 0 var(--global-md-spacing);padding-left:2em}.single-content ul.aligncenter,.single-content ol.aligncenter{text-align:center;padding-left:0}.single-content .kad-slider ul{padding:0;margin:0}.single-content li>ol,.single-content li>ul{margin:0}.single-content>.more-link{display:block}.single-content address:last-child,.single-content figure:last-child,.single-content hr:last-child,.single-content p:last-child,.single-content table:last-child,.single-content pre:last-child,.single-content form:last-child,.single-content .wp-block-buttons:last-child,.single-content .wp-block-button:last-child,.single-content .wp-block-kadence-advancedbtn:last-child,.single-content .wp-block-media-text:last-child,.single-content .wp-block-cover:last-child,.single-content .entry-content-asset:last-child,.single-content .wp-block-kadence-form:last-child,.single-content .wp-block-group:last-child,.single-content .wp-block-yoast-faq-block:last-child,.single-content .wp-block-yoast-how-to-block:last-child,.single-content .schema-faq-section:last-child,.single-content .wp-block-kadence-tableofcontents:last-child,.single-content .enlighter-default:last-child,.single-content .wp-block-kadence-iconlist:last-child,.single-content h1:last-child,.single-content h2:last-child,.single-content h3:last-child,.single-content h4:last-child,.single-content h5:last-child,.single-content h6:last-child,.single-content ul:last-child,.single-content ol:last-child{margin-bottom:0}.single-content h1.elementor-heading-title,.single-content h2.elementor-heading-title,.single-content h3.elementor-heading-title,.single-content h4.elementor-heading-title,.single-content h5.elementor-heading-title,.single-content h6.elementor-heading-title{margin-bottom:.5em}.single-content .wp-block-image{margin-top:0;margin-bottom:0}.single-content .wp-block-image figure{margin-bottom:var(--global-md-spacing)}.single-content .wp-block-image:last-child figure{margin-bottom:0}.single-content figure.wp-block-image{margin-bottom:var(--global-md-spacing)}.single-content figure.wp-block-image:last-child{margin-bottom:0}.entry-content:after{display:table;clear:both;content:""}.content-title-style-hide .entry-content,.content-title-style-above .entry-content{margin:0}.content-title-style-above .entry-content-wrap .post-thumbnail+.single-content{margin:var(--global-md-spacing) 0 0}.wp-site-blocks .post-thumbnail{display:block;height:0;padding-bottom:66.67%;overflow:hidden;position:relative}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-2{padding-bottom:50%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-9-16{padding-bottom:56.25%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-1{padding-bottom:100%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-3-4{padding-bottom:75%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-5-4{padding-bottom:125%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-4-3{padding-bottom:133%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-3-2{padding-bottom:150%}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit{padding-bottom:0;height:auto}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit .post-thumbnail-inner{position:static}.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit img{margin-left:auto;margin-right:auto}.wp-site-blocks .post-thumbnail .post-thumbnail-inner{position:absolute;top:0;bottom:0;left:0;right:0}.wp-site-blocks .post-thumbnail img{flex:1;object-fit:cover}.wp-site-blocks .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img{height:100%;width:100%}.wp-block-newspack-blocks-homepage-articles .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img{height:auto;width:100%}.archive.content-style-unboxed .wp-site-blocks .post-thumbnail,.blog.content-style-unboxed .wp-site-blocks .post-thumbnail,.post-type-archive.content-style-unboxed .wp-site-blocks .post-thumbnail,.search-results.content-style-unboxed .wp-site-blocks .post-thumbnail{margin-bottom:1em}.content-style-unboxed .kadence-thumbnail-position-above{margin-bottom:var(--global-md-spacing)}.kadence-thumbnail-position-behind{margin-bottom:-4.3em;position:relative;z-index:0}.content-style-unboxed .kadence-thumbnail-position-behind:after{position:absolute;content:"";top:0;bottom:-1px;left:0;right:0;background:linear-gradient(0deg, var(--global-palette9) 5%, rgba(var(--global-palette9rgb), 0.35) 30%, rgba(255, 255, 255, 0) 50%)}.kadence-breadcrumbs{margin:1em 0;font-size:85%;color:var(--global-palette5)}.kadence-breadcrumbs a{color:inherit}.kadence-breadcrumbs p{margin:0}.entry-content-wrap .entry-header .kadence-breadcrumbs:first-child{margin-top:0}.entry-meta{font-size:80%;margin:1em 0;display:flex;flex-wrap:wrap}.entry-meta>*{display:inline-flex;align-items:center;flex-wrap:wrap}.entry-meta>* time{white-space:nowrap}.entry-meta a{color:inherit;text-decoration:none}.entry-meta .meta-label{margin-right:.2rem}.entry-meta .author-avatar{width:25px;height:25px;margin-right:.5rem;position:relative;display:inline-block}.entry-meta .author-avatar a.author-image{position:absolute;left:0;right:0;top:0;bottom:0}.entry-meta .author-avatar .image-size-ratio{padding-bottom:100%;display:block}.entry-meta .author-avatar img{position:absolute;left:0;top:0;bottom:0;right:0;border-radius:50%}.entry-meta>*:after{margin-left:.5rem;margin-right:.5rem;content:"";display:inline-block;background-color:currentColor;height:.25rem;width:.25rem;opacity:.8;border-radius:9999px;vertical-align:.1875em}.entry-meta.entry-meta-divider-slash>*:after{content:"/";height:auto;background:rgba(0,0,0,0)}.entry-meta.entry-meta-divider-dash>*:after{content:"-";height:auto;background:rgba(0,0,0,0)}.entry-meta.entry-meta-divider-vline>*:after{content:"|";height:auto;background:rgba(0,0,0,0)}.entry-meta>*:last-child:after{display:none}.entry-meta-divider-customicon.entry-meta>*>.kadence-svg-iconset{margin-right:.3em;margin-left:.8em}.entry-meta-divider-customicon.entry-meta>*:after{display:none}.entry-meta-divider-customicon.entry-meta .kt-reading-time-wrap{margin-left:.8em}.loop-entry .entry-header .entry-title{margin:0}.loop-entry .entry-summary p,.loop-entry .entry-header .entry-meta{margin:1em 0}.updated:not(.published){display:none}.updated-on .updated:not(.published){display:inline-block}.entry-summary{margin:var(--global-xs-spacing) 0 0}a.post-more-link{font-weight:bold;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:inherit;font-size:80%}a.post-more-link .kadence-svg-iconset{margin-left:.5em}a.post-more-link:hover{color:var(--global-palette-highlight)}.more-link-wrap{margin-top:var(--global-xs-spacing);margin-bottom:0}.entry-taxonomies{margin-bottom:.5em;letter-spacing:.05em;font-size:70%;text-transform:uppercase}.entry-taxonomies a{text-decoration:none;font-weight:bold}.entry-taxonomies .category-style-pill a{background:var(--global-palette-highlight);color:#fff;padding:.25rem;border-radius:.25rem;margin-right:.25rem;margin-bottom:.25rem;display:inline-block;line-height:1.2}.entry-taxonomies .category-style-pill a:last-child{margin-right:0}.entry-taxonomies .category-style-pill a:hover{color:#fff}.entry-taxonomies .category-style-underline a{text-decoration:underline}.loop-entry.type-post .entry-taxonomies .category-style-pill a{color:#fff}@media screen and (max-width: 719px){.loop-entry .entry-taxonomies{margin-bottom:1em}}.entry-tags{margin-top:var(--global-xs-spacing)}.entry-tags .tags-links{display:flex;flex-wrap:wrap}.entry-tags a.tag-link{margin-right:.5em;padding:.4em .6em;margin-top:.5em;font-size:80%;border:1px solid var(--global-gray-500);border-radius:.25rem;color:var(--global-palette5);text-decoration:none}.entry-tags a.tag-link:hover{background:var(--global-palette-highlight);color:var(--global-palette-btn);border-color:var(--global-palette-highlight)}.entry-tags a.tag-link:last-child{margin-right:0}.entry-hero-container-inner{background:var(--global-palette7)}.entry-hero-container-inner .entry-header{min-height:200px;display:flex;align-items:center;text-align:center;justify-content:center;flex-direction:column;margin-bottom:0}.entry-hero-container-inner .entry-header>div{width:100%}.entry-hero-layout-fullwidth>.entry-hero-container-inner>.site-container{max-width:none}.entry-hero{position:relative}.hero-section-overlay{position:absolute;left:0;right:0;top:0;bottom:0}.hero-container{position:relative}.title-align-left{text-align:left}.title-align-left .entry-meta{justify-content:flex-start}.title-align-center{text-align:center}.title-align-center .entry-meta{justify-content:center}.title-align-right{text-align:right}.title-align-right .entry-meta{justify-content:flex-end}.entry-hero .title-align-left{text-align:left;align-items:flex-start}.entry-hero .title-align-center{text-align:center;align-items:center}.entry-hero .title-align-right{text-align:right;align-items:flex-end}@media screen and (max-width: 1024px){.title-tablet-align-left{text-align:left}.title-tablet-align-left .entry-meta{justify-content:flex-start}.title-tablet-align-center{text-align:center}.title-tablet-align-center .entry-meta{justify-content:center}.title-tablet-align-right{text-align:right}.title-tablet-align-right .entry-meta{justify-content:flex-end}.entry-hero .title-tablet-align-left{text-align:left;align-items:flex-start}.entry-hero .title-tablet-align-center{text-align:center;align-items:center}.entry-hero .title-tablet-align-right{text-align:right;align-items:flex-end}}@media screen and (max-width: 719px){.title-mobile-align-left{text-align:left}.title-mobile-align-left .entry-meta{justify-content:flex-start}.title-mobile-align-center{text-align:center}.title-mobile-align-center .entry-meta{justify-content:center}.title-mobile-align-right{text-align:right}.title-mobile-align-right .entry-meta{justify-content:flex-end}.entry-hero .title-mobile-align-left{text-align:left;align-items:flex-start}.entry-hero .title-mobile-align-center{text-align:center;align-items:center}.entry-hero .title-mobile-align-right{text-align:right;align-items:flex-end}}.entry-header{margin-bottom:1em}.page-content{margin:2rem 0 0}.page-header{margin-bottom:var(--global-lg-spacing)}.hero-container .page-header{margin-bottom:0}.entry-footer{clear:both}.post-navigation-wrap.entry-content-wrap,.post-navigation-wrap .post-navigation,.entry-author.entry-content-wrap{margin-top:0;margin-bottom:0;border-radius:0}.comments-area.entry-content-wrap{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.single-entry.post.entry.post-footer-area-boxed{border-bottom-left-radius:0;border-bottom-right-radius:0}.post-footer-area-boxed~.entry-related{margin:0;width:auto;max-width:100%}.post-footer-area-boxed~.entry-related .entry-related-inner-content.alignwide{margin:0;width:auto;max-width:100%}.wp-block-image .alignleft{margin-right:var(--global-md-spacing)}.wp-block-image .alignright{margin-left:var(--global-md-spacing)}.alignfull,.alignwide,.entry-content .alignwide,.entry-content .alignfull{margin-left:calc(50% - var(--global-vw, 100vw)/2);margin-right:calc(50% - var(--global-vw, 100vw)/2);max-width:100vw;width:var(--global-vw, 100vw);padding-left:0;padding-right:0;clear:both}.wp-site-blocks .content-container .is-layout-constrained>.alignwide{max-width:var(--global-content-wide-width)}@media screen and (min-width: 1025px){.content-width-narrow .entry-content .alignwide,.content-width-narrow .content-area .alignwide{margin-left:-80px;margin-right:-80px;width:auto}}.content-width-fullwidth .wp-site-blocks .alignwide{margin-left:0;margin-right:0;width:unset;max-width:unset}.content-style-boxed .entry-content .alignwide{margin-left:-2rem;margin-right:-2rem;max-width:unset;width:unset}.content-style-boxed .wp-site-blocks .entry-content>.alignwide.is-layout-constrained{padding-left:var(--global-content-boxed-padding);padding-right:var(--global-content-boxed-padding)}.content-style-boxed .wp-site-blocks .entry-content .alignwide>* .alignwide{margin-left:unset;margin-right:unset}.has-small-font-size{font-size:var(--global-font-size-small)}.has-regular-font-size{font-size:var(--global-font-size-medium)}.has-large-font-size{font-size:var(--global-font-size-large)}.has-larger-font-size{font-size:var(--global-font-size-larger)}.has-xxlarge-font-size{font-size:var(--global-font-size-xxlarge)}.entry-content-asset.videofit{position:relative;padding-top:56.25%;overflow:hidden;max-width:100%;height:auto}.entry-content-asset.videofit iframe{position:absolute;top:0;left:0;width:100%;height:100%}body.elementor-template-full-width form.post-password-form,body.content-width-fullwidth form.post-password-form{text-align:center;margin:var(--global-xxl-spacing) auto}body.content-style-unboxed form.post-password-form{margin:var(--global-xxl-spacing) auto}.entry-title{word-wrap:break-word}.entry-hero-layout-contained>.entry-hero-container-inner{position:relative}body.content-style-boxed:not(.content-width-fullwidth) .wp-block-kadence-rowlayout.alignfull>.kt-row-layout-inner>.kb-theme-content-width{padding-left:calc(var(--global-content-edge-padding) + var(--global-boxed-spacing));padding-right:calc(var(--global-content-edge-padding) + var(--global-boxed-spacing))}.item-content-vertical-align-center .loop-entry .entry-content-wrap{display:flex;flex-direction:column;justify-content:center}.item-content-vertical-align-center .loop-entry .entry-content-wrap .entry-header{margin-bottom:0}.item-content-vertical-align-center .loop-entry .entry-content-wrap .entry-summary{margin-top:0}.item-content-vertical-align-center .loop-entry .entry-summary p,.item-content-vertical-align-center .loop-entry .entry-header .entry-meta{margin-bottom:0}.comments-area{margin-top:var(--global-xl-spacing);margin-left:auto;margin-right:auto}.comments-area .comment .avatar{position:absolute;left:-70px;width:50px;height:50px;border-radius:50px}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comments-title,.comment-reply-title{margin-bottom:1em}.comment-list{padding:0;margin:0;list-style-type:none}.comment-list ol{list-style-type:none}.children{margin-left:1em;padding-left:0}.rtl .children{margin-left:0;margin-right:1em}#cancel-comment-reply-link{margin-left:.8em}@media screen and (min-width: 768px){.children{margin-left:2em}.rtl .children{margin-left:0;margin-right:2em}}.comment-body{position:relative;border-bottom:1px solid var(--global-gray-500);margin-bottom:3em}.comment-body .edit-link:before{content:"|";padding-right:.3em}.comment-author .fn a{color:inherit}.comment-meta{position:relative;margin-left:70px;font-size:80%}.comment-meta a,.comment-form a{text-decoration:none;border:none;color:inherit}.comment-meta a:hover,.comment-meta a:focus,.comment-form a:hover,.comment-form a:focus{text-decoration:underline}.bypostauthor .avatar{box-sizing:content-box;border:5px solid var(--global-palette7);margin-top:-5px;margin-left:-5px}.comment-author{font-size:1.4em;line-height:1.3}.says{font-size:80%}.comment-metadata{padding-bottom:.5em}.comment-content a{word-wrap:break-word}.comment-content ul,.comment-content ol{margin:0;padding-right:3em;padding-left:3em}.comment-content ol{list-style-type:decimal}.comment-content ul ul,.comment-content ol ol{margin-right:0;margin-left:0}@media screen and (min-width: 768px){.comment-content ul,.comment-content ol{padding-right:1.5em;padding-left:1.5em}}.comment-content blockquote{margin-bottom:.75em;font-size:1.6em;line-height:1.25}.comment-content cite{font-size:1.2em}.comment-content{margin-bottom:2rem;padding-top:.3em}.reply{margin-bottom:2em;margin-top:-0.5em}@media screen and (min-width: 767px){.reply{position:absolute;top:0;right:0;margin:0}}.comment-reply-link{display:inline-block;padding:.5em 1em;font-size:85%;color:var(--global-palette5);line-height:1;text-decoration:none;background:rgba(0,0,0,0);border:1px solid var(--global-palette7);border-radius:0}.comment-reply-link:hover,.comment-reply-link:focus{border-color:var(--global-palette4);color:var(--global-palette4);cursor:pointer}.comment-form{line-height:1.3}.comment-form p{margin:1.5em 0}.comment-form .comment-notes{margin-top:-0.5em;font-size:80%;font-style:italic}.comment-form .comment-input-wrap p{margin:0 0 1.5em 0}.comment-input-wrap input{width:100%}@media screen and (min-width: 767px){.comment-form .comment-input-wrap{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.5em;margin-top:-1em}.comment-form .comment-input-wrap p{margin:0}.comment-form .comment-input-wrap.no-url-field{grid-template-columns:repeat(2, 1fr)}}#respond+.comments-title{margin-top:3em}.comment-form a{font-weight:500}.comment-form label{display:block;padding-bottom:.4em}.comment-form-cookies-consent{display:flex;align-items:center}.comment-form .comment-form-cookies-consent input{font-size:90%;vertical-align:-2px}.comment-form .required{color:#d54e21}.comment-form .comment-input-wrap p,.comment-form p.comment-form-float-label{display:flex;flex-direction:column-reverse;align-items:flex-start}.comment-form .comment-input-wrap p label,.comment-form p.comment-form-float-label label{transform-origin:left bottom;color:var(--global-palette5, #474748)}.comment-form p.comment-form-float-label{margin-top:-1em}.comment-form label,.comment-form input{transition:all .2s}.comment-form input:placeholder-shown+label,.comment-form textarea:placeholder-shown+label{white-space:nowrap;overflow:hidden;max-width:90%;text-overflow:ellipsis;cursor:text;transform:translate(0.5em, 2.35em) scale(1)}.comment-form ::-webkit-input-placeholder{transition:inherit;opacity:0}.comment-form ::-moz-placeholder{transition:inherit;opacity:0}.comment-form :-ms-input-placeholder{transition:inherit;opacity:0}.comment-form ::placeholder{transition:inherit;opacity:0}.comment-form input:focus::-webkit-input-placeholder,.comment-form textarea:focus::-webkit-input-placeholder{opacity:1}.comment-form input:focus::-moz-placeholder,.comment-form textarea:focus::-moz-placeholder{opacity:1}.comment-form input:focus:-ms-input-placeholder,.comment-form textarea:focus:-ms-input-placeholder{opacity:1}.comment-form input:focus::placeholder,.comment-form textarea:focus::placeholder{opacity:1}.comment-form input:not(:placeholder-shown)+label,.comment-form input:focus+label,.comment-form textarea:not(:placeholder-shown)+label,.comment-form textarea:focus+label{transform:translate(0, 0) scale(0.75);cursor:pointer}.comment-form input[type=checkbox]+label{display:inline-block;padding-bottom:0;transform:none;padding-left:.2em}.comment-form .comment-form-cookies-consent label:not(:placeholder-shown){padding-left:.6em;font-size:90%}.pingback .comment-body{padding:1em 0}.pingback a{font-style:italic;text-decoration:none}.entry-related{margin-top:var(--global-lg-spacing);margin-bottom:var(--global-lg-spacing);background:var(--global-palette7)}.content-wrap .entry-related:last-child{margin-bottom:0}.entry-related-carousel .entry-summary,.entry-related-carousel .entry-footer,.entry-related-carousel .entry-taxonomies{display:none}.entry-related-carousel h3.entry-title{font-size:20px}h2.entry-related-title{margin-bottom:1.5rem}.wp-site-blocks .entry-related-inner{display:block}.has-sidebar .entry-related{background:rgba(0,0,0,0)}.has-sidebar .wp-site-blocks .entry-related-inner{padding:0}.entry-related-inner-content{padding-top:var(--global-xl-spacing);padding-bottom:var(--global-xl-spacing);padding-left:var(--global-sm-spacing);padding-right:var(--global-sm-spacing)}@media screen and (min-width: 1025px){.content-width-narrow .entry-related-inner-content{padding-left:0;padding-right:0}}.entry-related-inner-content .grid-cols{display:grid}.splide.splide-initial .splide__list.grid-cols{display:flex;gap:0}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0 !important;padding:0 !important;transform-style:preserve-3d}.splide.splide-initial .splide__list{gap:0;display:flex}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide{outline:none;position:relative;--splide-nav-color: #fff;--splide-nav-background: rgba(0,0,0,0.8);--splide-nav-border: 2px solid transparent;--splide-pagination-background: #000}.splide[data-slider-dots=true]{margin-bottom:30px}.splide.kt-carousel-arrowstyle-blackonlight{--splide-nav-color: #000;--splide-nav-background: rgba(255,255,255,0.8)}.splide.kt-carousel-arrowstyle-outlineblack{--splide-nav-color: #000;--splide-nav-border: 2px solid #000;--splide-nav-background: transparent}.splide.kt-carousel-arrowstyle-outlinewhite{--splide-nav-color: #fff;--splide-nav-border: 2px solid #fff;--splide-nav-background: transparent}.kt-blocks-carousel .splide__pagination__page.is-active{background-color:#000}.kt-blocks-carousel .splide__pagination__page:hover,.kt-blocks-carousel .splide__pagination__page:focus,.kt-blocks-carousel .splide__pagination__page:focus-visible{outline:none}.kt-blocks-carousel .kt-carousel-dotstyle-light .splide__pagination__page,.kt-blocks-carousel .kt-carousel-dotstyle-light .splide__pagination__page.is-active{background-color:#fff}.kt-blocks-carousel .kt-carousel-dotstyle-outlinedark .splide__pagination__page{background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 1px #000;transition:box-shadow .3s ease}.kt-blocks-carousel .kt-carousel-dotstyle-outlinedark .splide__pagination__page.is-active{background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 8px #000}.kt-blocks-carousel .kt-carousel-dotstyle-outlinelight .splide__pagination__page{background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 1px #fff;transition:box-shadow .3s ease}.kt-blocks-carousel .kt-carousel-dotstyle-outlinelight .splide__pagination__page.is-active{background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 8px #fff}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none !important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:rgba(0,0,0,0);border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:flex}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{position:relative;left:unset;right:unset;top:unset;opacity:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide .splide__arrow{font-size:1rem;align-items:center;background:var(--splide-nav-background);border:var(--splide-nav-border);border-radius:3px;cursor:pointer;display:flex;height:3em;justify-content:center;opacity:.85;padding:0;color:var(--splide-nav-color);position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1;transition:opacity .3s ease-in-out}.splide.kb-slider-group-arrows .splide__arrows{position:absolute;z-index:1;display:flex;gap:1rem}.splide.kb-slider-group-arrows .splide__arrows .splide__arrow{position:static;opacity:.5;transform:none}.splide.kb-slider-group-arrows .splide__arrows .splide__arrow:hover,.splide.kb-slider-group-arrows .splide__arrows .splide__arrow:focus{opacity:1}.splide.kb-slider-group-arrows .splide__arrows .splide__arrow:disabled{opacity:.1}.splide.kb-slider-arrow-position-top-right .splide__arrows{top:1rem;right:1rem}.splide.kb-slider-arrow-position-top-left .splide__arrows{top:1rem;left:1rem}.splide.kb-slider-arrow-position-bottom-left .splide__arrows{bottom:1rem;left:1rem}.splide.kb-slider-arrow-position-bottom-right .splide__arrows{bottom:1rem;right:1rem}.splide:hover .splide__arrow{opacity:.75}.splide .splide__arrow svg{fill:currentColor;height:1em;width:1em}.splide .splide__arrow:hover,.splide .splide__arrow:focus{opacity:1;background:var(--splide-nav-background);color:var(--splide-nav-color)}.splide .splide__arrow:disabled{opacity:.1;cursor:not-allowed}.splide .splide__arrow--prev{left:1rem}.splide .splide__arrow--prev svg{transform:scaleX(-1)}.splide .splide__arrow--next{right:1rem}.splide .splide__pagination{bottom:-25px;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide .splide__pagination__page{background:var(--splide-pagination-background);border:0;border-radius:50%;display:inline-block;height:10px;margin:3px;opacity:.25;padding:0;transition:opacity .2s ease-in-out;width:10px}.splide .splide__pagination__page.is-active{background:var(--splide-pagination-background);opacity:.75}.splide .splide__pagination__page:hover{cursor:pointer;opacity:1}.splide .splide__pagination__page:focus-visible{outline-offset:3px}.splide .splide.is-focus-in .splide__pagination__page:focus{outline-offset:3px}.splide .splide__progress__bar{background:#ccc;height:3px}@supports(outline-offset: -3px){.splide__slide:focus-visible{outline-offset:-3px}}@supports(outline-offset: -3px){.splide.is-focus-in .splide__slide:focus{outline-offset:-3px}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline-offset:3px}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid rgba(0,0,0,0);cursor:pointer}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{left:auto;right:1em}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{bottom:1em;top:auto}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination,.splide--ttb>.splide__slider>.splide__pagination{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.site-footer-row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-right-golden{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-left-golden{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-3{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-left-half{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-right-half{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-half{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide{grid-template-columns:minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr)}.site-footer-row.site-footer-row-columns-4{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-right-forty{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row.site-footer-row-columns-5{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row.site-footer-row-columns-1{display:flex;justify-content:center}.site-footer-row.site-footer-row-columns-1 .site-footer-section-center{flex-grow:1}.site-footer-row.site-footer-row-columns-1 .site-footer-section{flex:1;text-align:center;min-width:0}.site-footer-row-layout-fullwidth>.site-footer-row-container-inner>.site-container{max-width:none}@media screen and (min-width: 720px)and (max-width: 1024px){.site-footer-row-tablet-layout-contained{padding:0 1.5rem}.site-footer-row-tablet-layout-fullwidth,.site-footer-row-tablet-layout-standard{padding:0}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default,.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row{grid-template-columns:minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(1),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(1){order:6}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(2),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(2){order:5}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(3),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(3){order:4}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(4),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(4){order:3}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(5),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(5){order:2}.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(6),.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(6){order:1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-equal{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-right-golden{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-left-golden{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal{grid-template-columns:repeat(3, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-left-half{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-right-half{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-half{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-wide{grid-template-columns:minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal{grid-template-columns:repeat(3, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row>*:first-child{grid-column:1/-1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row>*:last-child{grid-column:1/-1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-equal{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-two-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-5.site-footer-row-tablet-column-layout-equal{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}}@media screen and (max-width: 719px){.site-footer-row-mobile-layout-contained{padding:0 1.5rem}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default,.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row{grid-template-columns:minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(1),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(1){order:6}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(2),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(2){order:5}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(3),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(3){order:4}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(4),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(4){order:3}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(5),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(5){order:2}.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(6),.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(6){order:1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-equal{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-right-golden{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-left-golden{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal{grid-template-columns:repeat(3, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-left-half{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-right-half{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-half{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-wide{grid-template-columns:minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal{grid-template-columns:repeat(3, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row>*:first-child{grid-column:1/-1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row>*:last-child{grid-column:1/-1}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-equal{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-two-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-5.site-footer-row-mobile-column-layout-equal{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}.site-footer-row-mobile-layout-fullwidth,.site-footer-row-mobile-layout-standard{padding:0}}.site-footer-section{display:flex;max-height:inherit}.site-footer-item{display:flex;align-items:center;margin-right:10px;max-height:inherit}.site-footer-section>.site-footer-item:last-child{margin-right:0}.footer-widget-area{flex:1;min-width:0;display:flex}.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area{flex:unset;margin-left:30px}.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area:first-child{margin-left:0}.ft-ro-dir-column .site-footer-section:not(.footer-section-inner-items-1) .footer-widget-area{flex:unset}.footer-widget-area>*{flex:1;min-width:0}.footer-widget-area.content-valign-middle{align-items:center}.footer-widget-area.content-valign-top{align-items:flex-start}.footer-widget-area.content-valign-bottom{align-items:flex-end}.footer-widget-area.content-align-center{text-align:center}.footer-widget-area.content-align-center .footer-navigation{justify-content:center}.footer-widget-area.content-align-center .widget_media_image img{margin:0 auto}.footer-widget-area.content-align-center .footer-social-inner-wrap{justify-content:center}.footer-widget-area.content-align-right{text-align:right}.footer-widget-area.content-align-right .footer-navigation{justify-content:flex-end}.footer-widget-area.content-align-right .footer-navigation .menu{justify-content:flex-end}.footer-widget-area.content-align-right .footer-social-inner-wrap{justify-content:flex-end}.footer-widget-area.content-align-right .widget_media_image img{margin:0 0 0 auto}.footer-widget-area.content-align-left{text-align:left}.footer-widget-area.content-align-left .footer-navigation{justify-content:flex-start}.footer-widget-area.content-align-left .footer-navigation .menu{justify-content:flex-start}.footer-widget-area.content-align-left .footer-social-inner-wrap{justify-content:flex-start}@media screen and (max-width: 1024px){.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child{margin-left:auto}.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child~.footer-widget-area:last-child{margin-right:auto}.footer-widget-area.content-tablet-align-center{text-align:center}.footer-widget-area.content-tablet-align-center .footer-navigation{justify-content:center}.footer-widget-area.content-tablet-align-center .footer-navigation .menu{justify-content:center}.footer-widget-area.content-tablet-align-center .footer-social-inner-wrap{justify-content:center}.footer-widget-area.content-tablet-align-center .widget_media_image img{margin:0 auto}.footer-widget-area.content-tablet-align-right{text-align:right}.footer-widget-area.content-tablet-align-right .footer-navigation{justify-content:flex-end}.footer-widget-area.content-tablet-align-right .footer-navigation .menu{justify-content:flex-end}.footer-widget-area.content-tablet-align-right .footer-social-inner-wrap{justify-content:flex-end}.footer-widget-area.content-tablet-align-right .widget_media_image img{margin:0 0 0 auto}.footer-widget-area.content-tablet-align-left{text-align:left}.footer-widget-area.content-tablet-align-left .footer-navigation{justify-content:flex-start}.footer-widget-area.content-tablet-align-left .footer-navigation .menu{justify-content:flex-start}.footer-widget-area.content-tablet-align-left .footer-social-inner-wrap{justify-content:flex-start}}@media screen and (max-width: 719px){.ft-ro-m-dir-row .footer-section-inner-items-2 .footer-widget-area.content-mobile-align-center:first-child{margin-left:auto}.ft-ro-m-dir-row .footer-section-inner-items-2 .footer-widget-area.content-mobile-align-center:first-child~.footer-widget-area:last-child{margin-right:auto}.footer-widget-area.content-mobile-align-center{text-align:center}.footer-widget-area.content-mobile-align-center .footer-navigation{justify-content:center}.footer-widget-area.content-mobile-align-center .footer-navigation .menu{justify-content:center}.footer-widget-area.content-mobile-align-center .footer-social-inner-wrap{justify-content:center}.footer-widget-area.content-mobile-align-center .widget_media_image img{margin:0 auto}.footer-widget-area.content-mobile-align-right{text-align:right}.footer-widget-area.content-mobile-align-right .footer-navigation{justify-content:flex-end}.footer-widget-area.content-mobile-align-right .footer-navigation .menu{justify-content:flex-end}.footer-widget-area.content-mobile-align-right .footer-social-inner-wrap{justify-content:flex-end}.footer-widget-area.content-mobile-align-right .widget_media_image img{margin:0 0 0 auto}.footer-widget-area.content-mobile-align-left{text-align:left}.footer-widget-area.content-mobile-align-left .footer-navigation{justify-content:flex-start}.footer-widget-area.content-mobile-align-left .footer-navigation .menu{justify-content:flex-start}.footer-widget-area.content-mobile-align-left .footer-social-inner-wrap{justify-content:flex-start}}.ft-ro-dir-column .site-footer-section{flex-direction:column}@media screen and (max-width: 1024px){.ft-ro-t-dir-column .site-footer-section{flex-direction:column}.ft-ro-t-dir-row .site-footer-section{flex-direction:row}}@media screen and (max-width: 719px){.ft-ro-m-dir-column .site-footer-section{flex-direction:column}.ft-ro-m-dir-row .site-footer-section{flex-direction:row}}.rtl .footer-widget-area.content-align-right .footer-social-inner-wrap{justify-content:flex-start}.rtl .footer-widget-area.content-align-left .footer-social-inner-wrap{justify-content:flex-end}@media screen and (max-width: 1024px){.rtl .footer-widget-area.content-tablet-align-right .footer-social-inner-wrap{justify-content:flex-start}.rtl .footer-widget-area.content-tablet-align-left .footer-social-inner-wrap{justify-content:flex-end}}@media screen and (max-width: 719px){.rtl .footer-widget-area.content-mobile-align-right .footer-social-inner-wrap{justify-content:flex-start}.rtl .footer-widget-area.content-mobile-align-left .footer-social-inner-wrap{justify-content:flex-end}}.footer-navigation,.footer-menu-container{display:flex}.footer-navigation a{display:block;width:100%;text-decoration:none;color:var(--global-palette4);transition:all .2s ease-in-out}.footer-navigation a:hover,.footer-navigation a:focus{color:var(--global-palette-highlight)}.footer-navigation ul{display:block;list-style:none;margin:0;padding:0}.footer-navigation ul li a{padding:.6em .5em}.footer-navigation .menu{display:flex;flex-wrap:wrap;justify-content:center}.footer-widget-area.footer-navigation-layout-stretch-true .footer-menu-container{width:100%}.footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu{width:100%;justify-content:space-around}.site-footer-wrap .footer-navigation .footer-menu-container>ul li a:hover{text-decoration:none}.site-footer-wrap .social-button{color:var(--global-palette4);background:var(--global-palette7)}.site-footer-wrap .social-button:hover{text-decoration:none;color:var(--global-palette-btn);background:var(--global-palette-btn-bg)}.social-style-outline .social-button:hover{color:var(--global-palette3)}.site-footer-wrap .ft-ro-lstyle-normal a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){text-decoration:underline}.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){text-decoration:none}.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover{text-decoration:none}.site-footer-section{position:relative}.site-footer-section:not(:last-child):after{content:"";position:absolute;top:0;bottom:0;height:auto;width:0;right:-15px;transform:translateX(50%)}.footer-html{margin:1em 0}.footer-html p:last-child{margin-bottom:0}.footer-html p:first-child{margin-top:0}#comments{max-width:1100px;margin:50px auto;color:#333;font-style:normal}#comments p,#respond p{float:none!important}#wpdcom{max-width:750px;padding:0;margin:7px auto 15px auto}#wpdcom *{box-sizing:border-box;line-height:initial}#wpdcom i{margin:0}#comments #wpdcom span,#respond #wpdcom span,#wpdcom span{display:inline;letter-spacing:inherit;text-transform:none;font-size:1em}#comments #wpdcom .wpdiscuz-embed-wrapper .fb_iframe_widget>span{display:inline-block}#wpdcom form{margin:0;padding:0;border:none;background:none}#wpdcom input:required{box-shadow:0 0 1px #555}#wpdcom button{min-height:auto;min-width:auto;max-width:auto;min-height:auto;display:inline-block;font-weight:400;text-transform:none}#wpdcom svg{display:inline}#wpdcom .wpd-cursor-pointer{cursor:pointer}#wpdcom .avatar{padding:0;margin:0 auto;float:none;display:inline;height:auto;border:none;border-radius:0%;box-shadow:none}#wpdcom .page-numbers{padding:2px 7px;font-size:14px;margin:20px 1px;line-height:33px;background:#fff}#wpdcom span.current{color:#fff}#wpdcom .wc-label a:focus{outline:0}#wpdcom .wpdiscuz-hidden{display:none}#wpdcom .wpd-clear,#wpdcom .clearfix,.wpdiscuz_top_clearing,.wpdiscuz_clear{clear:both}.wpdiscuz_clear_right{clear:right}.wpdiscuz_clear_left{clear:left}#wpdcom .wpd-space{flex-grow:1}#wpdcom .wpd-hidden{visibility:hidden;opacity:0;transition:visibility 0s,opacity 0.5s linear}#wpdcom .wpd-up{color:#009149!important}#wpdcom .wpd-up svg{fill:#009149!important}#wpdcom .wpd-down{color:#fc5844!important}#wpdcom .wpd-down svg{fill:#fc5844!important}#wpdcom .wpd-reply{margin-left:25px}#wpdcom .wpd-reply.wpd_comment_level-2{margin-left:70px}#wpdcom.wpd-layout-2 .wpd-reply{margin-left:40px}#wpdcom.wpd-layout-2 .wpd-reply.wpd_comment_level-2{margin-left:28px}#wpdcom.wpd-layout-3 .wpd-reply{margin-left:45px}#wpdcom.wpd-layout-3 .wpd-reply.wpd_comment_level-2{margin-left:62px}#wpdcom .wpdlb{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.wpd-tooltip{position:relative;overflow:hidden}.wpd-tooltip:hover{overflow:visible}.wpd-tooltip:hover .wpd-tooltip-content{opacity:1}.wpd-tooltip .wpd-tooltip-content{background:#555;border-radius:5px;box-sizing:border-box;color:#fff;font-size:14px;max-width:200px;min-width:145px;padding:10px;position:absolute;opacity:0}.wpd-tooltip .wpd-tooltip-content a{color:#fff;text-decoration:none}.wpd-tooltip .wpd-tooltip-content::after{background:#555;content:"";height:10px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:10px}.wpd-tooltip.wpd-top .wpd-tooltip-content{bottom:calc(100% + 0.3em);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wpd-tooltip.wpd-top .wpd-tooltip-content::after{bottom:-5px;left:50%;margin-left:-5px}.wpd-tooltip.wpd-bottom .wpd-tooltip-content{bottom:calc(-100% - 1.8em);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wpd-tooltip.wpd-bottom .wpd-tooltip-content::after{top:-5px}.wpd-tooltip.wpd-right .wpd-tooltip-content{left:calc(100% + 1.5em);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wpd-tooltip.wpd-right .wpd-tooltip-content::after{left:-5px;margin-top:-5px;top:50%}.wpd-tooltip.wpd-left .wpd-tooltip-content{right:calc(100% + 1.5em);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wpd-tooltip.wpd-left .wpd-tooltip-content::after{right:-5px;margin-top:-5px;top:50%}[wpd-tooltip]{position:relative}[wpd-tooltip]::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);border-width:7px 7px 0 7px;border-style:solid;border-color:#555 #fff0 #fff0 #fff0;z-index:100;opacity:0}[wpd-tooltip]::after{content:attr(wpd-tooltip);position:absolute;left:50%;top:-8px;transform:translateX(-50%) translateY(-100%);background:#555;text-align:center;color:#fff;padding:8px 10px;font-size:11px;line-height:1.5;min-width:6vw;border-width:0;border-radius:4px;pointer-events:none;z-index:99;opacity:0;text-transform:none}[wpd-tooltip]:hover::after,[wpd-tooltip]:hover::before{opacity:1;transition:all .4s ease-in-out}[wpd-tooltip-size='small']::after{min-width:5vw}[wpd-tooltip-size='medium']::after{min-width:10vw}[wpd-tooltip-size='long']::after{min-width:14vw}[wpd-tooltip-position='left']::before{left:0%;top:50%;margin-left:-11px;transform:translatey(-50%) rotate(-90deg)}[wpd-tooltip-position='top']::before{left:50%}[wpd-tooltip-position='bottom']::before{top:100%;margin-top:8px;transform:translateX(-50%) translatey(-100%) rotate(-180deg)}[wpd-tooltip-position='right']::before{left:100%;top:50%;margin-left:0;transform:translatey(-50%) rotate(90deg)}[wpd-tooltip-position='left']::after{left:0%;top:50%;margin-left:-8px;transform:translateX(-100%) translateY(-50%)}[wpd-tooltip-position='top']::after{left:50%}[wpd-tooltip-position='bottom']::after{top:100%;margin-top:8px;transform:translateX(-50%) translateY(0%)}[wpd-tooltip-position='right']::after{left:100%;top:50%;margin-left:9px;transform:translateX(0%) translateY(-50%)}_:-ms-lang(x),.wpd-social-login [wpd-tooltip]::after{top:-24px}_:-ms-lang(x),.wpd-social-login [wpd-tooltip]::before{top:-24px}#wpdcom div.wpd-field-desc{position:relative;display:inline}#wpdcom div.wpd-field-desc span{position:absolute;width:200px;color:#FFF;background:#555;height:auto;line-height:17px;padding:8px 10px;font-size:12px!important;text-align:center;visibility:hidden;border-radius:6px;left:-150px}#wpdcom div.wpd-field-desc span:after{content:'';position:absolute;top:100%;left:50%;margin-left:-4px;width:0;height:0;border-top:8px solid #555;border-right:8px solid #fff0;border-left:8px solid #fff0}#wpdcom div:hover.wpd-field-desc span{visibility:visible;opacity:1;bottom:34px;left:50%;margin-left:-100px;z-index:999999}#wpdcom div:hover.wpd-tooltip{position:relative}#wpdcom span.wpd-field-desc{position:relative;display:inline}#wpdcom span.wpd-field-desc span{position:absolute;width:200px;color:#FFF;background:#555;height:auto;line-height:17px;padding:8px 10px;font-size:12px;text-align:center;visibility:hidden;border-radius:6px;left:-150px}#wpdcom span.wpd-field-desc span:after{content:'';position:absolute;top:100%;left:50%;width:0;height:0;border-top:8px solid #555;border-right:8px solid #fff0;border-left:8px solid #fff0}#wpdcom span:hover.wpd-field-desc span{visibility:visible;opacity:1;bottom:38px;left:50%;margin-left:-105px;z-index:999999}@font-face{font-family:'square721_cn_btroman';src:url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot);src:url('/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff2) format('woff2'),url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff) format('woff'),url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.ttf) format('truetype'),url('/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.svg#svgFontName') format('svg');font-display:swap}#wpd-post-rating{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:20px;margin-bottom:30px}#wpd-post-rating .wpd-rating-wrap{width:30%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center;text-align:center}#wpd-post-rating .wpd-rating-wrap .wpd-rating-left{flex-grow:1;height:1px;border-bottom:1px dashed #999;margin-right:-10px}#wpd-post-rating .wpd-rating-wrap .wpd-rating-right{flex-grow:1;height:1px;border-bottom:1px dashed #999;margin-left:-10px}#wpd-post-rating .wpd-rating-wrap .wpd-rating-data{width:125px;white-space:nowrap;text-align:center;display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-items:center}#wpd-post-rating .wpd-rating-wrap .wpd-rating-title{width:125px;white-space:break-spaces;word-break:break-all;font-size:12px;letter-spacing:.5px;color:#888;line-height:16px;display:block;margin-top:7px;margin-bottom:-3px}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value{transition:0.2s;background-color:#fff;border:1px dashed #777;height:60px;width:60px;text-align:center;border-radius:50%;font-family:square721_cn_btroman,"Open Sans",san-serif}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value span{color:#666;display:block!important;cursor:default}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv{font-size:24px!important;line-height:60px!important;padding-top:0px!important}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{font-size:18px!important;line-height:16px!important;display:none!important;padding-top:17px!important}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrt{font-size:10px!important;line-height:16px!important;display:none!important;padding-top:0px!important;font-style:normal;font-family:Arial,sans-serif}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv{display:none!important}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt{display:block!important;color:#fff;transition:0.8s}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover{background-color:#555;transition:0.5s}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars{margin-top:7px;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg{width:26px;height:26px;display:block;margin-right:-3px}#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rating-stars{display:none}#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rate-starts{display:flex}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts{display:none;margin-top:7px;flex-wrap:nowrap;flex-direction:row;justify-content:center}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts svg{width:26px;height:26px;display:block;margin-right:-3px}.wpd-rating{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:20px;margin-bottom:30px}.wpd-rating .wpd-rating-wrap{width:30%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center;text-align:center}.wpd-rating .wpd-rating-wrap .wpd-rating-left{flex-grow:1;height:1px;border-bottom:1px dashed #999;margin-right:-10px}.wpd-rating .wpd-rating-wrap .wpd-rating-right{flex-grow:1;height:1px;border-bottom:1px dashed #999;margin-left:-10px}.wpd-rating .wpd-rating-wrap .wpd-rating-data{width:125px;white-space:nowrap;text-align:center;display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-items:center}.wpd-rating .wpd-rating-wrap .wpd-rating-title{width:125px;white-space:break-spaces;word-break:break-all;font-size:12px;letter-spacing:.5px;color:#888;line-height:16px;display:block;margin-top:7px;margin-bottom:-3px}.wpd-rating .wpd-rating-wrap .wpd-rating-value{transition:0.2s;background-color:#fff;border:1px dashed #777;height:60px;width:60px;text-align:center;border-radius:50%;font-family:square721_cn_btroman,"Open Sans",san-serif}.wpd-rating .wpd-rating-wrap .wpd-rating-value span{color:#666;display:block!important;cursor:default}.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrv{font-size:24px!important;line-height:60px!important;padding-top:0px!important}.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{font-size:18px!important;line-height:16px!important;display:none!important;padding-top:17px!important}.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrt{font-size:10px!important;line-height:16px!important;display:none!important;padding-top:0px!important;font-style:normal;font-family:Arial,sans-serif}.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv{display:none!important}.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt{display:block!important;color:#ffffff!important;transition:0.8s}.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover{background-color:#555;transition:0.5s}.wpd-rating .wpd-rating-wrap .wpd-rating-stars{margin-top:7px;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center}.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg{width:26px;height:26px;display:block;margin-right:-3px}.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill:#ccc}.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill:#ffc600}.wpd-rating .wpd-rating-wrap .wpd-rating-name{font-size:12px;padding-top:5px;color:#999;display:none}#wpdcom .wpd-form-head{border-bottom:1px solid #ccc;padding:7px 2px 9px 2px;margin-top:20px;margin-bottom:5px;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between}#wpdcom .wpd-sbs-toggle{color:#666;font-size:14px;line-height:20px;cursor:pointer}#wpdcom .wpd-sbs-toggle i.fa-envelope{font-size:15px;margin-right:4px}#wpdcom .wpd-sbs-toggle i.fa-caret-down{font-size:16px;margin-left:4px;color:#666}#wpdcom .wpd-sbs-toggle .wpd-sbs-title{font-size:15px}#wpdcom .wpd-auth{display:flex;flex-direction:row;justify-content:flex-end}#wpdcom .wpd-social-login{text-align:right}#wpdcom .wpd-social-login .wpd-connect-with{line-height:20px;font-size:14px!important;margin:0 9px;vertical-align:baseline;color:#666}#wpdcom .wpd-social-login i{opacity:.8;cursor:pointer;width:22px;height:22px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;margin:0 2px}#wpdcom .wpd-social-login i svg{fill:#fff;width:15px;height:15px}#wpdcom .wpd-social-login i:hover{opacity:1}#wpdcom .wpd-social-login .wpdsn-fb i{background-color:#4267B2}#wpdcom .wpd-social-login .wpdsn-tw i{background-color:#000}#wpdcom .wpd-social-login .wpdsn-gg i{background-color:#D54C3F}#wpdcom .wpd-social-login .wpdsn-telegram i{background-color:#239cd7}#wpdcom .wpd-social-login .wpdsn-ds i{background-color:#2196F3}#wpdcom .wpd-social-login .wpdsn-wp i{background-color:#999}#wpdcom .wpd-social-login .wpdsn-vk i{background-color:#4C75A3}#wpdcom .wpd-social-login .wpdsn-ok i{background-color:#EF7800}#wpdcom .wpd-social-login .wpdsn-insta i{background-color:#F97149}#wpdcom .wpd-social-login .wpdsn-linked i{background-color:#007BB6}#wpdcom .wpd-social-login .wpdsn-yandex i{background-color:red}#wpdcom .wpd-social-login .wpdsn-mailru i{background-color:#168DE2;fill:#ff9e00}#wpdcom .wpd-social-login .wpdsn-mailru i svg{fill:#ff9e00}#wpdcom .wpd-social-login .wpdsn-weibo i{background-color:#d52a2c}#wpdcom .wpd-social-login .wpdsn-weixin i{background-color:#20c300}#wpdcom .wpd-social-login .wpdsn-qq i{background-color:#1479d7}#wpdcom .wpd-social-login .wpdsn-baidu i{background-color:#F23F40}#wpdcom .wpd-social-login .wpdsn-baidu i svg{fill:#2319dc}#wpdcom .wpd-auth .wpd-sep{border-right:1px #ccc solid;margin:0 12px;display:inline}#wpdcom .wpd-auth .wpd-login{font-size:14px;line-height:20px}#wpdcom .wpd-auth .wpd-login i{margin-right:2px}#wpdcom .wpd-auth .wpd-login a{color:#3272bf;text-decoration:none}#wpdcom .wpd-auth .wpd-login a:hover{color:#0d3e81}#wpdcom .wpdiscuz-social-login-spinner{display:none}#wpdcom .wpd-social-login-agreement{width:100%;margin-top:15px;margin-bottom:0;font-size:12px;padding:20px 30px 10px 30px;background-color:#F8F8F8;border:1px dotted #ddd;clear:both;line-height:normal}#wpdcom .wpd-social-login-agreement .wpd-agreement-title{font-weight:700;margin-bottom:5px;font-size:15px}#wpdcom .wpd-social-login-agreement .wpd-agreement-button{text-transform:uppercase;padding:3px 20px;margin:5px 0 0 15px;cursor:pointer;font-size:12px;line-height:20px;color:#00B38F;display:inline-block}#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-agree{border:1px dotted #00B38F;color:#00B38F}#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-agree:hover{color:#FFF;background:#00B38F}#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-disagree{border:1px dotted #ff312f;color:#ff312f}#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-disagree:hover{color:#FFF;background:#ff312f}#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons{margin-top:4px}#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons-left{float:left}#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons-right{float:right}#wpdcom .wpd-secondary-forms-social-content .wpd-social-login-agreement{padding:20px}#wpdcom .wpdiscuz-subscribe-bar{width:100%;box-sizing:border-box;padding:15px 0 5px 0;margin-bottom:0}#wpdcom .wpdiscuz-subscribe-bar form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row;align-items:center;margin-bottom:10px}#wpdcom .wpdiscuz-subscribe-bar .wpdiscuz_subscribe_status{font-size:14px}#wpdcom .wpdiscuz-subscribe-form-intro{font-size:14px;display:block;padding:3px 10px 3px 1px;line-height:20px;box-sizing:border-box;white-space:nowrap}#wpdcom .wpdiscuz-subscribe-form-option{flex-grow:1;font-size:13px;display:block;padding-right:5px;box-sizing:border-box}#wpdcom .wpdiscuz-subscribe-form-email{font-size:14px;display:block;padding:0 5px 0 0;box-sizing:border-box;width:30%}#wpdcom .wpdiscuz-subscribe-form-button{font-size:14px;display:block;box-sizing:border-box}#wpdcom .wpdiscuz-subscribe-form-email select{width:100%!important}#wpdcom .wpdiscuz-subscribe-form-email input[type="email"]{font-size:13px!important;padding:3px!important;width:100%!important;height:auto!important;line-height:20px!important;box-sizing:border-box!important;clear:both;float:none;margin:0}#wpdcom .wpdiscuz-subscribe-form-button input[type="submit"]{font-size:16px!important;min-height:29px!important;height:29px!important;padding:1px 3px 5px 3px!important;min-width:40px;line-height:14px!important;box-sizing:border-box!important;border:1px solid #ddd;clear:both;float:none;margin:0}#wpdcom .wpdiscuz-subscribe-agreement{font-size:12px;display:block;clear:left;padding-top:10px;width:92%}#wpdcom .wpdiscuz-subscribe-agreement label{cursor:pointer;display:inline;font-size:13px;margin:0 4px}#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{box-shadow:none;font-weight:700;letter-spacing:0}#wpdcom .wpd-form-wrap{padding-bottom:10px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;padding:20px 0;align-items:center}#wpdcom .wpd-form .wpdiscuz-textarea-wrap [id^=wpd-editor-wraper]{flex-grow:1;position:relative;width:100%}#wpdcom .wpd-form .wpd-textarea-wrap{position:relative}#wpdcom .wpd-form .wpdiscuz-textarea-wrap [id^=wpd-editor-wraper] textarea{width:100%}#wpdcom .wpd-form .wpd-avatar{margin-right:15px;border-radius:100%;text-align:left;flex-shrink:0;align-self:flex-start}#wpdcom .wpd-form .wpd-avatar img,#wpdcom .wpd-form .wpd-avatar img.avatar{width:56px;height:56px;max-width:56px;border-radius:100%;border:1px solid #ccc;padding:2px;background-color:#fff;vertical-align:middle;text-align:center}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea{height:54px;border-radius:5px;border:1px solid #ccc;width:100%;padding:10px 15px;font-size:14px;box-shadow:inset 1px 1px 8px rgb(0 0 0 / .1);font-family:inherit;outline:none;-webkit-transition:.18s ease-out;-moz-transition:.18s ease-out;-o-transition:.18s ease-out;transition:.18s ease-out;resize:none}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:hover{box-shadow:inset 1px 2px 8px rgb(0 0 0 / .02)}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-moz-placeholder{line-height:28px;color:#666;font-size:16px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-webkit-input-placeholder{line-height:28px;color:#666;font-size:16px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:-ms-input-placeholder{line-height:28px;color:#666;font-size:16px}#wpdcom .wpdiscuz-edit-form-wrap{margin-bottom:15px;margin-top:10px;position:relative}#wpdcom .wpdiscuz-edit-form-wrap table{border:none;margin:15px 0}#wpdcom .wpdiscuz-edit-form-wrap table td{border:none;padding:1px 0;border-bottom:1px dashed #ccc}#wpdcom .wpdiscuz-edit-form-wrap table td label{font-size:13px;color:#666;display:inline;line-height:22px;margin-right:20px;vertical-align:text-bottom}#wpdcom .wpdiscuz-edit-form-wrap .wc_save_wrap{text-align:right;margin-top:10px}#wpdcom .wpdiscuz-edit-form-wrap .wc_save_wrap .wc_cancel_edit{margin:0 10px}#wpdcom .wpd-form.wpd-secondary-form-wrapper{margin-bottom:25px}#wpdcom .wpd-form.wpd-secondary-form-wrapper .wpdiscuz-textarea-wrap{padding-top:10px}#wpdcom .wpd-form-wrap .wpd-login-to-comment{text-align:center;font-size:16px;padding:15px 0 0 0}#wpdcom .wpd-form .wpdiscuz-textarea-wrap{padding-bottom:10px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt{flex-wrap:wrap}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-avatar{flex-basis:69px;margin-right:0}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis:calc(100% - 70px)}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap .quicktags-toolbar{width:100%;margin-bottom:1px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea{width:100%}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wmu-upload-wrap{flex-basis:100%;text-align:right;margin-top:3px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wmu-upload-wrap i{color:#888;font-size:18px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap .wpd-editor-buttons-right{float:right}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right{display:flex;align-items:center;margin-left:auto}#comments #wpdcom .wpd-form .wpd_comm_form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right span{display:inline-block;margin:3px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::after{left:auto;margin-left:-35px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::before{right:25px;left:auto}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button{opacity:.8;box-shadow:none;background:#eee;color:#666;font-size:13px;padding:1px 12px;margin:2px 1px;display:inline-block;border-radius:0;line-height:20px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button:hover{opacity:1}#wpdcom input[type="button"],#wpdcom input[type="reset"],#wpdcom input[type="submit"],#wpdcom button{margin:inherit}#wpdcom .wpd-second-button,#wpdcom .wpd-prim-button{border:none;cursor:pointer;font-family:"Arial Hebrew",Arial,sans-serif;font-size:14px;line-height:24px;padding:4px 20px;letter-spacing:1px;box-shadow:1px 1px 3px -1px #bbb;border-radius:3px;max-width:none;max-width:none}#wpdcom .wpd-second-button:hover,#wpdcom .wpd-prim-button:hover{opacity:.9;box-shadow:none;text-decoration:none}#wpdcom .wpd-second-button{background-color:#f5f5f5;color:#999;box-shadow:1px 1px 2px -1px #ccc}#wpdcom .wc-field-submit input[type="submit"]{margin-left:2%}#wpdcom .wpd_label,#wpdcom .wpd_label{margin:1px 0 5px 0;padding:0;display:inline-block}#wpdcom .wpd_label,#wpdcom .wpd_label span{display:inline-block}#wpdcom .wpd_label input[type="checkbox"].wpd_label__checkbox{display:none}#wpdcom .wpd_label__checkbox{display:none}#wpdcom .wpd_label__check{display:inline-block;border:0;border-radius:0;vertical-align:middle;cursor:pointer;text-align:center;margin:0 3px 0 0}#wpdcom .wpd_label__check i.wpdicon{font-size:15px;line-height:20px;padding:4px 5px;width:32px;margin:0}#wpdcom .wpd_label__check i.wpdicon-on{display:none}#wpdcom .wpd_label__check i.wpdicon-off{display:inline-block;color:#aaa;border:1px solid #ddd}#wpdcom .wpd_label__checkbox:checked+.wpd_label__text .wpd_label__check .wpdicon-on{display:inline-block}#wpdcom .wpd_label__checkbox:checked+.wpd_label__text .wpd_label__check .wpdicon-off{display:none}#wpdcom .wpd_label__check i.wpdicon-off.fa-unlock-alt,#wpdcom .wpd_label__check i.wpdicon-on.fa-lock{font-size:15px}#wpdcom .wpd-form .ql-texteditor textarea{width:100%;margin:0;box-sizing:border-box;outline:none;padding:10px;line-height:24px;position:absolute;top:0;bottom:0;border:none}#wpdcom .ql-editor{min-height:65px;border-bottom-color:#fff;word-break:break-word}#wpdcom .ql-editor::before{font-size:16px;color:#aaa;letter-spacing:1px}#wpdcom .ql-editor>*{cursor:text;font-size:15px;letter-spacing:.5px;font-family:Arial;font-weight:400;color:#666}#wpdcom .ql-editor blockquote{margin-top:0!important;margin-bottom:0!important}#wpdcom .ql-container{border-radius:3px 3px 0 0;background:#fff;border-bottom:none;border-color:#ddd}#wpdcom .ql-toolbar{padding:8px 8px 3px 5px;background-color:#fafafa;border-top:none;border-radius:0 0 3px 3px;border-color:#ddd}#wpdcom .ql-toolbar.wpd-toolbar-hidden{display:none}#wpdcom .ql-toolbar .ql-stroke{stroke:#999}#wpdcom .ql-toolbar .ql-fill{fill:#999}#wpdcom .ql-toolbar button:hover .ql-stroke{color:#0274be;stroke:#0274be}#wpdcom .ql-toolbar button:hover .ql-fill{color:#0274be;fill:#0274be}#wpdcom .ql-toolbar button.ql-active .ql-stroke{color:#0274be;stroke:#0274be}#wpdcom .ql-toolbar button.ql-active .ql-fill{color:#0274be;fill:#0274be}#wpdcom .ql-toolbar button.ql-spoiler,#wpdcom .ql-toolbar button.ql-sourcecode{color:#999;width:auto;font-size:13px;letter-spacing:2px;line-height:15px;font-weight:700;font-family:arial;display:flex;align-items:flex-start;justify-content:center}#wpdcom .ql-toolbar button:hover{text-decoration:none}#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i{font-size:18px;color:#999}#wpdcom .ql-toolbar button.ql-spoiler:hover,#wpdcom .ql-toolbar button.ql-sourcecode:hover,#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i:hover{color:#0274be}#wpdcom .wpd-editor-char-counter{font-size:9px;padding:3px 5px 2px;position:absolute;right:0;z-index:10;color:#888}#wpdcom .wpd-editor-char-counter.error{color:red}#wpdcom.wpdiscuz_unauth .wc-field-submit{padding-top:15px}#wpdcom .wpd-form-foot{margin-left:70px}#wpdcom .wpd-form-row .wpdiscuz-item{clear:both}#wpdcom .wpd-form-row .wpd-form-col-full{width:100%;float:none;margin:0;text-align:left;padding:0}#wpdcom .wpd-form-row .wpd-form-col-left{width:49%;float:left;margin:0;text-align:left;padding:0}#wpdcom .wpd-form-row .wpd-form-col-right{width:49%;float:right;margin:0;text-align:right;padding:0}#wpdcom .wpd-form-row .wpd-form-col-full .wpdiscuz-item{text-align:left}#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item{text-align:left}#wpdcom .wpd-form-row .wpd-form-col-right .wpdiscuz-item{text-align:right}#wpdcom .wpdiscuz-item label.wpd-field-label{float:none}#wpdcom .wpd-form-row .wpdiscuz-item{width:100%;vertical-align:baseline;padding:1px 0 7px 0;position:relative}#wpdcom .wpd-form-row .wpd-field{width:100%;line-height:20px;color:#777;display:inline-block;float:none;clear:both;margin:0;box-sizing:border-box;padding-top:2%;padding-bottom:2%;font-size:14px;border-radius:3px;vertical-align:baseline}#wpdcom .wpd-form-row .wpd-has-icon .wpd-field{padding-left:30px}#wpdcom .wpd-form-row .wpd-has-desc .wpd-field{padding-right:30px}#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-icon{display:inline-block;font-size:16px;line-height:16px;opacity:.3;padding:0;margin:0;position:absolute;top:9px;left:8px;width:20px;text-align:left}#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-desc{display:inline-block;font-size:16px;line-height:16px;opacity:1;margin:0;position:absolute;top:8px;right:8px;width:20px;text-align:right;border-left:1px solid #ccc;color:#aaa;padding:0 5px;cursor:pointer}#wpdcom .wpd-form-row .wpdiscuz-item.wpd-field-select .wpd-field-desc{border-left:none}#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="email"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="url"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="color"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="date"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="month"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="number"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="time"]{height:32px}#wpdcom .wpd-form-row .wpdiscuz-item textarea{height:72px;padding-left:10px}.wpdiscuz_select{background:url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC") #fefefe no-repeat scroll right center!important;border-radius:0;border:1px solid lightgray!important;box-shadow:none!important;height:28px!important;padding:3px 22px 3px 8px!important;font-size:13px!important;-moz-appearance:none!important;-webkit-appearance:none!important;outline:0 none!important;text-indent:.01px;text-overflow:""!important;width:100%!important;box-sizing:border-box!important;line-height:20px!important;clear:both;float:none!important;margin:0!important}#wpdcom .wc-field-submit{text-align:right;padding:1px 2px 0 0;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start}#wpdcom .wc-field-submit input[type="button"]{margin:1px;border:#ddd 1px solid;font-size:13px;line-height:16px;padding:6px 15px;clear:both;float:none}#wpdcom .wpd-item-wrap{text-align:left}#wpdcom .wpd-item{text-align:left}#wpdcom .wpd-form-col-left .wpd-field-group .wpd-field-group-title,#wpdcom .wpd-form-col-right .wpd-field-group .wpd-field-group-title,#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{font-size:13px;text-align:left;line-height:20px;padding:5px 0}#wpdcom .wpd-form-col-left .wpd-has-desc .wpd-field-group-title,#wpdcom .wpd-form-col-right .wpd-has-desc .wpd-field-group-title,#wpdcom .wpd-form-col-full .wpd-has-desc .wpd-field-group-title{padding-right:35px}#wpdcom .wpd-comment-right .wpd-top-custom-fields{padding:5px 10px 10px 0}#wpdcom .wpd-comment-right .wpd-bottom-custom-fields{padding:5px 0;margin-bottom:5px;margin-top:10px}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label{float:right;display:block;width:111px;text-align:right;padding:0;line-height:30px}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_img{display:inline!important;border:0;padding:0;margin:0;vertical-align:middle;box-sizing:content-box;width:80px;height:26px;border-bottom:2px solid #e6e6e6}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label a{margin:0;display:inline;padding:0;text-decoration:none;height:auto;width:auto}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-input{float:left;display:block;min-width:30px;width:calc(100% - 112px);line-height:30px}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-input input[type="text"]{width:100%;padding:3px 5px;height:28px}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img{cursor:pointer}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img img{max-width:16px!important;max-height:16px!important;box-sizing:content-box;margin:0;display:inline!important;background-color:#e6e6e6;padding:5px;border:1px solid #e4e4e4;border-left:1px solid #d9d9d9;vertical-align:middle}#wpdcom .wpd-form-row .wpdiscuz-item .wc-bin-captcha{background:#f5f5f5;padding:2px 15px;font-size:11px;color:#aaa;line-height:28px;text-align:center}#wpdcom .wpd-form-row .wpdiscuz-item .wc-bin-captcha i{margin-right:5px}#wpdcom .wpd-form-row .wpdiscuz-item.wpd-field-captcha{margin-bottom:-5px;padding-bottom:2px}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single{border-bottom:none;text-align:right}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-item{margin:0;padding:0}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-field{height:20px;vertical-align:top;outline:none}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-field-label{height:20px;vertical-align:top}#wpdcom .wpdiscuz-item .wpd-field-label a{display:inline;vertical-align:baseline;line-height:inherit}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single{border-bottom:none}#wpdcom .wpd-form-col-left .wpd-field-group.wpd-field-single .wpd-field-group-title,#wpdcom .wpd-form-col-right .wpd-field-group.wpd-field-single .wpd-field-group-title{font-size:inherit;text-align:right;line-height:inherit;height:25px}#wpdcom .wpdiscuz-item.wpd-field-radio,#wpdcom .wpdiscuz-item.wpd-field-checkbox{padding-bottom:12px}#wpdcom .wpdiscuz-item.wpd-field-radio input,#wpdcom .wpdiscuz-item.wpd-field-checkbox input{box-shadow:none;border:1px solid;display:inline-block;padding:initial!important}#wpdcom .wpd-form-col-left div:last-of-type,#wpdcom .wpd-form-col-right div:last-of-type{border-bottom:none}#wpdcom .wpd-field-radio .wpd-item,#wpdcom .wpd-field-checkbox .wpd-item{display:inline-block;padding:1px;margin:1px 0;min-width:60px}#wpdcom .wpd-field-radio .wpd-field,#wpdcom .wpd-field-checkbox .wpd-field{width:18px;height:18px;display:inline-block;float:left;padding:0;line-height:20px;vertical-align:baseline;margin:0 6px 0 0;box-sizing:border-box}#wpdcom .wpd-field-radio .wpd-field-label,#wpdcom .wpd-field-checkbox .wpd-field-label{width:auto;height:22px;display:inline;float:none;padding:0;line-height:20px;font-size:12px;margin:0}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-agreement,#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-cookies-consent{padding-top:0}#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-radio .wpd-item-wrap,#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-checkbox .wpd-item-wrap{float:none}#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field,#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field-label{line-height:20px}#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-single{padding-bottom:0}#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field-desc{top:5px}#wpdcom .wpd-form-row .wpd-form-col-right .wpdiscuz-item.wpd-field-select{text-align:left}#wpdcom .wpdiscuz-item.wpd-field-select select.wpdiscuz_select{height:32px!important;max-width:400px!important}#wpdcom .wpdiscuz-item.wpd-field-select.wpd-has-desc select.wpdiscuz_select{width:calc(100% - 40px)!important}#wpdcom .wpdiscuz-item.wpd-field-select .wpd-field-group-title{padding-top:12px}#wpdcom .wpdiscuz-item.wpd-field-select.wpd-has-desc .wpd-field-desc{top:9px}.wpd-custom-field{display:table;width:100%;padding:1px 0;line-height:20px}.wpd-custom-field .fa-star{font-size:1.2em}.wpd-cf-label{background:#f9f9f9;box-sizing:border-box!important;display:table-cell;font-size:13px;opacity:1;padding:5px 10px;vertical-align:top;width:29%;border-bottom:1px #f0f0f0 solid}.wpd-cf-value{display:table-cell;border-bottom:1px #f0f0f0 solid;width:69%;box-sizing:border-box!important;font-size:13px;vertical-align:top;opacity:.7;padding:5px 10px}#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label{background:#fff0;border:none;padding:2px 10px 2px 2px}#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value{font-size:14px;border-bottom:none;padding:1px 10px}#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value i{min-width:20px;align-self:center;text-align:center}#wpdcom .wpdiscuz-item .wpdiscuz-rating,#wpdcom .wpd-item-wrap fieldset{display:inline-block}#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating{border-bottom:1px dotted #ddd;height:77px;margin-bottom:0}#wpdcom .wpdiscuz-item .wpdiscuz-rating{border:none;float:left;margin:0;padding:5px 0 5px 1px;margin-left:-5px}#wpdcom .wpdiscuz-item .wpdiscuz-rating>input{visibility:visible;opacity:0;position:absolute;z-index:-1}#wpdcom .wpdiscuz-item .wpdiscuz-rating>label::before{margin:1px 3px;line-height:18px;font-size:1.1em;cursor:pointer}#wpdcom .wpdiscuz-item .wpdiscuz-rating>.half::before{position:absolute;cursor:pointer}#wpdcom .wpdiscuz-item .wpdiscuz-rating>label{float:right;font-size:1.1em}#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-rating.wpd-has-desc .wpd-field-desc{right:0;top:0;position:relative;font-size:14px;margin-left:5px;padding:0 7px}#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-rating.wpd-has-desc .wpd-field-desc i.fa{font-size:17px}#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{display:inline-block;vertical-align:baseline;padding:0 0 2px 0;margin-top:-2px;padding-right:35px}#wpdcom .wpd-form-col-full .wpdiscuz-item .wpdiscuz-rating{padding:0 6px 0 0;vertical-align:middle;line-height:14px}#wpdcom .wpd-form-col-full .wpd-item-wrap{display:inline-block;float:left;padding-right:7px;vertical-align:baseline;padding:0 1px 1px 1px}#wpdcom .wpdiscuz-edit-form-wrap .wpdiscuz-item.wpd-field-group.wpd-field-rating{height:auto;border-bottom:none}#wpdcom .wpdiscuz-edit-form-wrap .editcomment td{vertical-align:middle;padding-right:10px}#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-radio td,#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-checkbox td{vertical-align:top}#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-radio td input,#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-checkbox td input{width:auto;vertical-align:baseline;margin-right:1px;display:inline;line-height:22px}#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-rating td label{margin-right:1px}#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpdiscuz-item{padding:7px 0}.wpdiscuz-stars-label{line-height:20px;padding:10px 0 2px 3px;font-size:14px}.wpdiscuz-stars-wrapper{display:block}.wpdiscuz-stars-wrapper-inner{position:absolute}.wpdiscuz-activ-stars{position:absolute;display:flex;font-size:22px;top:0;left:0}.wpdiscuz-pasiv-stars{font-size:22px;display:flex}.wpdiscuz-activ-stars{overflow:hidden}.wpdiscuz-pasiv-stars i.wpdiscuz-pasiv-star,.wpdiscuz-activ-stars i.wpdiscuz-activ-star{padding:0 2px;font-size:20px}#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-rating{height:auto;border-bottom:none;padding-bottom:10px}#wpdcom .wpd-form-row .wpd-field-date{height:77px}#wpdcom .wpd-form-row .wpd-field-date .wpd-field-title{font-size:13px;line-height:20px;padding:5px 0 8px 0;text-align:left;padding-bottom:8px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field{padding-left:5px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-desc .wpd-field{padding-right:5px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-icon{left:2px;top:10px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-desc{top:10px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-title{padding-left:26px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-desc .wpd-field-title{padding-left:26px}#wpdcom .wpd-form-row .wpd-field-color{height:77px}#wpdcom .wpd-form-row .wpd-field-color .wpd-field-title{font-size:13px;line-height:20px;padding:5px 0 8px 0;text-align:left;padding-bottom:8px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field{padding-left:5px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-desc .wpd-field{padding-right:5px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-icon{left:2px;top:10px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-desc{top:10px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-title{padding-left:26px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-desc .wpd-field-title{padding-left:26px}#wpdcom .wpdiscuz-spoiler-wrap{background-color:#eee;border:1px solid #555;border-style:dashed;margin:5px 0}#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler{padding:5px;cursor:pointer}#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler .fas{margin:0 5px}#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler-content{display:none;font-style:italic;padding:5px}@media screen and (min-width:655px){#wpdcom .wpd-field-captcha{text-align:right!important;display:block;border-bottom:none;margin-top:3px!important}#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha{display:inline-block;margin:0 0 0 auto}#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha iframe{margin-bottom:0}#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha{transform:scale(.8);-webkit-transform:scale(.8);transform-origin:right 0;-webkit-transform-origin:right 0;margin:0 0 0 auto}#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha{transform:scale(.8);-webkit-transform:scale(.8);transform-origin:right 0;-webkit-transform-origin:right 0;margin:0 0 0 auto}#wpdcom .wpd_comment_level-5 .wpd-secondary-form-wrapper .wpdiscuz-recaptcha{transform-origin:center 0;-webkit-transform-origin:center 0}}@media screen and (max-width:730px){#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha{transform-origin:right 0;-webkit-transform-origin:right 0}}@media screen and (max-width:655px){#wpdcom .wpd-field-captcha{float:none;width:100%;display:block;border-bottom:none;padding-bottom:0;margin-bottom:0}#wpdcom .wpd-field-captcha input{height:1px;padding:0;margin:0;clear:both}}#wpdcom .wpdiscuz-subscribe-bar .wpd-field-captcha{text-align:left!important;display:inline-block!important;border-bottom:none;clear:both;float:none;position:relative;transform-origin:left 0 0px!important;transform:scale(.8);padding:20px 0 20px 0;margin-bottom:-40px}#wpdcom #wpd-threads{margin-top:20px}#wpdcom .wpd-thread-head{width:100%;border-bottom:2px solid #ccc;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}#wpdcom .wpd-thread-head .wpd-thread-info{color:#555;padding:5px 15px 3px 5px;font-weight:600;margin-bottom:-2px;font-size:14px;letter-spacing:1px;text-transform:uppercase;text-align:left;line-height:24px}#wpdcom .wpd-thread-head .wpd-thread-info.wpd-reviews-tab{padding:5px 15px 0 14px}#wpdcom .wpd-thread-head .wpd-thread-info .wpdtc{font-size:15px}#wpdcom .wpd-thread-head .wpdiscuz-user-settings{font-size:15px;color:#777;cursor:pointer;text-align:center;padding:5px 10px 6px 12px;margin:0 2px -2px 2px;width:40px;text-align:center}#wpdcom .wpd-thread-head .wpd-thread-filter{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}#wpdcom .wpd-thread-filter .wpd-filter{font-size:16px;color:#999;border-bottom:2px solid #999;cursor:pointer;text-align:center;padding:5px 10px;margin:0 1px -2px 1px;line-height:18px}#wpdcom .wpd-thread-filter .wpdf-reacted{color:#ffa600;border-bottom-color:#ffa600;width:34px}#wpdcom .wpd-thread-filter .wpdf-hottest{color:#fc5844;border-bottom-color:#fc5844;width:34px}#wpdcom .wpd-thread-filter .wpdf-sorting{font-size:14px;color:#777;line-height:18px;text-transform:capitalize;min-width:100px;font-family:"Arial Hebrew",Arial,sans-serif}#wpdcom .wpd-thread-filter .wpdf-sorting i{font-size:15px;margin-left:6px;vertical-align:top;line-height:14px}#wpdcom .wpd-thread-list .wpd-load-more-submit-wrap{display:flex;flex-direction:row;justify-content:center;padding:10px}#wpdcom .wpd-comment .wpd-comment-wrap .wpd-comment-author span.wpd-user-nicename{color:#aaa;font-size:13px;font-family:"Courier New",Courier,monospace}#wpdcom .wpd-thread-list{padding:30px 0}#wpdcom .wpd-comment .wpd-comment-wrap{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:flex-start;padding-bottom:5px}#wpdcom .wpd-comment .wpd-comment-left{width:60px;text-align:center;margin-right:20px}_:-ms-lang(x),#wpdcom .wpd-comment .wpd-comment-left{width:auto}#wpdcom .wpd-comment .wpd-comment-right{padding-bottom:15px;flex-grow:1;width:calc(100% - 80px)}#wpdcom .wpd-comment .wpd-avatar{position:relative}#wpdcom .wpd-comment .wpd-avatar img,#wpdcom .wpd-comment .wpd-avatar img.avatar{width:56px;height:56px;max-width:56px;border-radius:100%;border:1px solid #ccc;padding:2px;background-color:#fff;vertical-align:middle;text-align:center;float:none}#wpdcom .wpd-comment .wpd-avatar i{position:absolute;bottom:1px;right:5px;border-radius:50%;padding:3px;border:2px solid #fff;width:20px;height:20px;display:flex;justify-content:center;align-items:center}#wpdcom .wpd-comment .wpd-avatar i svg{width:12px;height:12px;fill:#fff}#wpdcom .wpd-comment .wpd-comment-label{margin:9px auto 2px auto;border-radius:3px;font-size:11px;line-height:14px;text-align:center;width:100%;padding:1px 5px;cursor:default;display:flex;align-items:center;justify-content:center;flex-flow:row}#wpdcom .wpd-comment .wpd-comment-label span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;width:100%;padding:0}#wpdcom .wpd-comment .wpd-follow-link{color:#999;font-size:13px;cursor:pointer;padding-left:5px}#wpdcom .wpd-comment-header{font-size:13px;color:#999}#wpdcom .wpd-comment .wpd-comment-header{padding:5px 0 5px 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}#wpdcom .wpd-comment-header .wpd-comment-author{font-size:15px;font-weight:600;text-decoration:none;letter-spacing:.7px;margin-right:5px}#wpdcom .wpd-comment .wpd-comment-header i{line-height:1.75}#wpdcom .wpd-comment-date{padding:0 5px;font-size:11px}#wpdcom .wpd-comment-date i{font-size:11px;margin-right:4px}#wpdcom .wpd-comment-status{padding:0 5px}#wpdcom .wpd-comment-status div{display:inline-block;cursor:default}#wpdcom .wpd-comment-status i{margin:0 3px}#wpdcom .wpd-comment-status .wpd-sticky{vertical-align:top}#wpdcom .wpd-comment-status .wpd-closed{color:#999;font-size:12px}#wpdcom .wpd-comment-header .wpd-comment-share{padding:0 6px;cursor:default}#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content{text-align:center}#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i svg{fill:#fff;height:12px;padding:0 6px;cursor:pointer}#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i svg:hover{fill:#ffee46}#wpdcom .wpd-comment-header .wpd-comment-link{padding:0;cursor:pointer;font-size:12px;color:#aaa;align-self:flex-start;padding-top:9px}#wpdcom .wpd-comment-header .wpd-comment-link span{margin-left:12px}#wpdcom .wpd-comment-text{font-size:15px;padding:0 0 8px 0;word-break:break-word}#wpdcom .wpd-comment-text *{line-height:1.6}#wpdcom .wpd-comment-text p{margin-bottom:10px}#wpdcom .wpd-comment-text p:last-child{margin-bottom:0}#wpdcom .wpd-comment-text ol,#wpdcom .wpd-comment-text ul{margin:0 0 1rem 1rem}#wpdcom .wpd-comment-text img,#wpdcom .wpd-comment-text iframe,#wpdcom .wpd-comment-text video,#wpdcom .wpd-comment-text audio{max-width:100%!important}#wpdcom .wpd-comment-text iframe{width:480px;height:280px}#wpdcom .wpd-comment-text blockquote{margin:5px auto 5px 15px;padding:2px 10px;font-size:14px}#wpdcom .wpd-comment-text blockquote p{margin-bottom:5px}#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper{font-style:italic;font-size:15px;padding:15px;background:#fffce1;margin-bottom:10px;color:#777}#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper .wpd-inline-feedback-info{font-style:normal;font-weight:600}#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper i.fa-quote-left{margin-right:8px;font-size:17px;color:#999797}#wpdcom .wpd-comment-footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding-top:0}#wpdcom .wpd-comment-footer .wpd-vote{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding-right:20px;font-size:0}#wpdcom .wpd-comment-footer .wpd-vote-up,#wpdcom .wpd-comment-footer .wpd-vote-down{width:16px;height:16px;opacity:.7;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-vote-down.wpd-dislike-hidden{display:none!important}#wpdcom .wpd-comment-footer .wpd-vote-up svg,#wpdcom .wpd-comment-footer .wpd-vote-down svg{fill:#888;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;text-align:center;color:#999}#wpdcom .wpd-comment-footer .wpd-reply-button{cursor:pointer;font-size:14px;color:#999;white-space:nowrap}#wpdcom .wpd-comment-footer .wpd-reply-button i{margin-right:6px;opacity:.7}#wpdcom .wpd-comment-footer .wpd-reply-button svg{vertical-align:middle;transform:rotate(180deg);width:22px;height:22px;opacity:.7;fill:#999;margin-right:2px}@-moz-document url-prefix(){#wpdcom .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom}}#wpdcom .wpd-comment-footer .wpd-reply-button span{line-height:21px;font-size:1em}#wpdcom .wpd-comment-footer .wpd-vote-up:hover,#wpdcom .wpd-comment-footer .wpd-vote-down:hover{opacity:1}#wpdcom .wpd-comment-footer .wpd-reply-button:hover{color:#777}#wpdcom .wpd-comment-footer .wpd-reply-button:hover svg{opacity:1}#wpdcom .wpd-comment-footer .wpd-tools i{color:#aaa;font-size:14px;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-toggle i{color:#aaa;font-size:15px;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies{font-size:13px!important;color:#888;margin-right:7px}#wpdcom .wpd-hidden-replies .wpd-toggle.wpd-hidden:last-child{visibility:visible;opacity:1}#wpdcom .wpd-comment-footer .wpd-sep{border-right:1px #ccc solid;margin:0 7px;width:1px;height:15px}#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-tool-wrap,#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-sep,#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-tools,#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-toggle,#wpdcom .wpd-comment-right:hover .wpd-comment-header .wpd-comment-share,#wpdcom .wpd-comment-right:hover .wpd-comment-header .wpd-comment-link{visibility:visible;opacity:1}#wpdcom .wpd-comment-right .wpd-comment-last-edited{margin:10px 0 20px 0;font-size:12px;color:#999;font-style:italic}#wpdcom .wpd-comment-right .wpd-comment-last-edited i{padding-right:5px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-left{width:50px}_:-ms-lang(x),#wpdcom .wpd-comment.wpd-reply .wpd-comment-left{width:auto}#wpdcom .wpd-comment.wpd-reply .wpd-avatar img,#wpdcom .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-label{font-size:10px;line-height:13px;margin:10px auto 7px auto;display:flex;align-items:center;justify-content:center;flex-flow:row}#wpdcom .wpd-comment.wpd-reply .wpd-follow-link{font-size:11px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author,#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a{font-size:14px;margin-right:5px}#wpdcom .wpd-comment .wpd-reply-to{font-size:13px;color:#999;font-style:italic}#wpdcom .wpd-comment .wpd-reply-to i{margin-right:6px}#wpdcom .wpd-comment .wpd-reply-to a{text-decoration:none;opacity:.8;color:#0274be}#wpdcom .wpd-comment .wpd-reply-to a:hover{opacity:1;color:#000}#wpdcom .wpd-comment.wpd-reply .wpd-comment-text{font-size:14px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{width:15px;height:15px;display:flex;flex-direction:column;justify-content:center;align-items:center}_:-ms-lang(x),#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,_:-ms-lang(x),#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{display:-ms-flexbox}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-result{font-size:13px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button{font-size:13px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button svg{width:20px;height:20px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button span{line-height:19px;font-size:1em}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-tools i{font-size:13px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-toggle i{font-size:14px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-sep{height:14px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-reply-to{margin-bottom:6px;border-left:1px solid #ccc;padding:0 10px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i{bottom:0;right:0}#wpdcom.wpd-layout-1 .wpd-new-loaded-comment>.wpd-comment-wrap>.wpd-comment-right{padding-right:15px;padding-left:15px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link{margin-top:5px}#wpdcom.wpd-layout-3 .wpd-comment-footer .wpd-toggle .wpd-view-replies{background:#fff;padding:5px 10px;border-radius:12px;margin-right:1px;margin-left:-6px}#wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot{margin-left:65px}#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar{width:54px;margin-right:11px}#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;border-radius:0;border:none;border-bottom:2px solid #ccc;padding:1px;background-color:#fff;vertical-align:middle;text-align:center}#wpdcom.wpd-layout-2 .wpd-form .wpdiscuz-textarea-wrap textarea::placeholder{line-height:27px;font-size:15px}#wpdcom.wpd-layout-2 .wpd-form .wpdiscuz-textarea-wrap textarea{height:48px}#wpdcom.wpd-layout-2 .wpd-comment{margin-bottom:20px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header,#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top,#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{display:block;flex-grow:1;margin-bottom:-3px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top{flex-wrap:nowrap;align-items:center}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-comment-label{width:auto;padding:1px 15px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-label{margin:0}#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar{padding-right:15px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;border-radius:0;border:none;border-bottom:2px solid #ccc;padding:1px;background-color:#fff;vertical-align:middle;text-align:center}#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar i{bottom:-2px;right:7px}_:-ms-lang(x),#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar i{line-height:10px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-follow-link{font-size:12px;padding-left:2px;padding-right:12px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-text{margin:8px 0 5px 0}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-date{padding:0 10px 0 0;font-size:12px}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-status{padding:0 10px}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-link{margin-bottom:0;padding-top:1px}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to{font-size:12px;padding-top:2px;margin-left:0;font-style:normal}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to i{margin-right:3px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply{margin-bottom:0}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-user-info .wpd-uinfo-top{margin-bottom:3px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-date{padding:0 10px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-label{font-size:10px;line-height:13px;margin:0 10px 0 0}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-follow-link{margin-right:12px;border-right:1px solid #ccc;padding-right:12px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{margin:0 0 5px 0;background-color:#fafafa;border-left:3px solid #dedede;padding:10px 15px 0 17px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-avatar img.avatar{border-bottom:none}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment>.wpd-comment-wrap>.wpd-comment-right{padding-right:15px;padding-left:15px}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply>.wpd-comment-wrap>.wpd-comment-right{padding-left:0;padding-right:0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-tools-actions{top:25px}#wpdcom.wpd-layout-3 .wpd-thread-list{padding:35px 0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-wrap{padding-bottom:0}#wpdcom.wpd-layout-3 .wpdiscuz-edit-form-wrap{margin-left:36px}#wpdcom.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left:84px}#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar{width:67px}#wpdcom.wpd-layout-3 .wpd-form .wpdiscuz-textarea-wrap textarea{height:60px;padding:14px 15px}#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img.avatar,#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img.avatar{width:64px;height:64px;max-width:64px;border-radius:100%;padding:3px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img{border-color:#d1d1d1}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-wrap{margin-bottom:35px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left{width:70px;margin-right:-34px;position:relative;z-index:2}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left .wpd-avatar{margin-top:-6px}#wpdcom.wpd-layout-3 .wpd-comment-status{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;font-size:12px;line-height:1.75;padding-top:8px}#wpdcom.wpd-layout-3 .wpd-comment-status .wpd-closed{font-size:11px}#wpdcom.wpd-layout-3 .wpd-comment-status div{margin-left:4px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-right{padding-bottom:0;border-left:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;width:calc(100% - 35px)}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header{background-color:#f7f7f7;margin-left:-1px;padding:10px 0 7px 0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-sticky-comment .wpd-comment-header{background-color:#f6fff4}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author{padding-left:42px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader{margin-left:42px;margin-top:0;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-items:flex-start}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader .wpd-comment-date{flex-grow:1;font-size:11px;line-height:22px;color:#999;padding-top:1px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader .wpd-comment-date i{font-size:10px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-label{margin:-1px 10px 0 0;border-radius:0 0 5px 5px;font-size:13px;line-height:16px;text-align:center;width:auto;padding:3px 15px;cursor:default}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author a{font-size:14px;font-weight:400}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-follow-link{font-size:12px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-share{font-size:12px;padding:0 12px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-link{font-size:11px;padding:1px 8px 0 0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text{padding-left:30px;padding-top:15px;padding-bottom:17px;font-size:16px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer{margin-bottom:-14px;margin-left:40px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote{padding-left:18px;margin-left:-20px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{border:1px solid #aaa;border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5px;width:28px;height:28px;background-color:#fff}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up svg.fa-chevron-up,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down svg.fa-chevron-down{width:15px;padding:1px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up svg.fa-plus,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down svg.fa-minus{width:15px;padding:2px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up.wpd-up{border:1px solid #009149!important}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down.wpd-down{border:1px solid #fc5844!important}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result{padding:0 10px;font-size:16px;background-color:#fff;border-radius:50%;line-height:26px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color:#fff;border:1px solid #aaa;border-radius:15px;padding:1px 20px 1px 16px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom;width:20px;height:20px;margin-right:3px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-wpanel{width:20px;height:20px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{padding-left:20px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background:#fff;border-radius:50%;padding:5px;height:25px;width:25px;line-height:14px;border:1px solid #aaa}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-sep{margin:0 3px;border:none}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;border:none}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-wrap{margin-bottom:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-status{padding-top:0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to{font-size:13px;display:flex;flex-direction:row;justify-content:flex-start;margin-left:36px;margin-top:1px;align-items:center;background-color:#f7f7f7;padding:5px 10px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to .wpd-comment-date{margin-left:auto;font-style:normal}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left{width:70px;margin-right:-34px;position:relative;z-index:2}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left .wpd-avatar{margin-top:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-bottom:none}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header{background-color:#fff0;margin-left:0;padding:6px 0 5px 0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author{padding-left:36px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-label{margin:0 8px 0 6px;border-radius:3px;font-size:11px;line-height:14px;text-align:center;width:auto;padding:1px 12px;cursor:default}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author,#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a{font-size:14px;font-weight:400}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-text{padding-left:36px;padding-top:10px;padding-bottom:15px;font-size:14px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer{margin-bottom:20px;margin-left:36px;padding-bottom:10px;border-bottom:1px dashed #ccc}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote{background:#fff0;padding-left:0;margin-left:0;font-size:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{border:none;padding:0;width:15px;height:15px;display:inline;background:#fff0}_:-ms-lang(x),#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,_:-ms-lang(x),#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{display:-ms-flexbox}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up.wpd-up{border:none!important}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down.wpd-down{border:none!important}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;background:#fff0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button{background:#fff0;border:none;padding:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom;width:20px;height:20px;margin-right:3px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-tool-wrap i{background:#fff0;border:none}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child{margin-bottom:30px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child .wpd-comment-footer{margin-bottom:0;padding-bottom:0;border-bottom:none}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child .wpd-comment.wpd-reply{margin-top:20px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-new-loaded-comment>.wpd-comment-wrap>.wpd-comment-right>.wpd-comment-text{padding-right:10px}#wpdcom.wpd-layout-3 .wpd-comment-right .wpd-comment-last-edited{margin-left:40px}#wpd-bubble-wrapper{display:none;position:fixed;z-index:99;text-align:center;opacity:.9;bottom:80px}#wpd-bubble-wrapper.wpd-bubble-hover{opacity:1}#wpd-bubble-wrapper #wpd-bubble-all-comments-count{font-size:15px;font-weight:600;font-family:sans-serif}#wpd-bubble-wrapper>div{display:none;border:1px solid #fff;box-shadow:0 0 15px #aaa;width:64px;height:64px;border-radius:50%;color:#fff;align-items:center;justify-content:center;position:relative}#wpd-bubble-wrapper svg{width:60%;height:60%}#wpd-bubble-wrapper #wpd-bubble-count svg,#wpd-bubble-wrapper #wpd-bubble-notification svg{margin-left:3px;margin-top:3px}#wpd-bubble-wrapper #wpd-bubble svg{margin-left:2px}#wpd-bubble-wrapper path.wpd-bubble-count-first{fill:#fff}#wpd-bubble-wrapper path.wpd-bubble-count-second{fill:#fff0}#wpd-bubble-wrapper path.wpd-bubble-plus-first{fill:#fff}#wpd-bubble-wrapper path.wpd-bubble-plus-second{fill:#fff0}#wpd-bubble-wrapper>#wpd-bubble-count{display:flex;cursor:pointer}#wpd-bubble-wrapper>#wpd-bubble{cursor:pointer}#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message{width:400px;height:46px;position:absolute;top:50%;left:75px;border-radius:5px;padding:7px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;font-size:16px}#wpd-bubble-wrapper.wpd-right-corner>#wpd-bubble #wpd-bubble-add-message{left:-412px}#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message::before{content:'';border:9px solid #fff0;position:absolute;top:50%;left:-9px;transform:translateY(-50%);border-left:none}#wpd-bubble-wrapper.wpd-right-corner>#wpd-bubble #wpd-bubble-add-message::before{left:400px;border-left:9px solid;border-right:none}#wpd-bubble-wrapper>#wpd-bubble-count .wpd-new-comments-count{display:none}#wpd-bubble-wrapper>#wpd-bubble-count.wpd-new-comments .wpd-new-comments-count{display:flex;border-radius:50%;width:25px;height:25px;background-color:#ff842a;position:absolute;top:38px;left:38px;font-size:15px;align-items:center;justify-content:center;border:1px solid #fff}#wpd-bubble-wrapper.wpd-bubble-hover>#wpd-bubble-count:not(.wpd-new-comments)+#wpd-bubble{display:flex}#wpd-bubble-wrapper.wpd-bubble-hover>#wpd-bubble-count:not(.wpd-new-comments){display:none}#wpd-bubble-wrapper>#wpd-bubble-notification{background-color:#fe7617}#wpd-bubble-wrapper>#wpd-bubble-notification path.wpd-bubble-notification-first{fill:#fff}#wpd-bubble-wrapper>#wpd-bubble-notification path.wpd-bubble-notification-second{fill:#fff0}#wpd-bubble-wrapper.wpd-new-comment-added{opacity:1}#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-count{display:none}#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-notification{display:flex}#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-all-comments-count{color:#b9501d}#wpd-bubble-wrapper #wpd-bubble-notification-message{display:none;width:430px;height:100%;position:absolute;background-color:#fbfbfb;top:0;left:75px;border:1px solid #b2b2b2;box-shadow:0 0 10px #bbb;border-radius:5px;padding:7px}#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message{left:-446px}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author,#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment{display:flex;align-items:center;height:50%}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author{justify-content:space-between}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author>div{display:flex;align-items:center}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment{font-size:12px}#wpd-bubble-wrapper #wpd-bubble-notification-message span:not(.wpd-bubble-spans){display:inline-block;margin:5px}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-avatar{width:20px;height:20px;line-height:16px}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-avatar img{border-radius:50%;width:100%}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-name{color:#4e9f93;font-size:14px;font-weight:600}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-date{color:#fe7617;font-size:10px}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment,#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-reply-link a{color:#333}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-reply-link a{color:#777}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-text{font-size:12px;margin-left:7px}#wpd-bubble-wrapper #wpd-bubble-notification-message::before{content:'';border:9px solid #fff0;position:absolute;top:20px;left:-10px;border-left:none;padding:0;border-right-color:#b2b2b2}#wpd-bubble-wrapper #wpd-bubble-notification-message::after{content:'';border:9px solid #fff0;position:absolute;top:20px;left:-9px;border-left:none;border-right-color:#fbfbfb}#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message::before{left:429px;border-right:none;border-left:9px solid #b2b2b2}#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message::after{left:428px;border-right:none;border-left:9px solid #fbfbfb}#wpd-bubble-wrapper #wpd-bubble-comment-close a{color:#333;text-decoration:none}#wpd-bubble-wrapper #wpd-bubble-add-message-close{display:inline-block;top:0;right:10px;position:absolute}#wpd-bubble-wrapper #wpd-bubble-add-message-close a{color:#fff;text-decoration:none;display:inline-block}.wpd-inline-shortcode{display:inline}.wpd-inline-shortcode.wpd-active{background-color:#e9f7f4;padding:5px 0}.wpd-inline-shortcode .wpd-inline-form-close{display:inline-block;top:0;right:10px;position:absolute}.wpd-inline-shortcode .wpd-inline-form-close a{color:#fff;text-decoration:none;display:inline-block;box-shadow:none;border-bottom:none}.wpd-inline-shortcode .wpd-inline-form-close a:hover{color:#fff;text-decoration:none;box-shadow:none;border-bottom:none}.wpd-inline-icon-wrapper{display:inline-block;position:relative;height:24px;vertical-align:middle;padding:0 7px}.wpd-inline-icon-wrapper svg.wpd-inline-icon{cursor:pointer;display:inline-block;background:#fff0}.wpd-inline-icon-wrapper path.wpd-inline-icon-second{fill:#fff0}.wpd-inline-icon-count{position:relative;height:20px;border-radius:2px;padding:0 11px;cursor:pointer;margin-left:7px;vertical-align:top;color:#fff;font-family:Arial;font-size:13px;line-height:20px;display:none}.wpd-inline-icon-count.wpd-has-comments{display:inline-flex}.wpd-inline-icon-count::before{content:'';border:5px solid #fff0;position:absolute;top:6px;left:-5px;border-left:none;padding:0}.wpd-inline-form-wrapper{display:none;text-shadow:none;position:absolute;top:35px;left:-191px;width:400px;background-color:#fff0;z-index:9}.wpd-inline-form-wrapper::before{content:'';border:10px solid #fff0;position:absolute;top:-10px;left:50%;border-top:none;padding:0}.wpd-inline-form-question{border-radius:4px;padding:10px 20px;color:#fff;font-size:16px}.wpd-inline-form{border-radius:4px;padding:12px;margin-top:5px}.wpd-inline-form form{margin:0;padding:0}.wpd-inline-form input,.wpd-inline-form button{border-radius:4px;padding:5px 10px;font-size:12px}.wpd-inline-form button.wpd-inline-submit span{color:#fff}.wpd-inline-form .wpd-inline-notification{color:#fff;font-size:12px;line-height:17px;display:flex;align-items:center;padding:5px 0 8px 0;cursor:pointer}.wpd-inline-form .wpd-inline-comment-input{width:100%;border:none;height:30px;border-radius:4px}.wpd-inline-form .wpd-inline-comment-content{resize:vertical;margin-bottom:5px;max-width:100%!important;width:100%;border-radius:4px;border:none;-webkit-box-shadow:inset 2px 2px 2px 0 #ddd;-moz-box-shadow:inset 2px 2px 2px 0 #ddd;box-shadow:inset 2px 2px 2px 0 #ddd;line-height:20px!important;font-size:13px;background-color:#f9f9f9;min-height:auto;height:76px}.wpd-inline-form .wpd-inline-comment-content:focus{background-color:#fff}.wpd-inline-form-second-row{display:flex;justify-content:space-between;height:30px}.wpd-inline-form input.wpd-inline-name-input{width:32%;margin-right:5px;border:none;-webkit-box-shadow:inset 2px 2px 2px 0 #ddd;-moz-box-shadow:inset 2px 2px 2px 0 #ddd;box-shadow:inset 2px 2px 2px 0 #ddd}.wpd-inline-form button.wpd-inline-submit{flex-grow:1;max-width:40%!important;border:1px solid #fff!important;background-color:transparent!important;display:flex!important;justify-content:space-around;align-items:center;flex-direction:row}.wpd-inline-form button.wpd-inline-submit span{padding:0;margin:0;line-height:20px;font-size:13px;text-transform:uppercase}.wpd-inline-form button.wpd-inline-submit:hover{opacity:.8;text-decoration:none}.wpd-inline-submit-icon{vertical-align:top;width:20px;height:18px}.wpd-inline-icon-wrapper path.wpd-inline-submit-icon-first{fill:#fff}.wpd-inline-icon-wrapper path.wpd-inline-submit-icon-second{fill:#fff0}.wpd-last-inline-comments-wrapper{position:absolute;text-align:center;width:220px;background-color:#fbfbfb;border:1px solid;border-radius:5px;top:35px;left:-60%;z-index:2;-webkit-box-shadow:inset -7px 0 15px 3px #eee;-moz-box-shadow:inset -7px 0 15px 3px #eee;box-shadow:inset -7px 0 15px 3px #eee}.wpd-last-inline-comments-wrapper::before{content:'';border:9px solid #fff0;position:absolute;top:-9px;left:40%;border-top:none;padding:0}.wpd-last-inline-comments-wrapper::after{content:'';border:9px solid #fff0;position:absolute;top:-8px;left:40%;border-top:none;border-bottom-color:#f8f8f8}.wpd-last-inline-comments{padding:10px;text-align:left}.wpd-last-inline-comment:not(:last-child){border-bottom:1px dashed #bbb;margin-bottom:3px}.wpd-last-inline-comment>div{color:#666}.wpd-last-inline-comment .wpd-last-inline-comment-author-name{margin-left:5px;margin-top:0;font-size:16px;line-height:24px}.wpd-last-inline-comment .wpd-last-inline-comment-date{font-size:10px;display:block;margin:-6px 0 0 37px;padding:0;line-height:12px}.wpd-last-inline-comment .wpd-last-inline-comment-text{line-height:18px;font-size:12px;padding:4px 0 6px 0;color:#777}.wpd-last-inline-comment span{display:inline-block;margin:2px}.wpd-last-inline-comment-author-avatar img{border-radius:50%;width:30px;height:30px;vertical-align:middle;display:inline-block!important}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments{display:inline-block;color:#fff;border-radius:15px;padding:3px 15px;font-size:11px;text-decoration:none!important;box-shadow:none!important;margin:0 0 15px 0;opacity:.9}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:hover,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:active,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:focus{color:#fff;text-decoration:none!important;box-shadow:none!important;opacity:1}.wpd-inline-icon.wpd-ignored path.wpd-inline-icon-first{animation:30s wpd_wiggle ease infinite,wpd_blink 7s ease-out infinite}@keyframes wpd_wiggle{0%{transform:rotate(-3deg)}2%{transform:rotate(20deg)}4%{transform:rotate(-15deg)}6%{transform:rotate(5deg)}8%{transform:rotate(-1deg)}100%{transform:rotate(0)}}@keyframes wpd_blink{0%{opacity:1}60%{opacity:1}80%{opacity:.6}100%{opacity:1}}#wpdcom .wpd-tools{position:relative}#wpdcom .wpd-tools-actions{display:none;font-family:"Arial Hebrew",Arial,sans-serif;font-size:14px;position:absolute;left:-50%;min-width:100px;flex-direction:column;background-color:#fff;border:1px solid #ccc;padding:5px 8px;border-radius:3px;z-index:9;color:#999;top:26px}#wpdcom .wpd-tools-actions .wpd-cta-button{cursor:pointer;line-height:18px;padding:2px 5px}#wpdcom .wpd-tools-actions .wpd-cta-button a{color:#999}#wpdcom .wpd-tools-actions .wpd-cta-button:hover{background-color:#F5F5F5}#wpdcom .wpdf-sorting{position:relative}#wpdcom .wpdiscuz-sort-buttons{display:none;position:absolute;flex-direction:column;background-color:#fff;border:1px solid #ccc;padding:5px;border-radius:3px;width:100%;left:0;top:32px;z-index:9}#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button{padding:5px 0}#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button:hover{background-color:#F5F5F5}#wpdcom .wpd-comment .wpd-comment-status .wpd-unapproved{color:#fc9007}#wpdiscuz-comment-message{position:fixed;top:38px;right:5px;width:400px;z-index:99999;font-size:14px;line-height:20px}#wpdiscuz-comment-message.wpdiscuz-comment-message-auth{top:60px}#wpdiscuz-comment-message div{color:#fff;padding:5px 10px;margin-top:5px}#wpdiscuz-comment-message .wpdiscuz-message-error{background-color:#D32F2F;box-shadow:#666 0 0 8px;padding:10px 20px}#wpdiscuz-comment-message .wpdiscuz-message-success{background-color:#4CAF50;box-shadow:#666 0 0 8px;padding:10px 20px}#wpdiscuz-comment-message .wpdiscuz-message-warning{background-color:#FFA726;box-shadow:#666 0 0 8px;padding:10px 20px}#wpd-editor-source-code-wrapper-bg{display:none;position:fixed;top:0;left:0;background-color:rgb(0 0 0 / .6);width:100%;z-index:9999999;height:100%}#wpd-editor-source-code-wrapper{display:none;width:50%;height:350px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;z-index:99999991;justify-content:center;align-items:center;padding:5px;border-radius:5px;text-align:right}#wpd-editor-source-code{height:300px;width:100%;resize:none}#wpd-insert-source-code{padding:3px 40px;margin-top:5px}.wpd-vote-result-sep{height:11px;align-self:center;width:1px;background-color:#ccc}#wpdiscuz-loading-bar{position:fixed;top:6px;right:12px;width:32px;height:25px;border:0;background-image:url(/wp-content/plugins/wpdiscuz/assets/img/loading.gif);z-index:999999;display:none}#wpdiscuz-loading-bar.wpdiscuz-loading-bar-auth{top:38px}#wpdcom .wpd-comment-info-bar{display:none;padding:10px;margin:20px auto 0 auto;flex-direction:row;justify-content:space-between;font-size:14px}#wpdcom .wpd-current-view{padding:3px;color:#555}#wpdcom .wpd-comment-info-bar .wpd-current-view i{margin-right:6px;font-size:18px}#wpdcom .wpd-filter-view-all{color:#fff;background:#999;padding:5px 20px;font-size:13px;cursor:pointer;border-radius:3px}#wpdcom #bywpdiscuz{display:none}#wpdcom .by-wpdiscuz{text-align:right;border-top:#ddd solid 1px;padding:1px 1px 1px 1px}#wpdcom .by-wpdiscuz a{font-size:11px;font-weight:700;text-align:right;color:#ccc;padding:1px;margin:0;line-height:12px;border:0;text-decoration:none}#wpdcom .wpdimg{border:0;padding:0;margin:0;height:12px;cursor:pointer;display:inline;clear:both}#wpdcom .wc-copyright{margin:0 0 0 auto;text-align:right;display:block;padding-top:2px}#wpdcom .wc-copyright a{font-size:9px;color:#aaa;cursor:help;text-decoration:none;margin:0;padding:0;border:0}#wpdcom.wpdiscuz_no_avatar .wpd-comment .wpd-comment-right{flex-basis:100%}#wpdcom.wpdiscuz_no_avatar .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{flex-basis:100%}#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-form .wpd-form-foot,#wpdcom.wpdiscuz_no_avatar.wpd-layout-2 .wpd-form .wpd-form-foot,#wpdcom.wpdiscuz_no_avatar.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left:0}#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-comment .wpd-comment-wrap{display:block}#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-comment .wpd-follow-link{text-align:left}.wc_comment_edit_not_possible,.wc_comment_not_edited,.wc_comment_not_updated,.wc_deny_voting_from_same_ip,.wc_error_email_text,.wc_error_url_text,.wc_follow_email_confirm_fail,.wc_follow_impossible,.wc_follow_login_to_follow,.wc_follow_not_added,.wc_invalid_captcha,.wc_invalid_field,.wc_login_to_vote,.wc_msg_input_max_length,.wc_msg_input_min_length,.wc_msg_required_fields,.wc_self_vote,.wc_vote_only_one_time,.wc_voting_error,.wpdiscuz-sendmail-error{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:1px solid #f2d3d2;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}.wpd-ajax-error{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:1px solid #f2d3d2;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}#wpdcom .wpd-avatar img{border-color:#999}#wpdcom .wpd-comment-label{color:#666;border:1px solid #999}#wpdcom .wpd-comment-author,#wpdcom .wpd-comment-author a{color:#666;text-decoration:none}#wpdcom .wpd-blog-user .wpd-comment-label{color:#fff;background-color:#31839e;border:none}#wpdcom .wpd-blog-user .wpd-comment-author,#wpdcom .wpd-blog-user .wpd-comment-author a{color:#31839e}#wpdcom.wpd-layout-3 .wpd-blog-user .wpd-comment-subheader{border-top:1px dashed #31839e}#wpdcom .wpd-soc-user-google .wpd-comment-label{color:#fff;background-color:#bf301c!important;border:none}#wpdcom .wpd-soc-user-google .wpd-comment-author,#wpdcom .wpd-soc-user-google .wpd-comment-author a{color:#bf301c!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-google{border-left:3px solid #bf301c!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-google .wpd-avatar img{border-bottom-color:#bf301c!important}#wpdcom.wpd-layout-3 .wpd-soc-user-google .wpd-comment-subheader{border-top:1px dashed #bf301c!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-google .wpd-comment-right{border-left:1px solid #bf301c!important}#wpdcom .wpd-soc-user-google .wpd-avatar i{background:#bf301c!important}#wpdcom .wpd-soc-user-telegram .wpd-comment-label{color:#fff;background-color:#239cd7!important;border:none}#wpdcom .wpd-soc-user-telegram .wpd-comment-author,#wpdcom .wpd-soc-user-telegram .wpd-comment-author a{color:#239cd7!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-telegram{border-left:3px solid #239cd7!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-telegram .wpd-avatar img{border-bottom-color:#239cd7!important}#wpdcom.wpd-layout-3 .wpd-soc-user-telegram .wpd-comment-subheader{border-top:1px dashed #239cd7!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-telegram .wpd-comment-right{border-left:1px solid #239cd7!important}#wpdcom .wpd-soc-user-telegram .wpd-avatar i{background:#239cd7!important}#wpdcom .wpd-soc-user-facebook .wpd-comment-label{color:#fff;background-color:#4267B2!important;border:none}#wpdcom .wpd-soc-user-facebook .wpd-comment-author,#wpdcom .wpd-soc-user-facebook .wpd-comment-author a{color:#4267B2!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-facebook{border-left:3px solid #4267B2!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-facebook .wpd-avatar img{border-bottom-color:#4267B2!important}#wpdcom.wpd-layout-3 .wpd-soc-user-facebook .wpd-comment-subheader{border-top:1px dashed #4267B2!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-facebook .wpd-comment-right{border-left:1px solid #4267B2!important}#wpdcom .wpd-soc-user-facebook .wpd-avatar i{background:#4267B2!important}#wpdcom .wpd-soc-user-twitter .wpd-comment-label{color:#fff;background-color:#000000!important;border:none}#wpdcom .wpd-soc-user-twitter .wpd-comment-author,#wpdcom .wpd-soc-user-twitter .wpd-comment-author a{color:#000000!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-twitter{border-left:3px solid #000000!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-twitter .wpd-avatar img{border-bottom-color:#000000!important}#wpdcom.wpd-layout-3 .wpd-soc-user-twitter .wpd-comment-subheader{border-top:1px dashed #000000!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-twitter .wpd-comment-right{border-left:1px solid #000000!important}#wpdcom .wpd-soc-user-twitter .wpd-avatar i{background:#000000!important}#wpdcom .wpd-soc-user-vk .wpd-comment-label{color:#fff;background-color:#4A76A8!important;border:none}#wpdcom .wpd-soc-user-vk .wpd-comment-author,#wpdcom .wpd-soc-user-vk .wpd-comment-author a{color:#4A76A8!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-vk{border-left:3px solid #4A76A8!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-vk .wpd-avatar img{border-bottom-color:#4A76A8!important}#wpdcom.wpd-layout-3 .wpd-soc-user-vk .wpd-comment-subheader{border-top:1px dashed #4A76A8!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-vk .wpd-comment-right{border-left:1px solid #4A76A8!important}#wpdcom .wpd-soc-user-vk .wpd-avatar i{background:#4A76A8!important}#wpdcom .wpd-soc-user-ok .wpd-comment-label{color:#fff;background-color:#ee8208!important;border:none}#wpdcom .wpd-soc-user-ok .wpd-comment-author,#wpdcom .wpd-soc-user-ok .wpd-comment-author a{color:#ee8208!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-ok{border-left:3px solid #ee8208!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-ok .wpd-avatar img{border-bottom-color:#ee8208!important}#wpdcom.wpd-layout-3 .wpd-soc-user-ok .wpd-comment-subheader{border-top:1px dashed #ee8208!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-ok .wpd-comment-right{border-left:1px solid #ee8208!important}#wpdcom .wpd-soc-user-ok .wpd-avatar i{background:#ee8208!important}#wpdcom .wpd-soc-user-disqus .wpd-comment-label{color:#fff;background-color:#2196F3!important;border:none}#wpdcom .wpd-soc-user-disqus .wpd-comment-author,#wpdcom .wpd-soc-user-disqus .wpd-comment-author a{color:#2196F3!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-disqus{border-left:3px solid #2196F3!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-disqus .wpd-avatar img{border-bottom-color:#2196F3!important}#wpdcom.wpd-layout-3 .wpd-soc-user-disqus .wpd-comment-subheader{border-top:1px dashed #2196F3!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-disqus .wpd-comment-right{border-left:1px solid #2196F3!important}#wpdcom .wpd-soc-user-disqus .wpd-avatar i{background:#2196F3!important}#wpdcom .wpd-soc-user-wordpress .wpd-comment-label{color:#fff;background-color:#000000!important;border:none}#wpdcom .wpd-soc-user-wordpress .wpd-comment-author,#wpdcom .wpd-soc-user-wordpress .wpd-comment-author a{color:#000000!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-wordpress{border-left:3px solid #555555!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-bottom-color:#000000!important}#wpdcom.wpd-layout-3 .wpd-soc-user-wordpress .wpd-comment-subheader{border-top:1px dashed #000000!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-wordpress .wpd-comment-right{border-left:1px solid #000000!important}#wpdcom .wpd-soc-user-wordpress .wpd-avatar i{background:#000000!important}#wpdcom .wpd-soc-user-instagram .wpd-comment-label{color:#fff;background-color:#F97149!important;border:none}#wpdcom .wpd-soc-user-instagram .wpd-comment-author,#wpdcom .wpd-soc-user-instagram .wpd-comment-author a{color:#F97149!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-instagram{border-left:3px solid #F97149!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-instagram .wpd-avatar img{border-bottom-color:#F97149!important}#wpdcom.wpd-layout-3 .wpd-soc-user-instagram .wpd-comment-subheader{border-top:1px dashed #F97149!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-instagram .wpd-comment-right{border-left:1px solid #F97149!important}#wpdcom .wpd-soc-user-instagram .wpd-avatar i{background:#F97149!important}#wpdcom .wpd-soc-user-linkedin .wpd-comment-label{color:#fff;background-color:#007BB6!important;border:none}#wpdcom .wpd-soc-user-linkedin .wpd-comment-author,#wpdcom .wpd-soc-user-linkedin .wpd-comment-author a{color:#007BB6!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-linkedin{border-left:3px solid #007BB6!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-linkedin .wpd-avatar img{border-bottom-color:#007BB6!important}#wpdcom.wpd-layout-3 .wpd-soc-user-linkedin .wpd-comment-subheader{border-top:1px dashed #007BB6!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-linkedin .wpd-comment-right{border-left:1px solid #007BB6!important}#wpdcom .wpd-soc-user-linkedin .wpd-avatar i{background:#007BB6!important}#wpdcom .wpd-soc-user-yandex .wpd-comment-label{color:#fff;background-color:#FF0000!important;border:none}#wpdcom .wpd-soc-user-yandex .wpd-comment-author,#wpdcom .wpd-soc-user-yandex .wpd-comment-author a{color:#FF0000!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-yandex{border-left:3px solid #FF0000!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-yandex .wpd-avatar img{border-bottom-color:#FF0000!important}#wpdcom.wpd-layout-3 .wpd-soc-user-yandex .wpd-comment-subheader{border-top:1px dashed #FF0000!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-yandex .wpd-comment-right{border-left:1px solid #FF0000!important}#wpdcom .wpd-soc-user-yandex .wpd-avatar i{background:#FF0000!important}#wpdcom .wpd-soc-user-mailru .wpd-comment-label{color:#fff;background-color:#168DE2!important;border:none}#wpdcom .wpd-soc-user-mailru .wpd-comment-author,#wpdcom .wpd-soc-user-mailru .wpd-comment-author a{color:#168DE2!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-mailru{border-left:3px solid #168DE2!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-mailru .wpd-avatar img{border-bottom-color:#168DE2!important}#wpdcom.wpd-layout-3 .wpd-soc-user-mailru .wpd-comment-subheader{border-top:1px dashed #168DE2!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-mailru .wpd-comment-right{border-left:1px solid #168DE2!important}#wpdcom .wpd-soc-user-mailru .wpd-avatar i{background:#168DE2!important}#wpdcom .wpd-soc-user-mailru .wpd-avatar i svg{fill:#ff9e00}#wpdcom .wpd-soc-user-weibo .wpd-comment-label{color:#fff;background-color:#D52A2C!important;border:none}#wpdcom .wpd-soc-user-weibo .wpd-comment-author,#wpdcom .wpd-soc-user-weibo .wpd-comment-author a{color:#D52A2C!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-weibo{border-left:3px solid #D52A2C!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-weibo .wpd-avatar img{border-bottom-color:#D52A2C!important}#wpdcom.wpd-layout-3 .wpd-soc-user-weibo .wpd-comment-subheader{border-top:1px dashed #D52A2C!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-weibo .wpd-comment-right{border-left:1px solid #D52A2C!important}#wpdcom .wpd-soc-user-weibo .wpd-avatar i{background:#D52A2C!important}#wpdcom .wpd-soc-user-weixin .wpd-comment-label{color:#fff;background-color:#20c300!important;border:none}#wpdcom .wpd-soc-user-weixin .wpd-comment-author,#wpdcom .wpd-soc-user-weixin .wpd-comment-author a{color:#20c300!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-weixin{border-left:3px solid #20c300!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-weixin .wpd-avatar img{border-bottom-color:#20c300!important}#wpdcom.wpd-layout-3 .wpd-soc-user-weixin .wpd-comment-subheader{border-top:1px dashed #20c300!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-weixin .wpd-comment-right{border-left:1px solid #20c300!important}#wpdcom .wpd-soc-user-weixin .wpd-avatar i{background:#20c300!important}#wpdcom .wpd-soc-user-qq .wpd-comment-label{color:#fff;background-color:#1479d7!important;border:none}#wpdcom .wpd-soc-user-qq .wpd-comment-author,#wpdcom .wpd-soc-user-qq .wpd-comment-author a{color:#1479d7!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-qq{border-left:3px solid #1479d7!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-qq .wpd-avatar img{border-bottom-color:#1479d7!important}#wpdcom.wpd-layout-3 .wpd-soc-user-qq .wpd-comment-subheader{border-top:1px dashed #1479d7!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-qq .wpd-comment-right{border-left:1px solid #1479d7!important}#wpdcom .wpd-soc-user-qq .wpd-avatar i{background:#1479d7!important}#wpdcom .wpd-soc-user-baidu .wpd-comment-label{color:#fff;background-color:#F23F40!important;border:none}#wpdcom .wpd-soc-user-baidu .wpd-comment-author,#wpdcom .wpd-soc-user-baidu .wpd-comment-author a{color:#F23F40!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-baidu{border-left:3px solid #F23F40!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-baidu .wpd-avatar img{border-bottom-color:#F23F40!important}#wpdcom.wpd-layout-3 .wpd-soc-user-baidu .wpd-comment-subheader{border-top:1px dashed #F23F40!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-baidu .wpd-comment-right{border-left:1px solid #F23F40!important}#wpdcom .wpd-soc-user-baidu .wpd-avatar i{background:#F23F40!important}#wpdcom .wpd-soc-user-baidu .wpd-avatar i svg{fill:#2319dc}.wpd-comment-text pre{overflow:auto;display:block;max-width:100%}.wpd-inline-icon.wpd-blink{animation:wpdBlink 1s}@keyframes wpdBlink{50%{transform:scale(1.5)}}#wpdcom.wpd-dark .wpd-cf-label{background:#555;color:#ccc;border-bottom:1px #777 solid}#wpdcom.wpd-dark .wpd-cf-value{border-bottom:1px #777 solid}#wpdcom.wpd-dark .wpd-comment .wpd-avatar img,#wpdcom.wpd-dark .wpd-comment .wpd-avatar img.avatar{background-color:#999}#wpdcom.wpd-dark .wpd-comment .wpd-avatar i{border:2px solid #ccc}#wpdcom.wpd-dark .wpd-field-group-title{color:#ccc}#wpdcom.wpd-dark .wpd-sbs-toggle{color:#aaa}#wpdcom.wpd-dark .wpd-thread-head .wpd-thread-info{color:#aaa}#wpdcom.wpd-dark .wpd-thread-filter .wpdf-sorting{color:#999}#wpdcom.wpd-dark .ql-toolbar{background-color:#333}#wpdcom.wpd-dark .wpd-editor-char-counter{color:#ddd}#wpdcom.wpd-dark .wpd-form-row .wpdiscuz-item .wpd-field-desc{color:#666;border-left:1px solid #666}#wpdcom.wpd-dark .wpd-form-row .wpdiscuz-item .wpd-field-icon{opacity:1;color:#555}#wpdcom.wpd-dark .wpdem-sticker-container.wpdem-sticker-open{box-shadow:none}#wpdcom.wpd-dark .wpdem-sticker-container{background-color:#999}#wpdcom.wpd-dark.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{background-color:#292929}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment.wpd-sticky-comment .wpd-comment-header{background-color:#292929}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up,#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{background-color:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-right{border-left:1px solid #666;border-bottom:1px solid #666}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-bottom:none}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result{background-color:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .trns-moderate-comments{background-color:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{background:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-reply-to{background-color:#fff0;border-bottom:1px solid #666}#wpdcom.wpd-dark #wpdiscuz-search-form .wpdiscuz-search-box{background-color:#111;border:1px solid #555}#wpdcom.wpd-dark .wpd-comment-text .wpd-inline-feedback-wrapper{background-color:#666;color:#ccc}#wpdcom.wpd-dark .wpd-soc-user-wordpress .wpd-comment-label{background-color:#666}#wpdcom.wpd-dark .wpd-soc-user-wordpress .wpd-comment-author,#wpdcom .wpd-soc-user-wordpress .wpd-comment-author a{color:#666}#wpdcom.wpd-dark.wpd-layout-1 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-color:#666}#wpdcom.wpd-dark.wpd-layout-2 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-bottom-color:#666}#wpdcom.wpd-dark.wpd-layout-3 .wpd-soc-user-wordpress .wpd-comment-subheader{border-top:1px dashed #666}#wpdcom.wpd-dark.wpd-layout-3 .wpd-reply .wpd-soc-user-wordpress .wpd-comment-right{border-left:1px solid #666}@media screen and (max-width:1024px){#wpd-bubble-wrapper>div{width:40px;height:40px}#wpd-bubble-wrapper #wpd-bubble-all-comments-count{font-size:13px}#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message{height:auto;padding:7px 14px;justify-content:flex-start;font-size:14px}#wpd-bubble-wrapper.wpd-left-corner,#wpd-bubble-wrapper.wpd-left-content{left:10px!important}#wpd-bubble-wrapper.wpd-left-corner>#wpd-bubble #wpd-bubble-add-message,#wpd-bubble-wrapper.wpd-left-content>#wpd-bubble #wpd-bubble-add-message{left:53px}#wpd-bubble-wrapper.wpd-left-corner>#wpd-bubble #wpd-bubble-add-message::before,#wpd-bubble-wrapper.wpd-left-content>#wpd-bubble #wpd-bubble-add-message::before{left:-9px}#wpd-bubble-wrapper.wpd-right-corner>#wpd-bubble #wpd-bubble-add-message{left:auto;right:55px}#wpd-bubble-wrapper.wpd-right-corner>#wpd-bubble #wpd-bubble-add-message::before{left:auto;right:-9px}}@media screen and (max-width:600px){#comments,#respond{padding-left:0!important;padding-right:0!important}#wpdcom{padding:5px 3%;overflow-x:hidden}#wpdcom .wpd-form-row div:hover.wpd-field-desc span{margin-left:-187px}#wpdcom .wpd-form-row div.wpd-field-desc span::after{margin-left:80px}.wpd-inline-form-wrapper{left:0;width:320px;position:relative;top:7px;bottom:15px}.wpd-inline-form-wrapper::before{display:none}.wpd-inline-form-question{padding:5px 20px;color:#fff;font-size:16px;line-height:1.7}.wpd-inline-form-wrapper .wpd-inline-submit-icon{display:none}.wpd-last-inline-comments-wrapper{position:relative;width:300px;top:0;left:0}.wpd-last-inline-comments-wrapper::after,.wpd-last-inline-comments-wrapper::before{display:none}.wpd-inline-form .wpd-inline-comment-content{font-size:16px;padding:5px}.wpd-inline-form-second-row{height:auto;flex-direction:column}.wpd-inline-form input.wpd-inline-name-input{width:100%;margin-bottom:10px;font-size:16px;padding:2px 5px}#wpd-bubble-wrapper{bottom:20px}#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message{width:270px}#wpdcom .wpd-auth{margin:0 0 2px -3px}#wpdcom .wpd-social-login .wpd-connect-with{display:none!important}#wpdcom .wpd-form .wpd-avatar{display:none}#wpdcom .wpd-form.wpd-form-wrapper{padding-right:5px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{flex-basis:100%;width:100%}#wpdcom .wpdiscuz_select{font-size:16px!important}#wpdcom .wpdiscuz-subscribe-form-email{font-size:16px;display:block;padding:10px 0 0 0;width:98%;margin:0 auto}#wpdcom .wpdiscuz-subscribe-form-email input[type="email"]{font-size:16px!important}#wpdcom .wpd-form .wpd-form-foot,#wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot,#wpdcom.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left:0}#wpdcom .wpd-form-row .wpd-form-col-left,#wpdcom .wpd-form-row .wpd-form-col-right{width:100%;float:none}#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating{border-bottom:none;height:auto}#wpdcom .wpdiscuz-item .wpdiscuz-rating>label{font-size:1.4em}#wpdcom .ql-toolbar{padding:5px 8px 3px 5px}#wpdcom .ql-snow.ql-toolbar button,#wpdcom .ql-snow .ql-toolbar button{height:24px!important;padding:4px 5px!important;width:24px!important}#wpdcom .ql-toolbar .wpd-editor-buttons-right .wmu-upload-wrap{font-size:1.3em!important}#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha{transform:scale(.9);margin-top:3px}#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha div{width:auto!important}#wpdcom .wpd-field-radio .wpd-item,#wpdcom .wpd-field-checkbox .wpd-item{display:block}#wpdcom .wpd-field-radio .wpd-field,#wpdcom .wpd-field-checkbox .wpd-field{height:auto;float:none;vertical-align:middle}#wpdcom .wpd-field-radio .wpd-field-label,#wpdcom .wpd-field-checkbox .wpd-field-label{font-size:14px}#wpdcom .wpd-form-col-left .wpd-field-group .wpd-field-group-title,#wpdcom .wpd-form-col-right .wpd-field-group .wpd-field-group-title,#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{font-size:14px}#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="password"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="email"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="url"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="color"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="date"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="month"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="number"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="time"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="week"],#wpdcom textarea,#wpdcom select,#wpdcom .wpd-form-row .wpd-field{font-size:16px!important;height:auto}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis:100%;width:100%}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar{margin-bottom:2px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button{font-size:14px;width:19%}#wpdiscuz-comment-message{width:97%}#wpdcom .wpd-hidden{visibility:visible;opacity:1}#wpdcom .wpd-tools-actions{left:auto;right:0}#wpdcom .wpd-thread-head .wpd-thread-info{flex-basis:100%;border-bottom:2px solid #ccc}#wpdcom .wpd-thread-head .wpd-thread-filter{margin-top:5px}#wpdcom .wpdiscuz-subscribe-form-button{width:99%;margin-top:8px}#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{width:100%;min-height:20px!important;height:26px!important}#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies{display:inline-block;width:78px;white-space:nowrap;overflow:hidden;font-size:10px!important}#wpdcom .wpd-comment .wpd-comment-wrap{display:block}#wpdcom .wpd-comment-footer{flex-wrap:wrap}#wpdcom .wpd-comment .wpd-comment-left{width:100%}#wpdcom .wpd-comment .wpd-comment-right{width:100%}#wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-left{text-align:left}#wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-left{width:100%}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar{display:inline-block}#wpdcom.wpd-layout-1 .wpd-comment .wpd-form .wpd-avatar{display:none}#wpdcom.wpd-layout-1 .wpd-comment-label{display:inline-block}#wpdcom.wpd-layout-1 .wpd-comment-header .wpd-comment-link{padding-top:0}#wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-label{width:auto;padding:1px 10px}#wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-label{display:inline-block;margin:10px auto 5px auto}#wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link{display:inline-block}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar{margin-right:5px;vertical-align:bottom}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img.avatar{width:36px;height:36px;padding:1px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i{padding:2px;font-size:9px;border:1px solid #fff;width:16px}#wpdcom.wpd-layout-1 .wpd-reply.wpd_comment_level-2{margin-left:25px}#wpdcom.wpd-layout-1 .wpd-reply{margin-left:0}#wpdcom.wpd-layout-2 .wpd-reply{margin-left:0}#wpdcom.wpd-layout-2 .wpd-reply.wpd_comment_level-2{margin-left:15px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{width:100%;display:flex;flex-direction:row;justify-content:flex-start;flex-grow:0;margin-bottom:-3px;float:right;margin-left:61px;flex-wrap:wrap;margin-top:-44px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top{flex-wrap:wrap!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-date{padding-left:0}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-link{margin-bottom:0;padding-top:1px;align-items:normal;flex-basis:100%;text-align:right;margin-top:-20px}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to{margin-right:10px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left .wpd-avatar{margin-bottom:-41px;margin-top:0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left{width:45px}#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img.avatar,#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img.avatar{width:40px;height:40px;max-width:none;padding:2px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author{padding-left:55px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader{justify-content:flex-start}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-right{border-left:none;border-bottom:none;width:100%}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text{padding-left:7px;padding-top:15px;padding-bottom:17px;font-size:100%}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer{margin-bottom:-10px;margin-left:7px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote{padding-left:0;margin-left:0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{border:none;padding:0;width:16px;height:16px;background-color:none}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color:#fff0;border:none;border-radius:15px;padding:0 10px 0 0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;background-color:#fff0;line-height:24px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{padding-left:10px;flex-grow:1}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background:none;padding:5px 3px;width:auto;line-height:14px;border:none;height:auto}#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar i{padding:2px;font-size:9px;width:18px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-wpanel{display:none}#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to{margin-left:0}#wpdcom.wpd-layout-3 .wpd-reply.wpd_comment_level-2{margin-left:20px}#wpdcom.wpd-layout-3 .wpd-reply{margin-left:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:34px;height:34px;max-width:40px;border:none}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left .wpd-avatar{margin-top:0;margin-bottom:-28px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left{width:54px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-left:1px solid #d1d1d1}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author{padding-left:55px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-label{margin:0 8px 0 0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-text{padding-left:10px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer{margin-left:10px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up.wpd-up,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down.wpd-down{border:none}[wpd-tooltip-size='small']::after{min-width:60px}[wpd-tooltip-size='medium']::after{min-width:90px}[wpd-tooltip-size='long']::after{min-width:200px}}.wp-block-comments-wpdiscuz .wpdiscuz-edit-bloc-notice{margin:50px auto;max-width:750px;background-color:#F6F6F6;font-size:11px}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}
.fa-asterisk:before{content:"\f069"}.fa-calendar-alt:before{content:"\f073"}.fa-plus:before{content:"\f067"}.fa-question:before{content:"\f128"}.fa-minus:before{content:"\f068"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before{content:"\f00d"}.fa-remove:before{content:"\f00d"}.fa-times:before{content:"\f00d"}.fa-signal:before{content:"\f012"}.fa-cog:before{content:"\f013"}.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-repeat:before{content:"\f01e"}.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-tag:before{content:"\f02b"}.fa-bookmark:before{content:"\f02e"}.fa-camera:before{content:"\f030"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-video-camera:before{content:"\f03d"}.fa-image:before{content:"\f03e"}.fa-photo:before{content:"\f03e"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-edit:before{content:"\f044"}.fa-pencil-square-o:before{content:"\f044"}.fa-check-square-o:before{content:"\f046"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-check-circle-o:before{content:"\f05d"}.fa-mail-forward:before{content:"\f064"}.fa-share:before{content:"\f064"}.fa-exclamation-circle:before{content:"\f06a"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before{content:"\f071"}.fa-warning:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-bar-chart:before{content:"\f080"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-cogs:before{content:"\f085"}.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f09a"}.fa-unlock:before{content:"\f09c"}.fa-feed:before{content:"\f09e"}.fa-rss:before{content:"\f09e"}.fa-bell-o:before{content:"\f0a2"}.fa-certificate:before{content:"\f0a3"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-wrench:before{content:"\f0ad"}.fa-group:before{content:"\f0c0"}.fa-users:before{content:"\f0c0"}.fa-chain:before{content:"\f0c1"}.fa-link:before{content:"\f0c1"}.fa-paperclip:before{content:"\f0c6"}.fa-bars:before{content:"\f0c9"}.fa-navicon:before{content:"\f0c9"}.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before{content:"\f0e2"}.fa-undo:before{content:"\f0e2"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before{content:"\f0e7"}.fa-flash:before{content:"\f0e7"}.fa-bell:before{content:"\f0f3"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-mail-reply:before{content:"\f112"}.fa-reply:before{content:"\f112"}.fa-smile-o:before{content:"\f118"}.fa-smile:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-frown:before{content:"\f119"}.fa-flag-o:before{content:"\f11d"}.fa-mail-reply-all:before{content:"\f122"}.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before{content:"\f123"}.fa-star-half-full:before{content:"\f123"}.fa-star-half-o:before{content:"\f123"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-shield:before{content:"\f132"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-unlock-alt:before{content:"\f13e"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-play:before{content:"\f16a"}.fa-vk:before{content:"\f189"}.fa-wordpress:before{content:"\f19a"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-language:before{content:"\f1ab"}.fa-cubes:before{content:"\f1b3"}.fa-life-bouy:before{content:"\f1cd"}.fa-life-buoy:before{content:"\f1cd"}.fa-life-ring:before{content:"\f1cd"}.fa-life-saver:before{content:"\f1cd"}.fa-support:before{content:"\f1cd"}.fa-circle:before{content:"\f111"}.fa-clock:before{content:"\f017"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-facebook-official:before{content:"\f230"}.fa-whatsapp:before{content:"\f232"}.fa-user-plus:before{content:"\f234"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-fa:before{content:"\f2b4"}.fa-font-awesome:before{content:"\f2b4"}.fa-address-card:before{content:"\f2bb"}.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before{content:"\f2bc"}.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-pencil-alt:before{content:"\f303"}.fa-columns:before{content:"\f0db"}.fa-trash-alt:before{content:"\f2ed"}.fa-arrows-alt:before{content:"\f0b2"}.fa-shield-alt:before{content:"\f3ed"}.fa-user-cog:before{content:"\f4fe"}.fa-photo-video:before{content:"\f87c"}.fa-fire:before{content:"\f06d"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-up:before{content:"\f0de"}.fa-thumbtack:before{content:"\f08d"}.fa-instagram:before{content:"\f16d"}.fa-wordpress-simple:before{content:"\f411"}.fa-linkedin-in:before{content:"\f0e1"}.fa-yandex-international:before{content:"\f414"}.fa-at:before{content:"\f1fa"}.fa-weixin:before{content:"\f1d7"}.fa-weibo:before{content:"\f18a"}.fa-qq:before{content:"\f1d6"}.fa-baidu:before{content:"\f1b0"}.fa-spinner:before{content:"\f110"}.fa-microphone:before{content:"\f130"}
.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{ font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:swap;  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.eot);  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.woff2) format("woff2"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.woff) format("woff"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.svg#fontawesome) format("svg") }.fab{font-family:"Font Awesome 5 Brands"}  @font-face{ font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.eot);  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.woff) format("woff"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.svg#fontawesome) format("svg") }.fab,.far{font-weight:400}  @font-face{ font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.svg#fontawesome) format("svg") }.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/* Quill */
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:0;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li::before{content:'\2022'}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li::before,.ql-editor ul[data-checked=true]>li::before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li::before{content:'\2611'}.ql-editor ul[data-checked=false]>li::before{content:'\2610'}.ql-editor li::before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl)::before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl::before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) '. '}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) '. '}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) '. '}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) '. '}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) '. '}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) '. '}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) '. '}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) '. '}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) '. '}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank::before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:'';display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:0 0;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:0}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item::before,.ql-snow .ql-picker.ql-header .ql-picker-label::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item::before,.ql-snow .ql-picker.ql-font .ql-picker-label::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item::before,.ql-snow .ql-picker.ql-size .ql-picker-label::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-editor.ql-blank:focus::before{content:''}
/* Media Uploader */
#cboxCurrent{bottom:0;font-size:15px}#wpdcom{height:auto;padding:5px 1px}#wpdcom .wmu-hide{display:none!important}#wpdcom .wmu-show{display:inline-block!important}#wpdcom .wmu-add{cursor:pointer;margin:0px 2px;color:#aaaaaa;cursor:pointer;display:inline}#wpdcom .wmu-add i{color:#444}#wpdcom .wmu-add input[type=file]{visibility:hidden;display:none}#wpdcom .wmu-tabs{width:100%;padding:8px 0px 17px 0px;margin:1px 0px 0px 0px;border-top:1px dotted #dddddd;text-align:left}#wpdcom .wmu-tabs .wmu-preview-images .wmu-preview-remove .wmu-file-name{display:none}#wpdcom .wmu-tabs .wmu-preview-remove{position:relative}#wpdcom .wmu-tabs .wmu-preview-remove img{max-height:45px}#wpdcom .wmu-tabs .wmu-preview-delete,#wpdcom .wmu-tabs .wmu-preview-replace{cursor:pointer;position:absolute;bottom:0;width:50%;display:none;text-align:center;background:rgba(255,255,255,0.88);z-index:101;font-size:14px;line-height:18px;padding:1px 0;-webkit-box-sizing:border-box;box-sizing:border-box}#wpdcom .wmu-tabs .wmu-preview-delete{left:0;color:#c0392b}#wpdcom .wmu-tabs .wmu-preview-replace{right:0;color:#444}#wpdcom .wmu-tabs .wmu-preview-remove:hover .wmu-preview-delete,#wpdcom .wmu-tabs .wmu-preview-remove:hover .wmu-preview-replace{display:block}#wpdcom .wmu-tabs .wmu-preview-delete:hover{background:rgba(255,230,230,0.95);color:#c0392b}#wpdcom .wmu-tabs .wmu-preview-replace:hover{background:rgba(220,240,255,0.95);color:#0073aa}#wpdcom .wmu-preview{margin:1px 3px;cursor:pointer;display:inline-block}#wpdcom .wmu-attachment img{vertical-align:bottom}#wpdcom .wmu-attachment audio{vertical-align:bottom}#wpdcom .wmu-attachment-delete,.wpd-content .wmu-attachment-delete{cursor:pointer;border-top:1px solid #ffffff;visibility:hidden;font-size:5px;line-height:12px;text-align:center;padding:2px 0px 1px 0px;margin:0px;z-index:100;border-bottom:white 1px solid}#wpdcom .wmu-attachment-delete svg,.wpd-content .wmu-attachment-delete svg{fill:#d63638;width:11px;height:11px}#wpdcom .wmu-attachment:hover>.wmu-attachment-delete,.wpd-content .wmu-attachment:hover>.wmu-attachment-delete{visibility:visible}#wpdcom .wmu-attachment-delete:hover,.wpd-content .wmu-attachment-delete:hover{visibility:visible;background-color:#FFEFEF;border-bottom:#FFD6D6 1px solid}#wpdcom .wmu-attached-images{border-bottom:1px dotted #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}#wpdcom .wmu-attached-images .wmu-attachment{margin:10px 2px 1px 2px}#wpdcom .wmu-attached-images .attachment-thumbnail,#wpdcom .wmu-attached-images .wmu-attached-image{border:3px solid #f1f1f1}#wpdcom .wmu-attached-image-link{display:inline-block}#wpdcom .wmu-attached-images .wmu-separator{padding:4px 0px;display:block}#wpdcom .wmu-action-wrap{width:100%;margin:0px;padding:0px;text-align:left}#wpdcom .wmu-action-wrap img{display:inline-block;vertical-align:bottom}#wpdcom .wmu-top-title{padding:5px 20px 5px 3px;font-size:10px;color:#888888;text-align:left;margin-top:-27px;margin-bottom:7px;line-height:14px;white-space:nowrap;display:table;text-transform:uppercase}#wpdcom .wmu-filreader-not-exist{}#wpdcom .msgEmptyFile,#wpdcom .msgPermissionDenied,#wpdcom .msgUploadingNotAllowed,#wpdcom .wmuPhraseMaxFileCount,#wpdcom .wmuPhraseMaxFileSize,#wpdcom .wmuPhraseNotAllowedFile,#wpdcom .wmuPhrasePostMaxSize{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:#f2d3d2 1px solid;padding:5px 10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0;border-radius:3px}@media screen and (max-width:655px){#wpdcom .wmu-preview-remove .wmu-file-name{font-size:11px}#wpdcom .wmu-preview-remove .wmu-file-name{font-size:11px}#wpdcom .wmu-attached-images .wmu-attached-image{height:auto!important}}@media screen and (max-width:500px){#wpdcom .wc-comment-text iframe{width:98%}}@media screen and (max-width:420px){#wpdcom .wmu-top-title{display:none}}.wpd-wrapper #wpd-content-item-4 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-4 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding-top:24px;color:#666}.wpd-wrapper #wpd-content-item-4 .wpd-item-right i{display:inline-block;vertical-align:middle;font-size:20px;line-height:20px;color:#e8484a}
/* My Content and Settings */
.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.3);outline:none!important;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:34px;right:0;bottom:0;left:0;text-align:center;outline:none!important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.lity-closed .lity-content,.lity-loading .lity-content{-webkit-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container,.lity-iframe .lity-container,.lity-vimeo .lity-container,.lity-youtube .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}.wpd-wrapper *,.wpd-wrapper :after,.wpd-wrapper :before{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.wpd-wrapper{width:100%;padding:10px;margin:0 auto;background:transparent}.wpd-wrapper .wpd-list{display:-webkit-box;display:-ms-flexbox;display:flex;border-right:1px solid #ddd}.wpd-wrapper .wpd-list,.wpd-wrapper .wpd-list-item{list-style:none;list-style-type:none;font-size:14px}.wpd-wrapper .wpd-list-item{border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;display:inline-block;padding:10px 10px;color:#999;cursor:pointer;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.wpd-wrapper .wpd-list-item:hover{color:#444}.wpd-wrapper .wpd-list-item.wpd-active{border-bottom:none;color:#444}.wpd-wrapper .wpd-list-item span{margin-left:5px}.wpd-wrapper .wpd-content-item{border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding:20px}.wpd-wrapper .wpd-content-item:not(.wpd-active){display:none}.wpd-wrapper .wpd-item{border-bottom:1px solid #ddd;font-size:13px;line-height:19px;padding-bottom:7px}.wpd-wrapper .wpd-item:last-child{border-bottom:none}.wpd-wrapper .wpd-item-link.wpd-comment-meta{font-size:12px;color:#555;padding-bottom:0px}.wpd-wrapper .wpd-item-link{padding:5px 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wpd-wrapper .wpd-post-link{margin-left:3px}.wpd-wrapper .wpd-post-item-link{font-size:12px;font-style:italic;color:#666}.wpd-wrapper .wpd-pagination{display:inline-block;margin:10px 0}.wpd-wrapper .wpd-page-link{color:#000;float:left;padding:3px 10px;text-decoration:none;-webkit-transition:background-color .3s;transition:background-color .3s;border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;transition:background-color .3s;cursor:pointer;outline:none}.wpd-wrapper .wpd-page-link:hover:not(.wpd-current-page){background:#ddd}.wpd-wrapper .wpd-page-link:last-of-type{border-right:1px solid #ddd}.wpd-wrapper .wpd-current-page{color:#fff;border:none;cursor:initial}.wpd-wrapper .wpd-item.wpd-follow-item .fa-user{font-size:15px;color:#777}.wpd-wrapper .wpd-item.wpd-follow-item .wpd-fl-name{font-size:16px;color:#777}.wpd-wrapper #wpd-content-item-1 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-1 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding-top:24px;color:#666}.wpd-wrapper #wpd-content-item-2 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-3 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-2 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding-top:24px;color:#666}.wpd-wrapper #wpd-content-item-3 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding:15px 0;color:#666}.wpd-wrapper .wpd-item-right *,.wpd-wrapper .wpd-user-email-delete-links-wrap{outline:none!important}.wpd-wrapper #wpd-content-item-1 .wpd-item-right i,.wpd-wrapper #wpd-content-item-2 .wpd-item-right i{display:inline-block;vertical-align:middle;font-size:30px;line-height:30px;color:#e8484a}.wpd-wrapper #wpd-content-item-3 .wpd-item-right i{display:inline-block;vertical-align:middle;font-size:20px;line-height:20px;color:#e8484a}.wpd-wrapper .wpd-user-email-delete-links-wrap{text-align:center;padding:8px}.wpd-wrapper .wpd-user-email-delete-links{font-size:15px}.wpd-wrapper .wpd-user-email-delete-links span{margin-left:5px}.wpd-wrapper.wpd-guest-settings{text-align:center}.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap{width:70%;min-width:280px;line-height:1.5;border:1px solid #ddd;padding:5px;background:#eee;font-size:14px;margin:15px auto}.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap:hover{background:#F8F8F8}.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button{cursor:pointer}.wpd-wrapper.wpd-guest-settings .wpd-guest-action-error{color:#fa5454}.wpd-wrapper.wpd-guest-settings .wpd-guest-action-success{color:#00B38F}.wpd-wrapper.wpd-guest-settings{padding:2%}.wpd-clear{clear:both}.wpd-loading{margin-left:5px}.wpd-hide{display:none}.wpd-show{display:inline-block}.wpd-bulk-desc{font-size:12px;color:#666666;font-style:italic}@media screen and (max-width:1024px){.wpd-wrapper .wpd-list-item span{display:none}}
/* Colorbox */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/overlay.png) repeat 0 0;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxTopLeft{width:21px;height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/controls.png) no-repeat -101px 0}#cboxTopRight{width:21px;height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/controls.png) no-repeat -130px 0}#cboxBottomLeft{width:21px;height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/controls.png) no-repeat -101px -29px}#cboxBottomRight{width:21px;height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/controls.png) no-repeat -130px -29px}#cboxMiddleLeft{width:21px;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/controls.png) left top repeat-y}#cboxMiddleRight{width:21px;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/controls.png) right top repeat-y}#cboxTopCenter{height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/border.png) 0 0 repeat-x}#cboxBottomCenter{height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/border.png) 0 -29px repeat-x}#cboxContent{background:#fff;overflow:hidden}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:28px}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxLoadingOverlay{background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}#cboxNext:hover{background-position:-50px -25px}#cboxClose{position:absolute;bottom:0;right:0;background:url(/wp-content/plugins/wpdiscuz/assets/third-party/colorbox/images/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px}#cboxClose:hover{background-position:-25px -25px}.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.rank-math-list-item{margin-bottom:2em}