@charset "UTF-8";: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;}.wprm-popup-modal{display:none;}.wprm-popup-modal.is-open{display:block;}.wprm-popup-modal__overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;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-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:rgba(255,255,255,0);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:focus,.wprm-popup-modal__btn: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:rgba(255,255,255,0);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;}#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 hsla(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{container-type:inline-size;overflow:hidden;width:100%;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{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;}@container (max-width:800px){}@container (max-width:700px){}@container (max-width:600px){}@container (max-width:500px){}@container (max-width:400px){}@container (min-width:800px){}@container (min-width:700px){}@container (min-width:600px){}@container (min-width:500px){}@container (min-width:400px){}.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-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;}@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-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-line,.wprm-header-decoration-spacer,.wprm-icon-decoration-line{align-items:center;display:flex;flex-wrap:wrap;}.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-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-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-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-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{color:var(--wprm-expandable-text-color);}.wprm-expandable-container 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.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-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-recipe-header .wprm-recipe-icon{margin-right:5px;}.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-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-internal-container{background-color:#fff;border:0 solid #fff;border-radius:20px;padding:20px;}.wprm-internal-container ul li{margin-left:16px !important;}.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 ul.wprm-recipe-ingredients li.wprm-recipe-ingredient{padding-right:10px;}.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;}.rtl .wprm-ingredient-style-grouped ul.wprm-recipe-ingredients li.wprm-recipe-ingredient{padding-left:10px;padding-right:0;}.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-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-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;}.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;}.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-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-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;}}@container (max-width:900px){}@container (max-width:800px){}@container (max-width:700px){}@container (max-width:600px){}@container (max-width:500px){}@container (max-width:400px){}.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{padding-right:10px;white-space:nowrap;}.rtl .wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container{padding-left:10px;padding-right:0;}.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) * .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 rgba(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;}address,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{border:0;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}main,nav{display:block;}progress{display:inline-block;vertical-align:baseline;}a{background-color:transparent;}a:active{outline:0;}a,a:focus,a:hover,a:visited{text-decoration:none;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}hr{box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box;}#comments .submit,.search .search-submit{padding:10px 15px;border-radius:2px;line-height:1.8571428571429;border:0;}.archive .no-results .ast-search-submit,.search .site-main .ast-search-submit{display:none;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid var(--ast-border-color);margin:0 0;padding:.35em .625em .75em;}legend{border:0;padding:0;}fieldset legend{margin-bottom:1.5em;padding:0 .5em;}textarea{overflow:auto;}optgroup{font-weight:700;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}.ast-container{max-width:100%;}.ast-container,.ast-container-fluid{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;}.ast-row{margin-left:-20px;margin-right:-20px;}@media (min-width:768px) and (max-width:921px){.blog-layout-2 .ast-width-md-6,.blog-layout-3 .ast-width-md-6{float:none;width:100%;}}@media (min-width:769px) and (max-width:921px){.blog-layout-2,.blog-layout-3{flex-direction:unset;}}@media (max-width:768px){.blog-layout-3{flex-direction:column;}}.ast-grid-common-col{position:relative;min-height:1px;padding-left:20px;padding-right:20px;}.ast-float{float:left;}@media (max-width:992px){.ast-width-sm-25{width:25%;}.ast-width-md-50{width:50%;}}@media (max-width:768px){.ast-width-md-25{width:25%;}}.ast-full-width{width:100%;}.ast-width-50{width:50%;}@media (min-width:768px){.ast-width-md-4{width:33.3333333333%;}.ast-width-md-16{width:16.6666666667%;}.ast-width-md-6{width:50%;float:left;}.ast-width-md-3{width:25%;}.ast-width-md-66{width:66.6666666667%;}}@media (min-width:769px){.ast-width-md-20{width:20%;}}@media (min-width:992px){.ast-width-lg-33{width:33.3333333333%;}.ast-width-lg-16{width:16.6666666667%;}.ast-width-lg-50{width:50%;}.ast-width-lg-66{width:66.6666666667%;}}h1,h2,h3,h4,h5,h6{clear:both;}.entry-content h1,h1{color:#808285;font-size:2em;line-height:1.2;}.entry-content h2,h2{color:#808285;font-size:1.7em;line-height:1.3;}.entry-content h3,h3{color:#808285;font-size:1.5em;line-height:1.4;}.entry-content h4,h4{color:#808285;line-height:1.5;font-size:1.3em;}.entry-content h5,h5{color:#808285;line-height:1.6;font-size:1.2em;}.entry-content h6,h6{color:#808285;line-height:1.7;font-size:1.1em;}html{box-sizing:border-box;}*,:after,:before{box-sizing:inherit;}body{color:#808285;background:#fff;font-style:normal;}ol,ul{margin:0 0 1.5em 3em;}ul{list-style:disc;}ol{list-style:decimal;}li>ol,li>ul{margin-bottom:0;margin-left:1.5em;}dt{font-weight:600;}dd{margin:0 1.5em 1em;}b,strong{font-weight:700;}cite,dfn,em,i{font-style:italic;}blockquote,q{quotes:"" "";}blockquote:after,blockquote:before,q:after,q:before{content:"";}blockquote{border-left:5px solid var(--ast-border-color);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative;}address{margin:0 0 1.5em;}address,cite{font-style:italic;}abbr,acronym{border-bottom:1px dotted #666;cursor:help;}pre{background:var(--ast-code-block-background);font-family:"Courier 10 Pitch",Courier,monospace;margin-bottom:1.6em;overflow:auto;max-width:100%;padding:1.6em;}code,kbd,tt,var{font:1em Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;}img{height:auto;max-width:100%;}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em;}.ast-button,.button,button,input,select,textarea{color:#808285;font-weight:400;font-size:100%;margin:0;vertical-align:baseline;}button,input{line-height:normal;}.normal-search{margin-right:-5px;}big{font-size:125%;}ins,mark{background:0 0;text-decoration:none;}table,td,th{border:1px solid var(--ast-border-color);}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%;}th{font-weight:600;}td,th{padding:.7em 1em;border-width:0 1px 1px 0;}.ast-button,.button,button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:var(--ast-border-color);border-radius:2px;background:#e6e6e6;padding:.6em 1em .4em;color:#fff;}.ast-button:focus,.ast-button:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#fff;border-color:var(--ast-border-color);}.ast-button:active,.ast-button:focus,.button:active,.button:focus,button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:var(--ast-border-color);outline:0;}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{color:#666;border:1px solid var(--ast-border-color);border-radius:2px;-webkit-appearance:none;}input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#111;}textarea{padding-left:3px;width:100%;}a{color:#4169e1;}a:focus,a:hover{color:#191970;}a:focus{outline:thin dotted;}a:hover{outline:0;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:2px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:12.25px;font-size:.875rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}.alignleft{display:inline;float:left;margin-right:1.5em;}.alignright{display:inline;float:right;margin-left:1.5em;}.aligncenter{clear:both;text-align:center;display:block;margin-left:auto;margin-right:auto;}.entry-content[data-ast-blocks-layout]>embed,.entry-content[data-ast-blocks-layout]>iframe,.entry-content[data-ast-blocks-layout]>object,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 .wp-caption-text{margin:.8075em 0;}.wp-caption-text{text-align:center;}::selection{color:#fff;background:#0274be;}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}body:not(.logged-in){position:relative;}#page{position:relative;}a,a:focus{text-decoration:none;}.secondary a *,.site-footer a *,.site-header a *,a{transition:all .2s linear;}.capitalize{text-transform:uppercase;}img{vertical-align:middle;}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-bottom:20px;}p{margin-bottom:1.75em;}blockquote{margin:1.5em 1em 1.5em 3em;font-size:1.1em;line-height:inherit;position:relative;}.ast-button,.button,input[type=button],input[type=submit]{border-radius:0;padding:18px 30px;border:0;box-shadow:none;text-shadow:none;}.ast-button:hover,.button:hover,input[type=button]:hover,input[type=submit]:hover{box-shadow:none;}.ast-button:active,.ast-button:focus,.button:active,.button:focus,input[type=button]:active,input[type=button]:focus,input[type=submit]:active,input[type=submit]:focus{box-shadow:none;}.site-title{font-weight:400;}.site-description,.site-title{margin-bottom:0;}.site-description a,.site-description:focus a,.site-description:hover a,.site-title a,.site-title:focus a,.site-title:hover a{transition:all .2s linear;}.site-title a,.site-title a:focus,.site-title a:hover,.site-title a:visited{color:#222;}.site-description a,.site-description a:focus,.site-description a:hover,.site-description a:visited{color:#999;}.search-form .search-field{outline:0;}.ast-search-menu-icon{position:relative;z-index:3;}.site .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,.2);color:#21759b;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:14px;font-weight:700;left:-9999em;outline:0;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em;}.site .skip-link:focus{clip:auto;height:auto;left:6px;top:7px;width:auto;z-index:100000;outline:thin dotted;}.logged-in .site .skip-link{box-shadow:0 0 2px 2px rgba(0,0,0,.2);font-family:"Open Sans",sans-serif;}input,select{line-height:1;}.ast-button,.ast-custom-button,body,button,input[type=button],input[type=submit],textarea{line-height:1.8571428571429;}.site-title a{line-height:1.2;}.site-header .site-description{line-height:1.5;}.ast-single-post .entry-title,.ast-single-post .entry-title a{line-height:1.2;}.entry-title,.entry-title a{font-weight:var(--ast-blog-title-font-weight,normal);}.ast-oembed-container{position:relative;padding-top:56.25%;height:0;height:auto;overflow:hidden;max-width:100%;}.ast-oembed-container embed,.ast-oembed-container iframe,.ast-oembed-container object{position:absolute;top:0;left:0;width:100%;height:100%;}.ast-hidden{display:none !important;}body{background-color:#fff;}#page{display:block;}#primary,#secondary{width:100%;}#primary{margin:4em 0;}.ast-separate-container{background-color:#f5f5f5;}.ast-separate-container #primary{padding:4em 0;margin:0;border:0;}.ast-separate-container .site-main>.ast-row{margin-left:0;margin-right:0;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single:not(.ast-related-post){background-color:#fff;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{border-bottom:1px solid var(--ast-border-color);margin:0;padding:5.34em 6.67em;}.ast-separate-container .blog-layout-1{padding:0;border-bottom:0;}.ast-separate-container .ast-article-single{border-bottom:0;}@media (max-width:1200px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{margin:0;padding:3.34em 2.4em;}}@media (min-width:993px){.ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary{margin:4em 0;padding:0;}.ast-right-sidebar #primary{padding-right:60px;}.ast-left-sidebar #primary{padding-left:60px;}}@media (max-width:992px){.ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary{padding-left:0;padding-right:0;}.ast-right-sidebar #primary{padding-right:30px;}.ast-left-sidebar #primary{padding-left:30px;}}.ast-search-icon .astra-search-icon{font-size:1.3em;}.main-navigation{height:100%;-js-display:inline-flex;display:inline-flex;}.main-navigation ul{list-style:none;margin:0;padding-left:0;position:relative;}.main-header-menu .menu-link,.main-header-menu>a{text-decoration:none;padding:0 1em;display:inline-block;transition:all .2s linear;}.main-header-menu .menu-item{position:relative;}.main-header-menu .menu-item.focus>.sub-menu,.main-header-menu .menu-item:hover>.sub-menu,.main-header-menu .menu-item>.sub-menu.toggled-on{right:auto;left:0;visibility:visible;}.main-header-menu .menu-item.focus>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item:hover>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item>.sub-menu.toggled-on .sub-menu.toggled-on{left:100%;right:auto;visibility:visible;}.main-header-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu:hover>.sub-menu{right:0;left:auto;}@media (min-width:769px){.main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%;}.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu{left:-100%;}}.main-header-menu .sub-menu{width:240px;background:#fff;left:-999em;position:absolute;top:100%;z-index:99999;visibility:hidden;}@media (min-width:769px){.main-header-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .sub-menu .menu-item:hover>.sub-menu{left:100%;right:auto;}.main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:-100%;}.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%;}}.main-header-menu .sub-menu .menu-link{padding:.9em 1em;display:block;word-wrap:break-word;}.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:none;}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow{display:none;}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{position:absolute;right:.6em;top:50%;transform:translate(0,-50%) rotate(270deg);}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow{display:block;}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow svg{margin:0;}#ast-desktop-header .account-main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{transform:translate(0,-50%) rotate(360deg);}.main-header-menu .sub-menu .sub-menu{top:0;}.submenu-with-border .sub-menu{border-width:1px;border-style:solid;}.submenu-with-border .sub-menu .menu-link{border-width:0 0 1px;border-style:solid;}.submenu-with-border .sub-menu .sub-menu{top:-2px;}.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link{border-bottom-style:none;}.ast-header-break-point .main-navigation{padding-left:0;}.ast-header-break-point .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:var(--ast-border-color);}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type{margin-right:5px;}.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:inline;}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:50px;}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-header-break-point .main-header-menu{background-color:#f9f9f9;border-top-width:0;}.ast-header-break-point .main-header-menu .sub-menu{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:0;}.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:0;}.ast-header-break-point .submenu-with-border .sub-menu{border:0;}.ast-header-break-point .dropdown-menu-toggle{display:none;}.ast-mobile-menu-buttons{display:none;}.ast-button-wrap{display:inline-block;}.ast-button-wrap button{box-shadow:none;border:none;}.ast-button-wrap .menu-toggle{padding:0;width:2.2em;height:2.1em;font-size:1.5em;font-weight:400;border-radius:2px;border-radius:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;line-height:1.8571428571429;}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:0 .5em;width:auto;text-align:center;}.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu{font-size:15px;font-size:1rem;font-weight:600;}.ast-button-wrap .menu-toggle .menu-toggle-icon{font-style:normal;display:inline-block;vertical-align:middle;line-height:2.05;}.ast-button-wrap .menu-toggle .menu-toggle-icon:before{content:"";font-family:Astra;text-decoration:inherit;}.ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2){display:none;}.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before{content:"";}.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:first-child{display:none;}.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2){display:block;}.ast-button-wrap .menu-toggle .mobile-menu-wrap{display:inline-block;}.ast-button-wrap .menu-toggle:focus{outline:thin dotted;}.header-main-layout-1 .ast-main-header-bar-alignment{margin-left:auto;}.site-navigation{height:100%;}.site-header .menu-link *{transition:none;}.ast-icon.icon-arrow svg{height:.6em;width:.6em;position:relative;margin-left:10px;}.ast-icon.icon-search svg{height:1em;width:.9em;margin-top:3px;margin-right:2px;}.ast-header-break-point .user-select{clear:both;}.ast-header-break-point .ast-mobile-menu-buttons{display:block;align-self:center;}.ast-header-break-point .main-header-bar-navigation{flex:auto;}.ast-header-break-point .ast-main-header-bar-alignment{display:block;width:100%;flex:auto;order:4;}.ast-header-break-point .ast-icon.icon-arrow svg{height:.85em;width:.95em;position:relative;margin-left:10px;}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 1.5em;overflow:hidden;}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{position:relative;text-align:left;}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{grid-column-start:2;text-align:right;}.ast-icon svg{fill:currentColor;}.post-navigation a{background:0 0;font-size:1.06666rem;font-size:1rem;padding:0 var(--ast-post-nav-space,1.5em);height:2.33333em;line-height:calc(2.33333em - 3px);}.sticky{display:block;}.hentry{margin:0 0 1.5em;}.byline{display:none;}.group-blog .byline,.single .byline{display:inline;}.page-links{clear:both;margin-top:1em;}.page-links a{display:inline-block;}.page-links a .page-link{border-color:var(--ast-border-color);background:0 0;}.page-links .page-link{padding:0;margin:0 0 .3em .3em;border:2px solid var(--ast-border-color);color:#000;background:0 0;font-size:.8em;width:2.5em;height:2.5em;line-height:calc(2.5em - 4px);display:inline-block;text-align:center;transition:all .2s linear;}.page-links .page-link:focus,.page-links .page-link:hover{color:#000;}@media (max-width:768px){.page-links .page-link{margin-bottom:6px;}}.entry-content>:last-child,.entry-summary>:last-child,.page-content>:last-child{margin-bottom:0;}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){margin:20px auto;}.bypostauthor{display:block;}body{overflow-x:hidden;}.widget-title{font-weight:400;margin-bottom:1em;line-height:1.5;}.widget{margin:0 0 2.8em 0;}.widget:last-child{margin-bottom:0;}.widget select{max-width:100%;}.widget ul{margin:0;list-style-type:none;}.no-widget-text{margin-bottom:0;}.widget_nav_menu ul ul.sub-menu{margin-top:.25em;}.widget_nav_menu ul ul.sub-menu li{padding-left:20px;}.widget_nav_menu ul ul.sub-menu a:after{left:-20px;}.widget_nav_menu ul ul.sub-menu ul a:after{left:-40px;}.widget_nav_menu ul ul.sub-menu ul ul a:after{left:-60px;}.widget_nav_menu li{transition:all .2s linear;}#secondary .wp-block-search__input{line-height:1;}#secondary .wp-block-search__button{padding:.7em 1em;}.widget_search .search-form{position:relative;padding:0;background:initial;color:inherit;}.widget_search .search-form>label{position:relative;}.widget_search .search-form i{color:#3a3a3a;}.widget_search .search-form button{position:absolute;top:0;right:15px;border:none;padding:0;cursor:pointer;background:0 0;}.widget_search .search-form input[type=submit],.widget_search .search-form input[type=submit]:focus,.widget_search .search-form input[type=submit]:hover{padding:13px 20px;border-radius:2px;border:none;top:0;right:0;position:absolute;color:transparent;background:0 0;max-width:45px;z-index:2;}.widget_search .search-form .search-field{background:var(--ast-widget-bg-color);border-width:1px;border-color:var(--ast-border-color);border-radius:2px;}.widget_search .search-field,.widget_search .search-field:focus{width:100%;padding:12px 45px 12px 15px;}.widget_archive ul.children,.widget_categories ul.children,.widget_pages ul.children{position:relative;margin-top:5px;width:100%;}.widget_archive ul.children li,.widget_categories ul.children li,.widget_pages ul.children li{padding-left:20px;}.widget_archive li ul.children a:after,.widget_categories li ul.children a:after,.widget_pages li ul.children a:after{left:-20px;}.widget_archive li ul.children ul a:after,.widget_categories li ul.children ul a:after,.widget_pages li ul.children ul a:after{left:-40px;}.widget_tag_cloud .tagcloud{margin-top:10px;display:inline-block;}.widget_tag_cloud .tagcloud a{border:1px solid var(--ast-border-color);padding:.5em .9em;display:inline-block;margin-bottom:4px;font-size:14px;margin-right:4px;line-height:1.5;transition:all .2s linear;}.widget_calendar table,.widget_calendar td,.widget_calendar th{padding:0;text-align:center;}.widget_calendar table,.widget_calendar th{border:none;}.widget_calendar td{border-right:none;border-left:none;}.widget_calendar caption{line-height:2.7em;}.widget_calendar thead{line-height:2.5em;}.widget_calendar thead a{color:#0274be;font-size:1rem;vertical-align:middle;}.widget_calendar thead td{vertical-align:middle;font-weight:700;}.widget_calendar thead>tr>th{line-height:2.5em;border-bottom:2px solid var(--ast-border-color);border-top:2px solid var(--ast-border-color);}.widget_calendar tbody{line-height:2.1em;text-align:center;}.widget_calendar tbody>tr>td{width:14.2857%;}.widget_calendar tbody>tr:first-child>td{padding-top:3px;}.widget_calendar #today{color:#0274be;font-weight:700;border-bottom:2px solid #0274be;}.ast-builder-grid-row{display:grid;grid-template-columns:auto auto;align-items:center;grid-column-gap:20px;overflow-wrap:anywhere;}.ast-builder-grid-row>.site-header-section{flex-wrap:nowrap;}.ast-builder-footer-grid-columns{grid-column-gap:50px;}.ast-builder-grid-row.ast-grid-center-col-layout{grid-template-columns:1fr auto 1fr;}.ast-builder-layout-element{align-items:center;}.ast-builder-grid-row.ast-grid-center-col-layout-only{-js-display:flex;display:flex;height:100%;justify-content:center;}.ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center{flex-grow:1;}.site-header-section{height:100%;min-height:0;align-items:center;}.site-header-section>*{padding:0 10px;}.site-header-section>div:first-child{padding-left:0;}.site-header-section>div:last-child{padding-right:0;}.site-header-section .ast-builder-menu{align-items:center;}.ast-builder-layout-element.ast-header-search{height:auto;}.ast-grid-right-center-section{justify-content:flex-start;flex-grow:1;}.ast-grid-right-section{justify-content:flex-end;}.ast-grid-right-section .ast-site-identity>:first-child{text-align:right;}.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child{text-align:left;}.ast-grid-left-center-section{justify-content:flex-end;flex-grow:1;}.elementor-nav-menu .ast-icon,.et_pb_menu__wrap .ast-icon,.fl-widget .menu-item .ast-icon{display:none;}.ast-logo-title-inline .ast-site-identity{padding:1em 0;-js-display:inline-flex;display:inline-flex;vertical-align:middle;align-items:center;transition:all .2s linear;}.ast-grid-section-center{justify-content:center;}.ast-grid-section-center .ast-site-identity>:first-child{text-align:center;}.ast-builder-social-element{line-height:1;color:#3a3a3a;background:0 0;vertical-align:middle;transition:all 10ms;margin-left:6px;margin-right:6px;justify-content:center;align-items:center;}.ast-builder-social-element:hover{color:#0274be;}.ast-builder-social-element .social-item-label{padding-left:6px;}.ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element{margin-top:6px;margin-bottom:6px;}.ahfb-svg-iconset{-js-display:inline-flex;display:inline-flex;align-self:center;}.ahfb-svg-iconset svg{width:17px;height:17px;transition:none;}.ahfb-svg-iconset svg>*{transition:none;}.ast-footer-copyright p{margin-bottom:0;}.ast-builder-grid-row-container{display:grid;align-content:center;}.main-header-bar .main-header-bar-navigation{height:100%;}.ast-nav-menu .sub-menu{line-height:1.45;}.ast-builder-menu .main-navigation{padding:0;}.ast-builder-menu .main-navigation>ul{align-self:center;}.ast-footer-copyright,.ast-footer-social-wrap,.site-footer-focus-item{width:100%;}#astra-footer-menu{margin:0;list-style:none;background:inherit;}#astra-footer-menu>ul{margin:0;list-style:none;background:inherit;}.ast-header-break-point #ast-mobile-header{display:block;}.ast-header-break-point .main-header-bar-navigation{line-height:3;}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:0;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit;}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle>.ast-icon.icon-arrow{pointer-events:none;}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before,.ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg);}.ast-header-break-point .ast-nav-menu .sub-menu{line-height:3;}.site-footer-section{justify-content:center;}.site-footer-section>*{margin-bottom:10px;}.site-footer-section>:last-child{margin-bottom:0;}.site-primary-footer-wrap{padding-top:45px;padding-bottom:45px;}.site-above-footer-wrap,.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.ast-hfb-header.ast-header-break-point .main-header-bar-navigation{width:100%;margin:0;}.ast-hfb-header .menu-toggle.toggled .ast-mobile-svg{display:none;}.ast-hfb-header .menu-toggle.toggled .ast-close-svg{display:block;}.menu-toggle .ast-close-svg{display:none;}.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center;}.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em;}.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{-js-display:flex;display:flex;align-items:center;width:auto;height:auto;}.menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center;}.menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em;}.ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap{align-items:center;-js-display:flex;display:flex;}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:.5em;align-items:center;-js-display:flex;display:flex;}.ast-search-menu-icon.ast-inline-search .search-field{width:100%;padding:.6em;padding-right:5.5em;}.ast-header-account-type-extend-text-profile-type{-js-display:flex;display:flex;gap:10px;align-items:center;}@media (min-width:769px){.footer-nav-wrap .astra-footer-horizontal-menu li{margin:0;}.footer-nav-wrap .astra-footer-horizontal-menu li:first-child a{padding-left:0;}.footer-nav-wrap .astra-footer-horizontal-menu li:last-child a{padding-right:0;}.footer-nav-wrap .astra-footer-horizontal-menu a{padding:0 .5em;}}.site-header{z-index:99;position:relative;}.main-header-container{position:relative;}.main-header-bar-wrap{position:relative;}.main-header-bar{background-color:#fff;border-bottom-color:var(--ast-border-color);border-bottom-style:solid;}.ast-header-break-point .main-header-bar{border:0;}.ast-header-break-point .main-header-bar{border-bottom-color:var(--ast-border-color);border-bottom-style:solid;}.main-header-bar{margin-left:auto;margin-right:auto;}.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{box-shadow:0 4px 10px -2px rgba(0,0,0,.1);}.ast-header-custom-item-inside .button-custom-menu-item .menu-link{display:none;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item{padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link{display:none;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link{display:block;}.ast-theme-transparent-header .post-password-form{margin-top:100px;}.site-branding{line-height:1;align-self:center;}.ast-menu-toggle{display:none;background:0 0;color:inherit;border-style:dotted;border-color:transparent;}.ast-menu-toggle:focus,.ast-menu-toggle:hover{background:0 0;border-color:inherit;color:inherit;}.ast-menu-toggle:focus{outline:thin dotted;}.ast-main-header-nav-open .main-header-bar{padding-bottom:0;}.main-header-bar{z-index:4;position:relative;}.main-header-bar .main-header-bar-navigation:empty{padding:0;}.main-header-bar .main-header-bar-navigation .sub-menu{line-height:1.45;}.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after{line-height:normal;}.custom-mobile-logo-link{display:none;}.ast-site-identity{padding:1em 0;}.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{flex:1;align-self:center;}.ast-header-break-point .ast-site-identity{width:100%;}.ast-header-break-point .main-header-bar{display:block;line-height:3;}.ast-header-break-point .main-header-bar .main-header-bar-navigation{line-height:3;}.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit;transition:all .2s;}.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg);}.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:0;}.ast-header-break-point .main-navigation{display:block;width:100%;}.ast-header-break-point .main-navigation ul ul{left:auto;right:auto;}.ast-header-break-point .main-navigation .stack-on-mobile li{width:100%;}.ast-header-break-point .main-navigation .widget{margin-bottom:1em;}.ast-header-break-point .main-navigation .widget li{width:auto;}.ast-header-break-point .main-navigation .widget:last-child{margin-bottom:0;}.ast-header-break-point .main-header-bar-navigation{width:calc(100% + 40px);margin:0 -20px;}.ast-header-break-point .main-header-menu ul ul{top:0;}.ast-header-break-point .ast-builder-menu{width:100%;}.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile{flex-wrap:wrap;}.ast-desktop .main-header-menu>.menu-item .sub-menu:before{position:absolute;content:"";top:0;left:0;width:100%;transform:translateY(-100%);}input[type=email],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{color:#666;padding:.75em;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:var(--ast-comment-inputs-background);box-shadow:none;box-sizing:border-box;transition:all .2s linear;}input[type=email]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{background-color:#fff;border-color:var(--ast-border-color);box-shadow:none;}input[type=button],input[type=button]:focus,input[type=button]:hover,input[type=reset],input[type=reset]:focus,input[type=reset]:hover,input[type=submit],input[type=submit]:focus,input[type=submit]:hover{box-shadow:none;}textarea{width:100%;}input[type=search]:focus{outline:thin dotted;}.astra-dark-mode-enable form .form-row textarea,.astra-dark-mode-enable input[type=email],.astra-dark-mode-enable input[type=number],.astra-dark-mode-enable input[type=password],.astra-dark-mode-enable input[type=reset],.astra-dark-mode-enable input[type=search],.astra-dark-mode-enable input[type=tel],.astra-dark-mode-enable input[type=text],.astra-dark-mode-enable input[type=url],.astra-dark-mode-enable textarea{background-color:var(--ast-global-color-secondary,--ast-global-color-5);color:var(--ast-global-color-2) !important;border:1px solid var(--ast-border-color);}.astra-dark-mode-enable form .form-row textarea:focus,.astra-dark-mode-enable input[type=email]:focus,.astra-dark-mode-enable input[type=number]:focus,.astra-dark-mode-enable input[type=password]:focus,.astra-dark-mode-enable input[type=reset]:focus,.astra-dark-mode-enable input[type=search]:focus,.astra-dark-mode-enable input[type=tel]:focus,.astra-dark-mode-enable input[type=text]:focus,.astra-dark-mode-enable input[type=url]:focus,.astra-dark-mode-enable textarea:focus{border:1px solid var(--ast-global-color-0) !important;background-color:var(--ast-global-color-secondary,--ast-global-color-5) !important;}.astra-dark-mode-enable .select2-container .select2-selection--single,.astra-dark-mode-enable .select2-dropdown,.astra-dark-mode-enable select{background-color:var(--ast-global-color-secondary,--ast-global-color-5);border-color:var(--ast-border-color);color:var(--ast-global-color-2);}.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=email],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=number],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=password],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=url],.astra-dark-mode-enable .wc-block-components-text-input input[type=email],.astra-dark-mode-enable .wc-block-components-text-input input[type=number],.astra-dark-mode-enable .wc-block-components-text-input input[type=password],.astra-dark-mode-enable .wc-block-components-text-input input[type=tel],.astra-dark-mode-enable .wc-block-components-text-input input[type=text],.astra-dark-mode-enable .wc-block-components-text-input input[type=url],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text]{background-color:var(--ast-global-color-secondary,--ast-global-color-5);color:var(--ast-global-color-2);}input[type=range]{-webkit-appearance:none;width:100%;margin:5.7px 0;padding:0;border:none;}input[type=range]:focus{outline:0;}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff;}input[type=range]::-webkit-slider-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer;-webkit-appearance:none;margin-top:-5.7px;}input[type=range]:focus::-webkit-slider-runnable-track{background:rgba(255,255,255,.2);}input[type=range]::-moz-range-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff;}input[type=range]::-moz-range-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer;}input[type=range]::-ms-track{width:100%;height:8.6px;cursor:pointer;background:0 0;border-color:transparent;color:transparent;}input[type=range]::-ms-fill-lower{background:rgba(199,199,199,.2);border:0 solid #fff;border-radius:27.2px;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;}input[type=range]::-ms-fill-upper{background:rgba(255,255,255,.2);border:0 solid #fff;border-radius:27.2px;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;}input[type=range]::-ms-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;height:8.6px;width:20px;border-radius:50px;background:#0274be;cursor:pointer;}input[type=range]:focus::-ms-fill-lower{background:rgba(255,255,255,.2);}input[type=range]:focus::-ms-fill-upper{background:rgba(255,255,255,.2);}input[type=color]{border:none;width:100px;padding:0;height:30px;cursor:pointer;}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border:none;}input[type=color]::-webkit-color-swatch{border:none;}.page .entry-header{margin-bottom:1.5em;}.search .entry-header{margin-bottom:1em;}.ast-single-post .entry-header.ast-header-without-markup,.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail{margin-bottom:0;}.entry-header{margin-bottom:1.2em;word-wrap:break-word;}.entry-header+.ast-blog-featured-section{margin-top:.5em;}.blog-layout-6 .entry-header+.ast-blog-featured-section{margin-top:0;}.entry-content{word-wrap:break-word;}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video,.entry-content p{margin-bottom:1.6em;}.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video{display:inline-block;}.entry-content::after{display:table;clear:both;content:"";}.post-content>.cat-links,.post-content>.read-more,.post-content>.tags-links{display:block;margin-bottom:.8em;font-weight:var(--ast-blog-meta-weight,"");}.ast-excerpt-container>p:last-child{margin-bottom:0;}.post-content>.read-more{margin-top:1.5em;}.ast-article-inner{width:100%;overflow-wrap:break-word;}.read-more{margin-bottom:0;}.read-more a{display:inline-block;}.read-more .ast-right-arrow{font-size:1em;}.ast-no-thumb .ast-blog-featured-section{margin-bottom:0;}.ast-no-thumb .entry-header+.ast-blog-featured-section{margin-top:0;}.ast-blog-featured-section{margin-bottom:1.5em;}.blog-layout-2 .ast-blog-featured-section,.blog-layout-3 .ast-blog-featured-section{margin-bottom:0;}.error404 .page-header{margin-bottom:1.5em;}.error404 .page-header .page-title{margin-bottom:0;}.archive .entry-title,.blog .entry-title,.search .entry-title{line-height:1.3;}.archive .format-aside .entry-title,.archive .format-status .entry-title,.blog .format-aside .entry-title,.blog .format-status .entry-title{display:none;}.page-title{margin-bottom:1em;font-weight:400;}.entry-title{margin-bottom:.2em;}.ast-article-post{margin-bottom:2.5em;}.ast-article-post:last-child{margin-bottom:0;border-bottom:0;}.search .site-content .content-area .search-form{margin-bottom:3em;}.blog-layout-1 .post-thumb{padding-left:0;padding-right:0;position:relative;}.blog .posted-on{z-index:1;}.ast-blog-featured-section .posted-on{width:5.714285714em;height:5.714285714em;padding:.7em;}.ast-blog-featured-section .posted-on .date-month,.ast-blog-featured-section .posted-on .date-year{font-size:.8571428571em;line-height:1em;}.ast-blog-featured-section .posted-on .date-day{font-size:2.5em;line-height:.9em;font-weight:900;margin:.1em 0;}.ast-author-box img.avatar{border-radius:50%;margin:0 0 0 20px;}.ast-archive-description{margin-bottom:2.5em;padding-bottom:1.3333em;border-bottom:1px solid var(--ast-border-color);}.ast-archive-description .ast-archive-title{margin-bottom:4px;font-size:40px;font-size:2.85714rem;font-weight:300;}.ast-archive-description p{margin-bottom:0;font-size:20px;font-size:1.42857rem;line-height:1.65;font-weight:300;}.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box{background-color:#eee;padding-bottom:0;border-bottom:0;}@media (max-width:1200px){.ast-separate-container .ast-archive-description{margin:0;padding:3.34em 2.4em;}}@media (max-width:992px){.ast-separate-container .ast-archive-description{padding:2.14em;}}@media (min-width:1201px){.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box{margin:0;padding:5em 6.67em 3.33333em;}}.single .entry-header{margin-bottom:2em;}.single .post-navigation{margin:0;padding:2em 0 0;border-top:1px solid var(--ast-single-post-border,var(--ast-border-color));}@media (max-width:768px){.single .post-navigation{padding-top:1.5em;}}.single .post-navigation a{margin:2px;display:inline-block;color:#000;}.single .post-navigation a p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}@media (min-width:421px){.single .post-navigation .nav-links{-js-display:flex;display:flex;width:100%;}.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end;}.single .post-navigation .nav-links .nav-previous+.nav-next{width:50%;}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{width:50%;}}@media (max-width:420px){.single .post-navigation .ast-left-arrow,.single .post-navigation .ast-right-arrow{display:none;}.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end;}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{width:50%;}.single .post-navigation .nav-next a,.single .post-navigation .nav-previous a{max-width:95%;width:100%;}.single .post-navigation .nav-previous{margin-bottom:1em;}}.single .entry-header .post-thumb{margin-bottom:2em;}.single .entry-header .post-thumb img{margin-top:0;margin-bottom:0;}.page .has-post-thumbnail .post-thumb img{margin-bottom:1.5em;}.post-password-form{text-align:center;}@media (max-width:420px){.post-password-form input[type=password]{display:block;margin:10px auto;}}.post-password-form input[type=submit]{padding:10px 20px;border-radius:2px;}.ast-author-avatar{margin:0 5px;}.ast-author-avatar img{border-radius:100%;width:var(--ast-author-avatar-size,30px);height:var(--ast-author-avatar-size,30px);}.ast-separate-container .post-navigation{border-top:0;padding-left:var(--ast-post-nav-space,3.33333em);padding-right:var(--ast-post-nav-space,3.33333em);}@media (max-width:420px){.ast-separate-container .post-navigation{padding-left:0;padding-right:0;}}@media (max-width:768px){.ast-separate-container .entry-header{margin-bottom:1em;}}.ast-404-layout-1{text-align:center;margin:4em auto;}.ast-404-layout-1 .page-sub-title{font-size:1.5rem;font-weight:700;}.ast-404-layout-1 .widget_search{padding-top:.5em;}.ast-404-search{margin-top:1.5em;}.ast-404-search .widget_search{max-width:370px;margin:0 auto;}.ast-separate-container .error-404,.ast-separate-container .no-results{background-color:#fff;}@media (max-width:1200px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{margin:0;padding:3.34em 2.4em;}}@media (max-width:768px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:1.5em 2.14em;}}@media (max-width:544px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:1.5em 1em;}}@media (min-width:1201px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{margin:0;padding:5.34em 6.67em;}}.blog-layout-1{width:100%;display:inline-block;padding-bottom:2em;vertical-align:middle;border-bottom:1px solid var(--ast-border-color);}.blog-layout-1 .posted-on{left:0;}.blog-layout-1 .post-content,.blog-layout-1 .post-thumb{padding-left:0;padding-right:0;}.ast-flex{-js-display:flex;display:flex;flex-wrap:wrap;}.ast-flex-1{flex:1;}.ast-inline-flex{-js-display:inline-flex;display:inline-flex;align-items:center;flex-wrap:wrap;align-content:center;}.ast-justify-content-flex-start{justify-content:flex-start;}.ast-justify-content-flex-end{justify-content:flex-end;}.ast-justify-content-center{justify-content:center;}.ast-justify-content-space-between{justify-content:space-between;}.ast-justify-content-space-around{justify-content:space-around;}.ast-align-content-flex-start{align-content:flex-start;}.ast-align-content-flex-end{align-content:flex-end;}.ast-align-content-center{align-content:center;}.ast-align-content-space-between{align-content:space-between;}.ast-align-content-space-around{align-content:space-around;}.ast-align-content-stretch{align-content:stretch;}.ast-flex-grow-1{flex-grow:1;}.wc-block-components-skeleton{display:flex;flex-direction:column;gap:1rem;}.wc-block-components-skeleton__element{background:color-mix(in srgb,currentColor 5%,transparent);border-radius:4px;overflow:hidden;position:relative;}.wc-block-components-skeleton__element:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%);}.wc-block-components-skeleton__element--static:after{display:none;}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%);}}.wc-block-components-quantity-selector{border-radius:4px;box-sizing:content-box;display:flex;margin:0 0 .25em;position:relative;width:107px;}.wc-block-components-quantity-selector:after{border:1px solid hsla(0,0%,7%,.11);border-radius:4px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;}.has-dark-controls .wc-block-components-quantity-selector:after{border-color:hsla(0,0%,100%,.4);}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{appearance:textfield;background:rgba(255,255,255,0);border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-size:1em;font-weight:600;line-height:1;margin:0;min-width:40px;order:2;padding:.4em 0;text-align:center;vertical-align:middle;}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none;}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6;}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{background:none rgba(255,255,255,0);border:0;box-shadow:none;color:currentColor;cursor:pointer;font-size:.9em;font-style:normal;font-weight:400;margin:0;min-width:30px;opacity:.6;padding:0;text-align:center;text-decoration:none;}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none;}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1;}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6;}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1;}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3;}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none rgba(255,255,255,0);}.wc-block-add-to-cart-form .input-text{font-size:var(--wp--preset--font-size--small);padding:.9rem 1.1rem;}.wp-block-woocommerce-add-to-cart-form{width:unset;}.wp-block-woocommerce-add-to-cart-form .variations_button,.wp-block-woocommerce-add-to-cart-form form.cart{display:grid;grid-auto-flow:column;grid-template-columns:min-content auto auto;}.wp-block-woocommerce-add-to-cart-form .variations_button:before,.wp-block-woocommerce-add-to-cart-form form.cart:before{grid-column:1/-1;}.wp-block-woocommerce-add-to-cart-form .variations_button .quantity,.wp-block-woocommerce-add-to-cart-form form.cart .quantity{align-items:stretch;display:inline-flex;}.wp-block-woocommerce-add-to-cart-form .variations_button>:not(.quantity),.wp-block-woocommerce-add-to-cart-form form.cart>:not(.quantity){grid-column:1/-1;}.wp-block-woocommerce-add-to-cart-form .variations_button>.single_add_to_cart_button,.wp-block-woocommerce-add-to-cart-form form.cart>.single_add_to_cart_button{grid-column:2/3;justify-self:start;}.wp-block-woocommerce-add-to-cart-form .variations_button>.quantity:not(.wc-block-components-quantity-selector) .qty,.wp-block-woocommerce-add-to-cart-form form.cart>.quantity:not(.wc-block-components-quantity-selector) .qty{margin-right:.5em;padding:0 5px;}.wp-block-woocommerce-add-to-cart-form .variations_button.grouped_form,.wp-block-woocommerce-add-to-cart-form form.cart.grouped_form{width:fit-content;word-break:normal;}.wp-block-woocommerce-add-to-cart-form .variations_button.grouped_form button[type=submit],.wp-block-woocommerce-add-to-cart-form form.cart.grouped_form button[type=submit]{grid-column:1/-1;}.wp-block-woocommerce-add-to-cart-form .quantity{margin-right:4px;}.wp-block-woocommerce-add-to-cart-form .quantity .qty{box-sizing:content-box;text-align:center;width:3.631em;}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity{background-color:#fff;display:inline-flex;grid-column:1;margin-bottom:0;margin-right:.5em;width:unset;}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper table.woocommerce-grouped-product-list.group_table>tbody td .wc-block-components-quantity-selector input.input-text.qty.text{min-width:60px;}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper table.woocommerce-grouped-product-list.group_table>tbody td.woocommerce-grouped-product-list-item__label,div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper table.woocommerce-grouped-product-list.group_table>tbody td.woocommerce-grouped-product-list-item__price{vertical-align:middle;}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .wc-block-components-quantity-selector,div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .wc-block-components-quantity-selector{height:unset;}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector .input-text{font-size:var(--wp--preset--font-size--small);}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number]::-webkit-inner-spin-button,div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number].input-text.qty.text{-moz-appearance:textfield;border:unset;font-size:var(--wp--preset--font-size--small);margin:0;margin-right:unset;order:1;padding:.9rem 0;text-align:center;}.wp-block-woocommerce-single-product .wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector{width:107px;}:where(.wp-block-woocommerce-add-to-cart-form>*+*){margin-top:12px;padding:0 4px;}:where(.wp-block-woocommerce-add-to-cart-form .wcpay-express-checkout-wrapper){padding:0;}.wc-block-product-filter-price-slider__content{column-gap:12px;display:grid;grid-template-areas:"price-slider price-slider price-slider" "left-input   middle-input right-input";grid-template-columns:auto 1fr auto;}.wc-block-product-filter-price-slider__content--inline{grid-template-areas:"left-input price-slider right-input";grid-template-columns:auto 1fr auto;}.wc-block-product-filter-price-slider__left{grid-area:left-input;-ms-grid-column:1;-ms-grid-row:2;}.wc-block-product-filter-price-slider__content--inline>.wc-block-product-filter-price-slider__left{-ms-grid-column:1;-ms-grid-row:1;}.wc-block-product-filter-price-slider__right{grid-area:right-input;-ms-grid-column:5;-ms-grid-row:2;}.wc-block-product-filter-price-slider__content--inline>.wc-block-product-filter-price-slider__right{-ms-grid-column:3;-ms-grid-row:1;}.wc-block-product-filter-price-slider__range{-ms-grid-column-span:5;--low:0%;--high:100%;--range-color:var(--wc-product-filter-price-slider,currentColor);--track-background:linear-gradient(to right,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;appearance:none;background:rgba(255,255,255,0);border:0 !important;border-radius:4px;clear:both;flex-grow:1;grid-area:price-slider;-ms-grid-column:1;-ms-grid-row:1;height:4px;margin:15px 0;outline:none;padding:0 !important;position:relative;}.wc-block-product-filter-price-slider__content--inline>.wc-block-product-filter-price-slider__range{-ms-grid-column-span:1;-ms-grid-column:2;-ms-grid-row:1;}.rtl .wc-block-product-filter-price-slider__range{--track-background:linear-gradient(to left,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;}.wc-block-product-filter-price-slider__range:before{background:var(--range-color);content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;}.wc-block-product-filter-price-slider__range .range-bar{background:var(--track-background);height:4px;position:relative;}.wc-block-product-filter-price-slider__range input[type=range]{appearance:none;background:rgba(255,255,255,0);border:0 !important;display:block;height:0;left:0;margin:0;outline:none;outline:none !important;padding:0 !important;pointer-events:none;position:absolute;top:0;width:100%;}.wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--wc-product-filter-price-slider-handle,#fff);background-position:0 0;border:2px solid var(--wc-product-filter-price-slider-handle-border,#1e1e1e);border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:-5px 0 0;padding:0;pointer-events:auto;-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20;}.wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb:hover{background:#1e1e1e;border-color:#fff;}.wc-block-product-filter-price-slider__range input[type=range]::-moz-range-thumb{appearance:none;background:var(--wc-product-filter-price-slider-handle,#fff);background-position:0 0;border:2px solid var(--wc-product-filter-price-slider-handle-border,#1e1e1e);border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-moz-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20;}.wc-block-product-filter-price-slider__range input[type=range]::-moz-range-thumb:hover{background:#1e1e1e;border-color:#fff;}.wc-block-product-filter-price-slider__range input[type=range]::-ms-thumb{appearance:none;background:var(--wc-product-filter-price-slider-handle,#fff);background-position:0 0;border:2px solid var(--wc-product-filter-price-slider-handle-border,#1e1e1e);border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-ms-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20;}.wc-block-product-filter-price-slider__range input[type=range]::-ms-thumb:hover{background:#1e1e1e;border-color:#fff;}.wc-block-product-filter-price-slider__range input[type=range]:focus::-webkit-slider-thumb{background:#1e1e1e;border-color:#fff;}.wc-block-product-filter-price-slider__range input[type=range]:focus::-moz-range-thumb{background:#1e1e1e;border-color:#fff;}.wc-block-product-filter-price-slider__range input[type=range]:focus::-ms-thumb{background:#1e1e1e;border-color:#fff;}.wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-runnable-track{appearance:none;cursor:default;height:1px;outline:0;}.wc-block-product-filter-price-slider__range input[type=range]::-moz-range-track{appearance:none;cursor:default;height:1px;outline:0;}.wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-progress{appearance:none;background:rgba(255,255,255,0);border:0 !important;margin:0;outline:none;padding:0 !important;}.wc-block-product-filter-price-slider__range input[type=range]::-moz-range-progress{appearance:none;background:rgba(255,255,255,0);border:0 !important;margin:0;outline:none;padding:0 !important;}.wc-block-product-filter-price-slider__range input[type=range]::-moz-focus-outer{border:0;}.wc-block-product-filter-price-slider__range input[type=range].min::-webkit-slider-thumb{background-position-x:left;margin-left:-2px;}.wc-block-product-filter-price-slider__range input[type=range].min::-moz-range-thumb{background-position-x:left;transform:translate(-2px,2px);}.wc-block-product-filter-price-slider__range input[type=range].min::-ms-thumb{background-position-x:left;}.wc-block-product-filter-price-slider__range input[type=range].max::-webkit-slider-thumb{background-position-x:right;margin-left:2px;}.wc-block-product-filter-price-slider__range input[type=range].max::-moz-range-thumb{background-position-x:right;transform:translate(2px,2px);}.wc-block-product-filter-price-slider__range input[type=range].max::-ms-thumb{background-position-x:right;}.wc-block-product-filter-price-slider__range input[type=range i]{color:-internal-light-dark(#101010,#fff);padding:initial;}.wc-block-product-filter-price-slider .text input[type=text]{border:1px solid;border-radius:4px;font-size:.875em;margin:0;max-width:60px;min-width:0;padding:8px;width:auto;}.wc-block-product-gallery-large-image{aspect-ratio:1/1;flex-grow:1;position:relative;width:100%;}.wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__container{align-items:center;display:flex;height:fit-content;margin:0;overflow:hidden;padding:0;scroll-behavior:auto;scroll-snap-type:x mandatory;width:fit-content;}.wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__wrapper{align-items:center;aspect-ratio:1/1;display:flex;flex-shrink:0;max-width:100%;overflow:hidden;scroll-snap-align:none center;width:100%;}.wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__image-element{margin-left:auto;margin-right:auto;overflow:hidden;width:100%;}.wc-block-product-gallery-large-image img{aspect-ratio:1/1;display:block;margin:0 auto;object-fit:contain;position:relative;transition:all .1s linear;width:100%;z-index:1;}.wc-block-product-gallery-large-image img.wc-block-woocommerce-product-gallery-large-image__image--full-screen-on-click{cursor:pointer;}.wc-block-product-gallery-large-image img.wc-block-woocommerce-product-gallery-large-image__image--hoverZoom{cursor:zoom-in;}.wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__inner-blocks{display:flex;flex-direction:column;height:calc(100% - 10px);left:5px;position:absolute;top:5px;width:calc(100% - 10px);}.wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__inner-blocks>*{margin-left:unset;margin-right:unset;}.wc-block-product-gallery-large-image-next-previous{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%;}.wc-block-product-gallery-large-image-next-previous__icon{color:inherit;}.wc-block-product-gallery-large-image-next-previous__icon--left{padding:2px 2px 0 0;}.wc-block-product-gallery-large-image-next-previous__icon--right{padding:2px 0 0 2px;}.wc-block-product-gallery-large-image-next-previous__button{background:#fff;border:none;cursor:pointer;font-size:12px;height:40px;outline-offset:-2px;padding:0;pointer-events:all;width:40px;z-index:3;}.wc-block-product-gallery-large-image-next-previous__button:disabled{cursor:not-allowed;}.wc-block-product-gallery-large-image-next-previous__button:disabled .wc-block-product-gallery-large-image-next-previous__icon{opacity:30%;}.wc-block-product-gallery-large-image-next-previous.alignleft{gap:0;justify-content:flex-start;}.wc-block-product-gallery-large-image-next-previous.alignright{gap:0;justify-content:flex-end;}.wc-block-product-gallery-large-image-next-previous.aligncenter{gap:0;justify-content:center;}.wc-block-product-gallery-large-image-next-previous.aligntop{align-items:flex-start;}.wc-block-product-gallery-large-image-next-previous.alignbottom{align-items:flex-end;}.wc-block-product-gallery-thumbnails{position:relative;}.wc-block-product-gallery-thumbnails .wc-block-product-gallery-thumbnails__scrollable{flex-direction:column;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-10{aspect-ratio:1/10;flex-basis:10%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-11{aspect-ratio:1/9.0909090909;flex-basis:11%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-12{aspect-ratio:1/8.3333333333;flex-basis:12%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-13{aspect-ratio:1/7.6923076923;flex-basis:13%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-14{aspect-ratio:1/7.1428571429;flex-basis:14%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-15{aspect-ratio:1/6.6666666667;flex-basis:15%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-16{aspect-ratio:1/6.25;flex-basis:16%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-17{aspect-ratio:1/5.8823529412;flex-basis:17%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-18{aspect-ratio:1/5.5555555556;flex-basis:18%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-19{aspect-ratio:1/5.2631578947;flex-basis:19%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-20{aspect-ratio:1/5;flex-basis:20%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-21{aspect-ratio:1/4.7619047619;flex-basis:21%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-22{aspect-ratio:1/4.5454545455;flex-basis:22%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-23{aspect-ratio:1/4.347826087;flex-basis:23%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-24{aspect-ratio:1/4.1666666667;flex-basis:24%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-25{aspect-ratio:1/4;flex-basis:25%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-26{aspect-ratio:1/3.8461538462;flex-basis:26%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-27{aspect-ratio:1/3.7037037037;flex-basis:27%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-28{aspect-ratio:1/3.5714285714;flex-basis:28%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-29{aspect-ratio:1/3.4482758621;flex-basis:29%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-30{aspect-ratio:1/3.3333333333;flex-basis:30%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-31{aspect-ratio:1/3.2258064516;flex-basis:31%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-32{aspect-ratio:1/3.125;flex-basis:32%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-33{aspect-ratio:1/3.0303030303;flex-basis:33%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-34{aspect-ratio:1/2.9411764706;flex-basis:34%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-35{aspect-ratio:1/2.8571428571;flex-basis:35%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-36{aspect-ratio:1/2.7777777778;flex-basis:36%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-37{aspect-ratio:1/2.7027027027;flex-basis:37%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-38{aspect-ratio:1/2.6315789474;flex-basis:38%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-39{aspect-ratio:1/2.5641025641;flex-basis:39%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-40{aspect-ratio:1/2.5;flex-basis:40%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-41{aspect-ratio:1/2.4390243902;flex-basis:41%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-42{aspect-ratio:1/2.380952381;flex-basis:42%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-43{aspect-ratio:1/2.3255813953;flex-basis:43%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-44{aspect-ratio:1/2.2727272727;flex-basis:44%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-45{aspect-ratio:1/2.2222222222;flex-basis:45%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-46{aspect-ratio:1/2.1739130435;flex-basis:46%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-47{aspect-ratio:1/2.1276595745;flex-basis:47%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-48{aspect-ratio:1/2.0833333333;flex-basis:48%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-49{aspect-ratio:1/2.0408163265;flex-basis:49%;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-50{aspect-ratio:1/2;flex-basis:50%;}.wc-block-product-gallery-thumbnails__scrollable{display:flex;gap:2%;height:100%;overflow:auto;pointer-events:auto;scrollbar-width:none;}.wc-block-product-gallery-thumbnails__thumbnail{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center;outline:none;}.wc-block-product-gallery-thumbnails__thumbnail__image{aspect-ratio:1/1;cursor:pointer;max-width:100%;object-fit:cover;outline:none;}.wc-block-product-gallery-thumbnails__thumbnail__image.is-active{cursor:default;filter:brightness(.8);pointer-events:none;position:relative;}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--overflow-top{mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.3) 6%,#000 14%);}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--overflow-bottom{mask-image:linear-gradient(0deg,transparent 0,rgba(0,0,0,.3) 6%,#000 14%);}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--overflow-top.wc-block-product-gallery-thumbnails--overflow-bottom{mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.3) 6%,#000 14%,#000 86%,rgba(0,0,0,.3) 94%,transparent);}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--overflow-left{mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.3) 6%,#000 14%);}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--overflow-right{mask-image:linear-gradient(270deg,transparent 0,rgba(0,0,0,.3) 6%,#000 14%);}.wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--overflow-left.wc-block-product-gallery-thumbnails--overflow-right{mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.3) 6%,#000 14%,#000 86%,rgba(0,0,0,.3) 94%,transparent);}.is-horizontal .wc-block-product-gallery-thumbnails .wc-block-product-gallery-thumbnails__scrollable{flex-direction:column;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-10{aspect-ratio:1/10;flex-basis:10%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-11{aspect-ratio:1/9.0909090909;flex-basis:11%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-12{aspect-ratio:1/8.3333333333;flex-basis:12%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-13{aspect-ratio:1/7.6923076923;flex-basis:13%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-14{aspect-ratio:1/7.1428571429;flex-basis:14%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-15{aspect-ratio:1/6.6666666667;flex-basis:15%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-16{aspect-ratio:1/6.25;flex-basis:16%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-17{aspect-ratio:1/5.8823529412;flex-basis:17%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-18{aspect-ratio:1/5.5555555556;flex-basis:18%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-19{aspect-ratio:1/5.2631578947;flex-basis:19%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-20{aspect-ratio:1/5;flex-basis:20%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-21{aspect-ratio:1/4.7619047619;flex-basis:21%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-22{aspect-ratio:1/4.5454545455;flex-basis:22%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-23{aspect-ratio:1/4.347826087;flex-basis:23%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-24{aspect-ratio:1/4.1666666667;flex-basis:24%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-25{aspect-ratio:1/4;flex-basis:25%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-26{aspect-ratio:1/3.8461538462;flex-basis:26%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-27{aspect-ratio:1/3.7037037037;flex-basis:27%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-28{aspect-ratio:1/3.5714285714;flex-basis:28%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-29{aspect-ratio:1/3.4482758621;flex-basis:29%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-30{aspect-ratio:1/3.3333333333;flex-basis:30%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-31{aspect-ratio:1/3.2258064516;flex-basis:31%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-32{aspect-ratio:1/3.125;flex-basis:32%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-33{aspect-ratio:1/3.0303030303;flex-basis:33%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-34{aspect-ratio:1/2.9411764706;flex-basis:34%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-35{aspect-ratio:1/2.8571428571;flex-basis:35%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-36{aspect-ratio:1/2.7777777778;flex-basis:36%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-37{aspect-ratio:1/2.7027027027;flex-basis:37%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-38{aspect-ratio:1/2.6315789474;flex-basis:38%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-39{aspect-ratio:1/2.5641025641;flex-basis:39%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-40{aspect-ratio:1/2.5;flex-basis:40%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-41{aspect-ratio:1/2.4390243902;flex-basis:41%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-42{aspect-ratio:1/2.380952381;flex-basis:42%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-43{aspect-ratio:1/2.3255813953;flex-basis:43%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-44{aspect-ratio:1/2.2727272727;flex-basis:44%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-45{aspect-ratio:1/2.2222222222;flex-basis:45%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-46{aspect-ratio:1/2.1739130435;flex-basis:46%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-47{aspect-ratio:1/2.1276595745;flex-basis:47%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-48{aspect-ratio:1/2.0833333333;flex-basis:48%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-49{aspect-ratio:1/2.0408163265;flex-basis:49%;}.is-horizontal .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-50{aspect-ratio:1/2;flex-basis:50%;}.is-vertical .wc-block-product-gallery-thumbnails .wc-block-product-gallery-thumbnails__thumbnail{height:100%;}.is-vertical .wc-block-product-gallery-thumbnails .wc-block-product-gallery-thumbnails__scrollable{flex-direction:row;overflow-y:hidden;scrollbar-width:auto;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-10{aspect-ratio:10/1;height:10%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-11{aspect-ratio:9.0909090909/1;height:11%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-12{aspect-ratio:8.3333333333/1;height:12%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-13{aspect-ratio:7.6923076923/1;height:13%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-14{aspect-ratio:7.1428571429/1;height:14%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-15{aspect-ratio:6.6666666667/1;height:15%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-16{aspect-ratio:6.25/1;height:16%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-17{aspect-ratio:5.8823529412/1;height:17%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-18{aspect-ratio:5.5555555556/1;height:18%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-19{aspect-ratio:5.2631578947/1;height:19%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-20{aspect-ratio:5/1;height:20%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-21{aspect-ratio:4.7619047619/1;height:21%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-22{aspect-ratio:4.5454545455/1;height:22%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-23{aspect-ratio:4.347826087/1;height:23%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-24{aspect-ratio:4.1666666667/1;height:24%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-25{aspect-ratio:4/1;height:25%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-26{aspect-ratio:3.8461538462/1;height:26%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-27{aspect-ratio:3.7037037037/1;height:27%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-28{aspect-ratio:3.5714285714/1;height:28%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-29{aspect-ratio:3.4482758621/1;height:29%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-30{aspect-ratio:3.3333333333/1;height:30%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-31{aspect-ratio:3.2258064516/1;height:31%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-32{aspect-ratio:3.125/1;height:32%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-33{aspect-ratio:3.0303030303/1;height:33%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-34{aspect-ratio:2.9411764706/1;height:34%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-35{aspect-ratio:2.8571428571/1;height:35%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-36{aspect-ratio:2.7777777778/1;height:36%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-37{aspect-ratio:2.7027027027/1;height:37%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-38{aspect-ratio:2.6315789474/1;height:38%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-39{aspect-ratio:2.5641025641/1;height:39%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-40{aspect-ratio:2.5/1;height:40%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-41{aspect-ratio:2.4390243902/1;height:41%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-42{aspect-ratio:2.380952381/1;height:42%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-43{aspect-ratio:2.3255813953/1;height:43%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-44{aspect-ratio:2.2727272727/1;height:44%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-45{aspect-ratio:2.2222222222/1;height:45%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-46{aspect-ratio:2.1739130435/1;height:46%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-47{aspect-ratio:2.1276595745/1;height:47%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-48{aspect-ratio:2.0833333333/1;height:48%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-49{aspect-ratio:2.0408163265/1;height:49%;width:100%;}.is-vertical .wc-block-product-gallery-thumbnails.wc-block-product-gallery-thumbnails--thumbnails-size-50{aspect-ratio:2/1;height:50%;width:100%;}body.wc-block-product-gallery-dialog-open{overflow:hidden;}.wc-block-product-gallery-dialog{bottom:0;height:100vh;left:0;overflow:hidden;padding:0;position:fixed;right:0;top:0;width:100vw;z-index:1000;}.admin-bar .wc-block-product-gallery-dialog{height:calc(100vh - 32px);top:32px;}.wc-block-product-gallery-dialog__close-button{background:none;border:none;cursor:pointer;padding:5px;position:absolute;right:25px;top:25px;}.wc-block-product-gallery-dialog__content{height:calc(100vh - 40px);overflow:hidden;padding:20px 0;}@media (min-width:765px){.wc-block-product-gallery-dialog__content{padding:20px 0;}}.admin-bar .wc-block-product-gallery-dialog__content{height:calc(100vh - 72px);}.wc-block-product-gallery-dialog__images-container{box-sizing:border-box;height:100%;overflow-y:auto;padding:3px 0;}.wc-block-product-gallery-dialog__images{align-items:center;display:flex;flex-direction:column;}.wc-block-product-gallery-dialog__images img{height:auto;margin-bottom:20px;max-width:100%;}.wc-block-product-gallery-dialog__images img:last-child{margin-bottom:0;}@media (max-width:600px){.is-horizontal.wc-block-product-gallery,.is-vertical.wc-block-product-gallery,.wc-block-product-gallery{flex-direction:column;}.is-horizontal.wc-block-product-gallery .wc-block-product-gallery-thumbnails__thumbnail,.is-vertical.wc-block-product-gallery .wc-block-product-gallery-thumbnails__thumbnail,.wc-block-product-gallery .wc-block-product-gallery-thumbnails__thumbnail{height:100%;}.is-horizontal.wc-block-product-gallery .wc-block-product-gallery-thumbnails__scrollable,.is-vertical.wc-block-product-gallery .wc-block-product-gallery-thumbnails__scrollable,.wc-block-product-gallery .wc-block-product-gallery-thumbnails__scrollable{flex-direction:row;overflow-y:hidden;scrollbar-width:auto;}.is-horizontal.wc-block-product-gallery .wc-block-product-gallery-large-image-next-previous,.is-vertical.wc-block-product-gallery .wc-block-product-gallery-large-image-next-previous,.wc-block-product-gallery .wc-block-product-gallery-large-image-next-previous{display:none;}.is-horizontal.wc-block-product-gallery .wc-block-product-gallery-thumbnails,.is-vertical.wc-block-product-gallery .wc-block-product-gallery-thumbnails,.wc-block-product-gallery .wc-block-product-gallery-thumbnails{aspect-ratio:5/1 !important;height:20%;order:1;width:100%;}}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal;}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top;}.mejs-container,.mejs-container *{box-sizing:border-box;}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none !important;}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%;}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative;}.mejs-container:focus{outline:none;}.mejs-iframe-overlay{height:100%;position:absolute;width:100%;}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%;}.mejs-fullscreen{overflow:hidden !important;}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100% !important;width:100% !important;}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0;}.mejs-mediaelement{height:100%;width:100%;z-index:0;}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1;}:root .mejs-poster-img{display:none;}.mejs-poster-img{border:0;padding:0;}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0;}.mejs-layer{z-index:1;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{background:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-includes/js/mediaelement/mejs-controls.svg") no-repeat;background-position:0 -39px;height:80px;width:80px;}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px;}.mejs-overlay-button.nitro-lazy{background-image:none !important;}.mejs-overlay-loading{height:80px;width:80px;}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-includes/js/mediaelement/mejs-controls.svg") -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1;}.mejs-overlay-loading-bg-img.nitro-lazy{background-image:none !important;}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3;}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px;}.mejs-button>button{background:transparent url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-includes/js/mediaelement/mejs-controls.svg");border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px;}.mejs-button>button.nitro-lazy{background-image:none !important;}.mejs-button>button:focus{outline:1px dotted #999;}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0;}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto;}.mejs-play>button{background-position:0 0;}.mejs-pause>button{background-position:-20px 0;}.mejs-replay>button{background-position:-160px 0;}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative;}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute;}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%;}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%;}@-webkit-keyframes b{0%{background-position:0 0;}to{background-position:30px 0;}}@keyframes b{0%{background-position:0 0;}to{background-position:30px 0;}}.mejs-time-loaded{background:hsla(0,0%,100%,.3);}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9);}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10;}.mejs-time-hovered.negative{background:rgba(0,0,0,.2);}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%;}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1);}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0) !important;-ms-transform:scaleX(0) !important;transform:scaleX(0) !important;}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11;}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px;}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px;}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px;}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px;}.mejs-long-video .mejs-time-float-current{width:60px;}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%;}.mejs-fullscreen-button>button{background-position:-80px 0;}.mejs-unfullscreen>button{background-position:-100px 0;}.mejs-mute>button{background-position:-60px 0;}.mejs-unmute>button{background-position:-40px 0;}.mejs-volume-button{position:relative;}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1;}.mejs-volume-button:hover{border-radius:0 0 4px 4px;}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px;}.mejs-volume-current{left:0;margin:0;width:100%;}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute;}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px;}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px;}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px;}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute;}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%;}.mejs-horizontal-volume-handle{display:none;}.mejs-captions-button,.mejs-chapters-button{position:relative;}.mejs-captions-button>button{background-position:-140px 0;}.mejs-chapters-button>button{background-position:-180px 0;}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px;}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px;}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none !important;margin:0;overflow:hidden;padding:0;}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none !important;margin:0 0 6px;overflow:hidden;padding:0;}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8 !important;background-color:hsla(0,0%,100%,.4) !important;}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute;}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%;}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8;}.mejs-captions-translations{font-size:10px;margin:0 0 5px;}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400;}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%;}.mejs-captions-position-hover{bottom:35px;}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap;}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none;}.mejs-overlay-error{position:relative;}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1;}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em;}.mejs-cannotplay{position:relative;}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%;}.mejs-container{clear:both;max-width:100%;}.mejs-container *{font-family:Helvetica,Arial;}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222;}.mejs-time{font-weight:400;word-wrap:normal;}.mejs-controls a.mejs-horizontal-volume-slider{display:table;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff;}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33);}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0;}.mejs-overlay-loading{background:0 0;}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none;}.me-cannotplay{width:auto !important;}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px;}.audio-details .embed-media-settings{overflow:visible;}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto;}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block;}.media-embed-details .embed-media-settings{padding-top:0;top:28px;}.media-embed-details .instructions{padding:16px 0;max-width:600px;}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase;}.media-embed-details .setting .remove-setting{padding:5px 0;}.media-embed-details .setting a:hover{color:#dc3232;}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px;}.wp-video{max-width:100%;height:auto;}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px;}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block;}.video-details .wp-video-holder{width:100%;max-width:640px;}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5;}.wp-admin .wp-playlist{margin:0 0 18px;}.wp-playlist video{display:inline-block;max-width:100%;}.wp-playlist audio{display:none;max-width:100%;width:400px;}.wp-playlist .mejs-container{margin:0;max-width:100%;}.wp-playlist .mejs-controls .mejs-button button{outline:0;}.wp-playlist-light{background:#fff;color:#000;}.wp-playlist-dark{color:#fff;background:#000;}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5;}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px);}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5;}.wp-playlist-item-title{font-size:14px;line-height:1.5;}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase;}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5;}.rtl .wp-playlist-item-length{left:3px;right:auto;}.wp-playlist-tracks{margin-top:10px;}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc;}.wp-playlist-item:last-child{border-bottom:0;}.wp-playlist-light .wp-playlist-caption{color:#333;}.wp-playlist-dark .wp-playlist-caption{color:#ddd;}.wp-playlist-playing{font-weight:700;background:#f7f7f7;}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000;}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff;}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px;}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0;}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0;}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.wp-audio-playlist .me-cannotplay span{padding:5px 15px;}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2;}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none;}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450;}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232;}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28;}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900;}.wpcf7-form-control-wrap{position:relative;}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block;}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em;}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" ";}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative;}form.submitting .wpcf7-spinner{visibility:visible;}.wpcf7-spinner::before{content:"";position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite;}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms;}}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@keyframes blink{from{opacity:0;}50%{opacity:1;}to{opacity:0;}}.wpcf7 [inert]{opacity:.5;}.wpcf7 input[type="file"]{cursor:pointer;}.wpcf7 input[type="file"]:disabled{cursor:default;}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr;}.wpcf7-reflection>output{display:list-item;list-style:none;}.wpcf7-reflection>output[hidden]{display:none;}.wpcf7 form{position:relative;}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em;}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block;}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0;}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em;}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear;}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear;}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900);}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free";}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em;}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em;}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em;}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em;}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em;}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit;}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em);}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em);}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em);}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear);}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin-reverse{--fa-animation-direction:reverse;}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8));}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1);}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1);}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25));}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1);}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1);}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125));}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg);}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg);}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg);}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg);}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg);}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg);}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg);}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg);}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg);}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg);}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg);}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg);}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg);}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg);}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@-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{-webkit-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-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{-webkit-transform:scale(-1);transform:scale(-1);}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,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%;z-index:var(--fa-stack-z-index,auto);}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:var(--fa-inverse,#fff);}.fa-0:before{content:"0";}.fa-1:before{content:"1";}.fa-2:before{content:"2";}.fa-3:before{content:"3";}.fa-4:before{content:"4";}.fa-5:before{content:"5";}.fa-6:before{content:"6";}.fa-7:before{content:"7";}.fa-8:before{content:"8";}.fa-9:before{content:"9";}.fa-fill-drip:before{content:"";}.fa-arrows-to-circle:before{content:"";}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"";}.fa-at:before{content:"@";}.fa-trash-alt:before,.fa-trash-can:before{content:"";}.fa-text-height:before{content:"";}.fa-user-times:before,.fa-user-xmark:before{content:"";}.fa-stethoscope:before{content:"";}.fa-comment-alt:before,.fa-message:before{content:"";}.fa-info:before{content:"";}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"";}.fa-explosion:before{content:"";}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"";}.fa-wave-square:before{content:"";}.fa-ring:before{content:"";}.fa-building-un:before{content:"";}.fa-dice-three:before{content:"";}.fa-calendar-alt:before,.fa-calendar-days:before{content:"";}.fa-anchor-circle-check:before{content:"";}.fa-building-circle-arrow-right:before{content:"";}.fa-volleyball-ball:before,.fa-volleyball:before{content:"";}.fa-arrows-up-to-line:before{content:"";}.fa-sort-desc:before,.fa-sort-down:before{content:"";}.fa-circle-minus:before,.fa-minus-circle:before{content:"";}.fa-door-open:before{content:"";}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"";}.fa-atom:before{content:"";}.fa-soap:before{content:"";}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"";}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"";}.fa-bridge-circle-check:before{content:"";}.fa-pump-medical:before{content:"";}.fa-fingerprint:before{content:"";}.fa-hand-point-right:before{content:"";}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"";}.fa-forward-step:before,.fa-step-forward:before{content:"";}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-football-ball:before,.fa-football:before{content:"";}.fa-school-circle-exclamation:before{content:"";}.fa-crop:before{content:"";}.fa-angle-double-down:before,.fa-angles-down:before{content:"";}.fa-users-rectangle:before{content:"";}.fa-people-roof:before{content:"";}.fa-people-line:before{content:"";}.fa-beer-mug-empty:before,.fa-beer:before{content:"";}.fa-diagram-predecessor:before{content:"";}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"";}.fa-burn:before,.fa-fire-flame-simple:before{content:"";}.fa-male:before,.fa-person:before{content:"";}.fa-laptop:before{content:"";}.fa-file-csv:before{content:"";}.fa-menorah:before{content:"";}.fa-truck-plane:before{content:"";}.fa-record-vinyl:before{content:"";}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"";}.fa-bong:before{content:"";}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"";}.fa-arrow-down-up-across-line:before{content:"";}.fa-spoon:before,.fa-utensil-spoon:before{content:"";}.fa-jar-wheat:before{content:"";}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"";}.fa-file-circle-exclamation:before{content:"";}.fa-circle-h:before,.fa-hospital-symbol:before{content:"";}.fa-pager:before{content:"";}.fa-address-book:before,.fa-contact-book:before{content:"";}.fa-strikethrough:before{content:"";}.fa-k:before{content:"K";}.fa-landmark-flag:before{content:"";}.fa-pencil-alt:before,.fa-pencil:before{content:"";}.fa-backward:before{content:"";}.fa-caret-right:before{content:"";}.fa-comments:before{content:"";}.fa-file-clipboard:before,.fa-paste:before{content:"";}.fa-code-pull-request:before{content:"";}.fa-clipboard-list:before{content:"";}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"";}.fa-user-check:before{content:"";}.fa-vial-virus:before{content:"";}.fa-sheet-plastic:before{content:"";}.fa-blog:before{content:"";}.fa-user-ninja:before{content:"";}.fa-person-arrow-up-from-line:before{content:"";}.fa-scroll-torah:before,.fa-torah:before{content:"";}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"";}.fa-toggle-off:before{content:"";}.fa-archive:before,.fa-box-archive:before{content:"";}.fa-person-drowning:before{content:"";}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"";}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"";}.fa-spray-can:before{content:"";}.fa-truck-monster:before{content:"";}.fa-w:before{content:"W";}.fa-earth-africa:before,.fa-globe-africa:before{content:"";}.fa-rainbow:before{content:"";}.fa-circle-notch:before{content:"";}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"";}.fa-paw:before{content:"";}.fa-cloud:before{content:"";}.fa-trowel-bricks:before{content:"";}.fa-face-flushed:before,.fa-flushed:before{content:"";}.fa-hospital-user:before{content:"";}.fa-tent-arrow-left-right:before{content:"";}.fa-gavel:before,.fa-legal:before{content:"";}.fa-binoculars:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-box-tissue:before{content:"";}.fa-motorcycle:before{content:"";}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"";}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"";}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"";}.fa-mars-and-venus-burst:before{content:"";}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"";}.fa-cut:before,.fa-scissors:before{content:"";}.fa-sun-plant-wilt:before{content:"";}.fa-toilets-portable:before{content:"";}.fa-hockey-puck:before{content:"";}.fa-table:before{content:"";}.fa-magnifying-glass-arrow-right:before{content:"";}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"";}.fa-users-slash:before{content:"";}.fa-clover:before{content:"";}.fa-mail-reply:before,.fa-reply:before{content:"";}.fa-star-and-crescent:before{content:"";}.fa-house-fire:before{content:"";}.fa-minus-square:before,.fa-square-minus:before{content:"";}.fa-helicopter:before{content:"";}.fa-compass:before{content:"";}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"";}.fa-file-circle-question:before{content:"";}.fa-laptop-code:before{content:"";}.fa-swatchbook:before{content:"";}.fa-prescription-bottle:before{content:"";}.fa-bars:before,.fa-navicon:before{content:"";}.fa-people-group:before{content:"";}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"";}.fa-heart-broken:before,.fa-heart-crack:before{content:"";}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"";}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"";}.fa-film:before{content:"";}.fa-ruler-horizontal:before{content:"";}.fa-people-robbery:before{content:"";}.fa-lightbulb:before{content:"";}.fa-caret-left:before{content:"";}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"";}.fa-school-circle-xmark:before{content:"";}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"";}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"";}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"";}.fa-cloud-showers-heavy:before{content:"";}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"";}.fa-sitemap:before{content:"";}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"";}.fa-memory:before{content:"";}.fa-road-spikes:before{content:"";}.fa-fire-burner:before{content:"";}.fa-flag:before{content:"";}.fa-hanukiah:before{content:"";}.fa-feather:before{content:"";}.fa-volume-down:before,.fa-volume-low:before{content:"";}.fa-comment-slash:before{content:"";}.fa-cloud-sun-rain:before{content:"";}.fa-compress:before{content:"";}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"";}.fa-ankh:before{content:"";}.fa-hands-holding-child:before{content:"";}.fa-asterisk:before{content:"*";}.fa-check-square:before,.fa-square-check:before{content:"";}.fa-peseta-sign:before{content:"";}.fa-header:before,.fa-heading:before{content:"";}.fa-ghost:before{content:"";}.fa-list-squares:before,.fa-list:before{content:"";}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"";}.fa-cart-plus:before{content:"";}.fa-gamepad:before{content:"";}.fa-circle-dot:before,.fa-dot-circle:before{content:"";}.fa-dizzy:before,.fa-face-dizzy:before{content:"";}.fa-egg:before{content:"";}.fa-house-medical-circle-xmark:before{content:"";}.fa-campground:before{content:"";}.fa-folder-plus:before{content:"";}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"";}.fa-paint-brush:before,.fa-paintbrush:before{content:"";}.fa-lock:before{content:"";}.fa-gas-pump:before{content:"";}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"";}.fa-map-location:before,.fa-map-marked:before{content:"";}.fa-house-flood-water:before{content:"";}.fa-tree:before{content:"";}.fa-bridge-lock:before{content:"";}.fa-sack-dollar:before{content:"";}.fa-edit:before,.fa-pen-to-square:before{content:"";}.fa-car-side:before{content:"";}.fa-share-alt:before,.fa-share-nodes:before{content:"";}.fa-heart-circle-minus:before{content:"";}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"";}.fa-microscope:before{content:"";}.fa-sink:before{content:"";}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"";}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"";}.fa-mitten:before{content:"";}.fa-person-rays:before{content:"";}.fa-users:before{content:"";}.fa-eye-slash:before{content:"";}.fa-flask-vial:before{content:"";}.fa-hand-paper:before,.fa-hand:before{content:"";}.fa-om:before{content:"";}.fa-worm:before{content:"";}.fa-house-circle-xmark:before{content:"";}.fa-plug:before{content:"";}.fa-chevron-up:before{content:"";}.fa-hand-spock:before{content:"";}.fa-stopwatch:before{content:"";}.fa-face-kiss:before,.fa-kiss:before{content:"";}.fa-bridge-circle-xmark:before{content:"";}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"";}.fa-chess-bishop:before{content:"";}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"";}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"";}.fa-road-circle-check:before{content:"";}.fa-dice-five:before{content:"";}.fa-rss-square:before,.fa-square-rss:before{content:"";}.fa-land-mine-on:before{content:"";}.fa-i-cursor:before{content:"";}.fa-stamp:before{content:"";}.fa-stairs:before{content:"";}.fa-i:before{content:"I";}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"";}.fa-pills:before{content:"";}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"";}.fa-tooth:before{content:"";}.fa-v:before{content:"V";}.fa-bangladeshi-taka-sign:before{content:"";}.fa-bicycle:before{content:"";}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"";}.fa-head-side-cough-slash:before{content:"";}.fa-ambulance:before,.fa-truck-medical:before{content:"";}.fa-wheat-awn-circle-exclamation:before{content:"";}.fa-snowman:before{content:"";}.fa-mortar-pestle:before{content:"";}.fa-road-barrier:before{content:"";}.fa-school:before{content:"";}.fa-igloo:before{content:"";}.fa-joint:before{content:"";}.fa-angle-right:before{content:"";}.fa-horse:before{content:"";}.fa-q:before{content:"Q";}.fa-g:before{content:"G";}.fa-notes-medical:before{content:"";}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"";}.fa-dong-sign:before{content:"";}.fa-capsules:before{content:"";}.fa-poo-bolt:before,.fa-poo-storm:before{content:"";}.fa-face-frown-open:before,.fa-frown-open:before{content:"";}.fa-hand-point-up:before{content:"";}.fa-money-bill:before{content:"";}.fa-bookmark:before{content:"";}.fa-align-justify:before{content:"";}.fa-umbrella-beach:before{content:"";}.fa-helmet-un:before{content:"";}.fa-bullseye:before{content:"";}.fa-bacon:before{content:"";}.fa-hand-point-down:before{content:"";}.fa-arrow-up-from-bracket:before{content:"";}.fa-folder-blank:before,.fa-folder:before{content:"";}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"";}.fa-radiation:before{content:"";}.fa-chart-simple:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-vial:before{content:"";}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"";}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"";}.fa-e:before{content:"E";}.fa-pen-alt:before,.fa-pen-clip:before{content:"";}.fa-bridge-circle-exclamation:before{content:"";}.fa-user:before{content:"";}.fa-school-circle-check:before{content:"";}.fa-dumpster:before{content:"";}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"";}.fa-building-user:before{content:"";}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"";}.fa-highlighter:before{content:"";}.fa-key:before{content:"";}.fa-bullhorn:before{content:"";}.fa-globe:before{content:"";}.fa-synagogue:before{content:"";}.fa-person-half-dress:before{content:"";}.fa-road-bridge:before{content:"";}.fa-location-arrow:before{content:"";}.fa-c:before{content:"C";}.fa-tablet-button:before{content:"";}.fa-building-lock:before{content:"";}.fa-pizza-slice:before{content:"";}.fa-money-bill-wave:before{content:"";}.fa-area-chart:before,.fa-chart-area:before{content:"";}.fa-house-flag:before{content:"";}.fa-person-circle-minus:before{content:"";}.fa-ban:before,.fa-cancel:before{content:"";}.fa-camera-rotate:before{content:"";}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"";}.fa-star:before{content:"";}.fa-repeat:before{content:"";}.fa-cross:before{content:"";}.fa-box:before{content:"";}.fa-venus-mars:before{content:"";}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"";}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"";}.fa-charging-station:before{content:"";}.fa-shapes:before,.fa-triangle-circle-square:before{content:"";}.fa-random:before,.fa-shuffle:before{content:"";}.fa-person-running:before,.fa-running:before{content:"";}.fa-mobile-retro:before{content:"";}.fa-grip-lines-vertical:before{content:"";}.fa-spider:before{content:"";}.fa-hands-bound:before{content:"";}.fa-file-invoice-dollar:before{content:"";}.fa-plane-circle-exclamation:before{content:"";}.fa-x-ray:before{content:"";}.fa-spell-check:before{content:"";}.fa-slash:before{content:"";}.fa-computer-mouse:before,.fa-mouse:before{content:"";}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"";}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"";}.fa-server:before{content:"";}.fa-virus-covid-slash:before{content:"";}.fa-shop-lock:before{content:"";}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"";}.fa-blender-phone:before{content:"";}.fa-building-wheat:before{content:"";}.fa-person-breastfeeding:before{content:"";}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"";}.fa-venus:before{content:"";}.fa-passport:before{content:"";}.fa-heart-pulse:before,.fa-heartbeat:before{content:"";}.fa-people-carry-box:before,.fa-people-carry:before{content:"";}.fa-temperature-high:before{content:"";}.fa-microchip:before{content:"";}.fa-crown:before{content:"";}.fa-weight-hanging:before{content:"";}.fa-xmarks-lines:before{content:"";}.fa-file-prescription:before{content:"";}.fa-weight-scale:before,.fa-weight:before{content:"";}.fa-user-friends:before,.fa-user-group:before{content:"";}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"";}.fa-chess-knight:before{content:"";}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"";}.fa-wheelchair:before{content:"";}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"";}.fa-toggle-on:before{content:"";}.fa-person-walking:before,.fa-walking:before{content:"";}.fa-l:before{content:"L";}.fa-fire:before{content:"";}.fa-bed-pulse:before,.fa-procedures:before{content:"";}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"";}.fa-face-laugh:before,.fa-laugh:before{content:"";}.fa-folder-open:before{content:"";}.fa-heart-circle-plus:before{content:"";}.fa-code-fork:before{content:"";}.fa-city:before{content:"";}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"";}.fa-pepper-hot:before{content:"";}.fa-unlock:before{content:"";}.fa-colon-sign:before{content:"";}.fa-headset:before{content:"";}.fa-store-slash:before{content:"";}.fa-road-circle-xmark:before{content:"";}.fa-user-minus:before{content:"";}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"";}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"";}.fa-clipboard:before{content:"";}.fa-house-circle-exclamation:before{content:"";}.fa-file-arrow-up:before,.fa-file-upload:before{content:"";}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"";}.fa-bath:before,.fa-bathtub:before{content:"";}.fa-underline:before{content:"";}.fa-user-edit:before,.fa-user-pen:before{content:"";}.fa-signature:before{content:"";}.fa-stroopwafel:before{content:"";}.fa-bold:before{content:"";}.fa-anchor-lock:before{content:"";}.fa-building-ngo:before{content:"";}.fa-manat-sign:before{content:"";}.fa-not-equal:before{content:"";}.fa-border-style:before,.fa-border-top-left:before{content:"";}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"";}.fa-jedi:before{content:"";}.fa-poll:before,.fa-square-poll-vertical:before{content:"";}.fa-mug-hot:before{content:"";}.fa-battery-car:before,.fa-car-battery:before{content:"";}.fa-gift:before{content:"";}.fa-dice-two:before{content:"";}.fa-chess-queen:before{content:"";}.fa-glasses:before{content:"";}.fa-chess-board:before{content:"";}.fa-building-circle-check:before{content:"";}.fa-person-chalkboard:before{content:"";}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"";}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"";}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"";}.fa-cloud-showers-water:before{content:"";}.fa-bar-chart:before,.fa-chart-bar:before{content:"";}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"";}.fa-less-than-equal:before{content:"";}.fa-train:before{content:"";}.fa-eye-low-vision:before,.fa-low-vision:before{content:"";}.fa-crow:before{content:"";}.fa-sailboat:before{content:"";}.fa-window-restore:before{content:"";}.fa-plus-square:before,.fa-square-plus:before{content:"";}.fa-torii-gate:before{content:"";}.fa-frog:before{content:"";}.fa-bucket:before{content:"";}.fa-image:before{content:"";}.fa-microphone:before{content:"";}.fa-cow:before{content:"";}.fa-caret-up:before{content:"";}.fa-screwdriver:before{content:"";}.fa-folder-closed:before{content:"";}.fa-house-tsunami:before{content:"";}.fa-square-nfi:before{content:"";}.fa-arrow-up-from-ground-water:before{content:"";}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"";}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"";}.fa-columns:before,.fa-table-columns:before{content:"";}.fa-lemon:before{content:"";}.fa-head-side-mask:before{content:"";}.fa-handshake:before{content:"";}.fa-gem:before{content:"";}.fa-dolly-box:before,.fa-dolly:before{content:"";}.fa-smoking:before{content:"";}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"";}.fa-monument:before{content:"";}.fa-snowplow:before{content:"";}.fa-angle-double-right:before,.fa-angles-right:before{content:"";}.fa-cannabis:before{content:"";}.fa-circle-play:before,.fa-play-circle:before{content:"";}.fa-tablets:before{content:"";}.fa-ethernet:before{content:"";}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"";}.fa-chair:before{content:"";}.fa-check-circle:before,.fa-circle-check:before{content:"";}.fa-circle-stop:before,.fa-stop-circle:before{content:"";}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"";}.fa-plate-wheat:before{content:"";}.fa-icicles:before{content:"";}.fa-person-shelter:before{content:"";}.fa-neuter:before{content:"";}.fa-id-badge:before{content:"";}.fa-marker:before{content:"";}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"";}.fa-helicopter-symbol:before{content:"";}.fa-universal-access:before{content:"";}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"";}.fa-lari-sign:before{content:"";}.fa-volcano:before{content:"";}.fa-person-walking-dashed-line-arrow-right:before{content:"";}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"";}.fa-viruses:before{content:"";}.fa-square-person-confined:before{content:"";}.fa-user-tie:before{content:"";}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"";}.fa-tent-arrow-down-to-line:before{content:"";}.fa-certificate:before{content:"";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"";}.fa-suitcase:before{content:"";}.fa-person-skating:before,.fa-skating:before{content:"";}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"";}.fa-camera-retro:before{content:"";}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"";}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"";}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"";}.fa-box-open:before{content:"";}.fa-scroll:before{content:"";}.fa-spa:before{content:"";}.fa-location-pin-lock:before{content:"";}.fa-pause:before{content:"";}.fa-hill-avalanche:before{content:"";}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"";}.fa-bomb:before{content:"";}.fa-registered:before{content:"";}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"";}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"";}.fa-subscript:before{content:"";}.fa-diamond-turn-right:before,.fa-directions:before{content:"";}.fa-burst:before{content:"";}.fa-house-laptop:before,.fa-laptop-house:before{content:"";}.fa-face-tired:before,.fa-tired:before{content:"";}.fa-money-bills:before{content:"";}.fa-smog:before{content:"";}.fa-crutch:before{content:"";}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"";}.fa-palette:before{content:"";}.fa-arrows-turn-right:before{content:"";}.fa-vest:before{content:"";}.fa-ferry:before{content:"";}.fa-arrows-down-to-people:before{content:"";}.fa-seedling:before,.fa-sprout:before{content:"";}.fa-arrows-alt-h:before,.fa-left-right:before{content:"";}.fa-boxes-packing:before{content:"";}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"";}.fa-group-arrows-rotate:before{content:"";}.fa-bowl-food:before{content:"";}.fa-candy-cane:before{content:"";}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"";}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"";}.fa-remove-format:before,.fa-text-slash:before{content:"";}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"";}.fa-file-word:before{content:"";}.fa-file-powerpoint:before{content:"";}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"";}.fa-house-lock:before{content:"";}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"";}.fa-children:before{content:"";}.fa-blackboard:before,.fa-chalkboard:before{content:"";}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"";}.fa-envelope-open:before{content:"";}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"";}.fa-mattress-pillow:before{content:"";}.fa-guarani-sign:before{content:"";}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-cruzeiro-sign:before{content:"";}.fa-greater-than-equal:before{content:"";}.fa-shield-alt:before,.fa-shield-halved:before{content:"";}.fa-atlas:before,.fa-book-atlas:before{content:"";}.fa-virus:before{content:"";}.fa-envelope-circle-check:before{content:"";}.fa-layer-group:before{content:"";}.fa-arrows-to-dot:before{content:"";}.fa-archway:before{content:"";}.fa-heart-circle-check:before{content:"";}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"";}.fa-file-archive:before,.fa-file-zipper:before{content:"";}.fa-square:before{content:"";}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"";}.fa-couch:before{content:"";}.fa-cedi-sign:before{content:"";}.fa-italic:before{content:"";}.fa-church:before{content:"";}.fa-comments-dollar:before{content:"";}.fa-democrat:before{content:"";}.fa-z:before{content:"Z";}.fa-person-skiing:before,.fa-skiing:before{content:"";}.fa-road-lock:before{content:"";}.fa-a:before{content:"A";}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"";}.fa-feather-alt:before,.fa-feather-pointed:before{content:"";}.fa-p:before{content:"P";}.fa-snowflake:before{content:"";}.fa-newspaper:before{content:"";}.fa-ad:before,.fa-rectangle-ad:before{content:"";}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"";}.fa-filter-circle-xmark:before{content:"";}.fa-locust:before{content:"";}.fa-sort:before,.fa-unsorted:before{content:"";}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"";}.fa-person-dress-burst:before{content:"";}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"";}.fa-vector-square:before{content:"";}.fa-bread-slice:before{content:"";}.fa-language:before{content:"";}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"";}.fa-filter:before{content:"";}.fa-question:before{content:"?";}.fa-file-signature:before{content:"";}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"";}.fa-house-chimney-user:before{content:"";}.fa-hand-holding-heart:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-money-check:before{content:"";}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"";}.fa-code:before{content:"";}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"";}.fa-building-circle-exclamation:before{content:"";}.fa-magnifying-glass-chart:before{content:"";}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"";}.fa-cubes-stacked:before{content:"";}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"";}.fa-virus-covid:before{content:"";}.fa-austral-sign:before{content:"";}.fa-f:before{content:"F";}.fa-leaf:before{content:"";}.fa-road:before{content:"";}.fa-cab:before,.fa-taxi:before{content:"";}.fa-person-circle-plus:before{content:"";}.fa-chart-pie:before,.fa-pie-chart:before{content:"";}.fa-bolt-lightning:before{content:"";}.fa-sack-xmark:before{content:"";}.fa-file-excel:before{content:"";}.fa-file-contract:before{content:"";}.fa-fish-fins:before{content:"";}.fa-building-flag:before{content:"";}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-poop:before{content:"";}.fa-location-pin:before,.fa-map-marker:before{content:"";}.fa-kaaba:before{content:"";}.fa-toilet-paper:before{content:"";}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"";}.fa-eject:before{content:"";}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"";}.fa-plane-circle-check:before{content:"";}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"";}.fa-object-group:before{content:"";}.fa-chart-line:before,.fa-line-chart:before{content:"";}.fa-mask-ventilator:before{content:"";}.fa-arrow-right:before{content:"";}.fa-map-signs:before,.fa-signs-post:before{content:"";}.fa-cash-register:before{content:"";}.fa-person-circle-question:before{content:"";}.fa-h:before{content:"H";}.fa-tarp:before{content:"";}.fa-screwdriver-wrench:before,.fa-tools:before{content:"";}.fa-arrows-to-eye:before{content:"";}.fa-plug-circle-bolt:before{content:"";}.fa-heart:before{content:"";}.fa-mars-and-venus:before{content:"";}.fa-home-user:before,.fa-house-user:before{content:"";}.fa-dumpster-fire:before{content:"";}.fa-house-crack:before{content:"";}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"";}.fa-face-surprise:before,.fa-surprise:before{content:"";}.fa-bottle-water:before{content:"";}.fa-circle-pause:before,.fa-pause-circle:before{content:"";}.fa-toilet-paper-slash:before{content:"";}.fa-apple-alt:before,.fa-apple-whole:before{content:"";}.fa-kitchen-set:before{content:"";}.fa-r:before{content:"R";}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"";}.fa-cube:before{content:"";}.fa-bitcoin-sign:before{content:"";}.fa-shield-dog:before{content:"";}.fa-solar-panel:before{content:"";}.fa-lock-open:before{content:"";}.fa-elevator:before{content:"";}.fa-money-bill-transfer:before{content:"";}.fa-money-bill-trend-up:before{content:"";}.fa-house-flood-water-circle-arrow-right:before{content:"";}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"";}.fa-circle:before{content:"";}.fa-backward-fast:before,.fa-fast-backward:before{content:"";}.fa-recycle:before{content:"";}.fa-user-astronaut:before{content:"";}.fa-plane-slash:before{content:"";}.fa-trademark:before{content:"";}.fa-basketball-ball:before,.fa-basketball:before{content:"";}.fa-satellite-dish:before{content:"";}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"";}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"";}.fa-volume-high:before,.fa-volume-up:before{content:"";}.fa-users-rays:before{content:"";}.fa-wallet:before{content:"";}.fa-clipboard-check:before{content:"";}.fa-file-audio:before{content:"";}.fa-burger:before,.fa-hamburger:before{content:"";}.fa-wrench:before{content:"";}.fa-bugs:before{content:"";}.fa-rupee-sign:before,.fa-rupee:before{content:"";}.fa-file-image:before{content:"";}.fa-circle-question:before,.fa-question-circle:before{content:"";}.fa-plane-departure:before{content:"";}.fa-handshake-slash:before{content:"";}.fa-book-bookmark:before{content:"";}.fa-code-branch:before{content:"";}.fa-hat-cowboy:before{content:"";}.fa-bridge:before{content:"";}.fa-phone-alt:before,.fa-phone-flip:before{content:"";}.fa-truck-front:before{content:"";}.fa-cat:before{content:"";}.fa-anchor-circle-exclamation:before{content:"";}.fa-truck-field:before{content:"";}.fa-route:before{content:"";}.fa-clipboard-question:before{content:"";}.fa-panorama:before{content:"";}.fa-comment-medical:before{content:"";}.fa-teeth-open:before{content:"";}.fa-file-circle-minus:before{content:"";}.fa-tags:before{content:"";}.fa-wine-glass:before{content:"";}.fa-fast-forward:before,.fa-forward-fast:before{content:"";}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"";}.fa-parking:before,.fa-square-parking:before{content:"";}.fa-house-signal:before{content:"";}.fa-bars-progress:before,.fa-tasks-alt:before{content:"";}.fa-faucet-drip:before{content:"";}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"";}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"";}.fa-terminal:before{content:"";}.fa-mobile-button:before{content:"";}.fa-house-medical-flag:before{content:"";}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"";}.fa-tape:before{content:"";}.fa-bus-alt:before,.fa-bus-simple:before{content:"";}.fa-eye:before{content:"";}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"";}.fa-audio-description:before{content:"";}.fa-person-military-to-person:before{content:"";}.fa-file-shield:before{content:"";}.fa-user-slash:before{content:"";}.fa-pen:before{content:"";}.fa-tower-observation:before{content:"";}.fa-file-code:before{content:"";}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"";}.fa-bus:before{content:"";}.fa-heart-circle-xmark:before{content:"";}.fa-home-lg:before,.fa-house-chimney:before{content:"";}.fa-window-maximize:before{content:"";}.fa-face-frown:before,.fa-frown:before{content:"";}.fa-prescription:before{content:"";}.fa-shop:before,.fa-store-alt:before{content:"";}.fa-floppy-disk:before,.fa-save:before{content:"";}.fa-vihara:before{content:"";}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"";}.fa-sort-asc:before,.fa-sort-up:before{content:"";}.fa-comment-dots:before,.fa-commenting:before{content:"";}.fa-plant-wilt:before{content:"";}.fa-diamond:before{content:"";}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"";}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"";}.fa-bacterium:before{content:"";}.fa-hand-pointer:before{content:"";}.fa-drum-steelpan:before{content:"";}.fa-hand-scissors:before{content:"";}.fa-hands-praying:before,.fa-praying-hands:before{content:"";}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"";}.fa-biohazard:before{content:"";}.fa-location-crosshairs:before,.fa-location:before{content:"";}.fa-mars-double:before{content:"";}.fa-child-dress:before{content:"";}.fa-users-between-lines:before{content:"";}.fa-lungs-virus:before{content:"";}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"";}.fa-phone:before{content:"";}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"";}.fa-child-reaching:before{content:"";}.fa-head-side-virus:before{content:"";}.fa-user-cog:before,.fa-user-gear:before{content:"";}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"";}.fa-door-closed:before{content:"";}.fa-shield-virus:before{content:"";}.fa-dice-six:before{content:"";}.fa-mosquito-net:before{content:"";}.fa-bridge-water:before{content:"";}.fa-person-booth:before{content:"";}.fa-text-width:before{content:"";}.fa-hat-wizard:before{content:"";}.fa-pen-fancy:before{content:"";}.fa-digging:before,.fa-person-digging:before{content:"";}.fa-trash:before{content:"";}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"";}.fa-book-medical:before{content:"";}.fa-poo:before{content:"";}.fa-quote-right-alt:before,.fa-quote-right:before{content:"";}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"";}.fa-cubes:before{content:"";}.fa-divide:before{content:"";}.fa-tenge-sign:before,.fa-tenge:before{content:"";}.fa-headphones:before{content:"";}.fa-hands-holding:before{content:"";}.fa-hands-clapping:before{content:"";}.fa-republican:before{content:"";}.fa-arrow-left:before{content:"";}.fa-person-circle-xmark:before{content:"";}.fa-ruler:before{content:"";}.fa-align-left:before{content:"";}.fa-dice-d6:before{content:"";}.fa-restroom:before{content:"";}.fa-j:before{content:"J";}.fa-users-viewfinder:before{content:"";}.fa-file-video:before{content:"";}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"";}.fa-table-cells:before,.fa-th:before{content:"";}.fa-file-pdf:before{content:"";}.fa-bible:before,.fa-book-bible:before{content:"";}.fa-o:before{content:"O";}.fa-medkit:before,.fa-suitcase-medical:before{content:"";}.fa-user-secret:before{content:"";}.fa-otter:before{content:"";}.fa-female:before,.fa-person-dress:before{content:"";}.fa-comment-dollar:before{content:"";}.fa-briefcase-clock:before,.fa-business-time:before{content:"";}.fa-table-cells-large:before,.fa-th-large:before{content:"";}.fa-book-tanakh:before,.fa-tanakh:before{content:"";}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"";}.fa-hat-cowboy-side:before{content:"";}.fa-clipboard-user:before{content:"";}.fa-child:before{content:"";}.fa-lira-sign:before{content:"";}.fa-satellite:before{content:"";}.fa-plane-lock:before{content:"";}.fa-tag:before{content:"";}.fa-comment:before{content:"";}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"";}.fa-envelope:before{content:"";}.fa-angle-double-up:before,.fa-angles-up:before{content:"";}.fa-paperclip:before{content:"";}.fa-arrow-right-to-city:before{content:"";}.fa-ribbon:before{content:"";}.fa-lungs:before{content:"";}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"";}.fa-litecoin-sign:before{content:"";}.fa-border-none:before{content:"";}.fa-circle-nodes:before{content:"";}.fa-parachute-box:before{content:"";}.fa-indent:before{content:"";}.fa-truck-field-un:before{content:"";}.fa-hourglass-empty:before,.fa-hourglass:before{content:"";}.fa-mountain:before{content:"";}.fa-user-doctor:before,.fa-user-md:before{content:"";}.fa-circle-info:before,.fa-info-circle:before{content:"";}.fa-cloud-meatball:before{content:"";}.fa-camera-alt:before,.fa-camera:before{content:"";}.fa-square-virus:before{content:"";}.fa-meteor:before{content:"";}.fa-car-on:before{content:"";}.fa-sleigh:before{content:"";}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"";}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"";}.fa-water:before{content:"";}.fa-calendar-check:before{content:"";}.fa-braille:before{content:"";}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"";}.fa-landmark:before{content:"";}.fa-truck:before{content:"";}.fa-crosshairs:before{content:"";}.fa-person-cane:before{content:"";}.fa-tent:before{content:"";}.fa-vest-patches:before{content:"";}.fa-check-double:before{content:"";}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"";}.fa-money-bill-wheat:before{content:"";}.fa-cookie:before{content:"";}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"";}.fa-hard-drive:before,.fa-hdd:before{content:"";}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"";}.fa-dumbbell:before{content:"";}.fa-list-alt:before,.fa-rectangle-list:before{content:"";}.fa-tarp-droplet:before{content:"";}.fa-house-medical-circle-check:before{content:"";}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"";}.fa-calendar-plus:before{content:"";}.fa-plane-arrival:before{content:"";}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"";}.fa-subway:before,.fa-train-subway:before{content:"";}.fa-chart-gantt:before{content:"";}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"";}.fa-crop-alt:before,.fa-crop-simple:before{content:"";}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"";}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"";}.fa-dna:before{content:"";}.fa-virus-slash:before{content:"";}.fa-minus:before,.fa-subtract:before{content:"";}.fa-chess:before{content:"";}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"";}.fa-plug-circle-check:before{content:"";}.fa-street-view:before{content:"";}.fa-franc-sign:before{content:"";}.fa-volume-off:before{content:"";}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"";}.fa-cog:before,.fa-gear:before{content:"";}.fa-droplet-slash:before,.fa-tint-slash:before{content:"";}.fa-mosque:before{content:"";}.fa-mosquito:before{content:"";}.fa-star-of-david:before{content:"";}.fa-person-military-rifle:before{content:"";}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"";}.fa-vials:before{content:"";}.fa-plug-circle-plus:before{content:"";}.fa-place-of-worship:before{content:"";}.fa-grip-vertical:before{content:"";}.fa-arrow-turn-up:before,.fa-level-up:before{content:"";}.fa-u:before{content:"U";}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"";}.fa-clock-four:before,.fa-clock:before{content:"";}.fa-backward-step:before,.fa-step-backward:before{content:"";}.fa-pallet:before{content:"";}.fa-faucet:before{content:"";}.fa-baseball-bat-ball:before{content:"";}.fa-s:before{content:"S";}.fa-timeline:before{content:"";}.fa-keyboard:before{content:"";}.fa-caret-down:before{content:"";}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"";}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"";}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"";}.fa-plane-up:before{content:"";}.fa-piggy-bank:before{content:"";}.fa-battery-3:before,.fa-battery-half:before{content:"";}.fa-mountain-city:before{content:"";}.fa-coins:before{content:"";}.fa-khanda:before{content:"";}.fa-sliders-h:before,.fa-sliders:before{content:"";}.fa-folder-tree:before{content:"";}.fa-network-wired:before{content:"";}.fa-map-pin:before{content:"";}.fa-hamsa:before{content:"";}.fa-cent-sign:before{content:"";}.fa-flask:before{content:"";}.fa-person-pregnant:before{content:"";}.fa-wand-sparkles:before{content:"";}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"";}.fa-ticket:before{content:"";}.fa-power-off:before{content:"";}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"";}.fa-flag-usa:before{content:"";}.fa-laptop-file:before{content:"";}.fa-teletype:before,.fa-tty:before{content:"";}.fa-diagram-next:before{content:"";}.fa-person-rifle:before{content:"";}.fa-house-medical-circle-exclamation:before{content:"";}.fa-closed-captioning:before{content:"";}.fa-hiking:before,.fa-person-hiking:before{content:"";}.fa-venus-double:before{content:"";}.fa-images:before{content:"";}.fa-calculator:before{content:"";}.fa-people-pulling:before{content:"";}.fa-n:before{content:"N";}.fa-cable-car:before,.fa-tram:before{content:"";}.fa-cloud-rain:before{content:"";}.fa-building-circle-xmark:before{content:"";}.fa-ship:before{content:"";}.fa-arrows-down-to-line:before{content:"";}.fa-download:before{content:"";}.fa-face-grin:before,.fa-grin:before{content:"";}.fa-backspace:before,.fa-delete-left:before{content:"";}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"";}.fa-file-circle-check:before{content:"";}.fa-forward:before{content:"";}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"";}.fa-face-meh:before,.fa-meh:before{content:"";}.fa-align-center:before{content:"";}.fa-book-dead:before,.fa-book-skull:before{content:"";}.fa-drivers-license:before,.fa-id-card:before{content:"";}.fa-dedent:before,.fa-outdent:before{content:"";}.fa-heart-circle-exclamation:before{content:"";}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"";}.fa-calendar-week:before{content:"";}.fa-laptop-medical:before{content:"";}.fa-b:before{content:"B";}.fa-file-medical:before{content:"";}.fa-dice-one:before{content:"";}.fa-kiwi-bird:before{content:"";}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"";}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"";}.fa-cutlery:before,.fa-utensils:before{content:"";}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"";}.fa-mill-sign:before{content:"";}.fa-bowl-rice:before{content:"";}.fa-skull:before{content:"";}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"";}.fa-truck-pickup:before{content:"";}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"";}.fa-stop:before{content:"";}.fa-code-merge:before{content:"";}.fa-upload:before{content:"";}.fa-hurricane:before{content:"";}.fa-mound:before{content:"";}.fa-toilet-portable:before{content:"";}.fa-compact-disc:before{content:"";}.fa-file-arrow-down:before,.fa-file-download:before{content:"";}.fa-caravan:before{content:"";}.fa-shield-cat:before{content:"";}.fa-bolt:before,.fa-zap:before{content:"";}.fa-glass-water:before{content:"";}.fa-oil-well:before{content:"";}.fa-vault:before{content:"";}.fa-mars:before{content:"";}.fa-toilet:before{content:"";}.fa-plane-circle-xmark:before{content:"";}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"";}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"";}.fa-sun:before{content:"";}.fa-guitar:before{content:"";}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"";}.fa-horse-head:before{content:"";}.fa-bore-hole:before{content:"";}.fa-industry:before{content:"";}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"";}.fa-arrows-turn-to-dots:before{content:"";}.fa-florin-sign:before{content:"";}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"";}.fa-less-than:before{content:"<";}.fa-angle-down:before{content:"";}.fa-car-tunnel:before{content:"";}.fa-head-side-cough:before{content:"";}.fa-grip-lines:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-user-lock:before{content:"";}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"";}.fa-anchor-circle-xmark:before{content:"";}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"";}.fa-chess-pawn:before{content:"";}.fa-first-aid:before,.fa-kit-medical:before{content:"";}.fa-person-through-window:before{content:"";}.fa-toolbox:before{content:"";}.fa-hands-holding-circle:before{content:"";}.fa-bug:before{content:"";}.fa-credit-card-alt:before,.fa-credit-card:before{content:"";}.fa-automobile:before,.fa-car:before{content:"";}.fa-hand-holding-hand:before{content:"";}.fa-book-open-reader:before,.fa-book-reader:before{content:"";}.fa-mountain-sun:before{content:"";}.fa-arrows-left-right-to-line:before{content:"";}.fa-dice-d20:before{content:"";}.fa-truck-droplet:before{content:"";}.fa-file-circle-xmark:before{content:"";}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"";}.fa-medal:before{content:"";}.fa-bed:before{content:"";}.fa-h-square:before,.fa-square-h:before{content:"";}.fa-podcast:before{content:"";}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"";}.fa-bell:before{content:"";}.fa-superscript:before{content:"";}.fa-plug-circle-xmark:before{content:"";}.fa-star-of-life:before{content:"";}.fa-phone-slash:before{content:"";}.fa-paint-roller:before{content:"";}.fa-hands-helping:before,.fa-handshake-angle:before{content:"";}.fa-location-dot:before,.fa-map-marker-alt:before{content:"";}.fa-file:before{content:"";}.fa-greater-than:before{content:">";}.fa-person-swimming:before,.fa-swimmer:before{content:"";}.fa-arrow-down:before{content:"";}.fa-droplet:before,.fa-tint:before{content:"";}.fa-eraser:before{content:"";}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"";}.fa-person-burst:before{content:"";}.fa-dove:before{content:"";}.fa-battery-0:before,.fa-battery-empty:before{content:"";}.fa-socks:before{content:"";}.fa-inbox:before{content:"";}.fa-section:before{content:"";}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"";}.fa-envelope-open-text:before{content:"";}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"";}.fa-wine-bottle:before{content:"";}.fa-chess-rook:before{content:"";}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"";}.fa-dharmachakra:before{content:"";}.fa-hotdog:before{content:"";}.fa-blind:before,.fa-person-walking-with-cane:before{content:"";}.fa-drum:before{content:"";}.fa-ice-cream:before{content:"";}.fa-heart-circle-bolt:before{content:"";}.fa-fax:before{content:"";}.fa-paragraph:before{content:"";}.fa-check-to-slot:before,.fa-vote-yea:before{content:"";}.fa-star-half:before{content:"";}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"";}.fa-chain:before,.fa-link:before{content:"";}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"";}.fa-tree-city:before{content:"";}.fa-play:before{content:"";}.fa-font:before{content:"";}.fa-rupiah-sign:before{content:"";}.fa-magnifying-glass:before,.fa-search:before{content:"";}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"";}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"";}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"";}.fa-naira-sign:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-walkie-talkie:before{content:"";}.fa-file-edit:before,.fa-file-pen:before{content:"";}.fa-receipt:before{content:"";}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"";}.fa-suitcase-rolling:before{content:"";}.fa-person-circle-exclamation:before{content:"";}.fa-chevron-down:before{content:"";}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"";}.fa-skull-crossbones:before{content:"";}.fa-code-compare:before{content:"";}.fa-list-dots:before,.fa-list-ul:before{content:"";}.fa-school-lock:before{content:"";}.fa-tower-cell:before{content:"";}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"";}.fa-ranking-star:before{content:"";}.fa-chess-king:before{content:"";}.fa-person-harassing:before{content:"";}.fa-brazilian-real-sign:before{content:"";}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"";}.fa-arrow-up:before{content:"";}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"";}.fa-shrimp:before{content:"";}.fa-list-check:before,.fa-tasks:before{content:"";}.fa-jug-detergent:before{content:"";}.fa-circle-user:before,.fa-user-circle:before{content:"";}.fa-user-shield:before{content:"";}.fa-wind:before{content:"";}.fa-car-burst:before,.fa-car-crash:before{content:"";}.fa-y:before{content:"Y";}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"";}.fa-shipping-fast:before,.fa-truck-fast:before{content:"";}.fa-fish:before{content:"";}.fa-user-graduate:before{content:"";}.fa-adjust:before,.fa-circle-half-stroke:before{content:"";}.fa-clapperboard:before{content:"";}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"";}.fa-baseball-ball:before,.fa-baseball:before{content:"";}.fa-jet-fighter-up:before{content:"";}.fa-diagram-project:before,.fa-project-diagram:before{content:"";}.fa-copy:before{content:"";}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"";}.fa-hand-sparkles:before{content:"";}.fa-grip-horizontal:before,.fa-grip:before{content:"";}.fa-share-from-square:before,.fa-share-square:before{content:"";}.fa-child-combatant:before,.fa-child-rifle:before{content:"";}.fa-gun:before{content:"";}.fa-phone-square:before,.fa-square-phone:before{content:"";}.fa-add:before,.fa-plus:before{content:"+";}.fa-expand:before{content:"";}.fa-computer:before{content:"";}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"";}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"";}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"";}.fa-peso-sign:before{content:"";}.fa-building-shield:before{content:"";}.fa-baby:before{content:"";}.fa-users-line:before{content:"";}.fa-quote-left-alt:before,.fa-quote-left:before{content:"";}.fa-tractor:before{content:"";}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"";}.fa-arrow-down-up-lock:before{content:"";}.fa-lines-leaning:before{content:"";}.fa-ruler-combined:before{content:"";}.fa-copyright:before{content:"";}.fa-equals:before{content:"=";}.fa-blender:before{content:"";}.fa-teeth:before{content:"";}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"";}.fa-map:before{content:"";}.fa-rocket:before{content:"";}.fa-photo-film:before,.fa-photo-video:before{content:"";}.fa-folder-minus:before{content:"";}.fa-store:before{content:"";}.fa-arrow-trend-up:before{content:"";}.fa-plug-circle-minus:before{content:"";}.fa-sign-hanging:before,.fa-sign:before{content:"";}.fa-bezier-curve:before{content:"";}.fa-bell-slash:before{content:"";}.fa-tablet-android:before,.fa-tablet:before{content:"";}.fa-school-flag:before{content:"";}.fa-fill:before{content:"";}.fa-angle-up:before{content:"";}.fa-drumstick-bite:before{content:"";}.fa-holly-berry:before{content:"";}.fa-chevron-left:before{content:"";}.fa-bacteria:before{content:"";}.fa-hand-lizard:before{content:"";}.fa-notdef:before{content:"";}.fa-disease:before{content:"";}.fa-briefcase-medical:before{content:"";}.fa-genderless:before{content:"";}.fa-chevron-right:before{content:"";}.fa-retweet:before{content:"";}.fa-car-alt:before,.fa-car-rear:before{content:"";}.fa-pump-soap:before{content:"";}.fa-video-slash:before{content:"";}.fa-battery-2:before,.fa-battery-quarter:before{content:"";}.fa-radio:before{content:"";}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"";}.fa-traffic-light:before{content:"";}.fa-thermometer:before{content:"";}.fa-vr-cardboard:before{content:"";}.fa-hand-middle-finger:before{content:"";}.fa-percent:before,.fa-percentage:before{content:"%";}.fa-truck-moving:before{content:"";}.fa-glass-water-droplet:before{content:"";}.fa-display:before{content:"";}.fa-face-smile:before,.fa-smile:before{content:"";}.fa-thumb-tack:before,.fa-thumbtack:before{content:"";}.fa-trophy:before{content:"";}.fa-person-praying:before,.fa-pray:before{content:"";}.fa-hammer:before{content:"";}.fa-hand-peace:before{content:"";}.fa-rotate:before,.fa-sync-alt:before{content:"";}.fa-spinner:before{content:"";}.fa-robot:before{content:"";}.fa-peace:before{content:"";}.fa-cogs:before,.fa-gears:before{content:"";}.fa-warehouse:before{content:"";}.fa-arrow-up-right-dots:before{content:"";}.fa-splotch:before{content:"";}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"";}.fa-dice-four:before{content:"";}.fa-sim-card:before{content:"";}.fa-transgender-alt:before,.fa-transgender:before{content:"";}.fa-mercury:before{content:"";}.fa-arrow-turn-down:before,.fa-level-down:before{content:"";}.fa-person-falling-burst:before{content:"";}.fa-award:before{content:"";}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"";}.fa-building:before{content:"";}.fa-angle-double-left:before,.fa-angles-left:before{content:"";}.fa-qrcode:before{content:"";}.fa-clock-rotate-left:before,.fa-history:before{content:"";}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"";}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"";}.fa-shield-blank:before,.fa-shield:before{content:"";}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"";}.fa-house-medical:before{content:"";}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"";}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"";}.fa-house-chimney-window:before{content:"";}.fa-pen-nib:before{content:"";}.fa-tent-arrow-turn-left:before{content:"";}.fa-tents:before{content:"";}.fa-magic:before,.fa-wand-magic:before{content:"";}.fa-dog:before{content:"";}.fa-carrot:before{content:"";}.fa-moon:before{content:"";}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"";}.fa-cheese:before{content:"";}.fa-yin-yang:before{content:"";}.fa-music:before{content:"";}.fa-code-commit:before{content:"";}.fa-temperature-low:before{content:"";}.fa-biking:before,.fa-person-biking:before{content:"";}.fa-broom:before{content:"";}.fa-shield-heart:before{content:"";}.fa-gopuram:before{content:"";}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"";}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"";}.fa-hashtag:before{content:"#";}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"";}.fa-oil-can:before{content:"";}.fa-t:before{content:"T";}.fa-hippo:before{content:"";}.fa-chart-column:before{content:"";}.fa-infinity:before{content:"";}.fa-vial-circle-check:before{content:"";}.fa-person-arrow-down-to-line:before{content:"";}.fa-voicemail:before{content:"";}.fa-fan:before{content:"";}.fa-person-walking-luggage:before{content:"";}.fa-arrows-alt-v:before,.fa-up-down:before{content:"";}.fa-cloud-moon-rain:before{content:"";}.fa-calendar:before{content:"";}.fa-trailer:before{content:"";}.fa-bahai:before,.fa-haykal:before{content:"";}.fa-sd-card:before{content:"";}.fa-dragon:before{content:"";}.fa-shoe-prints:before{content:"";}.fa-circle-plus:before,.fa-plus-circle:before{content:"";}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"";}.fa-hand-holding:before{content:"";}.fa-plug-circle-exclamation:before{content:"";}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"";}.fa-clone:before{content:"";}.fa-person-walking-arrow-loop-left:before{content:"";}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"";}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"";}.fa-tornado:before{content:"";}.fa-file-circle-plus:before{content:"";}.fa-book-quran:before,.fa-quran:before{content:"";}.fa-anchor:before{content:"";}.fa-border-all:before{content:"";}.fa-angry:before,.fa-face-angry:before{content:"";}.fa-cookie-bite:before{content:"";}.fa-arrow-trend-down:before{content:"";}.fa-feed:before,.fa-rss:before{content:"";}.fa-draw-polygon:before{content:"";}.fa-balance-scale:before,.fa-scale-balanced:before{content:"";}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"";}.fa-shower:before{content:"";}.fa-desktop-alt:before,.fa-desktop:before{content:"";}.fa-m:before{content:"M";}.fa-table-list:before,.fa-th-list:before{content:"";}.fa-comment-sms:before,.fa-sms:before{content:"";}.fa-book:before{content:"";}.fa-user-plus:before{content:"";}.fa-check:before{content:"";}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"";}.fa-house-circle-check:before{content:"";}.fa-angle-left:before{content:"";}.fa-diagram-successor:before{content:"";}.fa-truck-arrow-right:before{content:"";}.fa-arrows-split-up-and-left:before{content:"";}.fa-fist-raised:before,.fa-hand-fist:before{content:"";}.fa-cloud-moon:before{content:"";}.fa-briefcase:before{content:"";}.fa-person-falling:before{content:"";}.fa-image-portrait:before,.fa-portrait:before{content:"";}.fa-user-tag:before{content:"";}.fa-rug:before{content:"";}.fa-earth-europe:before,.fa-globe-europe:before{content:"";}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"";}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"";}.fa-baht-sign:before{content:"";}.fa-book-open:before{content:"";}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"";}.fa-handcuffs:before{content:"";}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"";}.fa-database:before{content:"";}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"";}.fa-bottle-droplet:before{content:"";}.fa-mask-face:before{content:"";}.fa-hill-rockslide:before{content:"";}.fa-exchange-alt:before,.fa-right-left:before{content:"";}.fa-paper-plane:before{content:"";}.fa-road-circle-exclamation:before{content:"";}.fa-dungeon:before{content:"";}.fa-align-right:before{content:"";}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"";}.fa-life-ring:before{content:"";}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"";}.fa-calendar-day:before{content:"";}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"";}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"";}.fa-face-grimace:before,.fa-grimace:before{content:"";}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"";}.fa-level-down-alt:before,.fa-turn-down:before{content:"";}.fa-person-walking-arrow-right:before{content:"";}.fa-envelope-square:before,.fa-square-envelope:before{content:"";}.fa-dice:before{content:"";}.fa-bowling-ball:before{content:"";}.fa-brain:before{content:"";}.fa-band-aid:before,.fa-bandage:before{content:"";}.fa-calendar-minus:before{content:"";}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"";}.fa-gifts:before{content:"";}.fa-hotel:before{content:"";}.fa-earth-asia:before,.fa-globe-asia:before{content:"";}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"";}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-user-clock:before{content:"";}.fa-allergies:before,.fa-hand-dots:before{content:"";}.fa-file-invoice:before{content:"";}.fa-window-minimize:before{content:"";}.fa-coffee:before,.fa-mug-saucer:before{content:"";}.fa-brush:before{content:"";}.fa-mask:before{content:"";}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"";}.fa-ruler-vertical:before{content:"";}.fa-user-alt:before,.fa-user-large:before{content:"";}.fa-train-tram:before{content:"";}.fa-user-nurse:before{content:"";}.fa-syringe:before{content:"";}.fa-cloud-sun:before{content:"";}.fa-stopwatch-20:before{content:"";}.fa-square-full:before{content:"";}.fa-magnet:before{content:"";}.fa-jar:before{content:"";}.fa-note-sticky:before,.fa-sticky-note:before{content:"";}.fa-bug-slash:before{content:"";}.fa-arrow-up-from-water-pump:before{content:"";}.fa-bone:before{content:"";}.fa-user-injured:before{content:"";}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"";}.fa-plane:before{content:"";}.fa-tent-arrows-down:before{content:"";}.fa-exclamation:before{content:"!";}.fa-arrows-spin:before{content:"";}.fa-print:before{content:"";}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"";}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$";}.fa-x:before{content:"X";}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"";}.fa-users-cog:before,.fa-users-gear:before{content:"";}.fa-person-military-pointing:before{content:"";}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"";}.fa-umbrella:before{content:"";}.fa-trowel:before{content:"";}.fa-d:before{content:"D";}.fa-stapler:before{content:"";}.fa-masks-theater:before,.fa-theater-masks:before{content:"";}.fa-kip-sign:before{content:"";}.fa-hand-point-left:before{content:"";}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"";}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"";}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"";}.fa-barcode:before{content:"";}.fa-plus-minus:before{content:"";}.fa-video-camera:before,.fa-video:before{content:"";}.fa-graduation-cap:before,.fa-mortar-board:before{content:"";}.fa-hand-holding-medical:before{content:"";}.fa-person-circle-check:before{content:"";}.fa-level-up-alt:before,.fa-turn-up:before{content:"";}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";}.fa-brands,.fab{font-weight:400;}.fa-monero:before{content:"";}.fa-hooli:before{content:"";}.fa-yelp:before{content:"";}.fa-cc-visa:before{content:"";}.fa-lastfm:before{content:"";}.fa-shopware:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-aws:before{content:"";}.fa-redhat:before{content:"";}.fa-yoast:before{content:"";}.fa-cloudflare:before{content:"";}.fa-ups:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-dyalog:before{content:"";}.fa-bity:before{content:"";}.fa-stackpath:before{content:"";}.fa-buysellads:before{content:"";}.fa-first-order:before{content:"";}.fa-modx:before{content:"";}.fa-guilded:before{content:"";}.fa-vnv:before{content:"";}.fa-js-square:before,.fa-square-js:before{content:"";}.fa-microsoft:before{content:"";}.fa-qq:before{content:"";}.fa-orcid:before{content:"";}.fa-java:before{content:"";}.fa-invision:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-centercode:before{content:"";}.fa-glide-g:before{content:"";}.fa-drupal:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-unity:before{content:"";}.fa-whmcs:before{content:"";}.fa-rocketchat:before{content:"";}.fa-vk:before{content:"";}.fa-untappd:before{content:"";}.fa-mailchimp:before{content:"";}.fa-css3-alt:before{content:"";}.fa-reddit-square:before,.fa-square-reddit:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-contao:before{content:"";}.fa-square-font-awesome:before{content:"";}.fa-deskpro:before{content:"";}.fa-sistrix:before{content:"";}.fa-instagram-square:before,.fa-square-instagram:before{content:"";}.fa-battle-net:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"";}.fa-edge:before{content:"";}.fa-threads:before{content:"";}.fa-napster:before{content:"";}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-artstation:before{content:"";}.fa-markdown:before{content:"";}.fa-sourcetree:before{content:"";}.fa-google-plus:before{content:"";}.fa-diaspora:before{content:"";}.fa-foursquare:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-github-alt:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-pagelines:before{content:"";}.fa-algolia:before{content:"";}.fa-red-river:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-safari:before{content:"";}.fa-google:before{content:"";}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"";}.fa-atlassian:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-nimblr:before{content:"";}.fa-chromecast:before{content:"";}.fa-evernote:before{content:"";}.fa-hacker-news:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-adversal:before{content:"";}.fa-creative-commons:before{content:"";}.fa-watchman-monitoring:before{content:"";}.fa-fonticons:before{content:"";}.fa-weixin:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-codepen:before{content:"";}.fa-git-alt:before{content:"";}.fa-lyft:before{content:"";}.fa-rev:before{content:"";}.fa-windows:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"";}.fa-meetup:before{content:"";}.fa-centos:before{content:"";}.fa-adn:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"";}.fa-codiepie:before{content:"";}.fa-node:before{content:"";}.fa-mix:before{content:"";}.fa-steam:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-scribd:before{content:"";}.fa-debian:before{content:"";}.fa-openid:before{content:"";}.fa-instalod:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-sellcast:before{content:"";}.fa-square-twitter:before,.fa-twitter-square:before{content:"";}.fa-r-project:before{content:"";}.fa-delicious:before{content:"";}.fa-freebsd:before{content:"";}.fa-vuejs:before{content:"";}.fa-accusoft:before{content:"";}.fa-ioxhost:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-app-store:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-itunes-note:before{content:"";}.fa-golang:before{content:"";}.fa-kickstarter:before{content:"";}.fa-grav:before{content:"";}.fa-weibo:before{content:"";}.fa-uncharted:before{content:"";}.fa-firstdraft:before{content:"";}.fa-square-youtube:before,.fa-youtube-square:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-rendact:before,.fa-wpressr:before{content:"";}.fa-angellist:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-nfc-directional:before{content:"";}.fa-skype:before{content:"";}.fa-joget:before{content:"";}.fa-fedora:before{content:"";}.fa-stripe-s:before{content:"";}.fa-meta:before{content:"";}.fa-laravel:before{content:"";}.fa-hotjar:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-hips:before{content:"";}.fa-behance:before{content:"";}.fa-reddit:before{content:"";}.fa-discord:before{content:"";}.fa-chrome:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-cc-discover:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-confluence:before{content:"";}.fa-mdb:before{content:"";}.fa-dochub:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-ebay:before{content:"";}.fa-amazon:before{content:"";}.fa-unsplash:before{content:"";}.fa-yarn:before{content:"";}.fa-square-steam:before,.fa-steam-square:before{content:"";}.fa-500px:before{content:"";}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"";}.fa-gratipay:before{content:"";}.fa-apple:before{content:"";}.fa-hive:before{content:"";}.fa-gitkraken:before{content:"";}.fa-keybase:before{content:"";}.fa-apple-pay:before{content:"";}.fa-padlet:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-github-square:before,.fa-square-github:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-fedex:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-shopify:before{content:"";}.fa-neos:before{content:"";}.fa-square-threads:before{content:"";}.fa-hackerrank:before{content:"";}.fa-researchgate:before{content:"";}.fa-swift:before{content:"";}.fa-angular:before{content:"";}.fa-speakap:before{content:"";}.fa-angrycreative:before{content:"";}.fa-y-combinator:before{content:"";}.fa-empire:before{content:"";}.fa-envira:before{content:"";}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"";}.fa-studiovinari:before{content:"";}.fa-pied-piper:before{content:"";}.fa-wordpress:before{content:"";}.fa-product-hunt:before{content:"";}.fa-firefox:before{content:"";}.fa-linode:before{content:"";}.fa-goodreads:before{content:"";}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-sith:before{content:"";}.fa-themeisle:before{content:"";}.fa-page4:before{content:"";}.fa-hashnode:before{content:"";}.fa-react:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-squarespace:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-bitcoin:before{content:"";}.fa-keycdn:before{content:"";}.fa-opera:before{content:"";}.fa-itch-io:before{content:"";}.fa-umbraco:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-ubuntu:before{content:"";}.fa-draft2digital:before{content:"";}.fa-stripe:before{content:"";}.fa-houzz:before{content:"";}.fa-gg:before{content:"";}.fa-dhl:before{content:"";}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"";}.fa-xing:before{content:"";}.fa-blackberry:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-playstation:before{content:"";}.fa-quinscape:before{content:"";}.fa-less:before{content:"";}.fa-blogger-b:before{content:"";}.fa-opencart:before{content:"";}.fa-vine:before{content:"";}.fa-paypal:before{content:"";}.fa-gitlab:before{content:"";}.fa-typo3:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-yahoo:before{content:"";}.fa-dailymotion:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-bootstrap:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-nfc-symbol:before{content:"";}.fa-ethereum:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-patreon:before{content:"";}.fa-avianex:before{content:"";}.fa-ello:before{content:"";}.fa-gofore:before{content:"";}.fa-bimobject:before{content:"";}.fa-facebook-f:before{content:"";}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"";}.fa-mandalorian:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-osi:before{content:"";}.fa-google-wallet:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-periscope:before{content:"";}.fa-fulcrum:before{content:"";}.fa-cloudscale:before{content:"";}.fa-forumbee:before{content:"";}.fa-mizuni:before{content:"";}.fa-schlix:before{content:"";}.fa-square-xing:before,.fa-xing-square:before{content:"";}.fa-bandcamp:before{content:"";}.fa-wpforms:before{content:"";}.fa-cloudversify:before{content:"";}.fa-usps:before{content:"";}.fa-megaport:before{content:"";}.fa-magento:before{content:"";}.fa-spotify:before{content:"";}.fa-optin-monster:before{content:"";}.fa-fly:before{content:"";}.fa-aviato:before{content:"";}.fa-itunes:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-blogger:before{content:"";}.fa-flickr:before{content:"";}.fa-viber:before{content:"";}.fa-soundcloud:before{content:"";}.fa-digg:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-symfony:before{content:"";}.fa-maxcdn:before{content:"";}.fa-etsy:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-audible:before{content:"";}.fa-think-peaks:before{content:"";}.fa-bilibili:before{content:"";}.fa-erlang:before{content:"";}.fa-x-twitter:before{content:"";}.fa-cotton-bureau:before{content:"";}.fa-dashcube:before{content:"";}.fa-42-group:before,.fa-innosoft:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-elementor:before{content:"";}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-palfed:before{content:"";}.fa-superpowers:before{content:"";}.fa-resolving:before{content:"";}.fa-xbox:before{content:"";}.fa-searchengin:before{content:"";}.fa-tiktok:before{content:"";}.fa-facebook-square:before,.fa-square-facebook:before{content:"";}.fa-renren:before{content:"";}.fa-linux:before{content:"";}.fa-glide:before{content:"";}.fa-linkedin:before{content:"";}.fa-hubspot:before{content:"";}.fa-deploydog:before{content:"";}.fa-twitch:before{content:"";}.fa-ravelry:before{content:"";}.fa-mixer:before{content:"";}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"";}.fa-vimeo:before{content:"";}.fa-mendeley:before{content:"";}.fa-uniregistry:before{content:"";}.fa-figma:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-dropbox:before{content:"";}.fa-instagram:before{content:"";}.fa-cmplid:before{content:"";}.fa-facebook:before{content:"";}.fa-gripfire:before{content:"";}.fa-jedi-order:before{content:"";}.fa-uikit:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-phabricator:before{content:"";}.fa-ussunnah:before{content:"";}.fa-earlybirds:before{content:"";}.fa-trade-federation:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-whatsapp:before{content:"";}.fa-slideshare:before{content:"";}.fa-google-play:before{content:"";}.fa-viadeo:before{content:"";}.fa-line:before{content:"";}.fa-google-drive:before{content:"";}.fa-servicestack:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-bitbucket:before{content:"";}.fa-imdb:before{content:"";}.fa-deezer:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-jira:before{content:"";}.fa-docker:before{content:"";}.fa-screenpal:before{content:"";}.fa-bluetooth:before{content:"";}.fa-gitter:before{content:"";}.fa-d-and-d:before{content:"";}.fa-microblog:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-gg-circle:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-yandex:before{content:"";}.fa-readme:before{content:"";}.fa-html5:before{content:"";}.fa-sellsy:before{content:"";}.fa-sass:before{content:"";}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-salesforce:before{content:"";}.fa-octopus-deploy:before{content:"";}.fa-medapps:before{content:"";}.fa-ns8:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-apper:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-waze:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-rust:before{content:"";}.fa-wix:before{content:"";}.fa-behance-square:before,.fa-square-behance:before{content:"";}.fa-supple:before{content:"";}.fa-rebel:before{content:"";}.fa-css3:before{content:"";}.fa-staylinked:before{content:"";}.fa-kaggle:before{content:"";}.fa-space-awesome:before{content:"";}.fa-deviantart:before{content:"";}.fa-cpanel:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-git-square:before,.fa-square-git:before{content:"";}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"";}.fa-trello:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-get-pocket:before{content:"";}.fa-perbyte:before{content:"";}.fa-grunt:before{content:"";}.fa-weebly:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-leanpub:before{content:"";}.fa-black-tie:before{content:"";}.fa-themeco:before{content:"";}.fa-python:before{content:"";}.fa-android:before{content:"";}.fa-bots:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-hornbill:before{content:"";}.fa-js:before{content:"";}.fa-ideal:before{content:"";}.fa-git:before{content:"";}.fa-dev:before{content:"";}.fa-sketch:before{content:"";}.fa-yandex-international:before{content:"";}.fa-cc-amex:before{content:"";}.fa-uber:before{content:"";}.fa-github:before{content:"";}.fa-php:before{content:"";}.fa-alipay:before{content:"";}.fa-youtube:before{content:"";}.fa-skyatlas:before{content:"";}.fa-firefox-browser:before{content:"";}.fa-replyd:before{content:"";}.fa-suse:before{content:"";}.fa-jenkins:before{content:"";}.fa-twitter:before{content:"";}.fa-rockrms:before{content:"";}.fa-pinterest:before{content:"";}.fa-buffer:before{content:"";}.fa-npm:before{content:"";}.fa-yammer:before{content:"";}.fa-btc:before{content:"";}.fa-dribbble:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-stubber:before{content:"";}.fa-telegram-plane:before,.fa-telegram:before{content:"";}.fa-old-republic:before{content:"";}.fa-odysee:before{content:"";}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"";}.fa-node-js:before{content:"";}.fa-edge-legacy:before{content:"";}.fa-slack-hash:before,.fa-slack:before{content:"";}.fa-medrt:before{content:"";}.fa-usb:before{content:"";}.fa-tumblr:before{content:"";}.fa-vaadin:before{content:"";}.fa-quora:before{content:"";}.fa-square-x-twitter:before{content:"";}.fa-reacteurope:before{content:"";}.fa-medium-m:before,.fa-medium:before{content:"";}.fa-amilia:before{content:"";}.fa-mixcloud:before{content:"";}.fa-flipboard:before{content:"";}.fa-viacoin:before{content:"";}.fa-critical-role:before{content:"";}.fa-sitrox:before{content:"";}.fa-discourse:before{content:"";}.fa-joomla:before{content:"";}.fa-mastodon:before{content:"";}.fa-airbnb:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-buy-n-large:before{content:"";}.fa-gulp:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-strava:before{content:"";}.fa-ember:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-teamspeak:before{content:"";}.fa-pushed:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-nutritionix:before{content:"";}.fa-wodu:before{content:"";}.fa-google-pay:before{content:"";}.fa-intercom:before{content:"";}.fa-zhihu:before{content:"";}.fa-korvue:before{content:"";}.fa-pix:before{content:"";}.fa-steam-symbol:before{content:"";}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";}.fa-regular,.far{font-weight:400;}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";}.fa-solid,.fas{font-weight:900;}#tpg-MyAccount-wrap{background-color:#eff3f4;border-radius:10px;display:flex;margin:50px auto;max-width:1400px;overflow:hidden;width:96%;}@media (max-width:767px){#tpg-MyAccount-wrap{display:block;}#tpg-MyAccount-wrap .myaccount-title-wrapper{margin-top:45px;}}#tpg-MyAccount-wrap .myaccount-title-wrapper .title{margin-bottom:0;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation{flex:0 0 300px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .myaccount-navbar{background:#fff;border-radius:10px;height:100%;padding:20px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul{list-style:none;margin:0;padding:0;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li{border-radius:6px;margin-bottom:10px;overflow:hidden;position:relative;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:before{background:transparent;border-radius:30px;content:"";height:35px;left:-6px;position:absolute;top:50%;transform:translateY(-50%);transition:.4s;width:5px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active:before,#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover:before{background:var(--tpg-primary-color);left:-2.5px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active svg path,#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover svg path{fill:var(--tpg-primary-color);}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active a,#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover a{background:#e4f1ff;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.my-post.is-active svg path:first-child,#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.my-post:hover svg path:first-child{opacity:.5;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button{box-shadow:0 1px 10px rgba(10,39,73,.26);}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a{align-items:center;background:var(--tpg-primary-color);color:#fff;display:flex;justify-content:center;position:relative;z-index:1;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:before{background:rgba(0,0,0,.1);content:"";height:100%;left:auto;position:absolute;right:0;top:0;transition:.4s;width:0;z-index:-1;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:hover{box-shadow:0 1px 10px rgba(10,39,73,.5);}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:hover:before{left:0;right:auto;width:100%;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:hover svg path{fill:#fff;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a svg{font-size:16px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li a{align-items:center;background:#f2f7fd;border-radius:6px;color:#212121;display:flex;font-size:15px;gap:8px;padding:10px 17px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li a svg{font-size:20px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info{align-items:center;border-radius:10px;display:flex;flex-direction:row;gap:16px;margin-bottom:15px;padding:20px 10px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-avatar{flex:0 0 60px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-bio{flex:1;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-name{font-size:18px;line-height:1;margin-bottom:0;margin-top:-3px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-email{display:block;font-size:14px;}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-avatar img{border-radius:50%;height:60px;-o-object-fit:cover;object-fit:cover;width:60px;}#tpg-MyAccount-wrap .tpg-MyAccount-content{flex:1;}@media (min-width:768px){#tpg-MyAccount-wrap .tpg-MyAccount-content{padding:30px;}}#tpg-MyAccount-wrap .tpg-MyAccount-content #tpg-postbox{background:#fff;border-radius:10px;padding:30px;}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action{display:flex;gap:20px;margin-top:20px;}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action{align-items:center;background:hsla(0,0%,100%,.659);border-radius:10px;display:flex;flex:1;gap:15px;padding:28px;}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action .info{display:flex;flex-direction:column;}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action .label{color:#5e6c7e;font-size:15px;margin-bottom:5px;}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action .count{color:#0c1827;font-size:30px;font-weight:900;}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action svg{font-size:46px;}#tpg-MyAccount-wrap .latest-post-wrapper{margin-top:20px;}#tpg-MyAccount-wrap .latest-post-wrapper .post-item{background:#fff;border-radius:10px;display:flex;gap:15px;margin-bottom:30px;padding:20px;}@media (max-width:991px){#tpg-MyAccount-wrap .latest-post-wrapper .post-item{flex-direction:column;}}#tpg-MyAccount-wrap .latest-post-wrapper .post-image{background:#999;border-radius:5px;flex:0 0 250px;height:190px;overflow:hidden;position:relative;}#tpg-MyAccount-wrap .latest-post-wrapper .post-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;}#tpg-MyAccount-wrap .latest-post-wrapper .post-content{display:flex;flex:1;flex-direction:column;justify-content:center;position:relative;}@media (min-width:992px){#tpg-MyAccount-wrap .latest-post-wrapper .post-content{padding-right:120px;}}#tpg-MyAccount-wrap .latest-post-wrapper .post-meta{-moz-column-gap:30px;column-gap:30px;display:flex;flex-wrap:wrap;margin-bottom:15px;padding-top:15px;}#tpg-MyAccount-wrap .latest-post-wrapper .post-meta span{align-items:center;display:inline-flex;gap:5px;}#tpg-MyAccount-wrap .latest-post-wrapper .post-meta span a{color:inherit;}#tpg-MyAccount-wrap .latest-post-wrapper .post-meta span a:hover{color:var(--tpg-primary-color);}#tpg-MyAccount-wrap .latest-post-wrapper .status{align-items:center;background-color:#cfebf5;border-radius:3px;color:#09c;display:inline-flex;font-size:12px;font-weight:500;height:26px;justify-content:center;left:5px;line-height:1;padding:0 10px;position:absolute;text-transform:uppercase;top:5px;z-index:15;}#tpg-MyAccount-wrap .latest-post-wrapper .status.publish{background-color:var(--tpg-primary-color);color:#fff;}#tpg-MyAccount-wrap .latest-post-wrapper .status.draft{background-color:#13b1f5;color:#fff;}#tpg-MyAccount-wrap .latest-post-wrapper .status.pending{background-color:#f7a300;color:#fff;}#tpg-MyAccount-wrap .latest-post-wrapper .post-item .post-content .post-title{font-size:20px;line-height:30px;margin-bottom:5px;margin-top:-4px;}#tpg-MyAccount-wrap .latest-post-wrapper .post-item .post-content .post-title a{color:#212121;}#tpg-MyAccount-wrap .latest-post-wrapper .post-item .post-content .post-title a:hover{color:var(--tpg-primary-color);}#tpg-MyAccount-wrap .post-btn-action{-moz-column-gap:10px;column-gap:10px;display:flex;flex-direction:row;}@media (min-width:992px){#tpg-MyAccount-wrap .post-btn-action.right-align{align-items:flex-end;flex-direction:column;position:absolute;right:20px;text-align:right;top:50%;transform:translateY(-50%);}}#tpg-MyAccount-wrap .post-btn-action svg path{transition:.4s;}#tpg-MyAccount-wrap .post-btn-action .btn{align-items:center;background:#e6ecf3;border-radius:4px;color:#212121;display:inline-flex;font-size:14px;gap:6px;height:32px;line-height:32px;margin:5px 0;padding:0 15px;}#tpg-MyAccount-wrap .post-btn-action .edit-btn:hover{background:var(--tpg-primary-color);color:#fff;}#tpg-MyAccount-wrap .post-btn-action .edit-btn:hover svg path{fill:#fff;}#tpg-MyAccount-wrap .post-btn-action .delete-btn{background:#f9e8e8;color:#f11212;}#tpg-MyAccount-wrap .post-btn-action .delete-btn:hover{background:#f11212;color:#fff;}#tpg-MyAccount-wrap .post-btn-action .delete-btn:hover svg path{fill:#fff;}#tpg-MyAccount-wrap .post-view-box .featured-image-container{margin-bottom:30px;}#tpg-MyAccount-wrap .post-view-box .post-meta{-moz-column-gap:10px;column-gap:10px;display:flex;margin-bottom:15px;}#tpg-MyAccount-wrap .post-view-box .post-meta a{align-items:center;border:1px solid #ddd;border-radius:4px;color:#222;display:inline-flex;font-size:15px;justify-content:center;line-height:1;padding:0 10px;}#tpg-MyAccount-wrap .post-view-box .post-meta .label{font-weight:700;}#tpg-MyAccount-wrap .post-view-box .post-excerpt{border:1px solid #ddd;border-radius:5px;padding:15px 26px;}#tpg-MyAccount-wrap .post-view-box .label-title{border-bottom:1px solid #ddd;font-size:16px;margin-bottom:5px;}#tpg-MyAccount-wrap .post-view-box .post-content,#tpg-MyAccount-wrap .post-view-box .post-excerpt{margin-bottom:30px;}#tpg-MyAccount-wrap svg{height:1em;transition:.4s;width:1em;}#tpg-MyAccount-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{border-right:none;left:2px;}#tpg-MyAccount-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background:none;color:red;}#tpg-MyAccount-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered li{padding-right:6px !important;}.tpg-postbox{max-width:100% !important;}.tpg-postbox .new-post input{font-size:16px;}.tpg-postbox .new-post input[type=text],.tpg-postbox .new-post select,.tpg-postbox .new-post textarea{background:#f5f9fe;border:1px solid #dfe8f3;border-radius:5px;box-shadow:none;color:#495057;display:block;font-size:16px;height:50px;outline:none;padding:10px 15px;width:100%;}.tpg-postbox .new-post select[multiple]{height:130px;}.select2-container .select2-search--inline .select2-search__field{min-height:40px;}.tpg-postbox .new-post textarea{height:70px;}.tpg-postbox .new-post input[type=text]:focus{border-color:rgba(0,0,0,.2);}.tpg-postbox .new-post label{align-items:center;color:#495057;display:inline-flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;margin-bottom:.5rem;}.tpg-postbox .new-post .wp-editor-area{font-family:ZCOOL XiaoWei,serif !important;font-size:16px !important;}.tpg-postbox .new-post .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item{font-size:16px;}.tpg-postbox .new-post .mce-btn button{border-radius:0;}.tpg-postbox .new-post .mce-btn button:hover{background:#ccc;}.tpg-postbox .new-post .mce-toolbar .mce-btn-group .mce-btn:focus,.tpg-postbox .new-post .mce-toolbar .mce-btn-group .mce-btn:hover,.tpg-postbox .new-post .qt-dfw:focus,.tpg-postbox .new-post .qt-dfw:hover{border-color:transparent;}.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar input.button.button-small{margin:1px;}.tpg-postbox .new-post .wp-core-ui .button.button-small{padding:0 7px 1px;}.tpg-postbox .new-post .wp-core-ui .wp-media-buttons .insert-media{background:#f7f7f7;border-color:rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);color:#495057;font-weight:400;height:36px;margin-bottom:5px;padding-left:7px;}.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .wp-switch-editor{background:#f7f7f7;border:1px solid rgba(0,0,0,.08);color:#495057;cursor:pointer;font-weight:400;height:28px;margin:5px 0 0 5px;padding:3px 12px 4px;}.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .html-active .switch-html,.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .tmce-active .switch-tmce{background:#f5f5f5;border-bottom-color:#f5f5f5;color:#555;}.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .wp-switch-editor:active{background-color:#f5f5f5;box-shadow:none;}.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .html-active .switch-html:focus,.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .tmce-active .switch-tmce:focus,.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .wp-switch-editor:active{box-shadow:none;}.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar .ed_button{background:#f7f7f7;color:#495057;font-weight:400;}.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar .ed_button:active,.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar .ed_button:focus{box-shadow:none;}.tpg-postbox .new-post input[type=submit]{background:var(--tpg-primary-color,#0d6efd);border-radius:5px;color:#fff;font-size:18px;font-weight:600;letter-spacing:.05em;padding:13px 30px;transition:.4s;}.tpg-postbox .new-post input[type=submit]:hover{background:var(--tpg-secondary-color);}.tpg-postbox p{margin-bottom:0;margin-top:0;}.form-content-area iframe{height:400px !important;}.wp-editor-container textarea.wp-editor-area{height:300px !important;}#tpg-featured-image .custom-file-upload{background:#f5f9fd;border:1px solid #dfe8f3;border-radius:5px;color:#495057;cursor:pointer;font-weight:400;height:50px;margin-top:15px;padding:0 20px;}#tpg-featured-image .custom-file-upload input[type=file]{display:none;}.tpg-form-container .grid-item>div{margin-bottom:20px;}.tpg-postbox .tpg-right-content #tpg-category,.tpgMyAccount .select2-container--default .select2-selection--multiple{background:#f5f9fe;border:1px solid #dfe8f3 !important;color:#495057;min-height:48.5px;width:100%;}.tpgMyAccount .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e8edee !important;border:1px solid #c8d2d4 !important;color:#6f6f6f !important;}.tpgMyAccount .select2-container--default .select2-selection--multiple .select2-selection__rendered li{font-size:16px;}.tpgMyAccount .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child{display:none;}.tpgMyAccount .select2-container{min-width:100%;}.tpgMyAccount .form-item{margin-bottom:15px;}@media (max-width:1199px) and (min-width:768px){.entry .entry-header{margin-left:0 !important;margin-right:0 !important;max-width:100% !important;padding:0 15px !important;}.entry .entry-content,.entry .entry-summary{margin:0 !important;max-width:100% !important;padding:0 15px !important;}.entry .entry-footer{margin-left:0 !important;margin-right:0 !important;max-width:100% !important;padding:0 15px !important;}}.media-router .media-menu-item{color:#646464;}.wp-message.error{color:red;}.tpg-post-submit-status{border:1px solid #ddd;margin:15px 0;padding:15px;}.tpg-post-submit-status.error{background:#ffecec;border-color:red;color:red;}.tpg-post-submit-status.success{background:#def6e5;border-color:#28a745;color:#28a745;}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%;}.invalid-feedback.error{color:red;display:block;}.new_tpg_tags{position:relative;}.new_tpg_tags .tpg-tags-input{align-items:center;background:#f5f9fe;border:1px solid #dfe8f3 !important;border-radius:5px;color:#495057;display:flex;flex-wrap:wrap;gap:4px;min-height:48px;padding:10px;}.new_tpg_tags .tpg-tags-input div{background-color:#e8edee !important;border:1px solid #c8d2d4 !important;border-radius:3px;color:#6f6f6f !important;display:inline-block;line-height:1;padding:5px 10px;}.new_tpg_tags .tpg-tags-input div span.remove{cursor:pointer;margin-right:5px;}.new_tpg_tags .tpg-tags-input div span.remove:hover{color:red;}.new_tpg_tags .tpg-tags-input input{background:none !important;border:none !important;box-shadow:none !important;display:inline-block !important;flex-grow:1 !important;height:auto !important;padding:0 !important;width:auto !important;}.new_tpg_tags .tpg-tags-input input:active,.new_tpg_tags .tpg-tags-input input:focus{box-shadow:none;}.new_tpg_tags ul{background:#fff;border-radius:3px;border:1px solid #ddd;border-top:none;box-shadow:0 0 20px #f0f0f0;left:0;margin:0;max-height:240px;overflow:scroll;padding:0;position:absolute;top:100%;transition:all .3s ease-in-out;width:100%;z-index:9999999;}.new_tpg_tags ul li{cursor:pointer;line-height:1;list-style:none;padding:12px 15px;}.new_tpg_tags ul li.active{background:#ddd;}.new_tpg_tags ul li:hover,.new_tpg_tags ul li[active]{background:var(--tpg-primary-color,#0d6efd) !important;color:#fff;}.tpg-myaccount-page,.tpg-myaccount-page #page,.tpg-myaccount-page .site{background:#f0f4f9;}.tpgMyAccount .tpg-login-form{background:#e8edf1;border-radius:10px;margin:100px auto;max-width:94%;padding:40px;width:500px;}.tpgMyAccount .tpg-login-form #loginform{width:100%;}.tpgMyAccount .tpg-login-form #loginform>p{display:flex;flex-direction:column;}.tpgMyAccount .tpg-login-form .tpg-register a{border:1px solid #d0c7c7;border-radius:4px;color:#212121;display:block;font-size:16px;padding:4px;text-align:center;}.tpgMyAccount .tpg-login-form .tpg-register a:hover{background:var(--tpg-primary-color);border-color:var(--tpg-primary-color);color:#fff;}.tpgMyAccount .tpg-login-form label{color:#666;display:inline-block;font-size:16px;font-weight:700;line-height:1;margin-bottom:10px;}.tpgMyAccount .tpg-login-form input[type=email],.tpgMyAccount .tpg-login-form input[type=password],.tpgMyAccount .tpg-login-form input[type=text]{background-color:#fff;border:1px solid #c8d2d4;border-radius:5px;color:#666;height:50px;padding:5px 15px;}.tpgMyAccount .tpg-login-form input[type=submit]{background:var(--tpg-primary-color);border:none;border-radius:5px;color:#fff;font-weight:700;height:50px;}.tpgMyAccount .tpg-login-form input[type=submit]:hover{background:var(--tpg-secondary-color);}.select2-dropdown{z-index:999999 !important;}body .tpg-el-main-wrapper .rt-grid-item{background:none !important;padding:0 15px;}body .tpg-el-main-wrapper .offset-left,body .tpg-el-main-wrapper .offset-right{padding-bottom:0 !important;}.rt-tpg-container div a{text-decoration:none;}.ast-single-post .entry-content .rt-tpg-container a{text-decoration:inherit;}.rt-model-open,body.rt-model-open,html.rt-model-open{overflow:hidden;}.rt-tpg-container img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;}.rt-tpg-container *{box-sizing:border-box;}.entry .rt-tpg-container .entry-title:before{content:none;}.rt-tpg-container .entry{margin-top:0;}.rt-tpg-container :after,.rt-tpg-container :before{box-sizing:border-box;}.rt-container,.rt-container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;}.rt-container-fluid.slider-layout13-main{padding:0 0 15px;}.rt-tpg-container ul{margin:0;}.rttpg-container .rttpg-block-wrapper{margin-left:0;margin-right:0;}.rttpg-container .rt-container-fluid{padding-left:0;padding-right:0;}img,svg{vertical-align:middle;}a:link,a:visited{transition:all .31s ease;}.clearfix:after,.clearfix:before,.rt-container-fluid:after,.rt-container-fluid:before{content:" ";display:table;}.clearfix:after,.rt-container-fluid:after,.rt-container:after,.rt-row:after{clear:both;}.rt-row{margin-left:-15px;margin-right:-15px;}.grid-layout2.rt-row{margin-left:0;margin-right:0;}.rt-row>.rt-row{padding-left:15px;padding-right:15px;}.grid_hover6.rt-row{margin-left:-2px;margin-right:-2px;}.rt-col-lg-1,.rt-col-lg-2,.rt-col-lg-3,.rt-col-lg-4,.rt-col-lg-5,.rt-col-lg-6,.rt-col-lg-7,.rt-col-lg-8,.rt-col-lg-9,.rt-col-lg-10,.rt-col-lg-11,.rt-col-lg-12,.rt-col-lg-24,.rt-col-md-1,.rt-col-md-2,.rt-col-md-3,.rt-col-md-4,.rt-col-md-5,.rt-col-md-6,.rt-col-md-7,.rt-col-md-8,.rt-col-md-9,.rt-col-md-10,.rt-col-md-11,.rt-col-md-12,.rt-col-md-24,.rt-col-sm-1,.rt-col-sm-2,.rt-col-sm-3,.rt-col-sm-4,.rt-col-sm-5,.rt-col-sm-6,.rt-col-sm-7,.rt-col-sm-8,.rt-col-sm-9,.rt-col-sm-10,.rt-col-sm-11,.rt-col-sm-12,.rt-col-sm-24,.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{min-height:1px;padding-left:15px;padding-right:15px;position:relative;}.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-main{margin:35px auto;}.rt-tpg-container h3.entry-title{line-height:1.25;margin:0 0 12px;}.rt-tpg-container .offset-small-wrap .rt-holder .overlay{min-height:60px !important;}.rt-tpg-container .offset-small-wrap .rt-holder .rt-img-responsive{height:auto;-o-object-fit:cover;object-fit:cover;width:100%;}.rt-tpg-container .offset-small-wrap .rt-col-md-6 .rt-holder .rt-img-responsive{height:auto;}.rt-tpg-container .offset-small-wrap .rt-holder .overlay h3 a{-webkit-line-clamp:1 !important;-webkit-box-orient:vertical;display:-webkit-box !important;overflow:hidden !important;text-overflow:ellipsis !important;}.rt-tpg-container .offset-big .post-meta-user.above_title{margin-top:15px;}.rt-tpg-container .offset-big .post-meta-user.above_title+h3.entry-title{margin-top:0;}.rt-tpg-container .offset-big h3.entry-title{margin:20px 0 15px;}.rt-tpg-container .offset-big .cat-above-title{margin-bottom:-15px;padding-top:10px;}.rt-tpg-container .owl-controls .owl-dots{margin-top:15px;}.paginationjs{box-sizing:initial;font-family:Marmelad,Lucida Grande,Arial,Hiragino Sans GB,Georgia,sans-serif;font-size:14px;line-height:1.6;}.paginationjs:after{clear:both;content:" ";display:table;}.paginationjs .paginationjs-pages{float:left;}.paginationjs .paginationjs-pages ul{float:left;margin:0;padding:0;}.paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{float:left;font-size:14px;margin-left:10px;}.paginationjs .paginationjs-pages li{border:1px solid #aaa;border-right:none;float:left;list-style:none;}.paginationjs .paginationjs-pages li>a{background:#fff;color:#333;display:block;font-size:14px;line-height:28px;min-height:28px;min-width:30px;text-align:center;text-decoration:none;}.paginationjs .paginationjs-pages li:hover>a{background:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd) !important;color:#fff !important;}.paginationjs .paginationjs-pages li.active{border:none;}.paginationjs .paginationjs-pages li.active>a{background:#aaa;color:#fff;height:30px;line-height:30px;}.paginationjs .paginationjs-pages li.disabled>a{opacity:.3;}.paginationjs .paginationjs-pages li.disabled>a:hover{background:0 0;}.paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{border-radius:3px 0 0 3px;}.paginationjs .paginationjs-pages li:last-child{border-radius:0 3px 3px 0;border-right:1px solid #aaa;}.paginationjs .paginationjs-pages li:last-child>a{border-radius:0 3px 3px 0;}.paginationjs .paginationjs-go-input>input[type=text]{box-sizing:initial;height:28px;padding:0;width:30px;}.paginationjs .paginationjs-go-button>input[type=button],.paginationjs .paginationjs-go-input>input[type=text]{background:#fff;border:1px solid #aaa;border-radius:3px;box-shadow:none;font-size:14px;outline:0;text-align:center;vertical-align:baseline;}.paginationjs .paginationjs-go-button>input[type=button]{color:#333;cursor:pointer;height:30px;line-height:28px;min-width:40px;padding:0 8px;vertical-align:middle \9;}.paginationjs.paginationjs-theme-blue .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-blue .paginationjs-pages li{border-color:#289de9;}.paginationjs .paginationjs-go-button>input[type=button]:hover{background-color:#f8f8f8;}.paginationjs .paginationjs-nav{height:30px;line-height:30px;}.paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{margin-left:5px \9;}.paginationjs.paginationjs-small{font-size:12px;}.paginationjs.paginationjs-small .paginationjs-pages li>a{font-size:12px;height:24px;line-height:24px;min-width:26px;}.paginationjs.paginationjs-small .paginationjs-pages li.active>a{height:26px;line-height:26px;}.paginationjs.paginationjs-small .paginationjs-go-input{font-size:12px;}.paginationjs.paginationjs-small .paginationjs-go-input>input[type=text]{font-size:12px;height:24px;width:26px;}.paginationjs.paginationjs-small .paginationjs-go-button{font-size:12px;}.paginationjs.paginationjs-small .paginationjs-go-button>input[type=button]{font-size:12px;height:26px;line-height:24px;min-width:30px;padding:0 6px;}.paginationjs.paginationjs-small .paginationjs-nav{font-size:12px;height:26px;line-height:26px;}.paginationjs.paginationjs-big{font-size:16px;}.paginationjs.paginationjs-big .paginationjs-pages li>a{font-size:16px;height:34px;line-height:34px;min-width:36px;}.paginationjs.paginationjs-big .paginationjs-pages li.active>a{height:36px;line-height:36px;}.paginationjs.paginationjs-big .paginationjs-go-input{font-size:16px;}.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text]{font-size:16px;height:34px;width:36px;}.paginationjs.paginationjs-big .paginationjs-go-button{font-size:16px;}.paginationjs.paginationjs-big .paginationjs-go-button>input[type=button]{font-size:16px;height:36px;line-height:34px;min-width:50px;padding:0 12px;}.paginationjs.paginationjs-big .paginationjs-nav{font-size:16px;height:36px;line-height:36px;}.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a{color:#289de9;}.paginationjs.paginationjs-theme-blue .paginationjs-pages li:hover>a{background:#e9f4fc;}.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a{background:#289de9;color:#fff;}.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled:hover>a{background:0 0;}.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]{background:#289de9;border-color:#289de9;color:#fff;}.paginationjs.paginationjs-theme-green .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-green .paginationjs-pages li{border-color:#449d44;}.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]:hover{background-color:#3ca5ea;}.paginationjs.paginationjs-theme-green .paginationjs-pages li>a{color:#449d44;}.paginationjs.paginationjs-theme-green .paginationjs-pages li:hover>a{background:#ebf4eb;}.paginationjs.paginationjs-theme-green .paginationjs-pages li.active>a{background:#449d44;color:#fff;}.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled:hover>a{background:0 0;}.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]{background:#449d44;border-color:#449d44;color:#fff;}.paginationjs.paginationjs-theme-yellow .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-yellow .paginationjs-pages li{border-color:#ec971f;}.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]:hover{background-color:#55a555;}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a{color:#ec971f;}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li:hover>a{background:#fdf5e9;}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active>a{background:#ec971f;color:#fff;}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled:hover>a{background:0 0;}.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]{background:#ec971f;border-color:#ec971f;color:#fff;}.paginationjs.paginationjs-theme-red .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-red .paginationjs-pages li{border-color:#c9302c;}.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]:hover{background-color:#eea135;}.paginationjs.paginationjs-theme-red .paginationjs-pages li>a{color:#c9302c;}.paginationjs.paginationjs-theme-red .paginationjs-pages li:hover>a{background:#faeaea;}.paginationjs.paginationjs-theme-red .paginationjs-pages li.active>a{background:#c9302c;color:#fff;}.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled:hover>a{background:0 0;}.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]{background:#c9302c;border-color:#c9302c;color:#fff;}.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]:hover{background-color:#ce4541;}.paginationjs .paginationjs-pages li.paginationjs-next{border-right:1px solid \9;}.paginationjs .paginationjs-go-input>input[type=text]{line-height:28px \9;vertical-align:middle \9;}.paginationjs.paginationjs-big .paginationjs-pages li>a{line-height:36px \9;}.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text]{height:36px \9;line-height:36px \9;}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li:not(.paginationjs-next):not(.paginationjs-prev){display:none;}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li{color:#fff;}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li>a{background-color:var(--tpg-primary-color,#0d6efd);color:#fff;}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li:hover a{background-color:var(--tpg-secondary-color,#0654c4);}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2){display:inline-block;pointer-events:none;position:relative;}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2) a{pointer-events:none;text-indent:-99999px;}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2):before{content:"";font-family:Font Awesome\ 5 Free;font-weight:900;left:50%;opacity:.5;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:99;}.rttpg-flaticon .ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2):before{content:"";font-family:flaticon_tpg !important;}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-prev+li{display:none !important;}.rt-tpg-container button{border:none;padding:10px 15px;}.rt-tpg-container .rt-tgp-load-more button{background:#8e8e8e;border-radius:4px;}.rt-tpg-container .tpg-wc-product-filter{margin-bottom:15px;padding-right:15px;text-align:right;}.rt-img-holder>a{display:block;text-align:center;}.rt-img-responsive{display:block;height:auto;max-width:100%;transition:.4s ease-in-out;}@media (max-width:991px){.rt-img-holder>a,.rt-img-responsive{width:100%;}}.rt-tpg-container .no-margin{margin:0 !important;padding:0 !important;}span.more-loading{background:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/the-post-grid/assets/images/loading.gif") 100% no-repeat;display:inline-block;padding-right:20px;}span.more-loading.nitro-lazy{background-image:none !important;}.rt-tgp-load-more,.rt-tgp-scroll-load-more{display:block;margin:30px 0 20px;text-align:center;}.post-meta-tags,.post-meta-user{font-size:95%;line-height:1;margin-bottom:15px;padding:0;}.post-meta-tags>span,.post-meta-user>span{align-items:center;display:inline-flex;flex-wrap:wrap;margin-bottom:3px;padding-right:15px;}.post-meta-user,.post-meta-user a{color:#646464;}.post-meta-user a:hover{color:#000;}.post-meta-tags span.rt-separator,.post-meta-user span.rt-separator{display:inline-block;padding-right:5px;}.post-meta-user span.comment-link{float:right;padding-right:0;text-align:right;}.rt-holder .entry-title a{color:#000;}.rt-tpg-container .rt-holder .post-meta.center .read-more{float:none;}.rt-tpg-container .rt-holder .post-meta .rt-tpg-social-share{display:block;float:none;margin-bottom:15px;text-align:left;width:100%;}.rt-tpg-container .post-tags-links .fa-tags{font-size:12px !important;font-weight:900 !important;}.rt-tpg-container .rt-holder .post-meta.center .rt-tpg-social-share,.rt-tpg-container .rt-holder .post-meta.right .rt-tpg-social-share{text-align:left;}.rt-tpg-container .rt-holder .read-more a{display:inline-block;font-size:15px;line-height:1.5;}.rt-tpg-container .rt-holder .tpg-excerpt{margin-bottom:10px;}.rt-tpg-container .rt-holder .tpg-excerpt iframe{max-height:250px;width:100%;}.rt-tpg-container .tpg-iso-filter{margin:15px 0 45px;text-align:center;}.rt-tpg-container .tpg-iso-filter input[type=text],.rt-tpg-container .tpg-iso-filter select.isotope-dropdown-filter{border-radius:3px;display:inline-block;margin-left:4px;padding:12px 10px;}.rt-tpg-container .tpg-iso-filter select.isotope-dropdown-filter{padding-bottom:11px;padding-top:11px;}.rt-tpg-container .tpg-iso-filter>div{display:inline-block;}.rt-tpg-container .rt-tpg-isotope-buttons .selected{background:var(--tpg-primary-color,#0d6efd);}.rt-tpg-container .rt-tpg-isotope-buttons button{background:#8e8e8e;border:none;border-radius:3px;box-shadow:none !important;color:#fff;font-size:15px;font-weight:400;line-height:1.8;margin:4px;outline:0;padding:8px 20px;text-shadow:none !important;text-transform:none;}.rt-tpg-container .tpg-pre-loader{overflow:hidden;position:relative;}.rt-tpg-container .rt-loading-overlay{background-color:#fff;height:100%;left:0;opacity:0;position:absolute;top:0;visibility:hidden;width:100%;z-index:10;}.rt-tpg-container .rt-loading{color:var(--tpg-primary-color,#0d6efd);left:50%;margin-left:-16px;opacity:0;position:absolute;top:120px;transform:scale(1.5);visibility:hidden;z-index:2;}.rt-tpg-container .tpg-pre-loader .rt-loading-overlay{opacity:0;visibility:hidden;}.filter-preloader-on .rt-tpg-container .tpg-pre-loader :not(.rt-loading){opacity:.7;}.tpg-carousel-main .tpg-pre-loader .rt-loading-overlay{opacity:1;}.rt-tpg-container .tpg-pre-loader .rt-loading{opacity:1;visibility:visible;}.rt-tpg-container .tpg-pre-loader .rt-loading *{opacity:1 !important;}.filter-preloader-off .rt-tpg-container .rt-loading,.filter-preloader-off .rt-tpg-container .rt-loading-overlay{display:none;}.rt-ball-clip-rotate{color:#fff;display:block;font-size:0;height:32px;width:32px;}.rt-ball-clip-rotate,.rt-ball-clip-rotate>div{box-sizing:border-box;position:relative;}.rt-ball-clip-rotate>div{animation:ball-clip-rotate .75s linear infinite;background-color:currentColor;background:transparent;border-radius:100%;border:2px solid;border-bottom:2px solid transparent;display:inline-block;float:none;height:32px;width:32px;}.rt-layout-filter-container.rt-clear:after{clear:both;content:"";display:block;}.rt-clear::-ms-ticks-after,.rt-clear:after{clear:both;content:"";display:block;}.rt-layout-filter-container{font-size:0;line-height:0;margin:-5px -5px 30px;padding:0;}.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item{border:1px solid;display:inline-block;margin:4px;padding:8px 10px;transition:.4s;}.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover{background:#222;color:#b4b4b4;}.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap{padding-right:82px;}.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper{margin-right:0;position:static;width:100%;}.tpg-header-wrapper.carousel{align-items:center;display:flex;margin-bottom:30px;overflow:hidden;}.section-title-style-default .tpg-header-wrapper.carousel,.section-title-style-style1 .tpg-header-wrapper.carousel{min-height:36px;}.tpg-header-wrapper.carousel .swiper{overflow:hidden;}.section-title-style-style2 .tpg-header-wrapper.carousel .swiper,.section-title-style-style3 .tpg-header-wrapper.carousel .swiper{height:51px;margin-bottom:-.5px;}.tpg-header-wrapper.carousel .swiper .swiper-navigation{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:9;}.tpg-header-wrapper.carousel .swiper .swiper-button-next,.tpg-header-wrapper.carousel .swiper .swiper-button-prev{margin-top:0;top:0;}.tpg-header-wrapper.carousel .tpg-widget-heading-wrapper{flex:1;margin:0;padding-right:10px;}.tpg-header-wrapper.carousel .rt-layout-filter-container{flex:0 0 60%;margin:0;max-width:60%;}.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;margin:0;position:relative;transition-property:transform;width:100%;z-index:1;}.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide{align-items:center;border:none;color:#212121;display:flex;font-size:15px;height:auto;justify-content:center;margin:0;padding:0 10px;position:relative;text-align:center;text-transform:none;white-space:nowrap;width:auto;}.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:before,.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:before{border-bottom:7px solid var(--tpg-primary-color,#0d6efd);border-left:7px solid transparent;border-right:7px solid transparent;border-top:0 solid transparent;bottom:0;content:"";height:0;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:all .3s ease;visibility:hidden;width:0;}.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected:before,.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover:before,.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected:before,.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover:before{opacity:1;visibility:visible;}.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected,.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover{color:var(--tpg-primary-color,#0d6efd);}.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .filter-right-wrapper,.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .rt-author-filter{display:none;}.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.swiper-wrapper{letter-spacing:0;}.tpg-header-wrapper.carousel .swiper-button-next.swiper-button-disabled,.tpg-header-wrapper.carousel .swiper-button-prev.swiper-button-disabled{opacity:1;}.tpg-header-wrapper.carousel .swiper-button-next.swiper-button-disabled:after,.tpg-header-wrapper.carousel .swiper-button-prev.swiper-button-disabled:after{opacity:.35;}.filter-button-border-enable .tpg-header-wrapper.carousel .rt-layout-filter-container{border:1px solid #ddd;border-radius:3px;}.filter-button-border-enable .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide{padding:6px 15px;white-space:nowrap;}.filter-button-border-enable .tpg-header-wrapper.carousel .swiper .swiper-navigation{right:3px;}.filter-nex-prev-btn-hidden .tpg-header-wrapper.carousel .swiper .swiper-navigation{display:none;}.filter-nex-prev-btn-hidden .tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap{margin-right:0;padding-right:0;}@media (max-width:767px){.tpg-header-wrapper.carousel{display:block;}.tpg-header-wrapper.carousel .rt-layout-filter-container{margin-bottom:8px;margin-left:-9px;margin-top:10px;max-width:100%;position:relative;}}.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover{background:none;color:#000;}.rt-filter-item-wrap.rt-order-by-action,.rt-filter-item-wrap.rt-sort-order-action{float:right;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap{color:#666;cursor:pointer;display:inline-block;font-size:13px;letter-spacing:.1em;line-height:1.55;margin:4px;padding:7px 10px;position:relative;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;user-select:none;-webkit-user-select:none;-moz-user-select:none;vertical-align:top;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-wrap{margin-left:0;margin-top:0;padding:0;}@media (max-width:767px){.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-wrap{display:inline;}}.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-item .rt-filter-sub-tax{display:none;}.rt-layout-filter-container .rt-filter-sub-tax.sub-button-group{margin:0 4px;}.rt-layout-filter-container .rt-filter-sub-tax.sub-button-group .rt-filter-button-item{cursor:pointer;}.rt-layout-filter-container>.rt-filter-sub-tax.sub-button-group>span{border:1px solid;display:inline-block;font-size:13px;letter-spacing:.1em;line-height:1.55;margin:4px;padding:8px 10px;text-transform:uppercase;vertical-align:top;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap{border:1px solid;color:#666;overflow:inherit !important;position:relative;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover{border-color:#222;color:#222;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action:hover{border-color:#222;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap>.rt-filter-dropdown-default{display:block;max-width:135px;min-width:135px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown{background-color:#222;border:none;border-top:1px solid transparent;display:block;left:-1px;margin-top:1px;opacity:0;position:absolute;right:-1px;top:100%;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;-ms-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;z-index:20;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover .rt-filter-dropdown{border-top-color:#000;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item.selected{background:#000;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-filter-dropdown{opacity:1;visibility:visible;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-arrow-angle{transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item{border-bottom:1px solid rgba(0,0,0,.2);color:#b4b4b4;display:block;padding:10px 15px 9px;position:relative;text-align:center;z-index:1;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item:before{background-color:rgba(0,0,0,.3);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:.4s;width:100%;z-index:-1;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item:hover:before{opacity:1;}.rt-filter-dropdown-default .sub-dropdown-wrap,.rt-filter-dropdown-item .sub-dropdown-wrap{display:none !important;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-arrow-angle{backface-visibility:hidden;-webkit-backface-visibility:hidden;letter-spacing:0;transition:transform .2s ease-in-out;-webkit-transition:transform .2s ease-in-out;-ms-transition:transform .2s ease-in-out;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action{border:1px solid #666;color:#666;min-width:38px;position:relative;}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow{position:static;}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span{backface-visibility:hidden;-webkit-backface-visibility:hidden;display:block;height:8px;left:50%;margin-left:-7px;margin-top:-4px;position:absolute;top:50%;transition:transform .2s ease-in-out;-webkit-transition:transform .2s ease-in-out;-ms-transition:transform .2s ease-in-out;width:14px;}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow[data-sort-order=ASC]>span{transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:before{left:3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:after,.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:before{background-color:#666;content:"";display:block;height:9px;position:absolute;top:0;transition:background-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;width:2px;}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:after{left:9px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-search-filter-wrap{float:right;padding:0;position:relative;}.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #666;border-radius:0;color:#666;font-family:Dosis,sans-serif;font-size:12px;font-weight:600;height:39px;padding:11px;}.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input:focus{box-shadow:none;outline:none;}.rt-filter-item-wrap.rt-search-filter-wrap span.rt-action{cursor:pointer;display:inline-block;font-size:15px;position:absolute;right:5px;top:6px;}.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-webkit-input-placeholder{font-family:Dosis,sans-serif;font-size:12px;font-weight:600;}.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-moz-placeholder{font-family:Dosis,sans-serif;font-size:12px;font-weight:600;}.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-ms-input-placeholder{font-family:Dosis,sans-serif;font-size:12px;font-weight:600;}.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-moz-placeholder{font-family:Dosis,sans-serif;font-size:12px;font-weight:600;}@media (max-width:600px){.rt-filter-item-wrap.rt-tax-filter.rt-filter-dropdown-wrap{display:block;margin-bottom:10px;}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap>.rt-filter-dropdown-default{margin:0 auto;}}.rt-tpg-social-share.a{position:relative;}body>.rt-tooltip{background:#666;border-radius:3px;border-width:2px;-o-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa;color:#fff;font-size:100%;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;transition:opacity 1s ease-in-out;z-index:9999;}body>.rt-tooltip .rt-tooltip-content{font-size:90%;}body>.rt-tooltip,body>.rt-tooltip .rt-tooltip-bottom:after{background:#000;border-radius:2px;}body>.rt-tooltip .rt-tooltip-bottom{bottom:-16px;height:18px;left:50%;margin-left:-32px;overflow:hidden;position:absolute;width:70px;}body>.rt-tooltip .rt-tooltip-bottom:after{tranform:rotate(45deg);content:"";height:25px;left:20px;position:absolute;top:-20px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);width:25px;}.rt-tpg-container .rt-holder .rt-img-holder{overflow:hidden;position:relative;}.rt-tpg-container .rt-holder .tpg-el-image-wrap{margin:-15px -16px 15px;}.rt-tpg-container .list-behaviour .rt-holder .tpg-el-image-wrap{margin:0;}.rt-tpg-container .img_zoom_out .rt-holder .rt-img-holder img:not(.avatar),.rt-tpg-container .rt-holder:hover .rt-img-holder img:not(.avatar){transform:scale(1.1);}.rt-tpg-container .img_no_effect .rt-holder:hover .rt-img-holder img,.rt-tpg-container .img_zoom_out .rt-holder:hover .rt-img-holder img{transform:scale(1);}.rt-tpg-container .rt-holder .rt-detail{padding:15px 15px 0;}.rt-tpg-container .layout2 .rt-holder .rt-detail,.rt-tpg-container .layout3 .rt-holder .rt-detail,.rt-tpg-container .offset01 .rt-detail,.rt-tpg-container .offset02 .rt-holder .rt-detail{padding:0;}.rt-tpg-container .offset01 .rt-detail,.rt-tpg-container .offset02 .rt-holder .rt-detail{padding-left:5px;}.rt-tpg-container .entry-title-wrapper .entry-title{font-size:22px;font-weight:600;line-height:1.3;margin:0 0 18px;padding-bottom:2px;}@media (max-width:767px){.rt-tpg-container .entry-title-wrapper .entry-title{font-size:20px;margin:0 0 15px;}}.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper{margin-bottom:15px;}.rt-tpg-container .rt-detail .tpg-excerpt-inner .acf-custom-field-wrap{padding-top:15px;}.rt-tpg-container .list-layout2 .rt-detail .tpg-excerpt-inner,.rt-tpg-container .list-layout3 .rt-detail .tpg-excerpt-inner{margin-bottom:0;}.rt-tpg-container .rt-holder .rt-detail .post-meta{line-height:25px;overflow:hidden;}.rt-tpg-container .rt-holder .rt-detail .read-more a{align-items:center;background-color:hsla(0,0%,100%,.7);border:1px solid #e5e5e5;color:#646464;display:inline-flex;flex-direction:row;flex-wrap:wrap;font-size:15px;justify-content:left;line-height:1.8;overflow:hidden;padding:6px 20px;}.rt-tpg-container .rt-holder .rt-detail .read-more a:hover{background-color:#fff;border-color:var(--tpg-primary-color,#0d6efd);color:var(--tpg-primary-color,#0d6efd);}.rt-tpg-container .rt-grid-hover-item .rt-detail .read-more a{border-color:hsla(0,0%,100%,.7);}.rt-tpg-container .rt-grid-hover-item .rt-detail .read-more a:hover{border-color:#fff;}.rt-tpg-container .rt-holder .rt-detail .read-more a{color:#1a1a1a;}.rt-tpg-container .rt-holder .rt-detail .post-meta.right{text-align:right;}.rt-tpg-container .rt-holder .rt-detail .post-meta.center{text-align:center;}@keyframes ball-scale-multiple{0%{opacity:0;transform:scale(0);}5%{opacity:.75;}to{opacity:0;transform:scale(1);}}@keyframes ball-clip-rotate{0%{transform:rotate(0deg);}50%{transform:rotate(180deg);}to{transform:rotate(1turn);}}.rt-container-fluid{position:relative;}#bottom-script-loader{background:hsla(0,0%,100%,.95);height:calc(100% + 60px);margin:-30px;position:absolute;width:calc(100% + 60px);z-index:999;}#bottom-script-loader .rt-ball-clip-rotate{color:var(--tpg-primary-color,#0d6efd);margin-right:-16px;position:absolute;right:50%;top:80px;z-index:2;}.tpg-widget-heading-wrapper{display:flex;margin-bottom:30px;position:relative;}.tpg-widget-heading-wrapper .tpg-widget-heading{font-size:28px;line-height:1;margin-bottom:-1px !important;margin-top:0;padding-right:15px;padding-top:0;position:relative;}.search .tpg-widget-heading-wrapper .tpg-widget-heading{line-height:1.5;}@meia (max-width: 767px){}.tpg-widget-heading-wrapper.center .tpg-widget-heading{margin:0;padding:0;}.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading:before{background-color:var(--tpg-primary-color,#0d6efd);border-radius:50%;content:"";display:inline-block;height:8px;margin-right:7px;margin-top:-4px;position:absolute;right:-7.5px;top:50%;width:8px;}.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-left,.tpg-widget-heading-wrapper.heading-style1.center .tpg-widget-heading:before{display:none;}.tpg-widget-heading-wrapper.heading-style1.center .tpg-widget-heading-line.line-left{display:block;margin-left:0;margin-right:15px;}.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line,.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line-left{-webkit-box-flex:1;align-self:center;border-color:#e5e5e5;border-style:solid;border-width:1px 0;flex-grow:1;height:4px;margin-left:15px;}.tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading,.tpg-widget-heading-wrapper.heading-style3 .tpg-widget-heading{background-color:var(--tpg-primary-color,#0d6efd);color:#fff;line-height:1.4;margin-bottom:-.5px;padding:5px 15px;}.tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading a,.tpg-widget-heading-wrapper.heading-style3 .tpg-widget-heading a{color:inherit;}.tpg-widget-heading-wrapper.heading-style4{margin-bottom:40px;}.tpg-widget-heading-wrapper.heading-style4:after,.tpg-widget-heading-wrapper.heading-style4:before{content:"";position:absolute;}.tpg-widget-heading-wrapper.heading-style4:before{background-color:var(--tpg-primary-color,#0d6efd);bottom:-17px;height:6px;left:0;transform:skewX(-25deg);width:45px;}.tpg-widget-heading-wrapper.heading-style4:after{background-color:#dcdcdc;bottom:-15px;height:1px;margin-left:10px;right:0;width:calc(100% - 55px);}.tpg-widget-heading-wrapper.center{justify-content:center;}.tpg-widget-heading-wrapper.right{flex-direction:row-reverse;}.tpg-widget-heading-wrapper.right .tpg-widget-heading{padding-left:15px;padding-right:0;}.tpg-widget-heading-wrapper.right .tpg-widget-heading:before{left:0;right:auto;}.tpg-widget-heading-wrapper.right .tpg-widget-heading-line{margin-left:0;margin-right:15px;}.tpg-el-main-wrapper .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before,.tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after{border-left:0 solid transparent;border-bottom:0 solid var(--tpg-primary-color,#0d6efd);border-right:12px solid transparent;border-top:12px solid var(--tpg-primary-color,#0d6efd);content:"";position:absolute;right:-11px;top:0;}.section-title-align-right .tpg-el-main-wrapper .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before,.section-title-align-right .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after{left:-3px;right:auto;transform:skewX(225deg);}.section-title-align-center .tpg-el-main-wrapper .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before,.tpg-widget-heading-wrapper.heading-style2.right .tpg-widget-heading:after{border-width:12px 0 0 12px;left:-11px;right:auto;}.tpg-widget-heading-wrapper.heading-style2.center .tpg-widget-heading:after{content:none;}.section-title-style-style2 .tpg-header-wrapper.carousel,.section-title-style-style2 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper,.section-title-style-style3 .tpg-header-wrapper.carousel,.section-title-style-style3 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper{border-bottom:2px solid var(--tpg-primary-color,#0d6efd);}.tpg-even,.tpg-full-height{display:flex;flex-wrap:wrap;}@media (max-width:767px){.rt-content-loader .rt-holder,.tpg-even .rt-holder{flex-direction:column;}}.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next>*{background-color:#bcbcbc;bottom:auto;color:#fff;cursor:pointer;display:inline-block;font-size:18px;height:30px;line-height:30px;margin-left:1px;margin-right:1px;text-align:center;transition:background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;width:30px;}.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next>* i{line-height:1;}.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next>.rt-disabled{opacity:.5;pointer-events:none;}.rt-cb-page-prev-next{text-align:left;}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style .rt-loadmore-loading{color:#fff;left:50%;margin-left:-32px;margin-top:-32px;opacity:0;position:absolute;top:50%;visibility:hidden;}.rt-ball-scale-multiple.rt-2x,.rt-ball-scale-multiple.rt-2x>div{height:64px;width:64px;}.rt-ball-scale-multiple,.rt-ball-scale-multiple>div{box-sizing:border-box;position:relative;}.rt-ball-scale-multiple>div{background-color:currentColor;border:0 solid;display:inline-block;float:none;}.rt-ball-scale-multiple>div:nth-child(2){animation-delay:.2s;}.rt-ball-scale-multiple>div{animation:ball-scale-multiple 1s linear 0s infinite;border-radius:100%;height:32px;left:0;opacity:0;position:absolute;top:0;width:32px;}.rt-tpg-container .rt-pagination-wrap{display:inline-block;margin-top:10px;text-align:center;width:100%;}.rt-tpg-container.grid_hover-layout4-2-main .rt-pagination-wrap{width:calc(100% - 23px) !important;}.rt-tpg-container.grid_hover-layout4-main .rt-pagination-wrap{width:calc(100% - 15px) !important;}.rt-tpg-container.grid_hover-layout8-main .rt-pagination-wrap{width:calc(100% + 10px) !important;}.tpg-el-main-wrapper .rt-pagination-wrap{display:flex;flex-direction:row;justify-content:center;margin-top:30px;}.tpg-el-main-wrapper .rt-pagination-wrap .rt-pagination{margin:0;}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style{cursor:pointer;position:relative;-moz-user-select:none;user-select:none;-webkit-user-select:none;}.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next.rt-hidden-elm,.rt-tpg-container .rt-pagination-wrap .rt-infinite-action.rt-hidden-elm,.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style.rt-hidden-elm,.rt-tpg-container .rt-pagination-wrap .rt-page-numbers.rt-hidden-elm{display:none !important;}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-text{opacity:0;visibility:hidden;}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-loading{opacity:1;visibility:visible;}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn{background-color:var(--tpg-primary-color,#0d6efd);color:#fff;display:inline-block;font-size:13px;letter-spacing:.1em;margin-top:30px;padding:9px 20px;text-decoration:none;text-transform:uppercase;transition:color .2s ease-in-out,background-color .2s ease-in-out;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out;-ms-transition:color .2s ease-in-out,background-color .2s ease-in-out;}.rt-tpg-container .rt-loadmore-btn:hover{background-color:var(--tpg-secondary-color,#0654c4);}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages{float:none;padding-bottom:.1px;padding-top:.1px;}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers.rt-lm-loading{opacity:.5;pointer-events:none;}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul{float:none;font-size:0;line-height:0;margin:-2px;text-align:center;}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li{border:none;display:inline-block;float:none;font-size:16px;padding:2px;}.rt-tpg-container .rt-pagination-wrap i[class*=flaticon-tpg-]{position:relative;top:3px;}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li>a{border:1px solid #dee2e6;border-radius:3px;box-sizing:content-box;color:#212121;display:block;font-size:16px;font-weight:400;letter-spacing:0;line-height:45px;min-height:45px;min-width:45px;text-align:center;text-decoration:none;}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active>a{background-color:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd);color:#fff;}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.paginationjs-ellipsis{min-width:auto;padding:0;}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.paginationjs-ellipsis a{background:none !important;border:none !important;color:#000 !important;font-size:18px;min-width:auto;opacity:1;pointer-events:none !important;}.rt-pagination{margin:30px 0;text-align:center;}.rt-pagination .pagination-list{background:transparent;border-radius:4px;border-top:0;display:inline-block;padding-left:0;}.rt-pagination .pagination-list a{box-shadow:none;}.rt-pagination .pagination-list>li{display:inline-block;margin:2px;}.rt-pagination .pagination-list>li>a,.rt-pagination .pagination-list>li>span{background-color:#fff;border:1px solid #ddd;border-radius:3px;box-sizing:content-box;color:#212121;display:block;line-height:45px;margin-left:-1px;min-height:45px;min-width:45px;position:relative;text-align:center;text-decoration:none;transition:.4s ease-in-out;}.rt-pagination .pagination-list>li>a:focus,.rt-pagination .pagination-list>li>a:hover,.rt-pagination .pagination-list>li>span:focus,.rt-pagination .pagination-list>li>span:hover{background-color:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd);color:#fff;z-index:2;}.rt-pagination .pagination-list>.active>a,.rt-pagination .pagination-list>.active>a:focus,.rt-pagination .pagination-list>.active>a:hover,.rt-pagination .pagination-list>.active>span,.rt-pagination .pagination-list>.active>span:focus,.rt-pagination .pagination-list>.active>span:hover{background-color:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd);color:#fff;cursor:default;z-index:3;}.rt-pagination .pagination-list>.disabled>a,.rt-pagination .pagination-list>.disabled>a:focus,.rt-pagination .pagination-list>.disabled>a:hover,.rt-pagination .pagination-list>.disabled>span,.rt-pagination .pagination-list>.disabled>span:focus,.rt-pagination .pagination-list>.disabled>span:hover{background-color:#fff;border-color:#ddd;color:#212121;cursor:not-allowed;}.rt-tpg-container .swiper-pagination-bullet{background:#d6d6d6;height:10px;opacity:1;width:10px;}.rt-tpg-container .swiper-wrapper{padding-bottom:45px;}.rt-tpg-container.slider-layout13-main .swiper-wrapper{padding-bottom:0;}.rt-tpg-container .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0;}.rt-tpg-container .swiper-pagination-bullet.swiper-pagination-bullet-active-main{background:#007bff;}.rt-tpg-container>div{position:relative;}.rt-tpg-container .slider-main-wrapper{opacity:0;position:relative;}.rt-tpg-container .swiper-navigation .slider-btn{align-items:center;background-color:#fff;background-image:none;border:1px solid #e5e5e5;border-radius:3px;color:#2962ff;display:inline-flex;font-size:14px;height:32px;justify-content:center;position:absolute;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;width:34px;}.rt-tpg-container .swiper-navigation .slider-btn.nitro-lazy{background-image:none !important;}.rt-tpg-container .tpg-header-wrapper .swiper-navigation .slider-btn,.slider-arrow-position-top-left .rt-tpg-container .swiper-navigation .slider-btn,.slider-arrow-position-top-right .rt-tpg-container .swiper-navigation .slider-btn{position:static;}.rt-tpg-container .swiper-navigation .slider-btn:hover{background-color:#2962ff;border-color:#2962ff;color:#fff;}.rt-tpg-container .swiper-navigation .slider-btn:focus{box-shadow:none;outline:0;}.rt-tpg-container .swiper-navigation .slider-btn.swiper-button-next{margin-left:3px;}.rt-tpg-container .swiper-navigation .swiper-button-next:after,.rt-tpg-container .swiper-navigation .swiper-button-prev:after{font-size:inherit;}.rt-tpg-container .tpg-cf-group-title{font-size:16px;margin-bottom:0 !important;}.rt-tpg-container .tpg-cf-fields{font-size:95%;line-height:1.6;margin-top:0;}.tpg-el-main-wrapper .tpg-cf-wrap{margin:10px 0 0;}.rt-tpg-container .tpg-cf-wrap:empty{margin:0;}.act-label-style-inline .tgp-cf-field-label{margin-right:8px;min-width:inherit;}.act-label-style-inline .tgp-cf-field-label:after{content:":";}.act-label-style-block .tgp-cf-field-label{display:block !important;float:none;margin-right:0;min-width:inherit;}.act-label-style-block .tpg-cf-fields{display:block;margin-bottom:5px;}.rt-tpg-container .rt-holder .tgp-cf-field-value *{color:inherit;display:inline;margin:0;transition:none;}.isotope-term-no-post{min-height:30px;}.isotope-term-no-post p{display:none;margin-bottom:0;}.tpg-el-main-wrapper.loading{min-height:300px;transition:.4s;}.tpg-el-main-wrapper.loading:before{animation:ball-clip-rotate .75s linear infinite;background:transparent;border:2px solid;border-bottom:2px solid transparent;border-radius:100%;color:red;display:inline-block;float:none;height:32px;left:50%;position:absolute;top:50%;width:32px;z-index:9999999999;}.tpg-el-main-wrapper .rt-content-loader .offset-left [class*=rt-col]{padding-left:0;padding-right:0;}.mfp-fade.mfp-bg{opacity:0;transition:all .15s ease-out;}.mfp-fade.mfp-bg.mfp-ready{opacity:.8;}.mfp-fade.mfp-bg.mfp-removing{opacity:0;}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:all .15s ease-out;}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1;}.mfp-fade.mfp-wrap .mfp-content figure{transform:scale(0);transition:all .15s ease-out;}.mfp-fade.mfp-wrap.mfp-ready .mfp-content figure{transform:scale(1);}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0;}.mfp-fade.mfp-wrap .mfp-content .mfp-figure:after{background:none;box-shadow:none;}.tpg-single-post-share .rt-tpg-social-share{display:flex;width:100%;}i[class*=" flaticon-"]:before,i[class^=flaticon-]:before{font-size:inherit !important;}i[class^=flaticon-tpg-]{font-size:16px;}.rttpg-block-postgrid{width:100%;}.post-meta-tags.tpg-single-post-meta{align-items:center;display:flex;}.post-meta-tags.tpg-single-post-meta .author-prefix{margin-right:7px;}.z20{z-index:20;}.z20,.z50{position:relative;}.z50{z-index:50;}.z999{position:relative;z-index:999;}.rtBgOverlay,.rttpg-row-wrap.rttpg-overlay:before,.rttpg-row-wrap .rttpg-row .rttpg-column.rttpg-overlay:before{backface-visibility:hidden;border-radius:inherit;content:"";inset:0;position:absolute;transition:all .3s ease-in-out;z-index:-1;}.rttpg-container{margin-left:auto;margin-right:auto;max-width:1200px !important;padding-left:15px;padding-right:15px;}.rttpg-container .rttpg-container{padding-left:0;padding-right:0;}.rttpg-container .wp-block-image{margin-bottom:30px;margin-top:0;}.rttpg-row-wrap{--tpg-d-gap:calc(var(--d-gap-x,30px) / 2);--tpg-t-gap:calc(var(--t-gap-x,30px) / 2);--tpg-m-gap:calc(var(--m-gap-x,30px) / 2);}.rttpg-row-wrap.rttpg-overlay{z-index:var(--row-overlay-z-index,1);}.rttpg-row-wrap .rttpg-row-wrap{margin-left:auto !important;margin-right:auto !important;}.rttpg-row-wrap .rttpg-row{--rt-gutter-x:var(--tpg-d-gap);--rt-gutter-y:var(--tpg-d-gap);}.rttpg-row-wrap .rttpg-row .rttpg-column.rttpg-overlay{z-index:var(--column-overlay-z-index,1);}.rttpg-row-wrap.rttpg-block-frontend{width:100%;}.rttpg-row-wrap.rttpg-block-frontend .rttpg-row{display:flex;flex-wrap:wrap;margin-left:calc(var(--tpg-d-gap) * -1);margin-right:calc(var(--tpg-d-gap) * -1);}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-frontend .rttpg-row{margin-left:calc(var(--tpg-t-gap) * -1);margin-right:calc(var(--tpg-t-gap) * -1);}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-frontend .rttpg-row{margin-left:calc(var(--x-gap-x) * -1);margin-right:calc(var(--x-gap-x) * -1);}}.rttpg-row-wrap.rttpg-block-frontend .rttpg-row>.rttpg-column{padding-left:var(--tpg-d-gap);padding-right:var(--tpg-d-gap);}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-frontend .rttpg-row>.rttpg-column{padding-left:var(--tpg-t-gap);padding-right:var(--tpg-t-gap);}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-frontend .rttpg-row>.rttpg-column{padding-left:var(--x-gap-x);padding-right:var(--x-gap-x);}}.rttpg-row-wrap.rttpg-block-editor{margin-left:auto !important;margin-right:auto !important;}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-editor{max-width:984px;}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-editor{max-width:564px;}}.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;flex-wrap:wrap;margin-left:calc(var(--tpg-d-gap) * -1);margin-right:calc(var(--tpg-d-gap) * -1);}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout{margin-left:calc(var(--tpg-t-gap) * -1);margin-right:calc(var(--tpg-t-gap) * -1);}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout{margin-left:calc(var(--x-gap-x) * -1);margin-right:calc(var(--x-gap-x) * -1);}}.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>*>div{padding-left:var(--tpg-d-gap);padding-right:var(--tpg-d-gap);}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>*>div{padding-left:var(--tpg-t-gap);padding-right:var(--tpg-t-gap);}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>*>div{padding-left:var(--x-gap-x);padding-right:var(--x-gap-x);}}.rttpg-row-wrap.rttpg-block-editor .block-editor-inner-blocks{width:100%;}.rttpg-row-wrap.rttpg-block-editor .block-editor-inner-blocks .block-editor-block-list__layout .rttpg-column>.block-editor-inner-blocks>.block-list-appender{max-width:100%;width:100%;}.rttpg-row-wrap.rttpg-block-editor .block-editor-inner-blocks .block-editor-block-list__layout .rttpg-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender.wp-block{max-width:none;}.rttpg-row-wrap>.rttpg-row>.block-editor-inner-blocks{margin-left:auto !important;margin-right:auto !important;}.rttpg-body-wrap.rttpg-row-editor .rttpg-row-wrap.alignfull,.rttpg-body-wrap.rttpg-row-frontend .rttpg-row-wrap.alignfull{margin-left:auto !important;margin-right:auto !important;width:100%;}@media (min-width:1024px){body .rttpg-column.rttpg-block-frontend.rttpg-hide-desktop,body .rttpg-row-wrap.rttpg-block-frontend.rttpg-hide-desktop{display:none !important;}}@media (min-width:768px) and (max-width:1023px){body .rttpg-column.rttpg-block-frontend.rttpg-hide-tablet,body .rttpg-row-wrap.rttpg-block-frontend.rttpg-hide-tablet{display:none !important;}}@media (max-width:767px){body .rttpg-column.rttpg-block-frontend.rttpg-hide-mobile,body .rttpg-row-wrap.rttpg-block-frontend.rttpg-hide-mobile{display:none !important;}}.rttpg-row{margin-left:auto;margin-right:auto;}.wp-block-rttpg-row{margin:0;}.rttpg-block-postgrid .rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block{border:1px dotted transparent;box-sizing:border-box;}.rttpg-block-postgrid .rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block:hover{border:1px dotted #565656;}@media (min-width:992px){.rttpg-block-postgrid .rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block:not(:first-child){border-left:none;}}.rttpg-container .rttpg-container,.wp-block-rttpg-row .rttpg-block-postgrid .rttpg-block-postgrid{max-width:100% !important;width:100% !important;}.tpg-shortcode-main-wrapper .even-grid-item,.tpg-shortcode-main-wrapper .masonry-grid-item{margin-bottom:30px;}.tpg-shortcode-main-wrapper i{margin-right:5px;}.tpg-shortcode-main-wrapper .product-more i{margin-right:0;}.tpg-shortcode-main-wrapper .grid_hover1 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover1 .masonry-grid-item,.tpg-shortcode-main-wrapper .grid_hover2 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover2 .masonry-grid-item,.tpg-shortcode-main-wrapper .grid_hover3 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover3 .masonry-grid-item,.tpg-shortcode-main-wrapper .grid_hover4 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover4 .masonry-grid-item,.tpg-shortcode-main-wrapper .grid_hover5 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover5 .masonry-grid-item,.tpg-shortcode-main-wrapper .list_layout1 .even-grid-item,.tpg-shortcode-main-wrapper .list_layout1 .masonry-grid-item{margin-bottom:0;}.layout3 .rt-img-responsive{display:inline-block;}.list_layout2 .post-meta-tags,.list_layout2 .post-meta-user{color:#a5a6aa;font-size:14px;}.rt-content-loader.layout14 .post-meta-tags,.rt-content-loader.layout14 .post-meta-user{margin-bottom:0;}.offset06 .post-meta-tags span,.offset06 .post-meta-user span{color:#a5a6aa;font-size:14px;font-weight:500;padding-right:15px;}.offset06 .post-meta-tags span a,.offset06 .post-meta-user span a{color:#444;}.offset06 .post-meta-tags span a:hover,.offset06 .post-meta-user span a:hover{color:#2962ff;}.tpg-shortcode-main-wrapper .rt-detail .entry-title a{text-decoration:none;}.categories-links{display:inline-block;line-height:1.3;}.tpg-shortcode-main-wrapper .rt-holder .rt-detail .categories-links a{margin-bottom:5px;}.tpg-shortcode-main-wrapper .rt-holder{overflow:hidden;}.tpg-shortcode-main-wrapper .grid_hover6 .rt-grid-item{margin-bottom:4px;overflow:hidden;padding:0 2px;}.tpg-shortcode-main-wrapper .grid_hover6 .rt-grid-item .post-img img,.tpg-shortcode-main-wrapper .grid_hover7 .rt-grid-item .post-img img{min-height:350px;-o-object-fit:cover;object-fit:cover;}.grid_hover4 .rt-grid-item{padding:0;}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder{overflow:hidden;position:relative;}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder img{max-width:100%;transition:all 1.1s ease;}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder:hover img,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder:hover img,.tpg-shortcode-main-wrapper .layout1 .img_zoom_out .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder:hover img{transform:scale(1.1);}.tpg-shortcode-main-wrapper .layout1 .img_no_effect .rt-holder .rt-img-holder:hover img,.tpg-shortcode-main-wrapper .layout1 .img_zoom_out .rt-holder .rt-img-holder:hover img{transform:scale(1);}.tpg-shortcode-main-wrapper .carousel1 .rt-holder,.tpg-shortcode-main-wrapper .isotope1 .rt-holder,.tpg-shortcode-main-wrapper .layout1 .rt-holder{box-shadow:0 0 2px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.3);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,.3);}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail{background:#fff;padding:15px;}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail h4,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail h4,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h4{font-size:26px;font-weight:400;line-height:1.25;margin:0 0 18px;}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail.rt-with-title h2,.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail.rt-with-title h3,.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail.rt-with-title h4,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail.rt-with-title h2,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail.rt-with-title h3,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail.rt-with-title h4,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail.rt-with-title h2,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail.rt-with-title h3,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail.rt-with-title h4{margin-bottom:15px;}.tpg-shortcode-main-wrapper .rt-holder .rt-detail.rt-with-title{padding-top:0;}.tpg-shortcode-main-wrapper .isotope1 .rt-detail .tpg-excerpt,.tpg-shortcode-main-wrapper .layout1 .rt-detail .tpg-excerpt{margin-bottom:20px;}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail .post-meta,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail .post-meta,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .post-meta{line-height:25px;overflow:hidden;}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail .read-more a,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail .read-more a,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .read-more a{border:1px solid hsla(0,0%,80%,.4);color:#1a1a1a;display:inline-block;font-size:15px;line-height:1.8;padding:8px 20px;}.tpg-shortcode-main-wrapper .rt-holder .rt-detail .post-meta.right{text-align:right;}.tpg-shortcode-main-wrapper .rt-holder .rt-detail .post-meta.center{text-align:center;}.tpg-img-circle .rt-img-holder img{border-radius:50% !important;}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-img-holder{overflow:hidden;position:relative;}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-img-holder img{max-width:100%;transition:all 1.1s ease;}.tpg-shortcode-main-wrapper .layout2 .img_zoom_out .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-img-holder:hover img{transform:scale(1.1);}.tpg-shortcode-main-wrapper .layout2 .img_no_effect .rt-holder .rt-img-holder:hover img,.tpg-shortcode-main-wrapper .layout2 .img_no_effect .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .layout2 .img_zoom_out .rt-holder .rt-img-holder:hover img{transform:scale(1);}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail h4{font-size:26px;font-weight:400;line-height:1.25;margin:0 0 15px;}.tpg-shortcode-main-wrapper .layout2 .rt-detail .tpg-excerpt{margin-bottom:20px;}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more a{border-radius:5px;display:inline-block;line-height:1.8;}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more{display:inline-block;width:100%;}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more.right{text-align:right;}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more.center{text-align:center;}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .rt-tpg-social-share{margin-bottom:15px;}@media (max-width:767px){.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail{padding:15px 0;}}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail p{margin-bottom:20px;}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail h4{font-size:26px;font-weight:400;line-height:1.25;margin:0 0 18px;}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-img-holder .overlay{background:rgba(0,0,0,.7);display:block;height:100%;opacity:0;position:absolute;text-align:center;transition:all .3s ease-out 0s;width:100%;z-index:1;}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more a{display:inline-block;line-height:1.8;}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-img-holder>a.rounded img{border-radius:50%;overflow:hidden;}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more{display:inline-block;width:100%;}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more.right{text-align:right;}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more.center{text-align:center;}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .rt-tpg-social-share{margin-bottom:15px;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder,.tpg-shortcode-main-wrapper .isotope2 .rt-holder,.tpg-shortcode-main-wrapper .layout5 .rt-holder,.tpg-shortcode-main-wrapper .offset03 .rt-holder{overflow:hidden;position:relative;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay{background:rgba(235,0,0,.8);bottom:0;display:block;height:25%;left:0;min-height:150px;opacity:1;padding:20px;position:absolute;transition:all 1s ease;width:100%;z-index:1;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .rt-detail,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .rt-detail{color:#fff;max-height:0;opacity:0;padding:0;transition:all .8s ease-in-out;visibility:hidden;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay .rt-detail{max-height:450px;transition:all 1.2s ease-in-out .2s;}.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .rt-detail{color:#fff;padding:0 0 15px;}.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .rt-detail>:not(.post-meta-user){opacity:0;visibility:hidden;}.tpg-shortcode-main-wrapper .offset03 .rt-holder:hover .overlay .rt-detail>:not(.post-meta-user){opacity:1;visibility:visible;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .post-meta-user a{color:#fff;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h4{color:#fff;font-size:22px;font-weight:400;line-height:1.3;margin:0 0 10px;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h4 a{color:#fff;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .offset03 .rt-holder:hover .overlay{height:100%;width:100%;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .offset03 .rt-holder:hover .overlay .rt-detail{opacity:1;visibility:visible;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .post-meta-user{display:block;}.tpg-shortcode-main-wrapper .isotope2 .rt-holder .post-meta,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .post-meta .rt-tpg-social-share{text-align:center;}.tpg-shortcode-main-wrapper .isotope2 .rt-holder .post-meta.left{text-align:left;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay>:not(.entry-title),.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay>:not(.entry-title){max-height:0;opacity:0;overflow:hidden;transition:.6s !important;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .overlay>:not(.entry-title),.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .overlay>:not(.entry-title){max-height:300px;opacity:1;}.tpg-shortcode-main-wrapper .layout5 .rt-holder{display:flex;min-height:250px;}.tpg-shortcode-main-wrapper .layout5 .rt-holder .rt-img-responsive{height:100%;-o-object-fit:cover;object-fit:cover;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder,.tpg-shortcode-main-wrapper .isotope3 .rt-holder,.tpg-shortcode-main-wrapper .layout6 .rt-holder{position:relative;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay{align-items:center;background:rgba(0,0,0,.7);display:flex;flex-direction:column;height:100%;justify-content:center;opacity:0;padding:15px;position:absolute;text-align:center;text-decoration:none;transition:all .3s ease-out;width:100%;z-index:9;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .line,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .line,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .line{background-color:#fff;height:2px;margin:12px auto;min-height:2px;transition:all .5s ease-out;width:0;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay:hover .line,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay:hover .line,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay:hover .line{width:40%;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h4{color:#fff;font-size:22px;font-weight:400;line-height:1.25;margin:0 0 18px;padding-top:5%;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h4 a{color:#fff;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta.left,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta.left,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta.left{text-align:left;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta.right,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta.right,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta.right{text-align:right;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .rt-tpg-social-share,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .rt-tpg-social-share,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .rt-tpg-social-share{float:none;text-align:center;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .read-more,.tpg-shortcode-main-wrapper .layout6 .rt-holder .read-more{float:none;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta-user{color:#fff;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta-user p,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta-user p,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta-user p{margin-bottom:0;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .carousel3 .rt-holder:hover .overlay .tpg-excerpt,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder:hover .overlay .tpg-excerpt,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .layout6 .rt-holder:hover .overlay .tpg-excerpt{color:#fff;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .isotope3 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .layout6 .rt-holder:hover .overlay{opacity:1;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder,.tpg-shortcode-main-wrapper .isotope4 .rt-holder,.tpg-shortcode-main-wrapper .layout7 .rt-holder{position:relative;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder img,.tpg-shortcode-main-wrapper .isotope4 .rt-holder img,.tpg-shortcode-main-wrapper .layout7 .rt-holder img{opacity:.9;transition:opacity .35s;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay{align-items:center;background:rgba(0,0,0,.3);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:0 12px;position:absolute;top:0;width:100%;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay:hover,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay:hover,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay:hover{background:rgba(0,0,0,.5);}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay:before,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay:before,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay:before{border:2px solid #fff;bottom:20px;box-shadow:0 0 0 30px hsla(0,0%,100%,.2);content:"";left:20px;opacity:0;position:absolute;right:20px;top:20px;transform:scale3d(1.4,1.4,1);transition:opacity .35s,transform .35s;}.tpg-shortcode-main-wrapper .carousel7 .rt-holder .cat-above-title,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info .cat-above-title,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .cat-above-title{color:#fff;text-align:center;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .cat-above-title,.tpg-shortcode-main-wrapper .carousel5 .rt-holder .cat-above-title{color:#fff;margin-top:30px;opacity:0;text-align:center;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .cat-above-title a,.tpg-shortcode-main-wrapper .carousel5 .rt-holder .cat-above-title a,.tpg-shortcode-main-wrapper .carousel7 .rt-holder .cat-above-title a,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .cat-above-title *,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .cat-above-title *{color:inherit;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .cat-above-title,.tpg-shortcode-main-wrapper .carousel5 .rt-holder:hover .cat-above-title{opacity:1;}.tpg-shortcode-main-wrapper .carousel5 .rt-holder:hover .cat-above-title+.entry-title,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info .cat-above-title,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .cat-above-title{padding-top:10px;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .cat-above-title+.entry-title{margin-top:10px;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder h2,.tpg-shortcode-main-wrapper .carousel4 .rt-holder h3,.tpg-shortcode-main-wrapper .carousel4 .rt-holder h4,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h2,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h3,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h4,.tpg-shortcode-main-wrapper .layout7 .rt-holder h2,.tpg-shortcode-main-wrapper .layout7 .rt-holder h3,.tpg-shortcode-main-wrapper .layout7 .rt-holder h4{color:#fff;font-size:22px;font-weight:400;line-height:1.25;margin:30% 0 10px;text-align:center;transition:transform .35s;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder h2 a,.tpg-shortcode-main-wrapper .carousel4 .rt-holder h3 a,.tpg-shortcode-main-wrapper .carousel4 .rt-holder h4 a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h2 a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h3 a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h4 a,.tpg-shortcode-main-wrapper .layout7 .rt-holder h2 a,.tpg-shortcode-main-wrapper .layout7 .rt-holder h3 a,.tpg-shortcode-main-wrapper .layout7 .rt-holder h4 a{color:#fff;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .tpg-excerpt,.tpg-shortcode-main-wrapper .carousel4 .rt-holder p,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .tpg-excerpt,.tpg-shortcode-main-wrapper .isotope4 .rt-holder p,.tpg-shortcode-main-wrapper .layout7 .rt-holder .tpg-excerpt,.tpg-shortcode-main-wrapper .layout7 .rt-holder p{color:#fff;opacity:0;padding:0 15px;text-align:center;transform:scale(1.5);transition:opacity .35s,transform .35s;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .post-meta-user p,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .post-meta-user p,.tpg-shortcode-main-wrapper .layout7 .rt-holder .post-meta-user p{margin-bottom:0;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .post-meta-user a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .post-meta-user a,.tpg-shortcode-main-wrapper .layout7 .rt-holder .post-meta-user a{color:#fff;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover h3,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover h3,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover h3{margin:7% 0 10px;transform:scale(.9);}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .overlay:before,.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .tpg-excerpt,.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover p,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover .overlay:before,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover .tpg-excerpt,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover p,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .overlay:before,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .tpg-excerpt,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover p{opacity:1;transform:scaleX(1);}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .post-meta,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .post-meta,.tpg-shortcode-main-wrapper .layout7 .rt-holder .cat-above-title,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .post-meta{color:#fff;opacity:0;overflow:hidden;text-align:center;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .post-meta.left,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .post-meta.left,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .post-meta.left{text-align:left;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .post-meta.right,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .post-meta.right,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .post-meta.right{text-align:right;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .overlay .post-meta,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover .overlay .post-meta,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .cat-above-title,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .overlay .post-meta{opacity:1;transform:scale(1);transition:opacity .35s,transform .35s;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .rt-tpg-social-share,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .rt-tpg-social-share,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .rt-tpg-social-share{float:none;text-align:center;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .read-more,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .read-more,.tpg-shortcode-main-wrapper .layout7 .rt-holder .read-more{float:none;}.tpg-shortcode-main-wrapper .carousel4 .rt-holder h3,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .entry-title{margin:0 !important;transition:.4s;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder,.tpg-shortcode-main-wrapper .isotope8 .rt-holder,.tpg-shortcode-main-wrapper .layout12 .rt-holder{background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.22);}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-img-holder{overflow:hidden;position:relative;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover img,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover img,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);-webkit-transition:all .25s ease-in-out;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail{background:#fff;display:inline-block;padding:25px;transition:all .3s ease-out 0s;width:100%;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail.rt-with-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail.rt-with-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail.rt-with-title{padding-bottom:0;padding-top:0;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title-below h2.entry-title,.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title-below h3.entry-title,.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title-below h4.entry-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title-below h2.entry-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title-below h3.entry-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title-below h4.entry-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title-below h2.entry-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title-below h3.entry-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title-below h4.entry-title{margin-top:0;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail.rt-with-title .entry-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail.rt-with-title .entry-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail.rt-with-title .entry-title{display:inline-block;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title .post-meta-user,.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title .post-meta-user,.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title .post-meta-user{margin-bottom:15px;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h4,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h4,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4{font-size:22px;font-weight:400;line-height:1.25;margin:15px 0;}.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4{font-weight:500;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h2 a,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h3 a,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h4 a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h2 a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h3 a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h4 a,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2 a,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3 a,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4 a{color:#000;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h2 a:hover,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h3 a:hover,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h4 a:hover,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h2 a:hover,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h3 a:hover,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h4 a:hover,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2 a:hover,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3 a:hover,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4 a:hover{color:#fff;}.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail{flex-grow:1;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail{background:#0850d0;color:#fff;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail a,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail a{color:#fff;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail .read-more,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail .read-more,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail .read-more{text-align:right;}.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user,.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user .meta-data,.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user a,.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user i[class^=fa],.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail h3 a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user .meta-data,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user i[class^=fa],.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail .post-meta-user,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail .post-meta-user a,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail i{color:#fff !important;}@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 screen and (max-width:768px){.rt-member-description-container,.rt-member-feature-img{float:none;width:100%;}}@media (min-width:768px){.rt-col-sm-1,.rt-col-sm-2,.rt-col-sm-3,.rt-col-sm-4,.rt-col-sm-5,.rt-col-sm-6,.rt-col-sm-7,.rt-col-sm-8,.rt-col-sm-9,.rt-col-sm-10,.rt-col-sm-11,.rt-col-sm-12,.rt-col-sm-24{float:left;}.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-1,.rt-col-md-2,.rt-col-md-3,.rt-col-md-4,.rt-col-md-5,.rt-col-md-6,.rt-col-md-7,.rt-col-md-8,.rt-col-md-9,.rt-col-md-10,.rt-col-md-11,.rt-col-md-12,.rt-col-md-24{float:left;}.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-1,.rt-col-lg-2,.rt-col-lg-3,.rt-col-lg-4,.rt-col-lg-5,.rt-col-lg-6,.rt-col-lg-7,.rt-col-lg-8,.rt-col-lg-9,.rt-col-lg-10,.rt-col-lg-11,.rt-col-lg-12{float:left;}.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%;}}.rt-img-holder{overflow:hidden;}.layout4 .rt-img-holder,.layout4 .rt-img-holder a,.layout4 .rt-img-holder img{height:100%;}.img_zoom_in img.rt-img-responsive,.img_zoom_out img.rt-img-responsive{min-width:100%;transition:all 1s !important;}.img_zoom_in:hover img.rt-img-responsive,.img_zoom_out img.rt-img-responsive{transform:scale(1.2) !important;}.img_zoom_out:hover img.rt-img-responsive{transform:scale(1) !important;}.tpg-shortcode-main-wrapper .img_no_effect:hover img.rt-img-responsive{transform:none;}.tpg-even .rt-holder{display:flex;height:100%;}.tpg-even.edd1 .rt-holder,.tpg-even.layout1 .rt-holder,.tpg-even.layout12 .rt-holder,.tpg-even.offset01 .offset-big .rt-holder,.tpg-even.offset02 .offset-big .rt-holder{flex-direction:column;}.tpg-even.edd1 .rt-holder .rt-img-holder,.tpg-even.layout1 .rt-holder .rt-img-holder,.tpg-even.layout11 .rt-holder .rt-img-holder,.tpg-even.layout11 .rt-holder .rt-img-holder *{height:auto;}@media (min-width:768px) and (max-width:991px){.tpg-even.layout4 .even-grid-item:nth-of-type(4n+2) .rt-holder [class*=rt-col]:first-child,.tpg-even.layout4 .even-grid-item:nth-of-type(4n+3) .rt-holder [class*=rt-col]:first-child{order:2;}}@media (max-width:767px){.tpg-even.layout4 .even-grid-item .rt-holder .layoutInner-img{order:-1 !important;}}.tpg-shortcode-main-wrapper .rt-holder .overlay,.tpg-shortcode-main-wrapper .rt-holder .overlay>a[data-id],.tpg-shortcode-main-wrapper .rt-holder>a[data-id]{width:100%;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay,.tpg-shortcode-main-wrapper .carousel5 .rt-holder .overlay,.tpg-shortcode-main-wrapper .carousel7 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .overlay .post-info .tpg-shortcode-main-wrapper .layout13 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info,.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .isotope5 .rt-holder .overlay,.tpg-shortcode-main-wrapper .isotope7 .rt-holder .post-info,.tpg-shortcode-main-wrapper .isotope9 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .isotope11 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .isotope12 .rt-holder .post-info,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout8 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout10 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .layout15 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .layout16 .rt-holder .overlay .post-info{display:flex;flex-direction:column;justify-content:center;}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .carousel4 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .carousel5 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .carousel7 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .carousel9 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info .read-more a,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .read-more a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta .read-more a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .post-meta .read-more a,.tpg-shortcode-main-wrapper .isotope5 .rt-holder .overlay .post-meta .read-more a,.tpg-shortcode-main-wrapper .isotope9 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .isotope11 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .isotope12 .rt-holder .post-info .read-more a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .layout7 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout8 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout10 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout13 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout15 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout16 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .post-meta .read-more a{border:1px solid hsla(0,0%,100%,.4);padding:8px 15px;}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta,.tpg-shortcode-main-wrapper .isotope12 .rt-holder .post-info .post-meta .rt-tpg-social-share,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta{color:#fff;overflow:hidden;text-align:center;}.elementor-container .rt-container,.elementor-container .rt-container-fluid{padding-left:0;padding-right:0;}.tpg-even.grid-behaviour{align-items:flex-start;}.grid-layout2.tpg-even,.grid-layout6 .tpg-even.grid-behaviour,.tpg-full-height{align-items:inherit;}.tpg-el-main-wrapper .tpg-post-holder{height:100%;}.grid_hover-layout9-2-main .tpg-even .rt-holder,.grid_hover-layout9-main .tpg-even .rt-holder,.list-layout1-main .tpg-even .rt-holder,.tpg-el-main-wrapper .tpg-even .rt-holder{display:block;}.rt-el-post-meta span.author{margin-bottom:2px;}.rt-tpg-container .rt-detail .tpg-excerpt{margin-top:-5px;}.tpg-el-main-wrapper .slider_layout_wrapper .tpg-post-holder{margin-top:1px;}.tpg-el-main-wrapper .grid-layout5 .tpg-post-holder,.tpg-el-main-wrapper .grid-layout6 .tpg-post-holder,.tpg-el-main-wrapper .slider_layout_wrapper .tpg-post-holder{height:auto;}.rt-tpg-container .rt-el-content-wrapper{transition:background-color .4s ease-in-out;}.rt-tpg-container .slider-layout13 .rt-el-content-wrapper{padding-bottom:30px;}.rt-tpg-container .tpg-post-holder .read-more a,.rt-tpg-social-share a i,.tpg-el-main-wrapper .post-meta-tags a,.tpg-el-main-wrapper .post-meta-tags img,.tpg-el-main-wrapper .post-meta-tags span,.tpg-el-main-wrapper .rt-holder:hover .post-meta-tags i,.tpg-el-main-wrapper .tpg-el-excerpt *,.tpg-el-main-wrapper .tpg-el-image-wrap .overlay,.tpg-el-main-wrapper .tpg-el-image-wrap img,.tpg-el-main-wrapper .tpg-post-holder,.tpg-separate-category .categories-links,.tpg-separate-category .categories-links i{transition:.4s ease-in-out;}.tpg-cat-style4 .tpg-el-main-wrapper .categories-links a{color:var(--tpg-primary-color,#4f4c5e) !important;}.tpg-el-main-wrapper .rt-content-loader [class*=rt-col]{margin-top:0;padding-bottom:30px;}.tpg-el-main-wrapper .entry-title a{color:inherit !important;font-size:inherit !important;font-weight:inherit !important;text-decoration:none;transition:none !important;}.tpg-el-main-wrapper .entry-title a:focus{border:none;box-shadow:none;}.tpg-el-main-wrapper .entry-title:hover{color:var(--tpg-primary-color,#0d6efd);}.tpg-widget-heading-wrapper .tpg-widget-heading a{color:inherit;}.section-title-align-center .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-left,.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-left{display:block;margin-left:0;margin-right:15px;}.section-title-align-center .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading:before{display:none;}.section-title-align-center .tpg-widget-heading-wrapper .tpg-widget-heading{margin:0;padding:0;}.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-right{display:none;}.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading{padding-left:15px;padding-right:0;}.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading:before{left:0;right:auto;}.section-title-align-left .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before{display:none;}.section-title-align-left .tpg-widget-heading-wrapper.heading-default,.section-title-align-left .tpg-widget-heading-wrapper.heading-style2,.section-title-align-left .tpg-widget-heading-wrapper.heading-style3{justify-content:flex-start;}.section-title-align-center .tpg-widget-heading-wrapper.heading-default,.section-title-align-center .tpg-widget-heading-wrapper.heading-style2,.section-title-align-center .tpg-widget-heading-wrapper.heading-style3{justify-content:center;}.section-title-align-right .tpg-widget-heading-wrapper.heading-default,.section-title-align-right .tpg-widget-heading-wrapper.heading-style2,.section-title-align-right .tpg-widget-heading-wrapper.heading-style3{justify-content:flex-end;}.section-title-align-right .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after{display:none;}.tpg-widget-heading-wrapper .external-link{align-items:center;color:#646464;display:flex;gap:11px;justify-content:center;position:absolute;right:0;top:2px;}.tpg-widget-heading-wrapper .external-link:hover{color:var(--tpg-primary-color,#0d6efd);}.tpg-widget-heading-wrapper .external-link .external-lable{margin-top:-7px;}.tpg-widget-heading-wrapper .external-link i{color:inherit;font-size:115%;}[dir=rtl] .tpg-widget-heading-wrapper .external-link i{display:block;transform:rotate(-180deg);}.has-external-link .tpg-widget-heading-wrapper{padding-right:115px;}.title-one-line .entry-title,.title-three-line .entry-title,.title-two-line .entry-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;}.title-one-line .entry-title{-webkit-line-clamp:1;}.title-two-line .entry-title{-webkit-line-clamp:2;}.title-three-line .entry-title{-webkit-line-clamp:3;}.rt-tpg-container .rt-el-post-meta{align-content:baseline;color:#646464;display:inline-flex;flex-wrap:wrap;font-size:15px;margin-bottom:13px;}.rt-el-post-meta a,.rt-el-post-meta a:active,.rt-el-post-meta a:focus{color:inherit;}.rt-el-post-meta a:hover{color:var(--tpg-primary-color,#0d6efd);}.rt-tpg-container .rt-el-post-meta i{line-height:1;margin-right:8px;margin-top:-1px;}.rt-tpg-container .offset-right .rt-el-post-meta{margin-top:-6px;}.tpg-el-main-wrapper .tpg-el-image-wrap img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;}.editor-styles-wrapper .wp-block-freeform .tpg-el-image-wrap img,.editor-styles-wrapper .wp-block .tpg-el-image-wrap img{border-radius:0;}@media (max-width:767px){.tpg-el-main-wrapper .tpg-el-image-wrap img{width:100% !important;}}.tpg-el-main-wrapper .tpg-el-image-wrap a.tpg-post-link{height:100%;width:100%;}.tpg-el-main-wrapper .tpg-el-image-wrap .overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;}.tpg-el-main-wrapper .rt-grid-hover-item .tpg-el-image-wrap .overlay.grid-hover-content{display:none !important;opacity:0;visibility:hidden;}.tpg-el-main-wrapper .tpg-post-holder .tpg-el-image-wrap .overlay.show-on-hover,.tpg-el-main-wrapper .tpg-post-holder:hover .tpg-el-image-wrap .overlay.hide-on-hover{opacity:0 !important;}.tpg-el-main-wrapper .tpg-post-holder:hover .tpg-el-image-wrap .overlay.show-on-hover{opacity:1 !important;}.tpg-el-main-wrapper .post-meta-tags span{align-items:center;display:inline-flex;flex-wrap:wrap;font-weight:300;}.tpg-el-main-wrapper .post-meta-tags a{margin-bottom:0;}.tpg-el-main-wrapper .post-meta-tags span img+span.author-prefix{padding-left:3px;}.tpg-el-main-wrapper .post-meta-tags span.author-prefix{padding-right:5px;}.tpg-el-main-wrapper .post-meta-tags span img{border-radius:50%;display:inline-block;height:25px;margin-right:14px;margin-top:-2%;-o-object-fit:contain;object-fit:contain;width:25px;}.post-meta-tags span.separator:last-of-type{display:none;}body .readmore-btn-only-text .rt-tpg-container .tpg-post-holder .read-more a,body .readmore-btn-only-text .rt-tpg-container .tpg-post-holder .read-more a:hover{background:none !important;border:none !important;padding:0 !important;}.rt-tpg-container .tpg-post-holder .read-more a i{transition:margin .4s ease-in-out;}.rt-tpg-container .tpg-post-holder .read-more a i[class*=flaticon]{line-height:1;padding-top:2px;}.rt-tpg-container .tpg-post-holder .read-more a i.left-icon{margin-right:5px;}.rt-tpg-container .tpg-post-holder .read-more a i.right-icon{margin-left:5px;}.tpg-el-box-border-disable .rt-tpg-container .rt-holder{border:none;box-shadow:none !important;}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{display:flex;justify-content:space-between;}.tpg-filter-alignment-left .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{align-items:flex-start;}.tpg-filter-alignment-center .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{align-items:center;}.tpg-filter-alignment-right .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{align-items:flex-end;}.tpg-filter-h-alignment-left .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{justify-content:flex-start;}.tpg-filter-h-alignment-center .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{justify-content:center;}.tpg-filter-h-alignment-right .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{justify-content:flex-end;}.tpg-filter-h-alignment-space-between .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{justify-content:space-between;}.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input{min-width:202px;}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper{margin-right:15px;}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap div:last-child{margin-right:0;}@media (max-width:1023px){.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper{text-align:center;}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-right-wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-right-wrapper .rt-order-by-action{order:-1;}}@media (max-width:991px){.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{flex-direction:column;}}@media (max-width:600px){.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper{margin-right:0;}.tpg-filter-type-dropdown .rt-filter-wrap .filter-left-wrapper{display:flex;justify-content:center;}.tpg-el-main-wrapper .rt-filter-item-wrap.rt-tax-filter.rt-filter-dropdown-wrap{margin-bottom:4px;}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{flex-direction:column;}}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap{min-height:38px;}.tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper{display:flex;flex-direction:column;overflow:hidden;}.tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper-flex{display:flex;flex-direction:row;}.title_position_above_image .tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper .tpg-el-image-wrap{margin:0 -15px 15px;}.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper .entry-title{margin-bottom:0;transition:.4s;}.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper .tpg-separate-category,.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper .tpg-separate-category.above_title a{margin-bottom:5px;}.tpg-el-main-wrapper .rt-holder .tpg-el-excerpt{order:5;}.tpg-el-main-wrapper .rt-holder .rt-tpg-social-share{order:10;}.tpg-el-main-wrapper .rt-tpg-social-share a{margin-right:10px;}.tpg-el-main-wrapper .rt-holder .post-footer{margin-bottom:15px;order:11;}.title_position_above_image .tpg-el-main-wrapper .rt-holder .entry-title-wrapper{order:-5;}.title_position_below_image .tpg-el-main-wrapper .rt-holder .tpg-el-image-wrap{order:-8;}.title_position_below_image .tpg-el-main-wrapper .rt-holder .entry-title-wrapper{order:2;}.title_position_above_image.meta_position_above_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:-6;}.title_position_above_image.meta_position_below_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:-4;}.title_position_below_image.meta_position_above_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:1;}.title_position_below_image.meta_position_below_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:3;}.meta_position_below_excerpt .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:6;}.meta_position_above_excerpt .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:4;}.title_position_default.meta_position_above_title .tpg-el-main-wrapper .rt-holder .tpg-el-image-wrap{order:-2;}.title_position_default.meta_position_above_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:-1;}.title_hover_border_enable .rt-tpg-container .entry-title-wrapper .entry-title a{background:linear-gradient(180deg,var(--tpg-primary-color,#0d6efd) 0,var(--tpg-primary-color,#0d6efd) 98%);background-position:left 100%;background-repeat:no-repeat;background-size:0 2px;transition:background .4s !important;}.title_hover_border_enable .rt-tpg-container .entry-title-wrapper .entry-title:hover a{background-size:100% 2px;}.title_hover_border_disable .rt-tpg-container .entry-title-wrapper .entry-title a{background:none !important;}.rt-tpg-container .post-right-content{display:flex;flex-direction:column;}.rt-tpg-container .list-layout-wrapper .post-right-content{flex:1;}.rt-tpg-container .list-layout-wrapper .post-right-content>div:last-child{margin-bottom:0;}.tpg-separate-category.style1 .rt-separator{margin-right:4px;}.tpg-category-position-default .grid-layout4 .rt-detail .entry-title-wrapper .tpg-separate-category,.tpg-category-position-default .grid_hover-layout11 .rt-detail .entry-title-wrapper .tpg-separate-category,.tpg-is-author-icon-hide .post-meta-tags span.author i,.tpg-is-author-icon-hide .post-meta-tags span.author img{display:none;}.rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom{left:50%;opacity:0;position:absolute;top:60%;transform:translate(-50%,-50%);visibility:hidden;z-index:99;}.rt-tpg-container .rt-holder:hover .rt-img-holder .tpg-zoom{opacity:1;top:50%;visibility:visible;}.rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom i{align-items:center;background:hsla(0,0%,100%,.8);border:0 solid;border-radius:50%;box-sizing:border-box;display:inline-flex;font-size:20px;height:50px;justify-content:center;line-height:40px;margin-right:0;padding:5px;text-align:center;width:50px;}@media (min-width:992px){.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+7) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+8) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-4:nth-child(6n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-4:nth-child(6n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-4:nth-child(6n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-6:nth-child(4n+3) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-6:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-12:nth-child(2n) .rt-el-content-wrapper-flex{flex-direction:row-reverse;}}@media (min-width:1200px){.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-4:nth-child(6n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-4:nth-child(6n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-4:nth-child(6n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-6:nth-child(4n+3) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-6:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-12:nth-child(2n) .rt-el-content-wrapper-flex{flex-direction:row-reverse;}}@media (min-width:768px) and (max-width:991px){.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+7) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+8) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-4:nth-child(6n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-4:nth-child(6n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-4:nth-child(6n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-6:nth-child(4n+3) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-6:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-12:nth-child(2n) .rt-el-content-wrapper-flex{flex-direction:row-reverse;}}@media (max-width:768px){.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+7) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+8) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-4:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-4:nth-child(4n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-4:nth-child(4n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-6:nth-child(4n+3) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-6:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-12:nth-child(2n) .rt-el-content-wrapper-flex{flex-direction:row-reverse;}}.rt-tpg-container .grid-layout4 .rt-holder .tpg-el-image-wrap,.rt-tpg-container .grid-layout5 .rt-holder .tpg-el-image-wrap,.rt-tpg-container .grid-layout6 .rt-holder .tpg-el-image-wrap{margin:0 0 15px;}.rt-tpg-container .grid-layout4 .cat-over-image a,.rt-tpg-container .grid-layout5 .tpg-separate-category a,.rt-tpg-container .list-layout4 .tpg-separate-category a{align-items:center;background-color:var(--tpg-primary-color,#0d6efd);color:#fff;display:inline-flex;font-size:12px;justify-content:center;line-height:1;margin-bottom:0;margin-right:5px;min-height:24px;padding:0 8px;}.rt-tpg-container .grid-layout4 .cat-over-image a:hover,.rt-tpg-container .grid-layout5 .tpg-separate-category a:hover,.rt-tpg-container .list-layout4 .tpg-separate-category a:hover{background:var(--tpg-secondary-color,#0654c4);}.rt-tpg-container .grid-layout4 .cat-over-image a:hover:after,.rt-tpg-container .grid-layout5 .tpg-separate-category.style3 a:hover:after,.rt-tpg-container .list-layout4 .tpg-separate-category.style3 a:hover:after{border-top-color:var(--tpg-secondary-color,#0654c4);}.rt-tpg-container .grid-layout4 .cat-over-image .rt-separator,.rt-tpg-container .grid-layout5 .tpg-separate-category .rt-separator{display:none;}.rt-tpg-container .grid-layout1 .rt-holder,.rt-tpg-container .grid-layout3 .rt-holder{background:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.3);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,.3);}.tpg-el-main-wrapper .grid-layout2 .rt-holder .rt-el-content-wrapper-flex{height:100%;padding:0;}.rt-tpg-container .grid-layout2 .rt-holder .tpg-el-image-wrap{flex:0 0 50%;margin:0;max-width:50%;}.rt-tpg-container .grid-layout2 .rt-holder .post-right-content{flex-grow:1;flex:0 0 50%;max-width:50%;padding:15px;}.tpg-el-main-wrapper .grid-layout2 [class*=rt-col]{padding:0;}@media (max-width:500px){.tpg-el-main-wrapper .grid-layout2 .rt-el-content-wrapper-flex,.tpg-post-order-reverse .rt-tpg-container .rt-row .rt-col-xs-12:nth-child(2n) .rt-el-content-wrapper-flex{display:block;}.rt-tpg-container .grid-layout2 .rt-holder .post-right-content,.rt-tpg-container .grid-layout2 .rt-holder .tpg-el-image-wrap{flex:inherit;margin:0;max-width:100%;}.tpg-el-main-wrapper .grid-layout2 [class*=rt-col]{margin-bottom:15px;}}.rt-tpg-container .grid-layout3 .rt-holder{border-radius:4px;overflow:hidden;}.meta_position_default .tpg-el-main-wrapper .grid-layout3 .rt-holder .rt-el-post-meta{order:12;padding-bottom:5px;padding-top:20px;position:relative;}.meta_position_default .tpg-el-main-wrapper .grid-layout3 .rt-holder .rt-el-post-meta:before{background:#ddd;content:"";height:1px;left:-50px;position:absolute;right:-50px;top:0;width:calc(100% + 100px);}.rt-tpg-container .grid-layout4 .entry-title-wrapper .entry-title{font-size:22px;font-weight:500;line-height:32px;}.tpg-el-main-wrapper .grid-layout4 .tpg-el-image-wrap img{height:230px;width:100%;}.rt-tpg-container .grid-layout4 .rt-holder .rt-detail{padding:0;}.tpg-el-main-wrapper .list-layout-wrapper .rt-holder .rt-el-content-wrapper{display:flex;flex-direction:row;height:100%;padding:0;}.tpg-el-main-wrapper.list-layout1-main .list-layout-wrapper .rt-holder .rt-el-content-wrapper{align-items:flex-start;}.tpg-el-main-wrapper.list-layout1-2-main .list-layout1 .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse;}.rt-tpg-container .list-layout1 .rt-holder .tpg-el-image-wrap{flex:0 0 260px;margin:0 30px 0 0;}@media (max-width:991px){.rt-tpg-container .list-layout1 .rt-holder .tpg-el-image-wrap{flex:0 0 120px;}}.tpg-el-main-wrapper.list-layout1-2-main .list-layout1 .rt-holder .tpg-el-image-wrap{margin:0 0 0 30px;}.rt-tpg-container .list-layout1 .rt-detail .read-more a,.rt-tpg-container .list-layout2 .rt-detail .read-more a,.rt-tpg-container .list-layout3 .rt-detail .read-more a{background-color:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd);color:#fff;}.rt-tpg-container .list-layout1 .rt-detail .read-more a:hover,.rt-tpg-container .list-layout2 .rt-detail .read-more a:hover,.rt-tpg-container .list-layout3 .rt-detail .read-more a:hover,.rt-tpg-container .list-layout4 .rt-detail .read-more a:hover{background-color:var(--tpg-secondary-color,#0654c4);border-color:var(--tpg-secondary-color,#0654c4);color:#fff;}.tags-visibility-default .list-layout1 .post-tags-links,.tags-visibility-default .list-layout1 .post-tags-links+.separator{display:none;}.rt-tpg-container .list-layout-wrapper .offset-right .rt-row{display:flex;flex-wrap:wrap;max-width:100%;overflow:hidden;width:100%;}.rt-tpg-container .list-layout-wrapper.list-layout3 .offset-right .rt-row .rt-list-item{margin-bottom:15px;}.tpg-el-main-wrapper .list-layout2 .offset-left .tpg-el-image-wrap{height:300px;}.tpg-el-main-wrapper .list-layout-wrapper .offset-left .rt-holder .rt-el-content-wrapper{flex-direction:column;}.rt-tpg-container .list-layout-wrapper .offset-left .rt-holder .tpg-el-image-wrap{flex:inherit;margin:0 0 15px;}.tpg-el-main-wrapper .list-layout-wrapper .offset-right .tpg-el-image-wrap{height:100px;}.rt-tpg-container .list-layout-wrapper .offset-left .entry-title-wrapper .entry-title{font-size:24px;}.rt-tpg-container .list-layout-wrapper .offset-right .entry-title-wrapper .entry-title{font-size:18px;}.tpg-el-main-wrapper.list-layout2-2-main .list-layout2,.tpg-el-main-wrapper.list-layout3-2-main .list-layout3,.tpg-el-main-wrapper.list-layout5-2-main .list-layout5 .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse;}.tpg-el-main-wrapper .list-layout-wrapper.list-layout2 .rt-holder .rt-el-content-wrapper,.tpg-el-main-wrapper .list-layout-wrapper.list-layout2-2 .rt-holder .rt-el-content-wrapper,.tpg-el-main-wrapper .list-layout-wrapper.list-layout2-3 .rt-holder .rt-el-content-wrapper,.tpg-el-main-wrapper .list-layout-wrapper.list-layout3 .rt-holder .rt-el-content-wrapper{align-items:flex-start !important;}.tags-visibility-default .list-layout2 .post-tags-links,.tags-visibility-default .list-layout2 .post-tags-links+.separator{display:none;}.rt-tpg-container .list-layout2 .offset-right .rt-holder .tpg-el-image-wrap{flex:0 0 107px;margin:0 15px 0 0;max-width:107px;}.tpg-el-main-wrapper .list-layout3 .offset-right .rt-holder .tpg-el-excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;}.tpg-el-main-wrapper .list-layout3 [class*=rt-col]{padding-bottom:15px;}.tpg-el-main-wrapper .list-layout3 .offset-left .tpg-el-image-wrap{height:390px;}.rt-tpg-container .list-layout3 .offset-right .rt-holder .tpg-el-image-wrap{flex:0 0 140px;height:110px;margin:0 15px 0 0;max-width:140px;}.tpg-el-main-wrapper .list-layout-wrapper.list-layout4 .rt-el-content-wrapper{align-items:inherit !important;}.rt-tpg-container .list-layout4 .post-right-content,.tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap{flex:0 0 50%;margin:0;}@media (min-width:768px){.tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap{height:400px;}}.rt-tpg-container .list-layout4 .post-right-content{display:flex;justify-content:center;margin:0;padding:30px 50px;text-align:center;}.rt-tpg-container .list-layout4 .entry-title-wrapper .categories-links .rt-separator{display:none;}.tpg-el-main-wrapper .list-layout4 [class*=rt-col]{padding-bottom:0;}@media (min-width:768px){.tpg-el-main-wrapper .list-layout4 [class*=rt-col]:nth-child(2n) .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse;}}@media (max-width:768px){.tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap{flex:0 0 150px;height:120px;}.rt-tpg-container .list-layout4 .post-right-content{flex:inherit;flex-grow:1;padding:0 0 0 20px;text-align:left;}.tpg-el-main-wrapper .list-layout-wrapper.list-layout4 .rt-holder .rt-el-content-wrapper{align-items:flex-start !important;}.tpg-el-main-wrapper .list-layout4 [class*=rt-col]{margin-bottom:30px;}}@media (max-width:500px){.tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap{flex:0 0 100px;height:100px;}}.rt-tpg-container .list-layout5 .post-right-content{display:block;overflow:hidden;padding-left:20px;}.tpg-el-main-wrapper.list-layout5-2-main .list-layout5 .post-right-content{padding-left:0;padding-right:20px;}.rt-tpg-container .list-layout5 .rt-holder .rt-img-holder{border-radius:50%;flex:0 0 100px;height:100px;margin-top:8px;}.rt-tpg-container .list-layout5 .entry-title-wrapper .entry-title{font-size:18px;}.tags-visibility-default .list-layout5 .rt-el-post-meta{color:#a5a6aa;font-size:14px;}.list-layout5 .entry-title-wrapper .tpg-separate-category .categories-links{color:#7a7e83;font-size:14px;font-weight:500;}.list-layout5 .entry-title-wrapper .tpg-separate-category .categories-links a{color:inherit;}.tpg-el-main-wrapper .list-layout5 [class*=rt-col]{padding-bottom:30px;}.rt-tpg-container .list-layout5 .post-right-content{flex:1;}.grid_hover_layout_wrapper .rt-row-inner{display:flex;flex-wrap:wrap;}.rt-tpg-container .rt-grid-hover-item .entry-title-wrapper .entry-title{font-size:20px;line-height:1.4;}.tpg-el-main-wrapper .rt-grid-hover-item .rt-holder .rt-el-content-wrapper{height:100%;overflow:hidden;padding:0;position:relative;width:100%;}.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;min-height:56px;padding:30px 30px 15px;position:absolute;right:0;transition:1.2s;width:100%;z-index:1;}.rt-tpg-container.slider-layout8-main .rt-grid-hover-item .rt-holder .grid-hover-content{border:20px solid transparent;max-height:100%;padding:5px 20px;}.rt-tpg-container.slider-layout8-main .rt-grid-hover-item .rt-holder:hover .grid-hover-content{border-color:hsla(0,0%,100%,.5);}.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content{padding-bottom:15px;}.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content>div:last-of-type{margin-bottom:0;}.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before{background:rgba(0,0,0,.7);bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transition:.4s ease-in-out;width:100%;z-index:-1;}.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after{background:rgba(0,0,0,.5);}.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content:before{opacity:0;visibility:hidden;}.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content:after{opacity:1;visibility:visible;}.rt-tpg-container .rt-grid-hover-item .entry-title-wrapper .entry-title,.rt-tpg-container .rt-grid-hover-item .rt-el-post-meta,.rt-tpg-container .rt-grid-hover-item .rt-el-post-meta a,.rt-tpg-container .rt-grid-hover-item .rt-holder .tpg-el-excerpt{color:#fff;}.grid_hover-layout11-main .rt-grid-hover-item .entry-title-wrapper .entry-title,.grid_hover-layout11-main .rt-grid-hover-item .rt-el-post-meta,.grid_hover-layout11-main .rt-grid-hover-item .rt-el-post-meta a,.grid_hover-layout11-main .rt-grid-hover-item .rt-holder .tpg-el-excerpt,.slider-layout9-main .rt-grid-hover-item .entry-title-wrapper .entry-title,.slider-layout9-main .rt-grid-hover-item .rt-el-post-meta,.slider-layout9-main .rt-grid-hover-item .rt-el-post-meta a,.slider-layout9-main .rt-grid-hover-item .rt-holder .tpg-el-excerpt{color:#000;}.grid_hover-layout11-main .rt-grid-hover-item .entry-title-wrapper .entry-title:hover,.rt-tpg-container .rt-grid-hover-item a:hover{color:var(--tpg-primary-color,#0d6efd);}.rt-tpg-container .rt-grid-hover-item .rt-holder .tpg-el-image-wrap{margin:0;}.rt-grid-hover-item .tpg-el-image-wrap{height:100%;}.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder .grid-hover-content .entry-title-wrapper .entry-title:before{transition:.5s ease-in-out;width:0;}.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content .entry-title-wrapper .entry-title:before{width:50%;}.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder .grid-hover-content{opacity:0;transition:.5s ease-in-out;}.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{opacity:1;}.grid-hover-overlay-type-fadeout-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{opacity:0;}.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-holder .grid-hover-content{left:-100%;transition:.5s ease-in-out;}.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{left:0;}.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{left:100%;}.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before{transition:.5s ease-in-out;}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before{background:var(--tpg-primary-color,#0d6efd);opacity:1;visibility:visible;}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after{content:none;}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content{height:100%;}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content,.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .tpg-el-image-wrap,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .rt-img-holder{transition:all .5s;}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .rt-img-holder img{transform:none !important;}.grid-hover-overlay-type-zoomin-on-hover .rt-tpg-container .rt-holder .grid-hover-content,.grid-hover-overlay-type-zoomout-on-hover .rt-tpg-container .rt-holder .grid-hover-content{transition:.5s ease-in-out;}.grid-hover-overlay-type-zoomin-on-hover .rt-tpg-container .rt-holder .grid-hover-content,.grid-hover-overlay-type-zoomout-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{opacity:0;transform:scale(0);}.grid-hover-overlay-type-zoomin-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{opacity:1;transform:scale(1);}.grid-hover-overlay-type-zoominall-on-hover .rt-tpg-container .rt-holder .grid-hover-content *,.grid-hover-overlay-type-zoomoutall-on-hover .rt-tpg-container .rt-holder .grid-hover-content *{transition:.4s ease-in-out !important;}.grid-hover-overlay-type-zoominall-on-hover .rt-tpg-container .rt-holder .grid-hover-content *,.grid-hover-overlay-type-zoomoutall-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content *{opacity:0;transform:scale(0);}.grid-hover-overlay-type-zoominall-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content *{opacity:1;transform:scale(1);}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content{backface-visibility:hidden;opacity:0;transform:rotateY(-180deg);}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .grid-hover-content{backface-visibility:visible;opacity:1;transform:rotateY(0deg);}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .rt-img-holder,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .grid-hover-content{opacity:0;transform:rotateY(180deg);visibility:hidden;}.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .rt-img-holder{backface-visibility:hidden;opacity:0;transform:rotateY(-180deg);}.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .rt-img-holder{backface-visibility:visible;opacity:1;transform:rotateY(0deg);}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .post-footer,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-el-post-meta,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-tpg-social-share,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .tpg-el-excerpt{margin-bottom:0;max-height:0;opacity:0;transition:.6s;visibility:hidden;}.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .grid-hover-content>div,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .post-footer,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .rt-el-post-meta,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .rt-tpg-social-share,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .tpg-el-excerpt{margin-bottom:15px;}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-el-post-meta{transition:all .6s,opacity .6s;}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .tpg-el-excerpt{transition:all .6s,opacity .5s;}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .post-footer{transition:all .6s,opacity .4s;}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-tpg-social-share{transition:all .6s,opacity .3s;}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .rt-el-post-meta{margin-bottom:15px;max-height:var(--tpg-meta-height,80px);opacity:1;visibility:visible;}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .grid-hover-content>div:last-child{margin-bottom:0 !important;}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .tpg-el-excerpt{max-height:var(--tpg-excerpt-height,140px);opacity:1;visibility:visible;}.rt-tpg-container .grid_hover_layout_wrapper .rt-holder:hover .rt-tpg-social-share{margin-bottom:15px;max-height:var(--tpg-share-height,50px);opacity:1;visibility:visible;}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .post-footer{max-height:var(--tpg-footer-height,50px);opacity:1;visibility:visible;}.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .post-footer,.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .rt-el-post-meta,.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .rt-tpg-social-share,.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .tpg-el-excerpt,.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout5 .rt-grid-hover-item .rt-holder .rt-el-post-meta{max-height:inherit;opacity:1;visibility:visible;}.meta-visibility-default .rt-tpg-container .grid_hover-layout1 .rt-grid-hover-item .rt-holder .rt-el-post-meta{max-height:inherit;}.rt-tpg-container .grid_hover-layout1 .rt-holder .tpg-el-image-wrap{height:300px;}.grid-hover-overlay-height-full .rt-tpg-container .rt-content-loader .rt-grid-hover-item .rt-holder .grid-hover-content{min-height:100%;}.grid-hover-overlay-height-full .rt-tpg-container.grid_hover-layout2-main .rt-content-loader .rt-grid-hover-item .rt-holder .grid-hover-content{min-height:calc(100% - 30px);}.hover-overlay-height-default .rt-tpg-container .grid_hover-layout1 .rt-grid-hover-item .rt-holder:hover .grid-hover-content,.hover-overlay-height-full .rt-tpg-container .rt-content-loader .rt-grid-hover-item .rt-holder:hover .grid-hover-content{min-height:100%;transition:.5s;}.rt-tpg-container .grid_hover-layout1 .entry-title-wrapper .entry-title{font-size:20px;line-height:1.4;}.meta-visibility-default .rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder .rt-el-post-meta{margin-bottom:7px;max-height:inherit;}.rt-tpg-container .grid_hover-layout2 .rt-holder .tpg-el-image-wrap img{height:300px;}.rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder .post-footer,.rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder .tpg-el-excerpt,.tpg-el-main-wrapper .grid_hover-layout2 .rt-holder .rt-tpg-social-share{margin-bottom:0;max-height:0;overflow:hidden;transition:.6s;}.tpg-el-main-wrapper .grid_hover-layout2 .rt-holder:hover .rt-tpg-social-share{margin-bottom:15px;max-height:50px;}.rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder:hover .post-footer{max-height:50px;}.hover-overlay-height-full .rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder:hover .grid-hover-content{min-height:100%;}.hover-overlay-height-full .rt-tpg-container.grid_hover-layout2-main .grid_hover-layout2 .rt-grid-hover-item .rt-holder:hover .grid-hover-content{min-height:calc(100% - 30px);}.rt-tpg-container .grid_hover-layout2 .rt-holder .grid-hover-content{justify-content:center;margin:15px;padding:20px;text-align:center;width:calc(100% - 30px);}.rt-tpg-container .grid_hover-layout3 .tpg-el-image-wrap{height:300px;}.rt-tpg-container .grid_hover-layout3 .rt-grid-hover-item .rt-holder .grid-hover-content{justify-content:center;min-height:100%;padding:20px 30px;text-align:center;}.tpg-title-border-show .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title{margin-bottom:20px;position:relative;}.tpg-title-border-show .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before{background-color:#fff;bottom:-16px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:.4s;width:50%;}.tpg-title-border-show.title-alignment-justify .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before,.tpg-title-border-show.title-alignment-left .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before,.tpg-title-border-show.tpg-wrapper-align-left .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before{left:0;transform:none;}.tpg-title-border-show.title-alignment-right .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before,.tpg-title-border-show.tpg-wrapper-align-right .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before{right:0;transform:none;}.elementor-template-full-width .site-content .ast-container,.page-template-rttpg_full_width .site-content .ast-container{max-width:100%;padding:0;width:100%;}.tpg-el-main-wrapper .tgp-cf-field-label{display:inline-block;float:none;}.tpg-el-main-wrapper .tpg-cf-fields{display:block;}.tpg-el-main-wrapper .tgp-cf-field-value{display:inline;}.tpg-el-main-wrapper .tpg-cf-group-title{color:inherit;}.tpg-acf-align-left .rt-tpg-container .acf-custom-field-wrap{text-align:left;}.grid-layout6 .acf-custom-field-wrap,.list-layout4 .acf-custom-field-wrap,.tpg-acf-align-center .rt-tpg-container .acf-custom-field-wrap{text-align:center;}.tpg-acf-align-right .rt-tpg-container .acf-custom-field-wrap{text-align:right;}.tpg-el-main-wrapper .rt-content-loader .tpg-reset-margin{padding:0 !important;}.rttpg-block-wrapper{margin-left:-15px;margin-right:-15px;}.edit-post-visual-editor .rttpg-block-wrapper{margin-left:0;margin-right:0;}.page-template-rttpg_canvas,.page-template-rttpg_full_width{overflow-x:hidden;}@media (max-width:991px){.tpg-el-main-wrapper .offset-left{margin-bottom:15px;}}@media (max-width:767px){.tpg-el-main-wrapper.slider-layout11-main .rt-holder .tpg-el-excerpt,.tpg-el-main-wrapper.slider-layout12-main .rt-holder .tpg-el-excerpt{display:none;}}.page-template-rttpg_canvas .rttpg-block-wrapper,.page-template-rttpg_full_width .rttpg-block-wrapper{margin-left:0;margin-right:0;}.rttpg-fullwidth-page{width:100vw;}@media (min-width:1200px){.rttpg-block-postgrid.alignfull{margin-left:auto;margin-right:auto;max-width:100%;width:100%;}.rttpg-block-postgrid.alignwide{margin-left:auto;margin-right:auto;max-width:100%;width:80%;}html :where(.wp-block)[data-align=full]{max-width:none !important;}}.tpg-prev-next-space-between .rt-pagination-wrap div,.tpg-prev-next-space-between .rt-pagination-wrap ul{width:100%;}.tpg-prev-next-space-between .rt-pagination-wrap .rt-pagination .pagination-list,.tpg-prev-next-space-between .rt-pagination-wrap ul{display:flex;justify-content:space-between;}.tpg-prev-next-absolute .rt-pagination-wrap{pointer-events:none;}.tpg-prev-next-absolute .rt-pagination-wrap a,.tpg-prev-next-absolute .rt-pagination-wrap li{pointer-events:all;}.tpg-border-bottom-enable .tpg-el-main-wrapper .tpg-post-holder{border-bottom:1px solid #ddd;padding-bottom:30px;}.tpg-border-bottom-enable .tpg-el-main-wrapper [class*=rt-col]:last-child .tpg-post-holder{border-bottom:none !important;padding-bottom:0 !important;}.swiper{overflow:hidden;}.tpg-img-230 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-230 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:230px !important;}.tpg-img-160 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-160 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:160px !important;}.tpg-img-180 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-180 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:180px !important;}.tpg-img-240 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-240 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:240px !important;}.tpg-img-260 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-260 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:260px !important;}.tpg-img-400 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-400 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:400px !important;}.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:500px !important;}.tpg-img-650 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-650 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:650px !important;}@media (min-width:992px){.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:500px !important;}}@media (min-width:1201px){.tpg-list-260 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:260px;width:260px;}}.tpg-m-15{margin-bottom:15px !important;margin-top:15px !important;}.tpg-m-10{margin-bottom:10px !important;margin-top:10px !important;}.tpg-style-1 .rt-tpg-container .rt-holder{border:10px solid #fff;border-radius:7px;box-shadow:0 15px 40px 0 rgba(0,0,0,.25);}.img-radius-4 .rt-tpg-container .rt-holder .rt-img-holder,.tpg-style-1 .rt-tpg-container .rt-holder .rt-img-holder{border-radius:4px;}.tpg-reverse .offset-right .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse !important;}.tpg-reverse .offset-right .rt-holder .tpg-el-image-wrap{margin:0 0 0 15px !important;}.thumb-border-bottom .rt-holder .tpg-el-image-wrap{border-bottom:1px solid #ededed;}.offset-image-right .rt-tpg-container .offset-right .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse !important;}.offset-image-right .tpg-el-main-wrapper .offset-right .tpg-el-image-wrap{margin:0 0 0 15px !important;}.tpg-radius-5{border-radius:5px;overflow:hidden;}.tpg-social.elementor-widget-social-icons .elementor-grid{justify-content:stretch;width:100%;}.tpg-social .elementor-grid .elementor-grid-item{min-width:0;width:100%;}.tpg-social .elementor-icon.elementor-social-icon{width:100%;}.tpg-img-160 .tpg-el-main-wrapper .tpg-separate-category .categories-links a{border-radius:3px;}.mb-none-all div{margin-bottom:0 !important;}.tpg-mxa-720 .grid-hover-content>div{margin-left:auto;margin-right:auto;max-width:720px;}.z-index{position:relative;z-index:999;}@media (min-width:1300px){.tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:nth-child(2),.tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:nth-child(3){width:25%;}.tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:first-child{width:50%;}.tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:first-child .entry-title a{font-size:130%;}.tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:first-child,.tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:nth-child(3){width:25%;}.tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:nth-child(2){width:50%;}.tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:nth-child(2) .entry-title a{font-size:130%;}.tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:first-child,.tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:nth-child(2){width:25%;}.tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:nth-child(3){width:50%;}.tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:nth-child(3) .entry-title a{font-size:130%;}}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right;}.woocommerce .col2-set,.woocommerce-page .col2-set{zoom:1;width:100%;}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table;}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both;}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%;}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%;}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%;}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%;}.woocommerce #content div.product div.thumbnails,.woocommerce div.product div.thumbnails,.woocommerce-page #content div.product div.thumbnails,.woocommerce-page div.product div.thumbnails{zoom:1;}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table;}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both;}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em;}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0;}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both;}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none;}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%;}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%;}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%;}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none;}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both;}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1;}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table;}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block;}.woocommerce #content div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment{zoom:1;}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table;}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both;}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto;}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;column-gap:20px;}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;width:100%;padding:0;position:relative;}.woocommerce ul.products:not(.elementor-grid),.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(4,1fr);}.woocommerce ul.products:not(.elementor-grid).columns-1,.woocommerce-page ul.products:not(.elementor-grid).columns-1{grid-template-columns:repeat(1,minmax(0,1fr));width:100%;margin-right:0;}.woocommerce ul.products:not(.elementor-grid).columns-2,.woocommerce-page ul.products:not(.elementor-grid).columns-2{grid-template-columns:repeat(2,minmax(0,1fr));}.woocommerce ul.products:not(.elementor-grid).columns-3,.woocommerce-page ul.products:not(.elementor-grid).columns-3{grid-template-columns:repeat(3,minmax(0,1fr));}.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(5,minmax(0,1fr));}.woocommerce ul.products:not(.elementor-grid).columns-6,.woocommerce-page ul.products:not(.elementor-grid).columns-6{grid-template-columns:repeat(6,minmax(0,1fr));}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{zoom:1;}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table;}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both;}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block;}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto;}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right;}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px;}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left;display:flex;margin:0 auto;}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none;}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px;}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto;}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{zoom:1;width:100%;}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table;}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both;}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left;}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left;}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none;}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px);}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both;}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0;}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;zoom:1;clear:right;float:right;}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table;}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both;}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%;}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%;}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{zoom:1;}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table;}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both;}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto;}.woocommerce form .form-row,.woocommerce-page form .form-row{zoom:1;}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table;}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both;}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block;}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline;}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%;}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%;}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible;}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left;}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right;}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both;}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto;}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em;}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right;}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{zoom:1;}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table;}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both;}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em;}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative;}.review-rating{order:2;}.star-rating{margin-right:10px;}.review-count{margin-left:10px;font-size:14px;margin-top:-6px;}@media (max-width:544px){.review-rating{display:block;}.review-count{margin-left:0;margin-top:0;}}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%;}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%;}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px;}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid var(--ast-border-color);width:100%;margin:10px 0;}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0;}@keyframes spin{100%{transform:rotate(360deg);}}@keyframes dotPulse{0%{transform:scale(.1);opacity:0;}50%{opacity:1;}to{transform:scale(1.2);opacity:0;}}.woocommerce-store-notice,p.demo_store{position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none;}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline;}.woocommerce-store-notice[data-position=bottom],p.demo_store[data-position=bottom]{bottom:0;top:initial;}.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;width:1px;word-wrap:normal !important;}.clear{clear:both;}.ast-site-header-cart,.woocommerce .ast-site-header-cart{position:relative;list-style-type:none;margin-left:0;padding-left:0;margin-bottom:0;order:1;cursor:pointer;}.ast-site-header-cart:focus .widget_shopping_cart,.ast-site-header-cart:hover .widget_shopping_cart,.woocommerce .ast-site-header-cart:focus .widget_shopping_cart,.woocommerce .ast-site-header-cart:hover .widget_shopping_cart{right:0;left:auto;}.ast-site-header-cart .ast-shopping-cart-icon,.woocommerce .ast-site-header-cart .ast-shopping-cart-icon{display:initial;vertical-align:middle;}.ast-site-header-cart .ast-shopping-cart-icon:before,.woocommerce .ast-site-header-cart .ast-shopping-cart-icon:before{content:"";font-family:Astra;font-size:18px;font-size:1.2857rem;}.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons,.woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons{margin:1.41575em;}.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a,.woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a{width:100%;}.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a.button,.woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a.button{text-align:center;}.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .ast-mini-cart-message .woocommerce-mini-cart__empty-message,.woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .ast-mini-cart-message .woocommerce-mini-cart__empty-message{text-align:center;margin-bottom:0;}.ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart_content>ul,.woocommerce .ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart_content>ul{text-align:left;width:auto;position:relative;left:auto;top:auto;border-top:0;}.ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message,.woocommerce .ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message{text-align:left;}.ast-site-header-cart .widget_shopping_cart,.woocommerce .ast-site-header-cart .widget_shopping_cart{position:absolute;top:100%;width:280px;z-index:999999;font-size:.875em;left:-999em;display:block;line-height:1.618;transition:all .3s ease;transition:all .3s ease;opacity:0;visibility:hidden;}.ast-site-header-cart .widget_shopping_cart:after,.ast-site-header-cart .widget_shopping_cart:before,.woocommerce .ast-site-header-cart .widget_shopping_cart:after,.woocommerce .ast-site-header-cart .widget_shopping_cart:before{bottom:99.9%;left:auto;right:8px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}.ast-site-header-cart .widget_shopping_cart:after,.woocommerce .ast-site-header-cart .widget_shopping_cart:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:6px;margin-left:-6px;margin-bottom:-.3px;}.ast-site-header-cart .widget_shopping_cart:before,.woocommerce .ast-site-header-cart .widget_shopping_cart:before{border-color:rgba(230,230,230,0);border-bottom-color:var(--ast-border-color);border-width:7px;margin-left:-12px;right:7px;}.ast-site-header-cart .widget_shopping_cart .widget_shopping_cart_content>.woocommerce-mini-cart__empty-message,.woocommerce .ast-site-header-cart .widget_shopping_cart .widget_shopping_cart_content>.woocommerce-mini-cart__empty-message{display:none;}.ast-site-header-cart .widget_shopping_cart .product_list_widget,.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget{padding:1em 1.5em;max-height:500px;max-height:50vh;overflow-y:auto;}.ast-site-header-cart .widget_shopping_cart .product_list_widget li,.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li{padding:.5em 2em .5em 5em;border-bottom:1px solid var(--ast-border-color);}.ast-site-header-cart .widget_shopping_cart .product_list_widget li .remove,.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li .remove{top:.4em;}.ast-site-header-cart .widget_shopping_cart .product_list_widget li:last-child,.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li:last-child{border-bottom:0;}.ast-site-header-cart .widget_shopping_cart .product_list_widget li img,.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li img{max-width:4em;margin:0 0 .5em 0;}.ast-site-header-cart .widget_shopping_cart p.buttons,.ast-site-header-cart .widget_shopping_cart p.total,.woocommerce .ast-site-header-cart .widget_shopping_cart p.buttons,.woocommerce .ast-site-header-cart .widget_shopping_cart p.total{padding:1em 1.5em;margin:0;text-align:center;}.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message,.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message{margin:1.41575em;}.ast-site-header-cart .widget_shopping_cart .cart_list a,.woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a{padding:0;}.ast-site-header-cart .widget_shopping_cart .cart_list a.remove,.woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a.remove{border-width:1px;}.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total,.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total{display:flex;justify-content:space-between;}.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total strong,.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total strong{width:40%;text-align:left;font-weight:500;}.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount,.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount{width:60%;text-align:right;}.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount,.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount{padding-left:.5em;}.ast-site-header-cart:focus .widget_shopping_cart,.ast-site-header-cart:hover .widget_shopping_cart{opacity:1;visibility:visible;}.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .quantity,.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .variation,.ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list .quantity,.ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list .variation,.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .quantity,.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .variation{margin-bottom:.4em;}.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove,.ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list a.remove,.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove{color:var(--ast-global-color-3);}.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover,.ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover,.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover{color:var(--ast-global-color-3);}.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart,.below-header-section-1 .ast-site-header-cart .widget_shopping_cart,.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart,.site-header-section-left .ast-site-header-cart .widget_shopping_cart,.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart,.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart,.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart,.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart{right:auto;left:0;transition:left 0s;}.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,.below-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,.below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:after,.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,.site-header-section-left .ast-site-header-cart .widget_shopping_cart:after,.site-header-section-left .ast-site-header-cart .widget_shopping_cart:before,.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:after,.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:after,.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before{left:15px;right:auto;}.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,.below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,.site-header-section-left .ast-site-header-cart .widget_shopping_cart:before,.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before{left:11px;right:auto;}.ast-cart-menu-wrap{display:inline-block;line-height:1;}.ast-cart-menu-wrap .count{font-weight:700;position:relative;display:inline-block;vertical-align:middle;text-align:center;min-width:2.1em;min-height:2.1em;font-size:.86em;line-height:1.8;border-radius:0 0 .3em .3em;border-width:2px;border-style:solid;padding:0 .4em;}.ast-cart-menu-wrap .count:after{bottom:100%;margin-bottom:0;height:.8em;width:.8em;left:50%;transform:translateX(-50%);top:-.6em;content:" ";position:absolute;pointer-events:none;border-width:2px;border-style:solid;border-top-left-radius:10em;border-top-right-radius:10em;border-bottom:0;}.ast-woocommerce-cart-menu .main-header-menu .woocommerce-custom-menu-item li:hover>a.remove{color:#ccc;}.ast-woocommerce-cart-menu .header-main-layout-1.ast-no-menu-items .ast-site-header-cart{flex:1;}.ast-woocommerce-cart-menu .header-main-layout-1.ast-no-menu-items .ast-site-header-cart .ast-site-header-cart-li{text-align:right;}.ast-woocommerce-cart-menu .header-main-layout-3.ast-no-menu-items .ast-site-header-cart{flex:1;}.ast-woocommerce-cart-menu .header-main-layout-3.ast-no-menu-items .ast-site-header-cart .ast-site-header-cart-li{text-align:left;}.ast-woocommerce-cart-menu .header-main-layout-2 .main-header-container{display:flex;justify-content:center;}.ast-woocommerce-cart-menu .header-main-layout-2 .site-branding{flex:0 0 100%;}.ast-header-break-point .woocommerce-custom-menu-item .ast-cart-menu-wrap{width:2em;height:2em;font-size:1.4em;line-height:2;vertical-align:middle;text-align:right;}.ast-header-break-point .ast-button-wrap .main-header-menu-toggle{font-size:1.4em;}.ast-header-break-point .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-header-break-point .ast-site-header-cart .widget_shopping_cart{display:none;}.ast-header-break-point.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3 .ast-site-header-cart{padding:0 0 1em 1em;}.ast-header-break-point.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-site-header-cart{padding:0;}.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item{margin-bottom:0;margin-top:0;}.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart{padding:0;}.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart a{border:none;display:inline-block;}.woocommerce-js .blockUI.blockOverlay{position:relative;}.woocommerce-js .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/loader.svg") center center;background-size:cover;background-color:var(--ast-global-color-secondary,--ast-global-color-5);line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75);}.woocommerce-js .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/loader.svg") center center;background-size:cover;background-color:var(--ast-global-color-secondary,--ast-global-color-5);line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75);}.woocommerce-js h2{margin-bottom:.7em;}.woocommerce-js a.remove{position:relative;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;font-size:18px;width:20px;height:20px;text-align:center;line-height:21px;border-radius:100%;color:var(--ast-global-color-3);text-decoration:none;opacity:.5;}.woocommerce-js a.remove .ahfb-svg-iconset{transform:scale(.7);transition:none;}.woocommerce-js a.remove .ahfb-svg-iconset .ast-close-svg{width:100%;height:100%;}.woocommerce-js a.remove:before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;border:1px solid var(--ast-global-color-3);border-radius:100%;transition:all .2s linear;}.woocommerce-js a.remove:hover{color:var(--ast-global-color-3);opacity:1;}.woocommerce-js a.remove:hover:before{border-color:var(--ast-global-color-3);}.woocommerce-js small.note{display:block;color:#777;font-size:.857em;margin-top:10px;}.woocommerce-js .woocommerce-breadcrumb{zoom:1;margin:0 0 1em;padding:0;font-size:.92em;color:#777;}.woocommerce-js .woocommerce-breadcrumb::after,.woocommerce-js .woocommerce-breadcrumb::before{content:" ";display:table;}.woocommerce-js .woocommerce-breadcrumb::after{clear:both;}.woocommerce-js .woocommerce-breadcrumb a{color:#777;}.woocommerce-js .quantity input[type=email],.woocommerce-js .quantity input[type=number],.woocommerce-js .quantity input[type=text]{padding:.3em;}.woocommerce-js .quantity input[type=email]:focus,.woocommerce-js .quantity input[type=number]:focus,.woocommerce-js .quantity input[type=text]:focus{outline:0;border-color:var(--ast-border-color);}.woocommerce-js .quantity .qty{width:3.631em;text-align:center;min-height:35px;}.woocommerce-js div.product{margin-bottom:0;position:relative;}.woocommerce-js div.product .product_title{clear:none;margin-top:0;padding:0;}.woocommerce-js div.product p.price,.woocommerce-js div.product span.price{color:#77a464;font-size:1.5rem;font-weight:700;margin:0 0 .2em;}.woocommerce-js div.product p.price ins,.woocommerce-js div.product span.price ins{background:inherit;font-weight:700;display:inline-block;text-decoration:inherit;}.woocommerce-js div.product p.price del,.woocommerce-js div.product span.price del{opacity:.5;font-weight:400;display:initial;}.woocommerce-js div.product p.ast-stock-detail,.woocommerce-js div.product p.stock{font-size:1em;}.woocommerce-js div.product p.ast-stock-detail .ast-stock-avail,.woocommerce-js div.product p.stock .ast-stock-avail{font-weight:700;}.woocommerce-js div.product .stock{color:#77a464;}.woocommerce-js div.product .out-of-stock{color:red;}.woocommerce-js div.product .product_title{margin:0 0 .5em 0;}.woocommerce-js div.product .product_meta{border-top:1px solid var(--ast-border-color);padding-top:.5em;font-size:.9em;margin:0 0 .8em;}.woocommerce-js div.product .product_meta>span{display:inline-block;margin-right:15px;align-items:center;font-weight:500;text-decoration:inherit;}.woocommerce-js div.product .product_meta>span>*{font-weight:400;}.woocommerce-js div.product .woocommerce-product-rating{margin:0 0 .5em;}.woocommerce-js div.product div.images{margin-bottom:2em;}.woocommerce-js div.product div.images img{display:block;width:100%;height:auto;box-shadow:none;}.woocommerce-js div.product div.images div.thumbnails{padding-top:1em;}.woocommerce-js div.product div.images.woocommerce-product-gallery{position:relative;}.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport{transform-style:preserve-3d;margin-bottom:1em;}.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0;}.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;}.woocommerce-js div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block;}.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:var(--ast-global-color-primary,var(--ast-global-color-5));text-indent:-9999px;border-radius:100%;box-sizing:content-box;backface-visibility:hidden;}.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid var(--ast-global-color-3);border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box;}.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:var(--ast-global-color-3);border-radius:6px;position:absolute;top:19px;left:22px;transform:rotate(-45deg);box-sizing:content-box;}.woocommerce-js div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0;}.woocommerce-js div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none;}.woocommerce-js div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0;}.woocommerce-js div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce-js div.product div.images .flex-control-thumbs li img:hover{opacity:1;}.woocommerce-js div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:32%;width:calc(33.33% - .7em);margin-right:1em;margin-bottom:1em;}.woocommerce-js div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left;}.woocommerce-js div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n){margin-right:0;}.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:24%;width:calc(25% - .75em);margin-right:1em;margin-bottom:1em;}.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left;}.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n){margin-right:0;}.woocommerce-js div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:18.5%;width:calc(20% - .8em);margin-right:1em;margin-bottom:1em;}.woocommerce-js div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left;}.woocommerce-js div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n){margin-right:0;}.woocommerce-js div.product div.summary{margin-bottom:2em;}.woocommerce-js div.product div.summary .single-product-category{display:block;line-height:1;margin-bottom:1em;}.woocommerce-js div.product div.summary .woocommerce-product-details__short-description :last-child{margin-bottom:1em;}.woocommerce-js div.product div.social{text-align:right;margin:0 0 1em;}.woocommerce-js div.product div.social span{margin:0 0 0 2px;}.woocommerce-js div.product div.social span span{margin:0;}.woocommerce-js div.product div.social span .stButton .chicklets{padding-left:16px;width:0;}.woocommerce-js div.product div.social iframe{float:left;margin-top:3px;}.woocommerce-js div.product .woocommerce-tabs{padding-top:2em;margin-bottom:4em;width:100%;}.woocommerce-js div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0;margin:0 0 1em;overflow:hidden;position:relative;}.woocommerce-js div.product .woocommerce-tabs ul.tabs:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-color:var(--ast-border-color);}.woocommerce-js div.product .woocommerce-tabs ul.tabs li{border:0;background:0 0;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;border-radius:0;margin:0 1em 0 0;padding:0;}.woocommerce-js div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none;}.woocommerce-js div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6a6b;}.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active{z-index:2;border-bottom-color:#fff;}.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a{text-shadow:inherit;}.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::before{content:" ";position:absolute;width:100%;height:3px;box-shadow:none;top:0;left:0;border-radius:0;}.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::after{border:none;box-shadow:none;}.woocommerce-js div.product .woocommerce-tabs ul.tabs li::after,.woocommerce-js div.product .woocommerce-tabs ul.tabs li::before{content:" ";position:absolute;bottom:-1px;width:5px;height:5px;border:none;box-shadow:none;}.woocommerce-js div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid var(--ast-border-color);z-index:1;}.woocommerce-js div.product .woocommerce-tabs ul.tabs li::after,.woocommerce-js div.product .woocommerce-tabs ul.tabs.tabs::before{display:none;border:0;}.woocommerce-js div.product .woocommerce-tabs .panel{margin:0 0 1.2em;padding:0;}.woocommerce-js div.product .woocommerce-tabs .shop_attributes{border-style:solid;}.woocommerce-js div.product .woocommerce-tabs .shop_attributes p{padding:0;}.woocommerce-js div.product .woocommerce-tabs .shop_attributes td,.woocommerce-js div.product .woocommerce-tabs .shop_attributes th{padding:.67em 1.34em;border-color:var(--ast-border-color);}.woocommerce-js div.product .woocommerce-tabs .shop_attributes th{border-left-width:1px;border-style:solid;padding-left:.9em;color:var(--ast-global-color-2);}.woocommerce-js div.product .woocommerce-tabs .shop_attributes td{font-style:normal;border-style:solid;}.woocommerce-js div.product #reviews #comments{width:100%;}.woocommerce-js div.product #reviews #review_form_wrapper{width:100%;padding-left:0;}.woocommerce-js div.product #reviews #respond p.comment-form-author,.woocommerce-js div.product #reviews #respond p.comment-form-email{margin-bottom:1em;}@media (min-width:1201px){.woocommerce-js div.product #reviews .comment-form-author,.woocommerce-js div.product #reviews .comment-form-email{width:49%;display:inline-block;}.woocommerce-js div.product #reviews .comment-form-author input,.woocommerce-js div.product #reviews .comment-form-email input{width:100%;}.woocommerce-js div.product #reviews .comment-form-author{float:left;}.woocommerce-js div.product #reviews .comment-form-email{float:right;}.woocommerce-js div.product #reviews .comment-form-cookies-consent{clear:both;}}.woocommerce-js div.product p.cart{margin-bottom:2em;zoom:1;}.woocommerce-js div.product p.cart::after,.woocommerce-js div.product p.cart::before{content:" ";display:table;}.woocommerce-js div.product p.cart::after{clear:both;}.woocommerce-js div.product form.cart{zoom:1;}.woocommerce-js div.product form.cart .ast-woo-single-cart-button-wrap{display:flex;align-items:center;flex-wrap:wrap;}.woocommerce-js div.product form.cart::after,.woocommerce-js div.product form.cart::before{content:" ";display:table;}.woocommerce-js div.product form.cart::after{clear:both;}.woocommerce-js div.product form.cart div.quantity{float:left;margin:0 1em 1em 0;}.woocommerce-js div.product form.cart table{border-width:0 0 1px;margin:0 0 1em;}.woocommerce-js div.product form.cart table td{padding-left:0;}.woocommerce-js div.product form.cart table div.quantity{float:none;margin:0;}.woocommerce-js div.product form.cart table small.stock{display:block;float:none;}.woocommerce-js div.product form.cart .variations{border-bottom:1px solid var(--ast-border-color);position:relative;margin-bottom:1em;width:100%;}.woocommerce-js div.product form.cart .variations td,.woocommerce-js div.product form.cart .variations th{border:0;vertical-align:top;line-height:2em;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;display:block;}.woocommerce-js div.product form.cart .variations tr{margin-bottom:.5em;}.woocommerce-js div.product form.cart .variations th{margin-bottom:.5em;padding-left:0;}.woocommerce-js div.product form.cart .variations label{font-weight:700;}.woocommerce-js div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;width:100%;}.woocommerce-js div.product form.cart .variations td.label{vertical-align:middle;margin-top:8px;margin-bottom:1px;}.woocommerce-js div.product form.cart .woocommerce-variation-description p{margin-bottom:1em;}.woocommerce-js div.product form.cart .reset_variations{all:initial;font-family:inherit;visibility:hidden;position:static;display:inline-block;color:inherit;opacity:.6;font-size:.75rem;text-transform:uppercase;cursor:pointer;}.woocommerce-js div.product form.cart .wc-no-matching-variations{display:none;}.woocommerce-js div.product form.cart .button{vertical-align:middle;float:left;width:auto;margin-bottom:1em;}.woocommerce-js div.product form.cart .button.single_add_to_cart_button{padding:10px 20px;}.woocommerce-js div.product form.cart .group_table tr:last-child td{border-bottom:0;}.woocommerce-js div.product form.cart .group_table td.label{padding:.5em;font-size:.8rem;line-height:1.3;font-weight:700;}.woocommerce-js div.product form.cart .group_table td{vertical-align:middle;padding-bottom:.5em;border-right:0;border-bottom:1px solid var(--ast-border-color);}.woocommerce-js div.product form.cart .group_table td:first-child{text-align:left;width:4em;}.woocommerce-js div.product form.cart .group_table td.price{padding-left:.8em;font-weight:700;font-size:.9rem;}.woocommerce-js div.product form.cart .group_table td.price del{opacity:.5;}.woocommerce-js div.product form.cart .group_table .button{padding:.8em;font-weight:400;font-size:.9rem;white-space:nowrap;}.woocommerce-js div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5);}.woocommerce-js div.product form.cart p.stock{line-height:1.3;margin-bottom:.8em;font-size:.9em;}.woocommerce-js div.product form.cart .single_variation_wrap{width:100%;}.woocommerce-js div.product form.cart .single_variation_wrap p{margin-bottom:1em;}.woocommerce-js div.product form.cart .single_variation_wrap .single_variation{margin-bottom:1.2em;border-top:1px solid var(--ast-border-color);border-top:0;padding-top:0;}.woocommerce-js div.product span.onsale{min-height:3.5em;min-width:3.5em;line-height:3.5em;}.woocommerce-js div.product .related.products,.woocommerce-js div.product .woocommerce-tabs{display:block;}.woocommerce-js span.onsale{min-width:3em;min-height:3em;line-height:3em;padding:0;font-size:.8em;font-weight:400;position:absolute;text-align:center;top:.5em;left:.5em;margin:0;border-radius:100%;background-color:#77a464;color:#fff;-webkit-font-smoothing:antialiased;z-index:9;}.woocommerce-js.single-product .sale>span.onsale{font-size:1em;left:-.5em;}.woocommerce-js.single-product .sale:not(.ast-product-gallery-layout-vertical-slider)>span.onsale{top:-.5em;}.woocommerce-js .products ul,.woocommerce-js ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both;}.woocommerce-js .products ul::after,.woocommerce-js .products ul::before,.woocommerce-js ul.products::after,.woocommerce-js ul.products::before{width:0;}.woocommerce-js .products ul li,.woocommerce-js ul.products li{list-style:none outside;}.woocommerce-js ul.products li.product.product-category{padding-bottom:0;}.woocommerce-js ul.products li.product.product-category a{height:100%;}.woocommerce-js ul.products li.product.product-category a img{height:100%;object-fit:cover;}.woocommerce-js ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0;}.woocommerce-js ul.products li.product .woocommerce-loop-category__title,.woocommerce-js ul.products li.product .woocommerce-loop-product__title,.woocommerce-js ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em;}.woocommerce-js ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none;}.woocommerce-js ul.products li.product a img.show-on-hover{width:0;height:0;object-fit:cover;}.woocommerce-js ul.products li.product strong{display:block;}.woocommerce-js ul.products li.product .star-rating{font-size:.857em;}.woocommerce-js ul.products li.product .button{margin-top:1em;}.woocommerce-js ul.products li.product .price{color:#77a464;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em;}.woocommerce-js ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block;}.woocommerce-js ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block;text-decoration:inherit;}.woocommerce-js ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(132,132,132,.5);}.woocommerce-js ul.products li.product a.ast-loop-product__link{display:inline-block;width:100%;}.woocommerce-js ul.products li.product:hover .show-on-hover{width:100%;height:100%;}.woocommerce-js .woocommerce-result-count{margin:1em 0 1em;line-height:1;}.woocommerce-js .woocommerce-ordering{margin:0 0 1.5em;}.woocommerce-js .woocommerce-ordering select{vertical-align:top;}.woocommerce-js nav.woocommerce-pagination ul{flex-wrap:wrap;justify-content:center;white-space:normal;padding:0;border:0;margin:1px;}.woocommerce-js nav.woocommerce-pagination ul li{margin:0 2px 2px 0;border:1px solid var(--ast-border-color);padding:0;display:inline-block;overflow:hidden;}.woocommerce-js nav.woocommerce-pagination ul li a,.woocommerce-js nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;padding:.75em;line-height:1;font-size:1em;font-weight:400;text-align:center;display:block;min-width:2.5em;}.woocommerce-js nav.woocommerce-pagination ul li a:focus,.woocommerce-js nav.woocommerce-pagination ul li a:hover,.woocommerce-js nav.woocommerce-pagination ul li span.current{background:#ebe9eb;color:#8a7e88;}.woocommerce-js #respond input#submit,.woocommerce-js a.button,.woocommerce-js button.button,.woocommerce-js input.button{margin:0;position:relative;overflow:visible;left:auto;display:inline-block;background-image:none;box-shadow:none;text-shadow:none;}.woocommerce-js #respond input#submit.nitro-lazy,.woocommerce-js a.button.nitro-lazy,.woocommerce-js button.button.nitro-lazy,.woocommerce-js input.button.nitro-lazy{background-image:none !important;}.woocommerce-js #respond input#submit.loading,.woocommerce-js a.button.loading,.woocommerce-js button.button.loading,.woocommerce-js input.button.loading{opacity:.25;}.woocommerce-js #respond input#submit.loading::after,.woocommerce-js a.button.loading::after,.woocommerce-js button.button.loading::after,.woocommerce-js input.button.loading::after{display:inline-block;content:"";position:relative;top:0;right:-.5em;left:auto;width:.8em;height:.8em;background-color:var(--ast-global-color-primary,var(--ast-global-color-5));background-image:none;border-radius:100%;animation:dotPulse .65s 0s infinite cubic-bezier(.21,.53,.56,.8);}.woocommerce-js #respond input#submit.added::after,.woocommerce-js a.button.added::after,.woocommerce-js button.button.added::after,.woocommerce-js input.button.added::after{font-family:WooCommerce;content:"";margin-left:.53em;vertical-align:bottom;}.woocommerce-js #respond input#submit.alt.disabled,.woocommerce-js #respond input#submit.alt.disabled:hover,.woocommerce-js #respond input#submit.alt:disabled,.woocommerce-js #respond input#submit.alt:disabled:hover,.woocommerce-js #respond input#submit.alt:disabled[disabled],.woocommerce-js #respond input#submit.alt:disabled[disabled]:hover,.woocommerce-js a.button.alt.disabled,.woocommerce-js a.button.alt.disabled:hover,.woocommerce-js a.button.alt:disabled,.woocommerce-js a.button.alt:disabled:hover,.woocommerce-js a.button.alt:disabled[disabled],.woocommerce-js a.button.alt:disabled[disabled]:hover,.woocommerce-js button.button.alt.disabled,.woocommerce-js button.button.alt.disabled:hover,.woocommerce-js button.button.alt:disabled,.woocommerce-js button.button.alt:disabled:hover,.woocommerce-js button.button.alt:disabled[disabled],.woocommerce-js button.button.alt:disabled[disabled]:hover,.woocommerce-js input.button.alt.disabled,.woocommerce-js input.button.alt.disabled:hover,.woocommerce-js input.button.alt:disabled,.woocommerce-js input.button.alt:disabled:hover,.woocommerce-js input.button.alt:disabled[disabled],.woocommerce-js input.button.alt:disabled[disabled]:hover{background-color:var(--ast-global-color-1);color:#fff;}.woocommerce-js #respond input#submit.disabled,.woocommerce-js #respond input#submit:disabled,.woocommerce-js #respond input#submit:disabled[disabled],.woocommerce-js a.button.disabled,.woocommerce-js a.button:disabled,.woocommerce-js a.button:disabled[disabled],.woocommerce-js button.button.disabled,.woocommerce-js button.button:disabled,.woocommerce-js button.button:disabled[disabled],.woocommerce-js input.button.disabled,.woocommerce-js input.button:disabled,.woocommerce-js input.button:disabled[disabled]{cursor:not-allowed;opacity:.5;padding:.618em 1em;}.woocommerce-js #respond input#submit.disabled:hover,.woocommerce-js #respond input#submit:disabled:hover,.woocommerce-js #respond input#submit:disabled[disabled]:hover,.woocommerce-js a.button.disabled:hover,.woocommerce-js a.button:disabled:hover,.woocommerce-js a.button:disabled[disabled]:hover,.woocommerce-js button.button.disabled:hover,.woocommerce-js button.button:disabled:hover,.woocommerce-js button.button:disabled[disabled]:hover,.woocommerce-js input.button.disabled:hover,.woocommerce-js input.button:disabled:hover,.woocommerce-js input.button:disabled[disabled]:hover{color:var(--ast-global-color-4);background-color:var(--ast-global-color-1);}.woocommerce-js .cart .button,.woocommerce-js .cart input.button{float:none;}.woocommerce-js #reviews .woocommerce-Reviews-title{display:none;}.woocommerce-js #reviews h2{font-weight:400;}.woocommerce-js #reviews h2 small{float:right;color:#777;font-size:15px;margin:10px 0 0;}.woocommerce-js #reviews h2 small a{text-decoration:none;color:#777;}.woocommerce-js #reviews h3{margin:0;}.woocommerce-js #reviews #respond{margin:0;border:0;padding:0;}.woocommerce-js #reviews #comment{height:75px;}.woocommerce-js #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none;}.woocommerce-js #reviews #comments ol.commentlist li{padding:0;margin:0 0 2em;border:0;border:0;position:relative;background:0;border-bottom:1px solid var(--ast-border-color);}.woocommerce-js #reviews #comments ol.commentlist li:last-child{border-bottom:0;}.woocommerce-js #reviews #comments ol.commentlist li .meta{color:#777;font-size:.75em;}.woocommerce-js #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;height:3.6em;width:3.6em;border:none;background:0 0;margin:0;border-radius:100%;box-shadow:none;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:none;border-radius:4px;padding:0 1.5em;zoom:1;display:flex;flex-wrap:wrap;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text::after,.woocommerce-js #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text::after{clear:both;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1.7em;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta,.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta{order:1;width:100%;font-size:1.2em;margin-bottom:.4em;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__author,.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{font-weight:500;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__dash,.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash{display:none;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__published-date,.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date{padding-left:.5em;font-size:.73em;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text .description{font-style:normal;order:3;width:100%;}.woocommerce-js #reviews #comments ol.commentlist li .comment-text .star-rating{order:2;margin-bottom:1em;}.woocommerce-js #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px;}.woocommerce-js #reviews #comments ol.commentlist ul.children .star-rating{display:none;}.woocommerce-js #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px;}.woocommerce-js #reviews #comments .commentlist>li::before{content:"";}.woocommerce-js #reviews #review_form{border:1px solid var(--ast-border-color);padding:1.67em;}.woocommerce-js #reviews #review_form #respond p{margin:2px 0 6px;}.woocommerce-js #reviews #review_form #respond p.form-submit{margin-top:1em;}.woocommerce-js #reviews #review_form #respond p.comment-form-author,.woocommerce-js #reviews #review_form #respond p.comment-form-email{margin-bottom:1em;}.woocommerce-js #reviews #review_form #respond p.comment-form-author label,.woocommerce-js #reviews #review_form #respond p.comment-form-email label{display:inline-block;min-width:100px;}.woocommerce-js #reviews #review_form #respond p.comment-form-author input,.woocommerce-js #reviews #review_form #respond p.comment-form-email input{width:100%;}.woocommerce-js #reviews #review_form #respond #comment{height:90px;}.woocommerce-js #reviews #review_form #respond .stars{margin:0;}.woocommerce-js #reviews #review_form input{max-width:100%;}.woocommerce-js #reviews .comment-form-rating{display:flex;vertical-align:middle;margin:15px 0;}.woocommerce-js #reviews .comment-form-rating .stars{margin-bottom:0;}.woocommerce-js #reviews .comment-form-rating .stars a{position:relative;top:8px;height:1.2em;width:1.2em;}.woocommerce-js #reviews .comment-form-rating .stars a:before{width:1.2em;height:1.2em;font-size:1.2em;}.woocommerce-js #reviews .comment-form-comment label,.woocommerce-js #reviews .comment-form-rating label{font-size:1.2em;font-weight:500;padding-right:.5em;}.woocommerce-js .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star,serif;}.woocommerce-js .star-rating::before{content:"sssss";color:#d3ced2;float:left;top:0;left:0;position:absolute;}.woocommerce-js .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;}.woocommerce-js .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0;}.woocommerce-js .woocommerce-product-rating{zoom:1;line-height:2;display:block;}.woocommerce-js .woocommerce-product-rating::after,.woocommerce-js .woocommerce-product-rating::before{content:" ";display:table;}.woocommerce-js .woocommerce-product-rating::after{clear:both;}.woocommerce-js .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left;}.woocommerce-js .products .star-rating{display:block;margin:.5em auto 0;float:none;}.woocommerce-js .hreview-aggregate .star-rating{margin:10px 0 0;}.woocommerce-js #review_form #respond{zoom:1;position:static;margin:0;width:auto;background:transparent none;}.woocommerce-js #review_form #respond::after,.woocommerce-js #review_form #respond::before{content:" ";display:table;}.woocommerce-js #review_form #respond::after{clear:both;}.woocommerce-js #review_form #respond .form-submit input{left:auto;}.woocommerce-js #review_form #respond textarea{box-sizing:border-box;width:100%;}.woocommerce-js p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;}.woocommerce-js p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"";text-indent:0;}.woocommerce-js p.stars a:hover~a::before{content:"";}.woocommerce-js p.stars:hover a::before{content:"";}.woocommerce-js p.stars.selected a.active::before{content:"";}.woocommerce-js p.stars.selected a.active~a::before{content:"";}.woocommerce-js p.stars.selected a:not(.active)::before{content:"";}.woocommerce-js table.shop_attributes{border:0;border-top:1px solid var(--ast-border-color);margin-bottom:1.618em;width:100%;}.woocommerce-js table.shop_attributes th{width:150px;font-weight:500;border-top:0;border-bottom:1px dotted var(--ast-border-color);margin:0;line-height:1.5;text-align:left;}.woocommerce-js table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted var(--ast-border-color);margin:0;line-height:1.5;}.woocommerce-js table.shop_attributes td p{margin:0;padding:8px 0;}.woocommerce-js table.shop_table{border:1px solid var(--ast-border-color);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px;}.woocommerce-js table.shop_table th{font-weight:700;padding:9px 12px;}.woocommerce-js table.shop_table td{border-top:1px solid var(--ast-border-color);padding:6px 12px;vertical-align:middle;}.woocommerce-js table.shop_table td small{font-weight:400;}.woocommerce-js table.shop_table tbody:first-child tr:first-child td,.woocommerce-js table.shop_table tbody:first-child tr:first-child th{border-top:0;}.woocommerce-js table.shop_table tbody th,.woocommerce-js table.shop_table tfoot td,.woocommerce-js table.shop_table tfoot th{font-weight:500;border-top:1px solid var(--ast-border-color);}.woocommerce-js #customer_details,.woocommerce-js .woocommerce table.shop_table{margin-bottom:2em;border-radius:0;}.woocommerce-js table.my_account_orders{font-size:.85em;}.woocommerce-js table.my_account_orders td,.woocommerce-js table.my_account_orders th{padding:4px 8px;vertical-align:middle;}.woocommerce-js table.my_account_orders .button{white-space:nowrap;}.woocommerce-js table.my_account_orders .order-actions{text-align:right;}.woocommerce-js table.my_account_orders .order-actions .button{margin:.125em 0 .125em .25em;}.woocommerce-js table.woocommerce-MyAccount-downloads td,.woocommerce-js table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center;}.woocommerce-js table.woocommerce-MyAccount-downloads td:first-child,.woocommerce-js table.woocommerce-MyAccount-downloads th:first-child{text-align:left;}.woocommerce-js table.woocommerce-MyAccount-downloads td:last-child,.woocommerce-js table.woocommerce-MyAccount-downloads th:last-child{text-align:left;}.woocommerce-js table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce-js table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block;}.woocommerce-js td.product-name .wc-item-meta,.woocommerce-js td.product-name dl.variation{list-style:none outside;word-wrap:normal;width:100%;}.woocommerce-js td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce-js td.product-name .wc-item-meta dt,.woocommerce-js td.product-name dl.variation .wc-item-meta-label,.woocommerce-js td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside;font-weight:500;}.woocommerce-js td.product-name .wc-item-meta dd,.woocommerce-js td.product-name dl.variation dd{margin:0;}.woocommerce-js td.product-name .wc-item-meta dd p,.woocommerce-js td.product-name dl.variation dd p{font-weight:400;}.woocommerce-js td.product-name .wc-item-meta p,.woocommerce-js td.product-name .wc-item-meta:last-child,.woocommerce-js td.product-name dl.variation p,.woocommerce-js td.product-name dl.variation:last-child{margin-bottom:0;}.woocommerce-js td.product-name p.backorder_notification{font-size:.83em;}.woocommerce-js td.product-quantity{min-width:80px;}.woocommerce-js ul.cart_list,.woocommerce-js ul.product_list_widget{list-style:none outside;padding:0;margin:0;}.woocommerce-js ul.cart_list li,.woocommerce-js ul.product_list_widget li{padding:4px 0;margin:0;zoom:1;list-style:none;}.woocommerce-js ul.cart_list li::after,.woocommerce-js ul.cart_list li::before,.woocommerce-js ul.product_list_widget li::after,.woocommerce-js ul.product_list_widget li::before{content:" ";display:table;}.woocommerce-js ul.cart_list li::after,.woocommerce-js ul.product_list_widget li::after{clear:both;}.woocommerce-js ul.cart_list li a,.woocommerce-js ul.product_list_widget li a{display:block;font-weight:700;}.woocommerce-js ul.cart_list li img,.woocommerce-js ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none;}.woocommerce-js ul.cart_list li dl,.woocommerce-js ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid var(--ast-border-color);zoom:1;}.woocommerce-js ul.cart_list li dl::after,.woocommerce-js ul.cart_list li dl::before,.woocommerce-js ul.product_list_widget li dl::after,.woocommerce-js ul.product_list_widget li dl::before{content:" ";display:table;}.woocommerce-js ul.cart_list li dl::after,.woocommerce-js ul.product_list_widget li dl::after{clear:both;}.woocommerce-js ul.cart_list li dl dd,.woocommerce-js ul.cart_list li dl dt,.woocommerce-js ul.product_list_widget li dl dd,.woocommerce-js ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:.1em;}.woocommerce-js ul.cart_list li dl dt,.woocommerce-js ul.product_list_widget li dl dt{font-weight:500;padding:0 0 .25em;margin:0 4px 0 0;clear:left;}.woocommerce-js ul.cart_list li dl dd,.woocommerce-js ul.product_list_widget li dl dd{padding:0 0 .25em;}.woocommerce-js ul.cart_list li dl dd p:last-child,.woocommerce-js ul.product_list_widget li dl dd p:last-child{margin-bottom:0;}.woocommerce-js ul.cart_list li .star-rating,.woocommerce-js ul.product_list_widget li .star-rating{float:none;}.woocommerce-js .widget_shopping_cart .total strong,.woocommerce-js.widget_shopping_cart .total strong{min-width:40px;display:inline-block;color:var(--ast-global-color-2);}.woocommerce-js .widget_shopping_cart .buttons,.woocommerce-js.widget_shopping_cart .buttons{zoom:1;}.woocommerce-js .widget_shopping_cart .buttons::after,.woocommerce-js .widget_shopping_cart .buttons::before,.woocommerce-js.widget_shopping_cart .buttons::after,.woocommerce-js.widget_shopping_cart .buttons::before{content:" ";display:table;}.woocommerce-js .widget_shopping_cart .buttons::after,.woocommerce-js.widget_shopping_cart .buttons::after{clear:both;}.woocommerce-js .widget_shopping_cart .buttons a,.woocommerce-js.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px;}.woocommerce-js form .form-row{padding:3px;margin:0 0 6px;}.woocommerce-js form .form-row.place-order .input-checkbox{cursor:pointer;}.woocommerce-js form .form-row [placeholder]:focus::-webkit-input-placeholder{transition:opacity .5s .5s ease;opacity:0;}.woocommerce-js form .form-row label{line-height:2;font-weight:700;font-size:13.5px;font-size:.9rem;}.woocommerce-js form .form-row label.hidden{visibility:hidden;}.woocommerce-js form .form-row label.inline{display:inline;}.woocommerce-js form .form-row select{cursor:pointer;margin:0;}.woocommerce-js form .form-row .required{color:red;font-weight:700;border:0;}.woocommerce-js form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle;}.woocommerce-js form .form-row input.input-text,.woocommerce-js form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1;}.woocommerce-js form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none;}.woocommerce-js form .form-row .select2-container{width:100%;line-height:2em;}.woocommerce-js form .form-row.woocommerce-invalid .select2-container,.woocommerce-js form .form-row.woocommerce-invalid input.input-text,.woocommerce-js form .form-row.woocommerce-invalid select{border-color:#d65d67;}.woocommerce-js form .form-row.woocommerce-validated .select2-container,.woocommerce-js form .form-row.woocommerce-validated input.input-text,.woocommerce-js form .form-row.woocommerce-validated select{border-color:#69bf29;}.woocommerce-js form .form-row ::-webkit-input-placeholder{line-height:normal;}.woocommerce-js form .form-row :-moz-placeholder{line-height:normal;}.woocommerce-js form .form-row :-ms-input-placeholder{line-height:normal;}.woocommerce-js ul#shipping_method{list-style:none outside;margin:0;padding:0;}.woocommerce-js ul#shipping_method li input{margin:3px .5ex;}.woocommerce-js ul#shipping_method li label{display:inline;}.woocommerce-js ul#shipping_method .amount{font-weight:700;}.woocommerce-js p.woocommerce-shipping-contents{margin:0;}.woocommerce-js ul.order_details{zoom:1;margin:0 0 3em;list-style:none;}.woocommerce-js ul.order_details::after,.woocommerce-js ul.order_details::before{content:" ";display:table;}.woocommerce-js ul.order_details::after{clear:both;}.woocommerce-js ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed var(--ast-border-color);padding-right:2em;margin-left:0;padding-left:0;list-style-type:none;}.woocommerce-js ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5;}.woocommerce-js ul.order_details li:last-of-type{border:none;}.woocommerce-js .wc-bacs-bank-details-account-name{font-weight:700;}.woocommerce-js .woocommerce-customer-details,.woocommerce-js .woocommerce-order-details,.woocommerce-js .woocommerce-order-downloads{margin-bottom:2em;}.woocommerce-js .woocommerce-customer-details :last-child,.woocommerce-js .woocommerce-order-details :last-child,.woocommerce-js .woocommerce-order-downloads :last-child{margin-bottom:0;}.woocommerce-js .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid var(--ast-border-color);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;}.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--phone{margin-bottom:0;padding-left:1.5em;}.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;line-height:1.75;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;margin-left:-1.5em;position:absolute;}.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;line-height:1.75;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;margin-left:-1.5em;position:absolute;}.woocommerce-js .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside;}.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{zoom:1;padding:0 0 1px;list-style:none;}.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table;}.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both;}.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0;}.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#d65d67;}.woocommerce-js .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em;}.woocommerce-js .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1;}.woocommerce-js .widget_layered_nav_filters ul li{float:left;padding:0 1px 1px 0;list-style:none;}.woocommerce-js .widget_layered_nav_filters ul li a{text-decoration:none;}.woocommerce-js .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#d65d67;}.woocommerce-js .widget_product_categories .product-categories .count{float:right;}.woocommerce-js .widget_price_filter .price_slider{margin-bottom:1em;}.woocommerce-js .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em;}.woocommerce-js .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left;}.woocommerce-js .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em;}.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#a46497;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em;}.woocommerce-js .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#a46497;}.woocommerce-js .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#602053;border:0;}.woocommerce-js .widget_price_filter .ui-slider-horizontal{height:.5em;}.woocommerce-js .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%;}.woocommerce-js .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px;}.woocommerce-js .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px;}.woocommerce-js .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside;}.woocommerce-js .widget_rating_filter ul li{zoom:1;padding:0 0 1px;list-style:none;}.woocommerce-js .widget_rating_filter ul li::after,.woocommerce-js .widget_rating_filter ul li::before{content:" ";display:table;}.woocommerce-js .widget_rating_filter ul li::after{clear:both;}.woocommerce-js .widget_rating_filter ul li a{padding:1px 0;text-decoration:none;}.woocommerce-js .widget_rating_filter ul li .star-rating{float:none;display:inline-block;}.woocommerce-js .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#d65d67;}.woocommerce-js .show-on-hover{position:absolute;top:0;left:0;height:100%;right:0;bottom:0;padding:0;margin:0;opacity:0;filter:blur(0);transition:all .2s linear;}.woocommerce-js li.product:hover .show-on-hover{opacity:1;transform:scale(1) translateZ(0) translateY(0);pointer-events:inherit;}.woocommerce-js .ast-return-to-shop{display:inline-block;margin:5px 0;vertical-align:middle;}.woocommerce-js .comment-reply-title{font-size:1.34rem;line-height:1.3;font-weight:500;}.woocommerce-js .select2-container .select2-selection--single{height:auto;padding:.75em;}.woocommerce-js .select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;}.woocommerce-js .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.35;}.woocommerce-js .select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;width:1.7em;transform:translateY(-50%);}.woocommerce-js .select2-results__option,.woocommerce-js .select2-search--dropdown .select2-search__field{padding:6px .75em;}.woocommerce-js .variations th{text-align:left;}.woocommerce-js.single-product a.added_to_cart{padding:.4em .4em 0;display:inline-block;}.woocommerce a.added_to_cart{display:none;}.woocommerce-js .widget_product_search button,.woocommerce-page .widget_product_search button{flex:0 0 auto;padding:10px 20px;}.woocommerce-js ul.products li.product,.woocommerce-page ul.products li.product{text-align:left;margin-bottom:2.5em;}.woocommerce-js ul.products li.product.product-category>a,.woocommerce-page ul.products li.product.product-category>a{display:inline-block;position:relative;}.woocommerce-js ul.products li.product a img,.woocommerce-page ul.products li.product a img{margin-bottom:.8em;}.woocommerce-js ul.products li.product .woocommerce-loop-product__title,.woocommerce-page ul.products li.product .woocommerce-loop-product__title{margin-bottom:.5em;padding:0;font-size:1em;}.woocommerce-js ul.products li.product .ast-woo-product-category,.woocommerce-page ul.products li.product .ast-woo-product-category{font-size:.85em;margin-bottom:.5em;display:block;line-height:1.3;opacity:.6;}.woocommerce-js ul.products li.product .star-rating,.woocommerce-page ul.products li.product .star-rating{margin:0 auto .5em 0;backface-visibility:hidden;}.woocommerce-js ul.products li.product .ast-woo-shop-product-description p,.woocommerce-page ul.products li.product .ast-woo-shop-product-description p{margin-bottom:.5em;}.woocommerce-js ul.products li.product .woocommerce-loop-product__link,.woocommerce-page ul.products li.product .woocommerce-loop-product__link{position:relative;display:block;}.woocommerce-js ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock,.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock{background-color:#fff;}.woocommerce-js ul.products li.product.product-category>a:hover .woocommerce-loop-category__title,.woocommerce-page ul.products li.product.product-category>a:hover .woocommerce-loop-category__title{background-color:#fff;}.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock,.woocommerce-js ul.products li.product .woocommerce-loop-category__title,.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock,.woocommerce-page ul.products li.product .woocommerce-loop-category__title{position:absolute;background-color:rgba(255,255,255,.88);transition:background .3s;text-align:center;left:1em;right:1em;padding:.5em 0 .7em;}.woocommerce-js ul.products li.product .woocommerce-loop-category__title,.woocommerce-page ul.products li.product .woocommerce-loop-category__title{bottom:1.8em;font-size:.9em;}.woocommerce-js ul.products li.product .woocommerce-loop-category__title .count,.woocommerce-page ul.products li.product .woocommerce-loop-category__title .count{font-size:.7em;}.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock,.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock{bottom:1em;text-transform:uppercase;font-weight:700;}.woocommerce-js ul.products li.product .price,.woocommerce-page ul.products li.product .price{line-height:1.3;margin-bottom:0;margin-bottom:.5em;font-weight:700;font-size:.9em;}.woocommerce-js ul.products li.product .price del,.woocommerce-page ul.products li.product .price del{display:initial;}.woocommerce-js ul.products li.product .button,.woocommerce-page ul.products li.product .button{margin-top:.5em;margin-bottom:.5em;white-space:normal;}.woocommerce-js ul.products li.product .button.added,.woocommerce-page ul.products li.product .button.added{margin-bottom:0;transition:margin 0s;}.woocommerce-js ul.products li.product .woocommerce-loop-category__title,.woocommerce-page ul.products li.product .woocommerce-loop-category__title{text-transform:uppercase;font-weight:700;line-height:1.5;}.woocommerce-js ul.products li.product .woocommerce-loop-category__title .count,.woocommerce-page ul.products li.product .woocommerce-loop-category__title .count{display:block;background:0 0;opacity:.5;font-size:.75em;}.woocommerce-js .related.products li.product:last-child,.woocommerce-page .related.products li.product:last-child{margin-right:0;}.woocommerce-js table.shop_table,.woocommerce-page table.shop_table{border:1px solid var(--ast-border-color);border-radius:0;}.woocommerce-js table.shop_table .product-thumbnail img,.woocommerce-page table.shop_table .product-thumbnail img{width:auto;max-width:70px;}.woocommerce-js table.shop_table thead,.woocommerce-page table.shop_table thead{background-color:var(--ast-wc-container-head-bg-color);}.woocommerce-js table.shop_table thead th,.woocommerce-page table.shop_table thead th{border-width:0;}.woocommerce-js table.shop_table td,.woocommerce-js table.shop_table th,.woocommerce-page table.shop_table td,.woocommerce-page table.shop_table th{border-bottom-width:0;padding:.7em 1em;}.woocommerce-js table.shop_table td,.woocommerce-page table.shop_table td{border-top:1px solid var(--ast-border-color);}.woocommerce-js table.shop_table td.download-file,.woocommerce-js table.shop_table td.woocommerce-orders-table__cell-order-actions,.woocommerce-page table.shop_table td.download-file,.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions{display:block;}.woocommerce-js table.shop_table td.download-file a,.woocommerce-js table.shop_table td.woocommerce-orders-table__cell-order-actions a,.woocommerce-page table.shop_table td.download-file a,.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions a{margin-right:.5em;margin-top:.25em;margin-bottom:.25em;}.woocommerce-js table.shop_table td.download-file a:last-child,.woocommerce-js table.shop_table td.woocommerce-orders-table__cell-order-actions a:last-child,.woocommerce-page table.shop_table td.download-file a:last-child,.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions a:last-child{margin-right:0;}.woocommerce-js table.shop_table .woocommerce-Price-amount,.woocommerce-page table.shop_table .woocommerce-Price-amount{font-weight:400;}.woocommerce-js #content table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text{width:auto;}.woocommerce-js #content table.cart td,.woocommerce-page #content table.cart td{min-height:3.25em;}.woocommerce-js #content table.cart [name=coupon_code],.woocommerce-page #content table.cart [name=coupon_code]{max-height:35px;}.woocommerce-js #content table.cart .button,.woocommerce-page #content table.cart .button{display:inline-block;width:auto;}.ast-separate-container .ast-woocommerce-container{background-color:#fff;}@media (max-width:1200px){.ast-separate-container .ast-woocommerce-container{padding:3.34em 2.4em;}}@media (max-width:992px){.ast-separate-container .ast-woocommerce-container{padding:1.5em 2.14em;}}@media (min-width:1201px){.ast-separate-container .ast-woocommerce-container{padding:5.34em 6.67em;}}.ast-separate-container .ast-woocommerce-container .product{border-bottom:0;}.ast-separate-container.single-product .ast-article-single{margin:0;padding:0;display:inline-block;width:100%;}.pswp{z-index:999999;}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none;}.woocommerce .pswp__caption__center,.woocommerce-page .pswp__caption__center{text-align:center;}.woocommerce .pswp__bg,.woocommerce-page .pswp__bg{opacity:.7 !important;}.woocommerce .pswp__ui--fit .pswp__caption,.woocommerce .pswp__ui--fit .pswp__top-bar,.woocommerce-page .pswp__ui--fit .pswp__caption,.woocommerce-page .pswp__ui--fit .pswp__top-bar{background-color:transparent;}.woocommerce-js form .form-row textarea,.woocommerce-js input[type=email],.woocommerce-js input[type=number],.woocommerce-js input[type=password],.woocommerce-js input[type=reset],.woocommerce-js input[type=search],.woocommerce-js input[type=tel],.woocommerce-js input[type=text],.woocommerce-js input[type=url],.woocommerce-js textarea,.woocommerce-page form .form-row textarea,.woocommerce-page input[type=email],.woocommerce-page input[type=number],.woocommerce-page input[type=password],.woocommerce-page input[type=reset],.woocommerce-page input[type=search],.woocommerce-page input[type=tel],.woocommerce-page input[type=text],.woocommerce-page input[type=url],.woocommerce-page textarea{border-color:var(--ast-border-color);background-color:var(--ast-global-dark-bg-style);box-shadow:none;border-radius:0;}.woocommerce-js form .form-row textarea:focus,.woocommerce-js input[type=email]:focus,.woocommerce-js input[type=number]:focus,.woocommerce-js input[type=password]:focus,.woocommerce-js input[type=reset]:focus,.woocommerce-js input[type=search]:focus,.woocommerce-js input[type=tel]:focus,.woocommerce-js input[type=text]:focus,.woocommerce-js input[type=url]:focus,.woocommerce-js textarea:focus,.woocommerce-page form .form-row textarea:focus,.woocommerce-page input[type=email]:focus,.woocommerce-page input[type=number]:focus,.woocommerce-page input[type=password]:focus,.woocommerce-page input[type=reset]:focus,.woocommerce-page input[type=search]:focus,.woocommerce-page input[type=tel]:focus,.woocommerce-page input[type=text]:focus,.woocommerce-page input[type=url]:focus,.woocommerce-page textarea:focus{box-shadow:none;border-color:var(--ast-border-color);}.woocommerce-js .select2-container .select2-dropdown,.woocommerce-js .select2-container .select2-search__field,.woocommerce-page .select2-container .select2-dropdown,.woocommerce-page .select2-container .select2-search__field{border:1px solid var(--ast-border-color);z-index:98;}.woocommerce-js .select2-container .select2-selection--single,.woocommerce-js select,.woocommerce-page .select2-container .select2-selection--single,.woocommerce-page select{padding:.5em .8em;line-height:normal;padding-right:2em;appearance:none;background-position:98% 50%;background-color:var(--ast-global-dark-bg-style,#fff);border-color:var(--ast-border-color);border-radius:3px;box-shadow:none;}.woocommerce-js .select2-container .select2-selection--single:focus,.woocommerce-js select:focus,.woocommerce-page .select2-container .select2-selection--single:focus,.woocommerce-page select:focus{outline:0;}.woocommerce-js .select2-container .select2-selection--single b,.woocommerce-js select b,.woocommerce-page .select2-container .select2-selection--single b,.woocommerce-page select b{display:none;}.woocommerce-js .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select{background-color:transparent;border:transparent;border-radius:0;}button.pswp__button{box-shadow:none !important;background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") !important;}button.pswp__button.nitro-lazy{background-image:none !important;}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent !important;}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none !important;}button.pswp__button--arrow--left.nitro-lazy,button.pswp__button--arrow--left:hover.nitro-lazy,button.pswp__button--arrow--right.nitro-lazy,button.pswp__button--arrow--right:hover.nitro-lazy{background-image:none !important;}button.pswp__button--close:hover{background-position:0 -44px;}button.pswp__button--zoom:hover{background-position:-88px 0;}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none outside;zoom:1;width:auto;word-wrap:break-word;}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table;}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both;}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"";display:inline-block;position:absolute;top:1em;left:1.5em;}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right;}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside !important;padding-left:0 !important;margin-left:0 !important;}.woocommerce-message{border-top-color:#8fae1b;}.woocommerce-message::before{content:"";color:#8fae1b;}.woocommerce-info{border-top-color:#1e85be;}.woocommerce-info::before{color:#1e85be;}.woocommerce-error{border-top-color:#b81c23;}.woocommerce-error::before{content:"";color:#b81c23;}.woocommerce .woocommerce,.woocommerce-account .woocommerce{zoom:1;}.woocommerce .woocommerce::after,.woocommerce .woocommerce::before,.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table;}.woocommerce .woocommerce::after,.woocommerce-account .woocommerce::after{clear:both;}.woocommerce .addresses .title,.woocommerce-account .addresses .title{zoom:1;}.woocommerce .addresses .title::after,.woocommerce .addresses .title::before,.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table;}.woocommerce .addresses .title::after,.woocommerce-account .addresses .title::after{clear:both;}.woocommerce .addresses .title h3,.woocommerce-account .addresses .title h3{float:left;}.woocommerce .addresses .title .edit,.woocommerce-account .addresses .title .edit{float:right;padding:.7em 1em;}.woocommerce ol.commentlist.notes li.note p.meta,.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0;}.woocommerce ol.commentlist.notes li.note .description p:last-child,.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0;}.woocommerce ul.digital-downloads,.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0;}.woocommerce ul.digital-downloads li,.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0;}.woocommerce ul.digital-downloads li::before,.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;}.woocommerce ul.digital-downloads li .count,.woocommerce-account ul.digital-downloads li .count{float:right;}.woocommerce .woocommerce-Addresses .woocommerce-Address-title,.woocommerce .woocommerce-Addresses .woocommerce-column__title,.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title,.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title,.woocommerce .woocommerce-customer-details .woocommerce-Address-title,.woocommerce .woocommerce-customer-details .woocommerce-column__title,.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title,.woocommerce-account .woocommerce-Addresses .woocommerce-column__title,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title,.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title,.woocommerce-account .woocommerce-customer-details .woocommerce-column__title{background:#fbfbfb;padding:.5em;margin-bottom:0;border-width:1px 1px 0 1px;border-style:solid;border-color:var(--ast-border-color);}.woocommerce .woocommerce-Addresses .woocommerce-Address-title h3,.woocommerce .woocommerce-Addresses .woocommerce-column__title h3,.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3,.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title h3,.woocommerce .woocommerce-customer-details .woocommerce-Address-title h3,.woocommerce .woocommerce-customer-details .woocommerce-column__title h3,.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3,.woocommerce-account .woocommerce-Addresses .woocommerce-column__title h3,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title h3,.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title h3,.woocommerce-account .woocommerce-customer-details .woocommerce-column__title h3{margin-bottom:0;}.woocommerce .woocommerce-Addresses address,.woocommerce .woocommerce-MyAccount-content address,.woocommerce .woocommerce-customer-details address,.woocommerce-account .woocommerce-Addresses address,.woocommerce-account .woocommerce-MyAccount-content address,.woocommerce-account .woocommerce-customer-details address{border:1px solid var(--ast-border-color);padding:1em;border-radius:0;}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px;}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none;}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle;}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid var(--ast-border-color);padding:6px 6px 5px;margin:0 4px 0 0;outline:0;line-height:1;}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle;line-height:1;}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{zoom:1;padding:1em 0;}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table;}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both;}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em;}#add_payment_method .cart-collaterals .shipping_calculator .button,.woocommerce-cart .cart-collaterals .shipping_calculator .button,.woocommerce-checkout .cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block;}#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none;}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#777;font-size:.83em;}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0;}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0;}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:40%;}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em;}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#777;}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%;}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#77a464;}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid var(--ast-border-color);}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0;}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none;}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left;}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left;}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#777;font-weight:400;}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%;}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both;}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{border-radius:5px;}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{zoom:1;text-align:left;padding:1em;border-bottom:1px solid var(--ast-border-color);margin:0;list-style:none outside;}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table;}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both;}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400;}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{cursor:pointer;margin:0 1em 0 0;}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none;}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px;}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice),.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice){zoom:1;}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table;}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both;}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em;}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151;}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c7c1c6;border-top-color:#bbb3b9;}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9;}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9;}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9;}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0;}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em;}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer;}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative;}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0;}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px;}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg");}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa.nitro-lazy{background-image:none !important;}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg");}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard.nitro-lazy{background-image:none !important;}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg");}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser.nitro-lazy{background-image:none !important;}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg");}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.nitro-lazy{background-image:none !important;}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg");}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro.nitro-lazy{background-image:none !important;}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg");}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb.nitro-lazy{background-image:none !important;}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg");}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex.nitro-lazy{background-image:none !important;}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg");}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover.nitro-lazy,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover.nitro-lazy,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover.nitro-lazy,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover.nitro-lazy{background-image:none !important;}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#777;font-weight:400;}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em;}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0;}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-1em;left:0;margin:-1em 0 0 2em;}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em;}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle;}.woocommerce-cart .cart_totals .shop_table{table-layout:fixed;}.woocommerce-cart-form__cart-item td.product-remove{text-align:center;}.woocommerce-cart-form__cart-item td.product-remove a.remove{display:inline-block;vertical-align:middle;}.woocommerce-cart table.shop_table td,.woocommerce-cart table.shop_table th{border-right:0;}.woocommerce-cart table.shop_table td.product-name{font-weight:500;}.woocommerce-cart table.shop_table .woocommerce-Price-amount{font-weight:400;}.woocommerce-cart table.shop_table dl dt{font-weight:500;}.woocommerce-cart table.shop_table dl dd{font-weight:400;}.woocommerce-cart .cart-collaterals .cross-sells li.product{padding-bottom:1em;}.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-cart .cart-collaterals .cross-sells{padding:0 20px;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:0;margin-bottom:2em;}.woocommerce-cart .cart-collaterals .cart_totals .shop_table,.woocommerce-cart .cart-collaterals .cross-sells .shop_table{border-top:0;border-left:0;border-right:0;border-radius:0;}.woocommerce-cart .cart-collaterals .cart_totals>h2,.woocommerce-cart .cart-collaterals .cross-sells>h2{margin:0 -20px 20px;background-color:var(--ast-global-dark-lfs);border-bottom:1px solid var(--ast-border-color);}.woocommerce-cart .hentry,.woocommerce-cart ul.products{margin-bottom:0;}.woocommerce-cart .hentry li.product,.woocommerce-cart ul.products li.product{margin-bottom:0;}.woocommerce-cart table.cart td.actions .coupon{display:flex;align-items:center;margin:5px 0;}.woocommerce-cart table.cart td.actions .coupon .input-text{padding:.5em .75em;}.woocommerce-cart table.cart td.actions input.button{display:inline-block;width:auto;}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{font-size:1.1em;line-height:1.8em;}.woocommerce-page.woocommerce-checkout form.checkout.woocommerce-checkout:after,.woocommerce.woocommerce-checkout form.checkout.woocommerce-checkout:after{content:"";clear:both;display:table;}.woocommerce-page.woocommerce-checkout table.shop_table thead,.woocommerce.woocommerce-checkout table.shop_table thead{background:0 0;}.woocommerce-page.woocommerce-checkout table.shop_table th,.woocommerce.woocommerce-checkout table.shop_table th{padding:14px 12px;}.woocommerce-page.woocommerce-checkout table.shop_table td,.woocommerce.woocommerce-checkout table.shop_table td{padding:10px 10px 10px 0;border-color:var(--ast-border-color);}.woocommerce-page.woocommerce-checkout table.shop_table tfoot td,.woocommerce.woocommerce-checkout table.shop_table tfoot td{opacity:1;}.woocommerce-page.woocommerce-checkout table.shop_table td,.woocommerce-page.woocommerce-checkout table.shop_table th,.woocommerce.woocommerce-checkout table.shop_table td,.woocommerce.woocommerce-checkout table.shop_table th{border-bottom-width:1px;}.woocommerce-page.woocommerce-checkout form #order_review table,.woocommerce.woocommerce-checkout form #order_review table{border-width:0;}.woocommerce-page.woocommerce-checkout form #order_review td,.woocommerce-page.woocommerce-checkout form #order_review th,.woocommerce.woocommerce-checkout form #order_review td,.woocommerce.woocommerce-checkout form #order_review th{border-top:0;border-right:0;padding-left:0;border-color:var(--ast-border-color);}.woocommerce-page.woocommerce-checkout form #order_review td.product-name,.woocommerce.woocommerce-checkout form #order_review td.product-name{font-weight:500;display:flex;align-items:center;flex-wrap:wrap;}.woocommerce-page.woocommerce-checkout form #order_review td.product-name .product-quantity,.woocommerce.woocommerce-checkout form #order_review td.product-name .product-quantity{font-weight:400;}.woocommerce-page.woocommerce-checkout form #order_review td:last-child,.woocommerce-page.woocommerce-checkout form #order_review th:last-child,.woocommerce.woocommerce-checkout form #order_review td:last-child,.woocommerce.woocommerce-checkout form #order_review th:last-child{text-align:right;}.woocommerce-page.woocommerce-checkout form .form-row:last-child,.woocommerce.woocommerce-checkout form .form-row:last-child{margin-bottom:0;}.woocommerce-page.woocommerce-checkout #payment,.woocommerce.woocommerce-checkout #payment{border-radius:0;}.woocommerce-page.woocommerce-checkout #payment ul.payment_methods,.woocommerce.woocommerce-checkout #payment ul.payment_methods{padding:0;margin-bottom:1em;border-bottom:0;}.woocommerce-page.woocommerce-checkout #payment div.payment_box,.woocommerce.woocommerce-checkout #payment div.payment_box{background-color:#efefef;}.woocommerce-page.woocommerce-checkout #payment div.payment_box:before,.woocommerce.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#efefef;}.woocommerce-page.woocommerce-checkout #payment div.form-row,.woocommerce.woocommerce-checkout #payment div.form-row{padding:0 0 2em;}.woocommerce-page.woocommerce-checkout #payment #place_order,.woocommerce.woocommerce-checkout #payment #place_order{width:100%;}.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td,.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th,.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td,.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th{padding:.7em 1em;border-bottom-width:0;}.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td:last-child,.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th:last-child,.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td:last-child,.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th:last-child{border-right-width:0;}.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title,.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title,.woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title,.woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title{background:#fbfbfb;padding:1em;margin-bottom:0;font-size:1.3rem;border-width:1px 1px 0 1px;border-style:solid;border-color:var(--ast-border-color);}.woocommerce-page.woocommerce-checkout .woocommerce-order h2.wc-bacs-bank-details-heading,.woocommerce.woocommerce-checkout .woocommerce-order h2.wc-bacs-bank-details-heading{font-size:1.5rem;border-top:3px solid var(--ast-border-color);padding-top:.5em;}.woocommerce-page.woocommerce-checkout .woocommerce-order h3,.woocommerce.woocommerce-checkout .woocommerce-order h3{font-size:1.1rem;}.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details,.woocommerce.woocommerce-checkout .woocommerce-order ul.order_details{margin-bottom:2em;}.woocommerce-page.woocommerce-checkout .woocommerce-customer-details address,.woocommerce.woocommerce-checkout .woocommerce-customer-details address{border-right-width:1px;border-bottom-width:1px;border-radius:0;}.woocommerce form .form-row .required{text-decoration:none;}.woocommerce form.checkout_coupon{margin:0;border:0;padding:0 0 2em;}.woocommerce form.checkout_coupon .form-row{margin:0;padding:0;float:none;display:inline-block;}.woocommerce form.checkout_coupon [name=coupon_code]{padding-top:9px;padding-bottom:9px;}.woocommerce form.checkout_coupon .button{padding:.5em 1em;vertical-align:initial;line-height:1.35;}@media (max-width:420px){.woocommerce form.checkout_coupon .form-row-first,.woocommerce form.checkout_coupon .form-row-last{display:block;margin:0 auto;width:100%;}.woocommerce form.checkout_coupon .form-row-first{margin-bottom:10px;}.woocommerce form.checkout_coupon .button[name=apply_coupon]{width:100%;padding:10px 5px;}}.checkout_coupon .input-text{padding:.5em .75em;}.woocommerce-MyAccount-navigation>ul{margin:0;}.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button{margin-top:1em;margin-left:3px;}#secondary .widget.woocommerce>li,#secondary .widget_layered_nav_filters>li{margin-bottom:0;}#secondary .widget .select2-container .select2-selection--multiple .select2-selection__rendered{display:block;min-height:42px;}#secondary .widget .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin-top:5px;margin-bottom:5px;}#secondary .widget .select2-search__field{min-height:42px;margin:0;}.woocommerce-js ul.cart_list li>a,.woocommerce-js ul.product_list_widget li>a{font-weight:500;margin-bottom:.33em;color:var(--ast-global-color-2);}.woocommerce-js #secondary .woocommerce ul.cart_list,.woocommerce-js #secondary .woocommerce ul.product_list_widget{margin:0;}.woocommerce-js .widget_shopping_cart .cart_list li,.woocommerce-js .widget_shopping_cart li,.woocommerce-js ul.product_list_widget .cart_list li,.woocommerce-js ul.product_list_widget li{padding:.6em 0 .6em 5em;min-height:5em;position:relative;border-bottom:1px solid var(--ast-border-color);margin:0;line-height:1.5;}.woocommerce-js .widget_shopping_cart .cart_list li:last-child,.woocommerce-js .widget_shopping_cart li:last-child,.woocommerce-js ul.product_list_widget .cart_list li:last-child,.woocommerce-js ul.product_list_widget li:last-child{border-bottom:none;}.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons{margin-bottom:0;}.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.wc-forward{margin-left:5px;margin-right:0;}.woocommerce-js.widget_product_tag_cloud .tagcloud{margin-top:10px;display:inline-block;}.woocommerce-js.widget_product_tag_cloud .tagcloud a{border:1px solid var(--ast-border-color);padding:.5em .9em;display:inline-block;margin-bottom:4px;font-size:14px;margin-right:4px;line-height:1.5;transition:all .2s linear;}.woocommerce-js .widget_shopping_cart .total,.woocommerce-js.widget_shopping_cart .total{padding:5px 0;border-top:1px solid var(--ast-border-color);border-bottom:1px solid var(--ast-border-color);margin-bottom:1.3em;}.woocommerce-js ul.product_list_widget li img{position:absolute;left:0;width:4em;height:4em;margin:0 0 .5em 0;top:50%;transform:translateY(-50%);object-fit:cover;}.woocommerce-js ul.product-categories>li{padding:2px 0;}.woocommerce-js ul.product-categories>li:first-child{border:none;}.woocommerce-js .widget del{opacity:.5;}.woocommerce-js .widget ins{background:inherit;}.woocommerce-js .widget .amount,.woocommerce-js .widget ins{font-weight:400;}.woocommerce-js .widget .star-rating{margin:5px 0;}.woocommerce-js .widget_rating_filter ul li a{display:inline-flex;align-items:center;}.woocommerce-js .price_slider_amount .price_label span{font-weight:700;}.woocommerce-js .widget_price_filter .ui-slider-horizontal{height:.2em;}.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle{top:-.4em;cursor:pointer;}.woocommerce-js .widget_price_filter .price_slider_amount .button{font-size:.9em !important;padding:8px 18px;}.woocommerce-js .widget_price_filter .price_slider{margin-bottom:1.2em;}.woocommerce-js .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#ededed;}.woocommerce-js .widget_product_tag_cloud .tagcloud a{border:1px solid var(--ast-border-color);padding:.5em .9em;padding:.5em 1.2em;display:inline-block;margin-bottom:4px;margin-right:4px;line-height:1.5;font-size:12px !important;font-size:.8rem !important;}.woocommerce-js .widget_product_tag_cloud .tagcloud a a.current-item,.woocommerce-js .widget_product_tag_cloud .tagcloud a a:focus,.woocommerce-js .widget_product_tag_cloud .tagcloud a a:hover{background-color:#fafafa;}.ast-site-header-cart .widget_shopping_cart .buttons .button,.ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward,.woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button,.woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward{display:block;margin-right:0;width:100%;margin-left:0;}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding:1.2em 0 1.2em 5em;}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;left:auto;right:0;top:1.1em;color:var(--ast-global-color-3);}.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,.woocommerce.widget_shopping_cart .cart_list li a.remove:hover{color:var(--ast-global-color-3);}.woocommerce-product-search{display:flex;}.woocommerce-product-search .search-field{flex:auto;width:100%;border-top-right-radius:0;border-bottom-right-radius:0;}.woocommerce-product-search input[type=submit]{padding:10px 15px;border-top-left-radius:0;border-bottom-left-radius:0;}#secondary .widget_layered_nav_filters ul li.chosen,.widget_layered_nav_filters ul li.chosen{padding:0 .5em;margin-right:.5em;margin-bottom:.5em;background:rgba(245,245,245,.75);border-radius:20px;font-size:1em;}#secondary .widget_layered_nav_filters ul li.chosen:hover,.widget_layered_nav_filters ul li.chosen:hover{background-color:#f5f5f5;}#secondary .widget_layered_nav_filters ul li.chosen a,.widget_layered_nav_filters ul li.chosen a{display:block;}#secondary .widget_layered_nav_filters ul li.chosen a::before,.widget_layered_nav_filters ul li.chosen a::before{margin-right:.5em;line-height:inherit;position:relative;top:1px;}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05);}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em;}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373;}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b;}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53;}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733;}.woocommerce-password-hint{margin:.5em 0 0;display:block;}.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu .header-main-layout-2 .main-header-container{display:block;}.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .header-main-layout-2 .main-header-container{text-align:center;}.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-main-header-bar-alignment{display:inline-block;}.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-masthead-custom-menu-items{display:inline-block;float:right;}.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-break-point .header-main-layout-2 .main-header-container{display:flex;}.rtl .woocommerce-pagination .page-numbers li:last-child .next{transform:rotateY(180deg);}.rtl .woocommerce-pagination .page-numbers li:first-child .prev{transform:rotateY(-180deg);}.ast-site-header-cart .widgettitle{display:none;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product{text-align:left;margin-bottom:2.5em;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category>a{display:inline-block;position:relative;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product a img{width:100%;height:auto;display:block;margin:0 0 .8em 0;box-shadow:none;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{margin-bottom:.5em;padding:0;font-size:1em;line-height:1.2;font-weight:inherit;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .star-rating{margin:0 auto .5em 0;backface-visibility:hidden;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link{position:relative;display:block;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock{background-color:#fff;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category>a:hover .woocommerce-loop-category__title{background-color:#fff;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title{bottom:1.8em;font-size:.9em;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count{font-size:.7em;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price{line-height:1.3;margin-bottom:0;margin-bottom:.5em;font-weight:700;font-size:.9em;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price del{display:initial;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link{margin-top:.5em;margin-bottom:.5em;white-space:normal;line-height:1.3;font-size:100%;font-weight:700;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.added{margin-bottom:0;transition:margin 0s;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title{text-transform:uppercase;font-weight:700;line-height:1.5;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count{display:block;background:0 0;opacity:.5;font-size:.75em;}.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale{min-width:3em;min-height:3em;line-height:3em;padding:0;font-size:.8em;font-weight:400;text-transform:capitalize;position:absolute;text-align:center;border-radius:100%;z-index:9;top:0;right:10px;left:auto;margin:-.5em -.5em 0 0;}.widget_product_categories .children{padding-left:20px;}@supports (-moz-appearance:none){.sidebar-main .widget_product_search .search-field{width:60%;}}.wc-block-product-categories-list li{padding-left:15px;}.woocommerce-page .widget .wc-block-price-slider{padding-top:.15em;}.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress{--range-color:var(--ast-global-color-0);top:-1px;}@-moz-document url-prefix(){.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress{top:1px;}}.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper{box-shadow:none;background-color:#ededed;}.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress,.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper{height:3px;}.woocommerce-page .widget .wc-block-price-slider .wc-block-price-filter__controls{border-color:var(--ast-border-color);}.woocommerce-page .widget .wc-block-price-slider .wc-block-price-filter__range-text{line-height:2.4;font-size:.8751em;}.woocommerce-page .widget .wc-block-price-slider .wc-block-price-filter__range-text .wc-block-components-formatted-money-amount{font-weight:700;}.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__controls{justify-content:end;}.woocommerce-page .widget .wc-block-price-slider input[type=range]{margin:0;}.woocommerce-page .widget .wc-block-price-slider input[type=range]::-webkit-slider-runnable-track{height:3px;box-shadow:none;background-color:transparent;}.woocommerce-page .widget .wc-block-price-slider input[type=range]::-moz-range-track{height:3px;box-shadow:none;background-color:transparent;}.woocommerce-page .widget .wc-block-price-slider input[type=range].wc-block-price-filter__range-input::-webkit-slider-thumb{-webkit-appearance:none;border:0;width:15px;height:15px;}.woocommerce-page .widget .wc-block-price-slider input[type=range]::-moz-range-thumb{height:15px;border:0;width:15px;}.woocommerce-page .widget .wc-block-checkbox-list li input[type=checkbox]{margin:0 .5rem 0 0;position:relative;top:1px;}.woocommerce-page .widget .wc-block-checkbox-list li .wc-filter-element-label-list-count{opacity:1;}.woocommerce-page .widget .wc-layered-nav-rating{line-height:1;}.woocommerce-page .widget .wc-layered-nav-rating .star-rating{margin:0;}.product.woocommerce.add_to_cart_inline{border:0 !important;}.product.woocommerce.add_to_cart_inline a.button{margin-left:1em;}.ast-site-header-cart .widget_shopping_cart,.astra-cart-drawer{background-color:var(--ast-global-color-primary,var(--ast-global-color-5));border:1px solid var(--ast-border-color);}.woocommerce-js .sold-individually .button.single_add_to_cart_button{margin-left:-1em;}.sidebar-main .ast-mini-cart-empty .woocommerce-mini-cart__empty-message{display:none;}.woocommerce-js .variations select,.woocommerce-js .woocommerce-ordering select{padding:.5em;}.astra-dark-mode-enable .woocommerce-js .woocommerce-page label,.astra-dark-mode-enable .woocommerce-js .woocommerce-page legend{color:var(--ast-global-color-primary,--ast-global-color-4);}.tax-product_brand .brand-description{overflow:hidden;zoom:1;}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right;}.tax-product_brand .brand-description .text{width:72%;float:left;}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em;}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none;}ul.brand-thumbnails:before{clear:both;content:"";display:table;}ul.brand-thumbnails:after{clear:both;content:"";display:table;}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%;}ul.brand-thumbnails.fluid-columns li{width:auto;}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both;}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0;}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0;}ul.brand-thumbnails.columns-2 li{width:48%;}ul.brand-thumbnails.columns-3 li{width:30.75%;}ul.brand-thumbnails.columns-5 li{width:16.95%;}ul.brand-thumbnails.columns-6 li{width:13.5%;}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0;}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48% !important;}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none;}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%;}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both;}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0;}}.brand-thumbnails-description li{text-align:center;}.brand-thumbnails-description li .term-thumbnail img{display:inline;}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left;}#brands_a_z h3:target{text-decoration:underline;}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1;}ul.brands_index li{float:left;margin:0 2px 2px 0;}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none;}ul.brands_index li span{border-color:#eee;color:#ddd;}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none;}ul.brands_index li a.active{border-width:2px;padding:5px;}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em;}#jp-post-flair{padding-top:.5em;}div.sharedaddy,#content div.sharedaddy,#main div.sharedaddy{clear:both;}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700;}div.sharedaddy h3.sd-title::before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #dcdcde;margin-bottom:1em;}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative;}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px;}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px;}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0;}#likes-other-gravatars{display:none;position:absolute;padding:9px 12px 10px 12px;background-color:#fff;border:solid 1px #dcdcde;border-radius:4px;box-shadow:none;min-width:220px;max-height:240px;height:auto;overflow:auto;z-index:1000;}#likes-other-gravatars *{line-height:normal;}#likes-other-gravatars .likes-text{color:#101517;font-size:12px;font-weight:500;padding-bottom:8px;}#likes-other-gravatars ul,#likes-other-gravatars li{margin:0;padding:0;text-indent:0;list-style-type:none;}#likes-other-gravatars li::before{content:"";}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px;}#likes-other-gravatars ul.wpl-avatars li{width:196px;height:28px;float:none;margin:0 0 4px 0;}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none !important;display:flex;align-items:center;gap:8px;text-decoration:none;}#likes-other-gravatars ul.wpl-avatars li a span{font-size:12px;color:#2c3338;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}#likes-other-gravatars ul.wpl-avatars li a img{background:none;border:none;border-radius:50%;margin:0 !important;padding:1px !important;position:static;box-sizing:border-box;}div.sd-box{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.13);}.jetpack-likes-widget-unloaded .likes-widget-placeholder,.jetpack-likes-widget-loading .likes-widget-placeholder,.jetpack-likes-widget-loaded iframe{display:block;}.jetpack-likes-widget-loaded .likes-widget-placeholder,.jetpack-likes-widget-unloaded iframe,.jetpack-likes-widget-loading iframe{display:none;}.entry-content .post-likes-widget,.post-likes-widget,.comment-likes-widget{margin:0;border-width:0;}.post-likes-widget-placeholder,.comment-likes-widget-placeholder{margin:0;border-width:0;position:relative;}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}.comment-likes-widget-placeholder::before{color:#2ea2cc;width:16px;height:16px;content:"";display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;}.post-likes-widget-placeholder .button{display:none;}.post-likes-widget-placeholder .loading,.comment-likes-widget-placeholder .loading{color:#999;font-size:12px;}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e;}div.sharedaddy.sd-like-enabled .sd-like h3{display:none;}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0;}.comment-likes-widget{width:100%;}.pd-rating,.cs-rating{display:block !important;}.sd-gplus .sd-title{display:none;}@media print{.jetpack-likes-widget-wrapper{display:none;}}.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{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em;}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em;}.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-embed{max-width:none;}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);}.elementor .elementor-background-video{max-width:none;}.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{--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.elementor-absolute,.elementor-element.elementor-fixed{z-index:1;}.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-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%;}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-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{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));}.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:"";}.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);}@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-left:auto;margin-right: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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-bottom: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:.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;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: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.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));}.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:"";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;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{justify-content:flex-end;}.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{justify-content:flex-end;}.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{justify-content:flex-end;}.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:"";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:"";}.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;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;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;padding:.5em;fill:#fff;}.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;}}@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-2058{--e-global-color-primary:#2c570b;--e-global-color-secondary:#ff6f61;--e-global-color-text:#393737;--e-global-color-accent:#d2b48c;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.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;}@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;}}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit;}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px;}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px;}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px;}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px;}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px;}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}.fadeIn{animation-name:fadeIn;}.elementor-column .elementor-spacer-inner{height:var(--spacer-size);}.e-con{--container-widget-width:100%;}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0;}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%;}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%;}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size));}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%;}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size));}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative;}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px;}@keyframes jello{11.1%,from,to{transform:none;}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg);}33.3%{transform:skewX(6.25deg) skewY(6.25deg);}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg);}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg);}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg);}77.7%{transform:skewX(.390625deg) skewY(.390625deg);}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg);}}.jello{animation-name:jello;transform-origin:center;}.elementor-widget-image{text-align:center;}.elementor-widget-image a{display:inline-block;}.elementor-widget-image a img[src$=".svg"]{width:48px;}.elementor-widget-image img{display:inline-block;vertical-align:middle;}@keyframes flash{50%,from,to{opacity:1;}25%,75%{opacity:0;}}.flash{animation-name:flash;}.elementor-testimonial-wrapper{overflow:hidden;text-align:center;}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px;}.elementor-testimonial-wrapper .elementor-testimonial-name{display:block;line-height:1.5;}.elementor-testimonial-wrapper .elementor-testimonial-job{display:block;font-size:.85em;}.elementor-testimonial-wrapper .elementor-testimonial-meta{line-height:1;width:100%;}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block;}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle;}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{border-radius:50%;height:60px;max-width:none;-o-object-fit:cover;object-fit:cover;width:60px;}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-inline-end:15px;}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:start;}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block;}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px;}.elementor-widget-n-accordion{--n-accordion-title-font-size:20px;--n-accordion-title-flex-grow:initial;--n-accordion-title-justify-content:initial;--n-accordion-title-icon-order:-1;--n-accordion-border-width:1px;--n-accordion-border-color:#d5d8dc;--n-accordion-border-style:solid;--n-accordion-item-title-flex-grow:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-padding:10px;--n-accordion-border-radius:0px;--n-accordion-icon-size:15px;--n-accordion-title-normal-color:#1f2124;--n-accordion-title-hover-color:#1f2124;--n-accordion-title-active-color:#1f2124;--n-accordion-icon-normal-color:var(--n-accordion-title-normal-color);--n-accordion-icon-hover-color:var(--n-accordion-title-hover-color);--n-accordion-icon-active-color:var(--n-accordion-title-active-color);--n-accordion-icon-gap:0 10px;width:100%;}.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker{display:none;}.elementor-widget-n-accordion .e-n-accordion-item{display:flex;flex-direction:column;position:relative;}.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child){margin-block-end:var(--n-accordion-item-title-space-between);}:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con){border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color);}.elementor-widget-n-accordion .e-n-accordion-item-title{align-items:center;border-color:var(--n-accordion-border-color);border-radius:var(--n-accordion-border-radius);border-style:var(--n-accordion-border-style);border-width:var(--n-accordion-border-width);color:var(--n-accordion-title-normal-color);cursor:pointer;display:flex;flex-direction:row;flex-grow:var(--n-menu-title-flex-grow);gap:var(--n-accordion-icon-gap);justify-content:var(--n-accordion-title-justify-content);list-style:none;padding:var(--n-accordion-padding);}.elementor-widget-n-accordion .e-n-accordion-item-title-header{display:flex;}.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,.elementor-widget-n-accordion .e-n-accordion-item-title-header p{margin-block-end:0;margin-block-start:0;}.elementor-widget-n-accordion .e-n-accordion-item-title-text{align-items:center;font-size:var(--n-accordion-title-font-size);}.elementor-widget-n-accordion .e-n-accordion-item-title-icon{align-items:center;display:flex;flex-direction:row;order:var(--n-accordion-title-icon-order);position:relative;width:-moz-fit-content;width:fit-content;}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span{height:var(--n-accordion-icon-size);width:auto;}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color);font-size:var(--n-accordion-icon-size);}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color);height:var(--n-accordion-icon-size);}.elementor-widget-n-accordion .e-n-accordion-item-title>span{cursor:pointer;}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title{color:var(--n-accordion-title-active-color);margin-block-end:var(--n-accordion-item-title-distance-from-content);}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened{display:flex;}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed{display:none;}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-active-color);}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-active-color);}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title{color:var(--n-accordion-title-hover-color);}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-hover-color);}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-hover-color);}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened{display:none;}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed{display:flex;}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color);}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color);}.elementor-widget-n-accordion .e-n-accordion-item>span{cursor:pointer;}:root{--swiper-theme-color:#007aff;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}.swiper-vertical>.swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-pointer-events{touch-action:pan-y;}.swiper-pointer-events.swiper-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto;}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15);}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start;}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999;}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0);}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none;}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size);}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size);}:root{--swiper-navigation-size:44px;}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - ( var(--swiper-navigation-size) / 2 ));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none;}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important;}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1;}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto;}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev";}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto;}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next";}.swiper-button-lock{display:none;}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important;}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33);}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet:only-child{display:none !important;}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color));}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0);}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top;}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px);}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left;}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right;}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top;}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top;}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0;}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0;}.swiper-pagination-lock{display:none;}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1);}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important;}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%;}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%;}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain;}.swiper-slide-zoomed{cursor:move;}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto;}.swiper-grid>.swiper-wrapper{flex-wrap:wrap;}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column;}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out;}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-cube{overflow:visible;}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%;}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none;}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible;}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0;}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px);}.swiper-flip{overflow:visible;}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height;}.swiper-cards{overflow:visible;}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px;}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0;}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none;}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1;}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em;}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px;}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px;}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3;}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%;}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px;}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px);}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%;}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px);}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%;}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px;}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2);}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative;}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static;}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px);}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0;}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0;}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden;}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word;}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-left:8px;margin-right:8px;}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-bottom:0;border-left-width:1px;border-right:0;border-top:0;border-style:solid;height:100%;left:auto;position:relative;right:auto;right:-8px;width:auto;}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0;}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative;}.elementor-widget .elementor-icon-list-item:after{bottom:0;position:absolute;width:100%;}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit;}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px;}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial);}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em);}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em;}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align);}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size,1em) * .25) 0 0);}.elementor-widget.elementor-list-item-link-full_width a{width:100%;}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center;}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto;}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center;}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left;}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start;}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right;}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end;}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0;}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center;}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto;}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center;}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left;}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start;}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right;}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end;}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0;}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center;}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto;}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center;}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left;}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start;}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right;}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end;}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0;}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center;}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto;}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center;}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left;}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start;}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right;}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end;}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0;}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center;}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto;}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center;}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left;}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start;}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right;}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end;}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0;}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center;}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto;}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center;}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left;}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start;}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right;}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end;}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0;}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center;}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto;}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center;}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left;}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start;}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right;}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end;}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0;}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0;}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1;}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid;}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center);}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size,25px) + 2 * var(--icon-padding,.5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size,25px) + 2 * var(--icon-padding,.5em));}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center;}.elementor-social-icon i{color:var(--e-social-icon-icon-color);}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color);}.elementor-social-icon:last-child{margin:0;}.elementor-social-icon:hover{color:#fff;opacity:.9;}.elementor-social-icon-android{background-color:#a4c639;}.elementor-social-icon-apple{background-color:#999;}.elementor-social-icon-behance{background-color:#1769ff;}.elementor-social-icon-bitbucket{background-color:#205081;}.elementor-social-icon-codepen{background-color:#000;}.elementor-social-icon-delicious{background-color:#39f;}.elementor-social-icon-deviantart{background-color:#05cc47;}.elementor-social-icon-digg{background-color:#005be2;}.elementor-social-icon-dribbble{background-color:#ea4c89;}.elementor-social-icon-elementor{background-color:#d30c5c;}.elementor-social-icon-envelope{background-color:#ea4335;}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998;}.elementor-social-icon-flickr{background-color:#0063dc;}.elementor-social-icon-foursquare{background-color:#2d5be3;}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400;}.elementor-social-icon-github{background-color:#333;}.elementor-social-icon-gitlab{background-color:#e24329;}.elementor-social-icon-globe{background-color:#69727d;}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39;}.elementor-social-icon-houzz{background-color:#7ac142;}.elementor-social-icon-instagram{background-color:#262626;}.elementor-social-icon-jsfiddle{background-color:#487aa2;}.elementor-social-icon-link{background-color:#818a91;}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5;}.elementor-social-icon-medium{background-color:#00ab6b;}.elementor-social-icon-meetup{background-color:#ec1c40;}.elementor-social-icon-mixcloud{background-color:#273a4b;}.elementor-social-icon-odnoklassniki{background-color:#f4731c;}.elementor-social-icon-pinterest{background-color:#bd081c;}.elementor-social-icon-product-hunt{background-color:#da552f;}.elementor-social-icon-reddit{background-color:#ff4500;}.elementor-social-icon-rss{background-color:#f26522;}.elementor-social-icon-shopping-cart{background-color:#4caf50;}.elementor-social-icon-skype{background-color:#00aff0;}.elementor-social-icon-slideshare{background-color:#0077b5;}.elementor-social-icon-snapchat{background-color:#fffc00;}.elementor-social-icon-soundcloud{background-color:#f80;}.elementor-social-icon-spotify{background-color:#2ebd59;}.elementor-social-icon-stack-overflow{background-color:#fe7a15;}.elementor-social-icon-steam{background-color:#00adee;}.elementor-social-icon-stumbleupon{background-color:#eb4924;}.elementor-social-icon-telegram{background-color:#2ca5e0;}.elementor-social-icon-threads{background-color:#000;}.elementor-social-icon-thumb-tack{background-color:#1aa1d8;}.elementor-social-icon-tripadvisor{background-color:#589442;}.elementor-social-icon-tumblr{background-color:#35465c;}.elementor-social-icon-twitch{background-color:#6441a5;}.elementor-social-icon-twitter{background-color:#1da1f2;}.elementor-social-icon-viber{background-color:#665cac;}.elementor-social-icon-vimeo{background-color:#1ab7ea;}.elementor-social-icon-vk{background-color:#45668e;}.elementor-social-icon-weibo{background-color:#dd2430;}.elementor-social-icon-weixin{background-color:#31a918;}.elementor-social-icon-whatsapp{background-color:#25d366;}.elementor-social-icon-wordpress{background-color:#21759b;}.elementor-social-icon-x-twitter{background-color:#000;}.elementor-social-icon-xing{background-color:#026466;}.elementor-social-icon-yelp{background-color:#af0606;}.elementor-social-icon-youtube{background-color:#cd201f;}.elementor-social-icon-500px{background-color:#0099e5;}.e--ua-appleWebkit.rtl{--flex-right:flex-start;}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end);}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0;}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end);}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0;}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end);}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0;}}.elementor-1083 .elementor-element.elementor-element-t3c94cv>.elementor-background-overlay{background-color:rgba(129,129,129,.63);opacity:.8;transition:background .3s,border-radius .3s,opacity .3s;}.elementor-1083 .elementor-element.elementor-element-t3c94cv>.elementor-container{max-width:700px;}.elementor-1083 .elementor-element.elementor-element-t3c94cv{transition:background .5s,border .3s,border-radius .3s,box-shadow .3s;padding:190px 0 190px 0;}.elementor-widget-heading .elementor-heading-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-primary);}.elementor-1083 .elementor-element.elementor-element-58ba8f4{margin:10px 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;text-align:center;}.elementor-1083 .elementor-element.elementor-element-58ba8f4 .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:42px;font-weight:600;text-transform:uppercase;color:#fff;}.elementor-1083 .elementor-element.elementor-element-1187bc2{text-align:center;}.elementor-1083 .elementor-element.elementor-element-1187bc2 .elementor-heading-title{font-family:"Raleway",Sans-serif;font-size:22px;font-weight:500;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0 0 10px rgba(0,0,0,.3);color:#fff;}.elementor-widget-button .elementor-button{background-color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight);}.elementor-1083 .elementor-element.elementor-element-c4c3581 .elementor-button{background-color:#ff6f61;font-family:"Open Sans",Sans-serif;font-weight:500;}.elementor-1083 .elementor-element.elementor-element-jto1p87>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1083 .elementor-element.elementor-element-jto1p87:not(.elementor-motion-effects-element-type-background),.elementor-1083 .elementor-element.elementor-element-jto1p87>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff;}.elementor-1083 .elementor-element.elementor-element-jto1p87>.elementor-background-overlay{opacity:.13;transition:background .3s,border-radius .3s,opacity .3s;}.elementor-1083 .elementor-element.elementor-element-jto1p87{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:0;padding:4px 4px 4px 4px;}.elementor-bc-flex-widget .elementor-1083 .elementor-element.elementor-element-0ca8923.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-1083 .elementor-element.elementor-element-0ca8923.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-1083 .elementor-element.elementor-element-0ca8923.elementor-column>.elementor-widget-wrap{justify-content:center;}.elementor-1083 .elementor-element.elementor-element-0ca8923>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 0 0 0;}.elementor-1083 .elementor-element.elementor-element-0ca8923{z-index:0;}.elementor-1083 .elementor-element.elementor-element-343c25b{--spacer-size:29px;}.elementor-1083 .elementor-element.elementor-element-0622231{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-a4a2ae2{text-align:center;}.elementor-1083 .elementor-element.elementor-element-a4a2ae2 .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:32px;font-weight:600;}.elementor-widget-text-editor{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight);color:var(--e-global-color-text);}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var(--e-global-color-primary);}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var(--e-global-color-primary);border-color:var(--e-global-color-primary);}.elementor-1083 .elementor-element.elementor-element-a7b60b0{text-align:center;font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-e3597d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-f9eabe4{--spacer-size:50px;}.elementor-1083 .elementor-element.elementor-element-e3682c0{text-align:center;}.elementor-1083 .elementor-element.elementor-element-e3682c0 .elementor-heading-title{font-family:"Lato",Sans-serif;font-weight:600;}.elementor-1083 .elementor-element.elementor-element-4ee42b2{text-align:center;font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-f3027a7{--display:grid;--min-height:22px;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(1,1fr);--grid-auto-flow:row;--justify-items:center;}.elementor-1083 .elementor-element.elementor-element-f3027a7.e-con{--align-self:center;}.elementor-1083 .elementor-element.elementor-element-f63a974{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-f63a974.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight);}.elementor-1083 .elementor-element.elementor-element-98760c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-98760c7.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1083 .elementor-element.elementor-element-462bdc5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-462bdc5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1083 .elementor-element.elementor-element-c373a88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-ee92bf1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1083 .elementor-element.elementor-element-3cd7c79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:.5;}.elementor-1083 .elementor-element.elementor-element-3cd7c79::before,.elementor-1083 .elementor-element.elementor-element-3cd7c79>.elementor-background-video-container::before,.elementor-1083 .elementor-element.elementor-element-3cd7c79>.e-con-inner>.elementor-background-video-container::before,.elementor-1083 .elementor-element.elementor-element-3cd7c79>.elementor-background-slideshow::before,.elementor-1083 .elementor-element.elementor-element-3cd7c79>.e-con-inner>.elementor-background-slideshow::before,.elementor-1083 .elementor-element.elementor-element-3cd7c79>.elementor-motion-effects-container>.elementor-motion-effects-layer::before{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/uploads/2025/05/Outdoor-Haircare-Rituals-with-Cooper-Delivered.png");--background-overlay:"";background-position:center center;}.elementor-1083 .elementor-element.elementor-element-1900df4{--spacer-size:421px;width:var(--container-widget-width,47.928%);max-width:47.928%;--container-widget-width:47.928%;--container-widget-flex-grow:0;}.elementor-1083 .elementor-element.elementor-element-1900df4.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1083 .elementor-element.elementor-element-a5e514e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-93fbf45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-93fbf45.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1083 .elementor-element.elementor-element-41eced5 .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:32px;font-weight:600;}.elementor-1083 .elementor-element.elementor-element-6c82ed5{font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-c4e7630{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-e501ccf{--spacer-size:50px;}.elementor-1083 .elementor-element.elementor-element-bc2827c{text-align:center;}.elementor-1083 .elementor-element.elementor-element-bc2827c .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:32px;font-weight:600;}.elementor-1083 .elementor-element.elementor-element-bfa9dca{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1083 .elementor-element.elementor-element-c0bd4dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;box-shadow:0 0 10px 0 rgba(0,0,0,.5);}.elementor-widget-testimonial .elementor-testimonial-content{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight);}.elementor-widget-testimonial .elementor-testimonial-name{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight);}.elementor-widget-testimonial .elementor-testimonial-job{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight);}.elementor-1083 .elementor-element.elementor-element-6b853a7 .elementor-testimonial-wrapper{text-align:center;}.elementor-1083 .elementor-element.elementor-element-6b853a7 .elementor-testimonial-content{font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-bf5c8b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-7bc1077 .elementor-testimonial-wrapper{text-align:center;}.elementor-1083 .elementor-element.elementor-element-7bc1077 .elementor-testimonial-content{font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-3be3cc8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-9829734 .elementor-testimonial-wrapper{text-align:center;}.elementor-1083 .elementor-element.elementor-element-9829734 .elementor-testimonial-content{font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-fb187af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-ee9ec53 .elementor-testimonial-wrapper{text-align:center;}.elementor-1083 .elementor-element.elementor-element-ee9ec53 .elementor-testimonial-content{font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-afc91ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;box-shadow:0 0 10px 0 rgba(0,0,0,.5);}.elementor-1083 .elementor-element.elementor-element-33d4db9 .elementor-testimonial-wrapper{text-align:center;}.elementor-1083 .elementor-element.elementor-element-33d4db9 .elementor-testimonial-content{font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-150b9e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-29c03da{text-align:center;font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-3da0a9f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-2be4241{margin:30px 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;}.elementor-1083 .elementor-element.elementor-element-c2fc0e0{--display:flex;}.elementor-1083 .elementor-element.elementor-element-8c2b7b1{--spacer-size:50px;}.elementor-1083 .elementor-element.elementor-element-666b635{text-align:center;}.elementor-1083 .elementor-element.elementor-element-666b635 .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:32px;font-weight:600;}.elementor-1083 .elementor-element.elementor-element-4394199{text-align:center;font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-add895f{--display:flex;}.elementor-1083 .elementor-element.elementor-element-9e2119b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-f4938c2{--display:flex;}.elementor-1083 .elementor-element.elementor-element-cc5fa14{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-afed623{--display:flex;}.elementor-1083 .elementor-element.elementor-element-536359a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-4a27632{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}.elementor-1083 .elementor-element.elementor-element-rqskx8m>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-1083 .elementor-element.elementor-element-rqskx8m{box-shadow:0 0 10px 4px rgba(0,0,0,.5);padding:80px 0 80px 0;}.elementor-1083 .elementor-element.elementor-element-5409532>.elementor-element-populated{padding:0 0 0 0;}.elementor-1083 .elementor-element.elementor-element-88ac1e8 .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:32px;font-weight:600;color:#2c570b;}.elementor-1083 .elementor-element.elementor-element-2f70785{font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-40rwpwr>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1083 .elementor-element.elementor-element-40rwpwr:not(.elementor-motion-effects-element-type-background),.elementor-1083 .elementor-element.elementor-element-40rwpwr>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f5f5f5;}.elementor-1083 .elementor-element.elementor-element-40rwpwr{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:120px 0 120px 0;}.elementor-1083 .elementor-element.elementor-element-40rwpwr>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s;}.elementor-bc-flex-widget .elementor-1083 .elementor-element.elementor-element-0774ce9.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-1083 .elementor-element.elementor-element-0774ce9.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-1083 .elementor-element.elementor-element-0774ce9>.elementor-element-populated{padding:0 90px 0 0;}.elementor-1083 .elementor-element.elementor-element-7586c77{margin:0 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;}.elementor-1083 .elementor-element.elementor-element-7586c77 .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:32px;font-weight:600;-webkit-text-stroke-color:#000;stroke:#000;color:#2c570b;}.elementor-1083 .elementor-element.elementor-element-54c3204{margin:10px 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-9a2fd52 .elementor-button{background-color:var(--e-global-color-secondary);}.elementor-1083 .elementor-element.elementor-element-538feee>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 0 0 0;}.elementor-1083 .elementor-element.elementor-element-dfb37fb img{border-radius:50px 0 50px 0;}.elementor-bc-flex-widget .elementor-1083 .elementor-element.elementor-element-94574c3.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-1083 .elementor-element.elementor-element-94574c3.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-1083 .elementor-element.elementor-element-94574c3>.elementor-element-populated{padding:0 0 0 90px;}.elementor-1083 .elementor-element.elementor-element-96fcc3b{margin:0 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;}.elementor-1083 .elementor-element.elementor-element-96fcc3b .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:32px;color:#2c570b;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var(--e-global-color-text);}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var(--e-global-color-primary);}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var(--e-global-color-primary);}.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,.elementor-widget-icon-list .elementor-icon-list-item>a{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight);}.elementor-widget-icon-list .elementor-icon-list-text{color:var(--e-global-color-secondary);}.elementor-1083 .elementor-element.elementor-element-4703e68{margin:0 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(5px / 2);}.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(5px / 2);}.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(5px / 2);margin-left:calc(5px / 2);}.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-5px / 2);margin-left:calc(-5px / 2);}body.rtl .elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-5px / 2);}body:not(.rtl) .elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-5px / 2);}.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-icon i{color:#2c570b;transition:color .3s;}.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-icon svg{fill:#2c570b;transition:fill .3s;}.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-icon{padding-right:10px;}.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-item>a{font-family:"Open Sans",Sans-serif;}.elementor-1083 .elementor-element.elementor-element-4703e68 .elementor-icon-list-text{transition:color .3s;}.elementor-1083 .elementor-element.elementor-element-472b642{margin:10px 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-20d2a3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:.17;}.elementor-1083 .elementor-element.elementor-element-20d2a3b:not(.elementor-motion-effects-element-type-background),.elementor-1083 .elementor-element.elementor-element-20d2a3b>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-astglobalcolor5);background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/uploads/2025/05/Cooper-Delivered-Shampoo-Bars-%E2%80%93-Eco-Friendly-Haircare-by-the-Lake-1.png");background-repeat:no-repeat;background-size:cover;}.elementor-1083 .elementor-element.elementor-element-20d2a3b:not(.elementor-motion-effects-element-type-background).nitro-lazy,.elementor-1083 .elementor-element.elementor-element-20d2a3b>.elementor-motion-effects-container>.elementor-motion-effects-layer.nitro-lazy{background-image:none !important;}.elementor-1083 .elementor-element.elementor-element-20d2a3b::before,.elementor-1083 .elementor-element.elementor-element-20d2a3b>.elementor-background-video-container::before,.elementor-1083 .elementor-element.elementor-element-20d2a3b>.e-con-inner>.elementor-background-video-container::before,.elementor-1083 .elementor-element.elementor-element-20d2a3b>.elementor-background-slideshow::before,.elementor-1083 .elementor-element.elementor-element-20d2a3b>.e-con-inner>.elementor-background-slideshow::before,.elementor-1083 .elementor-element.elementor-element-20d2a3b>.elementor-motion-effects-container>.elementor-motion-effects-layer::before{background-color:var(--e-global-color-astglobalcolor7);--background-overlay:"";}.elementor-1083 .elementor-element.elementor-element-4bcb533{--display:flex;}.elementor-1083 .elementor-element.elementor-element-b4a0e86{--spacer-size:44px;}.elementor-1083 .elementor-element.elementor-element-235b69e.elementor-element{--align-self:center;}.elementor-1083 .elementor-element.elementor-element-235b69e{text-align:center;}.elementor-1083 .elementor-element.elementor-element-235b69e .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:32px;font-weight:600;text-transform:uppercase;font-style:oblique;text-decoration:underline;line-height:21px;-webkit-text-stroke-color:#000;stroke:#000;color:var(--e-global-color-astglobalcolor5);}.elementor-1083 .elementor-element.elementor-element-7d13fea{--display:flex;}.elementor-1083 .elementor-element.elementor-element-be3f08d{font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;color:var(--e-global-color-astglobalcolor5);}.elementor-1083 .elementor-element.elementor-element-70d8e84{--spacer-size:0px;}.elementor-1083 .elementor-element.elementor-element-176a828{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1083 .elementor-element.elementor-element-c986984{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-9766bc9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-ca6a4d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-ca6a4d0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1083 .elementor-element.elementor-element-2ac774e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-gsl6q4s>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1083 .elementor-element.elementor-element-gsl6q4s>.elementor-container{max-width:750px;}.elementor-1083 .elementor-element.elementor-element-gsl6q4s{box-shadow:0 0 20px 3px rgba(0,0,0,.5);padding:80px 0 80px 0;}.elementor-1083 .elementor-element.elementor-element-40589de>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-1083 .elementor-element.elementor-element-810c404{width:var(--container-widget-width,238.588%);max-width:238.588%;--container-widget-width:238.588%;--container-widget-flex-grow:0;}.elementor-1083 .elementor-element.elementor-element-810c404.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1083 .elementor-element.elementor-element-810c404 .elementor-heading-title{font-family:"Lato",Sans-serif;font-size:32px;font-weight:600;color:#2c570b;}.elementor-1083 .elementor-element.elementor-element-4e2f8af{width:var(--container-widget-width,110.377%);max-width:110.377%;--container-widget-width:110.377%;--container-widget-flex-grow:0;font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;color:#000;}.elementor-1083 .elementor-element.elementor-element-4e2f8af.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1083 .elementor-element.elementor-element-276bcf2{--grid-template-columns:repeat(0,auto);text-align:right;--icon-size:17px;--grid-column-gap:10px;--grid-row-gap:0px;}.elementor-1083 .elementor-element.elementor-element-276bcf2 .elementor-social-icon{background-color:#2c570b;--icon-padding:1em;}.elementor-1083 .elementor-element.elementor-element-276bcf2 .elementor-social-icon i{color:#fff;}.elementor-1083 .elementor-element.elementor-element-276bcf2 .elementor-social-icon svg{fill:#fff;}.elementor-1083 .elementor-element.elementor-element-276bcf2 .elementor-social-icon:hover{background-color:#212121;}.elementor-1083 .elementor-element.elementor-element-276bcf2 .elementor-social-icon:hover i{color:#fff;}.elementor-1083 .elementor-element.elementor-element-276bcf2 .elementor-social-icon:hover svg{fill:#fff;}.elementor-1083 .elementor-element.elementor-element-d52ed17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-8e9e01f{text-align:center;}.elementor-1083 .elementor-element.elementor-element-4b81256{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:.03;}.elementor-1083 .elementor-element.elementor-element-4b81256::before,.elementor-1083 .elementor-element.elementor-element-4b81256>.elementor-background-video-container::before,.elementor-1083 .elementor-element.elementor-element-4b81256>.e-con-inner>.elementor-background-video-container::before,.elementor-1083 .elementor-element.elementor-element-4b81256>.elementor-background-slideshow::before,.elementor-1083 .elementor-element.elementor-element-4b81256>.e-con-inner>.elementor-background-slideshow::before,.elementor-1083 .elementor-element.elementor-element-4b81256>.elementor-motion-effects-container>.elementor-motion-effects-layer::before{background-image:url("https://cdn-ildmadl.nitrocdn.com/PWyIqbrmGJHWdGuPSjbKMkVEepTwdYup/assets/images/optimized/rev-8fb37c7/cooperdelivered.com.au/wp-content/uploads/2025/05/Cooper-Delivered-Line-and-Circle-Design-%E2%80%93-Storytelling-Through-Patterns.png");--background-overlay:"";}.elementor-1083 .elementor-element.elementor-element-a7a1cfa{--spacer-size:105px;}.elementor-1083 .elementor-element.elementor-element-71f8745{text-align:center;font-family:"Open Sans",Sans-serif;font-size:18px;font-weight:400;}.elementor-1083 .elementor-element.elementor-element-4de0663{--spacer-size:41px;}.elementor-1083 .elementor-element.elementor-element-7411e7e{--display:flex;box-shadow:-60px 0 10px 0 rgba(0,0,0,.5);}.elementor-1083 .elementor-element.elementor-element-eb6d921{text-align:center;}@media (max-width:1024px){.elementor-1083 .elementor-element.elementor-element-t3c94cv{padding:120px 30px 120px 30px;}.elementor-1083 .elementor-element.elementor-element-jto1p87{padding:80px 100px 80px 100px;}.elementor-1083 .elementor-element.elementor-element-0ca8923>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-1083 .elementor-element.elementor-element-f3027a7{--grid-auto-flow:row;}.elementor-1083 .elementor-element.elementor-element-rqskx8m{padding:50px 50px 50px 50px;}.elementor-1083 .elementor-element.elementor-element-5409532>.elementor-element-populated{padding:0 0 0 0;}.elementor-1083 .elementor-element.elementor-element-88ac1e8{text-align:center;}.elementor-1083 .elementor-element.elementor-element-d2ba863>.elementor-element-populated{padding:0 0 0 0;}.elementor-1083 .elementor-element.elementor-element-40rwpwr{padding:80px 0 80px 0;}.elementor-1083 .elementor-element.elementor-element-0774ce9>.elementor-element-populated{padding:0 20px 0 25px;}.elementor-1083 .elementor-element.elementor-element-7586c77{margin:0 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;padding:0 0 0 0;}.elementor-1083 .elementor-element.elementor-element-dfb37fb img{max-width:100%;}.elementor-1083 .elementor-element.elementor-element-94574c3>.elementor-element-populated{padding:0 20px 0 25px;}.elementor-1083 .elementor-element.elementor-element-96fcc3b{margin:0 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;}.elementor-1083 .elementor-element.elementor-element-gsl6q4s{padding:50px 50px 50px 50px;}.elementor-1083 .elementor-element.elementor-element-810c404{text-align:left;}}@media (max-width:767px){.elementor-1083 .elementor-element.elementor-element-t3c94cv{padding:80px 20px 80px 20px;}.elementor-1083 .elementor-element.elementor-element-58ba8f4{margin:0 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;padding:0 0 0 0;}.elementor-1083 .elementor-element.elementor-element-58ba8f4 .elementor-heading-title{font-size:24px;}.elementor-1083 .elementor-element.elementor-element-1187bc2 .elementor-heading-title{font-size:21px;}.elementor-1083 .elementor-element.elementor-element-c4c3581{padding:10px 0 0 0;}.elementor-1083 .elementor-element.elementor-element-c4c3581 .elementor-button{font-size:18px;}.elementor-1083 .elementor-element.elementor-element-jto1p87{padding:60px 25px 60px 25px;}.elementor-1083 .elementor-element.elementor-element-0ca8923>.elementor-element-populated{margin:0 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-1083 .elementor-element.elementor-element-343c25b{--spacer-size:5px;}.elementor-1083 .elementor-element.elementor-element-a4a2ae2 .elementor-heading-title{font-size:24px;}.elementor-1083 .elementor-element.elementor-element-e3682c0 .elementor-heading-title{font-size:24px;}.elementor-1083 .elementor-element.elementor-element-f3027a7{--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(1,1fr);--grid-auto-flow:row;}.elementor-1083 .elementor-element.elementor-element-f3027a7.e-con{--align-self:center;--order:99999;}.elementor-1083 .elementor-element.elementor-element-41eced5 .elementor-heading-title{font-size:24px;}.elementor-1083 .elementor-element.elementor-element-e501ccf{--spacer-size:5px;}.elementor-1083 .elementor-element.elementor-element-bc2827c .elementor-heading-title{font-size:24px;}.elementor-1083 .elementor-element.elementor-element-2be4241{margin:0 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;}.elementor-1083 .elementor-element.elementor-element-666b635 .elementor-heading-title{font-size:24px;}.elementor-1083 .elementor-element.elementor-element-rqskx8m{padding:50px 30px 75px 30px;}.elementor-1083 .elementor-element.elementor-element-88ac1e8 .elementor-heading-title{font-size:24px;}.elementor-1083 .elementor-element.elementor-element-40rwpwr{padding:60px 0 60px 0;}.elementor-1083 .elementor-element.elementor-element-0774ce9>.elementor-element-populated{padding:0 30px 10px 30px;}.elementor-1083 .elementor-element.elementor-element-dfb37fb img{max-width:80%;}.elementor-1083 .elementor-element.elementor-element-94574c3>.elementor-element-populated{padding:40px 30px 0 30px;}.elementor-1083 .elementor-element.elementor-element-96fcc3b .elementor-heading-title{font-size:24px;}.elementor-1083 .elementor-element.elementor-element-4703e68{margin:0 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;}.elementor-1083 .elementor-element.elementor-element-235b69e .elementor-heading-title{font-size:27px;line-height:1.4em;-webkit-text-stroke-width:0;stroke-width:0;}.elementor-1083 .elementor-element.elementor-element-gsl6q4s{padding:50px 30px 50px 30px;}.elementor-1083 .elementor-element.elementor-element-810c404{text-align:left;}.elementor-1083 .elementor-element.elementor-element-810c404 .elementor-heading-title{font-size:24px;}.elementor-1083 .elementor-element.elementor-element-276bcf2{text-align:center;margin:15px 0 calc(var(--kit-widget-spacing,0px) + 0px) 0;}}@media (min-width:768px){.elementor-1083 .elementor-element.elementor-element-f3027a7{--content-width:1045px;}.elementor-1083 .elementor-element.elementor-element-f63a974{--width:33.081%;}.elementor-1083 .elementor-element.elementor-element-98760c7{--width:32.071%;}.elementor-1083 .elementor-element.elementor-element-462bdc5{--width:31.869%;}.elementor-1083 .elementor-element.elementor-element-3cd7c79{--width:50%;}.elementor-1083 .elementor-element.elementor-element-a5e514e{--width:50%;}.elementor-1083 .elementor-element.elementor-element-93fbf45{--width:97.117%;}.elementor-1083 .elementor-element.elementor-element-c0bd4dd{--width:33.3333%;}.elementor-1083 .elementor-element.elementor-element-bf5c8b8{--width:33.3333%;}.elementor-1083 .elementor-element.elementor-element-3be3cc8{--width:33.3333%;}.elementor-1083 .elementor-element.elementor-element-fb187af{--width:33.3333%;}.elementor-1083 .elementor-element.elementor-element-afc91ed{--width:66.6666%;}.elementor-1083 .elementor-element.elementor-element-0774ce9{width:36%;}.elementor-1083 .elementor-element.elementor-element-538feee{width:27.332%;}.elementor-1083 .elementor-element.elementor-element-94574c3{width:36%;}.elementor-1083 .elementor-element.elementor-element-c986984{--width:25%;}.elementor-1083 .elementor-element.elementor-element-9766bc9{--width:50%;}.elementor-1083 .elementor-element.elementor-element-ca6a4d0{--width:97.461%;}.elementor-1083 .elementor-element.elementor-element-2ac774e{--width:25%;}.elementor-1083 .elementor-element.elementor-element-40589de{width:56.667%;}.elementor-1083 .elementor-element.elementor-element-362649e{width:43.133%;}}@media (max-width:1024px) and (min-width:768px){.elementor-1083 .elementor-element.elementor-element-5409532{width:100%;}.elementor-1083 .elementor-element.elementor-element-d2ba863{width:100%;}}#jp-post-flair{padding-top:.5em;}div.sharedaddy,#content div.sharedaddy,#main div.sharedaddy{clear:both;}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700;}body.highlander-light h3.sd-title::before{border-top:1px solid rgba(0,0,0,.2);}body.highlander-dark h3.sd-title::before{border-top:1px solid rgba(255,255,255,.4);}.sd-sharing{margin-bottom:1em;}.sd-content ul{padding:0 !important;margin:0 !important;list-style:none !important;}.sd-content ul li{display:inline-block;margin:0 8px 12px 0;padding:0;}.sd-content ul li.share-deprecated{opacity:.5;}.sd-content ul li.share-deprecated a span{text-decoration:line-through;}.sd-block.sd-gplus{margin:0 0 .5em 0;}.sd-gplus .sd-content{font-size:12px;}.sd-content .share-email-error .share-email-error-title{margin:.5em 0;}.sd-content .share-email-error .share-email-error-text{font-family:"Open Sans",sans-serif;font-size:12px;margin:.5em 0;}.sd-social-icon .sd-content ul li a.sd-button,.sd-social-text .sd-content ul li a.sd-button,.sd-content ul li a.sd-button,.sd-content ul li .option a.share-ustom,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-content ul li.advanced a.share-more,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li>a.sd-button,#sharing_email .sharing_send,.sd-social-official .sd-content>ul>li .digg_button>a{text-decoration:none !important;display:inline-block;font-size:13px;font-family:"Open Sans",sans-serif;font-weight:500;border-radius:4px;color:#2c3338 !important;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.12);text-shadow:none;line-height:23px;padding:4px 11px 3px 9px;}.sd-social-official .sd-content ul li a.sd-button,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a{align-items:center;display:flex;font-size:12px;line-height:12px;padding:1px 6px 0 5px;min-height:20px;}.sd-social-official .sd-content ul.preview li a.sd-button,.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a{position:relative;top:2px;}.sd-content ul li a.sd-button>span,.sd-content ul li .option a.share-ustom span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-content ul li.advanced a.share-more span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-official .sd-content>ul>li .digg_button>a span{line-height:23px;margin-left:6px;}.sd-social-icon .sd-content ul li a.sd-button>span{margin-left:0;}body .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-icon.no-text span:not(.custom-sharing-span){display:none;}.sd-social-text .sd-content ul li a.sd-button span{margin-left:3px;}.sd-social-official .sd-content ul li a.sd-button>span,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span{line-height:12px;margin-left:3px;}.sd-social-official .sd-content>ul>li>a.sd-button::before,.sd-social-official .sd-content>ul>li .digg_button>a::before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button::before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a::before{margin-bottom:-1px;}.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active{box-shadow:0 1px 2px rgba(0,0,0,.22),0 0 0 1px rgba(0,0,0,.22);}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16);}.sd-content ul li a.sd-button::before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 18px/1 social-logos;vertical-align:top;text-align:center;}.sd-social-icon-text ul li a.sd-button::before{position:relative;top:2px;}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button::before{position:relative;top:2px;}}.sd-social-official ul li a.sd-button::before{position:relative;top:-2px;}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button::before{top:0;}}.jp-sharing-input-touch .sd-content ul li{padding-left:10px;}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0;}.sd-social-text .sd-content ul li a::before,.sd-content ul li.no-icon a::before{display:none;}body .sd-social-text .sd-content ul li.share-custom a span,body .sd-content ul li.share-custom.no-icon a span{background-image:none;background-position:-500px -500px !important;background-repeat:no-repeat !important;padding-left:0;height:0;line-height:inherit;}body .sd-social-text .sd-content ul li.share-custom a span.nitro-lazy,body .sd-content ul li.share-custom.no-icon a span.nitro-lazy{background-image:none !important;}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px;}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px;}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px;}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px;}.sd-social-icon .sd-content ul li.share-print a::before,.sd-social-text .sd-content ul li.share-print a::before,.sd-content ul li.share-print div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-print a::before,.sd-social-official .sd-content li.share-print a::before{content:"";}.sd-social-icon .sd-content ul li.share-email a::before,.sd-social-text .sd-content ul li.share-email a::before,.sd-content ul li.share-email div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-email a::before,.sd-social-official .sd-content li.share-email a::before{content:"";}.sd-social-icon .sd-content ul li.share-linkedin a::before,.sd-social-text .sd-content ul li.share-linkedin a::before,.sd-content ul li.share-linkedin div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-linkedin a::before{content:"";}.sd-social-icon .sd-content ul li.share-twitter a::before,.sd-social-text .sd-content ul li.share-twitter a::before,.sd-content ul li.share-twitter div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-twitter a::before,.sd-social-icon .sd-content ul li.share-x a::before,.sd-social-text .sd-content ul li.share-x a::before,.sd-content ul li.share-x div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-x a::before{content:"";}.sd-social-icon .sd-content ul li.share-reddit a::before,.sd-social-text .sd-content ul li.share-reddit a::before,.sd-content ul li.share-reddit div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-reddit a::before,.sd-social-official .sd-content li.share-reddit a::before{content:"";}.sd-social-icon .sd-content ul li.share-tumblr a::before,.sd-social-text .sd-content ul li.share-tumblr a::before,.sd-content ul li.share-tumblr div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-tumblr a::before{content:"";}.sd-social-icon .sd-content ul li.share-pocket a::before,.sd-social-text .sd-content ul li.share-pocket a::before,.sd-content ul li.share-pocket div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-pocket a::before{content:"";}.sd-social-icon .sd-content ul li.share-pinterest a::before,.sd-social-text .sd-content ul li.share-pinterest a::before,.sd-content ul li.share-pinterest div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-pinterest a::before{content:"";}.sd-social-icon .sd-content ul li.share-facebook a::before,.sd-social-text .sd-content ul li.share-facebook a::before,.sd-content ul li.share-facebook div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-facebook a::before{content:"";}.sd-social-icon .sd-content ul li.share-press-this a::before,.sd-social-text .sd-content ul li.share-press-this a::before,.sd-content ul li.share-press-this div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-press-this a::before,.sd-social-official .sd-content li.share-press-this a::before{content:"";}.sd-social-official .sd-content li.share-press-this a::before{color:#2ba1cb;}.sd-social-icon .sd-content ul li.share-telegram a::before,.sd-social-text .sd-content ul li.share-telegram a::before,.sd-content ul li.share-telegram div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-telegram a::before,.sd-social-official .sd-content li.share-telegram a::before{content:"";}.sd-social-official .sd-content li.share-telegram a::before{color:#08c;}.sd-social-icon .sd-content ul li.share-threads a::before,.sd-social-text .sd-content ul li.share-threads a::before,.sd-content ul li.share-threads div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-threads a::before,.sd-social-official .sd-content li.share-threads a::before{content:"";}.sd-social-official .sd-content li.share-threads a::before{color:#000;}.sd-social-icon .sd-content ul li[class*='share-'].share-threads a.sd-button{background:#000;color:#fff !important;}.sd-social-icon .sd-content ul li.share-mastodon a::before,.sd-social-text .sd-content ul li.share-mastodon a::before,.sd-content ul li.share-mastodon div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-mastodon a::before,.sd-social-official .sd-content li.share-mastodon a::before{content:"";}.sd-social-official .sd-content li.share-mastodon a::before{color:#563acc;}.sd-social-icon .sd-content ul a.share-more::before,.sd-social-text .sd-content ul a.share-more::before,.sd-content ul li.advanced a.share-more::before,.sd-social-icon-text .sd-content a.share-more::before,.sd-social-official .sd-content a.share-more::before{content:"";}.sd-social-official .sd-content a.share-more::before{color:#2ba1cb;}.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a::before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a::before,.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a::before,.sd-social-official .sd-content li.share-jetpack-whatsapp a::before{content:"";}.sd-social-official .sd-content li.share-jetpack-whatsapp a::before{color:#43d854;}.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff !important;}.sd-social-icon .sd-content ul li.share-nextdoor a::before,.sd-social-text .sd-content ul li.share-nextdoor a::before,.sd-content ul li.share-nextdoor div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-nextdoor a::before,.sd-social-official .sd-content li.share-nextdoor a::before{content:"";}.sd-social-official .sd-content li.share-nextdoor a::before{color:#8ed500;}.sd-social-icon .sd-content ul li[class*='share-'].share-nextdoor a.sd-button{background:#8ed500;color:#fff !important;}.sd-social-icon .sd-content ul li.share-bluesky a::before,.sd-social-text .sd-content ul li.share-bluesky a::before,.sd-content ul li.share-bluesky div.option.option-smart-off a::before,.sd-social-icon-text .sd-content li.share-bluesky a::before,.sd-social-official .sd-content li.share-bluesky a::before{content:"";}.sd-social-official .sd-content li.share-bluesky a::before{color:#0085ff;}.sd-social-icon .sd-content ul li[class*='share-'].share-bluesky a.sd-button{background:#0085ff;color:#fff !important;}.sd-social-icon .sd-content ul li.share-deprecated a::before,.sd-social-icon-text .sd-content li.share-deprecated a::before,.sd-social-official .sd-content li.share-deprecated a::before,.sd-content ul li.share-deprecated div.option.option-smart-off a::before{width:1em;height:1em;content:"🚫";}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1;}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1;}.sd-social-official .sd-content ul{display:flex;flex-wrap:wrap;}.sd-social-official .sd-content ul::after{content:".";display:block;height:0;clear:both;visibility:hidden;}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0;}.sd-social-official .sd-content ul>li{display:flex;max-height:18px;}.sd-social-official .sd-content ul>li .option-smart-off{margin-right:8px;}.sd-social-official .fb-share-button>span{vertical-align:top !important;}.sd-social-official .sd-content .pocket_button iframe{width:98px;}.pocket_button iframe,.pinterest_button,.twitter_button,.linkedin_button>span{margin:0 !important;}.linkedin_button>span,.pinterest_button a{display:block !important;}.sd-social-official .sd-content .share-tumblr iframe{max-width:53px;width:unset;}body .sd-social-official li.share-print,body .sd-social-official li.share-email a,body .sd-social-official li.share-custom a,body .sd-social-official li a.share-more,body .sd-social-official li.share-digg a,body .sd-social-official li.share-press-this a{position:relative;top:0;}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px;}body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-content ul li.share-custom a.share-icon span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px;}body .sd-content ul li.share-custom a span[hidden]{display:none;}body .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-icon.no-text .custom-sharing-span{color:rgba(255,255,255,0);}body .sd-social-icon .sd-content li.share-custom a span{width:0;padding-left:16px !important;}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px;}.sharing-hidden .inner ul{margin:0 !important;}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0 !important;height:0 !important;}.sharing-hidden .inner::before,.sharing-hidden .inner::after{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid rgba(255,255,255,0);border-right:6px solid rgba(255,255,255,0);border-bottom:8px solid #ccc;content:"";display:block;}.sharing-hidden .inner::after{z-index:2;top:-7px;border-left:6px solid rgba(255,255,255,0);border-right:6px solid rgba(255,255,255,0);border-bottom:8px solid #fff;}.sharing-hidden ul{margin:0;}.sd-social-icon .sd-content ul li[class*='share-'] a,.sd-social-icon .sd-content ul li[class*='share-'] a:hover,.sd-social-icon .sd-content ul li[class*='share-'] div.option a{border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0;max-width:32px;}.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,.sd-social-icon .sd-content ul li[class*='share-'] div.option a span{line-height:1;}.sd-social-icon .sd-content ul li[class*='share-'] a:hover,.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover{border:none;opacity:.6;}.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button::before{top:0;}.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom{padding:8px 8px 6px 8px;}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px;}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0;}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px;}.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0;}.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button{background:#2c4762;color:#fff !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button{background:#0866ff;color:#fff !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button{background:#000;color:#fff !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button{background:#000;color:#fff !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button{background:#ca1f27;color:#fff !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button{color:#555 !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button{background:#4f94d4;color:#fff !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button{background:#08c;color:#fff !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button{background:#0077b5;color:#fff !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button{background:#ee4056;color:#fff !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button{background:#cee3f8;color:#555 !important;}.sd-social-icon .sd-content ul li[class*='share-'].share-mastodon a.sd-button{background:linear-gradient(to top,#563acc 0%,#6364ff 100%);color:#fff !important;}#jetpack-source_f_name{display:none !important;position:absolute !important;left:-9000px;}.sd-content .share-customize-link{margin-top:8px;line-height:11px;}.sd-content .share-customize-link a{font-size:11px;font-family:"Open Sans",sans-serif;}@media print{.sharedaddy.sd-sharing-enabled{display:none;}}.social-logo__amazon:before{content:"";}.social-logo__behance:before{content:"";}.social-logo__blogger-alt:before{content:"";}.social-logo__blogger:before{content:"";}.social-logo__bluesky:before{content:"";}.social-logo__codepen:before{content:"";}.social-logo__dribbble:before{content:"";}.social-logo__dropbox:before{content:"";}.social-logo__eventbrite:before{content:"";}.social-logo__facebook:before{content:"";}.social-logo__fediverse:before{content:"";}.social-logo__feed:before{content:"";}.social-logo__flickr:before{content:"";}.social-logo__foursquare:before{content:"";}.social-logo__ghost:before{content:"";}.social-logo__github:before{content:"";}.social-logo__google-alt:before{content:"";}.social-logo__google-plus-alt:before{content:"";}.social-logo__google-plus:before{content:"";}.social-logo__google:before{content:"";}.social-logo__instagram:before{content:"";}.social-logo__link:before{content:"";}.social-logo__linkedin:before{content:"";}.social-logo__mail:before{content:"";}.social-logo__mastodon:before{content:"";}.social-logo__medium-alt:before{content:"";}.social-logo__medium:before{content:"";}.social-logo__nextdoor:before{content:"";}.social-logo__patreon:before{content:"";}.social-logo__pinterest-alt:before{content:"";}.social-logo__pinterest:before{content:"";}.social-logo__pocket:before{content:"";}.social-logo__polldaddy:before{content:"";}.social-logo__print:before{content:"";}.social-logo__reddit:before{content:"";}.social-logo__share:before{content:"";}.social-logo__skype:before{content:"";}.social-logo__sms:before{content:"";}.social-logo__spotify:before{content:"";}.social-logo__squarespace:before{content:"";}.social-logo__stumbleupon:before{content:"";}.social-logo__telegram:before{content:"";}.social-logo-threads:before{content:"";}.social-logo__tiktok-alt:before{content:"";}.social-logo__tiktok:before{content:"";}.social-logo__tumblr-alt:before{content:"";}.social-logo__tumblr:before{content:"";}.social-logo__twitch:before{content:"";}.social-logo__twitter-alt:before{content:"";}.social-logo__twitter:before{content:"";}.social-logo__vimeo:before{content:"";}.social-logo__whatsapp:before{content:"";}.social-logo__woocommerce:before{content:"";}.social-logo__wordpress:before{content:"";}.social-logo__x:before{content:"";}.social-logo__xanga:before{content:"";}.social-logo__youtube:before{content:"";}